* lisp/progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
cba6e77e
GM
12011-03-31 Glenn Morris <rgm@gnu.org>
2
e040639f
GM
3 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
4
cba6e77e
GM
5 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
6
6d0f1c9e
CS
72011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8
9 * progmodes/python.el (python-default-interpreter)
10 (python-python-command-args, python-jython-command-args)
11 (python-which-shell, python-which-args, python-which-bufname)
12 (python-file-queue, python-comint-output-filter-function)
13 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
14 variables and functions.
15
3e2d70fd
SM
162011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
19 (completion-in-region-mode): New minor mode.
20 (completion-in-region): Use it.
21 (completion-in-region--data, completion-in-region-mode-map): New vars.
22 (completion-in-region--postch): New function.
23 (completion--capf-misbehave-funs, completion--capf-safe-funs):
24 New vars.
25 (completion--capf-wrapper): New function.
26 (completion-at-point): Use it to track well-behavedness of
27 hook functions.
28 (completion-help-at-point): New command.
29
f3e4086c
JM
302011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
31
32 * vc/add-log.el (add-change-log-entry): Don't use whitespace
33 syntax class to search for whitespace on a single line
34 (Message-ID: <4D938140.4030905@redhat.com>).
35
eb7ffc14
LL
362011-03-30 Leo Liu <sdl.web@gmail.com>
37
38 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
39 New commands.
40 (edit-abbrevs-map): Bind them here.
41 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
42
d806ab68
KM
432011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
44
45 * allout.el (allout-hide-by-annotation, allout-flag-region):
46 Reduce possibility of overlay leakage by making them volatile.
47
48 * allout-widgets.el (allout-widgets-tally): Define as nil so the
49 hash is not shared between buffers. Mode initialization is
50 responsible for giving it a useful starting value.
51 (allout-item-span): Reduce possibility of overlay leakage by
52 making them volatile.
53 (allout-widgets-count-buttons-in-region): Add diagnostic function
54 for tracking down button overlay leaks.
55
ea622834
LL
562011-03-29 Leo Liu <sdl.web@gmail.com>
57
58 * ido.el (ido-read-internal): Use the default history var
59 minibuffer-history if no HISTORY is specified.
60
b62f8267
G
612011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
62
63 * net/imap.el (imap-shell-open, imap-process-connection-type): Use
64 imap-process-connection-type for 'shell' streams as well as
65 Kerberos, SSL, other subprocesses.
66
947b6566
LL
672011-03-28 Leo Liu <sdl.web@gmail.com>
68
69 * abbrev.el (abbrev-table-empty-p): New function.
70 (prepare-abbrev-list-buffer): Place empty abbrev tables after
71 nonempty ones. (Bug#5937)
72
5ffb62aa
JD
732011-03-27 Jan Djärv <jan.h.d@swipnet.se>
74
75 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
76
7a097943
LL
772011-03-27 Leo Liu <sdl.web@gmail.com>
78
79 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
80 for foreground and background colors.
81 (ansi-color-make-color-map): Adapt.
82
c5b40130
LL
832011-03-25 Leo Liu <sdl.web@gmail.com>
84
1f48f7d2
LL
85 * midnight.el (midnight-time-float): Remove. Note it calculates
86 the microsecond component incorrectly and seconds-to-time does the
87 same job.
625897ec 88 Remove redundant (require 'timer).
1f48f7d2 89
c5b40130
LL
90 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
91 (ido-completions): Remove unused arguments. (Bug#8329)
92
d86d2721
SM
932011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * minibuffer.el (completion--flush-all-sorted-completions):
96 Remove itself from hook.
97 (completion-at-point): Let the functions perform the completion
98 immediately and return nil or t.
99 * comint.el (comint-dynamic-complete-functions): Now identical to
100 completion-at-point-functions.
101 (comint-dynamic-list-input-ring): Remove unused var `index'.
102 (comint--match-partial-filename, comint--unquote&expand-filename):
103 New funs, split from comint-match-partial-filename.
104 (comint-dynamic-complete): Use completion-at-point.
105 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
106
e8974c48
DA
1072011-03-24 Drew Adams <drew.adams@oracle.com>
108
109 * thingatpt.el: Support `defun'.
110
def71b5e
LL
1112011-03-23 Leo Liu <sdl.web@gmail.com>
112
cb5af48e
LL
113 * abbrevlist.el: Move to obsolete/abbrevlist.el.
114
def71b5e
LL
115 * help-mode.el (help-mode-finish): Tweak regexp.
116
927c53e7
GM
1172011-03-23 Glenn Morris <rgm@gnu.org>
118
18d05bed
GM
119 * eshell/esh-opt.el (eshell-eval-using-options):
120 Do not bind unused local variable `eshell-option-stub'.
121
927c53e7
GM
122 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
123
9d0da923
JB
1242011-03-22 Juanma Barranquero <lekktu@gmail.com>
125
126 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
127 keymap variable in `with-no-warnings' to avoid a warning when the
128 keymap has been already `defconst'ed.
129
4b978a67
LL
1302011-03-22 Leo Liu <sdl.web@gmail.com>
131
132 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
133 encode all chars in abbrevs; otherwise use emacs-mule or
134 utf-8-emacs. (Bug#8308)
135
5fd62452
JB
1362011-03-22 Juanma Barranquero <lekktu@gmail.com>
137
0b1596c6
JB
138 * simple.el (backward-delete-char-untabify):
139 Avoid warning about using `delete-backward-char'.
140
5fd62452
JB
141 * image.el (image-type-file-name-regexps): Make it variable.
142 `imagemagick-register-types' modifies it, and the user may want
143 to add new extensions for known image types.
144 (imagemagick-register-types): Throw error if not using ImageMagick.
145
0b4e93f1
LL
1462011-03-22 Leo Liu <sdl.web@gmail.com>
147
148 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
149 located before rcirc-prompt-end-marker.
150 (rcirc-complete): Error if point is not after rcirc prompt.
151 Handle the case when table is nil.
9882e214 152 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 153
fccee4ab
CY
1542011-03-22 Chong Yidong <cyd@stupidchicken.com>
155
156 * custom.el (custom--inhibit-theme-enable): Make it affect only
157 custom-theme-set-variables and custom-theme-set-faces.
158 (provide-theme): Ignore custom--inhibit-theme-enable.
159 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
160 (custom-enabling-themes): Delete variable.
d86d2721
SM
161 (enable-theme): Accept only loaded themes as arguments.
162 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
163 (custom-enabled-themes): Forbid themes from setting this.
164 Eliminate use of custom-enabling-themes.
165 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 166
af896da6
LL
1672011-03-21 Leo Liu <sdl.web@gmail.com>
168
169 * ido.el (ido-read-internal): Add ido-selected to history instead
170 of user input.
171
78f64af0
SM
1722011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * subr.el (deferred-action-list, deferred-action-function):
175 Mark obsolete.
176
b16ac1ec
LL
1772011-03-21 Leo Liu <sdl.web@gmail.com>
178
810f7698
LL
179 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
180 change on 2011-02-13 (bug#8309).
181
b16ac1ec
LL
182 * minibuffer.el (read-file-name-function): Change default value.
183 (read-file-name--defaults): Rename from read-file-name-defaults.
184 (read-file-name-default): Rename from read-file-name.
185 (read-file-name): Call read-file-name-function.
186
4e05e67e
GM
1872011-03-21 Glenn Morris <rgm@gnu.org>
188
189 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
190 Doc fixes.
191
4359915b
CY
1922011-03-21 Chong Yidong <cyd@stupidchicken.com>
193
194 * cus-theme.el: Add missing provide statement.
195 (customize-create-theme): Extract theme value correctly.
196 (custom-theme-visit-theme): Autoload.
197 (customize-create-theme): Prompt before inserting default faces.
198
1fe275ee
JB
1992011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
200
201 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
202 units and musical notes.
203
3ec03f7e
LL
2042011-03-20 Leo <sdl.web@gmail.com>
205
206 * ido.el (ido-read-internal): Use completing-read-default.
207 (ido-completing-read): Fix compatibility with completing-read.
208
7d476bde
CO
2092011-03-20 Christian Ohler <ohler@gnu.org>
210
211 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
212 (ert-delete-all-tests): Use `called-interactively-p' rather than
213 `interactive-p'.
214 (ert--make-xrefs-region): Respect END.
215
fe0fb33e
CY
2162011-03-19 Chong Yidong <cyd@stupidchicken.com>
217
ff854b0b
CY
218 * dired-aux.el (dired-create-directory): Signal an error if the
219 directory already exists (Bug#8246).
220
fe0fb33e
CY
221 * facemenu.el (list-colors-display): Call list-faces-display
222 inside with-help-window.
223 (list-colors-print): Use display property to align the final
224 column, instead of checking window-width.
225
576bce32
EZ
2262011-03-19 Eli Zaretskii <eliz@gnu.org>
227
228 * emerge.el (emerge-metachars): Separate value for ms-dos and
229 windows-nt systems.
230 (emerge-protect-metachars): Quote correctly for ms-dos and
231 windows-nt systems.
232
b14e3e21 2332011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
234
235 * info.el (info-initialize): Replace all uses of `:' with
236 path-separator for compatibility with non-Unix systems.
237 Cache quoting of path-separator. (Bug#8258)
238
b14e3e21 2392011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
240
241 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
242 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
243 (mouse-avoidance-mode): Fix typos in docstrings.
244
4525ce3e
CY
2452011-03-19 Chong Yidong <cyd@stupidchicken.com>
246
247 * startup.el (package-subdirectory-regexp): Move from package.el.
248 Omit \\` and \\', and let callers add them.
249
250 * emacs-lisp/package.el (package-strip-version)
251 (package-load-all-descriptors): Add \\` and \\' to
252 package-subdirectory-regexp before using it.
253 (package-untar-buffer): New arg DIR; ensure that file untars only
254 into this expected directory. Remove superfluous delete-region.
255 (package-unpack): Caller changed.
256 (package-tar-file-info): Use package-subdirectory-regexp.
257
a904a09a 2582011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 259
a904a09a
SM
260 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
261 diff-mode-shared-map (bug#8284).
262 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
263
2642011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
265
266 * calendar/time-date.el (format-seconds): Use assoc instead of
267 assoc-string, since assoc-string doesn't exist in XEmacs.
268
171fc304
JB
2692011-03-17 Juanma Barranquero <lekktu@gmail.com>
270
271 * custom.el (custom-known-themes): Reflow docstring.
272 (custom-theme-load-path): Fix typo in docstring.
273 (load-theme): Fix typo in error message.
274 (custom-available-themes, custom-variable-theme-value):
275 Use `let', not `let*'.
276
d71990a1
JB
2772011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
278
279 * calc/README: Mention inclusion of musical notes.
280
281 * calc/calc-units.el (calc-lu-quant): Rename from
282 `calc-logunits-quantity'.
283 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
284 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
285 (calc-db): Rename from `calc-dblevel'.
286 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
287 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
288 (calc-np): Rename from `calc-nplevel'.
289 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
290 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
291 (calc-lu-plus): Rename from `calc-logunits-add'.
292 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
293 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
294 (calc-lu-minus): Rename from `calc-logunits-sub'.
295 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
296 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
297 (calc-lu-times): Rename from `calc-logunits-mul'.
298 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
299 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
300 (calc-lu-divide): Rename from `calc-logunits-div'.
301 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
302 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
303
304 * calc/calc-ext.el (calc-init-extensions): Update the names of the
305 functions being autoloaded.
306
307 * calc/calc.el (calc-lu-power-reference): Rename from
308 `calc-logunits-power-reference'.
309 (calc-lu-field-reference): Rename from
310 `calc-logunits-field-reference'.
311
312 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
313
40c2934b
SM
3142011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * minibuffer.el (completion-all-sorted-completions):
317 Use :completion-cycle-penalty text property if present.
318
b0911414
KM
3192011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
320
321 * allout.el (allout-yank-processing): Adjust for new rebulleting
322 regime so bullet being yanked is used without prompting the user
323 for a choice.
324
8a05b668
JB
3252011-03-16 Juanma Barranquero <lekktu@gmail.com>
326
327 * startup.el (command-line): Warn the user that _emacs is deprecated.
328
5ba5fb81
JB
3292011-03-16 Juanma Barranquero <lekktu@gmail.com>
330
331 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
332 (delphi-verbose, delphi-comment-face, delphi-string-face)
333 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
334 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
335 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
336 (delphi-new-comment-line, delphi-font-lock-defaults)
337 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
338 Fix typos in docstrings.
339
2dab465b
KM
3402011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
341
5ba5fb81 342 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
343 Invert the roles of character and string values for INSTEAD, so a
344 string is used for the more common case of a defaulting prompt.
345
0adf5618
SM
3462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
347
348 * progmodes/ruby-mode.el (ruby-backward-sexp):
349 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
350 * play/gamegrid.el (gamegrid-make-face):
351 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
352 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
353 * notifications.el (notifications-notify):
354 * net/xesam.el (xesam-search-engines):
355 * net/quickurl.el (quickurl-list-insert):
356 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
357
d72700e5
CY
3582011-03-15 Chong Yidong <cyd@stupidchicken.com>
359
360 * startup.el (command-line): Update package subdirectory regexp.
361
49c5410a
SM
3622011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
363
c6eee9aa
SM
364 * allout.el (allout-abbreviate-flattened-numbering)
365 (allout-mode-deactivate-hook): Fix up obsolescence "date".
366
49c5410a
SM
367 * subr.el (read-char-choice): Only show the cursor after the prompt,
368 not after the answer.
369
047b2bb9
KR
3702011-03-15 Kevin Ryde <user42@zip.com.au>
371
372 * help-fns.el (variable-at-point): Skip leading quotes, if any
373 (bug#8253).
374
0a57d256
SM
3752011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
378 warning message.
379
77c992bc
MA
3802011-03-14 Michael Albinus <michael.albinus@gmx.de>
381
382 * shell.el (shell): When called interactively, offer to change the
383 shell file name on remote hosts.
384
eebc475d
TZ
3852011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
386
387 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
388 integration for LDAP parameters. The host, base, user or binddn,
389 and secret tokens can be specified in a netrc file, for instance.
390 This is optional because an `auth-source' parameter must be
391 specified in the search attributes.
392
9d05d1ba
JB
3932011-03-13 Juanma Barranquero <lekktu@gmail.com>
394
395 * help.el (describe-mode): Link to the mode's definition (bug#8185).
396
09d9db2c
GM
3972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
400 into declaration. Remove redundant and harmful binding.
401
4022011-03-12 Eli Zaretskii <eliz@gnu.org>
403
404 * files.el (file-ownership-preserved-p): Pass `integer' as an
405 explicit 2nd argument to `file-attributes'. If the file's owner
406 is the Administrators group on Windows, and the current user is
407 Administrator, consider that a match.
408
409 * server.el (server-ensure-safe-dir): Consider server directory
410 safe on MS-Windows if its owner is the Administrators group while
411 the current Emacs user is Administrator. Use `=' to compare
412 numerical UIDs, since they could be integers or floats.
413
219bd536
JB
4142011-03-12 Juanma Barranquero <lekktu@gmail.com>
415
416 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
417
f3afd36b
MA
4182011-03-12 Michael Albinus <michael.albinus@gmx.de>
419
420 Sync with Tramp 2.2.1.
421
422 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
423
424 * net/trampver.el: Update release number.
425
3aaaa6f1
SM
4262011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
427
94642599
SM
428 * progmodes/compile.el (compilation--previous-directory): Fix up
429 various nil/dead-marker mismatches (bug#8014).
430 (compilation-directory-properties, compilation-error-properties):
431 Don't call it at a position past the one we're about to change.
432
3aaaa6f1
SM
433 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
434 Disable obsolescence warnings in the file that declares it.
435
14239447
KM
4362011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
437
219bd536 438 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
439 allout-widgets-tally as a hash table rather than nil to prevent
440 mode-line redisplay warnings.
441 Also, clarify the module description and fix a comment typo.
442
135e287c
JB
4432011-03-11 Juanma Barranquero <lekktu@gmail.com>
444
445 * help-fns.el (describe-variable): Don't complete keywords.
446 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
447
ffbf300e
CY
4482011-03-10 Chong Yidong <cyd@stupidchicken.com>
449
ba08b241
CY
450 * emacs-lisp/package.el (package-version-join): Impose a standard
451 string representation for pre/alpha/beta version lists.
452 (package-unpack-single): Standardize the directory name by passing
453 it through package-version-join.
454 (package-strip-rcs-id): Accept any version string that does not
455 signal an error in version-to-list.
ffbf300e 456
f346fd6b
MA
4572011-03-10 Michael Albinus <michael.albinus@gmx.de>
458
459 * simple.el (delete-trailing-whitespace): Return nil for the
460 benefit of `write-file-functions'.
461
ccb55d27
GM
4622011-03-10 Glenn Morris <rgm@gnu.org>
463
5ceaac0c
GM
464 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
465
02da65ff
GM
466 * vc/vc-git.el (vc-git-program): New option.
467 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
468 (vc-git--call): Use it.
469
b2f603cc
GM
470 * eshell/esh-util.el (eshell-condition-case): Doc fix.
471
5772caab
GM
472 * cus-edit.el (Custom-newline): If no button at point, look
473 for a subgroup button at start-of-line. (Bug#2298)
474
ccb55d27
GM
475 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
476
ec6ecaed
JD
4772011-03-10 Julien Danjou <julien@danjou.info>
478
479 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
480 `cursor-type' is nil.
481
9d5aa01d
JB
4822011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
483
484 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
485
b6a5875b
KM
4862011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
487
488 * allout.el Summary: Change so yank of distinctive-bullet items
489 preserves the existing header prefix, rebulleting it if necessary,
490 rather than replacing it. This is necessary for proper operation
491 of cooperative addons like allout-widgets.
219bd536 492 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
493 SOLICIT arg to INSTEAD, and interpret additionally a string value
494 as alternate bullet to be used, instead of prompting the user for
495 a bullet character.
496
ee545c35
MA
4972011-03-09 Michael Albinus <michael.albinus@gmx.de>
498
d86d2721
SM
499 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
500 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
501 `tramp-default-port'.
502
c47971d7
DD
5032011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
504
505 * net/rcirc.el (rcirc-handler-001): Remove useless
506 with-rcirc-process-buffer.
507 (rcirc-check-auth-status): Swap arguments to string-match.
508
13522cb4
GM
5092011-03-09 Glenn Morris <rgm@gnu.org>
510
0be6f4f1
GM
511 * shell.el (shell-mode):
512 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
513
13522cb4
GM
514 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
515 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
516
515de2e3
CY
5172011-03-08 Chong Yidong <cyd@stupidchicken.com>
518
519 * emacs-lisp/package.el (package-refresh-contents)
520 (package-menu-execute): Use condition-case-no-debug.
521
b511b994
MA
5222011-03-08 Michael Albinus <michael.albinus@gmx.de>
523
524 * simple.el (shell-command-to-string): Use `process-file'.
525
526 * emacs-lisp/package.el (package-tar-file-info): Handle also
527 remote files.
528
d86d2721
SM
529 * emacs-lisp/package-x.el (package-upload-buffer-internal):
530 Use `equal' for upload base check.
b511b994 531
25bbfb31
AM
5322011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
533
534 * textmodes/texinfo.el (texinfo-environments):
535 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
536
be996521
GM
5372011-03-08 Glenn Morris <rgm@gnu.org>
538
e9c8529f
GM
539 * cus-start.el (cursor-in-non-selected-windows):
540 Fix :set quoting oddness. (Bug#8192)
541
be996521
GM
542 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
543 in some setf expressions. (Bug#2159)
544
2bb5649e
CY
5452011-03-08 Chong Yidong <cyd@stupidchicken.com>
546
547 * custom.el (custom-available-themes): Return themes in
548 alphabetical order.
549
7600cf45
CY
5502011-03-07 Chong Yidong <cyd@stupidchicken.com>
551
552 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
553 application of patch from Alan Mackenzie (Bug#7595).
554
fa7062f6
DD
5552011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
556
557 * net/rcirc.el (rcirc-connect): Fix PASS bug.
558
619f4b62
GM
5592011-03-07 Glenn Morris <rgm@gnu.org>
560
561 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 562 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 563
e63e9234
ER
5642011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
565
566 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
567 Add optional `after-sunset' argument. (Bug#8190)
568
16130297
AH
5692011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
570
571 * play/morse.el (nato-alphabet, nato-region, denato-region):
572 New variable and functions. (Bug#2288)
f72c1fd6 573 (morse-region, unmorse-region): Barf if read-only.
16130297 574
2b0787b3
SM
5752011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * progmodes/gud.el (gdb-script-syntax-propertize-function):
578 Don't change the syntax of a \n that closes a comment (bug#8169).
579
5c69cb2c
CY
5802011-03-06 Chong Yidong <cyd@stupidchicken.com>
581
582 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
583 defcustom.
584 (package--update-file): Doc fix. Accept relative file names.
585 (package--archive-contents-from-file): Remove the argument, since
586 it's necessarily always "archive-contents".
587 (package-maint-add-news-item): Pass relative file name args to
588 package--update-file.
589 (package-upload-buffer-internal): Prompt for a destination if
590 package-archive-upload-base is invalid. Create the directory if
591 it does not exist.
592 (package-upload-buffer, package-upload-file): Doc fix.
593
892777ba
CY
5942011-03-06 Chong Yidong <cyd@stupidchicken.com>
595
596 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
597 and move isearch-yank-line to M-s C-e (Bug#8183).
598
9d1f0f55
AM
5992011-03-06 Alan Mackenzie <acm@muc.de>
600
601 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
602 (c-guess-basic-syntax): Move CASE 19 to a different place,
603 correctly to process template-args-cont lines.
9d1f0f55 604
479a2c9b
JB
6052011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
606
2b0787b3
SM
607 * calc/calc-ext.el (calc-init-extensions):
608 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
609 and calc-nplevel, respectively. Add keybindings for calc-spn,
610 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
611 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
612
613 * calc/calc-units.el (calc-dblevel): Rename from
614 calc-logunits-dblevel.
615 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
616 (math-midi-round, math-freqp, math-midip, math-spnp)
617 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
618 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
619 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
620 (math-notes): New variable.
621
622 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 623
f561e49a
CY
6242011-03-06 Chong Yidong <cyd@stupidchicken.com>
625
626 * emacs-lisp/package.el (package-archives): Accept either ordinary
627 directory names, in addition to HTTP URLs.
628 (package--with-work-buffer): New macro. Handle normal directories.
629 (package-handle-response): Don't display the failing buffer.
630 (package-download-single, package-download-tar)
631 (package--download-one-archive): Use package--with-work-buffer.
632 (package-archive-base): Rename from package-archive-url.
633
79a0fb58
GM
6342011-03-06 Glenn Morris <rgm@gnu.org>
635
636 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
637 (xmodmap-generic-mode): Respect generic-extras-enable-list.
638
ffd0a502
DC
6392011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
640
641 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
642
01c35094
JB
6432011-03-06 Juanma Barranquero <lekktu@gmail.com>
644
645 * allout.el (allout-init, allout-prefixed-keybindings)
646 (allout-unprefixed-keybindings):
647 * progmodes/prolog.el (prolog-find-term):
648 Fix typos in docstrings.
649
509742cc
NS
6502011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
651
652 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
653
14369ab3
KR
6542011-03-06 Kevin Ryde <user42@zip.com.au>
655
656 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
657
aa248733
MS
6582011-03-06 Michael Shields <shields@msrl.com> (tiny change)
659
660 * window.el (one-window-p, walk-windows, display-buffer):
661 Doc fixes. (Bug#5567)
662
da0275f8
JB
6632011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
664
665 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
666 of the variable if it exists.
667
845fc5e5
JB
6682011-03-06 Juanma Barranquero <lekktu@gmail.com>
669
670 * bookmark.el:
671 * desktop.el:
672 * emacs-lock.el:
673 * ps-print.el:
674 * saveplace.el:
675 * net/tramp-cache.el:
01c35094 676 * obsolete/fast-lock.el:
845fc5e5
JB
677 * textmodes/reftex.el:
678 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
679
7e27ce9c
AL
6802011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
681
01c35094
JB
682 * files.el (delete-directory, copy-directory, list-directory):
683 Use read-directory-name.
7e27ce9c
AL
684
685 * find-file.el (ff-find-the-other-file):
686 * net/ange-ftp.el (ange-ftp-make-directory):
687 * printing.el (pr-interactive-dir):
688 * progmodes/ada-prj.el (ada-prj-load-directory):
689 * progmodes/ebnf2ps.el (ebnf-print-directory)
690 (ebnf-spool-directory, ebnf-eps-directory)
691 (ebnf-syntax-directory):
692 * shell.el (shell):
693 * speedbar.el (speedbar-create-directory):
694 * vc/emerge.el (emerge-merge-directories):
695 * vc/vc-dir.el (vc-dir):
696 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
697
d23ae2b0
CY
6982011-03-05 Chong Yidong <cyd@stupidchicken.com>
699
700 * help-mode.el (help-buffer): If we are to return the current
701 buffer, signal an error if it's not in Help mode (Bug#8147).
702
2de9cc1a
RT
7032011-03-05 Reuben Thomas <rrt@sc3d.org>
704
705 * files.el (file-name-version-regexp): Handle backup files of the
706 form `foo.js.~HEAD~1~' (Bug#8159).
707
81fb60b2
GM
7082011-03-05 Glenn Morris <rgm@gnu.org>
709
710 * eshell/esh-var.el: Don't require esh-test when compiling.
711 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
712 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 713 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 714
c5f09daf
DE
7152011-03-05 David Engster <deng@randomsample.de>
716
717 * files.el (save-some-buffers): Report the names of buffers saved
718 automatically due to buffer-save-without-query (Bug#8134).
719
77f63d30
DD
7202011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
721
722 * net/rcirc.el: Add QuakeNet authentication support.
723 (rcirc-authinfo, rcirc-check-auth-status)
724 (rcirc-authenticate): Support QuakeNet.
725
72d2c2e3
DD
7262011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
727
728 * net/rcirc.el: Add functionality to authenticate before
729 autojoining channels.
730 (rcirc-authenticate-before-join): New option.
731 (rcirc-authenticated-hook): New variable.
732 (rcirc-connect): Make local variable rcirc-user-authenticated.
733 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
734 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
735 New functions.
736 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
737 Call rcirc-check-auth-status.
72d2c2e3 738
d733e817
MA
7392011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
740
741 * net/soap-client.el (soap-namespace-put-link): Check if the target
742 name is fully qualified -- use only the name part.
743 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
744 types, treated the same as xsd:sequence. (Bug#8166)
745
3ae59fff
EZ
7462011-03-05 Eli Zaretskii <eliz@gnu.org>
747
748 * files.el (find-file-noselect): Don't ask about re-visiting
749 non-literally if the file is already visited in image-mode.
750 (Bug#8177)
751
a9eeff78
GM
7522011-03-05 Glenn Morris <rgm@gnu.org>
753
d783d303
GM
754 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
755 (eshell-mode): Use eshell-kill-buffer-function.
756 Run the -initialize functions independently of the -load-hooks.
757 * eshell/esh-proc.el (eshell-kill-process-function): New function.
758 (eshell-gather-process-output, eshell-sentinel)
759 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
760 Use eshell-kill-process-function.
761 * eshell/em-alias.el (eshell-alias-load-hook):
762 * eshell/em-banner.el (eshell-banner-load-hook):
763 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
764 * eshell/em-dirs.el (eshell-dirs-load-hook):
765 * eshell/em-glob.el (eshell-glob-load-hook):
766 * eshell/em-hist.el (eshell-hist-load-hook):
767 * eshell/em-pred.el (eshell-pred-load-hook):
768 * eshell/em-prompt.el (eshell-prompt-load-hook):
769 * eshell/em-rebind.el (eshell-rebind-load-hook):
770 * eshell/em-script.el (eshell-script-load-hook):
771 * eshell/em-smart.el (eshell-smart-load-hook):
772 * eshell/em-term.el (eshell-term-load-hook):
773 * eshell/em-unix.el (eshell-unix-load-hook):
774 * eshell/esh-arg.el (eshell-arg-load-hook):
775 * eshell/esh-cmd.el (eshell-cmd-load-hook):
776 * eshell/esh-ext.el (eshell-ext-load-hook):
777 * eshell/esh-io.el (eshell-io-load-hook):
778 * eshell/esh-mode.el (eshell-exit-hook):
779 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
780 * eshell/esh-var.el (eshell-var-load-hook):
781 Set default hook values to nil. (Bug#5375)
782
4a0f18a8
GM
783 * eshell/esh-module.el (eshell-module-unload-hook)
784 (eshell-modules-list): Remove leading * from defcustom docs.
785
a9eeff78
GM
786 * eshell/esh-util.el (eshell-for): Make it obsolete.
787 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
788 * eshell/em-dirs.el (eshell-save-some-last-dir):
789 * eshell/em-hist.el (eshell-save-some-history)
790 (eshell-hist-parse-modifier):
791 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
792 (eshell-ls-entries):
793 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
794 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
795 (eshell/which):
796 * eshell/esh-ext.el (eshell-find-interpreter):
797 * eshell/esh-mode.el (eshell-mode):
798 * eshell/esh-module.el (eshell-unload-extension-modules):
799 * eshell/esh-proc.el (eshell-process-interact):
800 * eshell/esh-test.el (eshell-test):
801 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
802 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
803 (eshell-variables-list):
804 * eshell/eshell.el (eshell-unload-all-modules):
805 Replace eshell-for with dolist.
806
85a55d38
GM
8072011-03-04 Glenn Morris <rgm@gnu.org>
808
809 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
810
38c179c9
TT
8112011-03-04 Tom Tromey <tromey@redhat.com>
812
813 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
814
732795fa
GM
8152011-03-04 Glenn Morris <rgm@gnu.org>
816
015bea8f
GM
817 * outline.el (outline-regexp): No longer allow nil.
818 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
819
9d982739
GM
820 * net/browse-url.el (browse-url):
821 Handle deleted default-directory. (Bug#6077)
822
732795fa
GM
823 * recentf.el (recentf-include-p): In case of a buggy predicate,
824 err on the side of including, not excluding. (Bug#5843)
825
d6ffd3f8
JB
8262011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
827
828 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
829 variables as units.
830
a918ed9b
BR
8312011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
832
833 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
834 if there is no node. (Bug#3261)
835
fc0e9092
LL
8362011-03-04 Leo <sdl.web@gmail.com>
837
0a5cb52b
LL
838 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
839
fc0e9092
LL
840 * time.el (display-time-world-list): Fix typo. (Bug#7571)
841
a65112fb 8422011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
843
844 * cus-edit.el (custom-buffer-create-internal):
845 Split search string before passing it to `customize-apropos' (bug#8136).
846
3191adaf
DA
8472011-03-04 Drew Adams <drew.adams@oracle.com>
848
849 * image-dired.el (image-dired-cmd-read-exif-data-options):
850 Fix typo in docstring (bug#8156).
851
fcd8ed1d
DD
8522011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
853
854 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
855
de69c0a8
CO
8562011-03-03 Christian Ohler <ohler@gnu.org>
857
858 * emacs-lisp/ert.el (ert--explain-equal): New function.
d86d2721 859 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
de69c0a8 860 All callers changed.
d86d2721 861 (ert--explain-equal-including-properties): Rename from
de69c0a8
CO
862 `ert--explain-not-equal-including-properties'. All callers
863 changed.
864
7c0d1441
CO
8652011-03-03 Christian Ohler <ohler@gnu.org>
866
867 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
868 (ert-char-for-test-result, ert-string-for-test-result)
869 (ert-run-tests-batch, ert--print-test-for-ewoc):
870 Handle `ert-test-quit'.
871
31128af6
DA
8722011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
873
874 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
875 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
876
06083aa1
GM
8772011-03-03 Glenn Morris <rgm@gnu.org>
878
879 * files.el (file-truename): Doc fix. (Bug#2341)
880
c7a74801
BR
8812011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
882
01c35094 883 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 884
614b85f8
VJ
8852011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
886
887 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
888 programs output backslashes. (Bug#7663)
889
f96dc50f
GM
8902011-03-03 Glenn Morris <rgm@gnu.org>
891
fb532fe8
GM
892 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
893 (mail-mode): Remove mail-sent-via from the doc.
894 (mail-sent-via): Make it obsolete. (Bug#1776)
895
a915d7a1
GM
896 * progmodes/grep.el (grep-highlight-matches): Doc fix.
897 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
898
f96dc50f
GM
899 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
900 with no parents. (Bug#8025)
901
71f8b7ed
G
9022011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
903
904 * password-cache.el (password-in-cache-p): Add autoload.
905
8889f4e2
GM
9062011-03-02 Glenn Morris <rgm@gnu.org>
907
3ab7ebb9
GM
908 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
909 * dired-x.el (Man-support-local-filenames): Autoload it.
910 (dired-guess-shell-alist-default): Also handle Red Hat's man.
911
2777ccbf
GM
912 * dired-x.el (dired-default-directory-alist, dired-default-directory):
913 Mark as obsolete.
914 (dired-smart-shell-command): Just call dired-current-directory.
915
5dedeef2
GM
916 * dired-x.el (dired-jump-other-window): Add autoload.
917 (dired-default-directory-alist, dired-default-directory): Doc fixes.
918 (dired-default-directory-alist): Mark as risky.
919
8889f4e2
GM
920 * dired-x.el (dired-omit-here-always): Make it obsolete.
921
d77aaf6f
CY
9222011-03-02 Chong Yidong <cyd@stupidchicken.com>
923
924 * textmodes/artist.el (artist-curr-go): Default to pen-line.
925 (artist-select-op-pen-line): New function.
926 (artist-menu-map): New variable.
927 (artist-mode-map): Add a menu to the menu-bar.
928
771fc75e
JB
9292011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
930
931 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
932 when evaluating.
933
934 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
935 New function.
936 (math-logunits-add, math-logunits-mul, math-logunits-divide):
937 (math-logunits-quant, math-logunits-level):
938 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
939 functions.
940 (math-logunits-level): Extract units from ratio.
941
f6132e5a
JB
9422011-03-01 Juanma Barranquero <lekktu@gmail.com>
943
944 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
945
7454f200
GM
9462011-03-01 Glenn Morris <rgm@gnu.org>
947
a65112fb
GM
948 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
949 (diary-hebrew-birthday): Rename and rework functions added
950 in previous change.
7454f200 951
cdcbd5a7
ER
9522011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
953
954 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
955 (diary-hebrew-birthday): New functions.
956
9903d828
GM
9572011-03-01 Glenn Morris <rgm@gnu.org>
958
959 * dired.el (dired-safe-switches-p): Beef it up.
960 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
961
75da6eb9
SM
9622011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * dired.el (dired-safe-switches-p): New function.
965
6640b281
GM
9662011-03-01 Glenn Morris <rgm@gnu.org>
967
968 * files.el (dir-locals-collect-variables):
969 Add the ability to exclude subdirectories. (Bug#8100)
970
971 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
972
cead857b
CS
9732011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
974
975 * ido.el (ido-everywhere): Doc fix.
976 (ido-mode): Doc fix.
977
0a906ec3
GM
9782011-02-28 Glenn Morris <rgm@gnu.org>
979
980 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
981
22b300de
MA
9822011-02-28 Michael Albinus <michael.albinus@gmx.de>
983
984 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
985 shadows.
986
abec5126 9872011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
988
989 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
990
ca3afb79
JB
9912011-02-28 Juanma Barranquero <lekktu@gmail.com>
992
993 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
994 Fix typos in docstrings.
995
edb57480
SB
9962011-02-28 Stephen Berman <stephen.berman@gmx.net>
997
998 * dired-aux.el (dired-update-file-line):
999 Fix 2010-11-09 change. (Bug#8131)
1000
2b0c7330 10012011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
1002
1003 * international/mule-cmds.el (set-default-coding-systems): Use the
1004 -unix variant of encoding in default-keyboard-coding-system.
1005 (Bug#8122)
1006
df7f0d0b
CY
10072011-02-27 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
1010
3e478a7c 10112011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
1012
1013 * term/screen.el: New file (Bug#2650).
1014
1f0816b6
SM
10152011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
1018 (pcase-mutually-exclusive-predicates): New var.
1019 (pcase--split-consp, pcase--split-pred): Use it.
1020 (pcase--split-equal, pcase--split-member): When splitting against
1021 a pure predicate, run it to know the outcome.
1022 (pcase--u1): Mark vars that are actually used.
1023 (pcase--q1): Avoid introducing unused vars.
1024
b49df742
JB
10252011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
1026
1027 * calc/calc-ext.el (calc-init-extensions):
1028 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
1029
1030 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
1031 symbolic mode.
1032
1033 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
1034 argument is a variable.
1035
e573299d
SM
10362011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
1039 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
1040 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
1041
61e9662e
TZ
10422011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1043
1044 * password-cache.el (password-in-cache-p): Convenience function to
1045 check if a key is in the cache, even if the value is nil.
1046
7fe42546
J
10472011-02-25 Jambunathan K <kjambunathan@gmail.com>
1048
1049 * emacs-lisp/package-x.el (package--archive-contents-from-url)
1050 (package--archive-contents-from-file): New functions.
1051 (package-update-news-on-upload): New var.
1052 (package-upload-buffer-internal): Extract archive-contents from
1053 package-archive-upload-base if it is not found at archive-url.
1054 Obey package-update-news-on-upload.
1055 (package-upload-buffer, package-upload-file): Doc fix.
1056
2d8a57ef
GM
10572011-02-24 Glenn Morris <rgm@gnu.org>
1058
6a88f031
GM
1059 * files-x.el (modify-dir-local-variable): Handle dir-locals from
1060 the cache, and from non-file sources.
1061
303f9ae0
GM
1062 * help-fns.el (describe-variable): Return consistent results when a
1063 dir-local from a file came from the cache or did not. (Bug#8095)
1064 If a dir-local has no associated file, say it came from a "directory".
1065
07915ed9
GM
1066 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
1067 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
1068
ebe401f6
GM
1069 * files.el (dir-locals-find-file): Doc fix.
1070 Fix the check for cache elements that have no associated file,
303f9ae0 1071 and the mtime check for those that do. (Bug#8095)
ebe401f6 1072
b36f2f1c
GM
1073 * dired-x.el (dired-hack-local-variables):
1074 Handle interrupts during hacking local variables. (Bug#5216)
1075
2d8a57ef
GM
1076 * emacs-lisp/autoload.el (autoload-save-buffers)
1077 (autoload-find-destination, update-directory-autoloads):
1078 Avoid prompts when updating autoloads.
1079
53cfe624
SM
10802011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1083
c1449bff
KH
10842011-02-23 Kenichi Handa <handa@m17n.org>
1085
1086 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1087 error when a multipart boundary in the nested multipart is found.
1088
251ebe0f
KH
1089 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1090 header components.
1091
5582c670
GM
10922011-02-23 Glenn Morris <rgm@gnu.org>
1093
817b48a7
GM
1094 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1095 * dired-x.el (dired-omit-mode): Safe if boolean.
1096 (dired-enable-local-variables): Fix doc and custom type.
1097 (dired-enable-local-variables, dired-local-variables-file)
1098 (dired-hack-local-variables): Make obsolete.
1099 (dired-omit-here-always): Use dir-locals.el instead.
1100
5582c670
GM
1101 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1102
5f9d345c
SM
11032011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * help-fns.el (describe-function-1): Don't signal an error just because
1106 the DOC file disappeared.
1107
01c35094 11082011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
1109
1110 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1111 remote check to "ftp". (Bug#8089)
1112
e84efb70
AM
11132011-02-21 Alan Mackenzie <acm@muc.de>
1114
1115 Fix bug #7930.
1116 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1117 in macros finding their way into c-state-nonlit-pos-cache.
1118 Strengthen the comments.
1119 (c-state-dump): New commented out diagnostic routine.
1120
c6309045
MA
11212011-02-21 Michael Albinus <michael.albinus@gmx.de>
1122
1123 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1124 `field' property of `rfn-eshadow-overlay'.
1125
06b840e0
LI
11262011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1127
1128 * net/netrc.el (netrc-parse): Comment fix.
1129
6d713256
CY
11302011-02-21 Chong Yidong <cyd@stupidchicken.com>
1131
1132 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1133 Autoload. Add optional arg FRAME, and pass it to color-values.
1134 (color-complement): Caller changed. Doc fix.
1135 (color-gradient): Rewrite for better clarity and efficiency.
1136
1137 * faces.el (color-values): Use cond for clarity. Doc fix.
1138
5f9d345c 1139 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 1140 color.el instead.
5f9d345c
SM
1141 (list-colors-sort-key, list-colors-print):
1142 Use color-normalized-values.
6d713256
CY
1143
11442011-02-20 Drew Adams <drew.adams@oracle.com>
1145
1146 * color.el: First part of merge from hexrgb.el.
1147 (color-rgb-to-hex): Rename from color-rgb->hex.
1148 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1149 saturation to zero if the value is too small.
1150 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1151 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1152 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1153 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1154 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1155 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1156 (color-cie-de2000): Doc fix.
1157
aa9c0efc
AM
11582011-02-20 Alan Mackenzie <acm@muc.de>
1159
1160 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1161 locating the beginning of a macro. (Bug#7595)
1162
18cfb5a1
GM
11632011-02-20 Glenn Morris <rgm@gnu.org>
1164
e17816e5
GM
1165 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1166 Don't autoload it.
1167
18cfb5a1
GM
1168 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1169 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1170
01c35094
JB
11712011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1172 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
1173
1174 * progmodes/hideshow.el (hs-find-block-beginning)
1175 (hs-hide-level-recursive): Ignore comments when parsing braces
1176 (Bug#8036).
1177
11782011-02-19 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1181 (vc-bzr-pull): Use it.
1182
3ab713fd
CY
11832011-02-19 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1186 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1187 but returning an alist. Ignore comments in bzr conffile.
1188 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1189 (vc-bzr-error-regex-alist): New var.
1190 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1191
5f9d345c
SM
1192 * vc/vc-dispatcher.el (vc-do-async-command):
1193 Bind inhibit-read-only to t.
3ab713fd
CY
1194
1195 * progmodes/compile.el (compilation--flush-directory-cache):
1196 Handle the case where cdr of compilation--flush-directory-cache
1197 points to no buffer, which can occur if we previously switched to
1198 compilation-mode in a pregenerated buffer.
1199
16bc9688
KH
12002011-02-19 Kenichi Handa <handa@m17n.org>
1201
1202 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1203 get the header copy into the temporary buffer.
1204 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1205 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1206 buffer-file-coding-system to undecided.
1207
67ab0163 12082011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 1209
a167e505
EZ
1210 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1211 Document completion with asterisk and a substring.
1212
67ab0163 12132011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
1214
1215 * files.el (find-file-literally): Doc fix.
1216
41002397
GM
1217 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1218
b8bd9908
GM
1219 * log-edit.el (log-edit-insert-changelog):
1220 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1221
4d737eb2
GM
12222011-02-19 Glenn Morris <rgm@gnu.org>
1223
cad7445b
GM
1224 * dired-x.el: Don't require dired-aux.
1225 (dired-do-create-files, dired-mark-read-regexp)
1226 (dired-do-create-files-regexp): Autoload from dired-aux.
1227
bea584fa
GM
1228 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1229 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1230
d6e96966
GM
1231 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1232 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1233
42924231
GM
1234 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1235 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1236 (dired-clean-up-buffers-too): Declare.
1237
203784cc
GM
1238 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1239 * dired.el (dired-initial-position): Merge dired-x's version here.
1240 (dired-find-subdir): Declare.
1241
30abce25
GM
1242 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1243 * dired-aux.el (dired-add-entry): Give it a doc-string.
1244 Merge dired-x's dired-omit handling here.
1245 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1246
4d737eb2
GM
1247 * international/mule-diag.el (list-input-methods-1):
1248 Indent all lines of multi-line doc-strings. (Bug#8066)
1249
abd20d91
CY
12502011-02-18 Chong Yidong <cyd@stupidchicken.com>
1251
1252 Fix 2011-02-02 changes.
1253
1254 * apropos.el (apropos-print): Call apropos-mode before setting up
1255 buffer variables. Use inhibit-read-only.
1256
5f9d345c
SM
1257 * emacs-lisp/package.el (package--list-packages):
1258 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
1259
1260 * play/solitaire.el (solitaire): Call solitaire-mode before
1261 setting up buffer variables. Use inhibit-read-only.
1262
e697fcfc
LM
12632011-02-18 Lawrence Mitchell <wence@gmx.li>
1264
1265 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1266 Bind case-fold-search to nil when looking for end of here-doc.
1267
4114ed61
EZ
12682011-02-18 Eli Zaretskii <eliz@gnu.org>
1269
e697fcfc
LM
1270 * image-mode.el (image-toggle-display-image):
1271 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
1272 files. (Bug#8047)
1273
aa56f361
SM
12742011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * files.el (cd): Make completion obey cd-path (bug#7924).
1277
d1be20a1
GM
12782011-02-18 Glenn Morris <rgm@gnu.org>
1279
135dee55
GM
1280 * progmodes/prolog.el: Don't require compile when compiling.
1281 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1282 (compilation-forget-errors, compilation-fake-loc)
1283 (compilation-parse-errors-function, compilation-error-list): Declare.
1284 (prolog-inferior-mode): Require 'compile.
1285
15e0d5a1
GM
1286 * emulation/cua-base.el (pc-selection-mode): Declare.
1287
002b46b7
GM
1288 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1289 (customize-object): Add autoload cookie.
1290 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1291 (eieio-browse, describe-class, eieio-describe-class)
1292 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1293 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1294 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1295 * Makefile.in (autoloads): Make eieio.el writable.
1296
d1be20a1
GM
1297 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1298 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1299 (dired-hack-local-variables): Use inhibit-read-only.
1300 (dired-guess-default): Simplify.
1301 (dired-make-relative-symlink): Use dotimes.
1302 (dired-simultaneous-find-file): Use dolist.
1303 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1304 (dired-x-hands-off-my-keys): Doc fix.
1305 (dired-x-bind-find-file): Doc fix. Use remapping.
1306 (after-init-hook): No need to add dired-x-bind-find-file.
1307 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1308 No need to call expand-file-name.
1309 (dired-filename-at-point): Remove unused locals `end', `filename'.
1310
f9d554dd
SM
13112011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1314
5da16a86
CO
13152011-02-18 Christian Ohler <ohler@gnu.org>
1316
1317 * emacs-lisp/ert.el (ert--setup-results-buffer)
1318 (ert-results-pop-to-backtrace-for-test-at-point)
1319 (ert-results-pop-to-messages-for-test-at-point)
1320 (ert-results-pop-to-should-forms-for-test-at-point)
1321 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1322 were incorrect and unnecessary. This should make `make check'
1323 pass again.
1324
3a00a363
KM
13252011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1326
01c35094 1327 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1328 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1329 * lisp/allout.el: Remove commentary about remove encryption
1330 passphrase mnemonic support and verification.
01c35094
JB
1331 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1332 armored text using gpg1, and indicate that the gpg version *might*
1333 be the problem in the error message.
3a00a363 1334
73057ba9
DD
13352011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1336
1337 * net/rcirc.el (rcirc-float-time): New function.
1338 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1339 (rcirc-ctcp-sender-PING): Use it.
1340
8551cb32
GM
13412011-02-17 Glenn Morris <rgm@gnu.org>
1342
53ef76c7
GM
1343 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1344 (speedbar-update-flag, speedbar-fetch-etags-command)
1345 (speedbar-fetch-etags-arguments):
1346 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1347 (term-completion-autolist, term-completion-addsuffix)
1348 (term-completion-recexact, term-completion-fignore):
1349 * term/sup-mouse.el (sup-mouse-fast-select-window):
1350 * term/x-win.el (x-select-request-type):
1351 Convert some defvars with "*" to defcustoms.
1352
64a14c74
GM
1353 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1354
92e39d6f
GM
1355 * vc/vc.el (vc-default-previous-version):
1356 Remove alias that points nowhere. (Bug#4496)
1357
fc14288b
GM
1358 * dired-x.el (dired-clean-up-after-deletion):
1359 kill-buffer does not need save-excursion.
1360 (dired-do-run-mail): Doc fix.
1361 (dired-filename-at-point): Doc fix.
1362 Use looking-at, and skip-chars rather than re search.
1363
8551cb32
GM
1364 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1365
96497653
KM
13662011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1367
aac7a935
KM
1368 * allout-widgets.el: New allout extension that shows allout
1369 outline structure with graphical widgets. 'allout-widgets'
1370 customize group is an 'allout' subgroup, for easy discovery.
1371
96497653
KM
1372 * allout.el: Include PGP and GnuPG in Keywords, and other
1373 commentary refinements.
1374 (allout-abbreviate-flattened-numbering): Rename to
1375 allout-flattened-numbering-abbreviation, and
1376 define-obsolete-variable-alias the old name.
1377 (allout-flattened-numbering-abbreviation): Rename from
1378 allout-abbreviate-flattened-numbering.
1379 (allout-mode-p): Include among autoloads, for use by other modes
1380 with impunity.
e697fcfc
LM
1381 (allout-listify-exposed):
1382 Use allout-flattened-numbering-abbreviation.
96497653
KM
1383 (allout-encrypt-string): Use set-buffer-multibyte directly.
1384 (allout-set-buffer-multibyte): Remove.
1385
be4a1d71
DD
13862011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1387
1388 * simple.el (just-one-space): Remove useless `or' call.
1389
274c2d34
MA
13902011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1391
c6309045 1392 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1393 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1394 (soap-decoded-multi-refs, soap-current-wsdl)
1395 (soap-encoded-namespaces): Rename CL-style *...* variables.
1396
88ae2870
MA
13972011-02-16 Michael Albinus <michael.albinus@gmx.de>
1398
1399 * net/soap-client.el: Add "comm" and "hypermedia" to the
1400 keywords. Reflow too long lines.
1401
1402 * net/soap-inspect.el: Ditto. Require 'cl.
1403
689743a2
BG
14042011-02-16 Bastien Guerry <bzg@altern.org>
1405
1406 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1407 in a `doctor-type' argument.
1408
16d2ff89
MA
14092011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1410
1411 * net/soap-client.el:
1412 * net/soap-inspect.el: New files.
1413
c6cefd36
LL
14142011-02-16 Leo <sdl.web@gmail.com>
1415
1416 * dired-x.el (dired-mode-map, dired-extra-startup):
1417 Remove dired-copy-filename-as-kill since it's already in dired.el.
1418
da5e0ce4
GM
14192011-02-16 Glenn Morris <rgm@gnu.org>
1420
1421 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1422 Doc fixes. Add :set property, replacing top-level calls.
1423 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1424 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1425 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1426 (dired-clean-up-after-deletion): Use when and dolist.
1427 (dired-jump): Use unless and when.
1428 (dired-virtual): Use line-end-position.
1429 (dired-default-directory-alist): Rename from default-directory-alist.
1430 (dired-default-directory): Update for above name change.
1431 (dired-vm): Drop VM < 5 and simplify.
1432 (dired-buffer-more-recently-used-p): Rewrite.
1433 (dired-filename-at-point): Use when and or.
1434 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1435 Update callers.
1436
c5ca3aa0
GM
14372011-02-15 Glenn Morris <rgm@gnu.org>
1438
1439 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1440
33f6cf7b
CY
14412011-02-14 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * vc/vc-git.el (vc-git-root-log-format): New option for
1444 customizing log format.
1445 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1446 (vc-git-log-view-mode): Use it.
1447 (vc-git-expanded-log-entry): New function.
1448 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1449
1450 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1451 customizing log format.
1452 (vc-hg-print-log): Use it.
1453 (vc-hg-expanded-log-entry): New function.
1454 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1455 vc-hg-expanded-log-entry. Truncate lines in root log.
1456
1457 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1458
e697fcfc
LM
1459 * vc/log-view.el (log-view-mode-menu):
1460 Add log-view-toggle-entry-display.
33f6cf7b 1461
461b69ae
GM
14622011-02-14 Glenn Morris <rgm@gnu.org>
1463
1464 * dired-x.el: Don't require man when compiling.
1465 (dired-omit-extensions, dired-local-variables-file)
1466 (dired-x-hands-off-my-keys): Make them defcustoms.
1467 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1468 (vm-visit-folder): Declare rather than defining.
1469 (dired-x-help-address, dired-x-variable-list): Remove.
1470 (dired-x-submit-report): Make it an obsolete alias.
1471
35f52ed6
JB
14722011-02-14 Juanma Barranquero <lekktu@gmail.com>
1473
1474 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1475
b2108a36
TZ
14762011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1477
67186ae2 1478 * net/imap.el: Bring it back.
b2108a36 1479
abfc152b
AM
14802011-02-13 Alan Mackenzie <acm@muc.de>
1481
1482 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1483 narrow-to-region call that cuts context off the end (Bug#7722).
1484
e697fcfc
LM
1485 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1486 Refactor nested if-forms with a simple cond.
abfc152b
AM
1487 (c-forward-<>-arglist): Revert 2011-01-31 change.
1488
d4eb88c7
CY
14892011-02-13 Chong Yidong <cyd@stupidchicken.com>
1490
1491 * vc/log-view.el: New command log-view-toggle-entry-display for
1492 toggling log entries between concise and detailed forms.
1493 (log-view-toggle-entry-display): New command.
1494 (log-view-mode-map): Bind RET to it.
1495 (log-view-expanded-log-entry-function): New variable.
1496 (log-view-current-entry, log-view-inside-comment-p)
1497 (log-view-current-tag): New functions.
1498 (log-view-toggle-mark-entry): Use log-view-current-entry and
1499 log-view-end-of-defun instead of searching directly with
1500 log-view-message-re.
1501 (log-view-end-of-defun): Likewise. Add optional ARG for
1502 compatibility with end-of-defun.
1503 (log-view-end-of-defun): Ignore comments and VC buttons.
1504
1505 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1506 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1507
2609a08e
TZ
15082011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1509
114fe546
G
1510 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1511
2609a08e
TZ
1512 * net/imap-hash.el: Remove file.
1513
7a6ebb1a
MA
15142011-02-13 Michael Albinus <michael.albinus@gmx.de>
1515
1516 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1517
1518 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1519 call.
1520
1521 * net/tramp-imap.el: Remove file.
1522
75d4dcc9
CY
15232011-02-13 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1526 widget library for buttons, just use button.el.
1527
1528 * vc/log-view.el (log-view-mode-map): Don't inherit from
1529 widget-keymap.
1530
3c65e88d 15312011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1532
86361e1e
GM
1533 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1534 (nintersection, set-difference, nset-difference)
1535 (set-exclusive-or, nset-exclusive-or): Doc fix.
1536
dc4c6a7a
GM
1537 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1538
8a6f24e5
GM
1539 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1540 :italic props, so that frame-set-background-mode works. (Bug#7966)
1541
3caced0b
GM
1542 * simple.el (next-error): Doc fix.
1543
9de31df2
TV
15442011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1545
1546 * dired-aux.el (dired-create-files): Adapt destination name to
1547 match the new behavior of copy-directory.
1548
38a71655
CY
15492011-02-12 Chong Yidong <cyd@stupidchicken.com>
1550
1551 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1552 from rmail-dont-reply-to-names. Callers changed.
1553 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1554 (rmail-dont-reply-to): Make it an obsolete alias.
1555
1556 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1557 nil, and make obsolete (Bug#7888).
1558 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1559
1560 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1561
1562 * mail/rmailsort.el (rmail-sort-by-correspondent)
1563 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1564
1565 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1566
470d996d
TV
15672011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1568
1569 * files.el (copy-directory): New argument COPY-CONTENTS for
1570 copying directory contents into another existing directory.
1571
e2784c87
TH
15722011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1573
1574 * minibuffer.el (completion-table-case-fold): New function for
1575 creating a case-insensitive completion table.
1576
563790b6
TZ
15772011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1578
1579 * net/tramp.el (tramp-default-method): Also check if
1580 `auth-source-search' is bound.
1581 (tramp-read-passwd): Use `auth-source-search' instead of
1582 `auto-source-user-or-password'.
1583
1584 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1585 `auto-source-user-or-password.
1586 (tramp-imap-passphrase-callback-function): Use it.
1587
1588 * net/imap-hash.el: Autoload `auto-source-search' instead of
1589 `auto-source-user-or-password.
1590 (imap-hash-open-connection): Use it.
1591
1592 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1593 `auto-source-user-or-password.
1594 (smtpmail-try-auth-methods): Use it.
1595
c6affbde
PH
15962011-02-12 Phil Hagelberg <phil@hagelb.org>
1597
1598 * emacs-lisp/package.el: Allow packages to be reinstalled.
1599 (package--write-file-no-coding): Remove EXCL arg.
1600 (package-unpack-single): Don't use it.
1601
b5a53795
KP
16022011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1603
1604 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1605 in each sub directory.
1606 (vc-svn-registered): Use vc-svn-root.
1607 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1608 (vc-svn-repository-hostname): Use "svn info".
1609
25833f5e
DD
16102011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1611
1612 * simple.el (delete-trailing-whitespace): New optional buffer
1613 bound parameters.
1614
75d1d833
BG
16152011-02-11 Bastien Guerry <bzg@altern.org>
1616
1617 * files.el (basic-save-buffer): save unmodified buffers when
1618 the file pointed by buffer-file-name doesn't exist.
1619
e0e36cac
DD
16202011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1621
079721e9 1622 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1623
59350862
GM
16242011-02-11 Glenn Morris <rgm@gnu.org>
1625
1626 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1627
5708ce5e
JB
16282011-02-11 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1631
b016851c
SM
16322011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1633
59003be9
SM
1634 * server.el (server-process-filter): Use pcase.
1635
9517f8af
SM
1636 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1637 conflicting ways.
1638 (smie-indent--parent): Extend to "parent of arg".
1639 (smie-indent-inside-string): New function.
1640 (smie-indent-functions): Use it.
1641
cf77dd27
SM
1642 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1643 bzr locking race condition.
1644
49ffc078
SM
1645 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1646 still valid before using it.
1647
1a0a6cef
SM
1648 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1649 `message' -> `compilation-message' rename (bug#8004).
1650
b016851c
SM
1651 Move keymap initialization into declaration.
1652 * textmodes/enriched.el (enriched-mode-map):
1653 * textmodes/bib-mode.el (bib-mode-map):
1654 * term/lk201.el (lk201-function-map):
1655 * tar-mode.el (tar-mode-map):
1656 * replace.el (occur-mode-map):
1657 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1658 * progmodes/idlw-help.el (idlwave-help-mode-map):
1659 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1660 * play/solitaire.el (solitaire-mode-map):
1661 * play/snake.el (snake-mode-map, snake-null-map):
1662 * play/pong.el (pong-mode-map):
1663 * play/handwrite.el (menu-bar-handwrite-map):
1664 * play/gametree.el (gametree-mode-map):
a65112fb 1665 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1666 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1667 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1668 (newsticker--url-keymap):
1669 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1670 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1671 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1672 (menu-bar-edit-menu, menu-bar-custom-menu)
1673 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1674 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1675 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1676 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1677 (menu-bar-tools-menu, menu-bar-describe-menu)
1678 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1679 (menu-bar-help-menu):
1680 * mail/rmailsum.el (rmail-summary-mode-map):
1681 * kmacro.el (kmacro-step-edit-map):
1682 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1683 (ibuffer-mode-operate-map):
1684 * hi-lock.el (hi-lock-menu, hi-lock-map):
1685 * emulation/vip.el (vip-mode-map):
1686 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1687 * bookmark.el (bookmark-bmenu-mode-map):
1688 * help-mode.el (help-mode-map): Move initialization into declaration.
1689
1be1d1e9
DD
16902011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1691
1692 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1693 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1694 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1695 (rcirc-cmd-me, rcirc-authenticate): Use them.
1696
26d2a9bd
KM
16972011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1698
1699 * allout.el: Synopsis: Change allout user configuration so
1700 auto-activation is controlled solely by customization
1701 `allout-auto-activation'.
1702
01c35094 1703 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1704 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1705 Also, explicitly invoke (allout-setup) after allout-auto-activation
1706 is custom-defined, to affect the settings in emacs sessions besides
1707 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1708 (allout-auto-activation): Use allout-auto-activation-helper to
1709 :set. Revise the docstring.
1710 (allout-init): Reduce functionality to just customizing
1711 allout-auto-activation, and mark obsolete.
1712 (allout-mode): Respect string values for allout-auto-activation.
1713 Run allout-after-copy-or-kill-hook without any args.
01c35094 1714 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1715 (outlineify-sticky): Adjust docstring for new scheme.
1716 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1717 should concentrate on the kill ring.
1718
b8e0f0cd
G
17192011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1720
1721 * password-cache.el (password-cache-remove): Accept secrets that are
1722 not strings.
1723
ccded26c
SM
17242011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1727 of here-doc that immediately follows a comment.
1728
ee6a57ab
DD
17292011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1730
4d04fdc9
DD
1731 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1732
ee6a57ab
DD
1733 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1734 available.
1735 (rcirc-ctcp-sender-PING): New function.
1736
6ca94a0b
SM
17372011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1740 Remove the mark/nomark handling, and activate shift-select-mode instead.
1741
1742 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1743
226590f8
JB
17442011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1745
1746 * calc/calc-units.el (math-logunits-quant): Add support for
1747 non-logarithmic units.
1748
dd0b691e
KM
17492011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1750
4ec28e14
KM
1751 * allout.el (allout-after-copy-or-kill-hook): New hook for
1752 extension-specific processing of killed text.
1753 (allout-mode): Include new allout-after-copy-or-kill-hook among
1754 mentioned hooks.
01c35094 1755 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1756 after kill happens even if barf-if-buffer-read-only is raised.
1757 Include new allout-after-copy-or-kill-hook among that subsequent
1758 processing.
1759 (allout-deannotate-hidden): Actually remove the annotation text
1760 properties.
1761
dd0b691e
KM
1762 * allout.el (allout-listify-exposed): Copy text sans text properties.
1763
07e52e08
MA
17642011-02-07 Michael Albinus <michael.albinus@gmx.de>
1765
b016851c 1766 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1767
c5aff743
DD
17682011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1769
1770 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1771
03925868
JB
17722011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1773
b016851c 1774 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1775 `calc-default-field-reference-level'.
b016851c 1776 (calc-logunits-power-reference): Rename from
01c35094 1777 `calc-default-power-reference-level'.
03925868 1778
b016851c 1779 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1780 `math-logunits-level'
b016851c 1781 (math-logunits-plus): Rename from math-logcombine.
03925868 1782 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1783 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1784 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1785 New functions.
b016851c
SM
1786 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1787 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1788 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1789 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1790 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1791 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1792 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1793 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1794 New functions.
1795
b016851c 1796 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1797 (calc-ul-prefix-help): Remove.
1798 (calc-l-prefix-help): New function.
1799 (calc-full-help): Add reference to `calc-l-prefix-help'.
1800
1801 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1802
ec6ad6f2
JB
1803 * calc/README: Mention logarithmic units.
1804
f8b351c1
CY
18052011-02-06 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1808 non-ASCII characters (Bug#7925).
1809
a60287ff
GM
18102011-02-05 Glenn Morris <rgm@gnu.org>
1811
1812 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1813
9ad53e98
GM
1814 * calendar/diary-lib.el (diary-font-lock-keywords):
1815 Tweak diary-time-regexp match. (Bug#7891)
1816
9783df21
GM
1817 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1818 (f90-mode): Use it for mode's `find-tag-default-function' property.
1819
df275851
GM
1820 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1821
95838641
GM
1822 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1823
827b77e9
DD
18242011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1825
1826 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1827 (Bug#6386).
1828
7cb76591
SM
18292011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1830
ba70ab1c
SM
1831 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1832 font-lock-syntax-table remappings.
1833 (sh-here-doc-markers, sh-here-doc-re): Remove.
1834 (sh-font-lock-close-heredoc): Remove.
1835 (sh-syntax-propertize-here-doc): New function.
1836 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1837 instead of the sh-here-doc-re.
1838 (sh-font-lock-paren): Don't do anything in comments or strings.
1839 Handle line continuations. Accept a few more chars.
1840 Don't rely on the font-lock-syntax-table remappings.
1841 `esac' is not a valid pattern.
1842 (sh-syntax-propertize-function): Handle here-docs differently, so we
1843 don't bother syntax-propertizing the insides.
1844
7cb76591
SM
1845 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1846 Handle new bashisms ";&" and ";;&" (bug#7947).
1847
39b20f56
MA
18482011-02-05 Michael Albinus <michael.albinus@gmx.de>
1849
7cb76591
SM
1850 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1851 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1852
51aba3f3
MA
18532011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1854
1855 * net/tramp.el (tramp-postfix-method-format)
1856 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1857 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1858 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1859 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1860 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1861 Doc fix.
1862
7bc61bb7
SS
18632011-02-04 Sam Steingold <sds@gnu.org>
1864
1865 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1866
d93c111e
AS
18672011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1868
1869 * international/mule-util.el (with-coding-priority): Doc fix.
1870
6f52d86e
EZ
18712011-02-04 Eli Zaretskii <eliz@gnu.org>
1872
1873 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1874
c1b4afac
SS
18752011-02-03 Sam Steingold <sds@gnu.org>
1876
1877 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1878 Do not error out when `func' is nil.
1879
a857d3c7
MA
18802011-02-03 Michael Albinus <michael.albinus@gmx.de>
1881
1882 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1883 `tramp-default-remote-path' to the docstring.
1884 (tramp-get-remote-path): Suppress error message when `getconf
1885 PATH' fails.
1886
1887 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1888
8aa88760
GM
18892011-02-03 Glenn Morris <rgm@gnu.org>
1890
219ea611
GM
1891 * vc/vc-hg.el (vc-hg-command): Doc fix.
1892
8d7b5b5b
GM
1893 * term/w32-win.el (libpng-version): Declare for compiler.
1894
c03eac34
GM
1895 * msb.el: No need to load dired while compiling.
1896
7f07c1fe
GM
1897 * emacs-lisp/elint.el (elint-standard-variables):
1898 Remove a couple of built-ins that now have doc-strings.
1899
befe199d
GM
1900 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1901 `require' is automatically `eval-and-compile'd.
1902
2d7d6439
GM
1903 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1904 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1905
8aa88760
GM
1906 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1907 Move definition before use.
1908 (strokes-report-bug): Make it obsolete.
1909
e90f8545
SS
19102011-02-02 Sam Steingold <sds@gnu.org>
1911
1912 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1913 from `special-mode', entering it makes the buffer read-only, so
1914 call it only when everything has been already inserted.
1915 * emacs-lisp/ert.el (ert--setup-results-buffer)
1916 (ert-results-pop-to-backtrace-for-test-at-point)
1917 (ert-results-pop-to-messages-for-test-at-point)
1918 (ert-results-pop-to-timings): Ditto.
1919 * emacs-lisp/package.el (package--list-packages): Ditto.
1920 * play/solitaire.el (solitaire): Ditto.
1921
90db975f
CY
19222011-02-02 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * progmodes/compile.el: Make all faces inherit.
1925 (compilation-warning): Inherit from font-lock-variable-name-face.
1926 (compilation-info): Inherit from font-lock-type-face.
1927 (compilation-line-number): Reassign to font-lock-keyword-face.
1928 (compilation-column-number): Reassign to font-lock-doc-face.
1929 (compilation-leave-directory-face): Reassign to
1930 font-lock-builtin-face.
1931
bc35ff32
EZ
19322011-02-02 Eli Zaretskii <eliz@gnu.org>
1933
1934 * dired.el (dired-insert-directory): Don't invoke `ls' when
1935 ls-lisp.el is used to emulate it.
1936
39cde66c
JD
19372011-02-01 Julien Danjou <julien@danjou.info>
1938
1939 * color.el (color-gradient): Add a color-gradient function.
1940
abef340a
SS
19412011-02-01 Sam Steingold <sds@gnu.org>
1942
1943 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1944 bind "z" to `kill-this-buffer'.
1945 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1946 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1947 (apropos-mode): Inherit from `special-mode'.
1948 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1949 * bookmark.el (bookmark-bmenu-mode): Define using
1950 `define-derived-mode' inheriting from `special-mode'.
1951 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1952 * image-mode.el (image-mode-map): Ditto.
1953 * replace.el (occur-mode): Define using
1954 `define-derived-mode' inheriting from `special-mode'.
1955 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1956 * calendar/diary-lib.el (diary-fancy-display-mode):
1957 Inherit from `special-mode-map'.
1958 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1959 Inherit from `special-mode'.
1960 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1961 `special-mode-map'.
1962 (package-menu-mode): Define using `define-derived-mode'
1963 inheriting from `special-mode'.
1964 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1965 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1966 (xesam-mode-map): Define separately.
1967 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1968 * progmodes/compile.el (compilation-minor-mode-map)
1969 (compilation-mode-map): Inherit from `special-mode-map'.
1970 * vc/diff-mode.el (diff-mode-shared-map):
1971 Inherit from `special-mode-map'.
1972 * vc/log-view.el (log-view-mode-map): Add a comment.
1973
928f4e73
CY
19742011-02-01 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * custom.el (load-theme): Define return value. Drop use of
1977 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1978 (custom-theme-load-confirm): Scroll in the correct window.
1979 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1980
1981 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1982 checkbox if load-theme fails.
1983
7d116647
SM
19842011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * progmodes/compile.el (compilation-next-error): Check there's
1987 a message before using it (bug#7941).
1988
4fdfcddf
JB
19892011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1990
1991 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1992 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1993 of potential pivots.
1994
3b95603f
AM
19952011-01-31 Alan Mackenzie <acm@muc.de>
1996
7d116647
SM
1997 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1998 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1999 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 2000 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 2001
6fa1f651
CY
20022011-01-31 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * files.el (copy-directory): Fix arguments to recursive call.
2005
14beddf4 20062011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
2007
2008 * files.el (copy-directory): If destination is an existing
2009 directory, copy into a subdirectory there.
2010
14beddf4 20112011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
2012
2013 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
2014 files.
2015
14beddf4 20162011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 2017
6fc0aac3
CY
2018 * image-dired.el (image-dired-mouse-display-image): No-op if no
2019 file is found (Bug#7817).
2020
d1f14baa
CY
2021 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
2022
14beddf4 20232011-01-31 Kenichi Handa <handa@m17n.org>
67442738 2024
7d116647
SM
2025 * international/quail.el (quail-keyboard-layout-alist):
2026 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 2027
14beddf4 20282011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
2029
2030 * msb.el (msb-menu-bar-update-buffers): Update for changed
2031 argument handling of menu-bar-select-frame. (Bug#7902)
2032
14beddf4 20332011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
2034
2035 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
2036 to the recursion depth (Bug#7722).
2037
14beddf4 20382011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
2039
2040 * term/ns-win.el (ns-find-file): Expand ns-input-file with
2041 command-line-default-directory (Bug#7872).
2042
9e11271c
SM
20432011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * progmodes/compile.el (compilation--flush-directory-cache):
2046 New function, extracted from compilation--remove-properties.
2047 (compilation--remove-properties, compilation--parse-region): Use it.
2048 (compilation--previous-directory): Handle one more case.
2049 (compilation-enable-debug-messages): Remove.
2050 (compilation-parse-errors, compilation--flush-parse): Just remove the
2051 left over debug messages.
2052
038714ab
SS
20532011-01-31 Sam Steingold <sds@gnu.org>
2054
2055 * progmodes/compile.el (compilation-enable-debug-messages):
2056 Add a variable to make the parsing messages introduced in
2057 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
2058 (compilation-parse-errors, compilation--flush-parse): Use it.
2059
2a4466ca
DD
20602011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2061
35f52ed6 2062 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
2063 (rcirc-nick-completion-format): New defcustom.
2064 (rcirc-complete): Use it.
2065
186ecaf1
DD
20662011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2067
2068 * net/rcirc.el: Clean log filenames (Bug#7933).
2069 (rcirc-log-write): Use convert-standard-filename.
2070 (rcirc-log-filename-function): Documentation updates.
2071
253f7d1b
JD
20722011-01-30 Jan Djärv <jan.h.d@swipnet.se>
2073
9e11271c
SM
2074 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
2075 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
2076 (report-emacs-bug-can-use-osx-open): New function.
2077 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
2078 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
2079
a2b6e5d6
CY
20802011-01-29 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2083 updating Dired or VC-dir buffers after async command completes.
2084
2085 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2086 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2087
2088 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2089 completions if it exists. Use vc-set-async-update.
2090 (vc-git-pull): Use vc-set-async-update.
2091
2092 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2093 read-shell-command. Use vc-set-async-update.
2094 (vc-hg-merge-branch): Use vc-set-async-update.
2095
8907f7b9
DU
20962011-01-29 Daiki Ueno <ueno@unixuser.org>
2097
9e11271c
SM
2098 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2099 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
2100 (Bug#7931).
2101
e52f87a1
SM
21022011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * progmodes/compile.el: Avoid an N² behavior in grep.
2105 (compilation--previous-directory): New fun.
2106 (compilation--previous-directory-cache): New var.
2107 (compilation--remove-properties): Flush it.
2108 (compilation-directory-properties, compilation-error-properties):
2109 Use the new fun to speed up looking for the current directory.
2110
659114fd
CY
21112011-01-29 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * vc/vc-hg.el (vc-hg-history): New var.
2114 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2115 (vc-hg-merge-branch): New function.
2116
2117 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2118 the other way around.
2119
2120 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2121 (vc-git-merge-branch): New functions.
2122 (vc-git-history): New var.
2123
9bfe5783
CY
21242011-01-28 Chong Yidong <cyd@stupidchicken.com>
2125
2126 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2127
2128 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2129 vc-do-async-command.
2130
e52f87a1
SM
2131 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2132 Callers changed.
9bfe5783 2133
b1ea593c
LL
21342011-01-28 Leo <sdl.web@gmail.com>
2135
2136 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 2137 highlighting to the "this function is advised" message.
b1ea593c
LL
2138
2139 * help-mode.el (help-mode-finish): Apply highlighting here, to
2140 avoid clobbering by substitute-command-keys (Bug#6304).
2141
40e22d80
CY
21422011-01-28 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * woman.el (woman0-roff-buffer): Process roff escape sequences
2145 occurring prior to the first request (Bug#7843).
2146
01c63f4c
SM
21472011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2148
55fb9013
SM
2149 * progmodes/compile.el: Don't use font-lock any more.
2150 (compilation-error-regexp-alist-alist): Change handling of makepp
2151 so it preserves the warning/error distinction on subsequent files.
2152 Simplify various rules.
2153 (compilation-directory-properties): Use font-lock-face.
2154 Add a compilation-message property.
2155 (compilation-internal-error-properties): Use font-lock-face.
2156 Don't set the compilation-debug property here.
2157 (compilation--put-prop, compilation--remove-properties)
2158 (compilation--parse-region, compilation--ensure-parse)
2159 (compilation--ensure-parse): New functions.
2160 (compilation-parse-errors): New function, largely inspired of
2161 compilation-mode-font-lock-keywords. Set compilation-debug here.
2162 (compilation--parsed): New var.
2163 (compilation--flush-parse): Use compilation--ensure-parse.
2164 (compilation-start): Don't call font-lock.
2165 (compilation-turn-on-font-lock): Remove.
2166 (compilation-setup): Don't set font-lock-extra-managed-props not change
2167 other font-lock settings, other than keywords.
2168 Don't activate font-lock-mode.
2169 Set change-major-mode-hook and before-change-functions.
2170 (compilation--unsetup): Remove properties and hooks.
2171 (compilation-next-single-property-change): New function.
2172 (compilation-next-error): Use it to parse when needed.
2173 (compile-goto-error): Parse buffer as needed.
2174 (compilation--compat-error-properties): Don't need a dummy `face'
2175 property any more.
2176
8fe52384
SM
21772011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2180 (compilation-process-setup-function): Fix docstring's false promises.
2181 (compilation-error-regexp-alist-alist): Catch omake's continuous
2182 recompilation message and avoid reuse of old markers.
2183 (compilation-parse-errors-function): Declare obsolete.
2184 (compilation-buffer-modtime): Remove.
2185 (compilation--make-cdrloc, compilation--loc->col)
2186 (compilation--loc->line, compilation--loc->file-struct)
2187 (compilation--loc->marker, compilation--loc->visited)
2188 (compilation--make-file-struct, compilation--file-struct->file-spec)
2189 (compilation--file-struct->formats)
2190 (compilation--file-struct->loc-tree): New macros. Use them.
2191 (compilation--message): New defstruct. Use them.
2192 (compilation-next-error-function): Don't mess with timestamps to try
2193 and guess when to reparse.
2194
01c63f4c
SM
21952011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2196
5e853d01
SM
2197 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2198 (tex-old-error-file-name): New function,
2199 extracted from tex-compilation-parse-errors.
2200 (tex-compilation-parse-errors): Remove.
2201 (tex-error-regexp-alist): New var.
2202 (tex-shell): Use it to avoid compilation-parse-errors-function.
2203
07b741a7
SM
2204 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2205 (grep-mode-font-lock-keywords): Remove regexp that seems like
2206 a left-over from before we used compile.el.
2207 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2208 modifying the buffer within with-silent-modifications.
2209
2210 * progmodes/compile.el: Cleanup text-properties namespace by using
2211 `compilation-message' instead of `message', `compilation-directory'
2212 instead of `directory', and `compilation-debug' instead of `debug'.
2213 (compilation-last-buffer, compilation-parsing-end)
2214 (compilation-error-list, compilation-old-error-list): Move to the
2215 compatibility part of the code.
2216 (compilation-error-properties): If `file' is a function, let it return
2217 a file name.
2218 (compilation-mode-font-lock-keywords): Be more conservative with the
2219 omake "^ *" pattern prefix, to try and minimize the risk of
2220 pathologically slow regexp matching.
2221 (compilation-start): Use inhibit-read-only.
2222 (compilation--unsetup): New function.
2223 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2224 (compilation-filter): Minor tweaks.
8fe52384 2225 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 2226 (compilation--flush-file-structure): New fun.
8fe52384 2227 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
2228 (debug-ignored-errors): Add "Moved past last ...".
2229 (compilation--compat-error-properties)
2230 (compilation--compat-parse-errors): Rename by doubling the "-".
2231
01c63f4c
SM
2232 Port features from the previous prolog.el to the new one.
2233 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2234 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2235 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2236 variable and use a function to compute the value dynamically.
2237 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2238 (prolog-continued-prompt-regexp): Remove, unused.
2239 (prolog-find-value-by-system): Try and use the value of prolog-system
2240 in the *prolog* buffer if it helps.
2241 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2242 (prolog-zip-on): ..and check prolog-system and version here instead.
2243 (prolog-inferior-self-insert-command): New command.
2244 (prolog-inferior-mode-map): Use it.
2245 (prolog-inferior-error-regexp-alist): New var.
8fe52384 2246 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
2247 (prolog-input-filter): Use derived-mode-p.
2248 (prolog-inferior-guess-flavor): New function.
2249 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2250 make-comint to avoid running comint-mode twice.
2251 (prolog-inferior-buffer): New fun.
2252 (prolog-old-process-region, prolog-old-process-file):
2253 Don't call prolog-bsts here...
2254 (prolog-build-prolog-command): ...do it here instead.
2255 (prolog-old-process-region, prolog-old-process-file):
2256 Use compilation-fake-loc and compilation-forget-errors.
2257 (prolog-consult-compile-region): Use bolp.
2258
2f224f0b
CY
22592011-01-28 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2262
db0e305d
SS
22632011-01-27 Sam Steingold <sds@gnu.org>
2264
9e11271c
SM
2265 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2266 Remove "*server*" which is never created by emacs server.
db0e305d 2267
27bbeb29
DD
22682011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2269
2270 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2271 there are some diff switches.
2272
153c5428
SM
22732011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2274
89fdaac7
SM
2275 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2276 Copy change made to ruby-font-lock-syntactic-keywords.
2277
153c5428
SM
2278 * htmlfontify.el: Make it obey the font-lock-face text property.
2279 Miscellaneous cleanup such as:
2280 - Don't hide expressions after a closing paren.
2281 - Move initial setq into let.
2282 - Hoist common parts out of ifs.
2283 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2284 (hfy-face-at): Use get-text-property instead.
2285 (hfy-prop-invisible-p): Use invisible-p if available.
2286 (htmlfontify-manual): Use \\[...].
2287 (hfy-html-quote-regex): Use [...].
2288 (hfy-combined-face-spec): Simplify.
2289 (hfy-compile-face-map): Don't presume point-min==1.
2290 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2291 match end of string.
2292 (hfy-text-p): η-reduce.
2293 (hfy-tags-for-file): Receive cache-hash directly.
2294 (hfy-mark-tag-names): Adjust call.
2295
ed7646d4
GM
22962011-01-27 Glenn Morris <rgm@gnu.org>
2297
2298 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2299 (msb-after-load-hook): Remove eval-after-load wackiness.
2300
ed68f651
SS
23012011-01-25 Sam Steingold <sds@gnu.org>
2302
2303 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2304 literal "diff" (important for windows-nt).
2305
0fe719e6
GM
23062011-01-25 Glenn Morris <rgm@gnu.org>
2307
2308 * emacs-lisp/copyright.el (copyright-at-end-flag)
2309 (copyright-names-regexp): Add safety properties.
2310 (copyright-year-ranges): New option.
2311 (copyright-find-end): New function, split from copyright-update-year.
2312 (copyright-update-year): Use copyright-find-end.
2313 (copyright-fix-years): Optionally, convert years to ranges.
2314 Handle years continued over comment lines.
2315 Do not mess with the fill-prefix.
2316 Do not call copyright-update.
2317 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 2318 Skip directories. Find files with only safe local vars.
0fe719e6 2319
06d8ace5 23202011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
2321
2322 * files.el (file-name-non-special): Only change buffer-file-name after
2323 insert-file-contents if it's `visit'ing the file (bug#7854).
2324
06d8ace5 23252011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
2326
2327 * dired.el (dired-revert): Doc fix (Bug#7758).
2328
06d8ace5
GM
2329 * simple.el (line-move-visual): Doc fix (Bug#7594).
2330
23312011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2332
2333 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2334 here-doc which ends with an underscore.
2335 (ruby-mode-set-encoding): Skip shebang line always.
2336 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2337 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2338 (ruby-forward-sexp): Stop after literal hash key labels.
2339 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2340 bracket.
2341
06d8ace5 23422011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2343
2344 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2345 the correct buffer (Bug#7650).
2346
06d8ace5
GM
23472011-01-25 Glenn Morris <rgm@gnu.org>
2348
2349 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2350
ce558208
GM
2351 * simple.el (do-auto-fill): Give it a doc string.
2352
4d265b4d
GM
2353 * button.el (make-text-button): Doc fix. (See bug#7881)
2354
21bb5ce0
SM
23552011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2356
ab0a61d0
SM
2357 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2358 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2359
21bb5ce0
SM
2360 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2361 Handle ?" and friends differently (e.g. don't use backrefs).
2362
603823f5
JB
23632011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2364
2365 * calc/calc.el (calc-default-power-reference-level)
2366 (calc-default-field-reference-level): New variables.
35f52ed6 2367 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2368 (math-logunits): New variable.
2369 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2370 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2371 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2372 New functions.
603823f5
JB
2373 (math-find-base-units-rec): Add entry for ln(10).
2374 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2375 (calc-ul-prefix-help): New function.
2376 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2377 functions. Add keybindings for new units functions.
603823f5 2378
11ea68ce 23792011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2380
2381 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2382 rcirc buffers. (Bug#4940)
10617634 2383
0412a5a4
GM
23842011-01-22 Glenn Morris <rgm@gnu.org>
2385
2386 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2387 split out from copyright-update-year.
2388 (copyright-update): Don't mess with the GPL version if we don't own the
2389 copyright. Update license regexp, and remove no longer needed
2390 Esperanto stuff.
d226ec23 2391 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2392
e7c1dca8
CY
23932011-01-22 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2396
4d0143e6
JA
23972011-01-22 Jari Aalto <jari.aalto@cante.net>
2398
2399 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2400 (lm): Rename to landmark.
2401 (lm-test-run): Rename to landmark-test-run.
2402
e3545d0d
CY
24032011-01-22 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2406 "Case sensitive" menu item.
2407
7c82f3e2 24082011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2409
2410 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2411 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2412
7c82f3e2 24132011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2414
2415 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2416
7c82f3e2 24172011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2418
6e1dbaa9
RM
2419 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2420 Assume foo(bar) is a manpage reference rather than some unquoted
2421 symbol (bug#7705).
26a27884 2422
7c82f3e2 24232011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2424
2425 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2426 Suggested by Flo <sensorflo@gmail.com>.
2427
7c82f3e2 24282011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2429
2430 * progmodes/compile.el (compilation-error-regexp-alist):
2431 Fix custom type. (Bug#7812)
2432
4936e3ba
KM
24332011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2434
2435 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2436 allout-number-siblings, in keeping with what obtained due to
2437 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2438 (prefixed) ?i.
2439 (allout-before-change-handler): Better expose spots affected by
2440 undo.
2441
cde7e38b
CY
24422011-01-22 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2445
6b072b27
PH
24462011-01-22 Phil Hagelberg <phil@evri.com>
2447
2448 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2449 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2450 (pcmpl-ssh-config-hosts): New function.
2451 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2452 pcmpl-ssh-known-hosts.
2453
26d82c3a
JB
24542011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2455
c310ff4f
JB
2456 * calc/calc-undo.el (calc-undo): Autoload it.
2457 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2458 and autoload for `calc-undo'.
2459 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2460 * calc/calc-prog.el:
2461 * calc/calc-graph.el:
2462 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2463
a10c4149
ŠN
24642011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2465
2466 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2467 keybindings to `calc-undo'.
2468
8dabbfd6
SM
24692011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 Don't mess with *temp*.
2472 * obsolete/spell.el: Move from textmodes/spell.el.
2473 (spell-string):
2474 * term.el (term-read-input-ring):
2475 * startup.el (display-startup-echo-area-message):
2476 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2477 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2478 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2479 point-min==1.
2480
d3e51865
KM
24812011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2482
35f52ed6 2483 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2484 reapplying defalias.
2485
2486 (allout-hotspot-key-handler): Check for non-control-modified
2487 bindings for hotspot characters if there are no control-modified
2488 versions.
2489
d3e51865
KM
2490 * allout.el: Summary - migrate to defining allout mode using
2491 define-minor-mode instead of defun. Significantly clean-up
2492 internal keymap provisions, refactoring and, in the process,
2493 removing a lot of accumulated cruft.
2494
2495 allout-mode-map is now a keymap by virtue of being a defalias to
2496 allout-mode-map-value, which contains the actual keymap structure.
2497
8dabbfd6
SM
2498 (allout-mode): Use define-minor-mode rather than defun.
2499 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2500 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2501 entry will be '(allout-mode . allout-mode-map) - see
2502 allout-mode-map-value, below. Adjust docstring to track changes.
2503 (allout-minor-mode): Remove this defalias, now that we're using
2504 define-minor-mode.
2505 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2506 keymap is allout-mode-map-value, via defalias.
2507 (allout-mode-map-value): The variable holding the actual mode
2508 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2509 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2510 allout-bind-keys, and including the binding-composition
2511 functionality of the former produce-allout-mode-map and
2512 allout-setup-mode-map.
2513 (allout-institute-keymap): Take over the "setup" part of the former
2514 allout-setup-mode-map. Reassign allout-mode-map-value value and
2515 update the defalias.
01c35094 2516 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2517 (allout-unprefixed-keybindings):
2518 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2519 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2520 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2521 user can customize if they want to use that binding.
2522 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2523 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2524 elided that, previously, instead of the one for \C-h.)
2525 (allout-hotspot-key-handler): Remove attempt to resolve the key
2526 through the literal key-string lookup on allout-keybindings-list.
2527 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2528 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2529 (allout-pre-command-business): Use allout-mode-map-value instead
2530 of allout-mode-map.
2531 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2532 the bindings if they want to use a keybinding having a trailing
2cf429d0 2533 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2534 (allout-keybindings-list): Remove. It's not been useful for a
2535 while. (See allout-hotspot-key-handler changes, above.)
2536 (produce-allout-mode-map): Remove. Consolidate into
2537 allout-compose-and-institute-keymap.
2538 (allout-mode-map-adjustments): Remove. No longer necessary with
2539 removal of allout-preempt-trailing-ctrl-h.
2540 (allout-setup-mode-map): Remove. Consolidate into
2541 allout-compose-and-institute-keymap and allout-institute-keymap.
2542
c11136ec
GM
25432011-01-20 Glenn Morris <rgm@gnu.org>
2544
dbfb414e
GM
2545 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2546
c11136ec
GM
2547 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2548
9aea757b
CY
25492011-01-20 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2552
2553 * files.el (find-alternate-file, basic-save-buffer)
2554 (basic-save-buffer-2, revert-buffer, recover-file)
2555 (kill-buffer-ask, abort-if-file-too-large)
2556 (set-visited-file-name, write-file, backup-buffer)
2557 (basic-save-buffer, save-some-buffers):
2558 * dired-aux.el (dired-compress-file): Callers changed.
2559
5dd4f3f7
GM
25602011-01-19 Glenn Morris <rgm@gnu.org>
2561
2562 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2563 Also check the property status. (Bug#7861)
2564
56761182
MA
25652011-01-18 Michael Albinus <michael.albinus@gmx.de>
2566
2567 * net/tramp.el (tramp-debug-message): Extend function exclude
2568 list. Use `regexp-opt'.
2569
a9faac5c 25702011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2571
9cc3a0c7
SM
2572 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2573 highlighting doesn't spill over subsequent lines.
2574
1a1fcbe1
SM
2575 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2576 keymap expression. Improve docstring.
2577
74a10be5
SM
2578 * electric.el (electric-indent-post-self-insert-function):
2579 Don't auto-indent for indent-to-left-margin, it's too often
2580 counter-productive.
2581
721be9cd
TH
25822011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2583
2584 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2585 spaces if the frame was resized, so that the full visible buffer
2586 serves as canvas for strokes.
2587
a767645f
GM
25882011-01-16 Glenn Morris <rgm@gnu.org>
2589
2590 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2591 Also skip directories.
a767645f 2592
444ee8dd
KR
25932011-01-16 Kevin Ryde <user42@zip.com.au>
2594
2595 * info-xref.el: Version 3.
2596 (info-xref-check, info-xref-check-all): Move commentary details
2597 into docstrings for better visibility.
2598 Use compilation-mode for the results buffer.
2599 (info-xref-output, info-xref-output-error, info-xref-with-output)
2600 (info-xref-filename, info-xref-in-progress):
2601 New internals for this.
2602 (info-xref-check-list, info-xref-check-buffer)
2603 (info-xref-check-all-custom): Use those.
2604 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2605 (info-xref-output-heading): Rename from info-xref-filename-heading.
2606 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2607 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2608 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2609 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2610 (info-xref-subfile-p): Move to generic section with those two.
2611 (info-xref-check-node): New function split from
2612 info-xref-check-buffer, shared by info-xref-docstrings.
2613 (info-xref-goto-node-p): Move to a checking section with that func.
2614 (info-xref-unavail): New counter.
2615 (info-xref-check-node): Use it.
2616 (info-xref-with-output): Show count of unavailables at end of output.
2617 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2618 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2619 (info-xref-check-all-custom): Fix quietening viper-mode and
2620 gnus-registry-install -- use setq not let so as not to unbind
2621 after load.
2622
d4119912
JL
26232011-01-16 Juri Linkov <juri@jurta.org>
2624
2625 * isearch.el (isearch-abort): Don't quit if search has
2626 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2627
b024d9f0
MD
26282011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2629
2630 * files.el (backup-buffer): Make last-resort backup file in
2631 .emacs.d (Bug#6953).
2632
2633 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2634 make it with permission 700.
2635
d52969e8 26362011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2637
74a10be5
SM
2638 * mail/rmailmm.el (rmail-mime-insert-header):
2639 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2640 system used to decode the header.
2641 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2642 (rmail-mime-insert-decoded-text):
2643 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2644 (rmail-show-mime): If only a header part was decoded, find the
2645 coding system while ignoring mm-charset-override-alist.
2646
d52969e8 26472011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2648
2649 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2650
d52969e8 26512011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2652
2653 * mail/rmailmm.el (rmail-mime-next-item)
2654 (rmail-mime-previous-item): Delete them.
2655 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2656 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2657 Callers changed.
e7ca0062
KH
2658 (rmail-mime-raw-mode): Recursively call for children.
2659 (rmail-mode-map): Change mapping of tab and backtab to
2660 forward-button and backward-button respectively.
2661 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2662 button.
2663 (rmail-mime-update-tagline): New function.
2664 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2665 body display is changed.
74a10be5 2666 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2667 (rmail-mime-image): Delete this button type.
2668 (rmail-mime-toggle): New button type.
2669 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2670 body display is changed. Change the save button label to "Save".
2671 Don't process show/hide button here.
2672 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2673 the body display is changed. Unconditionally call
2674 rmail-mime-insert for children.
2675 (rmail-mime-handle): Update `display' vector of the just inserted
2676 entity.
2677 (rmail-mime-process): If mail-header-parse-content-type returns
2678 nil, use "text/plain" as the fallback type.
2679 (rmail-mime-insert): For raw-mode, recursively call
2680 rmail-mim-insert for children.
2681 (rmail-mime): Handle the case that the current buffer is not rmail
2682 buffer (e.g. in summary buffer).
2683
d52969e8 26842011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2685
2686 * mail/rmailmm.el (rmail-mime-next-item)
2687 (rmail-mime-previous-item): Skip the body of a non-multipart
2688 entity if a tagline is shown.
2689
362b9d48
GM
26902011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2693 (tmm-prompt): Simplify.
2694 (tmm-add-prompt): Remove unused var `win'.
2695
2696 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2697 to minor mode which used nil accidentally to mean "turn off".
2698
26992011-01-15 Michael Albinus <michael.albinus@gmx.de>
2700
2701 * net/tramp-sh.el (tramp-find-inline-compress)
2702 (tramp-get-inline-coding): Quote command after pipe symbol for
2703 local calls under W32. (Bug#6784)
2704
27052011-01-15 Michael Albinus <michael.albinus@gmx.de>
2706
2707 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2708 only when running under W32.
2709
27102011-01-15 Eli Zaretskii <eliz@gnu.org>
2711
2712 * progmodes/grep.el (grep-compute-defaults): Quote the program
2713 file name after the pipe symbol in Grep templates. (Bug#6784)
2714 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2715
27162011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2717
2718 * buff-menu.el (Buffer-menu-buffer-list): New var.
2719 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2720 restricted buffer list is not lost on revert (Bug#7749).
2721
27222011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2723
2724 * net/ldap.el (ldap-search-internal): Discard stderr output.
2725
27262011-01-15 Eli Zaretskii <eliz@gnu.org>
2727
2728 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2729
27302011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2733
27342011-01-15 Kenichi Handa <handa@m17n.org>
2735
2736 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2737 part as a plain text.
2738 (rmail-mime-process-multipart): Set the default content-type to
2739 nil for unknown multipart subtypes (bug#7651).
2740
6d3d6113
SM
27412011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2742
4391b429
SM
2743 * hexl.el (hexl-mode-old-*): Remove.
2744 (hexl-mode--old-var-vals): New var to replace them.
2745 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2746 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2747 Use them to set local vars (bug#7846).
2748 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2749 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2750 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2751
6d3d6113
SM
2752 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2753 (smerge-resolve--normalize-re): New var.
2754 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2755 (smerge-resolve): Use them.
2756 * newcomment.el (comment-only-p): New function.
2757 (comment-or-uncomment-region): Use it.
2758
77ab81d0 27592011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2760
2761 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2762 table, get the value before switching to the output buffer. (Bug#7733)
2763
77ab81d0 27642011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2765
2766 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2767
8faba62c
KS
27682011-01-14 Kim F. Storm <storm@cua.dk>
2769
2770 * emulation/cua-base.el (cua--init-keymaps):
2771 Remap exchange-point-and-mark in cua-global-keymap.
2772
ab7eb811
TH
27732011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2774
2775 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2776 loop keyword.
2777
fc55380c
SM
27782011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2781 Require CL.
2782 (easy-menu-create-menu, easy-menu-convert-item-1):
2783 Use :label rather than nil for labels. Use `case'.
2784 Add :enable as alias for :active.
2785 (easy-menu-binding): Obey :label.
2786
dbed16aa
SM
27872011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2788
4d789d84
SM
2789 Use run-mode-hooks for major mode hooks (bug#513).
2790 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2791 Rename from reftex-toc-map.
2792 (reftex-toc-mode): Use define-derived-mode.
2793 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2794 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2795 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2796 (reftex-select-label-mode, reftex-select-bib-mode):
2797 Use define-derived-mode.
2798 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2799 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2800 Move init into delcaration.
2801 (reftex-index-mode, reftex-index-phrases-mode):
2802 Use define-derived-mode.
2803 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2804 speedbar-syntax-table. Move init into declaration.
2805 (speedbar-mode-map): Rename from speedbar-key-map.
2806 Move init into declaration.
2807 (speedbar-file-key-map): Move init into declaration.
2808 (speedbar-mode): Use define-derived-mode.
2809 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2810 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2811 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2812 (chart-face-list): Move initialization into declaration.
2813 (chart-mode): Use define-derived-mode.
2814 * calculator.el (calculator-mode-map): Move init into declaration.
2815 (calculator-mode): Use define-derived-mode.
2816
b49a2dbf
SM
2817 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2818 work for nested comments.
2819
dbed16aa
SM
2820 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2821 (prolog-use-prolog-tokenizer-flag): Change default when
2822 syntax-propertize can be used.
2823 (prolog-syntax-propertize-function): New var.
2824 (prolog-mode-variables): Move make-local-variable into `set'.
2825 Don't make comment-column local since we don't set it.
2826 Set comment-add (as it was in previous prolog.el). Use dolist.
2827 Set syntax-propertize-function.
2828 (prolog-mode, prolog-inferior-mode):
2829 Call prolog(-inferior)-menu directly, not through the mode-hook.
2830 (prolog-buffer-module, prolog-indent-level)
2831 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2832 (prolog-comment-limits, prolog-goto-comment-column):
2833 Use line-(end|beginning)-position.
2834 (prolog-build-prolog-command): Tighten up regexp.
2835 (prolog-consult-compile): Move make-local-variable into `set'.
2836 (prolog-consult-compile-filter, prolog-goto-next-paren)
2837 (prolog-help-on-predicate, prolog-clause-info)
2838 (prolog-mark-predicate): Don't let+setq.
2839 (prolog-indent-line): Use indent-line-to.
2840 Only call prolog-goto-comment-column if necessary.
2841 (prolog-indent-level): Use bobp.
2842 (prolog-first-pos-on-line): Remove, not used any more.
2843 (prolog-in-string-or-comment): Use syntax-ppss if available.
2844 (prolog-help-on-predicate): Use read-string.
2845 (prolog-goto-predicate-info): Simplify.
2846 (prolog-read-predicate): Use `default' rather than `initial'.
2847 (prolog-temporary-file): Use make-temp-file to close a security hole.
2848 (prolog-toggle-sicstus-sd): New command.
2849 (prolog-electric-underscore, prolog-variables-to-anonymous):
2850 Use dynamic-scoping as it was meant.
2851 (prolog-menu): Move menu definitions to top-level.
2852 Use a toggle-button for Sicstus's source debugger.
2853 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2854 to "System".
2855 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2856 Move other menu definition to top-level.
2857
50f8cd96
TH
28582011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2859
5b355315
TH
2860 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2861 name. Keep original document's directory as default-directory
2862 (bug#6446).
1281bd51
TH
2863 (doc-view-initiate-display): Fall back to normal mode when
2864 doc-view-mode cannot be enabled, also when extracting the document
2865 text into a separate buffer (bug#6446).
5b355315 2866
50f8cd96
TH
2867 * simple.el (shell-command): Don't error out if shell command
2868 buffer contains text with non-nil read-only property when erasing
2869 the buffer.
2870
821f936d
KS
28712011-01-13 Kim F. Storm <storm@cua.dk>
2872
2873 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2874 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2875 items when cycling through the matches.
2876
f754f898
TH
28772011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2878
2879 * dired-x.el (dired-omit-verbose): New defcustom that allows
2880 disabling the omit messages.
2881 (dired-omit-expunge): Use it.
2882
d221e780
CO
28832011-01-13 Christian Ohler <ohler@gnu.org>
2884
2885 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2886
a03b542a
CY
28872011-01-13 Chong Yidong <cyd@stupidchicken.com>
2888
2889 * font-lock.el (font-lock-verbose): Default to nil.
2890
25ca2e61
CY
28912011-01-13 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2894 (compose-mail): New arg RETURN-ACTION.
2895 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2896
2897 * mail/sendmail.el (mail-return-action): New var.
2898 (mail-mode): Make it buffer-local.
2899 (mail-bury): Obey it. Move special Rmail window handling to
2900 rmail-mail-return.
2901 (mail, mail-setup): New arg RETURN-ACTION.
2902 (sendmail-user-agent-compose): Move from simple.el.
2903
2904 * mail/rmail.el (rmail-mail-return): New function.
2905 (rmail-start-mail): Pass it to compose-mail.
2906
2a8b13af
CY
29072011-01-12 Chong Yidong <cyd@stupidchicken.com>
2908
b2948a87
CY
2909 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2910 menus. Add menu item for customize-themes.
2911
2912 * cus-theme.el (customize-themes):
74a10be5
SM
2913 * emacs-lisp/package.el (package--list-packages):
2914 Use switch-to-buffer.
2a8b13af 2915
059616e5
JB
29162011-01-11 Johan Bockgård <bojohan@gnu.org>
2917
2918 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2919
04380ff1
SM
29202011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2921
2922 * progmodes/prolog.el: Fix up coding convention and such.
2923 (prolog-indent-width): Use the same default as in
2924 previous prolog.el rather than tab-width which depends on which buffer
2925 is current when the file is loaded.
2926 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2927 is not available.
2928 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2929 (prolog-known-systems): Remove.
2930 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2931 Move initialization into declaration.
2932 (prolog-mode-map): Move initialization into declaration.
2933 Remove system-specific mode-map vars, since they referred to the same
2934 keymap anyway.
2935 (prolog-mode-variables): Obey the user's preference w.r.t
2936 adaptive-fill-mode. Prefer symbol-value to `eval'.
2937 (prolog-mode-keybindings-edit): Add compatibility bindings.
2938 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2939 (mercury-mode-map): New var.
2940 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2941 (prolog-ensure-process, prolog-process-insert-string)
2942 (prolog-consult-compile): Use with-current-buffer.
2943 (prolog-guess-fill-prefix): Simplify data flow.
2944 (prolog-replace-in-string): New function to use instead of
2945 replace-in-string.
2946 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2947 (prolog-uncomment-region): Use `uncomment-region' when available.
2948 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2949 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2950 of int-to-char and char-to-int.
2951 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2952
e2019526
SB
29532011-01-11 Stefan Bruda <stefan@bruda.ca>
2954
2955 * progmodes/prolog.el: Replace by a whole new file.
2956
3fa173b4
SM
29572011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2960 (declare-function, undefined, insert-for-yank)
2961 (replace-regexp-in-string): Follow checkdoc's recommendations.
2962
7973bcea
SM
29632011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2966 refreshing the diary buffer.
2967
0af8c88b
KM
29682011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2969
7973bcea 2970 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2971 (allout-encrypt-string): Prevent encryption from adding an extra
2972 newline at the end of the topic body.
2973 (allout-version): Increment to 2.3.
2974
1a27c64e
MA
29752011-01-10 Michael Albinus <michael.albinus@gmx.de>
2976
7973bcea
SM
2977 * net/dbus.el (dbus-unregister-service): Complete doc.
2978 Fix call of dbus-error signal.
5c0b4070 2979 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2980
0a203b61
MA
29812011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2982
2983 * net/dbus.el (dbus-unregister-service): Translate returned
2984 integer into a symbol.
2985 (dbus-register-property): Use `dbus-register-service' to do the
2986 name registration.
2987
895123f5
CY
29882011-01-09 Chong Yidong <cyd@stupidchicken.com>
2989
7973bcea
SM
2990 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2991 Suggested by Joakim Verona.
12e1f328 2992
732eb50a
CY
2993 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2994
895123f5
CY
2995 * wid-edit.el (visibility): Replace :on-image and :off-image
2996 widget properties with :on-glyph and :off-glyph, for consistency
2997 with the `visibility' widget.
2998 (widget-toggle-value-create, widget-visibility-value-create):
2999 Merge into a single function `widget-toggle-value-create'.
3000
3001 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
3002 (custom-face-edit-value-create, custom-face-value-create):
3003 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
3004 :off-glyph, for consistency with the `visibility' widget.
3005
c8043a22
AS
30062011-01-09 Andreas Schwab <schwab@linux-m68k.org>
3007
3008 * net/ldap.el (ldap-search-internal): Don't use eval.
3009
b7617f6d
CY
30102011-01-09 Chong Yidong <cyd@stupidchicken.com>
3011
973f1f2a
CY
3012 * subr.el (read-char-choice): Use read-key.
3013
b7617f6d
CY
3014 * custom.el (custom-safe-themes): Rename from
3015 custom-safe-theme-files. Add :risky tag.
3016 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
3017 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
3018
900503ae
CY
30192011-01-09 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
3022 from Search and add a label to Undo.
3023
3024 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
3025 inappropriate buttons and adding :vert-only tags.
3026
3027 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
3028 removal of Help tool-bar button. Remove Undo button for space.
3029
3030 * info.el (info-tool-bar-map): Add :vert-only tags.
3031
c44d54b3
TH
30322011-01-08 Tassilo Horn <tassilo@member.fsf.org>
3033
3034 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
3035 image backend support. Either of them is fine.
3036
3ef01959
CY
30372011-01-08 Chong Yidong <cyd@stupidchicken.com>
3038
3d91e302
CY
3039 * subr.el (y-or-n-p): Doc fix.
3040
278f6845
CY
3041 * custom.el (custom-safe-theme-files): New defcustom.
3042 (custom-theme-load-confirm): New function.
3043 (load-theme): Load theme using `load', confirming with
3044 custom-theme-load-confirm if necessary.
3045
3ef01959
CY
3046 * subr.el (read-char-choice): New function, factored out from
3047 dired-query and hack-local-variables-confirm.
3048
3049 * dired-aux.el (dired-query):
3050 * files.el (hack-local-variables-confirm): Use it.
3051
3052 * dired-aux.el (dired-compress-file):
3053 * files.el (abort-if-file-too-large, find-alternate-file)
3054 (set-visited-file-name, write-file, backup-buffer)
3055 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
3056 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
3057 Use new format string args for y-or-n-p and yes-or-no-p.
3058
7c837933
AS
30592011-01-08 Andreas Schwab <schwab@linux-m68k.org>
3060
3061 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3062 [gcc-include]: Tighten file name match, add match for column
3063 number. (Bug#7806)
6c7ec171 3064 [gnu]: Remove unused group.
7c837933 3065
d0981f82
GM
30662011-01-08 Glenn Morris <rgm@gnu.org>
3067
e7a42417
GM
3068 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
3069
d0981f82
GM
3070 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
3071
d43bb7d3
SS
30722011-01-07 Sam Steingold <sds@gnu.org>
3073
3074 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
3075 the `explicit-shell-file-name' because that is the
3076 non-interactive shell.
3077
8c51d2a2
CY
30782011-01-07 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * subr.el (y-or-n-p): Accept format string args.
3081
66b7b0fe
GM
30822011-01-07 Glenn Morris <rgm@gnu.org>
3083
3084 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3085
1e004a83
KM
30862011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3087
66b7b0fe 3088 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 3089 the visible containing topic, rather than a collapsed one.
66b7b0fe 3090 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
3091 (allout-exposure-change-hook): Remove documentation remarks
3092 concerning removed allout-view-change-hook.
3093 (allout-flag-region): Remove invocation of and documentation
3094 remarks concerning allout-view-change-hook.
3095
b0a8e46b
GM
30962011-01-06 Glenn Morris <rgm@gnu.org>
3097
3098 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3099 (vc-bzr-annotate-extract-revision-at-line):
3100 Handle authors with embedded spaces. (Bug#7792)
3101
875c044a
TH
31022011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3103
3104 * doc-view.el (doc-view-image-width): New variable.
3105 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3106 backend for PNG images, and do dynamic rescaling instead of
3107 reconverting the whole doc.
3108
1f6f7722
GM
31092011-01-05 Glenn Morris <rgm@gnu.org>
3110
3111 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3112
e9e68fda
KM
31132011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3114
4896e8fc 3115 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
3116 long text lines that cross more than a single physical window
3117 line, ie when truncate-lines is nil.
e9e68fda
KM
3118 (allout-next-visible-heading): Provide for change in line-move
3119 behavior on long lines when truncate-lines is nil. In that case,
3120 line-move can wind up on the same textual line when it moves to
3121 the next window line, and moving to the bullet position after the
3122 move yields zero advancement. Add logic to detect and compensate
3123 for the lack of progress.
3124 (allout-current-topic-collapsed-p): move-end-of-line respect for
3125 field boundaries is different when operating with body lines
3126 shorter than window width versus ones greater than window width,
3127 which can yield false negatives in this function. Avoid
3128 difference by applying move-end-of-line while field-text-motion is
3129 inhibited.
3130
3f1b6eb2
GM
31312011-01-04 Glenn Morris <rgm@gnu.org>
3132
3133 * textmodes/rst.el (rst-compile-toolsets):
3134 Add pdf and s5 to option alist.
3135
6388924a
MA
31362011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3137
7973bcea 3138 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
3139 dont-register-service. Updated docstring accordingly.
3140
c3e4b003
AS
31412011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3142
3143 * textmodes/rst.el (rst-compile-pdf-preview)
3144 (rst-compile-slides-preview): Remove extra line.
3145
ef4271fe
GM
31462011-01-04 Glenn Morris <rgm@gnu.org>
3147
3148 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3149 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3150 default to `prog' without a .py extension.
3151 (rst-compile-pdf-preview, rst-compile-slides-preview):
3152 Use program names from rst-compile-toolsets, rather than hard-coding.
3153 (rst-portable-mark-active-p): Fix presumed typo.
3154
7c420169 31552011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 3156
7c420169 3157 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
3158 libpng versions both before and after 1.4.0. (Bug#7716)
3159
7c420169 31602011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 3161
6491af11
EZ
3162 * time.el (display-time-mode): Mention display-time-interval in
3163 the doc string. (Bug#7713)
3164
7c420169 31652011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
3166
3167 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3168 condition-case and return an error message string if something
3169 goes wrong.
2f952059 3170 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
3171 header by rmail-mime-insert-header.
3172
7c420169 31732011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
3174
3175 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3176 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3177 (rmail-mime-mbox-buffer)
3178 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3179 (rmail-mime-entity): Argument changed. All codes handling an
3180 entity object are changed.
2f952059 3181 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
3182 the above change.
3183 (rmail-mime-entity-children, rmail-mime-entity-handler)
3184 (rmail-mime-entity-tagline): New functions.
3185 (rmail-mime-message-p): New function.
3186 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3187 (rmail-mime-entity-segment, rmail-mime-next-item)
3188 (rmail-mime-previous-item, rmail-mime-shown-mode)
3189 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3190 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
3191 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3192 New functions.
186f7f0b
KH
3193 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3194 (rmail-mime-insert-decoded-text): New function.
3195 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3196 (rmail-mime-insert-image): Argument changed. Caller changed.
3197 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 3198 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
3199 (rmail-mime-insert-bulk): Argument changed.
3200 (rmail-mime-multipart-handler): Return t.
2f952059
ML
3201 (rmail-mime-process-multipart): Argument changed.
3202 Handle "multipart/alternative" here.
186f7f0b
KH
3203 (rmail-mime-process): Argument changed.
3204 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3205 (rmail-mime-insert): Argument changed. Handle raw display mode.
3206 (rmail-mime): Argument changed. Handle toggling of raw display
3207 mode.
3208 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3209 rmail-mime-view-buffer.
3210 (rmail-insert-mime-forwarded-message): Likewise.
3211 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3212
3213 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3214 non-nil, handle the header in rmail-show-mime-function.
3215
7c420169 32162011-01-02 Leo <sdl.web@gmail.com>
e1a23575 3217
7c420169 3218 * help-fns.el (describe-variable): Fix previous change.
e1a23575 3219
7c420169 32202011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
3221
3222 * isearch.el (isearch-lazy-highlight-error): New variable.
3223 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3224 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3225 to the current value of `isearch-error' (Bug#7468).
3226
7c420169 32272011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
3228
3229 * help-fns.el (describe-variable): Don't emit trailing whitespace
3230 (Bug#7511).
3231
7c420169 32322011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
3233
3234 * textmodes/rst.el (rst-compile-pdf-preview)
3235 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3236
7c420169 32372011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
3238
3239 * emulation/edt-mapper.el: Override mapping of function keys so
3240 that the later call to read-key-sequence works.
3241
7c420169 32422011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
3243
3244 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3245 Unix EOLs. (Bug#7589)
3246
7c420169
CY
32472011-01-02 Leo <sdl.web@gmail.com>
3248
3249 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3250 if point is not behind eshell-last-output-end (Bug#7585).
3251
32522011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * files.el (file-local-variables-alist):
3255 Make permanent-local (bug#7767).
3256
32572011-01-02 Glenn Morris <rgm@gnu.org>
3258
3259 * version.el (emacs-copyright): Set short copyright year to 2011.
3260
32612011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3262
3263 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3264 an existing temp buffer. (Bug#7746)
3265
32662011-01-02 Glenn Morris <rgm@gnu.org>
3267
3268 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3269 multiple addresses. (Bug#7760)
3270
fb9a573a
KM
32712011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3272
e9e68fda 3273 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
3274 do-auto-fill if everything points back to allout-auto-fill.
3275 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3276 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3277
8d68c659
MA
32782010-12-31 Michael Albinus <michael.albinus@gmx.de>
3279
3280 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3281 and "scpx".
3282
291cc045
TH
32832010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3284
3285 * doc-view.el (doc-view-set-doc-type): New function refactored
3286 from doc-view-mode.
3287 (doc-view-fallback-mode): New function.
3288 (doc-view-mode): Use it.
3289 (doc-view-mode-maybe): New function that checks if doc-view-mode
3290 can be used and falls back to the next best mode otherwise.
3291
3292 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3293 DVI, OpenDocument, and MS Office files.
3294
8ee2dc5c
AS
32952010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3296
3297 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3298
f9e68477
TH
32992010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3300
3301 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3302 on a copy of auto-mode-alist, because that deletes with side
3303 effects.
3304
ad727c81
TH
33052010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3306
7973bcea
SM
3307 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3308 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
3309 fallback instead of hard coding fundamental mode.
3310
b71b7803
TH
33112010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3312
3313 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3314 Office) files also for searching.
3315
95e16d17
TH
33162010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3317
3318 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3319 Office) files. Not yet enabled via auto-mode-list.
3320 (doc-view-unoconv-program): New custom variable.
3321 (doc-view-mode-p): Handle new odf document type.
3322 (doc-view-odf->pdf): New conversion function.
3323 (doc-view-convert-current-doc): Call it for odf files.
3324 (doc-view-mode): Recognize newly supported file extensions.
3325
b191c9d9
MA
33262010-12-30 Michael Albinus <michael.albinus@gmx.de>
3327
3328 * net/tramp.el (tramp-default-method-alist)
3329 (tramp-default-user-alist)
3330 (tramp-local-host-regexp, tramp-prefix-domain-format)
3331 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3332
3333 * net/tramp-ftp.el:
3334 * net/tramp-gvfs.el:
3335 * net/tramp-gw.el:
3336 * net/tramp-imap.el:
3337 * net/tramp-sh.el:
3338 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3339 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3340
6e457cc9
KF
33412010-12-29 Karl Fogel <kfogel@red-bean.com>
3342
3343 * saveplace.el (save-place-alist-to-file): Save list sorted and
3344 pretty-printed, so that it is mergeable by line-based text merging,
3345 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3346
fb9a573a
KM
33472010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3348
e9e68fda 3349 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3350 (allout-mode): Argument "toggle" => "force".
3351 Refine the docstring.
3352 Remove special provisions for reactivation, besides the 'force'
3353 argument.
3354 Consolidate layout provisions coce directly into the activation
3355 condition branch, now that we've removed those provisions.
3356 (allout-unload-function): Explicitly activate the mode before
3357 deactivating, if it's initially deactivated.
3358 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3359 warnings for version of function used only where
3360 set-buffer-multibyte is unavailable.
3361
c940c054
CY
33622010-12-28 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3365 are handled by the menu-bar entries. As before, don't use
3366 :visibile to avoid changing the tool-bar.
3367
4c145d5d
MA
33682010-12-27 Michael Albinus <michael.albinus@gmx.de>
3369
3370 * net/secrets.el (secrets-delete-alias): New defun.
3371
fe99f704
MA
33722010-12-27 Michael Albinus <michael.albinus@gmx.de>
3373
3374 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3375 methods, otherwise ~/.ssh/config would be ignored.
3376
723ee192
SM
33772010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * emacs-lisp/rx.el: Make it a superset of sregex.
3380 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3381 of args, add `regex' alias.
3382 (rx-info): Add arg to distinguish head and standalone forms.
3383 (rx-check, rx-form): Pass the corresponding arg.
3384 (rx-**): Simplify.
3385 (rx-repeat): Make it work for any number of args.
3386 (rx-syntax): Make it accept syntax chars as is.
3387 * obsolete/sregex.el: Move from emacs-lisp/.
3388 * emacs-lisp/re-builder.el: Remove sregex support.
3389 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3390
e77714da
EZ
33912010-12-25 Eli Zaretskii <eliz@gnu.org>
3392
3393 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3394 PRIMARY first, then the clipboard. (Bug#7699)
3395
17870c01
SM
33962010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3399 print-number-table.
3400
6bfa51ba
CY
34012010-12-21 Chong Yidong <cyd@stupidchicken.com>
3402
d78cdcf7
CY
3403 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3404 .emacs.elc (Bug#7530).
3405
6bfa51ba
CY
3406 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3407 image spec (Bug#7480).
3408
9d9cfd53
DU
34092010-12-21 Daiki Ueno <ueno@unixuser.org>
3410
3411 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3412 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3413 Move from lisp/.
9d9cfd53 3414
adc0b793
JD
34152010-12-20 Leo <sdl.web@gmail.com>
3416
3417 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3418 always be performed (Bug#7680).
3419
778ca437
CY
34202010-12-20 Chong Yidong <cyd@stupidchicken.com>
3421
3f95d7ff
CY
3422 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3423 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3424 mouse-region-match.
778ca437 3425
3f95d7ff 3426 * color.el: Move from gnus/.
94975270 3427
f48fdaad
CY
3428 * vc/diff.el (diff-better-file-name): Function deleted.
3429 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3430 (diff-no-select): Just use expand-file-name.
3431
3432 * tool-bar.el (tool-bar--image-expression): New function.
3433 (tool-bar-local-item, tool-bar--image-exp): Use it.
3434 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3435 Use :enable instead of :visible to avoid changing the tool-bar
3436 configuration unnecessarily.
3437
3438 * info.el (info-tool-bar-map): Add separators.
3439
2e306b39
KB
34402010-12-17 Ken Brown <kbrown@cornell.edu>
3441
3442 * loadup.el: Use version numbers in Cygwin build.
3443
395542c6
RT
34442010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3445
3446 * ido.el (ido-file-internal): Ask for confirmation before
3447 overwriting an existing file (Bug#1238).
3448
4039c786
CY
34492010-12-16 Chong Yidong <cyd@stupidchicken.com>
3450
3451 * tool-bar.el (tool-bar-setup): Add separators.
3452
3453 * menu-bar.el (featurep): Use menu-bar-separator.
3454
45720dc3
GM
34552010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3456
3457 Migrate allout encryption provisions from pgg to epg.
3458
3459 * allout.el (allout-toggle-current-subtree-encryption)
3460 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3461 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3462 for simpler universal argument interpretation.
35f52ed6 3463 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3464 changed encryption provisions. Change fetch-pass to keymode-cue, for
3465 simpler universal argument interpretation. Remove provisions for
3466 handling key type and identity - they'll all be within
3467 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3468 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3469 for keypair recipients (universal argument > 1) and, in addition,
3470 associating the specified recipients with the outline (universal
3471 argument > 4) using a file local variable setting for
3472 'epa-file-encrypt-to'.
3473 Require epa, for recipients handling.
3474 Change how regexp filtering elements are named.
3475 Describe the problem with caching of incorrect symmetric-decryption
3476 keys.
3477 Use the epa-passphrase-callback-function, in case the user is using
3478 GnuPG v1.
3479 Support saving of the selected keypair recipients when invoked with a
3480 keymode-cue > 4.
3481 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3482 Require 'epa.
3483 Establish epg-context with armoring and default epg-protocol.
3484 Remove all passphrase cache, verification, and hinting code.
3485 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3486 No longer used, delete.
3487 (allout-mode): Adjust docstring to describe changed encryption
3488 provisions. Describe the problem with caching of incorrect
3489 symmetric-decryption keys.
3490 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3491 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3492 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3493 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3494 Obsolete, remove.
3495
33088bed
DU
34962010-12-16 Daiki Ueno <ueno@unixuser.org>
3497
3498 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3499 key selection prompt; make 'silent as default (Bug#7487).
3500
bfc49a5b
LL
35012010-12-16 Leo <sdl.web@gmail.com>
3502
7973bcea
SM
3503 * eshell/eshell.el (eshell-directory-name):
3504 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3505
68251e16
GM
35062010-12-15 Glenn Morris <rgm@gnu.org>
3507
3508 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3509
99f053cf 35102010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3511 Scott Evans <gse@antisleep.com>
99f053cf
JA
3512
3513 * rect.el (rectange--default-line-number-format)
3514 (rectangle-number-line-callback): New functions.
3515 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3516
5614fd56
CY
35172010-12-15 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3520 Delete unused variables.
3521 (move-to-column-force): Remove function obsolete since 21.2.
3522
d68b0220
MA
35232010-12-14 Michael Albinus <michael.albinus@gmx.de>
3524
3525 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3526 (tramp-handle-insert-file-contents): Do not set permanent-local
3527 property.
3528
7973bcea
SM
3529 * net/tramp-cache.el (tramp-persistency-file-name):
3530 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3531
3532 * net/tramp-sh.el (tramp-methods): Add "ksu".
3533 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3534 method list.
3535
0273f794
GM
35362010-12-14 Glenn Morris <rgm@gnu.org>
3537
ab274982
GM
3538 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3539 (find-tag-marker-ring): Declare.
3540 (js-find-symbol): Require etags.
3541
e758216c
GM
3542 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3543 Require mail-utils.
3544 (mail-alias-file): Don't autoload. Doc fix.
3545 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3546 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3547 Mark as obsolete, and risky.
3548 (mail-setup): Simplify.
3549
53aff12a
GM
3550 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3551 * mail/sendmail.el (build-mail-aliases): Update autoload.
3552
aae4b48c
GM
3553 * dired.el (dired-trivial-filenames, dired-chown-program)
3554 (dired-auto-revert-buffer): Remove autoload cookies.
3555 * mail/sendmail.el (mail-recover-1): Require 'dired.
3556
bff7c1ad
GM
3557 * dired.el (dired-subdir-switches, dired-chown-program)
3558 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3559 Make into defcustoms.
3560 (dired-chown-program): Simplify initialization.
3561
0273f794
GM
3562 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3563
bc557672
RF
35642010-12-13 Romain Francoise <romain@orebokech.com>
3565
3566 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3567
7410c270
G
35682010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3569
3570 * net/netrc.el (netrc-point-at-eol): Remove the unused
3571 netrc-point-at-old and netrc-bound-and-true-p bindings.
3572 (netrc-parse): Cache the netrc contents.
3573
f49d1f52 35742010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3575
3576 * subr.el (posn-col-row): Evaluate header-line-format in the
3577 context of the POSITION window's buffer.
3578
f49d1f52 35792010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3580
3581 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3582 (with-silent-modifications): Doc fixes.
3583
f49d1f52 35842010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3585
3586 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3587 Revert previous from. Use `save-restriction'.
158d5945 3588
f49d1f52 35892010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3590
3591 * calendar/diary-lib.el (diary-list-sexp-entries):
3592 Handle case of no newline at end of file. (Bug#7536)
3593
f49d1f52 35942010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3595
3596 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3597
f49d1f52 35982010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3599
f49d1f52 3600 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3601 (tramp-process-actions): Do not widen.
d68b0220 3602
f49d1f52
SM
3603 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3604 Protect buffer-modified value. (Bug#7557)
32802ee1 3605
f49d1f52 36062010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3607
3608 * log-edit.el (log-edit-changelog-entries):
3609 Regexp quote filename. (Bug#7505)
3610
f49d1f52 36112010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3612
3613 * cus-edit.el (custom-save-all):
3614 Bind print-length and print-level to nil. (Bug#7581)
3615
f49d1f52 36162010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3617
d5e6e0b6
GM
3618 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3619 Run hooks to update menu contents. (Bug#7586)
3620
3c1e62f8
GM
3621 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3622 file names, for the sake of MS Windows. (Bug#7588)
3623
f49d1f52 36242010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3625
3626 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3627 empty lines without a leading space.
3628
f49d1f52 36292010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3630
740af6c9
GM
3631 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3632 while mapping over marks (Bug#6810).
86a6e8e0 3633
f49d1f52 36342010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3635
3636 * image-dired.el (image-dired-db-file)
3637 (image-dired-temp-image-file, image-dired-gallery-dir)
3638 (image-dired-temp-rotate-image-file): Set default values relative
3639 to image-dired-dir (Bug#7518).
3640
f49d1f52 36412010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3642
3643 * format.el (format-decode-run-method): Pass args FROM and TO, not
3644 point-min and point-max, to shell-command-on-region (Bug#7488).
3645
f49d1f52 36462010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3647
3648 * frame.el (blink-cursor-mode): Make default t for ns.
3649
f49d1f52 36502010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3651
3652 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3653
f49d1f52 36542010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3655
637c2c43
CY
3656 * comint.el (comint-dynamic-list-input-ring)
3657 (comint-dynamic-complete-filename)
3658 (comint-replace-by-expanded-filename)
3659 (comint-dynamic-simple-complete)
3660 (comint-dynamic-list-filename-completions)
3661 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3662
74194465
CY
3663 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3664 Doc fix (Bug#7471).
3665
f49d1f52 36662010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3667
3668 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3669 (Bug#7533).
3670
01c35094 36712010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3672
3673 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3674 (Bug#7491).
3675
f49d1f52 36762010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3677
3678 * files.el (file-relative-name): Handle UNC file names on
3679 DOS/Windows. (Bug#4674)
3680
f49d1f52 36812010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3682
3683 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3684 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3685 (epg-context-set-passphrase-callback): Mention that the callback
3686 is not called when used with GnuPG 2.x.
3687
f49d1f52 36882010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3689
3690 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3691 Ensure ps-footer-font-size-internal is initialized.
3692 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3693
f49d1f52 36942010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3695
3696 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3697 within condition-case.
3698 (rmail-show-mime): Don't use condition-case.
3699 (rmail-search-mime-message): New function.
3700 (rmail-search-mime-message-function): Set to
3701 rmail-search-mime-message.
3702
f49d1f52 37032010-12-13 Leo <sdl.web@gmail.com>
bd794450 3704
0fdd1db7 3705 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3706 (ido-mode): Use it.
3707 (ido-completing-read): Call it.
3708
fdbb4d85
KF
37092010-12-12 Karl Fogel <kfogel@red-bean.com>
3710
3711 * bookmark.el (bookmark-name-from-full-record): Rename back to
3712 this original name from `bookmark-name-from-record' reverting part
3713 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3714 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3715 third-party callers. (Bug#7609)
fdbb4d85 3716
0e5cf2b8
AM
37172010-12-12 Alan Mackenzie <acm@muc.de>
3718
3719 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3720 template arglist, check that the current language supports this.
3721
6961d41c
GM
37222010-12-11 Glenn Morris <rgm@gnu.org>
3723
2b404597
GM
3724 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3725 state of the file matches. (Bug#7544)
3726 (vc-bzr-register, vc-bzr-checkin)
3727 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3728 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3729
6961d41c
GM
3730 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3731
1e5d2a04
KK
37322010-12-11 Karel Klíč <kklic@redhat.com>
3733
3734 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3735
175069ef
SM
37362010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 Derive from prog-mode, use derived-mode-p, and fix up various
3739 minor style issues in lisp/progmodes.
3740
3741 * progmodes/vhdl-mode.el (vhdl-mode):
3742 * progmodes/verilog-mode.el (verilog-mode):
3743 * progmodes/vera-mode.el (vera-mode):
3744 * progmodes/sql.el (sql-mode):
3745 * progmodes/scheme.el (scheme-mode):
3746 * progmodes/perl-mode.el (perl-mode):
3747 * progmodes/octave-inf.el (inferior-octave-mode):
3748 * progmodes/autoconf.el (autoconf-mode):
3749 * progmodes/m4-mode.el (m4-mode):
3750 * progmodes/inf-lisp.el (inferior-lisp-mode):
3751 * progmodes/idlwave.el (idlwave-mode):
3752 * progmodes/icon.el (icon-mode):
3753 * progmodes/idlw-help.el (idlwave-help-mode):
3754 * progmodes/dcl-mode.el (dcl-mode):
3755 * progmodes/idlw-shell.el (idlwave-shell-mode):
3756 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3757 (ebrowse-member-mode, ebrowse-electric-position-mode):
3758 Use define-derived-mode.
3759
3760 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3761 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3762 (xscheme-debugger-mode-p, xscheme-send-string-1):
3763 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3764 (tcl-load-file, tcl-restart-with-file):
3765 * progmodes/ps-mode.el (ps-run-running):
3766 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3767 * progmodes/js.el (js--get-all-known-symbols):
3768 * progmodes/inf-lisp.el (inferior-lisp-proc):
3769 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3770 (idlwave-template, idlwave-update-buffer-routine-info)
3771 (idlwave-update-current-buffer-info)
3772 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3773 (idlwave-scan-class-info, idlwave-fix-keywords)
3774 (idlwave-list-buffer-load-path-shadows):
3775 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3776 (idlwave-toolbar-remove):
3777 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3778 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3779 (idlwave-shell-menu-def):
3780 * progmodes/idlw-complete-structtag.el
3781 (idlwave-prepare-structure-tag-completion):
3782 * progmodes/gud.el (gud-set-buffer):
3783 * progmodes/f90.el (f90-backslash-not-special):
3784 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3785
3786 * progmodes/xscheme.el (xscheme-start)
3787 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3788 * progmodes/which-func.el (which-function):
3789 * progmodes/vhdl-mode.el (vhdl-set-style):
3790 * progmodes/verilog-mode.el (verilog-set-compile-command)
3791 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3792 (verilog-set-define, verilog-auto-reeval-locals):
3793 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3794 * progmodes/simula.el (simula-mode):
3795 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3796 * progmodes/python.el (python-check, python-mode):
3797 * progmodes/prolog.el (prolog-mode-variables):
3798 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3799 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3800 * progmodes/delphi.el (delphi-mode):
3801 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3802 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3803 (c-font-lock-init): Move make-local-variable to their setq.
3804
3805 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3806 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3807 make-local-hook.
3808 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3809 (sh-set-shell): Don't set require-final-newline since it's already done
3810 by prog-mode.
3811 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3812 since we never set it.
3813 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3814 Use read-string and standard prompt.
3815 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3816 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3817 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3818 (meta-common-mode-map): Rename from meta-mode-map.
3819 Remove C-m binding, which is a user preference, not mode specific.
3820 (meta-common-mode): New major mode; replace meta-common-initialization.
3821 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3822 around with font-lock.
3823 * progmodes/etags.el (select-tags-table-mode):
3824 Derive from special-mode.
3825 * progmodes/octave-mod.el (octave-mode):
3826 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3827 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3828 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3829 Let define-derived-mode do its job.
3830 * progmodes/cpp.el (cpp-edit-mode-map):
3831 Move initialization into declaration.
3832 (cpp-edit-mode): Use define-derived-mode.
3833 (cpp-edit-load): Use derived-mode-p.
3834 * progmodes/mixal-mode.el (mixal-mode):
3835 * progmodes/f90.el (f90-mode):
3836 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3837 require-final-newline since prog-mode does it already.
3838 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3839 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3840 * progmodes/antlr-mode.el: Require cc-mode upfront.
3841 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3842 the declaration.
3843 (antlr-directory-dependencies, antlr-show-makefile-rules):
3844 Use derived-mode-p.
3845 (antlr-language-option): Don't assume point-min==1.
3846 (antlr-mode): Use define-derived-mode.
3847 * progmodes/ada-mode.el: Use derived-mode-p.
3848 (ada-mode): Use define-derived-mode.
3849 Use hack-local-variables-hook.
3850
61f91c04
SM
38512010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3854 (texinfo-mode): Don't disable adaptive-fill-mode.
3855 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3856 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3857 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3858 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3859 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3860 (texinfo-insert-@quotation, texinfo-insert-@samp)
3861 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3862 (texinfo-insert-@uref): Use define-skeleton.
3863 (texinfo-insert-@-with-arg): Delete.
3864
72a44673
EZ
38652010-12-10 Eli Zaretskii <eliz@gnu.org>
3866
3867 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3868 nil, do quote archive member names. (Bug#6144)
3869
ab540f59
GM
38702010-12-10 Glenn Morris <rgm@gnu.org>
3871
66f782de
GM
3872 * files.el (diff-no-select): Declare.
3873
e554b3f8
GM
3874 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3875 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3876
ab540f59
GM
3877 * comint.el (comint-input-ring-file-name): Doc fix.
3878
f68ab99b
EZ
38792010-12-09 Eli Zaretskii <eliz@gnu.org>
3880
3881 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3882 New functions.
61f91c04
SM
3883 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3884 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3885 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3886 instead of `nil'.
3887 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3888 and menu-bar-positive-p instead of `nil' and `>', respectively.
3889 (Bug#1077)
3890
650453a9
VJL
38912010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3892
3893 * whitespace.el (whitespace-newline-mode): Code fix.
3894
28d5de72
GM
38952010-12-09 Glenn Morris <rgm@gnu.org>
3896
3897 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3898 Rename functions without commas, update callers.
3899
b596d50d 39002010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3901
b596d50d
GM
3902 * whitespace.el (whitespace-cleanup-region):
3903 Clean up spaces before tabs. (Bug#7582)
16498102 3904
eff37c5e
KF
39052010-12-08 Karl Fogel <kfogel@red-bean.com>
3906
3907 * bookmark.el: Adjust parameter names and doc strings to resolve
3908 confusion over whether "bookmark" meant a bookmark name or a
3909 bookmark record. Along the way, shorten one function's name for
3910 similar reasons. (Issue #7548)
3911 (bookmark-name-from-record): New name for
3912 `bookmark-name-from-full-record'. All callers changed.
3913 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3914 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3915 (bookmark-get-annotation, bookmark-set-annotation)
3916 (bookmark-get-filename, bookmark-set-filename)
3917 (bookmark-get-position, bookmark-set-position)
3918 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3919 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3920 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3921 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3922 Rename `bookmark' parameter to `bookmark-name-or-record', to
3923 clearly show its role, and shorten or adjust doc strings accordingly.
3924 (bookmark-set-name): Same, and pass the parameter directly to
3925 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3926 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3927 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3928 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3929 and in some cases shorten doc string accordingly.
3930 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3931 and `new-name', and adjust an internal variable to avoid confusion.
3932 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3933 parameter in doc string.
3934
5fe9ebd1
GM
39352010-12-08 Glenn Morris <rgm@gnu.org>
3936
ac8331a7
GM
3937 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3938 from gdb's history file. (Bug#7575)
3939
5fe9ebd1
GM
3940 * mail/emacsbug.el (report-emacs-bug):
3941 Try to handle some other mail clients.
3942
33cf0fb2
SM
39432010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3946 Use string-prefix-p.
3947 (file-name-version-regexp): New var.
3948 (file-name-sans-versions):
3949 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3950 (jka-compr-get-compression-info): Use dolist.
3951 (jka-compr-compression-info-list): Don't bother specifying
3952 version/backup regexps.
3953
11c31b99
TH
39542010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3955
3956 * simple.el (just-one-space): Make argument n default to 1 if
3957 omitted.
3958
a733fc37
SM
39592010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * electric.el (electric-indent-post-self-insert-function):
3962 Delete trailing newlines even if we don't reindent.
3963
88b5a757
DD
39642010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3965
a733fc37
SM
3966 * minibuffer.el (completion-at-point): Remove the `arg'.
3967 * bindings.el (complete-symbol): Move back from minibuffer.el.
3968
39692010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3970
88b5a757
DD
3971 * simple.el (just-one-space): Delete newlines for negative arg.
3972
ce327e48
SM
39732010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3976 (ansi-color-filter-apply): Simplify.
3977 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3978
ac73d955
BR
39792010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3980
3981 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3982
8c44f097
CY
39832010-12-04 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * dired.el (dired-use-ls-dired): Set default to a special
3986 "unspecified" value.
3987 (dired-insert-directory): When called the first time, check
3988 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3989
15af15e5
TO
39902010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3991
3992 * replace.el: Add "collect" feature to occur.
3993 (occur-collect-regexp-history): New var.
88b5a757
DD
3994 (occur-read-primary-args): Return a replace string for nlines,
3995 if needed.
15af15e5
TO
3996 (occur): Extend the meaning of nlines.
3997
b2e6e5bd
SM
39982010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
4001 (which-func-update-1): Distinguish symbols from strings.
4002 (which-function): Stay within 80 columns.
4003
ee9355dc
SM
40042010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4005
7f0ea0ff
SM
4006 * subr.el (with-demoted-errors): Distinguish symbols from strings.
4007
ee9355dc
SM
4008 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
4009 Improve docstring.
4010 (comment-style): Use comment-styles's docs to describe values.
4011
3e972d98
JD
40122010-12-03 Jan Djärv <jan.h.d@swipnet.se>
4013
4014 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
4015 and ns-show-prefs (Bug#7535).
4016
4017 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
4018 bindings (Bug#7535).
4019
c879436a
GM
40202010-12-03 Glenn Morris <rgm@gnu.org>
4021
afe27238
GM
4022 * nxml/nxml-mode.el: Require rng-nxml.
4023 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
4024 Remove declarations.
4025
65beee52
GM
4026 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
4027 * nxml/rng-nxml.el, nxml/rng-valid.el:
4028 Remove leading `*' from defcustom docs.
4029
ad961a00
GM
4030 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4031 (normal-top-level-add-to-load-path, tty-handle-args):
4032 Convert comments to basic doc-strings.
4033
c5fd0ab5
GM
4034 * net/browse-url.el (browse-url-url-at-point)
4035 (browse-url-default-browser): Remove autoload cookies.
4036
f62f063d
GM
4037 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4038 Remove more undefined cl functions.
4039
c879436a
GM
4040 * vc/diff.el (diff-sentinel): Make new arguments optional.
4041 * ibuf-ext.el (diff-sentinel): Update declaration.
4042
3721e124
DU
40432010-12-03 Daiki Ueno <ueno@unixuser.org>
4044
4045 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
4046 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
4047 (epg-context-set-passphrase-callback): Mention that the callback
4048 is not called when used with GnuPG 2.x.
4049
66feec8b
MA
40502010-12-02 Michael Albinus <michael.albinus@gmx.de>
4051
4052 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
4053 (tramp-file-name-port): Check also for `tramp-default-port'.
4054 (tramp-get-connection-name): New defun.
4055 (tramp-get-connection-process): Use it.
4056 (tramp-debug-message): Extend function exclude list.
4057 (tramp-drop-volume-letter): Fix doc string.
4058
4059 * net/tramp-cmds.el: Remove solved todo item.
4060
66feec8b
MA
4061 * net/tramp-ftp.el:
4062 * net/tramp-gvfs.el:
4063 * net/tramp-gw.el:
4064 * net/tramp-imap.el:
4065 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
4066 and `tramp-default-user-alist', respectively.
4067
88b5a757
DD
4068 * net/tramp-gw.el (tramp-gw-open-connection):
4069 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
4070
4071 * net/tramp-imap.el (tramp-imap-make-iht): Use just
4072 `tramp-file-name-port'.
4073
4074 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
4075 and "psftp". Exchange "%k" marker with options.
4076 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
4077 Compute size of link target.
35f52ed6
JB
4078 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
4079 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
4080 copy arguments. Use `tramp-get-connection-name' and
4081 `tramp-get-connection-buffer'. Improve debug messages.
4082 (tramp-compute-multi-hops): Remove port determination.
4083 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4084
4085 * net/trampver.el: Update release number.
4086
bd77c2ef
GM
40872010-12-02 Glenn Morris <rgm@gnu.org>
4088
05907bb3
GM
4089 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4090 Avoid infinite loop over windows. (Bug#7492)
4091
bd77c2ef
GM
4092 * progmodes/flymake.el (flymake-check-file-limit):
4093 Allow nil to mean "no limit".
4094 (flymake-check-patch-master-file-buffer): Update for above change.
4095 Allow a .tex file-name extension to be optional.
4096 (flymake-master-tex-init): Also match \include statements.
4097
f7ca27a1
SS
40982010-11-30 Sam Steingold <sds@gnu.org>
4099
4100 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4101 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4102 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4103 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4104 define-derived-mode').
4105 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4106 users who want to call `nxml-parent-document-set'.
4107
402c8a49
CY
41082010-11-27 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4111 stand-alone lines, since that is handled by log-edit-match-to-eoh
4112 (Bug#6465).
4113
d1882ac7
EW
41142010-11-27 Eduard Wiebe <usenet@pusto.de>
4115
4116 * dired.el (dired-get-filename): Replace backslashes with slashes
4117 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4118 * locate.el (locate-default-make-command-line): Don't consider
4119 drive letter and root directory part of
4120 `directory-listing-before-filename-regexp'. (Bug#7308)
4121 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4122
07976ae3 41232010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
4124
4125 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4126 of :smie-open/close-alist.
4127 (smie-next-sexp): Make it accept a "start token" as argument.
4128 (smie-indent-keyword): Be careful not to misidentify tokens that span
4129 more than one line, as empty lines. Add argument `token'.
4130
07976ae3 41312010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 4132
afde451a
KH
4133 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4134 multipart subtypes, insert all as usual.
4135
3d9ee611
KH
4136 * mail/rmail.el: Require rfc2047.
4137
07976ae3 41382010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
4139
4140 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4141 (rmail-mime-entity-disposition)
4142 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4143 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4144 (rmail-mime-save): Handle the case that the button's `data' is a
4145 MIME entity.
4146 (rmail-mime-insert-text): New function.
9e0ecdab 4147 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
4148 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4149 (rmail-mime-insert-bulk): New function mostly copied from the old
4150 rmail-mime-bulk-handler.
9e0ecdab
GM
4151 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4152 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
4153 the old rmail-mime-multipart-handler.
4154 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 4155 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
4156 rmail-mime-show.
4157 (rmail-mime-insert-multipart, rmail-mime-parse)
4158 (rmail-mime-insert, rmail-show-mime)
4159 (rmail-insert-mime-forwarded-message)
4160 (rmail-insert-mime-resent-message): New functions.
4161 (rmail-insert-mime-forwarded-message-function): Set to
4162 rmail-insert-mime-forwarded-message.
4163 (rmail-insert-mime-resent-message-function): Set to
4164 rmail-insert-mime-resent-message.
4165
4166 * mail/rmailsum.el: Require rfc2047.
4167 (rmail-header-summary): Handle multiline Subject: field.
4168 (rmail-summary-line-decoder): Change the default to
4169 rfc2047-decode-string.
4170
4171 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4172 (rmail-mime-feature): Change the default to `rmailmm'.
4173 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4174 (rmail-display-labels): Likewise.
4175 (rmail-show-message-1): Check rmail-enable-mime, and use
4176 rmail-show-mime-function for a MIME message. Decode the headers
4177 according to RFC2047.
4178
07976ae3 41792010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
4180
4181 * progmodes/which-func.el (which-func-imenu-joiner-function):
4182 Return a string, as expected.
4183 (which-function-mode): Make sure we stop any previous timer before
4184 starting a new one.
4185
07976ae3 41862010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
4187
4188 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
4189 (tramp-default-user-alist, tramp-default-proxies-alist):
4190 Adapt custom options type. (Bug#7445)
e40fc745 4191
07976ae3 41922010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
4193
4194 * progmodes/python.el: Add Ipython support (Bug#5390).
4195 (python-shell-prompt-alist)
4196 (python-shell-continuation-prompt-alist): New options.
4197 (python--set-prompt-regexp): New function.
33aeea0e
SM
4198 (inferior-python-mode, run-python, python-shell):
4199 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
4200 prompt based on the Python interpreter.
4201 (python--prompt-regexp): New var.
4202 (python-check-comint-prompt)
4203 (python-comint-output-filter-function): Use it.
4204 (run-python): Use a pipe (Bug#5694).
4205
07976ae3 42062010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
4207
4208 * progmodes/python.el (run-python): Doc fix.
4209 (python-keep-current-directory-in-path): New var (Bug#7454).
4210
07976ae3 42112010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
4212
4213 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4214 Prompt user before actually printing.
4215
0b839457
GM
42162010-11-27 Glenn Morris <rgm@gnu.org>
4217
4218 * startup.el (package-enable-at-startup, package-initialize):
4219 Remove unnecessary declarations.
4220
96107967
EZ
42212010-11-27 Eli Zaretskii <eliz@gnu.org>
4222
4223 * international/characters.el (glyphless-char-display-control):
4224 Exclude newline and TAB from the c0-control group.
4225
a140ec5f
GM
42262010-11-27 Glenn Morris <rgm@gnu.org>
4227
82445062
GM
4228 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4229 (expand-mail-aliases): Remove unnecessary autoload.
4230
08b5f072
GM
4231 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4232
e96d4147
GM
4233 * shell.el (shell-dir-cookie-re): Move definition before use.
4234
a140ec5f
GM
4235 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4236 Replace undefined CL functions.
4237
a2249e66
EZ
42382010-11-26 Eli Zaretskii <eliz@gnu.org>
4239
228482b2
EZ
4240 * simple.el (prog-mode): Set bidi-paragraph-direction to
4241 left-to-right.
4242
a2249e66
EZ
4243 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4244
d01d7b8d
GM
42452010-11-26 Glenn Morris <rgm@gnu.org>
4246
4247 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4248 diary-outlook-formats can be sensitive to calendar-date-style.
4249 (diary-outlook-formats): Simplify the default setting.
4250 (diary-from-outlook-internal): Pass subject and body as arguments.
4251 Use dolist rather than dotimes. Don't save the diary buffer.
4252 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4253 Pass subject and body as explicit arguments to the -internal function.
4254
b3ea64a3
LMI
42552010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4256
4257 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4258 parsing them. This makes mailto:...?subject=foo\nbar work.
4259
d5e7b0d8
SM
42602010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * vc/diff.el (diff): Fix last change.
4263
872ab164
SM
42642010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4267 (pcase--dontcare-upats): New var.
4268 (pcase-let, pcase-let*): Generate better code.
4269 Accept the same bodies as `let'.
4270 (pcase-dolist): New macro.
4271 (pcase--trivial-upat-p): New helper function.
4272 (pcase--expand): Strip leading "(let nil" if any.
4273
876d1684
LMI
42742010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4275
7bd9b9d8
LMI
4276 * mail/mailclient.el (browse-url): Require.
4277 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4278 use the external browser function to send the mail (bug#7469).
4279
876d1684
LMI
4280 * net/browse-url.el (browse-url-browser-function): Revert the
4281 default back to the previous value, since the new value broke
4282 mailclient.el.
4283 (browse-url-mailto-function): New variable for mailto: URLs.
4284 (browse-url): Use the new variable for mailto: URLs.
4285
6e13206c
SM
42862010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * eshell/esh-cmd.el (eshell-parse-command):
4289 * eshell/esh-arg.el (eshell-parse-arguments):
4290 * eshell/em-script.el (eshell-source-file):
4291 Use with-silent-modifications.
4292
3d92f44e
CY
42932010-11-23 Chong Yidong <cyd@stupidchicken.com>
4294
4295 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4296 for a merge location.
4297
4298 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4299 (vc-bzr-merge-branch): Always prompt.
4300 (vc-bzr-async-command): Use the full branch filename.
4301
8f5f1e68
SM
43022010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * shell.el (shell): Use current-buffer by default if it's already
4305 a shell mode buffer and its process is dead.
ee9355dc 4306 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 4307
331460ac
TH
43082010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4309
8f5f1e68
SM
4310 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4311 Mention that the keywords should be comma separated.
331460ac 4312
2c3160c5
CY
43132010-11-23 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4316 Accept optional prefix arg meaning to prompt for a command.
4317 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4318 prefix arg meaning to prompt for a command.
4319 (vc-pull): Alias for vc-update.
4320
4321 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4322 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4323 (vc-bzr-merge-branch): New functions, implementing merge-branch
4324 and pull operations.
4325
b2e44819
SM
43262010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4327
8a0eb852
SM
4328 * Makefile.in: Fix up last merge.
4329
b2e44819
SM
4330 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4331 (diff-sentinel): Get them as arguments instead.
4332 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4333 (diff-file-local-copy, diff-better-file-name): New funs.
4334 (diff-no-select): Rename from diff-into-buffer.
4335 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4336 Prefer closures to buffer-local variables.
4337 (diff): Adjust accordingly.
4338 (diff-buffer-with-file): Move from files.el.
4339 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4340 (diff-buffer-internal): Remove.
4341 (diff-buffer-buffer): Remove.
4342 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4343 the buffer name used, and so as not to mess up windows and frames.
4344
6a7662bb
BR
43452010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4346
4347 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4348 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4349 (diff-buffer-with-file): Use it.
4350 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4351 (diff): Use it.
4352
c799747b
TH
43532010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4354
4355 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4356 \ref's or \pageref's value as default instead of initial input.
4357
e274eb13
MA
43582010-11-21 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * files.el (backup-by-copying-when-mismatch): The default value is
4361 now t.
4362
4363 * startup.el (normal-top-level):
4364 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4365 `backup-by-copying-when-mismatch'.
4366
77af54d7
JD
43672010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4368
4369 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4370
4e2f7d2a
CY
43712010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4372
6a7662bb
BR
4373 * progmodes/python.el (python-font-lock-keywords):
4374 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4375
b7d1e144
JD
43762010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4377
4378 * term/ns-win.el (ns-right-control-modifier)
4379 (ns-right-command-modifier): Defvar them.
4380
4381 * cus-start.el (all): Add ns-right-control-modifier and
4382 ns-right-command-modifier (Bug#7458).
4383
c11cc37a
GM
43842010-11-20 Glenn Morris <rgm@gnu.org>
4385
4386 * emacs-lisp/authors.el (authors-ignored-files)
4387 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4388
7dcd777e
TH
43892010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4390
4391 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4392 (report-emacs-bug-parse-query-results)
4393 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4394 keywords used for querying the bug database to show them in the
4395 existing bugs buffer.
4396
d2bd5189
JD
43972010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4398
4399 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4400
4401 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4402
0e7c0582
EZ
44032010-11-20 Eli Zaretskii <eliz@gnu.org>
4404
4405 * international/characters.el (glyphless-char-display-control):
4406 Make it a defcustom, with update-glyphless-char-display as its
4407 :set attribute.
4408 (top level): Don't call update-glyphless-char-display.
4409
7398933f
MA
44102010-11-20 Michael Albinus <michael.albinus@gmx.de>
4411
4412 Sync with Tramp 2.2.0.
4413
4414 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4415 `file-remote-p' (due to compatibility).
4416
4417 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4418 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4419
4420 * net/trampver.el: Update release number.
4421
1cd64aae
EZ
44222010-11-20 Eli Zaretskii <eliz@gnu.org>
4423
4424 * faces.el (glyphless-char): Define value for `pc'.
4425
614316a7
TH
44262010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4427
26214810
EZ
4428 Implemented a bug querying mechanism.
4429 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4430 (report-emacs-bug-create-existing-bugs-buffer)
4431 (report-emacs-bug-parse-query-results)
26214810 4432 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4433
9061f667
TH
44342010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4435
4436 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4437 a \ref{} or \pageref{} macro, then use its value as initial input.
4438
1265829e
JB
44392010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4440
4441 * calc/calc-units.el (math-build-units-table-buffer):
4442 calc/README: Mention that the TeX specific units won't use the
4443 `tex' prefix in TeX mode.
4444 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4445 prefix for units in TeX mode.
4446
9fca7811
SM
44472010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4450 * comint.el (comint-kill-region): Make the yank-handler argument
4451 obsolete.
9fca7811 4452
4a47c275 44532010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4454
e2f454c4
SM
4455 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4456 that are both openers (resp. closers) and something else.
4457 (smie-grammar): Loosen definition of valid values.
4458 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4459 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4460 (smie-indent-after-keyword): Adjust users.
4461 (smie-indent-keyword): Don't indent empty lines.
4462
88bf1bec
SM
4463 * vc-hg.el (vc-hg-program): New var.
4464 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4465 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4466
4a47c275 44672010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4468
4469 * emacs-lisp/autoload.el (autoload-find-destination): The function
4470 coding-system-eol-type may return non-numeric values. (Bug#7414)
4471
4a47c275 44722010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4473
4474 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4475
4a47c275 44762010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4477
4478 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4479
4a47c275 44802010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4481
4482 * textmodes/picture.el (picture-mouse-set-point): Don't use
4483 posn-col-row; explicitly compute the motion based on the posn at
4484 the window-start (Bug#7390).
4485
4a47c275 44862010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4487
4488 * novice.el (disabled-command-function):
4489 Fix 2009-11-15 change. (Bug#7384)
4490
4a47c275 44912010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4492
4493 * calendar/calendar.el (diary-iso-date-forms): Make elements
4494 mutually exclusive. (Bug#7377)
4495
4a47c275 44962010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4497
4498 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4499 when filling the remaining "unconstrained" values.
4500
4a47c275 45012010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4502
acef0722
SM
4503 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4504 safety predicate.
4505
4506 * files.el (safe-local-variable-p): Gracefully handle errors.
4507
7bea8c7a
SM
4508 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4509 Use smie-indent-virtual when indenting relative to an opener.
4510 (smie-rule-separator): Use smie-rule-parent.
4511 (smie-indent-keyword): Consult rules, even for openers at bol.
4512 (smie-indent-comment-close): Try to align closer's content.
4513
4a47c275 45142010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4515
4516 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4517
4a47c275 45182010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4519
aa514451
GM
4520 * printing.el (pr-menu-bind): Doc fix.
4521
32b636de
GM
4522 * speedbar.el (speedbar-toggle-images): Doc fix.
4523
bc1d5cdf
GM
4524 * progmodes/python.el (python-shell): Doc fix.
4525
c790cad4
GM
4526 * wid-edit.el (widget-field-use-before-change)
4527 (widget-use-overlay-change): Doc fixes.
4528
c51bb5d2
SM
45292010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4530
8bbb7dd8
SM
4531 Minor cleanup to improve style.
4532 * textmodes/rst.el (rst-update-section): Use point-marker.
4533 (rst-get-decoration): Eliminate unneeded assignment.
4534 (rst-promote-region, rst-straighten-decorations)
4535 (rst-section-tree, rst-adjust): Use point-marker.
4536 (rst-toc-mode-mouse-goto): Avoid setq.
4537 (rst-shift-region-guts, rst-shift-region-left)
4538 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4539 (rst-convert-bullets-to-enumeration): Use copy-marker.
4540
b7e270a2
SM
4541 * minibuffer.el (completion-fail-discreetly): New var.
4542 (completion--do-completion): Use it.
4543
c51bb5d2
SM
4544 * electric.el (electric-pair-pairs): New var.
4545 (electric-pair-post-self-insert-function): Use it.
4546 (electric-layout-post-self-insert-function): Don't insert a before
4547 newline unless it's actually needed.
4548
c04f2ac0
SM
45492010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4550
bac2de0f
SM
4551 * progmodes/python.el (run-python): Explain why we remove the current
4552 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4553
c04f2ac0
SM
4554 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4555
7100ff98
SM
45562010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4557
03f70355
SM
4558 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4559 (octave-mode-map): Don't bind ;, SPC, and LF.
4560 (octave-auto-indent, octave-auto-newline): Remove.
4561 (electric-layout-rules): Declare.
4562 (octave-mode): Set electric-layout-rules.
4563 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4564 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4565 (octave-electric-space): Remove.
4566
7100ff98
SM
4567 * electric.el (electric-layout-mode): New minor mode.
4568 (electric--after-char-pos): New function.
4569 (electric-indent-post-self-insert-function): Use it.
4570 (electric-layout-rules): New var.
4571 (electric-layout-post-self-insert-function): New function.
4572 (electric-indent-mode): Make them interact better.
4573
cca982d0
SM
45742010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4577 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4578 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4579
84992dff
AM
45802010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4581
4582 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4583 Make sure to check inside the word (Bug#6761).
4584
afa42fe3
CY
45852010-11-14 Chong Yidong <cyd@stupidchicken.com>
4586
4587 * startup.el (command-line): If the cursorColor resource is set,
4588 change the cursor face-spec (Bug#7392).
4589
a798747d 45902010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4591
a798747d 4592 The main features of the following allout.el changes are:
1c9b9df0
KM
4593 - implement user customization for the allout key bindings
4594 - add a customization control by which the user can inhibit use of
a798747d 4595 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4596 describe-prefix-bindings
4597 - adapt to new version of called-interactively-p, while
a798747d 4598 maintaining backwards compatibility with old version
01c35094 4599 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4600
a798747d
GM
4601 * allout.el (allout-keybindings, allout-bind-keys)
4602 (allout-keybindings-binding, allout-prefixed-keybindings)
4603 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4604 (allout-keybindings-list, allout-mode-map-adjustments)
4605 (allout-setup-mode-map): Establish allout-mode keymaps as user
4606 customizable settings, and also establish a customizable setting which
4607 regulates whether or not a trailing control-h is reserved for use with
4608 describe-prefix-bindings - and inhibit it by default, so that control-h
4609 *is* reserved for describe-prefix-bindings unless the user changes it.
4610
4611 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4612 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4613 modified events more comprehensively.
4614
a798747d
GM
4615 * allout.el (allout-substring-no-properties):
4616 Alias to use or provide version of `substring-no-properties'.
4617 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4618
a798747d
GM
4619 * allout.el (allout-next-single-char-property-change):
4620 Alias to use or provide version of `next-single-char-property-change'.
4621 (allout-annotate-hidden, allout-hide-by-annotation):
4622 Use `allout-next-single-char-property-change'.
1c9b9df0 4623
a798747d
GM
4624 * allout.el (allout-select-safe-coding-system):
4625 Alias to use or provide version of `select-safe-coding-system'.
4626 (allout-toggle-subtree-encryption):
4627 Use `allout-select-safe-coding-system'.
1c9b9df0 4628
a798747d
GM
4629 * allout.el (allout-set-buffer-multibyte):
4630 Alias to use or provide version of `set-buffer-multibyte'.
4631 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4632
a798747d
GM
4633 * allout.el (allout-called-interactively-p): Macro for using the
4634 different versions of called-interactively-p identically, depending on
4635 the subroutine's argument signature.
4636 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4637 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4638
a798747d
GM
4639 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4640 (allout-previous-visible-heading, allout-forward-current-level)
4641 (allout-backward-current-level, allout-show-children):
4642 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4643
a798747d
GM
4644 * allout.el (allout-before-change-handler):
4645 Exempt edits to the (overlaid) character after the allout outline
4646 bullet from edit confirmation prompt.
1c9b9df0 4647
a798747d
GM
4648 * allout.el (allout-add-resumptions):
4649 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4650
a798747d
GM
4651 * allout.el (allout-beginning-of-line):
4652 Use `allout-previous-single-char-property-change' alias for the sake of
4653 diverse compatibility.
1c9b9df0 4654
a798747d
GM
4655 * allout.el (allout-end-of-line):
4656 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4657
0216b738
CY
46582010-11-13 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * frame.el (frame-notice-user-settings): Don't clobber other
4661 user-set parameters when calling face-set-after-frame-default in
4662 response to background-color parameter (Bug#7373).
4663
0eb025fb
EZ
46642010-11-13 Eli Zaretskii <eliz@gnu.org>
4665
4666 * international/characters.el (glyphless-char-display-control):
88b5a757 4667 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4668 Signal an error if display method is not one of the recognized
4669 symbols.
0eb025fb 4670
6e060cee
MA
46712010-11-13 Michael Albinus <michael.albinus@gmx.de>
4672
4673 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4674 (tramp-compat-line-end-position): Remove them.
4675
4676 * net/tramp.el (tramp-parse-rhosts-group)
4677 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4678 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4679 (tramp-parse-netrc-group, tramp-parse-putty-group)
4680 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4681 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4682 (tramp-sh-handle-file-selinux-context)
4683 (tramp-sh-handle-file-name-all-completions)
4684 (tramp-sh-handle-insert-directory)
4685 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4686 (tramp-wait-for-output, tramp-send-command-and-read)
4687 * net/tramp-smb.el (tramp-smb-read-file-entry)
4688 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4689
4690 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4691 `point-at-bol'.
4692 (tramp-remote-coding-commands): Add an alternative using "base64
4693 -d -i". This is needed for older base64 versions from GNU
4694 coreutils. Reported by Klaus Reichl
4695 <Klaus.Reichl@thalesgroup.com>.
4696
8da5345f
HN
46972010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4698
4699 * simple.el (count-words-region): New function.
4700
c156a63b
SM
47012010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4702
78835dd0
SM
4703 * shell.el (shell-dir-cookie-re): New custom variable.
4704 (shell-dir-cookie-watcher): New function.
4705
ebff325e
SM
4706 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4707 and compilation-mode (bug#7350).
4708
4e9e1584
SM
4709 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4710 highlight when one of them is empty.
4711
4490f875
SM
4712 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4713 trailing space.
4714 (skeleton-newline): New function.
4715 (skeleton-internal-1): Use it.
4716
c156a63b
SM
4717 * simple.el (open-line): `newline' may strip trailing space.
4718
f3bb9e16
KR
47192010-11-12 Kevin Ryde <user42@zip.com.au>
4720
4721 * international/mule-cmds.el (princ-list): Use mapc.
4722
7847454a
GM
47232010-11-12 Glenn Morris <rgm@gnu.org>
4724
4725 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4726 Use it to replace all instances of "*Compile-Log*".
7847454a 4727
aa310257
SM
47282010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4731 indentation specs.
4732
cbf83ce9
SM
47332010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * progmodes/modula2.el: Use SMIE and skeleton.
4736 (m2-mode-syntax-table): (*..*) can be nested.
4737 Add //...\n. Fix paren syntax.
4738 (m2-mode-map): Remove LF and TAB bindings.
4739 (m2-indent): Add safety property.
4740 (m2-smie-grammar): New var.
4741 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4742 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4743 (m2-mode): Use define-derived-mode.
4744 (m2-newline, m2-tab): Remove.
4745 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4746 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4747 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4748 (m2-import): Use define-skeleton.
4749
e7c4fb1e
GM
47502010-11-11 Glenn Morris <rgm@gnu.org>
4751
b3e4c911
GM
4752 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4753
b3e22bd4
GM
4754 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4755 (ls-lisp-verbosity): Add custom :set-after property.
4756 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4757 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4758 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4759 (ls-lisp-set-options): New function.
4760 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4761 Doc fix.
b3e22bd4 4762
55a4b4fe
GM
4763 * play/landmark.el (lm-prompt-for-move):
4764 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4765
e7c4fb1e
GM
4766 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4767
4768 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4769 (idlwave-study-twins): Prefix dynamic local variable `name'.
4770 (idlwave-routine-twin-compare): Update for above change.
4771
4772 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4773 Prefix dynamic local variables `name', `kwd', and `link'.
4774 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4775 * progmodes/idlw-complete-structtag.el
4776 (idlwave-complete-structure-tag-help):
4777 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4778 (idlwave-complete-sysvar-tag-help)
4779 (idlwave-complete-class-structure-tag-help):
4780 Update for above name changes.
4781
afe2870b
LMI
47822010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4783
4784 * net/browse-url.el (browse-url-browser-function): Change the
4785 default to use `browse-url-mail' on mailto: URLs.
4786
fbe3be3f
CY
47872010-11-10 Chong Yidong <cyd@stupidchicken.com>
4788
cbf83ce9
SM
4789 * emacs-lisp/package.el (package-read-all-archive-contents):
4790 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4791
a7cfbaea 47922010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4793
4794 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4795 already found as misspellings by (flyspell-large-region), just
c97685d4 4796 do highlighting (bug#7322).
bd4532fc 4797
13e7256f
GM
47982010-11-10 Glenn Morris <rgm@gnu.org>
4799
6d2a1e35
GM
4800 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4801
d4aca69c
GM
4802 * emulation/edt.el (edt-with-position): New macro.
4803 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4804 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4805 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4806
f8a09adb
GM
4807 * emulation/tpu-extras.el (tpu-with-position): New macro.
4808 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4809
c026460b
GM
4810 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4811
dea53a43
GM
4812 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4813 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4814 (texinfo-master-menu, texinfo-insert-node-lines)
4815 (texinfo-multiple-files-update):
4816 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4817 Use line-beginning-position.
4818
72bc50c0
GM
4819 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4820 No recent Emacs supports system-type `emx'.
4821
4822 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4823 (ada-command-separator, ada-default-prj-properties)
4824 (ada-find-any-references): Update for above name change.
4825
4826 * dirtrack.el (dirtrack-directory-function)
4827 (dirtrack-canonicalize-function):
4828 * filecache.el (file-cache-completion-ignore-case)
4829 (file-cache-case-fold-search, file-cache-ignore-case):
4830 * term.el (serial-port-is-file-p): Cosmetic change.
4831
4832 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4833 Remove non-existent `windows-95' system-type.
4834 * dired.el (dired-chown-program): Remove non-existent `linux'
4835 system-type.
4836
17731c39
GM
4837 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4838 (ping-program-options): Remove non-existent `linux' system-type.
4839
9228bbd3
GM
4840 * startup.el (package-initialize): Update declaration.
4841
6e404950
GM
4842 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4843 (ls-lisp-handle-switches): Use time-less-p.
4844 (ls-lisp-format-time): Use float-time.
4845
6f0d4bb6
GM
4846 * textmodes/remember.el (remember-time-to-seconds): Remove.
4847 (remember-store-in-mailbox): Use float-time.
4848
4849 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4850
4851 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4852 never a real function.
4853 (with-no-warnings): Remove compat stub, now unused.
4854 (time-less-p): Doc fix.
4855 (time-to-number-of-days): Simplify.
4856
73171bd4
GM
4857 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4858 Remove.
4859 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4860 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4861 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4862 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4863 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4864
13e7256f
GM
4865 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4866 (eshell-shuffle-files, eshell-shorthand-tar-command)
4867 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4868 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4869 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4870 Prefix dynamic local variable `matches'.
4871
b565f5a1
GM
4872 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4873 Prefix dynamic local variable `skeleton'.
4874
5ad3e885
KY
48752010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4876
4877 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4878 in mail buffer; make yank-action always a command that yanks original
4879 buffer.
4880
14121c52
GM
48812010-11-09 Glenn Morris <rgm@gnu.org>
4882
4883 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4884
d607b96b 48852010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4886
9bdba5f5
SM
4887 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4888 completion field (bug#7211).
4889
73525e72
SM
4890 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4891 Fix handling of backslash escapes.
4892 (python-quote-syntax): Adjust accordingly.
4893
d607b96b 48942010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4895
4896 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4897 (vc-mtn-workfile-branch): Adjust to new output format.
4898
d607b96b 48992010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4900
4901 * international/mule-cmds.el (princ-list): Mark as obsolete.
4902
d607b96b 49032010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4904
4905 * emacs-lisp/smie.el: New package.
4906
d607b96b 49072010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4908
7f925a67
SM
4909 * files.el (backup-by-copying-when-mismatch):
4910 Set `permanent-local' property.
6ce78fdc
MA
4911
4912 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4913 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4914
d607b96b 49152010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4916
4917 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4918
d607b96b 49192010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4920
7f925a67 4921 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4922 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4923 AUTOINOUT for SV style multidimensional arrays, bug294.
4924 Reported by Eric Mastromarchi.
4925 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4926 font-lock-fontify-buffer to cleanup style issues.
4927
d607b96b 49282010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4929
4930 * locate.el (locate, locate-mode): Doc fixes.
4931
d607b96b 49322010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4933
4934 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4935 user for confirmation.
4936 (server-force-stop): Use it.
4937 (server-start): Use server-force-stop for kill-emacs-hook, to
4938 avoid user interaction while killing Emacs.
4939
9b026d9f
GM
49402010-11-09 Glenn Morris <rgm@gnu.org>
4941
3406534c 4942 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4943 (meta-indent-line): Simplify.
3406534c 4944
9b026d9f
GM
4945 * vc/emerge.el (emerge-line-number-in-buf):
4946 * textmodes/ispell.el (ispell-region):
4947 * textmodes/fill.el (current-fill-column):
4948 * progmodes/xscheme.el (xscheme-send-current-line):
4949 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4950 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4951 * progmodes/sh-script.el (sh-handle-prev-do):
4952 * progmodes/meta-mode.el (meta-indent-line):
4953 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4954 (idlwave-in-quote):
4955 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4956 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4957 * progmodes/fortran.el (fortran-looking-at-if-then):
4958 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4959 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4960 (cperl-find-pods-heres):
4961 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4962 * net/quickurl.el (quickurl-list-insert):
4963 * net/ldap.el (ldap-search-internal):
4964 * net/eudc.el (eudc-expand-inline):
4965 * mail/sendmail.el (sendmail-send-it):
4966 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4967 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4968 (viper-brac-function):
4969 * calc/calc-yank.el (calc-do-grab-region):
4970 * calc/calc-keypd.el (calc-keypad-press):
4971 * term.el (term-move-columns, term-insert-spaces):
4972 * speedbar.el (speedbar-highlight-one-tag-line):
4973 * simple.el (current-word):
4974 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4975 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4976 (Info-scroll-down):
4977 * hippie-exp.el (he-line-beg):
4978 * epa.el (epa--marked-keys):
4979 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4980 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4981 (dired-relist-entry):
4982 * buff-menu.el (Buffer-menu-buffer):
4983 * array.el (current-line):
4984 * allout.el (allout-resolve-xref)
4985 (allout-latex-verbatim-quote-curr-line):
4986 Replace yet more uses of end-of-line etc with line-end-position, etc.
4987
db94771e
SM
49882010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4989
1398b795
SM
4990 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4991 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4992 (checkdoc-syntax-table): Initialize in the declaration.
4993 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4994 the mode on unconditionally.
4995
db94771e
SM
4996 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4997 (extent-end-position, extent-start-position): Remove setf method for
4998 non-existing functions (bug#7319).
4999
674728d4
SM
50002010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
5003 (smie-precs->prec2): Rename from smie-precs-precedence-table.
5004 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
5005 (smie-prec2->grammar): Rename from smie-prec2-levels.
5006 (smie-grammar): Rename from smie-op-levels.
5007 (smie-indent--hanging-p): Rename from smie-hanging-p.
5008 (smie-rule-hanging-p): New alias.
5009 (smie-indent--bolp): Rename from smie-bolp.
5010 (smie-indent--hanging-p): New alias.
5011 (smie--token): New dynamically bound variable.
5012 (smie-indent--parent): New function.
5013 (smie-rule-parent-p): Use it; rename from smie-parent-p.
5014 (smie-rule-next-p): Rename from smie-next-p.
5015 (smie-rule-prev-p): Rename from smie-prev-p.
5016 (smie-rule-sibling-p, smie-rule-parent)
5017 (smie-indent--separator-outdent, smie-rule-separator): New functions.
5018 (smie-rule-separator-outdent): New var.
5019 (smie-indent--rule): Merge with smie-indent--column.
5020 (smie-indent-forward-token, smie-indent-backward-token):
5021 Also recognize close parens.
5022 (smie-indent-keyword): Don't use smie-indent--column any more.
5023 (smie-indent-after-keyword): Ignore closers by default.
5024 (smie-indent-line): Use with-demoted-errors.
5025 * progmodes/octave-mod.el (octave-smie-grammar):
5026 Rename from octave-smie-op-levels.
5027 (octave-smie-rules): Adjust to new behavior.
5028 * progmodes/prolog.el (prolog-smie-grammar):
5029 Rename from prolog-smie-op-levels.
5030
26f097bf
GM
50312010-11-07 Glenn Morris <rgm@gnu.org>
5032
de3490e1
GM
5033 * eshell/esh-util.el (subst-char-in-string)
5034 (directory-files-and-attributes): These compatibility definitions are
5035 not needed on any version of Emacs since at least 21.4.
5036
3ba6b2ee
GM
5037 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
5038 (verilog-get-end-of-line): Remove.
5039 (verilog-within-string, verilog-re-search-forward-substr)
5040 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
5041 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
5042 Use point-at-bol, point-at-eol.
5043 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
5044 Remove.
5045 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
5046 (electric-pascal-terminate-line, pascal-set-auto-comments)
5047 (pascal-indent-paramlist, pascal-indent-declaration)
5048 (pascal-get-lineup-indent, pascal-func-completion)
5049 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
5050 Use point-at-bol, point-at-eol.
5051 * progmodes/flymake.el (flymake-line-beginning-position)
5052 (flymake-line-end-position): Remove.
5053 (flymake-highlight-line): Use point-at-bol, point-at-eol.
5054 * eshell/esh-util.el (line-end-position, line-beginning-position):
5055 Remove compat definitions.
5056
76fc02b6
GM
5057 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5058 Use end-of-line N.
5059 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
5060 Use line-end-position.
5061
e180ab9f
GM
5062 * emacs-lisp/chart.el (chart-zap-chars):
5063 * play/decipher.el (decipher-set-map):
5064 * progmodes/ada-mode.el (ada-get-current-indent)
5065 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
5066 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
5067 * progmodes/ada-xref.el (ada-initialize-runtime-library)
5068 (ada-get-all-references):
5069 * progmodes/cperl-mode.el (cperl-electric-paren)
5070 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
5071 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
5072 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
5073 (cperl-word-at-point-hard):
5074 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
5075 (idlwave-shell-filename-string, idlwave-shell-batch-command)
5076 (idlwave-shell-display-line):
5077 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
5078 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
5079 * progmodes/js.el (js--re-search-forward-inner)
5080 (js--re-search-backward-inner):
5081 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
5082 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5083 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5084 * textmodes/flyspell.el (flyspell-process-localwords):
5085 * textmodes/ispell.el (ispell-buffer-local-parsing)
5086 (ispell-buffer-local-dict, ispell-buffer-local-words):
5087 Use point-at-bol and point-at-eol.
5088
26f097bf
GM
5089 * speedbar.el (speedbar-generic-item-info)
5090 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5091 (speedbar-add-indicator, speedbar-check-vc-this-line)
5092 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5093 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5094 Replace more uses of end-of-line etc with line-end-position.
5095
b05fde66
GM
50962010-11-06 Glenn Morris <rgm@gnu.org>
5097
5ed619e0
GM
5098 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5099 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5100 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5101 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5102 (texinfo-multiple-files-update):
5103 * textmodes/table.el (table--probe-cell-left-up)
5104 (table--probe-cell-right-bottom):
5105 * textmodes/picture.el (picture-tab-search):
5106 * textmodes/page-ext.el (pages-copy-header-and-position)
5107 (pages-directory-for-addresses):
5108 * progmodes/vera-mode.el (vera-get-offset):
5109 * progmodes/simula.el (simula-calculate-indent):
5110 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5111 * progmodes/prolog.el (end-of-prolog-clause):
5112 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5113 * progmodes/icon.el (indent-icon-exp):
5114 * progmodes/etags.el (tag-re-match-p):
5115 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5116 * progmodes/ebnf2ps.el (ebnf-begin-file):
5117 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5118 (dcl-save-local-variable):
5119 * play/life.el (life-setup):
5120 * play/gametree.el (gametree-looking-at-ply):
5121 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5122 * mail/sendmail.el (mail-mode-auto-fill):
5123 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5124 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5125 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5126 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5127 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5128 * type-break.el (type-break-file-keystroke-count):
5129 * term.el (term-replace-by-expanded-history-before-point)
5130 (term-skip-prompt, term-extract-string):
5131 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5132 (speedbar-contract-line, speedbar-toggle-line-expansion)
5133 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5134 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5135 * sort.el (sort-skip-fields):
5136 * skeleton.el (skeleton-internal-list):
5137 * simple.el (line-move-finish, line-move-to-column):
5138 * shell.el (shell-forward-command):
5139 * misc.el (copy-from-above-command):
5140 * makesum.el (double-column):
5141 * ebuff-menu.el (electric-buffer-update-highlight):
5142 * dired.el (dired-move-to-end-of-filename):
5143 * dframe.el (dframe-popup-kludge):
5144 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5145 * arc-mode.el (archive-get-lineno):
5146 Use line-end-position and line-beginning-position.
5147
e2a9c0bc
GM
5148 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5149 (idlwave-study-twins): Prefix dynamic local `class'.
5150 (idlwave-routine-twin-compare): Update for above name change.
5151
4e44448f
GM
5152 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5153 Use boundp tests to silence compiler. Update for changed name of
5154 bytecomp-filename variable.
5155
8f6c3eac
GM
5156 * emulation/viper-cmd.el (viper-read-string-with-history):
5157 Prefix dynamic local `initial'.
5158 (viper-minibuffer-standard-hook): Update for above name change.
5159
79d1dabe
GM
5160 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5161 (elint-init-form): Update for above name change.
5162
0e4bb7f0
GM
5163 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5164 local variables `cbeg' and `cend' a prefix.
5165 (mail-extr-voodoo): Update for above name change.
5166
c8f3bf36
GM
5167 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5168 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5169 (reftex-toc-promote-action): Doc fix.
5170
5171 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5172 `prompt', `data' a prefix.
5173 (reftex-select-post-command-hook, reftex-select-callback)
5174 (reftex-select-mouse-accept, reftex-select-read-cite):
5175 Update for above name changes.
5176
5177 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5178 `refstyle' to reftex-refstyle.
5179 (reftex-offer-label-menu): Update for above name change.
5180 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5181 `refstyle' name change.
5182
b05fde66
GM
5183 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5184 with with-current-buffer.
5185 (diff, template): Give dynamic local variables a prefix.
5186 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5187 (emerge-line-number-in-buf): Update for above name change.
5188 (emerge-combine-versions-internal): Rename local `template' to
5189 emerge-combine-template.
5190 (emerge-combine-versions-edit): Update for above name change.
5191
5d8f9169
RA
51922010-11-06 Ralf Angeli <angeli@caeruleus.net>
5193
5194 * textmodes/reftex-cite.el
5195 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5196 entries with whitespace after \bibitem.
5197 (reftex-create-bibtex-file): Match entries containing numbers and
5198 symbol constituents. Make sure that entries with whitespace at
5199 various places are found.
5200
f8aefe82
MA
52012010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5202
5203 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5204
e06918d2
JD
52052010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5206
5207 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5208
17fc58c9
GM
52092010-11-05 Glenn Morris <rgm@gnu.org>
5210
f7fe4837
GM
5211 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5212 (woman2-roff-buffer): Give local variable `request' a prefix.
5213 (woman0-macro): Rename argument `request' in the same way.
5214 (woman-request): New name for `request' dynamic variable.
5215 (woman-unquote, woman-forward-arg): Update for above name change.
5216 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5217 (woman1-unquote): New name for `unquote' dynamic variable.
5218 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5219 (woman-translations): Rename from `translations'. No longer global.
5220 (woman2-tr, woman-translate): Update for above name change.
5221 (woman-translate): Check for bound variable.
5222 (woman2-roff-buffer): Give local variable `translations' a prefix.
5223
869c4186
GM
5224 * play/doctor.el: Give all local variables a prefix. Update callers.
5225 (doc$, doctor-put-meaning): Use backquote.
5226
215461a8
GM
5227 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5228 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5229
17fc58c9
GM
5230 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5231 variables bytes, ptr, op a prefix.
5232 (disassemble-offset): Update for above change.
5233
015eea59
CY
52342010-11-03 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * emacs-lisp/package.el (package-unpack): Remove no-op.
5237 (package--builtins, package--dir): Doc fix.
5238 (package-activate-1, package-activate, package-install)
5239 (package-compute-transaction): Fix error message.
5240 (package-delete): Use delete-directory. Omit system packages.
5241 (package-initialize): Set package-alist to nil first.
5242 (package-menu-mark-delete, package-menu-mark-install): Don't add
5243 symbols that are inconsistent with the package state.
5244 (package-menu-execute): Perform deletions and installations as
5245 single batch operations.
5246
033862d1
GM
52472010-11-03 Glenn Morris <rgm@gnu.org>
5248
0b03a950
GM
5249 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5250 (props): Remove unnecessary declaration.
5251
e337e22c
GM
5252 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5253 set-process-query-on-exit-flag.
5254
a88e24dd 5255 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
5256 (reftex-toc-do-promote): Remove unused local `mpos'.
5257 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 5258
537b04b9
GM
5259 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5260
52365e61
GM
5261 * play/landmark.el (lm-losing-threshold): Correct spelling.
5262 (lm-human-plays): Use new name.
5263
cd32f8a9
GM
5264 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5265 (gomoku-human-plays): Use new name.
5266
033862d1
GM
5267 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5268 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5269 (gomoku-score-trans-table, gomoku-winning-threshold)
5270 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5271
4b99edf2
CY
52722010-11-03 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * emacs-lisp/package.el: Don't put built-in packages in
5275 package-alist, to avoid loading inefficiencies.
5276 (package-built-in-p): Make VERSION optional, and treat it as a
5277 minimum acceptable version.
6a7662bb
BR
5278 (package-activate): Search separately for built-in packages.
5279 Emit a warning if a dependency fails.
4b99edf2
CY
5280 (define-package): Handle most common case, where there is no
5281 obsolete package, first.
5282 (package-compute-transaction): Print required version in error.
5283 (package--initialized): New variable.
5284 (list-packages): Use it.
5285 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
5286 built-in packages in packages-alist; keep it separate.
5287 Set package--initialized.
4b99edf2
CY
5288 (describe-package): Avoid activating packages as a side-effect.
5289 Search separately for built-in packages.
5290 (describe-package-1): Handle the case where an elpa package is
5291 simultaneously built-in and available/installed.
6a7662bb
BR
5292 (package-installed-p, package--generate-package-list):
5293 Search separately for built-in packages.
4b99edf2
CY
5294 (package-load-descriptor): Doc fix.
5295
3225dcaa
SM
52962010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5299 Handle __DATA__ and __END__.
5300
fa14dc18
NF
53012010-11-02 Noah Friedman <friedman@splode.com>
5302
5303 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5304 nil, do not ask to recompile files that are not already compiled,
5305 and do not recompile them.
5306
0f75c62a
CY
53072010-11-02 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * emacs-lisp/package.el (package-initialize): Ensure that
5310 obsoleted built-in packages are not in package-activated-list
5311 during activation.
5312 (describe-package-1): Make the "installed" status override
5313 "built-in".
5314
b29f5b7b
VJL
53152010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5316
5317 * subr.el (version-separator, version-regexp-alist): Remove '*'
5318 from docstring.
5319 (version-list-<=, version<=, version=): Doc fix.
5320
b18fad6d
KH
53212010-11-01 Kenichi Handa <handa@m17n.org>
5322
5323 * faces.el (glyphless-char): Inherit underline for tty.
5324
a8039db1 53252010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
5326
5327 Implement various display methods for glyphless characters.
5328
5329 * international/characters.el (char-acronym-table): New variable.
5330 (glyphless-char-control): New variable.
35f52ed6 5331 (update-glyphless-char-display): New function.
b2cca856
KH
5332
5333 * faces.el (glyphless-char): New face.
5334
28886d5e
GM
53352010-11-01 Glenn Morris <rgm@gnu.org>
5336
919dd7aa
GM
5337 * calendar/holidays.el (general-holidays, oriental-holidays)
5338 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5339 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5340 the definitions of their targets.
5341
c79fc059
GM
5342 * emacs-lisp/smie.el (smie): New custom group.
5343 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5344
c8ccffb1
GM
5345 * faces.el (xw-defined-colors, x-setup-function-keys):
5346 * mouse-sel.el (x-select-text):
5347 * term/w32console.el (x-setup-function-keys): Update declarations.
5348
f4ff702e
GM
5349 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5350
806c491a
GM
5351 * textmodes/ispell.el (comment-add): Declare.
5352
c3dfebd1
GM
5353 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5354 Declare.
5355
28886d5e
GM
5356 * info.el (finder-keywords-hash, package-alist): Declare.
5357
693c9d15
CY
53582010-11-01 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * finder.el (finder-compile-keywords): Don't use intern-soft,
5361 since package names may not yet exist in the obarray.
5362
53632010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5364
5365 * vc/vc-arch.el (vc-arch-checkin):
5366 * vc/vc-cvs.el (vc-cvs-checkin):
5367 * vc/vc-mtn.el (vc-mtn-checkin):
5368 * vc/vc-rcs.el (vc-rcs-checkin):
5369 * vc/vc-sccs.el (vc-sccs-checkin):
5370 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5371 since 2010-04-21 commit by Stefan Monnier.
5372
36967cf7
GM
53732010-11-01 Glenn Morris <rgm@gnu.org>
5374
feb5e60a
GM
5375 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5376
1f023ca9
GM
5377 * startup.el (package-enable-at-startup, package-initialize):
5378 Silence compiler.
5379
36967cf7
GM
5380 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5381 Silence compiler.
5382
430e7297
JD
53832010-10-31 Julien Danjou <julien@danjou.info>
5384
5385 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5386 (byte-recompile-directory):
5387 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5388 Use `byte-recompile-file'.
5389
c8c59954
GM
53902010-10-31 Glenn Morris <rgm@gnu.org>
5391
5392 * cus-start.el: Handle standard values via a keyword.
5393 Only set version property if specified.
5394 (cursor-in-non-selected-windows, menu-bar-mode)
5395 (tool-bar-mode, show-trailing-whitespace):
5396 Do not specify standard values.
5397 (transient-mark-mode, temporary-file-directory): Use :standard.
5398
04e63796
JD
53992010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5400
5401 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5402 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5403
2699a554 54042010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5405
5406 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5407 preserve owner and group when editing files. (Bug#7289)
5408
35fcc05c 54092010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5410
5411 * speedbar.el (speedbar-mode):
5412 * play/fortune.el (fortune-in-buffer, fortune):
5413 * play/gomoku.el (gomoku-mode):
5414 * play/landmark.el (lm-mode):
5415 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5416 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5417
82f7efc3
GM
5418 * select.el (x-selection): Mark it as an obsolete alias.
5419
2699a554 54202010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5421
f486841f 5422 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5423 major-mode (bug#7284).
5424
2699a554 54252010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5426
5427 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5428 rather than just an unused variable that inherits from the real one.
5429
e6ef5dd9
AM
54302010-10-31 Alan Mackenzie <acm@muc.de>
5431
5432 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5433 This fixes bug #7185.
5434
8a500a91
CY
54352010-10-30 Chong Yidong <cyd@stupidchicken.com>
5436
5437 * startup.el (command-line): Search for package directories, and
5438 don't load package.el if none are found.
5439
6a7662bb
BR
5440 * emacs-lisp/package.el (describe-package, list-packages):
5441 Call package-initialize if it has not been called yet.
8a500a91 5442
4f9e41e4
AM
54432010-10-30 Alan Mackenzie <acm@muc.de>
5444
5445 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5446 which fontifies the tail of an enum.
5447 (c-basic-matchers-after): Insert a call to the above new function.
5448 This fixes bug #7264.
5449
88f43c67
GM
54502010-10-30 Glenn Morris <rgm@gnu.org>
5451
5452 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5453 tool-bar-mode, transient-mark-mode. (Bug#7306)
5454 Include the :set property in the dumped Emacs.
5455
c4d17d50
SM
54562010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 SMIE: change indent rules format, improve smie-setup.
5459 * emacs-lisp/smie.el (smie-precs-precedence-table)
5460 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5461 Mark them pure so the tables gets built at compile time.
5462 (smie-bnf-precedence-table): Store the closer-alist in the table.
5463 (smie-prec2-levels): Preserve the closer-alist.
5464 (smie-blink-matching-open): Be more forgiving in case of indentation.
5465 (smie-hanging-p): Rename from smie-indent--hanging-p.
5466 (smie-bolp): Rename from smie-indent--bolp.
5467 (smie--parent, smie--after): New dynamic vars.
5468 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5469 (smie-indent-rules): Remove.
5470 (smie-indent--offset-rule): Remove fun.
5471 (smie-rules-function): New var.
5472 (smie-indent--rule): New fun.
5473 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5474 (smie-indent-exps): Use it.
5475 (smie-setup): Setup paren blinking; add keyword args for token
5476 functions; extract closer-alist from op-levels.
5477 (smie-indent-debug-log): Remove var.
5478 (smie-indent-debug): Remove fun.
5479 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5480 (prolog-smie-rules): New fun to replace it.
5481 (prolog-mode-variables): Simplify.
5482 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5483 it's setup automatically.
5484 (octave-smie-indent-rules): Remove.
5485 (octave-smie-rules): New fun to replace it.
5486 (octave-mode): Simplify.
5487
9d794026
GM
54882010-10-29 Glenn Morris <rgm@gnu.org>
5489
e088c02a
GM
5490 * files.el (temporary-file-directory): Remove (already defined in C).
5491 * cus-start.el: Add temporary-file-directory.
5492
9d794026
GM
5493 * abbrev.el (abbrev-mode):
5494 * composite.el (auto-composition-mode):
5495 * menu-bar.el (menu-bar-mode):
5496 * simple.el (transient-mark-mode):
5497 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5498 that they do not define the associated variables twice.
5499 * simple.el (transient-mark-mode): Remove defvar.
5500 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5501 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5502 Handle multiple groups, and also custom-delayed-init-variables.
5503 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5504
dcc029e0
SM
55052010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5508 (pcase-if): Add one minor optimization.
5509 (pcase-split-equal): Rename from pcase-split-eq.
5510 (pcase-split-member): Rename from pcase-split-memq.
5511 (pcase-u1): Add strings to the member optimization.
5512 Add `guard' variant of predicates.
5513 (pcase-q1): Add string patterns.
5514
a62b88d4
SM
55152010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5518
f41f19b0
GM
55192010-10-28 Glenn Morris <rgm@gnu.org>
5520
b3edb781
GM
5521 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5522 Move menu-bar related settings to ../menu-bar.el.
5523 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5524 Move ns-specific settings here from term/ns-win.el.
5525
f41f19b0
GM
5526 * simple.el (x-selection-owner-p): Remove unused declaration.
5527
6175cd08
SM
55282010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * minibuffer.el (completion-cycling): New var (bug#7266).
5531 (minibuffer-complete, completion--do-completion):
5532 Use completion--flush-all-sorted-completions.
5533 (minibuffer-complete): Only cycle if completion-cycling is set.
5534 (completion--flush-all-sorted-completions): Unset completion-cycling.
5535 (minibuffer-force-complete): Set completion-cycling.
5536 (completion-all-sorted-completions): Move declaration before first use.
5537
19677c71
LL
55382010-10-28 Leo <sdl.web@gmail.com>
5539
5540 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5541 which changes the order of matches seen by users (bug#7231).
5542
55432010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5544
5545 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5546 Don't confuse -omega as "-o mega".
5547
2122161f
SM
55482010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5549
ce8794df
SM
5550 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5551 (log-edit-author): New dynamic var.
5552 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5553 to return the author if different from committer.
5554 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5555
80cb310d
SM
5556 * play/landmark.el: Adjust commenting convention.
5557 (lm-nil-score): Rename from nil-score.
5558 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5559 (OOOOscore): Move into a let in lm-score-trans-table.
5560 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5561
2122161f
SM
5562 * electric.el (electric-indent-chars): Autoload.
5563 * progmodes/octave-mod.el (octave-mode):
5564 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5565 (ruby-mode-abbrev-table): Merge initialization and declaration.
5566
e925113b
GM
55672010-10-27 Glenn Morris <rgm@gnu.org>
5568
208d109c
GM
5569 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5570 variable.
5571
7d3e3843
GM
5572 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5573
e925113b
GM
5574 * term/ns-win.el: Restore require of cl when compiling.
5575 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5576 (ns-handle-nxopen): Optionally handle the temp-case.
5577 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5578 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5579
b94a5a43
GM
55802010-10-26 Glenn Morris <rgm@gnu.org>
5581
5582 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5583
fc3eda04
AR
55842010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5585
5586 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5587 global map.
5588 * term/common-win.el (x-setup-function-keys): Remove most of the
5589 keymappings. Comment on the remaining ones.
5590
c79b0b1c
PO
55912010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5592
c31dc2c0 5593 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5594 (server-start): Use server-port.
5595
725513b7
GM
55962010-10-26 Glenn Morris <rgm@gnu.org>
5597
d7d8c62a
GM
5598 * term/ns-win.el (ns-version-string): Remove unused declaration.
5599 (ns-invocation-args): Change to x-invocation-args.
5600 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5601 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5602 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5603 Use x-invocation-args instead of ns-invocation-args.
5604 (ns-initialize-window-system, handle-args-function-alist):
5605 Use x-handle-args instead of ns-handle-args.
5606 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5607 * startup.el (command-line-ns-option-alist): Replace
5608 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5609 ns-handle-iconic with the x- equivalents.
5610
725513b7
GM
5611 * term/common-win.el (x-select-enable-clipboard):
5612 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5613
5614 * term/ns-win.el: No need to require cl when compiling.
5615 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5616 (xw-defined-colors): Use the common-win definitions.
5617 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5618 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5619 * term/common-win.el (x-select-text, x-alternatives-map)
5620 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5621 * loadup.el [ns]: Load common-win.
5622
77ec02d8
DU
56232010-10-26 Daiki Ueno <ueno@unixuser.org>
5624
5625 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5626 recipients; expand mail aliases (Bug#7280).
77ec02d8 5627
6a5c2175
GM
56282010-10-25 Glenn Morris <rgm@gnu.org>
5629
59ba9d59
GM
5630 * term/common-win.el (x-handle-switch): Simplify with pop.
5631 Optionally handle numeric switches.
5632 (x-handle-numeric-switch): Just call x-handle-switch.
5633 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5634 (x-handle-name-switch, x-handle-display, x-handle-args):
5635 Simplify with pop.
5636
6a5c2175
GM
5637 * term/ns-win.el: Do not require easymenu.
5638 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5639 <spell>: Move adjustments to menu-bar.el.
5640 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5641 <separator-undo, spell>: Move ns-win's adjustments here.
5642 * loadup.el [ns]: Do not load easymenu.
5643
01898dc2
CY
56442010-10-24 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5647 Delete (Bug#7222).
01898dc2
CY
5648
5649 * startup.el (fancy-startup-tail): Instead of using inline images,
5650 refer to image files from etc/.
5651
5652 * wid-edit.el (checkbox): Likewise.
5653 (widget-image-find): Center image specs.
5654
a44d921f
GM
56552010-10-24 Glenn Morris <rgm@gnu.org>
5656
5657 * term/ns-win.el (x-select-text): Doc fix.
5658 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5659 (x-select-text): Move to term/common-win.
5660 * term/w32-win.el (xw-defined-colors): Move to common-win.
5661 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5662 (x-setup-function-keys, x-select-text): Move to common-win.
5663 * term/common-win.el (x-select-text, x-alternatives-map)
5664 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5665 definitions here.
5666
709228c0 56672010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5668
5669 * net/mairix.el (mairix-searches-mode-map):
5670 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5671
0c382083 56722010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5673
2b0c7330 5674 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5675 auto-built for efficiency of execution and updating.
5676 (verilog-extended-complete-re): Support 'pure' fucntion & task
5677 declarations (these have no bodies).
ca39416c
AH
5678 (verilog-beg-of-statement): General cleanup to enable support of
5679 'pure' fucntion & task declarations (these have no bodies).
5680 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5681 noticed by Steve Pearlmutter.
5682 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5683 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5684 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5685 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5686 attribute handling for lining up declarations and assignments.
5687 (verilog-beg-of-statement-1): Fix issue where continued declaration
5688 is indented differently if it is after a begin..end clock.
5689 (verilog-in-attribute-p, verilog-skip-backward-comments)
5690 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5691 attributes by indent code. Reported by Jeff Steele.
ca39416c 5692 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5693 (verilog-backward-up-list, verilog-in-struct-region-p)
5694 (verilog-backward-token, verilog-in-struct-p)
5695 (verilog-in-coverage-p, verilog-do-indent)
5696 (verilog-pretty-declarations): Use verilog-backward-up-list as
5697 wrapper around backward-up-list inorder to properly skip comments.
5698 Reported by David Rogoff.
5699 (verilog-property-re, verilog-endcomment-reason-re)
5700 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5701 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5702 of if). Reported by Max Bjurling and
a03c2342 5703 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5704 declaration. Reported by Brian Hunter.
a03c2342 5705
0c382083 57062010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5707
2b0c7330 5708 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5709 (verilog-gate-keywords, verilog-read-sub-decls)
5710 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5711 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5712 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5713 (verilog-read-decls): Fix spaces in V2K module parameters causing
5714 mis-identification as interfaces, bug287.
5715 (verilog-read-decls): Fix not treating "parameter string" as a
5716 parameter in AUTOINSTPARAM.
5717 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5718 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5719 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5720 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5721 (verilog-font-lock-keywords-2): Fix highlighting of single
5722 character pins, bug264. Reported by Michael Laajanen.
5723 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5724 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5725 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5726 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5727 (verilog-pretty-expr): Fix interactive arguments, bug272.
5728 Reported by Mark Johnson.
5729 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5730 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5731 bug269. Suggested by Gary Delp.
a03c2342 5732 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5733 (verilog-preprocessor, verilog-set-compile-command):
5734 Create verilog-preprocess and verilog-preprocessor to show
5735 preprocessed output.
a03c2342
WS
5736 (verilog-get-beg-of-line, verilog-get-end-of-line)
5737 (verilog-modi-file-or-buffer, verilog-modi-name)
5738 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5739 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5740 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5741 (verilog-colorize-region, verilog-highlight-buffer)
5742 (verilog-highlight-includes, verilog-highlight-modules)
5743 (verilog-highlight-region, verilog-mode): Rename colorize to
5744 highlight to match other packages. Disable module highlighting,
5745 as received speed complaints, reenable for experimentation only
5746 using new verilog-highlight-modules.
5747 (verilog-read-decls): Fix regexp stack overflow in very large
5748 AUTO_TEMPLATEs, bug250.
5749 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5750 (verilog-scan): Create verilog-save-buffer-state to standardize
5751 making insignificant changes that shouldn't call hooks.
5752 (verilog-save-no-change-functions, verilog-save-scan-cache)
5753 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5754 Create verilog-save-no-change-functions to wrap verilog-scan
5755 preservation, and fix to work with nested preserved calls.
5756 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5757 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5758 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5759 (verilog-submit-bug-report): Update variable list to be complete.
5760 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5761 breaking on-the-fly font-locking.
5762 (verilog-colorize-buffer, verilog-colorize-include-files)
5763 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5764 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5765 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5766 AUTOINST cell instance name, middle mouse button now finds-file on
5767 it. Suggested by Brad Dobbie.
5768 (verilog-alw-get-temps, verilog-auto-reset)
5769 (verilog-auto-sense-sigs, verilog-read-always-signals)
5770 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5771 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5772 initialization section of a for() should be ignored.
5773 Reported by Dan Dever.
a03c2342
WS
5774 (verilog-error-font-lock-keywords)
5775 (verilog-error-regexp-emacs-alist)
5776 (verilog-error-regexp-xemacs-alist): Fix error detection of
5777 Cadence HAL, reported by David Asher. Repair drift between the
5778 three similar error variables.
5779 (verilog-modi-lookup, verilog-modi-lookup-cache)
5780 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5781 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5782 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5783 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5784 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5785 "{1*2{...". Broke in last revision.
5786 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5787 submodule connections with replications "{#{a},#{b}}".
5788
0c382083
CY
57892010-10-24 Juanma Barranquero <lekktu@gmail.com>
5790
5791 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5792 Fix typo in docstring.
5793
57942010-10-24 Kenichi Handa <handa@m17n.org>
5795
5796 * face-remap.el (text-scale-adjust): Call read-event with a proper
5797 prompt.
5798
57992010-10-24 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * emacs-lisp/unsafep.el: Don't mark functions that display
5802 messages as safe. Suggested by Johan Bockgård.
5803
58042010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5807 Turn comments into docstrings.
5808
5809 * minibuffer.el (completion--replace): Move point where it belongs
5810 when there's a common suffix (bug#7215).
5811
9317e499
CY
58122010-10-24 Chong Yidong <cyd@stupidchicken.com>
5813
5814 Merge read-color and facemenu-read-color (Bug#7242).
5815
5816 * faces.el (read-color): Use the completion code from
5817 facemenu-read-color. Require match in completion. Doc fix.
5818
5819 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5820 (facemenu-set-foreground, facemenu-set-background):
5821 Use read-color.
9317e499
CY
5822
5823 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5824 (set-cursor-color, set-mouse-color, set-border-color):
5825 Use read-color.
9317e499 5826
a44d921f 58272010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5828
5829 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5830 argument of delete-file and delete-directory (Bug#7011).
5831
43207249
CY
58322010-10-24 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5835 button-buffer-map.
5836
484db896 58372010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5838
5839 * emacs-lisp/package.el (package--generate-package-list): Make the
5840 *Packages* buffer read-only.
5841
10f5e3e6
AM
58422010-10-24 Alan Mackenzie <acm@muc.de>
5843
5844 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5845 result of `c-beginning-of-decl-1' between invocations of a lambda
5846 function (Bug #7265).
5847
3ec6ca72
DU
58482010-10-24 Daiki Ueno <ueno@unixuser.org>
5849
5850 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5851 executable is not available on the system (Bug#7268).
5852
ec514007
GM
58532010-10-24 Glenn Morris <rgm@gnu.org>
5854
f5f25615
GM
5855 * select.el (selection-coding-system, next-selection-coding-system):
5856 Sync doc with C versions.
3646b86d 5857
8aa0f263
GM
5858 * w32-vars.el (x-select-enable-clipboard):
5859 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5860 * term/common-win.el (x-select-enable-clipboard): Move here.
5861
46710489
GM
5862 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5863 definition of C variable.
5864
ec514007
GM
5865 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5866 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5867 Don't redefine things that are defined in C.
5868 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5869 (show-trailing-whitespace, auto-hscroll-mode)
5870 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5871 Set up the appropriate custom properties.
5872
8a79905d
CY
58732010-10-24 Chong Yidong <cyd@stupidchicken.com>
5874
5875 Bind "C-c ]" to ...
5876 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5877 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5878 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5879 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5880
aa02a29f
GM
58812010-10-23 Glenn Morris <rgm@gnu.org>
5882
7dfc15df
GM
5883 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5884 say what it was.
5885
66c6abf0
GM
5886 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5887 Sync docs with C version.
f3d87560 5888
3193e969
GM
5889 * term/ns-win.el (xw-defined-colors):
5890 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5891
6f748f70
GM
5892 * term/pc-win.el (x-select-enable-clipboard):
5893 * term/x-win.el (x-select-enable-clipboard):
5894 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5895
7aa93795
GM
5896 * comint.el (comint-password-prompt-regexp): Make it less vague.
5897 Bump version.
5898
17284e30
GM
5899 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5900
aa02a29f
GM
5901 * help.el (finder-by-keyword): Remove unnecessary autoload.
5902
69b55131
GM
59032010-10-22 Glenn Morris <rgm@gnu.org>
5904
9a0dd02d
GM
5905 * loadup.el: Unconditionally load float-sup.
5906 * paren.el (show-paren-delay):
5907 * emacs-lisp/float-sup.el:
5908 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5909 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5910 (lazy-lock-stealth-verbose): Assume float support.
5911 * ps-print.el: Assume float support on Emacs.
5912 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5913 Remove non-float branch.
5914
69b55131
GM
5915 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5916 src/Makefile no longer being pre-processed.
5917
7c23d9e8
SM
59182010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * emacs-lisp/find-func.el (find-library): Use test-completion.
5921
23737b4a
LMI
59222010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5923
7c23d9e8 5924 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5925
6e060cee 59262010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5927
5928 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5929 space in stat format string.
5930 (tramp-send-command): Unset $PS1 when using here documents, in
5931 order not to get several prompts.
5932 (tramp-get-inline-coding): Return `nil' in case of errors.
5933
08ffb131
DU
59342010-10-21 Daiki Ueno <ueno@unixuser.org>
5935
7c23d9e8
SM
5936 * hexl.el (hexl-mode, hexl-mode-exit):
5937 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5938 (hexl-revert-buffer-function): New function.
5939 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5940
ba7fdf30
AM
59412010-10-19 Alan Mackenzie <acm@muc.de>
5942
7c23d9e8
SM
5943 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5944 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5945 that these keywords aren't wrongly matched as identifiers.
5946
ba7fdf30
AM
5947 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5948 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5949 c-after-change. (Bug#7181)
ba7fdf30 5950
7fd8732d
CY
59512010-10-19 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5954 Don't mark as safe.
5955
5956 * custom.el (custom-theme-set-variables): Likewise.
5957 (load-theme): Add custom-theme-set-faces and
5958 custom-theme-set-variables to safe-functions while loading.
5959 (custom-enabled-themes): Mark as risky.
5960
3f12b18c
JD
59612010-10-18 Julien Danjou <julien@danjou.info>
5962
5963 * bindings.el: Remove end dashes in default mode-line-format.
5964
b8a47412
CY
59652010-10-19 Chong Yidong <cyd@stupidchicken.com>
5966
5967 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5968 to delete-forward-char.
5969
5970 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5971 deletechar, and hence delete-forward-char.
5972
ca3fa302
JB
59732010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * repeat.el (repeat): Use read-key (bug#6256).
5976
59772010-10-19 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * emacs-lisp/unsafep.el: Don't mark functions that display
5980 messages as safe. Suggested by Johan Bockgård.
5981
59822010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * minibuffer.el (completion--replace): Move point where it belongs
5985 when there's a common suffix (bug#7215).
5986
59872010-10-19 Kenichi Handa <handa@m17n.org>
5988
5989 * international/characters.el: Add category '|' (word breakable)
5990 to fullwidth characters.
5991
3224b54d
MA
59922010-10-19 Michael Albinus <michael.albinus@gmx.de>
5993
5994 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5995 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5996 order to make stat results a float. Patch by Andreas Schwab
5997 <schwab@linux-m68k.org>.
5998
36ba6f07
JD
59992010-10-18 Julien Danjou <julien@danjou.info>
6000
6001 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
6002 hidden by `make-pointer-invisible'.
6003
43f964fc
SM
60042010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * files.el (locate-file-completion-table): Strip non-matching elements
6007 before checking length of list (bug#7238).
6008
e48eb343
CY
60092010-10-18 Chong Yidong <cyd@stupidchicken.com>
6010
6011 * custom.el (custom-theme-set-variables): Mark as a safe function.
6012 (load-theme): Check forms using unsafep.
6013
6014 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
6015
df987d70
AM
60162010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
6017
43f964fc
SM
6018 * textmodes/ispell.el (ispell-aspell-find-dictionary):
6019 Fix aspell data file searching (bug#7230).
df987d70 6020
29a4c45b
CY
60212010-10-16 Chong Yidong <cyd@stupidchicken.com>
6022
6023 * cus-theme.el (custom-theme--migrate-settings): New var.
6024 (customize-create-theme): Allow editing the `user' theme.
6025 (custom-theme-add-variable, custom-theme-add-var-1)
6026 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
6027 to the front of each variable or face widget.
6028 (custom-theme-write): Save theme settings in the correct order.
6029 Optionally, remove saved settings from user customizations.
43f964fc
SM
6030 (custom-theme-write-variables, custom-theme-write-faces):
6031 Save only the checked widgets.
29a4c45b
CY
6032 (customize-themes): Add a link for migrating custom settings.
6033
43f964fc
SM
6034 * custom.el (custom-declare-theme, provide-theme):
6035 Use custom-theme-name-valid-p.
29a4c45b
CY
6036 (custom-theme-name-valid-p): Remove checks that are now
6037 unnecessary since themes no longer obey load-path.
6038
6039 * cus-edit.el (custom-variable-value-create): For the simple
6040 style, hide documentation string when hidden.
6041
782b5e8d
CY
60422010-10-16 Chong Yidong <cyd@stupidchicken.com>
6043
647bc502
CY
6044 * cus-edit.el (custom-variable, custom-face): Combine the
6045 :inhibit-magic and :display-style properties into a single
6046 :custom-style property.
43f964fc
SM
6047 (custom-toggle-hide-variable, custom-toggle-hide-face):
6048 New functions. If hiding an edited value, save it to :shown-value.
6049 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
6050 (custom-magic-reset): Allow magic property to be unset.
6051
782b5e8d
CY
6052 * custom.el: Custom themes no longer use load-path.
6053 (custom-theme-load-path): New option. Change built-in theme
6054 directory to etc/.
6055 (custom-enabled-themes): Add custom-theme-load-path dependency.
6056 (custom-theme--load-path): New function.
6057 (load-theme, custom-available-themes): Use it.
6058
6059 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
6060 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
6061 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
6062 :custom-style property.
782b5e8d
CY
6063
6064 * themes/*.el: Moved to etc/.
6065
99f65cfa
RA
60662010-10-16 Ralf Angeli <angeli@caeruleus.net>
6067
6068 * textmodes/reftex-cite.el
6069 (reftex-extract-bib-entries-from-thebibliography): Do not move
6070 point when searching for \bibitem entries. Match entries with
6071 spaces or tabs in front of arguments.
6072
da16abfc
CY
60732010-10-16 Chong Yidong <cyd@stupidchicken.com>
6074
6075 * cus-theme.el (customize-create-theme): Delete overlays after
6076 erasing. If given a THEME arg, display only the faces of that arg
6077 instead of custom-theme--listed-faces.
6078 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 6079 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
6080 (custom-theme-add-variable, custom-theme-add-face): Apply value
6081 from the theme settings, instead of the current value.
6082 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6083 (custom-theme-visit-theme): Allow calling outside theme buffers.
6084 (custom-theme-merge-theme): Don't enable the theme when merging.
6085 (custom-theme-write-variables, custom-theme-write-faces): Use the
6086 :shown-value properties to save buffer values, not global ones.
6087 (customize-themes): Display a warning about user customizations.
6088
6089 * cus-edit.el (custom-variable-value-create)
6090 (custom-face-value-create): Obey new special properties
6091 :shown-value and :inhibit-magic.
6092
aa095b2d
MA
60932010-10-15 Michael Albinus <michael.albinus@gmx.de>
6094
6095 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
6096 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6097 <dale@codefu.org>.
aa095b2d 6098
7ca9cfda
KH
60992010-10-14 Kenichi Handa <handa@m17n.org>
6100
9650fc61
KH
6101 * mail/rmail.el (rmail-show-message-1): Catch an error of
6102 base64-decode-region and just show an error message (bug#7165).
6103
43f964fc 6104 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
6105 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6106 a font-spec (bug#7197).
6107
220d91b8 61082010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
6109
6110 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6111
220d91b8 61122010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 6113
c0943d3d
JB
6114 * international/mule.el (define-coding-system):
6115 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
6116 * composite.el (compose-region): Fix typo in docstring.
6117
4983ddea
CY
61182010-10-14 Chong Yidong <cyd@stupidchicken.com>
6119
de43f11b
CY
6120 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6121 only after checking the theme-face property.
6122
4983ddea
CY
6123 * faces.el (face-spec-reset-face): Reset all attributes in one
6124 single call to set-face-attribute.
6125 (face-spec-match-p): Make it a defsubst.
6126 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6127 (x-create-frame-with-faces, tty-create-frame-with-faces)
6128 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6129 frame-set-background-mode, since they are recomputed immediately
6130 afterwards in face-set-after-frame-default.
6131 (face-set-after-frame-default): Minor optimization.
6132 (cursor): Provide non-trivial defface spec.
6133
6134 * custom.el (custom-theme-recalc-face): Simplify.
6135
a974dcf2
JB
61362010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6137
43f964fc 6138 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
6139 (math-is-polynomial, math-is-poly-rec): Replace `var'
6140 with `math-var'.
6141
43f964fc 6142 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
6143 (calcFunc-table, math-scan-for-limits): Replace `var'
6144 with `math-var'.
6145
10e4702a
GM
61462010-10-13 Glenn Morris <rgm@gnu.org>
6147
6148 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6149
88f427d5
SB
61502010-10-13 Stephen Berman <stephen.berman@gmx.net>
6151
6152 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6153
a1d16a7b
G
61542010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6155
6156 * net/tls.el (tls-program): Remove spurious %s from openssl.
6157 (tls-starttls-switches): Remove starttls hack.
6158 (open-tls-stream): Ditto.
6159 (tls-find-starttls-argument): Ditto.
6160
2e288d54
JB
61612010-10-13 Juanma Barranquero <lekktu@gmail.com>
6162
6163 * image.el (image-library-alist): Declare as obsolete alias.
6164 (image-type-available-p): Use `dynamic-library-alist'.
6165
6166 * term/w32-win.el (dynamic-library-alist):
6167 Use instead of `image-library-alist'.
6168
35744400
IS
61692010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6170
6171 * subr.el (last): Make it faster. (Bug#7174)
6172
290fe464
RO
61732010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6174
6175 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6176
2919746c
CY
61772010-10-12 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6180 (describe-theme-1): Extract doc from unloaded themes.
6181
6182 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6183
6184 * themes/tango-theme.el:
6185 * themes/tango-dark-theme.el:
6186 * themes/wheatgrass-theme.el: New files.
6187
6b09b5d1
CY
61882010-10-12 Chong Yidong <cyd@stupidchicken.com>
6189
6190 * cus-theme.el (describe-theme, customize-themes)
6191 (custom-theme-save): New commands.
6192 (custom-new-theme-mode-map): Bind C-x C-s.
6193 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6194 (customize-create-theme): New optional arg THEME.
6195 (custom-theme-revert): Use it.
6196 (custom-theme-visit-theme): Remove dead code.
6197 (custom-theme-merge-theme): Use custom-available-themes.
6198 (custom-theme-write): Make interactive.
6199 (custom-theme-write): Use custom-theme-name-valid-p.
6200 (describe-theme-1, custom-theme-choose-revert)
6201 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6202 New funs.
6203 (custom-theme-allow-multiple-selections): New option.
6204 (custom-theme-choose-mode): New major mode.
6205
43f964fc
SM
6206 * custom.el (custom-theme-set-variables): Remove dead code.
6207 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6208 (custom--inhibit-theme-enable): New var.
6209 (provide-theme): Obey it.
6210 (load-theme): Replace load with manual read/eval, in order to
6211 check for correctness. Use custom-theme-name-valid-p.
6212 (custom-theme-name-valid-p): New function.
6213 (custom-available-themes): Use it.
6214
6215 * cus-edit.el (custom--initialize-widget-variables): New function.
6216 (Custom-mode): Use it.
6217
43f964fc
SM
6218 * cus-face.el (custom-theme-set-faces): Remove dead code.
6219 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6220
6221 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6222
16366259
JB
62232010-10-12 Juanma Barranquero <lekktu@gmail.com>
6224
cb7d821e 6225 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 6226
4c14013d 62272010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 6228
4c14013d
JB
6229 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6230 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6231 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6232
6233 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 6234
4c14013d 62352010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
6236
6237 * emacs-lisp/lisp.el (lisp-completion-at-point):
6238 Use emacs-lisp-mode-syntax-table for the whole function.
6239
4c14013d 62402010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
6241
6242 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
6243 instead of font-lock-mode before adding keywords.
6244 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
6245 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6246 non-nil; removed hook inhibit hack.
6247
4c14013d 62482010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 6249
d15f9a2b
GM
6250 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6251 (load-path-shadows-find): ... to this.
6252 (list-load-path-shadows): Update for above change.
6253
c7d6d8a1
GM
6254 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6255
f0b7f5a8
KY
62562010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6257
6258 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6259 Fix comment for declare-function.
6260
05d22d02
CY
62612010-10-11 Chong Yidong <cyd@stupidchicken.com>
6262
6263 * custom.el (custom-fix-face-spec): New function; code moved from
6264 custom-face-edit-fix-value.
6265 (custom-push-theme): Use it when checking if a face has been
6266 changed outside customize.
6267 (custom-available-themes): New function.
6268 (load-theme): Use it.
6269
43f964fc 6270 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
6271
6272 * custom.el (custom-push-theme): Cleanup (use cond).
6273 (disable-theme): Recompute the saved-face property.
6274 (custom-theme-recalc-face): Follow face alias before setting prop.
6275
43f964fc
SM
6276 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6277 New variables, containing checkbox images.
05d22d02
CY
6278
6279 * startup.el (fancy-startup-tail):
6280 * wid-edit.el (checkbox): Use them.
6281
293e7c22
DN
62822010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6283
a0310a6c
DN
6284 * shell.el (shell-mode-map):
6285 * progmodes/modula2.el (m2-mode-map):
6286 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6287 * play/mpuz.el (mpuz-mode-map):
6288 * play/landmark.el (lm-mode-map):
6289 * play/decipher.el (decipher-mode-map):
6290 * play/5x5.el (5x5-mode-map):
6291 * net/telnet.el (telnet-mode-map):
6292 * net/quickurl.el (quickurl-list-mode-map):
6293 * net/mairix.el (mairix-searches-mode-map):
6294 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6295 * net/dig.el (dig-mode-map):
6296 * mail/mspools.el (mspools-mode-map):
6297 * hexl.el (hexl-mode-map):
6298 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6299 (wordstar-C-o-map, wordstar-C-q-map):
6300 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6301 * emacs-lisp/chart.el (chart-map):
6302 * edmacro.el (edmacro-mode-map):
6303 * erc/erc-list.el (erc-list-menu-mode-map):
6304 * array.el (array-mode-map): Declare and define in one step.
6305
293e7c22
DN
6306 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6307
446b12da
DU
63082010-10-10 Daiki Ueno <ueno@unixuser.org>
6309
6310 * epa.el (epa-passphrase-callback-function): Display filename
6311 passed as the 3rd arg.
43f964fc
SM
6312 * epa-file.el (epa-file-passphrase-callback-function):
6313 Pass filename to epa-passphrase-callback-function.
446b12da 6314
76c16af8
CY
63152010-10-09 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * cus-edit.el (custom-face-widget-to-spec)
6318 (custom-face-get-current-spec, custom-face-state): New functions.
6319 (custom-face-set, custom-face-mark-to-save)
6320 (custom-face-value-create, custom-face-state-set): Use them.
6321
6322 * cus-theme.el (custom-theme--listed-faces): New var.
6323 (customize-create-theme): Use *Custom Theme* as the buffer name.
6324 Set revert-buffer-function. Optional arg BUFFER. Insert all
6325 faces listed in custom-theme--listed-faces.
6326 (custom-theme-revert): New function.
6327 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6328 bottom of the list.
6329 (custom-theme-write): Prompt for theme name if empty.
6330 (custom-theme-write-variables): Use dolist.
6331 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6332
e15f8aaa
AM
63332010-10-09 Alan Mackenzie <acm@muc.de>
6334
6335 Enhance fontification of declarators to take account of the
6336 presence/absence of "typedef".
6337
6338 * cc-engine.el (c-forward-type): New &optional param
6339 "brace-block-too".
6340 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6341 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6342
6343 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6344 fontification of declarators which follow a "}".
6345 (c-font-lock-declarations): Fontify declarators according to the
6346 presence/absence of "typedef".
6347
6348 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6349 for "typedef".
6350 (c-typedef-decl-key): New lang variable built from
6351 c-typedef-decl-kwds.
6352
cf321e50
LMI
63532010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6354
77aec221
LMI
6355 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6356 since that's too annoying. Move the filter groups commands to
6357 TAB/backtab.
6358
7450df5d
LMI
6359 * epa.el (epa-passphrase-callback-function): Say what we're
6360 querying the password for.
6361
cf321e50 6362 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6363 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6364
587faadd
CY
63652010-10-08 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6368 (custom-magic-value-create): Pad button tags with spaces.
6369 (custom-face-edit): New variable.
6370 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6371 face editor here, instead of using custom-face-selected.
6372 Pass face defaults to custom-face-edit widget.
587faadd
CY
6373 (custom-face-selected, custom-display-unselected): Delete widgets.
6374 (custom-display-unselected-match): Function removed.
43f964fc
SM
6375 (custom-face-set, custom-face-mark-to-save):
6376 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6377
6378 * wid-edit.el (widget--completing-widget): New var.
6379 (widget-default-complete): Bind it when doing completion.
6380 (widget-string-complete, widget-file-complete): Use it.
6381
a1ab97d0
GM
63822010-10-09 Glenn Morris <rgm@gnu.org>
6383
85d50db7
GM
6384 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6385 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6386 (holiday-hebrew-misc): Small simplifications.
6387
3fb78d1f
GM
6388 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6389
a1ab97d0
GM
6390 * net/browse-url.el: Don't require thingatpt, term, dired,
6391 executable, or w3-auto when compiling.
6392 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6393 Declare.
6394 (browse-url-text-emacs): Require term.
6395
2187e5bb
AS
63962010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6397
6398 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6399
e5d49589
GM
64002010-10-08 Glenn Morris <rgm@gnu.org>
6401
5823f53f
GM
6402 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6403
e5d49589
GM
6404 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6405 (shadows-compare-text-p): Make it an obsolete alias for...
6406 (load-path-shadows-compare-text): ... new name.
6407 (find-emacs-lisp-shadows): Update for above name change.
6408 (load-path-shadows-same-file-or-nonexistent): New name for the old
6409 shadow-same-file-or-nonexistent.
6410
4628bef1 64112010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6412
6413 * minibuffer.el (completion--some, completion--do-completion)
6414 (minibuffer-complete-and-exit, minibuffer-completion-help)
6415 (completion-basic-try-completion)
6416 (completion-basic-all-completions)
6417 (completion-pcm--find-all-completions): Use lexical-let to
6418 avoid some false matches in variable completion (Bug#7056)
6419
4628bef1 64202010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6421
6422 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6423
4628bef1 64242010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6425
6426 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6427 return non-nil if the file exists (Bug#7090).
6428
4628bef1 64292010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6430
6431 * minibuffer.el (completion--replace):
6432 Better preserve markers (bug#7138).
6433
4628bef1 64342010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6435
6436 * server.el (server-process-filter): Doc fix.
6437
4628bef1 64382010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6439
6440 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6441
e4adf61e
GM
64422010-10-08 Glenn Morris <rgm@gnu.org>
6443
24ac444f
GM
6444 * vc/ediff-wind.el (ediff-setup-control-frame):
6445 * vc/ediff-ptch.el (ediff-default-backup-extension):
6446 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6447 (ediff-exec-process): Remove system-types emx, windows-95.
6448
e4adf61e
GM
6449 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6450
61328d7c
CY
64512010-10-07 Chong Yidong <cyd@stupidchicken.com>
6452
6453 * cus-edit.el (custom-variable, custom-face): Doc fix.
6454 (custom-face-edit): Add value-create attribute.
6455 (custom-face-edit-value-create)
43f964fc
SM
6456 (custom-face-edit-value-visibility-action): New functions.
6457 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6458 (custom-face-edit-deactivate): Show empty values with shadow face.
6459 (custom-face-selected): Only use this for face specs with default
6460 attributes.
6461 (custom-face-value-create): Cleanup.
6462
6463 * wid-edit.el (widget-checklist-value-create): Use dolist.
6464 (widget-checklist-match-find): Make second arg optional.
6465
ac44263a
GM
64662010-10-07 Glenn Morris <rgm@gnu.org>
6467
849b02b4
GM
6468 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6469 Prefix things.
6470
ac44263a
GM
6471 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6472 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6473 load-path-shadows-mode, update references.
06d9ef85
GM
6474 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6475 Rename variable and button.
6476 (list-load-path-shadows): Update button caller.
ac44263a 6477
29c72a6e
SM
64782010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6481 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6482 (smie-merge-prec2s): Handle those new entries.
6483 (smie-prec2-levels): Only set precedence to nil for actual
6484 openers/closers.
6485 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6486 that is now unnecessary.
6487
775f75bc 64882010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6489
6490 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6491
7e1e2a6e
GM
64922010-10-07 Glenn Morris <rgm@gnu.org>
6493
58d1ac6d
GM
6494 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6495 (mail-position-on-field): Remove declarations.
6496 (mail-position-on-field): Autoload it.
6497 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6498 and mail-header-end. Don't require sendmail.
6499
7b9235ad
GM
6500 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6501 (shadow-mode): New mode.
6502 (shadow-find-file): New button.
6503 (list-load-path-shadows): Use shadow-mode and buttons.
6504
52da2182
GM
6505 * iimage.el (iimage-version): Remove.
6506 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6507 Turn into defcustoms.
6508 (iimage-mode-map): Give it a doc string.
6509
7e1e2a6e
GM
6510 * calendar/appt.el (appt-activate): Give a warning rather than an error
6511 if there is no diary-file.
6512
e44eccd7
MA
65132010-10-06 Michael Albinus <michael.albinus@gmx.de>
6514
29c72a6e
SM
6515 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6516 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6517
4583e796
GM
65182010-10-06 Glenn Morris <rgm@gnu.org>
6519
6aecca99
GM
6520 * font-core.el (font-lock-defaults-alist): Remove variable.
6521 (font-lock-mode): Doc fix.
6522 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6523 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6524 (font-lock-set-defaults): Doc fix.
6525 Do not consult font-lock-defaults-alist.
6526
645a6257
GM
6527 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6528
4583e796
GM
6529 * emacs-lisp/cl.el: No longer provide cl-19.
6530
bd8fadca
MA
65312010-10-05 Michael Albinus <michael.albinus@gmx.de>
6532
6533 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6534 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6535 New defuns, taken from tramp-smb.el.
6536 (tramp-coding-system-change-eol-conversion)
43f964fc 6537 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6538
43f964fc 6539 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6540 (tramp-compat-coding-system-change-eol-conversion)
6541 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6542 from tramp.el.
6543
6544 * net/tramp-gvfs.el:
6545 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6546 by `tramp-compat-set-process-query-on-exit-flag'.
6547
43f964fc
SM
6548 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6549 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6550 `tramp-handle-file-exists-p' and
6551 `tramp-handle-file-newer-than-file-p'.
6552 (tramp-imap-handle-file-exists-p)
6553 (tramp-imap-handle-file-executable-p)
6554 (tramp-imap-handle-file-readable-p)
6555 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6556 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6557
6558 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6559 by `tramp-compat-set-process-query-on-exit-flag' and
6560 `tramp-coding-system-change-eol-conversion' by
6561 `tramp-compat-coding-system-change-eol-conversion'.
6562
43f964fc
SM
6563 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6564 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6565 `tramp-handle-file-exists-p' and
6566 `tramp-handle-file-newer-than-file-p'.
6567 (tramp-smb-handle-directory-files-and-attributes)
6568 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6569 (tramp-smb-handle-file-newer-than-file-p): Remove.
6570 (tramp-smb-maybe-open-connection):
6571 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6572 `tramp-compat-set-process-query-on-exit-flag'.
6573
726c5357
GM
65742010-10-05 Glenn Morris <rgm@gnu.org>
6575
6576 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6577
4a93e698
MA
65782010-10-04 Michael Albinus <michael.albinus@gmx.de>
6579
6580 Continue reorganization of load dependencies. (Bug#7156)
6581
6582 * net/tramp.el (tramp-handle-file-local-copy-hook)
6583 (tramp-delete-temp-file-function): Move down.
6584 (tramp-exists-file-name-handler): Move up.
6585 (tramp-register-file-name-handlers): Simplify autoload.
6586 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6587 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6588 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6589 (tramp-handle-file-name-completion)
6590 (tramp-handle-file-name-directory)
6591 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6592 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6593 (tramp-handle-find-backup-file-name)
6594 (tramp-handle-insert-file-contents, tramp-handle-load)
6595 (tramp-handle-substitute-in-file-name)
6596 (tramp-handle-unhandled-file-name-directory)
6597 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6598 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6599
6600 * net/tramp-gvfs.el (top):
6601 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6602
6603 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6604 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6605
b4593555
GM
66062010-10-04 Glenn Morris <rgm@gnu.org>
6607
6608 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6609 (appt-activate): Give status messages.
6610
8762aa10
TZ
66112010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6612
6613 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6614 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6615 `gnutls-negotiate' (formerly `starttls-negotiate').
6616 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6617
82fb8701
DN
66182010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6619
6620 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6621 log-outgoing commands.
6622 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6623 to create a buffer local revert-buffer-function variable.
6624 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6625 revert-buffer-function lambda.
6626
c1ae068b
LMI
66272010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6628
6629 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6630 `gnutls-boot'. Make TYPE the only required parameter.
6631 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6632 (open-ssl-stream): Use it.
6633
67141a37
GM
66342010-10-03 Glenn Morris <rgm@gnu.org>
6635
77f38949
GM
6636 * subr.el (directory-sep-char): Remove obsolete variable.
6637 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6638 it is "necessary".
6639
67141a37
GM
6640 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6641 * vc/vc.el (vc-static-header-alist): Doc fix.
6642 * vc/vc-cvs.el (vc-cvs-header):
6643 * vc/vc-rcs.el (vc-rcs-header):
6644 * vc/vc-sccs.el (vc-sccs-header):
6645 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6646 * obsolete/vc-mcvs.el (vc-mcvs-header):
6647 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6648 on XEmacs.
6649
96bcef2e
CY
66502010-10-03 Chong Yidong <cyd@stupidchicken.com>
6651
43f964fc
SM
6652 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6653 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6654
ef47f179
GM
66552010-10-03 Glenn Morris <rgm@gnu.org>
6656
01c35094 6657 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6658
aee3c6f7
GM
6659 * textmodes/rst.el (rst-font-lock-keywords-function):
6660 Drop Emacs 20 code.
6661
f88cd114
GM
6662 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6663
6abfe35f
GM
6664 * printing.el: Drop Emacs 20 code.
6665
59e31cfa
GM
6666 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6667 without having used appt.el already).
6668
922ad43e
GM
6669 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6670 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6671 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6672 XEmacs.
6673 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6674 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6675
ef47f179
GM
6676 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6677 (charset-width, find-charset-region, chars-in-region, forward-point)
6678 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6679 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6680 Remove compatibility cruft (none of these are used by ps*.el).
6681
ac6ca7ba
KR
66822010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6683
6684 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6685
2a847524
CY
66862010-10-03 Chong Yidong <cyd@stupidchicken.com>
6687
43f964fc
SM
6688 * server.el (server-process-filter, server-return-error):
6689 Give emacsclient time to shut down after receiving an error string.
2a847524 6690
4bc3c53d
MA
66912010-10-02 Michael Albinus <michael.albinus@gmx.de>
6692
6693 * files.el (remote-file-name-inhibit-cache): New defcustom.
6694
43f964fc
SM
6695 * time.el (display-time-file-nonempty-p):
6696 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6697
43f964fc
SM
6698 * net/tramp.el (tramp-completion-reread-directory-timeout):
6699 Fix docstring.
4bc3c53d
MA
6700
6701 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6702 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6703 `remote-file-name-inhibit-cache'. Check also for an integer
6704 value. Add/increase counter when `tramp-verbose' >= 10.
6705 (tramp-set-file-property): Add/increase counter when
6706 `tramp-verbose' >= 10.
6707
6708 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6709 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6710 (tramp-bug): Set tramp-autoload cookie. Report all interned
6711 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6712 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6713 characters only in strings.
6714
6715 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6716 to backward compatibility.
6717
6718 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6719 (tramp-handle-file-name-all-completions)
43f964fc
SM
6720 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6721 (tramp-open-connection-setup-interactive-shell):
6722 Call `tramp-cleanup-connection' directly.
4bc3c53d 6723
9c524fcb
GM
67242010-10-02 Glenn Morris <rgm@gnu.org>
6725
3226d6ca
GM
6726 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6727
6728 * subr.el (char-bytes): Remove obsolete function.
6729
6730 * isearch.el (isearch-return-char): Remove obsolete function.
6731
6732 * mouse.el: No longer provide mldrag.
6733 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6734 Remove obsolete aliases.
6735
6736 * comint.el (comint-kill-output): Remove obsolete alias.
6737
6738 * composite.el (decompose-composite-char): Remove obsolete function.
6739 * ps-def.el (decompose-composite-char): Remove unused function.
6740
6741 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6742
6743 * outline.el (outline-visible): Remove obsolete function.
6744
6745 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6746 * faces.el (internal-find-face, internal-get-face)
6747 (frame-update-faces, frame-update-face-colors)
6748 (x-frob-font-weight, x-frob-font-slant)
6749 (internal-frob-font-weight, internal-frob-font-slant)
6750 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6751 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6752 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6753 since Emacs 21.1.
6754 * emulation/viper-util.el (viper-get-face):
6755 * obsolete/lucid.el (find-face, get-face): Use facep.
6756 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6757 Remove unused functions.
6758 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6759
9c524fcb
GM
6760 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6761 delete tempfile if interrupted during compilation.
6762
aecb42aa
LMI
67632010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6764
6765 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6766 gnutls-cli.
6767 (tls-program): Add --insecure to be consistent with the defaults from
6768 openssl s_client. Now all three commands are insecure.
6769
73077a9a
EZ
67702010-10-01 Eli Zaretskii <eliz@gnu.org>
6771
6772 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6773 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6774 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6775
1ef075bb
GM
67762010-10-01 Glenn Morris <rgm@gnu.org>
6777
1fcaf927
GM
6778 * obsolete/sc.el: Remove file.
6779
1ef075bb
GM
6780 * files.el (temporary-file-directory): On darwin, also try
6781 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6782
a16f5f64
JB
67832010-10-01 Juanma Barranquero <lekktu@gmail.com>
6784
6785 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6786 Let's not break compatibility gratuitously, shall we?
6787
6b958814
G
67882010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6789
47e08896 6790 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6791 (tls-find-starttls-argument): Use it.
6792 (open-tls-stream): Ditto.
6793
47e08896 6794 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6795 entry.
6796 (netrc-machine): Ditto.
6797
cad90f3b
EZ
67982010-09-30 Eli Zaretskii <eliz@gnu.org>
6799
6800 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6801
968ef9b4
JB
68022010-09-30 Juanma Barranquero <lekktu@gmail.com>
6803
6804 * server.el (server-start): Don't write pid to the authentication file.
6805 (server-create-tty-frame): Don't send pid.
6806 (server-process-filter): Send pid at the start of every connection.
6807
3536dea8
GM
68082010-09-30 Glenn Morris <rgm@gnu.org>
6809
8e378d88
GM
6810 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6811 (show-all-diary-entries): Remove obsolete function aliases.
6812
3536dea8
GM
6813 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6814 Remove options, obsolete since 22.1.
6a7662bb
BR
6815 (appt-display-format, appt-display-message):
6816 Remove backwards-compatibility code.
3536dea8
GM
6817 (appt-check): No longer check appt-issue-message.
6818 (appt-make-list): No longer autoload it. Doc fix. No longer
6819 activate the package.
6820
df7fcaff
LMI
68212010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6822
6823 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6824 (starttls-negotiate): Just call boot, and let the handshake be
6825 triggered from the read loop.
df7fcaff 6826
c2828614
GM
68272010-09-29 Glenn Morris <rgm@gnu.org>
6828
17a46341
GM
6829 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6830 not displaying the diary.
6831 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6832 * calendar/appt.el (appt-check): No longer need to kill diary.
6833
7161e329
GM
6834 * calendar/diary-lib.el (diary-list-entries): Move the
6835 "Preparing..." message entirely here.
6836 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6837 messages to diary-list-entries.
6838 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6839 diary-display-function.
6840
d0de6cba
GM
6841 * calendar/diary-lib.el (diary-include-other-diary-files):
6842 Trap some recursive includes.
6843
c2828614
GM
6844 * calendar/appt.el (appt-activate): Check diary file.
6845
0c43b6f8
KY
68462010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6847
6848 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6849 construction.
6850
6851 * calendar/time-date.el: No need to require cl for Emacs 21.
6852
97ce2730
GM
68532010-09-28 Glenn Morris <rgm@gnu.org>
6854
6855 * calendar/appt.el (appt-check): Minor simplification.
6856
e0a185ae
KY
68572010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6858
6859 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6860 citation prefix.
6861
c19f76a1
AS
68622010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6863
95b6d681
JB
6864 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6865 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6866
fd057fd2
KH
68672010-09-27 Kenichi Handa <handa@m17n.org>
6868
6869 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6870 "ustar" format.
6871
368b3544
KH
68722010-09-27 Kenichi Handa <handa@m17n.org>
6873
6874 * international/mule.el (define-coding-system): Docstring fixed.
6875
6876 * international/mule-diag.el (describe-character-set): Use princ
6877 with proper print-length and print-level instead of insert.
6878
95b6d681 68792010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6880
6881 * window.el (walk-windows): Doc fix (bug#7105).
6882
99368725
SM
68832010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * emacs-lisp/float-sup.el (e): Remove.
6886
8ed70bf3
LMI
68872010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6888
6889 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6890 variable.
6891 (starttls-negotiate): Use it.
6892
d2e9d0bb
LMI
68932010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
6895 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6896 back.
6897
15413fb4
SM
68982010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6901
1821a7b4
LMI
69022010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6903
6303aba1
LMI
6904 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6905
1821a7b4
LMI
6906 * net/netrc.el (netrc-store-data): New function.
6907
8af55556
TZ
69082010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6909
6910 * net/gnutls.el: GnuTLS glue code to set up a connection.
6911
42343747
JD
69122010-09-25 Julien Danjou <julien@danjou.info>
6913
6914 * notifications.el: Call dbus-register-signal only if it is bound.
6915
ec60da52
GM
69162010-09-25 Glenn Morris <rgm@gnu.org>
6917
6918 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6919 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6920 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6921 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6922 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6923 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6924 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6925 * eshell/esh-util.el, eshell/esh-var.el:
6926 Remove leading `*' from docs of faces and defcustoms.
6927
4c964351
UM
69282010-09-25 Ulrich Mueller <ulm@gentoo.org>
6929
6930 * eshell/em-ls.el (eshell-ls-archive-regexp):
6931 * eshell/esh-util.el (eshell-tar-regexp):
6932 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6933 * info.el (Info-suffix-list):
6934 * international/mule.el (auto-coding-alist):
6935 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6936 * progmodes/etags.el (tags-compression-info-list):
6937 Support xz compression.
6938
41f54b73
CY
69392010-09-25 Chong Yidong <cyd@stupidchicken.com>
6940
6941 * files.el (get-free-disk-space): Don't assume the "df" output
6942 columns line up (Bug#6995).
6943
40b1a3a9
JB
69442010-09-25 Juanma Barranquero <lekktu@gmail.com>
6945
6946 * finder.el (finder-unknown-keywords):
6947 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6948 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6949
ba3033ee
JB
69502010-09-25 Juanma Barranquero <lekktu@gmail.com>
6951
6952 * server.el (server-start): Revert part of 2010-08-08 change. Using
6953 address 127.0.0.1 for local host is now done in Fmake_network_process.
6954
5e339ee2
GM
69552010-09-24 Glenn Morris <rgm@gnu.org>
6956
6957 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6958 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6959 * textmodes/css-mode.el, textmodes/dns-mode.el:
6960 Move autoloaded auto-mode-alist entries to files.el.
6961 * files.el (auto-mode-alist): Move entries here.
6962
af3ccb5c
GM
69632010-09-23 Glenn Morris <rgm@gnu.org>
6964
6965 * isearch.el (isearch-lazy-highlight-cleanup)
6966 (isearch-lazy-highlight-initial-delay)
6967 (isearch-lazy-highlight-interval)
6968 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6969 * net/net-utils.el (ipconfig-program-options):
6970 Move aliases to options before the associated definitions.
6971
266a86bd 69722010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6973
6974 * newcomment.el (comment-normalize-vars): Better test validity of
6975 comment-end-skip.
6976
27ffea71 69772010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6978
6979 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6980 (float-e): New name for `e'.
6981 (degrees-to-radians, radians-to-degrees):
6982 * calendar/solar.el (solar-longitude):
6983 * calculator.el (calculator-registers, calculator-funcall):
6984 * textmodes/artist.el (artist-spray-random-points):
6985 * play/bubbles.el (bubbles--initialize-images): Use new names.
6986
27ffea71 69872010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6988
6989 Update to CEDET 1.0's version of EIEIO.
6990
9e0d4f9e
SM
6991 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6992 New function.
a2930e43
EL
6993 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6994 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6995 (class-precedence-list): If class is nil, return nil.
6996 (eieio-generic-call): If class of first input arg is nil, don't
6997 look up static methods, and do check for primary methods.
6998 (initialize-instance): See if the default needs to be evaluated
6999 during the constructor.
7000 (eieio-perform-slot-validation-for-default): Don't do the check
7001 for values that will eventually be evaluated.
7002 (eieio-eval-default-p): New function.
7003 (eieio-default-eval-maybe): Use it.
7004
27ffea71 70052010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
7006
7007 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
7008 method-invocation-order.
7009 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
7010 (eieio-class-precedence-dfs): Compute class precedence list using
7011 dfs algorithm.
7012 (eieio-class-precedence-bfs): Compute class precedence list using
7013 bfs algorithm.
9e0d4f9e 7014 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
7015 c3 algorithm.
7016 (class-precedence-list): New function.
7017 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
7018 (inconsistent-class-hierarchy): New error symbol.
7019 (call-next-method): Stow the replacement argument list for future
7020 call-next-method invocations.
7021
266a86bd 70222010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 7023
ea7f9ebf
GM
7024 * calendar/appt.el (appt-check): If not displaying the diary,
7025 use (diary 1) to only get the entries we need.
7026 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
7027 that it is in day order. (Bug#7019)
7028
1bf6d075
GM
7029 * calendar/appt.el (appt-check): Rather than showing the diary,
7030 just turn off invisible display, and only if needed.
7031
87e798a7
GM
7032 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
7033
1fc7dabf
GM
70342010-09-23 Glenn Morris <rgm@gnu.org>
7035
7a16788b
GM
7036 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
7037 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 7038 Start warnings with lower-case, like the majority.
7a16788b 7039
19543b17
GM
7040 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
7041
54238e6d
GM
7042 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
7043
ce009d0b
GM
7044 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
7045 * files.el (auto-mode-alist): Move ld-script entries here, further down
7046 the list.
7047
7b344dfe
GM
7048 * vc/add-log.el: Don't require timezone when compiling.
7049 (timezone-make-date-sortable): Autoload it.
7050 (change-log-sortable-date-at): Don't require timezone.
7051 Use `ignore-errors'.
7052
d9703498
GM
7053 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7054 Move alias before definition, so it does not need autoloading.
7055
1fc7dabf
GM
7056 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
7057 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
7058 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
7059 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
7060 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
7061 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
7062 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
7063 * textmodes/tex-mode.el, textmodes/two-column.el:
7064 Remove leading `*' from docs of defcustoms etc.
7065
7676efad
TZ
70662010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
7067
7068 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
7069
b069e5a6
G
70702010-09-22 Dan Christensen <jdc@uwo.ca>
7071
7072 * calendar/time-date.el (date-to-time): Try using parse-time-string
7073 first before using the slower timezone-make-date-arpa-standard.
7074
1bf68d53
KY
70752010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * calendar/time-date.el (format-seconds): Comment fix.
7078
cd205c76
GM
70792010-09-22 Glenn Morris <rgm@gnu.org>
7080
7081 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
7082 is not automatically buffer-local.
7083
4ddea91b
SM
70842010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7087 (smie-indent-comment): Be more careful with comment-start-skip.
7088 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7089 (smie-indent-functions): Use them.
7090
b0f037ed
MA
70912010-09-21 Michael Albinus <michael.albinus@gmx.de>
7092
7093 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7094
8cf1771a
JD
70952010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7096
36a1b6db
JD
7097 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7098 tool-bar-position. Don't modify frame parameters here.
180fb94a 7099 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 7100
8cf1771a
JD
7101 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7102
0097720d
SM
71032010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7104
5d8e0d5d
SM
7105 * textmodes/reftex-parse.el (reftex-what-macro)
7106 (reftex-context-substring): Let-bind forward-sexp-function to nil
7107 since we don't need/want to treat \begin...\end as a block (bug#7053).
7108
984edd22
SM
7109 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7110
7111 * simple.el (blink-matching-open): Use syntax-class.
7112
3672149f
SM
7113 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7114 Set invisibility spec for pascal's outline mode.
7115 (pascal-outline-change): Clean up calling convention.
7116 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7117
549d0e1e
SM
7118 * progmodes/prolog.el (prolog-smie-forward-token)
7119 (prolog-smie-backward-token): New functions.
7120 (prolog-mode-variables): Use them to parse "!," correctly.
7121 Set up smie-blink-matching for ".".
7122
a9cb95dd
SM
7123 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7124 and `end'.
7125 (ispell-region, ispell-process-line): Update users.
7126
de558d10
SM
7127 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7128 point-min==1.
7129
94eb3112
SM
7130 * textmodes/ispell.el: Fix commenting convention.
7131 (ispell-parse-output): Simplify, use push.
7132 (ispell-region): Use match-string-no-properties.
7133 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7134 (ispell-minor-mode): Use define-minor-mode.
7135 (ispell-message): Remove unused var `skip-regexp'.
7136 (ispell-add-per-file-word-list): Use dynamic let-binding.
7137 Try and use the proper comment marker.
7138
1f7f45a5
SM
7139 * mail/sendmail.el: Fix commenting convention.
7140 (sendmail-send-it): Use line-beginning-position.
7141
0097720d
SM
7142 * help-fns.el (describe-variable): Add original value, if applicable.
7143
596880ea
JB
71442010-09-20 Juanma Barranquero <lekktu@gmail.com>
7145
f0713411
JB
7146 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7147
596880ea
JB
7148 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7149
37c0347e
SM
71502010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7151
2bc01104
SM
7152 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7153 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7154 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7155 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7156 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7157 something like "." can also be a closer.
7158 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7159 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7160 Rename internal functions to use "--". Update callers.
7161
e2c3f530
SM
7162 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7163
37c0347e
SM
7164 * fringe.el (fringe-styles): New var.
7165 (fringe-mode, fringe-query-style): Use it.
7166
74790210
MM
71672010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7168
7169 * progmodes/sql.el: Version 2.8
93acd23d 7170 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
7171 (sql-product-alist): Add :list-all and :list-table features for
7172 SQLite, Postgres and MySQL products.
7173 (sql-redirect): Handle default value.
7174 (sql-execute, sql-execute-feature): New functions.
7175 (sql-read-table-name): New function.
93acd23d 7176 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
7177 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7178 for above functions.
7179 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7180 for above functions.
7181 (sql-postgres-login-params): Add user and database defaults.
7182 (sql-buffer-live-p): Bug fix.
93acd23d 7183 (sql-product-history): New variable.
35f52ed6 7184 (sql-read-product): New function. Use it.
74790210
MM
7185 (sql-set-product, sql-product-interactive): Use it.
7186 (sql-connection-history): New variable.
93acd23d 7187 (sql-read-connection): New function. Use it.
74790210
MM
7188 (sql-connect): New function.
7189 (sql-for-each-login): Redesign function interface.
7190 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
7191 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7192 (sql-comint): Check for program. Existing live buffer.
74790210
MM
7193 (sql-comint-postgres): Add port parameter.
7194
cec01cd2
SM
71952010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * emacs-lisp/warnings.el: Fix commenting convention.
7198 (display-warning): Use special mode and make the buffer read-only.
7199
c2a845b5
JB
72002010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7201
7202 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7203 empty string when it follows a repeated or optional pattern.
7204
f5632fb6
SM
72052010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7208 (indent-region): Use indent-according-to-mode.
7209
71b961e8
EZ
72102010-09-18 Eli Zaretskii <eliz@gnu.org>
7211
7212 * fringe.el (fringe-mode): Doc fix.
7213
dbbd7ad4
KRC
72142010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7215
7216 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7217 refreshing the preview buffer.
7218
b879a6e2
SM
72192010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7222 (latex-syntax-propertize-rules): New consts; replace
7223 tex-font-lock-syntactic-keywords.
7224 (tex-env-mark, latex-env-before-change): New functions.
7225 (latex-electric-env-pair-mode): New minor mode.
7226 (tex-font-lock-verb): Change arguments; do move point.
7227 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7228 representation as a form of comment.
7229 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7230 (doctex-syntax-propertize-rules): New const; replaces
7231 doctex-font-lock-syntactic-keywords.
7232 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7233
7234 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7235 (fortran-make-syntax-propertize-function): New function; replaces
7236 fortran-font-lock-syntactic-keywords.
7237 (fortran-mode): Use it.
7238 (fortran-line-length): Use it. Improve interactive spec.
7239
7240 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7241 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7242 when adding surrounding \(..\).
7243
7244 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7245
4be520fb
SM
72462010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7247
269c197e
SM
7248 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7249 Use with-current-buffer.
7250
4be520fb
SM
7251 * isearch.el (isearch-face): Rename from `isearch'.
7252 (isearch-highlight): Use new name.
7253
a67597d6
EZ
72542010-09-17 Eli Zaretskii <eliz@gnu.org>
7255
7256 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7257 5, for `half' width fringes. (Bug#6933)
7258
31c381e8
SM
72592010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7260
3fe6ef4e
SM
7261 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7262 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7263
31c381e8
SM
7264 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7265
fb0cf781
J
72662010-09-17 Stephen Berman <stephen.berman@gmx.net>
7267
7268 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7269 in calculating new frame position. Add more space between new and
7270 parent on the left (Bug#7048).
7271
1a9dc3b5
MA
72722010-09-17 Michael Albinus <michael.albinus@gmx.de>
7273
7274 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7275 defmacro.
7276
dff0fdc3
CY
72772010-09-16 Chong Yidong <cyd@stupidchicken.com>
7278
31c381e8 7279 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 7280
117c96c7
CY
7281 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7282 obsolete alias for x-selection-value.
7283
dff0fdc3
CY
7284 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7285
c6f2191f
MA
72862010-09-16 Michael Albinus <michael.albinus@gmx.de>
7287
7288 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7289 cookie.
7290
6139f995
MA
72912010-09-15 Michael Albinus <michael.albinus@gmx.de>
7292
7293 * net/tramp-compat.el (tramp-compat-with-temp-message)
7294 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7295 (tramp-compat-process-put): New defuns.
7296
7297 * net/tramp.el (top):
7298 * net/tramp-gvfs.el (top):
7299 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7300
31c381e8
SM
7301 * net/tramp.el (tramp-progress-reporter-update):
7302 Use `tramp-compat-funcall'.
6139f995
MA
7303
7304 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
7305 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7306 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
7307 (tramp-get-remote-stat, tramp-get-remote-readlink):
7308 Use `tramp-compat-with-temp-message'.
6139f995
MA
7309
7310 * net/tramp-sh.el (top): Require 'cl.
7311 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
7312 (tramp-open-connection-setup-interactive-shell):
7313 Use `tramp-compat-process-put'.
6139f995 7314
22c3ce97
AM
73152010-09-15 Alan Mackenzie <acm@muc.de>
7316
7317 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7318 indentation.
a4ee83cc 7319 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 7320
4f1e9960
SM
73212010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7324 `lexical' for warnings related to lexical scoping.
7325 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7326 global vars which don't have a prefix and could hence affect lexical
7327 scoping in unrelated files.
7328
01e80360
LMI
73292010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7330
7331 * net/imap.el: Revert back to version
7332 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7333 seem problematic.
7334
5e2a84e3
JB
73352010-09-14 Juanma Barranquero <lekktu@gmail.com>
7336
7337 * obsolete/old-whitespace.el (whitespace-unload-function):
7338 Explicitly pass `obarray' to `unintern' to avoid a warning.
7339
f3a30a50
SM
73402010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7343 Add `when' argument. Update callers.
7344
7345 * subr.el (unintern): Declare the obarray arg mandatory.
7346
92b99a01
GM
73472010-09-14 Glenn Morris <rgm@gnu.org>
7348
67ae9766
GM
7349 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7350 Doc fixes.
7351
92b99a01
GM
7352 * calendar/diary-lib.el (diary-included-files): New variable.
7353 (diary-list-entries): Maybe initialize diary-included-files.
7354 (diary-include-other-diary-files): Append to diary-included-files.
7355 * calendar/appt.el (appt-update-list): Also check the members of
7356 diary-included-files. (Bug#6999)
08151ec5 7357 (appt-check): Doc fix.
92b99a01 7358
6664fc59 73592010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7360
7361 * simple.el (line-move-visual): Do not truncate goal column to
7362 integer size. (Bug#7020)
7363
6664fc59 73642010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7365
7366 * repeat.el (repeat): Allow repeating when the last event is a click.
7367 Suggested by Drew Adams (bug#6256).
7368
6664fc59 73692010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7370
01c35094 7371 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7372 Replace setting HGRCPATH to "" by some less invasive --config options.
7373
6664fc59 73742010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7375
7376 * font-lock.el (font-lock-beginning-of-syntax-function):
7377 Mark as obsolete.
7378
6664fc59 73792010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7380
7381 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7382 and tool-bar modes. (Bug#6211)
7383 (menu-bar-mode): Move setting of standard-value after the
7384 minor-mode definition, otherwise it seems to have no effect.
7385
6664fc59 73862010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7387
7388 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7389 Fix typo. (Bug#6976)
7390
6664fc59 73912010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7392
7393 * whitespace.el: Allow cleaning up blanks without blank
7394 visualization (Bug#6651). Adjust help window for
7395 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7396 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7397 (whitespace-style): Add new value 'face. Adjust docstring.
7398 (whitespace-space, whitespace-hspace, whitespace-tab):
7399 Adjust foreground property face.
9c405a86
CY
7400 (whitespace-line-column): Adjust docstring and type declaration.
7401 (whitespace-style-value-list, whitespace-toggle-option-alist)
7402 (whitespace-help-text): Adjust const initialization.
7403 (whitespace-toggle-options, global-whitespace-toggle-options):
7404 Adjust docstring.
7405 (whitespace-display-window, whitespace-interactive-char)
7406 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7407 (whitespace-help-scroll): New fun.
7408
ba96ddf5
KY
74092010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7410
7411 * calendar/time-date.el (format-seconds): Comment fix.
7412
a386ac70
MM
74132010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7414
7415 * progmodes/sql.el: Version 2.7.
7416 (sql-buffer-live-p): Improve detection.
7417 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7418 (sql-set-sqli-buffer): Use it.
7419 (sql-product-interactive): Run `sql-set-sqli-hook'.
7420 (sql-rename-buffer): Code cleanup.
7421 (sql-redirect, sql-redirect-value): New functions. More to come.
7422
5d921df2
JB
74232010-09-13 Juanma Barranquero <lekktu@gmail.com>
7424
7425 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
7426 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7427 (TRAMP_SRC): New macro.
7428 ($(lisp)/net/tramp-loaddefs.el): New target.
7429
03c1ad43
MA
74302010-09-13 Michael Albinus <michael.albinus@gmx.de>
7431
7432 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7433
7434 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7435
7436 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7437 'tramp-compat, everything else is required there.
7438 Use `ignore-errors' where appropriate.
03c1ad43
MA
7439 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7440 (tramp-terminal-type, tramp-end-of-output)
7441 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7442 (tramp-completion-function-alist-ssh)
7443 (tramp-completion-function-alist-telnet)
7444 (tramp-completion-function-alist-su)
7445 (tramp-completion-function-alist-putty, tramp-remote-path)
7446 (tramp-remote-process-environment, tramp-sh-extra-args)
7447 (tramp-actions-before-shell, tramp-uudecode)
7448 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7449 (tramp-perl-file-attributes)
7450 (tramp-perl-directory-files-and-attributes)
7451 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7452 (tramp-perl-encode, tramp-perl-decode)
7453 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7454 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7455 (tramp-handle-make-symbolic-link, tramp-handle-load)
7456 (tramp-handle-file-name-as-directory)
7457 (tramp-handle-file-name-directory)
7458 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7459 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7460 (tramp-do-file-attributes-with-ls)
7461 (tramp-do-file-attributes-with-perl)
7462 (tramp-do-file-attributes-with-stat)
7463 (tramp-handle-set-visited-file-modtime)
7464 (tramp-handle-verify-visited-file-modtime)
7465 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7466 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7467 (tramp-handle-file-selinux-context)
7468 (tramp-handle-set-file-selinux-context)
7469 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7470 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7471 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7472 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7473 (tramp-handle-file-ownership-preserved-p)
7474 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7475 (tramp-handle-directory-files-and-attributes)
7476 (tramp-do-directory-files-and-attributes-with-perl)
7477 (tramp-do-directory-files-and-attributes-with-stat)
7478 (tramp-handle-file-name-all-completions)
7479 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7480 (tramp-handle-copy-file, tramp-handle-copy-directory)
7481 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7482 (tramp-do-copy-or-rename-file-via-buffer)
7483 (tramp-do-copy-or-rename-file-directly)
7484 (tramp-do-copy-or-rename-file-out-of-band)
7485 (tramp-handle-make-directory, tramp-handle-delete-directory)
7486 (tramp-handle-delete-file)
7487 (tramp-handle-dired-recursive-delete-directory)
7488 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7489 (tramp-handle-insert-directory)
7490 (tramp-handle-unhandled-file-name-directory)
7491 (tramp-handle-expand-file-name)
7492 (tramp-handle-substitute-in-file-name)
7493 (tramp-handle-executable-find, tramp-process-sentinel)
7494 (tramp-handle-start-file-process, tramp-handle-process-file)
7495 (tramp-handle-call-process-region, tramp-handle-shell-command)
7496 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7497 (tramp-handle-insert-file-contents)
7498 (tramp-handle-insert-file-contents-literally)
7499 (tramp-handle-find-backup-file-name)
7500 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7501 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7502 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7503 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7504 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7505 (tramp-find-file-exists-command, tramp-open-shell)
7506 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7507 (tramp-open-connection-setup-interactive-shell)
7508 (tramp-local-coding-commands, tramp-remote-coding-commands)
7509 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7510 (tramp-inline-compress-commands, tramp-find-inline-compress)
7511 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7512 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7513 (tramp-send-command-and-check, tramp-barf-unless-okay)
7514 (tramp-send-command-and-read, tramp-mode-string-to-int)
7515 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7516 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7517 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7518 (tramp-method-out-of-band-p, tramp-local-host-p)
7519 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7520 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7521 (tramp-get-test-command, tramp-get-test-nt-command)
7522 (tramp-get-file-exists-command, tramp-get-remote-ln)
7523 (tramp-get-remote-perl, tramp-get-remote-stat)
7524 (tramp-get-remote-readlink, tramp-get-remote-trash)
7525 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7526 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7527 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7528 tramp-sh.el.
7529 (tramp-methods, tramp-default-method-alist)
7530 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7531 Move initialization to tramp-sh.el.
7532 (tramp-temp-name-prefix): Make it a defconst.
7533 (tramp-dissect-file-name): Don't check anymore for multi-hop
7534 methods.
7535 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7536 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7537 (tramp-get-debug-buffer): Use it.
7538
7539 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7540 initialization forms.
7541 (tramp-set-connection-property): Don't protect `tramp-message'
7542 call, it isn't necessary any longer.
7543 (tramp-dump-connection-properties): Use `ignore-errors'.
7544
7545 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7546 'password-cache and 'auth-source.
7547
7548 * net/tramp-gvfs.el (top):
7549 * net/tramp-smb.el (top): Require 'tramp-sh.
7550
7551 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7552
7553 * net/tramp-sh.el: New file, derived from tramp.el.
7554 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7555 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7556 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7557 Use `ignore-errors' where appropriate.
7558 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7559 `tramp-file-name-handler-alist'.
7560 (tramp-send-command-and-check): Return t or nil. Remove all
7561 `zerop' checks, where called.
7562 (tramp-handle-set-file-modes)
7563 (tramp-do-copy-or-rename-file-directly)
7564 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7565 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7566 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7567 (tramp-get-remote-ln): Set tramp-autoload cookie.
7568
7569 * net/tramp-fish.el: Remove file.
7570
c5fe4acb
DU
75712010-09-13 Daiki Ueno <ueno@unixuser.org>
7572
7573 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7574 buffer-file-name to avoid file-locking. (Bug#7026)
7575
7ea2d383
MA
75762010-09-13 Julien Danjou <julien@danjou.info>
7577
7578 * notifications.el (notifications-notify): Add support for
7579 image-path and sound-name.
7580 (notifications-specification-version): Add this variable.
7581
5616cc54
SM
75822010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7583
31c381e8 7584 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7585
94c7243b
LL
75862010-09-12 Leo <sdl.web@gmail.com>
7587
7588 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7589 (rcirc-completion-start): New variables.
7590 (rcirc-nick-completions): Rename to rcirc-completions.
7591 (rcirc-nick-completion-start-offset): Delete.
7592 (rcirc-completion-at-point): New function for constructing
7593 completion data for both nicks and irc commands. Add to
7594 completion-at-point-functions in rcirc mode.
7595 (rcirc-complete): Rename from rcirc-nick-complete; use
7596 rcirc-completion-at-point.
7597 (defun-rcirc-command): Update rcirc-client-commands.
7598
0f34ae28
GM
75992010-09-11 Glenn Morris <rgm@gnu.org>
7600
7601 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7602 atomically, to avoid parallel build errors. (Bug#4196)
7603
9250002f
MM
76042010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7605
7606 * progmodes/sql.el: Version 2.6
7607 (sql-dialect): Synonym for "sql-product".
7608 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7609 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7610 Set "sql-buffer" to buffer name not buffer object so multiple sql
7611 interactive buffers work properly. Reverts misguided changes in
7612 earlier work.
7613 (sql-comint): Make sure different buffer name is used if "*SQL*"
7614 buffer is for a different product.
7615 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7616 login param.
7617 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7618 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7619 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7620 Accept new buffer name or prompt for one.
7621 (sql-port): Default to zero.
7622 (sql-comint-mysql): Handle "sql-port" as a numeric.
7623 (sql-port-history): Delete unused variable.
7624 (sql-get-login): Default "sql-port" to a number.
31c381e8 7625 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7626 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7627 "sqlite3" executables.
31c381e8 7628 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7629 (sql-buffer-live-p): New function.
7630 (sql-mode-menu, sql-send-string): Use it.
7631 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7632 syntax pattern.
7633 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7634 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7635
a9ec34f4
LMI
76362010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7637
31c381e8 7638 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7639
cf38dd42
SM
76402010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7643 to replace texinfo-font-lock-syntactic-keywords.
7644 (texinfo-mode): Use it.
7645
7646 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7647 Use syntax-propertize-function.
7648
7649 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7650 replace sgml-font-lock-syntactic-keywords.
7651 (sgml-mode): Use it.
7652
7653 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7654 since we don't use it.
7655
7656 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7657
7658 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7659 if available.
7660 (vhdl-fontify-buffer): Adjust.
7661
7662 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7663 replace tcl-font-lock-syntactic-keywords.
7664 (tcl-mode): Use it.
7665
7666 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7667 replace simula-font-lock-syntactic-keywords.
7668 (simula-mode): Use it.
7669
7670 * progmodes/sh-script.el (sh-st-symbol): Remove.
7671 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7672 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7673 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7674 (sh-font-lock-paren): Set syntax-multiline.
7675 (sh-font-lock-syntactic-keywords): Remove.
7676 (sh-syntax-propertize-function): New function to replace it.
7677 (sh-mode): Use it.
7678
7679 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7680 Define while compiling.
7681 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7682 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7683 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7684 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7685 (ruby-here-doc-end-syntax): Only define when
7686 syntax-propertize is not available.
7687 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7688 New functions.
7689 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7690 (electric-indent-chars): Silence bytecompiler.
7691 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7692 electric-indent-chars.
7693
7694 * progmodes/python.el (python-syntax-propertize-function): New var to
7695 replace python-font-lock-syntactic-keywords.
7696 (python-mode): Use it.
7697 (python-quote-syntax): Simplify and adjust to new use.
7698
7699 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7700 replace perl-font-lock-syntactic-keywords.
7701 (perl-syntax-propertize-special-constructs): New fun to replace
7702 perl-font-lock-special-syntactic-constructs.
7703 (perl-font-lock-syntactic-face-function): New fun.
7704 (perl-mode): Use it.
7705
7706 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7707 to replace octave-font-lock-close-quotes.
7708 (octave-syntax-propertize-function): New function to replace
7709 octave-font-lock-syntactic-keywords.
7710 (octave-mode): Use it.
7711
7712 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7713 replaces mixal-font-lock-syntactic-keywords.
7714 (mixal-mode): Use it.
7715
7716 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7717 New var; replaces makefile-font-lock-syntactic-keywords.
7718 (makefile-mode): Use it.
7719 (makefile-imake-mode): Adjust.
7720
7721 * progmodes/js.el (js--regexp-literal): Define while compiling.
7722 (js-syntax-propertize-function): New var; replaces
7723 js-font-lock-syntactic-keywords.
7724 (js-mode): Use it.
7725
7726 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7727 replaces gdb-script-font-lock-syntactic-keywords.
7728 (gdb-script-mode): Use it.
7729
7730 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7731 (fortran--font-lock-syntactic-keywords): New var.
7732 (fortran-line-length): Update syntax-propertize-function and
7733 fortran--font-lock-syntactic-keywords.
7734
7735 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7736
7737 * progmodes/cfengine.el (cfengine-mode):
7738 Use syntax-propertize-function.
7739 (cfengine-font-lock-syntactic-keywords): Remove.
7740
7741 * progmodes/autoconf.el (autoconf-mode):
7742 Use syntax-propertize-function.
7743 (autoconf-font-lock-syntactic-keywords): Remove.
7744
7745 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7746 (ada-after-change-function, ada-initialize-syntax-table-properties)
7747 (ada-handle-syntax-table-properties): Only define when
7748 syntax-propertize is not available.
7749 (ada-mode): Use syntax-propertize-function.
7750
7751 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7752 (font-lock-fontify-syntactic-keywords-region): Move handling of
7753 font-lock-syntactically-fontified to...
7754 (font-lock-default-fontify-region): ...here.
7755 Let syntax-propertize-function take precedence.
7756 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7757
7758 * emacs-lisp/syntax.el (syntax-propertize-function)
7759 (syntax-propertize-chunk-size, syntax-propertize--done)
7760 (syntax-propertize-extend-region-functions): New vars.
7761 (syntax-propertize-wholelines, syntax-propertize-multiline)
7762 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7763 (syntax-propertize): New functions.
7764 (syntax-propertize-rules): New macro.
7765 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7766 (syntax-ppss): Call syntax-propertize.
7767
7768 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7769
36f7d366
AM
77702010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7771
7772 * textmodes/ispell.el (ispell-init-process): Improve comments.
7773 XEmacs compatibility changes regarding (add-hook) 'local option
7774 and (set-process-query-on-exit-flag).
7775
8fca3921
MA
77762010-09-09 Michael Albinus <michael.albinus@gmx.de>
7777
cf38dd42
SM
7778 * net/tramp-cache.el (tramp-parse-connection-properties):
7779 Set tramp-autoload cookie.
8fca3921 7780
399653d6
GM
77812010-09-09 Glenn Morris <rgm@gnu.org>
7782
7783 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7784 (imagemagick-register-types): Doc fix.
7785
c34a9669
SM
77862010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7787
b073dc4b
SM
7788 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7789
7790 * progmodes/js.el (require): Require is already "eval-and-compile".
7791 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7792 (js--re-search-backward): Use js--re-search-forward.
7793
7794 * progmodes/fortran.el (fortran-line-length): Don't recompute
7795 syntactic keywords redundantly a second time.
7796
7797 * progmodes/ada-mode.el: Replace "(set '" with setq.
7798 (ada-mode): Simplify.
7799 (ada-create-case-exception, ada-adjust-case-interactive)
7800 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7801 (ada-search-ignore-string-comment, ada-move-to-start)
7802 (ada-move-to-end): Use with-syntax-table.
7803
7804 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7805 (font-lock-unfontify-region, font-lock-default-fontify-region):
7806 Update usage correspondingly.
7807 (font-lock-fontify-syntactic-keywords-region):
7808 Set parse-sexp-lookup-properties buffer-locally here.
7809 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7810
c34a9669
SM
7811 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7812
13639aab
GM
78132010-09-08 Glenn Morris <rgm@gnu.org>
7814
5a972c36
GM
7815 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7816 Error if not compiled with -DBYTE_CODE_METER.
7817
13639aab
GM
7818 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7819 Ignore dir-locals-file.
7820
331b2b90
SM
78212010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7824 Not a const.
7825 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7826 for the `gnu' messages.
7827 (compilation-set-skip-threshold): New command.
7828 (compilation-start): Use \' rather than $.
7829 (compilation-forget-errors): Use clrhash.
7830
73b4d51a
AM
78312010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7832
7833 * textmodes/ispell.el (ispell-valid-dictionary-list):
7834 Simplify logic.
7835
0f34aa77
MA
78362010-09-08 Michael Albinus <michael.albinus@gmx.de>
7837
7838 Migrate to Tramp 2.2. Rearrange load dependencies.
7839 (Bug#1529, Bug#5448, Bug#5705)
7840
7841 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7842 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7843 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7844
7845 * net/tramp.el (top): Remove all other tramp-* loads except
7846 tramp-compat.el. Remove all changes to tramp-unload-hook for
7847 other tramp-* packages. Rearrange defun order. Change calls of
7848 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7849 `tramp-compat-octal-to-decimal' to new function names.
7850 (tramp-terminal-type, tramp-initial-end-of-output)
7851 (tramp-methods, tramp-foreign-file-name-handler-alist)
7852 (tramp-tramp-file-p, tramp-completion-mode-p)
7853 (tramp-send-command-and-check, tramp-get-remote-path)
7854 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7855 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7856 (with-file-property, with-connection-property): Move to
7857 tramp-cache.el.
7858 (tramp-local-call-process, tramp-decimal-to-octal)
7859 (tramp-octal-to-decimal): Move to tramp-compat.el.
7860 (tramp-handle-shell-command): Do not require 'shell.
7861 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7862 symbols.
7863 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7864
7865 * net/tramp-cache.el (top): Require 'tramp. Add to
7866 `tramp-unload-hook'.
7867 (tramp-cache-data, tramp-get-file-property)
7868 (tramp-set-file-property, tramp-flush-file-property)
7869 (tramp-flush-directory-property, tramp-get-connection-property)
7870 (tramp-set-connection-property, tramp-flush-connection-property)
7871 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7872 cookie.
7873 (with-file-property, with-connection-property): New defuns, moved
7874 from tramp.el.
7875 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7876 macro.
7877
7878 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7879 (tramp-version): Set tramp-autoload cookie.
7880
7881 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7882 changes to tramp-unload-hook for other tramp-* packages. Add to
7883 `tramp-unload-hook'.
7884 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7885 (tramp-compat-call-process): New defuns, moved from tramp.el.
7886
7887 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7888 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7889 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7890 `tramp-compat-decimal-to-octal' to new function name.
7891 (tramp-fish-method): Make it a defconst.
7892 (tramp-fish-file-name-p): Make it a defsubst.
7893 (tramp-fish-method, tramp-fish-file-name-handler)
7894 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7895
7896 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7897 `tramp-foreign-file-name-handler-alist'. Add to
7898 `tramp-unload-hook'.
7899 (tramp-ftp-method): Make it a defconst.
7900 (tramp-ftp-file-name-p): Make it a defsubst.
7901 (tramp-ftp-method, tramp-ftp-file-name-handler)
7902 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7903
7904 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7905 `tramp-foreign-file-name-handler-alist'. Add to
7906 `tramp-unload-hook'. Change checks, whether package can be
7907 loaded.
7908 (tramp-gvfs-file-name-p): Make it a defsubst.
7909 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7910 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7911 (tramp-gvfs-handle-file-directory-p): New defun.
7912 (tramp-gvfs-file-name-handler-alist): Use it.
7913
7914 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7915 `tramp-foreign-file-name-handler-alist'. Add to
7916 `tramp-unload-hook'.
7917 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7918 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7919 defconst.
7920 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7921 (tramp-gw-open-connection): Set tramp-autoload cookie.
7922
7923 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7924 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7925 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7926 loaded.
7927 (tramp-imap-file-name-p): Make it a defsubst.
7928 (tramp-imap-method, tramp-imaps-method)
7929 (tramp-imap-file-name-handler)
7930 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7931
7932 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7933 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7934 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7935 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7936 function name.
7937 (tramp-smb-tunnel-method): Make it a defconst.
7938 (tramp-smb-file-name-p): Make it a defsubst.
7939 (tramp-smb-method, tramp-smb-file-name-handler)
7940 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7941
7942 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7943 (tramp-uuencode-region): Set tramp-autoload cookie.
7944
7945 * net/trampver.el (top) Add to `tramp-unload-hook'.
7946 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7947 cookie. Update release number.
7948
308e764f
AM
79492010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7950
7951 * textmodes/ispell.el (ispell-start-process): Make sure original
7952 arg list is properly initialized (Bug#6993, Bug#6994).
7953
10999305 79542010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7955
7956 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7957
7958 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7959 chars like - or ] (bug#6984).
7960 (rx-any-condense-range): Explode 2-char ranges.
7961
10999305
CY
79622010-09-06 Glenn Morris <rgm@gnu.org>
7963
7964 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7965
79662010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7967
7968 * textmodes/bibtex.el:
7969 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7970
f292afe5
LMI
79712010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7972
331b2b90 7973 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7974 since no callers use it.
7975 (imap-message-get): Ditto.
7976 (imap-message-put): Ditto.
7977 (imap-mailbox-map): Ditto.
7978 (imap-mailbox-put): Ditto.
7979 (imap-mailbox-get): Ditto.
a131b9b8 7980 (imap-mailbox-get): Revert last change for this function.
f292afe5 7981
dfe1285d
LMI
79822010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7983
331b2b90 7984 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7985 callers to use `imap-fetch' instead. According to the comments, this
7986 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7987 (imap-enable-exchange-bug-workaround): Remove.
7988 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7989
3ff31c90
LMI
79902010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7991
7992 * net/imap.el (imap-log): New convenience function used throughout
7993 instead of repeating the same code all over the place.
7994
dfe1285d 79952010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7996
7997 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7998 when mouse-drag-copy-region is non-nil (Bug#6956).
7999
93a596e1
CY
80002010-09-05 Chong Yidong <cyd@stupidchicken.com>
8001
8d76af4a
CY
8002 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
8003 Improve regexps (Bug#6987).
8004 (dired-sort-toggle): Search more robustly for -t flag.
8005
93a596e1
CY
8006 * files.el (get-free-disk-space): Search more robustly for
8007 "available" column. Suggested by Ehud Karni
8008 <ehud@unix.mvs.co.il>.
8009
733946e7
JB
80102010-09-05 Juanma Barranquero <lekktu@gmail.com>
8011
8012 * international/uni-bidi.el:
8013 * international/uni-category.el:
8014 * international/uni-combining.el:
8015 * international/uni-decimal.el:
8016 * international/uni-mirrored.el:
8017 * international/uni-name.el: Regenerate.
8018
2e664aab
SM
80192010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8020
6aeafb34
SM
8021 * electric.el (electric-indent-post-self-insert-function):
8022 Don't reindent with a sloppy indentation function.
8023
2e664aab
SM
8024 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
8025 border case in change-log-mode.
8026
13ef65a4
CY
80272010-09-04 Chong Yidong <cyd@stupidchicken.com>
8028
8029 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8030 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
8031 Recognize leading tab in gcc-include regexp. Ignore names with
8032 leading "from" or "in" in gnu regexp (Bug#6937).
8033
5abf1556
SM
80342010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8035
6aeafb34 8036 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
8037 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
8038 (ispell-start-process): Avoid setq and simplify logic.
8039 (ispell-init-process): Setup kill-buffer-hook locally when needed.
8040 (kill-buffer-hook): Don't use it globally with code that uses
8041 expand-file-name since that may call kill-buffer via
8042 code_conversion_restore.
8043
0be01d2c
CY
80442010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
8045
8046 * emacs-lisp/package.el (package-directory-list): Only call
8047 file-name-nondirectory on a string.
8048
ebf662f4
CY
80492010-09-02 Chong Yidong <cyd@stupidchicken.com>
8050
5abf1556
SM
8051 * emacs-lisp/package.el (package--download-one-archive):
8052 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
8053 (package-activate-1, package-mark-obsolete, define-package)
8054 (package-compute-transaction, package-list-maybe-add): Use push.
8055
e5eddfd1
SM
80562010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8057
89acf735
SM
8058 Use SMIE's blink-paren for octave-mode.
8059 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
8060 Backslashes do not escape single-quotes, single-quotes do.
8061 (octave-block-else-regexp, octave-block-end-regexp)
8062 (octave-block-match-alist): Remove.
8063 (octave-smie-bnf-table): New var, with old content.
8064 (octave-smie-op-levels): Use it.
8065 (octave-smie-closer-alist): New var.
8066 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
8067 (octave-blink-matching-block-open): Remove.
8068 (octave-reindent-then-newline-and-indent, octave-electric-semi)
8069 (octave-electric-space): Let self-insert-command run expand-abbrev and
8070 blink parens.
8071
3b843809
SM
8072 * electric.el (electricity): New group.
8073 (electric-indent-chars): New var.
8074 (electric-indent-post-self-insert-function): New fun.
8075 (electric-indent-mode): New minor mode.
8076 (electric-pair-skip-self): New custom.
8077 (electric-pair-post-self-insert-function): New function.
8078 (electric-pair-mode): New minor mode.
8079
0da20854
SM
8080 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
8081 calcAlg-blink-matching-open.
8082 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8083 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8084 Use the new blink-matching-check-function.
8085
a49e651e
SM
8086 Provide blink-matching support to SMIE.
8087 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8088 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8089 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8090
e5eddfd1
SM
8091 * simple.el (newline): Fix last change to properly remove itself from
8092 the hook.
8093
b13ebb5c
SM
80942010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8095
8096 * simple.el (newline): Eliminate optimization.
8097 Use post-self-insert-hook to set hard-newline and things before
8098 running post-self-insert-hook.
8099 (blink-matching-check-mismatch): New function.
8100 (blink-matching-check-function): New variable.
8101 (blink-matching-open): Use them.
8102 Skip back forward over prefix chars skipped by forward-sexp.
8103 Don't check if the parens are backslash escaped.
8104 (blink-paren-post-self-insert-function): Check backslash escaping here.
8105
e687c2cd
CY
81062010-09-02 Chong Yidong <cyd@stupidchicken.com>
8107
b13ebb5c
SM
8108 * emacs-lisp/package.el (package-menu-mode-map):
8109 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
8110 (package-menu-mode): Set revert-buffer-function.
8111 (package-menu-revert): Doc fix.
8112
567efba9
AM
81132010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8114
8115 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8116 `default-directory' unless using Ispell per-directory personal
8117 dictionaries and not in a mini-buffer under XEmacs.
8118 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 8119 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 8120
6d7cc563
JD
81212010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8122
08d4877e
J
8123 * simple.el (kill-new): Call interprogram-cut-function with only
8124 one argument.
8125
45240125
JD
8126 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8127 Remove cut buffer from error message.
8128
8129 * term/x-win.el (x-select-text):
8130 * term/pc-win.el (x-selection-value):
8131 * term/ns-win.el (x-selection-value):
8132 * eshell/em-term.el:
8133 * w32-fns.el (x-get-selection-value):
8134 * mouse-sel.el (mouse-sel-set-selection-function):
8135 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8136
6d7cc563
JD
8137 * term/x-win.el: Update documentation for x-last-selected-text-*.
8138 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8139 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
8140 (x-select-text): Remove argument PUSH, update documentation.
8141 Remove cut-buffer code.
6d7cc563 8142 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 8143 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
8144 Update documentation, remove cut-buffer code.
8145 Call x-selection-value-internal.
6d7cc563
JD
8146 (x-clipboard-yank): Call x-selection-value-internal.
8147 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8148
8149 * term/pc-win.el (x-last-selected-text):
8150 x-cut-buffer-or-selection-value renamed to x-selection-value
8151 (x-select-text): Remove argument PUSH, update documentation.
8152
8153 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8154 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 8155 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
8156 (x-select-text): Remove argument PUSH, update documentation.
8157
8158 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8159
8160 * w32-fns.el (x-last-selected-text):
8161 x-cut-buffer-or-selection-value renamed to x-selection-value.
8162 (x-cut-buffer-max): Remove.
8163 (x-select-text): Remove argument PUSH, update documentation.
8164
8165 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8166
8167 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8168
8169 * mouse-sel.el (mouse-sel-get-selection-function):
8170 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 8171 (x-select-text): Remove optional push.
6d7cc563 8172
4de81ee0
SM
81732010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8f4e9110
SM
8175 * simple.el (blink-paren-function): Move from C to here.
8176 (blink-paren-post-self-insert-function): New function.
8177 (post-self-insert-hook): Use it.
8178
4de81ee0
SM
8179 * emacs-lisp/pcase.el (pcase-split-memq):
8180 Fix overenthusiastic optimisation.
8181 (pcase-u1): Handle the case of a lambda pred.
8182
d419e1d9
KH
81832010-08-31 Kenichi Handa <handa@m17n.org>
8184
8185 * international/mule-cmds.el (standard-display-european-internal):
8186 Setup standard-display-table for 8-bit characters by storing 8-bit
8187 characters in the element vector.
8188
1e05f387
SM
8189 * disp-table.el (standard-display-8bit):
8190 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
8191 characters in the element vector.
8192 (standard-display-european): Likewise.
8193
61f7096c
CY
81942010-08-31 Masatake YAMATO <yamato@redhat.com>
8195
8196 * textmodes/nroff-mode.el (nroff-view): New command.
8197 (nroff-mode-map): Bind it to C-c C-c.
8198
ec5d3ff7
SM
81992010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8200
c8977b2e
SM
8201 * emacs-lisp/smie.el (smie-down-list): New command.
8202
ec5d3ff7
SM
8203 Remove old indentation and navigation code on octave-mode.
8204 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8205 smie-down-list rather than add a binding for octave-down-block.
8206 (octave-mark-block, octave-blink-matching-block-open):
8207 Rely on forward-sexp-function.
8208 (octave-fill-paragraph): Don't narrow, so you can use
8209 indent-according-to-mode.
8210 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8211 (octave-in-block-p, octave-re-search-forward-kw)
8212 (octave-re-search-backward-kw, octave-indent-calculate)
8213 (octave-end-as-array-index-p, octave-block-end-offset)
8214 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8215 (octave-down-block, octave-backward-up-block, octave-up-block)
8216 (octave-before-magic-comment-p, octave-indent-line): Remove.
8217
187d3296
CY
82182010-08-31 Chong Yidong <cyd@stupidchicken.com>
8219
8220 * emacs-lisp/package.el (package--read-archive-file): Just use
8221 `read', to avoid copying an additional string.
8222 (package-menu-mode): Set header-line-format here.
8223 (package-menu-refresh, package-menu-revert): Signal an error if
8224 not in the Package Menu.
8225 (package-menu-package-list): New var.
8226 (package--generate-package-list): Operate on the current buffer;
8227 don't assume that it is *Packages*, since the user may rename it.
8228 Allow persistent package listings and sort keys using
8229 package-menu-package-list and package-menu-package-sort-key.
8230 (package-menu--version-predicate): Fix version calculation.
8231 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
8232 (package--list-packages): Create the *Packages* buffer.
8233 Set package-menu-package-list-key.
187d3296
CY
8234 (list-packages): Sorting by status is now the default.
8235 (package-buffer-info): Use match-string-no-properties.
8236 (define-package): Add a &rest argument for future proofing, but
8237 don't use it yet.
8238 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
8239 Merge into a single function, package-install-from-buffer.
8240 (package-install-file): Change caller.
187d3296
CY
8241
8242 * finder.el: Load finder-inf using `require'.
8243 (finder-list-matches): Sorting by status is now the default.
8244 (finder-compile-keywords): Simpify printing.
8245
e17b68ed
SM
82462010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8249 (octave-mode-map): Remove special bindings for forward/backward-block
8250 and octave-backward-up-block. Use smie-close-block.
8251 (octave-continuation-marker-regexp): New var.
8252 (octave-continuation-regexp): Use it.
8253 (octave-operator-table, octave-smie-op-levels)
8254 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8255 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8256 (octave-mode): Use SMIE.
8257 (octave-close-block): Delete.
8258
42b6a73b
EZ
82592010-08-30 Eli Zaretskii <eliz@gnu.org>
8260
8261 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8262 CLIPBOARD, not in PRIMARY. (Bug#6944)
8263
f291fe60
SM
82642010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8265
ee992a8c
SM
8266 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8267 a list of parents.
8268 (smie-indent-column): Allow indirection through variables.
8269
d36b74ca
SM
8270 * composite.el (save-buffer-state): Delete, unused.
8271 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8272 (font-lock-default-fontify-region): Use with-syntax-table.
8273 * jit-lock.el (with-buffer-unmodified): Remove.
8274 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8275
f291fe60
SM
8276 Use `declare' in defmacros.
8277 * window.el (save-selected-window):
8278 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8279 * progmodes/python.el (def-python-skeleton):
8280 * net/dbus.el (dbus-ignore-errors):
8281 * jka-cmpr-hook.el (with-auto-compression-mode):
8282 * international/mule.el (with-category-table):
8283 * emacs-lisp/timer.el (with-timeout):
8284 * emacs-lisp/lisp-mnt.el (lm-with-file):
8285 * emacs-lisp/eieio.el (with-slots):
8286 * emacs-lisp/easymenu.el (easy-menu-define):
8287 * emacs-lisp/debug.el (debugger-env-macro):
8288 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8289 (Multiple-value-call, Multiple-value-prog1):
8290 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8291 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8292 edebug rule to definition.
8293 * emacs-lisp/lisp-mode.el (save-selected-window)
8294 (with-current-buffer, combine-after-change-calls)
8295 (with-output-to-string, with-temp-file, with-temp-buffer)
8296 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8297 (dolist, dotimes, when, unless):
8298 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8299
96ae4c8f
CY
83002010-08-29 Chong Yidong <cyd@stupidchicken.com>
8301
8302 * finder.el: Require `package'.
8303 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8304 (finder-package-info): Var deleted.
8305 (finder-keywords-hash, finder--builtins-alist): New vars.
8306 (finder-compile-keywords): Compute package--builtins and
8307 finder-keywords-hash instead of finder-keywords-hash, respecting
8308 the "Package" header.
f291fe60
SM
8309 (finder-unknown-keywords, finder-list-matches):
8310 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
8311 (finder-mode): Don't set font-lock-defaults.
8312 (finder-exit): We don't use "*Finder-package*" and "*Finder
8313 Category*" buffers anymore.
8314
8315 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8316 (package--builtins): Set default value to nil.
8317 (package-initialize): Load precomputed value of package--builtins
8318 from finder-inf.el.
8319 (package-alist, package-compute-transaction)
8320 (package-download-transaction): Improve docstring.
8321 (package-read-all-archive-contents): Do not change
8322 package--builtins here.
8323 (list-packages): Make package-list-packages an alias for this.
8324 Sort by status by default.
8325 (package--list-packages): Add optional PACKAGES arg.
8326 (describe-package-1): Use font-lock-face property. For built-in
8327 packages, insert file commentary.
8328 (package--generate-package-list): Rename from
8329 package-list-packages-internal; all callers changed. Add optional
8330 PACKAGES arg. Add alphabetical sort fallbacks.
8331 (package-menu--version-predicate, package-menu--status-predicate)
8332 (package-menu--description-predicate)
8333 (package-menu--name-predicate): New functions.
8334
8335 * info.el (Info-finder-find-node): Search package-alist instead of
8336 finder-package-info.
8337
e2046ecf
CY
83382010-08-29 Chong Yidong <cyd@stupidchicken.com>
8339
8340 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8341 "alpha" and "beta".
8342 (version-to-list): Handle versions like "10.3d".
8343
6fe79b7c
SM
83442010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8347 (macroexp-accumulate): Use `declare'.
8348
1a868076
VJL
83492010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8350
8351 * whitespace.el (whitespace-style): Adjust type declaration.
8352
9e69cb05
KH
83532010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8354
8355 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8356
83572010-08-26 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8360 (Bug#6907).
8361
4142607e
NW
83622010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8363
8364 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8365 (js-paren-indent-offset, js-square-indent-offset)
8366 (js-curly-indent-offset): New options.
8367 (js--proper-indentation): Use them.
8368
88a36e60
DC
83692010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8370
8371 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8372 instead of inspecting font-lock properties (Bug#6916).
8373
38dbc4d8
DR
83742010-08-26 David Reitter <david.reitter@gmail.com>
8375
8376 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8377 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8378 (server-execute): Do not run hooks here.
8379
44ffae96
MA
83802010-08-26 Michael Albinus <michael.albinus@gmx.de>
8381
8382 Sync with Tramp 2.1.19.
8383
d86d2721
SM
8384 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8385 Protect deleting tmpfile.
0dc3e410 8386 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8387
0dc3e410 8388 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8389 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8390 (tramp-completion-handle-file-name-completion):
8391 Use `tramp-connectable-p'.
20b8ac83 8392
44ffae96
MA
8393 * net/trampver.el: Update release number.
8394
cb6c4991
CY
83952010-08-26 Chong Yidong <cyd@stupidchicken.com>
8396
8397 * help.el (help-map): Bind `C-h P' to describe-package.
8398
8399 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8400
8401 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8402 when downloading archives.
8403 (describe-package-1): Add package commentary.
8404 (package-install-button-action): New function.
8405 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8406 (package-menu-view-commentary): Function removed.
8407 (package-list-packages-internal): Hide the `package' package too.
8408
b60f961f
KH
84092010-08-25 Kenichi Handa <handa@m17n.org>
8410
8411 * language/misc-lang.el ("Arabic"): New language environment.
8412 Setup composition-function-table for Arabic characters.
8413
8414 * international/fontset.el (setup-default-fontset): Fix typo for
8415 arabic OTF spec (fini->fina).
8416
a0c16be4
J
84172010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8418
8419 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8420 on all frames.
8421
85cc3d4f
VJL
84222010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8423
8424 * whitespace.el: Allow cleaning up blanks without blank
8425 visualization (Bug#6651). Adjust help window for
8426 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8427 instead of whitespace-line-column (from EmacsWiki). New version
8428 13.1.
88b5a757 8429 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8430 (whitespace-space, whitespace-hspace, whitespace-tab):
8431 Adjust foreground property face.
85cc3d4f
VJL
8432 (whitespace-line-column): Adjust docstring and type declaration.
8433 (whitespace-style-value-list, whitespace-toggle-option-alist)
8434 (whitespace-help-text): Adjust const initialization.
8435 (whitespace-toggle-options, global-whitespace-toggle-options):
8436 Adjust docstring.
8437 (whitespace-display-window, whitespace-interactive-char)
8438 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8439 (whitespace-help-scroll): New fun.
8440
cb8759ca
CY
84412010-08-24 Chong Yidong <cyd@stupidchicken.com>
8442
8443 * emacs-lisp/package.el (list-packages): Alias for
8444 package-list-packages.
8445
44a41a47
KR
84462010-08-24 Kevin Ryde <user42@zip.com.au>
8447
be7748e7
KR
8448 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8449 (Bug#5651).
8450
44a41a47
KR
8451 * progmodes/ruby-mode.el (ruby): Add defgroup.
8452
edfd00fa
CY
84532010-08-24 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * progmodes/python.el: Add Ipython support (Bug#5390).
8456 (python-shell-prompt-alist)
8457 (python-shell-continuation-prompt-alist): New options.
8458 (python--set-prompt-regexp): New function.
6a7662bb
BR
8459 (inferior-python-mode, run-python, python-shell):
8460 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8461 prompt based on the Python interpreter.
8462 (python--prompt-regexp): New var.
8463 (python-check-comint-prompt)
8464 (python-comint-output-filter-function): Use it.
8465 (run-python): Use a pipe (Bug#5694).
8466
84672010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8468
8469 * progmodes/python.el (python-send-region): Send a different
8470 Python command if Ipython is in use.
8471 (python-check-version): Use a Python command to find the version.
8472
1c409d0b
CY
84732010-08-24 Chong Yidong <cyd@stupidchicken.com>
8474
8475 * mouse.el (mouse-yank-primary): Avoid setting primary when
8476 deactivating the mark (Bug#6872).
8477
733946e7 84782010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8479
8480 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8481 with "else" (Bug#3991).
8482
e73f184c
MA
84832010-08-23 Michael Albinus <michael.albinus@gmx.de>
8484
8485 * net/dbus.el: Accept UNIX domain sockets as bus address.
8486 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8487 this is done in dbusbind.c.
e73f184c
MA
8488 (dbus-check-event): Adapt test for bus.
8489 (dbus-return-values-table, dbus-unregister-service)
8490 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8491 Adapt doc string.
8492
1a140747
JB
84932010-08-23 Juanma Barranquero <lekktu@gmail.com>
8494
8495 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8496
7133b7ee
JL
84972010-08-22 Juri Linkov <juri@jurta.org>
8498
8499 * simple.el (read-extended-command): New function with the logic
8500 for `completing-read' moved to Elisp from `execute-extended-command'.
8501 Use `function-called-at-point' in `minibuffer-default-add-function'
8502 to get a command name for M-n (bug#5364, bug#5214).
8503
198a7a97
CY
85042010-08-22 Chong Yidong <cyd@stupidchicken.com>
8505
8506 * startup.el (command-line-1): Issue warning for ignored arguments
8507 --unibyte, etc (Bug#6886).
8508
c00725d7
LL
85092010-08-22 Leo <sdl.web@gmail.com>
8510
8511 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8512 (ignore, bright, dim, keyword): Split list of nicknames before
8513 passing to rcirc-add-or-remove (Bug#6894).
8514
bc7d7ea6
CY
85152010-08-22 Chong Yidong <cyd@stupidchicken.com>
8516
8517 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8518
b0126eac 85192010-08-22 Leo <sdl.web@gmail.com>
e0143335 8520
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8521 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8522 * ido.el: Revert Óscar's.
e0143335
LL
8523 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8524 Remember the buffers at head, rather than their name.
76e3243a 8525 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8526
b0126eac 85272010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8528 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8531 extra backslash added to each line (bug#6890).
8532
b0126eac 85332010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8534
8535 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8536
b0126eac 85372010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8538
8539 * menu-bar.el (menu-bar-games-menu): Add landmark.
8540
b0126eac 85412010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8542
9130a2d6
GM
8543 * align.el (align-regexp): Make group and spacing arguments
8544 use the interactive defaults when non-interactive. (Bug#6698)
8545
fb89a654
GM
8546 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8547 expansion, so as not to need sendmail.
8548 (mail-text-start): Remove declaration.
8549 (rmail-retry-failure): Require sendmail.
8550
b0126eac 85512010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8552
8553 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8554
b0126eac 85552010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8556
186e86db
SM
8557 * progmodes/flymake.el (flymake-start-syntax-check-process):
8558 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8559
b0126eac 85602010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8561
8562 * files.el: Add `word-wrap' as safe local variable.
8563
b0126eac 85642010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8565
8566 * woman.el (woman-translate): Case matters. (Bug#6849)
8567
b0126eac 85682010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8569
8570 * simple.el (kill-region): Doc fix (Bug#6787).
8571
b0126eac 85722010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8573
8574 * calendar/diary-lib.el (diary-header-line-format):
8575 Fit it to the window, not the frame.
8576
b0126eac 85772010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8578
8579 * subr.el (ignore-errors): Add debug declaration.
8580
b0126eac 85812010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8582
8583 * whitespace.el (whitespace-color-off): Remove post-command-hook
8584 locally.
8585
537ffaf3
SM
85862010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8589
d64b8a68
CY
85902010-08-21 Chong Yidong <cyd@stupidchicken.com>
8591
8592 * cus-edit.el (custom-group-value-create): Add extra newline
8593 before end line (Bug#6876).
8594
d2625c3d
CY
85952010-08-21 Chong Yidong <cyd@stupidchicken.com>
8596
8597 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8598 when extending it. Before killing on the second click, check if
8599 the buffer is the correct one. Doc fix.
8600 (mouse-secondary-save-then-kill): Allow usage without first
8601 calling mouse-start-secondary, by defaulting to point. Don't save
8602 an empty secondary selection. Doc fix.
8603
80525855
VJL
86042010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8605
91bdeb66
VJL
8606 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8607 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8608 New version 13.0.
80525855
VJL
8609 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8610 Adjust initialization.
8611 (whitespace-bob-marker, whitespace-eob-marker)
8612 (whitespace-buffer-changed): New vars.
8613 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8614 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8615 (whitespace-post-command-hook, whitespace-display-char-on):
8616 Adjust code.
80525855 8617 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8618 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8619
4b9c0a49
SM
86202010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8621
118cf454
SM
8622 * files.el (locate-file-completion-table): Only list the .el and .elc
8623 extensions if there's no other choice (bug#5955).
8624
a2e5caf7
SM
8625 * facemenu.el (facemenu-self-insert-data): New var.
8626 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8627 New functions.
8628 (facemenu-add-face): Use them.
8629
4b9c0a49
SM
8630 * simple.el (blink-matching-open): Obey forward-sexp-function.
8631
0193499f
SM
86322010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8633
b2a15250
SM
8634 * simple.el (prog-mode-map): New var.
8635 (prog-indent-sexp): New command.
8636
b5ba2d6f
SM
8637 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8638
9acd1bdc
SM
8639 * progmodes/prolog.el (smie): Require.
8640
8723cfa4
SM
8641 * emacs-lisp/smie.el (smie-default-backward-token)
8642 (smie-default-forward-token): Strip properties.
8643 (smie-next-sexp): Be more careful with associative operators.
8644 (smie-forward-sexp-command): Generalize.
8645 (smie-backward-sexp-command): Simplify.
8646 (smie-closer-alist): New var.
8647 (smie-close-block): New command.
8648 (smie-indent-debug-log): New var.
8649 (smie-indent-offset-rule): Add a few more cases.
8650 (smie-indent-column): New function.
8651 (smie-indent-after-keyword): Use it.
8652 (smie-indent-keyword): Use it.
8653 Fix up the opener code's point position.
8654 (smie-indent-comment): Only applies at BOL.
8655 (smie-indent-debug): New command.
8656
0193499f
SM
8657 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8658 declarations that are useful before running the macro.
8659
0c9b8993
GM
86602010-08-18 Joakim Verona <joakim@verona.se>
8661
8662 * image.el (imagemagick-types-inhibit): New variable.
8663 (imagemagick-register-types): New function.
8664 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8665 (image-transform-set-scale, image-transform-fit-to-height)
8666 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8667 (image-transform-fit-to-width, image-transform-fit-to-height):
8668 New functions.
ccd80618
JV
8669 (image-toggle-display-image): Support image transforms.
8670
1075cd61
KY
86712010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * image.el (create-animated-image): Don't add heuristic mask to image
8674 (Bug#6839).
8675
64cb6c78
J
86762010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8677
0193499f
SM
8678 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8679 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8680
ff80a446
SM
86812010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8682
afa22f7c
SM
8683 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8684
ff80a446
SM
8685 Font-lock '...' strings, plus various simplifications and fixes.
8686 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8687 (octave-font-lock-close-quotes): New function.
8688 (octave-font-lock-syntactic-keywords): New var.
8689 (octave-mode): Use it. Set beginning-of-defun-function.
8690 (octave-mode-map): Don't override the <foo>-defun commands.
8691 (octave-mode-menu): Pass it directly to easy-menu-define;
8692 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8693 (octave-block-match-alist): Fix up last change so that
8694 octave-close-block uses the more specific keyword.
8695 (info-lookup-mode): Silence byte-compiler.
8696 (octave-beginning-of-defun): Not interactive any more.
8697 Optimize slightly.
8698 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8699 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8700 (octave-completion-at-point-function): Make sure point is within
8701 beg..end.
8702 (octave-reindent-then-newline-and-indent):
8703 Use reindent-then-newline-and-indent.
8704 (octave-add-octave-menu): Remove.
8705
2269b349
JD
87062010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8707
489cd5bd
JD
8708 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8709 (report-emacs-bug-can-use-xdg-email): New functions.
8710 (report-emacs-bug): Set can-xdg-email to result of
8711 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8712 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8713 about it.
30ebab6d 8714
a2fb159c
GM
8715 * net/browse-url.el (browse-url-default-browser): Add cond
8716 for browse-url-xdg-open.
8717 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8718
87192010-08-17 Glenn Morris <rgm@gnu.org>
8720
8721 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8722 (c-fontify-recorded-types-and-refs): Define for compiler.
8723 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8724 before use.
8725
8726 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8727 Fix format call.
8728
bb6aba9c
MA
87292010-08-17 Michael Albinus <michael.albinus@gmx.de>
8730
8731 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8732 properties.
8733 (tramp-handle-process-file): Call the program in a subshell, in
8734 order to preserve working directory.
8735 (tramp-action-password): Hide password prompt before next run.
8736 (tramp-process-actions): Widen connection buffer for the trace.
8737
8f10c937
DD
87382010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8739
8740 * net/rcirc.el (rcirc-log-process-buffers): New option.
8741 (rcirc-print): Use it.
8742 (rcirc-generate-log-filename): New function.
8743 (rcirc-log-filename-function): Change default to
8744 rcirc-generate-log-filename (Bug#6828).
8745
7c23dd44
CY
87462010-08-16 Chong Yidong <cyd@stupidchicken.com>
8747
8748 * simple.el (deactivate-mark): If select-active-regions is `only',
8749 only set selection for temporarily active regions.
8750
8751 * cus-start.el: Change defcustom for select-active-regions.
8752
6d3e82d2
CY
87532010-08-15 Chong Yidong <cyd@stupidchicken.com>
8754
8755 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8756 (mouse-drag-track): Use LOCATION arg to push-mark.
8757 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8758 consideration when updating point and mark (Bug#6840).
8759
c68263b1
CY
87602010-08-15 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8763 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8764
456f369a
ŠN
87652010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8766
ff80a446
SM
8767 * font-lock.el (lisp-font-lock-keywords-2):
8768 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8769 with-demoted-errors, and with-silent-modifications (Bug#6025).
8770
c22e18f5
KR
87712010-08-14 Kevin Ryde <user42@zip.com.au>
8772
8773 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8774 (copyright-update): Temporary switch-to-buffer to ensure the
8775 buffer change being queried is visible (Bug#5394).
c22e18f5 8776
6f1a6faf
TT
87772010-08-14 Tom Tromey <tromey@redhat.com>
8778
8779 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8780 (Bug#6733).
8781
e7afcf30
EZ
87822010-08-14 Eli Zaretskii <eliz@gnu.org>
8783
8784 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8785 MS-DOS. (Bug#6689)
8786
2b4e6277
J
87872010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8788
8789 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8790 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8791 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8792 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8793 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8794 Call menu-bar-set-tool-bar-position.
2b4e6277 8795
dc94fc85
SM
87962010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8797
c5683ceb
SM
8798 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8799 comment style (bug#6834).
8800 * progmodes/scheme.el (scheme-mode-syntax-table):
8801 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8802 "b" flag in "' 14b" syntax.
8803
c82d5b11
SM
8804 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8805 for (un)commenting the region and performing completion.
8806 (octave-mode-menu): Use standard commands for help and completion.
8807 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8808 (octave-mode): Use define-derived-mode.
8809 Set completion-at-point-functions and don't set columns.
8810 Don't disable adaptive-fill-regexp.
8811 (octave-describe-major-mode, octave-comment-region)
8812 (octave-uncomment-region, octave-comment-indent)
8813 (octave-indent-for-comment): Remove.
8814 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8815 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8816 (octave-initialize-completions): No need to make an alist.
8817 (octave-completion-at-point-function): New function.
8818 (octave-complete-symbol): Use it.
8819 (octave-insert-defun): Use define-skeleton.
8820
8821 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8822 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8823
abec5126 88242010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8825
8826 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8827 indentation of inserted comment.
8828
3a46642b
J
88292010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8830
8831 * faces.el (region): Add type gtk that uses gtk colors.
8832
8833 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8834 Handle theme-name change.
8835
3bd2cfef
MM
88362010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8837
8838 * progmodes/sql.el: Version 2.5
8839 (sql-product-alist): Add :prompt-cont-regexp property for several
8840 database products.
8841 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8842 (sql-output-newline-count, sql-output-by-send):
8843 New variables. Record number of newlines in input text.
3bd2cfef
MM
8844 (sql-send-string): Handle multiple filters and count newlines.
8845 (sql-send-magic-terminator): Count terminator newline.
8846 (sql-interactive-remove-continuation-prompt): Filters output to
8847 remove continuation prompts; one for each newline.
8848 (sql-interactive-mode): Set up new variables, prompt regexp and
8849 output filter.
8850 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8851 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8852
d02c9bcd
SM
88532010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8854
8855 * emacs-lisp/pcase.el: New file.
8856
80ca4f1e
MA
88572010-08-10 Michael Albinus <michael.albinus@gmx.de>
8858
8859 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8860 as here-document, otherwise the command could exceed maximum
8861 length of command line.
d02c9bcd
SM
8862 (tramp-handle-vc-registered): Call script accordingly.
8863 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8864
2948599b
KH
88652010-08-10 Kenichi Handa <handa@m17n.org>
8866
8867 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8868 composable pattern.
8869
148cef8e
CY
88702010-08-09 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * emacs-lisp/package.el (package-version-split)
8873 (package--version-first-nonzero, package-version-compare):
8874 Functions removed.
8875 (package-directory-list, package-load-all-descriptors)
8876 (package--built-in, package-activate, define-package)
8877 (package-installed-p, package-compute-transaction)
8878 (package-read-all-archive-contents)
8879 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8880 (package-tar-file-info, package-list-packages-internal):
8881 Use version-to-list and version-list-*.
148cef8e 8882
d02c9bcd
SM
8883 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8884 Use version-to-list.
148cef8e
CY
8885 (package-upload-buffer-internal): Use version-list-<=.
8886
82a9ce0f
KH
88872010-08-09 Kenichi Handa <handa@m17n.org>
8888
231e5e5f 8889 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8890 composable pattern.
8891
7adf5fdc
CY
88922010-08-08 Chong Yidong <cyd@stupidchicken.com>
8893
fc560445
CY
8894 * tutorial.el (tutorial--default-keys): C-d is now bound to
8895 delete-forward-char (Bug#6826).
8896
7adf5fdc
CY
8897 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8898 for `double' value of mouse-1-click-follows-link (Bug#6807).
8899
e54a1075
JB
89002010-08-08 Johan Bockgård <bojohan@gnu.org>
8901
8902 * replace.el (replace-highlight): Bind isearch-forward and
8903 isearch-error, ensuring that highlighting is updated if the user
8904 switches the search direction (Bug#6808).
8905
8906 * isearch.el (isearch-lazy-highlight-forward): New var.
8907 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8908 (isearch-lazy-highlight-update): Use it.
8909
7815fe19 89102010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8911
8d9e03e4
JB
8912 * international/mule.el (define-charset): Store NAME as :base property.
8913 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8914 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8915 current priority. Force using the designation of the specific
8d9e03e4 8916 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8917
7815fe19 89182010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8919
8920 * emulation/pc-select.el (pc-selection-mode-hook)
8921 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8922 (pc-selection-mode): Fix typos in docstrings.
8923
7815fe19 89242010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8925
8926 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8927 ctext-non-standard-encodings-alist here.
8928
8d9e03e4
JB
8929 * international/mule.el (ctext-non-standard-encodings-alist):
8930 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8931 (ctext-standard-encodings): New variable.
8932 (ctext-non-standard-encodings-table): List only elements for
8933 non-standard encodings.
186e86db 8934 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8935 Check ctext-standard-encodings.
8936
8937 * international/mule-conf.el (compound-text): Doc fix.
8938 (ctext-no-compositions): Doc fix.
8939 (compound-text-with-extensions): Doc fix.
8940
7815fe19 89412010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8942
8943 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8944
8d9e03e4 89452010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8946
9ebc731b
JB
8947 * progmodes/which-func.el (which-func-format): Split help-echo text
8948 into lines, like other mode-line tooltips.
8949
d5b8058f
JB
8950 * server.el (server-start): When using TCP sockets, force IPv4
8951 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8952
8d9e03e4 89532010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8954
8955 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8956
8d9e03e4 89572010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8958
8959 * term.el (term-delimiter-argument-list): Reflow docstring.
8960 (term-read-input-ring, term-write-input-ring, term-send-input)
8961 (term-bol, term-erase-in-display, serial-supported-or-barf):
8962 Fix typos in docstrings.
8963
8d9e03e4 89642010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8965
8966 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8967
8d9e03e4 89682010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8969
8970 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8971
8d9e03e4 89722010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8973
8974 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8975 Fix typo in docstring (bug#6747).
8976
7815fe19 89772010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8978
8979 * eshell/esh-io.el (eshell-get-target): Better detection of
8980 read-only file (Bug#6762).
8981
7815fe19 89822010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8983
8984 * align.el (align-default-spacing): Doc fix.
8985 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8986
733946e7 89872010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8988
490b89ac 8989 * calendar/icalendar.el
93acd23d
JB
8990 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8991 (icalendar--get-weekday-numbers): New.
81ee9410 8992 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8993 values in weekly rules. (Bug#6766)
81ee9410 8994
490b89ac
UJ
89952010-08-08 Ulf Jasper <ulf.jasper@web.de>
8996
8997 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8998 (icalendar--create-uid, icalendar-export-region)
8999 (icalendar--parse-summary-and-rest): Code formatting.
9000
2c695727
JB
90012010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9002
01c35094 9003 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
9004 to italicize headers.
9005 (calc-highlight-selections-with-faces): New variable.
9006 (calc-selected-face, calc-nonselected-face): New faces.
9007
9008 * calc/calccomp.el (math-comp-highlight-string): Use
9009 `calc-highlight-selections-with-faces' to determine how to highlight
9010 sub-formulas.
9011
9012 * calc/calc-sel.el (calc-show-selections): Change message to when
9013 using faces to highlight selections.
9014
b93d4f22
MM
90152010-08-07 Michael R. Mauger <mmaug@yahoo.com>
9016
8d9e03e4
JB
9017 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
9018 Add SQLite 3 keywords, functions and datatypes.
9019 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
9020 (Bug#6686).
9021
9852377f
CY
90222010-08-07 Chong Yidong <cyd@stupidchicken.com>
9023
9024 * simple.el (select-active-regions): Move to keyboard.c.
9025 (deactivate-mark): Used saved-region-selection.
9026 (select-active-region): Function removed.
9027 (activate-mark, set-mark, push-mark-command)
9028 (handle-shift-selection): Don't call it.
9029 (keyboard-quit): Avoid adding the region to the window selection.
9030
9031 * mouse.el (mouse-drag-track): Remove hacks to deal with old
9032 select-active-regions implementation.
9033 (mouse-yank-at-click): Doc fix.
9034
9035 * cus-start.el: Add custom declaration for select-active-regions.
9036
822775bf
EZ
90372010-08-07 Eli Zaretskii <eliz@gnu.org>
9038
4c5130d6
EZ
9039 * simple.el (delete-forward-char): Doc fix.
9040
822775bf
EZ
9041 * tutorial.el (help-with-tutorial): Hack safe file-local variables
9042 after reading the tutorial.
9043
bd4c5e3e
AM
90442010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
9045
6a7662bb
BR
9046 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
9047 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 9048 their respective lines. (Bug#193)
bd4c5e3e 9049
d00fa9b6
MA
90502010-08-06 Michael Albinus <michael.albinus@gmx.de>
9051
8d9e03e4 9052 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 9053 property "vec".
6a7662bb
BR
9054 (tramp-process-sentinel): Use it for flushing the cache.
9055 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
9056 already when running the sentinel.
9057
90582010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
9059
9060 * comint.el (comint-mode): Make directory tracking functions
9061 functional on remote files. (Bug#6764)
9062
b3d42406
DN
90632010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
9064
9065 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
9066
29cf3e20
EZ
90672010-08-05 Eli Zaretskii <eliz@gnu.org>
9068
6a7662bb
BR
9069 * emacs-lisp/find-gc.el (find-gc-source-files):
9070 Rename unexec.c => unexcoff.c.
29cf3e20 9071
6a7662bb
BR
9072 * emacs-lisp/authors.el (authors-fixed-entries):
9073 Rename unexec.c => unexcoff.c.
29cf3e20 9074
39e1bf0b
MA
90752010-08-05 Michael Albinus <michael.albinus@gmx.de>
9076
9077 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
9078 cache, not only file cache.
9079 (tramp-process-sentinel): New defun.
9080 (tramp-handle-start-file-process): Use it, in order to invalidate
9081 file caches.
9082
9f982e22
LL
90832010-08-03 Leo <sdl.web@gmail.com>
9084
9085 * server.el (server-start): Simplify loop.
9086
0798a8d8
SM
90872010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9088
548c5c47
SM
9089 * frame.el (screen-height, screen-width, set-screen-width)
9090 (set-screen-height): Remove ancient compatibility aliases.
9091
3311d1c2
SM
9092 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9093 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9094
0798a8d8
SM
9095 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9096 that change current buffer.
9097
26ee77a6
YM
90982010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9099
9100 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9101 beginning of the string. Use `string-match-p'. (Bug#6765)
9102
aa1859f5
J
91032010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9104
9105 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9106
376c2b6b
CY
91072010-08-01 Chong Yidong <cyd@stupidchicken.com>
9108
0798a8d8 9109 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 9110 (package--builtins): Tweak descriptions.
0798a8d8
SM
9111 (package-print-package): Upcase descriptions if necessary.
9112 Show all built-in packages in font-lock-builtin-face.
9113 (package-list-packages-internal): Omit "emacs" package.
9114 Show status of built-in packages as "built-in".
376c2b6b 9115
16041401
CY
91162010-07-31 Chong Yidong <cyd@stupidchicken.com>
9117
9118 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9119 before killing to preserve the primary selection (Bug#6701).
9120
9121 * term/x-win.el (x-select-text): Doc fix.
9122
0798a8d8
SM
91232010-07-31 Nathaniel Flath <flat0103@gmail.com>
9124
452ea855
AM
9125 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9126 (objc-font-lock-extra-types):
452ea855 9127 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
9128 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9129 (c++-make-template-syntax-table)
9130 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9131 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9132 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9133 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
9134 * progmodes/cc-fonts.el (c-make-inverse-face)
9135 (c-basic-matchers-after):
452ea855
AM
9136 * progmodes/cc-engine.el (c-forward-keyword-clause)
9137 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9138 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9139 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
9140 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9141 The above functions were modified or created.
452ea855 9142
37766706
J
91432010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9144
0798a8d8 9145 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 9146
cd83d522
EZ
91472010-07-31 Eli Zaretskii <eliz@gnu.org>
9148
9149 * files.el (bidi-paragraph-direction): Define safe local values.
9150
9151 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9152 language-info-alist. Remove outdated FIXME in a comment.
9153
28e5cf7c
AM
91542010-07-31 Alan Mackenzie <acm@muc.de>
9155
9156 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9157 Auto-fill broken in C/C++ modes.
9158
bfeabdc3
JD
91592010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9160
9161 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9162 (menu-bar-showhide-tool-bar-menu-customize-disable)
9163 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
9164 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9165 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
9166 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9167 make a menu for Options => toolbar that can move it.
9168
063e5294
CY
91692010-07-29 Chong Yidong <cyd@stupidchicken.com>
9170
9171 * emacs-lisp/package-x.el (package--make-rss-entry):
9172 (package-maint-add-news-item, package--update-news)
9173 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9174
9175 * emacs-lisp/package.el (package-archive-url): Rename from
9176 package-archive-id.
9177 (package-install): Doc fix.
9178 (package-download-single, package-download-tar, package-install)
9179 (package-menu-view-commentary): Callers changed.
9180
683cc385
MA
91812010-07-29 Michael Albinus <michael.albinus@gmx.de>
9182
9183 * net/tramp.el (tramp-handle-start-file-process): Check only for
9184 `remote-tty' process property.
9185 (tramp-open-shell): Don't check for tty.
9186 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9187 process property.
9188
9189 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9190 host.
9191
bc44bef7
PH
91922010-07-28 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * emacs-lisp/package.el (package-load-list, package-archives)
9195 (package-archive-contents, package-user-dir)
9196 (package-directory-list, package--builtins, package-alist)
9197 (package-activated-list, package-obsolete-alist): Mark as risky.
9198
91992010-07-28 Phil Hagelberg <phil@evri.com>
9200
9201 Add support for non-default package repositories.
9202 * emacs-lisp/package.el (package-archive-base): Var deleted.
9203 (package-archives): New variable.
9204 (package-archive-contents): Doc fix.
0798a8d8 9205 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
9206 (package--write-file-no-coding): New function.
9207 (package-unpack-single): Use it.
9208 (package-archive-id): New function.
9209 (package-download-single, package-download-tar)
9210 (package-menu-view-commentary): Use it.
9211 (package-installed-p): Make second argument optional.
9212 (package-read-all-archive-contents): New function.
9213 (package-initialize): Use it.
9214 (package-read-archive-contents): Add ARCHIVE argument.
9215 (package--add-to-archive-contents): New function.
9216 (package-install): Don't call package-read-archive-contents.
9217 (package--download-one-archive): Store archive file in a
9218 subdirectory of package-user-dir.
9219 (package-menu-execute): Remove spurious line movement.
9220
8a52f00a
JD
92212010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9222
9223 * cus-start.el (tool-bar-style): Add text-image-horiz.
9224
b21d3ceb
MA
92252010-07-28 Michael Albinus <michael.albinus@gmx.de>
9226
9227 * progmodes/gud.el (gud-common-init): Check for remoteness of
9228 `file', and not of `default-directory'.
9229
8fbcce2d
MA
92302010-07-28 Michael Albinus <michael.albinus@gmx.de>
9231
9232 * net/tramp.el (tramp-methods): Move hostname to the end in all
9233 ssh `tramp-login-args'.
9234 (tramp-verbose): Describe verbose level 9.
9235 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9236 (tramp-open-connection-setup-interactive-shell): Trace stty
9237 settings if `tramp-verbose' >= 9.
9238 (tramp-handle-start-file-process): Implement tty setting.
9239 (Bug#4604, Bug#6360)
9240
9241 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9242 `tramp-verbose' to 9.
9243
128440c9
AH
92442010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9245
9246 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9247 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9248 Remove references to package `lisp-re' (bug#4369).
9249
ae0c2494
TT
92502010-07-27 Tom Tromey <tromey@redhat.com>
9251
9252 * progmodes/js.el (js-mode):
9253 * progmodes/make-mode.el (makefile-mode):
9254 * progmodes/simula.el (simula-mode):
9255 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9256
0ed082fe 92572010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
9258
9259 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9260
7c7c04c0
JB
9261 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9262 (display-time-world-buffer-name, display-time-world-mode-map):
9263 Fix typos in docstrings.
9264
0ed082fe 92652010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
9266
9267 * image-mode.el (image-display-size): New function.
9268 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9269 (image-mode-fit-frame): Use it (Bug#6639).
9270
0ed082fe 92712010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
9272
9273 * dired.el (dired-buffers-for-dir): Handle list values of
9274 dired-directory (Bug#6636).
9275
aa2d4bd3
SS
92762010-07-26 Sam Steingold <sds@gnu.org>
9277
9278 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9279 Do not call `x-get-selection' the second time, reuse the value.
9280
78b84da3
DU
92812010-07-26 Daiki Ueno <ueno@unixuser.org>
9282
9283 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 9284 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 9285
4f195cf7
DU
92862010-07-25 Daiki Ueno <ueno@unixuser.org>
9287
9288 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9289 exists before passing an error to find-file-not-found-functions
9290 (bug#6723).
9291
195e19e4
LH
92922010-07-23 Lukas Huonker <l.huonker@gmail.com>
9293
9294 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9295 Remove leading nil element, adjust values.
9296 (tetris-shapes, tetris-shape-scores):
9297 Change representation of shapes and remove some redundancy.
9298 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9299 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9300 Adjust for working with new representation of shapes.
9301 (tetris-shape-rotations): New function.
9302 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9303 (tetris-rotate-prev, tetris-rotate-next):
9304 Adjust for working with the new version of tetris-test-shape.
9305
9cf2db99
MT
93062010-07-23 Markus Triska <markus.triska@gmx.at>
9307
9308 * progmodes/ps-mode.el: Use comint (bug#5954).
9309 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9310 (ps-mode-other-newline): Simplify.
9311 (ps-run-mode): Derive from comint-mode instead of
9312 fundamental-mode, yielding input history etc.
9313 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9314 (ps-run-send-string): Adapt for comint-mode.
9315 (ps-run-newline): Remove now unneeded function.
9316
225d5e9e
MA
93172010-07-23 Michael Albinus <michael.albinus@gmx.de>
9318
9319 * net/tramp.el (tramp-methods): Move hostname to the end in all
9320 plink `tramp-login-args'.
9321
84bc68f2
MA
93222010-07-23 Michael Albinus <michael.albinus@gmx.de>
9323
9324 * net/tramp.el (tramp-open-shell): New defun.
9325 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9326 Use it.
9327
1eb5ca1c
MA
93282010-07-23 Michael Albinus <michael.albinus@gmx.de>
9329
9330 * net/tramp.el (tramp-file-name-regexp-unified)
9331 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9332 not regard the volume letter as remote filename. (Bug#5447)
9333
440735a7
JB
93342010-07-23 Juanma Barranquero <lekktu@gmail.com>
9335
9336 * custom.el (custom-declare-variable): Give a clearer error message
9337 when the docstring is missing (bug#6476).
9338
5474c40f
MM
93392010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9340
9341 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9342 (sql-login-params): New widget definition.
9343 (sql-oracle-login-params, sql-mysql-login-params)
9344 (sql-solid-login-params, sql-sybase-login-params)
9345 (sql-informix-login-params, sql-ingres-login-params)
9346 (sql-ms-login-params, sql-postgres-login-params)
9347 (sql-interbase-login-params, sql-db2-login-params)
9348 (sql-linter-login-params): Use it.
9349 (sql-sqlite-login-params): Use it; Define "database" parameter as
9350 a file name.
c4cc8b9a 9351 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9352 (sql-comint-sqlite): Make sure database name is complete.
9353 (sql-for-each-login): New function.
9354 (sql-connect, sql-save-connection): Use it.
9355 (sql-get-login-ext): New function.
9356 (sql-get-login): Use it.
9357 (sql-make-alternate-buffer-name): Handle :file parameters.
9358
9c0deccb
JB
93592010-07-22 Juanma Barranquero <lekktu@gmail.com>
9360
9361 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9362 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9363
aac818a8
TL
93642010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9365
9366 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9367
47d2734f
LM
93682010-07-22 Lawrence Mitchell <wence@gmx.li>
9369
9370 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9371
10e73994
MA
93722010-07-21 Michael Albinus <michael.albinus@gmx.de>
9373
9374 * net/tramp.el (tramp-get-ls-command)
9375 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9376 instead of "/".
9377
d26b0ea9
MM
93782010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9379
9380 * progmodes/sql.el: Version 2.3.
f49d1f52 9381 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9382 enhanced the widget definition.
88b5a757
DD
9383 (sql-mode-menu): Add submenu to select connections.
9384 (sql-interactive-mode-menu): Add "Save Connection" item.
9385 (sql-add-product): Fix menu item.
d26b0ea9 9386 (sql-get-product-feature): Improved error handling.
5f9d345c 9387 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9388 (sql-make-alternate-buffer-name): Simplified.
9389 (sql-product-interactive): Handle missing product.
9390 (sql-connect): Support string keys, minor improvements.
9391 (sql-save-connection): New function.
9392 (sql-connection-menu-filter): New function.
9393
af4b9ae5
MA
93942010-07-20 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9397 (tramp-open-connection-setup-interactive-shell):
9398 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9399 `tramp-send-command' where it belongs to.
9400
da040a16
MA
94012010-07-20 Michael Albinus <michael.albinus@gmx.de>
9402
9403 * net/tramp.el (tramp-perl-file-attributes)
9404 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9405 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9406 front of `login-args'.
9407
16f3ade5
JB
94082010-07-19 Juanma Barranquero <lekktu@gmail.com>
9409
9410 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9411 Set `show-trailing-whitespace' to nil.
9412 (display-time-world-display): Simplify.
9413
00af0b67
AM
94142010-07-18 Alan Mackenzie <acm@muc.de>
9415
9416 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9417 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9418 (c-before-hack-hook): Call `c-set-style' differently according to
9419 whether c-file-style was set in file or directory local
9420 variables.
9421
30c4d8dc
MM
94222010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9423
9424 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9425 (sql-product, sql-user, sql-database, sql-server, sql-port):
9426 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9427 property.
9428 (sql-password): Use defcustom :risky keyword rather than putting
9429 risky-local-variable property.
9430 (sql-oracle-login-params, sql-sqlite-login-params)
9431 (sql-solid-login-params, sql-sybase-login-params)
9432 (sql-informix-login-params, sql-ingres-login-params)
9433 (sql-ms-login-params, sql-postgres-login-params)
9434 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9435 (sql-linter-login-params): Add `port' option.
88b5a757 9436 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9437 (sql-comint-oracle, sql-comint-sybase)
9438 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9439 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9440 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9441 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9442 sql-comint-*.
88b5a757 9443 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9444 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9445 (sql-connection): New variable.
30c4d8dc
MM
9446 (sql-interactive-mode): Set it.
9447 (sql-connection-alist): New variable.
9448 (sql-connect): New function.
9449 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9450 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9451
f12492c8
TV
94522010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9453
9454 * image-mode.el (image-bookmark-make-record): Do not set context
9455 in an image (Bug#6650).
9456
91023c68
CY
94572010-07-17 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * simple.el (select-active-region): New function.
9460 (push-mark-command, set-mark, activate-mark)
9461 (handle-shift-selection): Use it.
9462 (deactivate-mark): Don't check for size of region.
9463
9464 * mouse.el (mouse-drag-track): Use select-active-region.
9465
1c0e8f0e
MA
94662010-07-17 Michael Albinus <michael.albinus@gmx.de>
9467
9468 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9469 "--dired" stronger.
9470
2490cbbc
CY
94712010-07-17 Chong Yidong <cyd@stupidchicken.com>
9472
9473 * term/x-win.el (x-select-enable-primary): Change default to nil.
9474 (x-select-enable-clipboard): Add :version keyword.
9475
9476 * mouse.el (mouse-drag-copy-region):
9477 * simple.el (select-active-regions): Likewise.
9478
f253ef6a
RS
94792010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9480
a628ad9d 9481 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9482 (vc-coding-system-for-diff): Use it to decide whether to inherit
9483 from the file the EOL format for reading the diffs of that file.
9484 (Bug#4451)
9485
134a027f
EZ
94862010-07-16 Eli Zaretskii <eliz@gnu.org>
9487
9488 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9489 unibyte, so compressed attachments are not compressed again.
9490
7e4289ad
MA
94912010-07-16 Michael Albinus <michael.albinus@gmx.de>
9492
9493 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9494 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9495 (tramp-find-shell): Simplify setting connection property.
9496 (tramp-get-ls-command): Make test for "--color=never" stronger.
9497
7473fff9 94982010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9499
9500 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9501 blocks within record declarations (i.e. variant parts) correctly.
9502
a11b38ee
SS
95032010-07-15 Simon South <ssouth@member.fsf.org>
9504
9505 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9506 over literal tokens when parsing so newlines aren't "absorbed" by
9507 single-line comments. Corrects the indentation of case blocks
9508 that have a comment on the first line.
9509
077e0753
KF
95102010-07-14 Karl Fogel <kfogel@red-bean.com>
9511
9512 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9513 by Drew Adams (Bug#5504).
9514
243881ed
J
95152010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9516
9517 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9518 now that Unicode is used (Bug#6594).
243881ed 9519
f9d71b42
CY
95202010-07-14 Chong Yidong <cyd@stupidchicken.com>
9521
9522 * term/x-win.el (x-select-enable-clipboard): Default to t.
9523 (x-initialize-window-system): Don't overwrite Paste menu item.
9524
9525 * simple.el (select-active-regions): Default to t.
9526 (push-mark-command): Don't overwrite primary with empty string.
9527
9528 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9529 (mouse-drag-copy-region): Default to nil.
9530
9531 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9532 Cut/Copy/Paste menu bar items.
9533
a628ad9d 95342010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9535
9536 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9537 Patch applied by Karl Fogel.
9538
9539 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9540 and `bookmark-current-buffer' if they have been already set in
9541 another buffer (e.g gnus-art).
9542
e44fa724 95432010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9544 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9545
9546 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9547
9548 * bookmark.el (bookmark-make-record-default): Allow unneeded
9549 information to be omitted from the record.
9550
9551 Adjust declarations and calls:
9552
9553 * info.el (bookmark-make-record-default): Adjust declaration.
9554 (Info-bookmark-make-record): Adjust call.
9555
9556 * woman.el (bookmark-make-record-default): Adjust declaration.
9557 (woman-bookmark-make-record): Adjust call.
9558
9559 * man.el (bookmark-make-record-default): Adjust declaration.
9560 (Man-bookmark-make-record): Adjust call.
9561
9562 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9563
9564 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9565
0c4371fe
KF
95662010-07-13 Karl Fogel <kfogel@red-bean.com>
9567
9568 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9569 This is also from Thierry Volpiatto's patch in bug #6444. However,
9570 because it was extraneous to the functional change in that patch,
9571 and causes a re-indendation, I am committing it separately.
9572
2bb8db3e 95732010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9574
9575 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9576 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9577 Patch applied by Karl Fogel (Bug#6444).
068a0233 9578
21bd02a6
CY
95792010-07-13 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9582
79cb9c05
AR
95832010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9584
9585 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9586 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9587 (ns-alternatives-map): Change S-tab binding to backtab
9588 (bug#6616).
9589
9590 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9591 under ns.
9592
beb000f9
AS
95932010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9594
dd86ea11
JB
9595 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9596 (Bug#5806)
e9952282 9597
beb000f9
AS
9598 * language/tv-util.el (tai-viet-re): Remove format.
9599
6f2cdcd1
KH
96002010-07-12 Kenichi Handa <handa@m17n.org>
9601
dd86ea11
JB
9602 * language/hebrew.el: Remove no-byte-compile declaration.
9603 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9604 composition-function-table for 3-character looking back.
9605 (hebrew-font-get-precomposed): New function.
9606 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9607
f479ef6e
CY
96082010-07-11 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * mouse.el (mouse-drag-track): Handle select-active-regions
9611 (Bug#6612).
9612
3277c1ee
MA
96132010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9614
9615 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9616 empty argument to gvfs-copy.
9617
3260caf8
GM
96182010-07-10 Glenn Morris <rgm@gnu.org>
9619
9620 * calendar/calendar.el (calendar-week-end-day): New function.
9621 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9622 Respect calendar-week-start-day. (Bug#6606)
9623 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9624 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9625 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9626 respect calendar-week-start-day.
9627
c876b263
CY
96282010-07-10 Chong Yidong <cyd@stupidchicken.com>
9629
9630 * simple.el (use-region-p): Doc fix (Bug#6607).
9631
dce34635
AG
96322010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9633
6a7662bb
BR
9634 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9635 Add regexps for cucumber and ruby.
dce34635 9636
c0397930
DU
96372010-07-08 Daiki Ueno <ueno@unixuser.org>
9638
9639 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9640 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9641 find-file from opening empty buffer when decryption failed
c0397930
DU
9642 (bug#6568).
9643
fd5539c6
AM
96442010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9645
a628ad9d
JB
9646 * textmodes/ispell.el (ispell-alternate-dictionary):
9647 Use file-readable-p.
fd5539c6
AM
9648 Return nil if no word-list is found at default locations.
9649 (ispell-complete-word-dict): Default to nil.
9650 (ispell-command-loop): Use 'word-list' when using lookup-words.
9651 (lookup-words): Use ispell-complete-word-dict or
9652 ispell-alternate-dictionary. Check for word-list availability
9653 and handle errors if needed with better messages (Bug#6539).
9654 (ispell-complete-word): Use ispell-complete-word-dict or
9655 ispell-alternate-dictionary.
9656
4565b08e
CS
96572010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9658
9659 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9660 builtins (BufferError, BytesWarning, WindowsError; callables
9661 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9662
a2c270e7
GM
96632010-07-07 Glenn Morris <rgm@gnu.org>
9664
9665 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9666 (zone-shift-left): Ignore intangibility, and any errors from
9667 forward-char.
9668 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9669 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9670 deleting, and copying text properties.
9671 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9672 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9673 to point-max is hard.
9674 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9675 (zone-fill-out-screen): Ignore intangibility.
9676
81133808
CY
96772010-07-05 Chong Yidong <cyd@stupidchicken.com>
9678
4ad11f8c
CY
9679 * menu-bar.el (menu-bar-mode):
9680 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9681 if it has been set.
9682
81133808
CY
9683 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9684 word/line selection (Bug#6565).
9685
b24344ca
JB
96862010-07-04 Juanma Barranquero <lekktu@gmail.com>
9687
9688 * net/dbus.el (dbus-send-signal): Declare function.
9689
b1ce08da
MA
96902010-07-04 Michael Albinus <michael.albinus@gmx.de>
9691
9692 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9693 (dbus-register-property): New optional argument EMITS-SIGNAL.
9694 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9695
5592c08f
CY
96962010-07-03 Chong Yidong <cyd@stupidchicken.com>
9697
9698 * mouse.el (mouse-drag-overlay): Variable deleted.
9699 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9700 (mouse--remap-link-click-p): New function.
9701 (mouse-drag-track): Handle dragging by using temporary Transient
9702 Mark mode, instead of a special overlay.
9703 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9704 mouse-show-mark.
9705
9706 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9707 deleted.
9708
a6ed0e28
JL
97092010-07-02 Juri Linkov <juri@jurta.org>
9710
9711 * autoinsert.el (auto-insert-alist): Fix readability
9712 by using dotted pair notation for lambda.
9713
c91e692b
JL
97142010-07-02 Juri Linkov <juri@jurta.org>
9715
9716 * faces.el (read-face-name): Rename arg `string-describing-default'
9717 to `default'. Doc fix. Display the default value in quotes
9718 in the prompt. With empty input, return the `default' arg,
9719 unless the default value is a string (in which case return nil).
9720 (describe-face): Replace the string `default' arg of `read-face-name'
9721 with the symbol `default'.
9722
23640f8f
CY
97232010-07-02 Chong Yidong <cyd@stupidchicken.com>
9724
9725 * emulation/viper-cmd.el (viper-delete-backward-char)
9726 (viper-del-backward-char-in-insert)
9727 (viper-del-backward-char-in-replace, viper-change)
9728 (viper-backward-indent): Replace delete-backward-char with
9729 delete-char (Bug#6552).
9730
b32d1614
CY
97312010-07-01 Chong Yidong <cyd@stupidchicken.com>
9732
9733 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9734
c1ef4455
CY
97352010-06-30 Chong Yidong <cyd@stupidchicken.com>
9736
9737 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9738 argument passed to frame-creation-function (Bug#5378).
9739
9740 * faces.el (x-handle-named-frame-geometry)
9741 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9742 (face-set-after-frame-default, tty-create-frame-with-faces):
9743 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9744 PARAMETER argument.
9745
55702e89
AS
97462010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9747
9748 * startup.el (command-line): Don't call tool-bar-setup in a
9749 tty-only build.
9750
dc9a226c
CY
97512010-06-30 Chong Yidong <cyd@stupidchicken.com>
9752
9753 * ruler-mode.el (ruler--save-header-line-format): New fun.
9754 (ruler-mode): Use it as a setter function, so as not to overwrite
9755 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9756
a2f043d3
CY
97572010-06-29 Chong Yidong <cyd@stupidchicken.com>
9758
9759 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9760 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9761 (vc-log-outgoing): Use it.
9762 (vc-diff-internal): Set diff-vc-backend.
9763
9764 * vc/diff-mode.el (diff-vc-backend): New var.
9765
62d115ef
J
97662010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9767
6a7662bb
BR
9768 * dynamic-setting.el (font-setting-change-default-font):
9769 Remove call to message.
62d115ef 9770
1180f752
KH
97712010-06-28 Kenichi Handa <handa@m17n.org>
9772
9773 * international/quail.el (quail-insert-kbd-layout): Fix the
9774 showing of untranslated characters.
9775
b9229673
CY
97762010-06-28 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * simple.el (delete-active-region): New option.
9779 (delete-backward-char): Implement in Lisp.
9780 (delete-forward-char): New command.
9781
5f9d345c 9782 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9783 (mouse-show-mark): Simplify.
9784
9785 * bindings.el (global-map): Bind delete and DEL, the former to
9786 delete-forward-char.
9787
a628ad9d 97882010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9789
9790 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9791 (ruby-mode): Bind indent-line-function (Bug#5119).
9792
3468f435
CY
97932010-06-27 Chong Yidong <cyd@stupidchicken.com>
9794
9795 * startup.el (command-line): Recognize "0" X resource value.
9796
6431f2e6
CY
97972010-06-27 Chong Yidong <cyd@stupidchicken.com>
9798
9799 * startup.el (command-line): Use X resources to set the value of
9800 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9801
9802 * menu-bar.el (menu-bar-mode):
9803 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9804 Set init-value to t.
9805
9806 * frame.el (frame-notice-user-settings): Don't change
9807 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9808 vice versa (Bug#2249).
9809
b61dfbe2
EZ
98102010-06-26 Eli Zaretskii <eliz@gnu.org>
9811
9812 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9813
f5cbf40e
AM
98142010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9815
a628ad9d
JB
9816 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9817 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9818
a628ad9d 9819 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9820 default directories are expanded (Bug#6143).
f5cbf40e 9821
8f3b8a5f
JL
98222010-06-24 Juri Linkov <juri@jurta.org>
9823
9824 * minibuffer.el (completions-format): Change default from nil to
9825 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9826
5af72a47
JL
98272010-06-24 Juri Linkov <juri@jurta.org>
9828
9829 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9830 buffer-locally to lambda that re-runs the vc diff command.
9831 (Bug#6447)
9832
8f804316
CY
98332010-06-24 Chong Yidong <cyd@stupidchicken.com>
9834
9835 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9836 echo area is in use (Bug#3412).
9837
be19ef0b
GM
98382010-06-22 Glenn Morris <rgm@gnu.org>
9839
6555773f
GM
9840 * textmodes/texinfmt.el (texinfo-format-region)
9841 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9842 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9843 (texinfo-format-option, texinfo-noindent):
9844 Use line-beginning-position and line-end-position.
9845
be19ef0b
GM
9846 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9847 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9848 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9849 utf-8 characters.
9850
7f0b7b3e
KF
98512010-06-21 Karl Fogel <kfogel@red-bean.com>
9852
49554388
GM
9853 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9854 forward-line fallout.
9855
e8579ebc
CY
98562010-07-06 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * mouse.el (mouse-appearance-menu): Add docstring.
9859
9860 * help.el (describe-key): Print up-event using key-description.
9861
5d1cd8bd
MA
98622010-07-03 Michael Albinus <michael.albinus@gmx.de>
9863
9864 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9865 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9866 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9867
112dbc0e
MA
98682010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9869
9870 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9871
d0cb23ca
DN
98722010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9873
9874 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9875 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9876 cases that cause insertion.
9877 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9878 with a nil state.
9879
01b229d1
CY
98802010-06-30 Chong Yidong <cyd@stupidchicken.com>
9881
9882 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9883
8bf1c786 98842010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9885
9886 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9887
dfc6544c
CY
98882010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9889
9890 * generic-x.el (bat-generic-mode): Fix regexp for command line
9891 switches (Bug#5719).
9892
b7d4de51
CY
98932010-06-27 Masatake YAMATO <yamato@redhat.com>
9894
dfc6544c
CY
9895 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9896 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9897
53cfe624 98982010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9899
8bf1c786 9900 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9901 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9902 bindings of bookmark-automatically-show-annotations (Bug#6515).
9903
aca54191
EZ
99042010-06-25 Eli Zaretskii <eliz@gnu.org>
9905
9906 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9907 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9908
2330fa87
ŠN
99092010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9910
9911 * comint.el (make-comint, make-comint-in-buffer): Mention return
9912 value in the docstrings. (Bug#6498)
9913
29115ca9
YR
99142010-06-24 Yoni Rabkin <yoni@rabkins.net>
9915
9916 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9917 since it is not present when using some non-default switches.
9918
2c79f053
KF
99192010-06-23 Karl Fogel <kfogel@red-bean.com>
9920
7f0b7b3e
KF
9921 * simple.el (compose-mail): Fix doc string to refer to
9922 `compose-mail-user-agent-warnings', instead of to the
9923 nonexistent `compose-mail-check-user-agent'.
9924
43a91810
AM
99252010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9926
9927 Fix an indentation bug:
9928
9929 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9930 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9931 of existing values.
9932
9933 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9934 (c-clear->-pair-props-if-match-before): now return t when they've
9935 cleared properties, nil otherwise.
9936 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9937 by taking account of the existing value.
9938
9939 * progmodes/cc-defs.el
9940 (c-clear-char-property-with-value-function): Fix this to clear the
9941 property rather than overwriting it with nil.
9942
8adb4c33
CY
99432010-06-20 Chong Yidong <cyd@stupidchicken.com>
9944
9945 * emacs-lisp/package.el (package-print-package): Add link to
9946 package description via describe-package.
9947 (describe-package-1): List package requirements. Add button to
9948 perform installation.
9949 (package-menu-describe-package): New command.
9950
9951 * help-mode.el (help-package): New button type.
9952
cced7584
CY
99532010-06-19 Chong Yidong <cyd@stupidchicken.com>
9954
9955 * emacs-lisp/package.el: Move package-list-packages binding to
9956 menu-bar.el.
9957 (describe-package, describe-package-1, package--dir): New funs.
9958 (package-activate-1): Use package--dir.
9959
9960 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9961
9962 * help-mode.el (help-package-def): New button type.
9963
9964 * menu-bar.el: Move package-list-packages binding here from
9965 package.el.
9966
d148e8f9
GH
99672010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9968
9969 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9970
b1a03ef6
SM
99712010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * emacs-lisp/edebug.el (edebug-read-list):
9974 Phase out old-style backquotes.
9975
dbd6da78
JL
99762010-06-17 Juri Linkov <juri@jurta.org>
9977
9978 * help-mode.el (help-mode): Set buffer-local variable
9979 revert-buffer-function to help-mode-revert-buffer.
9980 (help-mode-revert-buffer): New function.
9981
9982 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9983 before popping to "*info*" (like in other Info functions).
9984 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9985 old-history-forward. Pop to old-buffer-name or "*info*" to
9986 recreate the killed buffer. Set Info-history-forward from
9987 old-history-forward.
9988 (Info-breadcrumbs-depth): Add :group and :version.
9989
64eba874
DN
99902010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9991
9992 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9993
26508c03
AM
99942010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9995
a628ad9d
JB
9996 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9997 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9998
69582fcd
JB
99992010-06-17 Juanma Barranquero <lekktu@gmail.com>
10000
54ea2a0d
JB
10001 * emacs-lisp/package.el (package-menu-mode-map):
10002 Move initialization into declaration.
10003
69582fcd
JB
10004 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
10005
44198b6e
CY
100062010-06-17 Chong Yidong <cyd@stupidchicken.com>
10007
10008 * emacs-lisp/package.el (package-archive-base): Point to
10009 elpa.gnu.org.
10010 (package-enable, package-load-list): New defcustoms.
10011 (package-user-dir, package-directory-list): Turn into defcustoms.
10012 Don't include package-user-dir in package-directory-list.
10013 (package--builtins-base): Don't include Emacs as a "package".
10014 (package-subdirectory-regexp): New var.
10015 (package-load-all-descriptors, package-compute-transaction)
10016 (package-download-transaction): Obey package-load-list.
10017 (package-activate-1): Rename from package-do-activate.
10018 (package-list-packages-internal): Check package-load-list.
10019 (package-load-descriptor, package-generate-autoloads)
10020 (package-unpack, package-unpack-single)
6a7662bb
BR
10021 (package--read-archive-file, package-delete):
10022 Use expand-file-name.
44198b6e
CY
10023
10024 * emacs-lisp/package-x.el: New file. Package uploading
10025 functionality split out from package.el.
10026
95b6d681 10027 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
10028
100292010-06-17 Tom Tromey <tromey@redhat.com>
10030
10031 * emacs-lisp/package.el: New file.
10032
50d76a9f
DN
100332010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10034
10035 Fix vc-annotate for renamed files when using Git.
76e3243a 10036 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
10037 ls-files. Doe not pass the object as a file name to cat-file, it
10038 is not a file name.
10039 (vc-git-annotate-command): Pass the file name using -- to avoid
10040 ambiguity with the revision.
10041 (vc-git-previous-revision): Pass a relative file name.
10042
6095a05b
GM
100432010-06-22 Glenn Morris <rgm@gnu.org>
10044
943375a6
GM
10045 * progmodes/js.el (js-mode-map): Use standard capitalization and
10046 ellipses for menu entries.
10047
6095a05b
GM
10048 * wid-edit.el (widget-complete): Doc fix.
10049
4514199e
JH
100502010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
10051
10052 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
10053
c4786d60
DN
100542010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10055
11c46b39 10056 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 10057 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 10058 VC backend. Use it when non-nil.
a628ad9d 10059 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 10060 (Bug#6487).
11c46b39 10061
c4786d60 10062 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 10063 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
10064 Do not pass the file name to the 'previous-revision call when we
10065 don't want a file diff. (Bug#6489)
10066
04ec0963
DN
100672010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10068
11c46b39 10069 Fix finding revisions for renamed files in vc-annotate.
76e3243a 10070 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 10071 the VC backend. Use it when non-nil.
76e3243a 10072 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
10073 backend to vc-find-revision. (Bug#6487)
10074
c036381c
DN
100752010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10076
10077 Fix reading file names in Git annotate buffers.
95b6d681
JB
10078 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
10079 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 10080
05c123e6
AM
100812010-06-20 Alan Mackenzie <acm@muc.de>
10082
10083 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10084 in file local variables, set it first.
10085
4111f0c7
GM
100862010-06-19 Glenn Morris <rgm@gnu.org>
10087
74739ffd
GM
10088 * descr-text.el (describe-char-unicode-data): Insert separating
10089 space when needed. (Bug#6422)
10090
4111f0c7
GM
10091 * progmodes/idlwave.el (idlwave-action-and-binding):
10092 Fix typo in 2009-12-03 change. (Bug#6450)
10093
e20f0421
SM
100942010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10097 handling for `lambda' (misunderstanding).
10098
fb3e306a
JB
100992010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10100
dd86ea11 10101 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
10102 constants aren't distributed after they are factored out.
10103
e020fb59
JL
101042010-06-16 Juri Linkov <juri@jurta.org>
10105
10106 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10107 `list-colors-print'. (Bug#6332)
10108
b8add347
SM
10109 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10110
36901266
SM
101112010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10112
49b2e83d
SM
10113 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10114 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10115
36901266
SM
10116 * font-lock.el (font-lock-major-mode): Rename from
10117 font-lock-mode-major-mode to distinguish it from
10118 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10119 (font-lock-set-defaults):
10120 * font-core.el (font-lock-default-function): Adjust users.
10121 (font-lock-mode): Don't set it at all.
10122
2a64315a 101232010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 10124
76e3243a 10125 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 10126
2a64315a 101272010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
10128
10129 * calendar/appt.el (appt-time-msg-list): Doc fix.
10130 (appt-check): Let-bind appt-warn-time.
10131 (appt-add): Make the 3rd argument optional.
10132 Simplify argument names. Doc fix. Check for integer WARNTIME.
10133 Only add WARNTIME to the output list if non-nil.
10134
2a64315a 101352010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
10136
10137 * calendar/appt.el (appt-check): Let the 3rd element of
10138 appt-time-msg-list specify the warning time.
10139 (appt-add): Add new argument with the warning time. (Bug#5176)
10140
6a7662bb 101412010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 10142
76e3243a 10143 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
10144 older than version 1.6. (Bug#6361)
10145
2a64315a 101462010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
10147
10148 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10149 used by cl-do-arglist. (Bug#6408)
10150
30d7ac37
AM
101512010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10152
6a7662bb
BR
10153 * textmodes/ispell.el (ispell-dictionary-base-alist):
10154 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
10155 Suggested by Rolando Pereira (bug#6434).
10156
8fd02581
JB
101572010-06-15 Juanma Barranquero <lekktu@gmail.com>
10158
10159 * facemenu.el (list-colors-sort): Doc fix.
10160
6a7662bb 101612010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
10162
10163 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10164
f0bf7c8e
JL
101652010-06-14 Juri Linkov <juri@jurta.org>
10166
10167 Add sort option `list-colors-sort'. (Bug#6332)
10168 * facemenu.el (color-rgb-to-hsv): New function.
10169 (list-colors-sort): New defcustom.
10170 (list-colors-sort-key): New function.
10171 (list-colors-display): Doc fix. Sort list according to the option
10172 `list-colors-sort'.
10173 (list-colors-print): Add HSV values to `help-echo' property of
10174 RGB strings.
10175
c42fe9a5
JL
101762010-06-14 Juri Linkov <juri@jurta.org>
10177
10178 * compare-w.el: Move to the "vc" subdirectory.
10179
b263a4c4
SM
101802010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10181
d8b0cddd
SM
10182 * image-mode.el (image-mode-map): Remap left-char and right-char.
10183
b263a4c4
SM
10184 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10185
89877f5f
CY
101862010-06-12 Chong Yidong <cyd@stupidchicken.com>
10187
133a8d82
CY
10188 * term/common-win.el (x-colors): Add all the color names defined
10189 in rgb.txt (Bug#6332).
10190
89877f5f
CY
10191 * facemenu.el (list-colors-print): Don't print extra names if it
10192 will overflow the window width.
10193
10194 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 10195 change (Bug#6343).
89877f5f 10196
9d1f18b5
EZ
101972010-06-12 Eli Zaretskii <eliz@gnu.org>
10198
10199 * files.el (make-directory): Doc fix (bug#6396).
10200
b81a0b56
MA
102012010-06-12 Michael Albinus <michael.albinus@gmx.de>
10202
10203 * net/tramp.el (tramp-remote-process-environment): Protect version
10204 string by apostroph.
10205 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10206 XEmacs.
10207 (tramp-file-name-for-operation): Add `call-process-region'.
10208 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10209
10210 * net/tramp-compat.el (top): Do not autoload
10211 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10212 only when `start-file-process' is not bound.
10213 (tramp-advice-file-expand-wildcards): Do not use
10214 `tramp-handle-file-remote-p'.
10215 (tramp-compat-make-temp-file): Handle the case, that
10216 `make-temp-file' has no third argument EXTENSION.
10217
69f18acc
JB
102182010-06-11 Juanma Barranquero <lekktu@gmail.com>
10219
5fee75d4
JB
10220 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10221
69f18acc
JB
10222 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10223
9766adfb
JL
102242010-06-11 Juri Linkov <juri@jurta.org>
10225
10226 * finder.el (finder-known-keywords): Add keyword "vc"
10227 for version control.
10228
10229 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10230 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10231 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10232 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10233
56b2854f
JL
102342010-06-11 Juri Linkov <juri@jurta.org>
10235
10236 Move version control related files to the "vc" subdirectory.
10237 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10238 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10239 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10240 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10241 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10242 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10243 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10244 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10245 Move files to the "vc" subdirectory.
10246
6534e58a
CY
102472010-06-11 Chong Yidong <cyd@stupidchicken.com>
10248
10249 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10250 (Bug#6367).
10251
84d9562f
SE
102522010-06-11 Stephen Eglen <stephen@gnu.org>
10253
10254 * shell.el: Bind `shell-resync-dirs' to M-RET.
10255
3ef0a6a5
MA
102562010-06-10 Michael Albinus <michael.albinus@gmx.de>
10257
10258 * notifications.el: Move file from lisp/net, because it is
10259 supposed to talk locally to the user.
10260
fa4003da
MA
102612010-06-10 Julien Danjou <julien@danjou.info>
10262
10263 * net/notifications.el (notifications-on-action-signal)
10264 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 10265 argument to the callback functions. Add docstrings.
fa4003da
MA
10266 (notifications-notify): Fix docstring.
10267
46e6650e
GM
102682010-06-10 Glenn Morris <rgm@gnu.org>
10269
10270 * emacs-lisp/authors.el (authors-ignored-files)
10271 (authors-valid-file-names): Add some files.
10272
a71832f7
SM
102732010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10276 merge conflict, giving preference to the emacs-23 version of the code.
10277
8c6eab5a
SM
102782010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10279
989bc97f
SM
10280 * emacs-lisp/advice.el (ad-compile-function):
10281 Define warning-suppress-types before we let-bind it (bug#6275).
10282
8c6eab5a
SM
10283 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10284 declare it, make it buffer-local and permanent-local (bug#6324).
10285 (vc-resynch-window): Adjust name.
10286 * vc-hooks.el (vc-find-file-hook): Adjust name.
10287
890a18d6
MA
102882010-06-09 Michael Albinus <michael.albinus@gmx.de>
10289
10290 * net/notifications.el (notifications-notify): Fix docstring.
10291
bf3e70eb
JB
102922010-06-09 Juanma Barranquero <lekktu@gmail.com>
10293
10294 Update to Unicode 6.0.0 beta.
10295 * international/charprop.el: Update copyright.
10296 * international/mule-cmds.el (ucs-names): Update character ranges.
10297 * international/uni-bidi.el:
10298 * international/uni-category.el:
10299 * international/uni-combining.el:
10300 * international/uni-comment.el:
10301 * international/uni-decimal.el:
10302 * international/uni-decomposition.el:
10303 * international/uni-digit.el:
10304 * international/uni-lowercase.el:
10305 * international/uni-mirrored.el:
10306 * international/uni-name.el:
10307 * international/uni-numeric.el:
10308 * international/uni-old-name.el:
10309 * international/uni-titlecase.el:
10310 * international/uni-uppercase.el: Regenerate.
10311
b978141d
JB
103122010-06-09 Juanma Barranquero <lekktu@gmail.com>
10313
ee8359ba
JB
10314 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10315 (smie-precs-precedence-table): Fix typo in docstring.
10316
f64ab8fb
JB
10317 * vc-mtn.el (log-edit-extract-headers): Declare function.
10318
883ffa8c
JB
10319 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10320
b978141d
JB
10321 * net/notifications.el (dbus-register-signal): Declare function.
10322 (notifications-notify): Fix typos and reflow docstring.
10323
5f4f2ae4
DN
103242010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10325
10326 Improve VC create/retrieve tag/branch.
10327 * vc.el (vc-create-tag): Do not read the directory name for VCs
10328 with repository revision granularity. Adjust the tag/branch
10329 prompt. Reset VC properties.
10330 (vc-retrieve-tag): Do not read the directory name for VCs
10331 with repository revision granularity. Reset VC properties.
10332
41a86354
MA
103332010-06-09 Julien Danjou <julien@danjou.info>
10334
ef33fd34 10335 * net/notifications.el: New file.
41a86354 10336
fab43c76
DN
103372010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10338
00fd1147
DN
10339 Add optional support for resetting VC properties.
10340 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10341 call vc-file-clearprops when true.
10342 (vc-resynch-buffer): Add new optional argument, pass it down.
10343 (vc-resynch-buffers-in-directory): Likewise.
10344
fab43c76
DN
10345 Improve support for special markup in the VC commit message.
10346 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10347 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10348 * vc-git.el (vc-git-checkin):
10349 * vc-bzr.el (vc-bzr-checkin): Likewise.
10350
e7d67e73
SM
103512010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10354 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10355
277e6741
MP
103562010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10357
10358 * iimage.el: Remove images as soon as the underlying text is modified.
10359 (iimage-modification-hook): New function.
10360 (iimage-mode-buffer): Use it.
10361
83156c18
SM
103622010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10365 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10366 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10367 (smie-indent-keyword): Add handling of open-paren keywords.
10368 (smie-indent-comment-continue): Don't assume comment-continue.
10369
13b5221f
MR
103702010-06-07 Martin Rudalics <rudalics@gmx.at>
10371
10372 * window.el (pop-to-buffer): Remove the conditional that
10373 compares new-window and old-window, so it will reselect
10374 the selected window unconditionally.
10375 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10376
c2ea5810
SM
103772010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * emacs-lisp/smie.el (smie-indent-offset-after)
10380 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10381 (smie-indent-after-keyword): Use them.
10382 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10383 (smie-indent-keyword): Tweak the black magic.
10384 (smie-indent-comment-continue): Strip comment-continue before use.
10385 (smie-indent-functions): Indent comments before keywords.
10386
27dd3c11
JL
103872010-06-06 Juri Linkov <juri@jurta.org>
10388
10389 * isearch.el (isearch-lazy-highlight-search): Fix looping
10390 by checking for empty match. This syncs this loop with the
10391 similar loop in `isearch-search'. (Bug#6362)
10392
35b148ee
JB
103932010-06-05 Juanma Barranquero <lekktu@gmail.com>
10394
10395 * net/dbus.el (dbus-register-method): Declare function.
10396 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10397 (dbus-introspect): Doc fix.
10398 (dbus-event-bus-name, dbus-introspect-get-interface)
10399 (dbus-introspect-get-argument): Reflow docstrings.
10400
eccdfe5f
DN
104012010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10402
10403 vc-log-incoming/vc-log-outgoing fixes for Git.
10404 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10405 incoming/outgoing logs.
10406 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10407 instead of vc-git-compute-remote.
10408 (vc-git-compute-remote): Remove.
10409
86253dc0
CY
104102010-06-04 Chong Yidong <cyd@stupidchicken.com>
10411
10412 * term/common-win.el (x-colors): Add "dark green" and "dark
10413 turquoise" (Bug#6332).
10414
0665f661
JL
104152010-06-04 Juri Linkov <juri@jurta.org>
10416
10417 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10418 Instead of setting `replace' to t and replacing the same string
10419 with itself, don't do certain actions when
10420 kill-do-not-save-duplicates is non-nil and string is equal to car
10421 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10422 interprogram-paste strings to kill-ring, and don't push the input
10423 argument `string' to kill-ring.
10424 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10425
087fc47a
JB
104262010-06-04 Juanma Barranquero <lekktu@gmail.com>
10427
10428 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10429
4f201088
MA
104302010-06-04 Michael Albinus <michael.albinus@gmx.de>
10431
10432 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10433 (tramp-gvfs-handler-mounted-unmounted)
10434 (tramp-gvfs-connection-mounted-p): Handle default-location.
10435
10436 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10437 move files to trash.
10438
18ccd78a
JB
104392010-06-04 Juanma Barranquero <lekktu@gmail.com>
10440
10441 * international/mule-cmds.el (nonascii-insert-offset)
10442 (nonascii-translation-table): Add obsolescence information.
10443
10444 * international/mule.el (make-translation-table-from-vector): Doc fix.
10445
3845c322
GM
104462010-06-03 Glenn Morris <rgm@gnu.org>
10447
10448 * desktop.el (desktop-clear-preserve-buffers):
10449 Add "*Warnings*" buffer. (Bug#6336)
10450
54d3626e
DN
104512010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10452
6941ffec
DN
10453 vc-log-incoming/vc-log-outgoing improvements for Git.
10454 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10455 short log.
10456 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10457
54d3626e
DN
10458 Add bindings for vc-log-incoming and vc-log-outgoing.
10459 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10460 and vc-log-outgoing.
10461 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10462 and vc-log-outgoing.
10463
aa1bc616
CY
104642010-06-03 Chong Yidong <cyd@stupidchicken.com>
10465
10466 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10467 (rcirc-handler-366): Always sort nicknames.
10468
e2d2a205
JB
104692010-06-03 Juanma Barranquero <lekktu@gmail.com>
10470
10471 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10472
44ea155d
CY
104732010-06-03 Chong Yidong <cyd@stupidchicken.com>
10474
a628ad9d 10475 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10476
a91dedc4
SM
104772010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10480 (rcirc-sort-nicknames-join): Avoid setq.
10481
c62bf05a
DD
104822010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10483
10484 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10485 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10486 (rcirc-handler-366): Use them.
10487
dd2c3c92
SM
104882010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 Split smie-indent-calculate into more manageable chunks.
10491 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10492 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10493 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10494 (smie-indent-exps): Extract from smie-indent-calculate.
10495 (smie-indent-functions): New var.
10496 (smie-indent-functions): Use them.
10497
927c346b
SM
104982010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10501 (smie-indent-calculate): Simplify and cleanup.
10502
1efeec86
MA
105032010-06-02 Michael Albinus <michael.albinus@gmx.de>
10504
10505 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10506 (tramp-gvfs-mount-point): Remove.
10507 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10508 New defuns.
1efeec86
MA
10509 (with-tramp-dbus-call-method): Format trace message.
10510 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10511 Implement backup call, when operation on local files fails.
10512 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10513 (tramp-gvfs-handle-make-directory): Make more traces.
10514 (tramp-gvfs-url-file-name): Hexify file name in url.
10515 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10516 into account for the resulting file name.
10517 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10518 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10519 (tramp-gvfs-handler-mounted-unmounted)
10520 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10521 attribute "default_location". Set "prefix" property.
10522 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10523 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10524 exists. Raise an error, if not (due to a corresponding answer
10525 "no" in interactive questions, for example).
10526
89877f5f 105272010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10528
10529 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10530
24f574a9
JB
105312010-06-01 Juanma Barranquero <lekktu@gmail.com>
10532
10533 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10534 right-*. (Bug#6265)
10535
290736f2
DN
105362010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10537
61158bfa
DN
10538 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10539 * vc-git.el (vc-git-compute-remote): New function.
10540 (vc-git-log-outgoing): Use it instead of hard coding a value.
10541 (vc-git-log-incoming): New function.
10542
5828f6ca
DN
10543 Improve state updating for VC tag commands.
10544 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10545 to update the state of all buffers in the directory.
10546
290736f2
DN
10547 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10548
feceda26
SM
105492010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10552 `file-directory-p' to the filename part rather than to the whole text.
10553
896114cf
SM
105542010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10557
1603358c
DA
105582010-05-31 Drew Adams <drew.adams@oracle.com>
10559
10560 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10561
fe40dc63
JB
105622010-05-31 Juanma Barranquero <lekktu@gmail.com>
10563
10564 * subr.el (momentary-string-display): Just use read-event to read
10565 the exit event (Bug#6238).
10566
9e8014c6
EZ
105672010-05-30 Eli Zaretskii <eliz@gnu.org>
10568
10569 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10570
61a08071
JB
105712010-05-30 Juanma Barranquero <lekktu@gmail.com>
10572
10573 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10574 Suggested by Eli Zaretskii <eliz@gnu.org>.
10575
5feec8ca
SM
105762010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10577
10578 * minibuffer.el (completion-file-name-table): Don't return a boundary
10579 past the end of `string' (bug#6299).
10580 (completion--file-name-table): Delegate to completion-file-name-table
10581 for the `boundaries' case.
10582
8175cb90
JB
105832010-05-30 Juanma Barranquero <lekktu@gmail.com>
10584
2b94133f
JB
10585 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10586 movement commands.
10587
8175cb90
JB
10588 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10589 `path-separator', but maintain compatibility with Emacs 20.2.
10590
0191e222
CY
105912010-05-29 Chong Yidong <cyd@stupidchicken.com>
10592
10593 * server.el (server-process-filter): Receive parent-id argument
10594 from emacsclient.
10595 (server-create-window-system-frame): New arg. Pass parent-id as
10596 frame parameter.
10597
9b655a0a
EZ
105982010-05-29 Eli Zaretskii <eliz@gnu.org>
10599
db5dce9d
EZ
10600 Bidi-sensitive word movement with arrow keys.
10601 * subr.el (right-arrow-command, left-arrow-command): Move to
10602 bindings.el.
10603
10604 * bindings.el (right-char, left-char): Move from subr.el and
10605 rename from right-arrow-command and left-arrow-command.
10606 (right-word, left-word): New functions.
10607 (global-map) <right>: Bind to right-char.
10608 (global-map) <left>: Bind to left-char.
10609 (global-map) <C-right>: Bind to right-word.
10610 (global-map) <C-left>: Bind to left-word.
10611
9b655a0a
EZ
10612 * ls-lisp.el (ls-lisp-classify-file): New function.
10613 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10614 (ls-lisp-classify): Call ls-lisp-classify-file.
10615 (insert-directory): Remove blanks from switches.
10616
fcb52808
CY
106172010-05-29 Chong Yidong <cyd@stupidchicken.com>
10618
10619 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10620 (ansi-color-drop-regexp): New constant.
10621 (ansi-color-apply, ansi-color-filter-region)
896114cf 10622 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10623 (ansi-color-apply): Build string list before calling concat.
10624
0040735a
JL
106252010-05-28 Juri Linkov <juri@jurta.org>
10626
10627 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10628 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10629 (Bug#5270)
10630
b6827fff
MA
106312010-05-28 Michael Albinus <michael.albinus@gmx.de>
10632
10633 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10634 to ignored backtrace functions.
10635 (with-progress-reporter): Expand docstring.
10636 (tramp-handle-delete-file): Implement TRASH argument.
10637 (tramp-get-remote-trash): New defun.
10638
eba082a2
MA
106392010-05-28 Michael Albinus <michael.albinus@gmx.de>
10640
6a7662bb
BR
10641 * net/tramp-compat.el (tramp-compat-delete-file):
10642 Use `symbol-value' for backward compatibility.
eba082a2
MA
10643
10644 * net/tramp.el (tramp-handle-make-symbolic-link)
10645 (tramp-handle-load)
10646 (tramp-do-copy-or-rename-file-via-buffer)
10647 (tramp-do-copy-or-rename-file-directly)
10648 (tramp-do-copy-or-rename-file-out-of-band)
10649 (tramp-handle-process-file, tramp-handle-call-process-region)
10650 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10651 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10652 (tramp-delete-temp-file-function): Use `delete-file' instead
10653 of `tramp-compat-delete-file'.
10654
10655 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10656 (tramp-fish-handle-make-symbolic-link)
10657 (tramp-fish-handle-process-file): Use `delete-file' instead
10658 of `tramp-compat-delete-file'.
10659
6a7662bb
BR
10660 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10661 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10662
d86d2721
SM
10663 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10664 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10665
6a7662bb
BR
10666 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10667 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10668
10669 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10670 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10671 (tramp-smb-handle-write-region): Use `delete-file' instead of
10672 `tramp-compat-delete-file'.
10673 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10674
f1a5d776
CY
106752010-05-27 Chong Yidong <cyd@stupidchicken.com>
10676
10677 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10678 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10679 (dired-do-flagged-delete, dired-do-delete): Use trash.
10680
10681 * speedbar.el (speedbar-item-delete): Allow trashing.
10682
10683 * files.el (delete-directory): New arg TRASH.
10684
10685 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10686 (ange-ftp-rename-remote-to-remote)
10687 (ange-ftp-rename-local-to-remote)
10688 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10689 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10690 `delete-file'.
10691 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10692 allow trashing.
10693
10694 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10695 handle new TRASH arg of `delete-file'.
10696
c4ce1145 10697 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10698 (tramp-handle-make-symbolic-link, tramp-handle-load)
10699 (tramp-do-copy-or-rename-file-via-buffer)
10700 (tramp-do-copy-or-rename-file-directly)
10701 (tramp-do-copy-or-rename-file-out-of-band)
10702 (tramp-handle-process-file, tramp-handle-call-process-region)
10703 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10704 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10705 (tramp-delete-temp-file-function): Use null TRASH arg in
10706 tramp-compat-delete-file call.
10707
10708 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10709 (tramp-fish-handle-delete-file)
10710 (tramp-fish-handle-make-symbolic-link)
10711 (tramp-fish-handle-process-file): Use null TRASH arg in
10712 `tramp-compat-delete-file' call.
10713
10714 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10715 arg in `tramp-compat-delete-file' call.
10716
10717 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10718 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10719 `tramp-compat-delete-file' call.
10720
10721 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10722 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10723 `tramp-compat-delete-file' call.
10724
10725 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10726 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10727 (tramp-smb-handle-write-region): Use null TRASH arg in
10728 tramp-compat-delete-file call.
10729 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10730 (tramp-smb-handle-delete-file): Rename arg.
10731
10732 * diff.el (diff-sentinel):
10733 * epg.el (epg--make-temp-file, epg-decrypt-string)
10734 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10735 * jka-compr.el (jka-compr-partial-uncompress)
10736 (jka-compr-call-process, jka-compr-write-region):
10737 * server.el (server-sentinel): Remove optional arg from
10738 delete-file, reverting 2010-05-03 change.
10739
ecb0ab90
CY
107402010-05-27 Chong Yidong <cyd@stupidchicken.com>
10741
6a7662bb
BR
10742 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10743 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10744
2b25da45
KH
107452010-05-27 Kenichi Handa <handa@m17n.org>
10746
10747 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10748 element of GSTRING is nil.
10749
11e4d8c0
SM
107502010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10751
10752 * emacs-lisp/smie.el (smie-forward-token-function)
10753 (smie-backward-token-function): New vars.
10754 (smie-backward-sexp, smie-forward-sexp)
10755 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10756 (smie-default-backward-token): Rename from smie-backward-token and
10757 skip comments.
10758 (smie-default-forward-token): Rename from smie-forward-token and
10759 skip comments.
10760 (smie-next-sexp): Handle nil results from next-token.
10761 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10762
4da3541b
CY
107632010-05-27 Chong Yidong <cyd@stupidchicken.com>
10764
896114cf
SM
10765 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10766 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10767
107682010-05-27 Masatake YAMATO <yamato@redhat.com>
10769
10770 * htmlfontify.el (hfy-face-resolve-face): New function.
10771 (hfy-face-to-style): Use it (Bug#6279).
10772
6dc439cb
SM
107732010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10776 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10777
021eb8d7
GM
107782010-05-26 Glenn Morris <rgm@gnu.org>
10779
10780 * emulation/edt.el (edt-load-keys): Use locate-library.
10781
bef4957b
CY
107822010-05-25 Chong Yidong <cyd@stupidchicken.com>
10783
10784 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10785 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10786 (log-edit-changelog-insert-entries): Args changed.
10787 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10788 (log-edit-insert-changelog-entries): Reorganize return value of
10789 `log-edit-changelog-entries' to pass filenames to
10790 log-edit-changelog-insert-entries.
10791
84fb0956
TV
107922010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10793
10794 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10795 `image-dired-dired-insert-marked-thumbs' to
10796 `image-dired-dired-toggle-marked-thumbs'.
10797
10798 * image-dired.el: Require cl when compiling.
10799 (image-dired-dired-toggle-marked-thumbs): Rename from
10800 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10801 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10802 to 'no-dir. Skip files whose names don't match
10803 `image-file-name-regexp'. When file has a thumbnail overlay,
10804 delete it. (Bug#5270)
10805
0fb1193d
JL
108062010-05-25 Juri Linkov <juri@jurta.org>
10807
10808 * image-mode.el (image-mode): Add image-after-revert-hook to
10809 after-revert-hook.
10810 (image-after-revert-hook): New function. (Bug#5669)
10811
fc937924
JL
108122010-05-25 Juri Linkov <juri@jurta.org>
10813
10814 * image.el (image-animated-p): When delay between animated images
10815 is 0, set it to 10 (0.1 sec). (Bug#6258)
10816
fa9ba953
MA
108172010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10818
10819 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10820 `forward-word', its default syntax could be changed.
fa9ba953 10821
9e021389
MA
108222010-05-25 Michael Albinus <michael.albinus@gmx.de>
10823
10824 * net/tramp.el (tramp-progress-reporter-update): New defun.
10825 (with-progress-reporter): Use it.
10826 (tramp-process-actions):
6a7662bb
BR
10827 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10828 Preserve current message, in order to let progress reporter continue
9e021389
MA
10829 afterwards. (Bug#6257)
10830
6169260b
GM
108312010-05-25 Glenn Morris <rgm@gnu.org>
10832
10833 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10834 Add :version.
10835
d26781af
RY
108362010-05-25 Ryan Yeske <rcyeske@gmail.com>
10837
8826afe3 10838 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10839 (rcirc-default-full-name): Change to "unknown".
10840 (rcirc-user-name-history): Add variable.
8826afe3
GM
10841
108422010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10843 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10844
10845 * net/rcirc.el (rcirc-server-alist): Add :pass.
10846 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10847 username and password.
a628ad9d 10848 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10849 value to server when connecting.
10850
d355a0b7
SM
108512010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10852
f5228f84
SM
10853 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10854 (smie-merge-prec2s): Pass the tables as separate args.
10855 (smie-bnf-precedence-table): Adjust call accordingly.
10856 (smie-prec2-levels): Set levels at the end.
10857
d355a0b7
SM
10858 Replace Lisp calls to delete-backward-char by delete-char.
10859 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10860 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10861 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10862 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10863 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10864 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10865 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10866 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10867 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10868 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10869 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10870 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10871 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10872 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10873 delete-backward-char by calls to delete-char.
10874
f668ef02
KH
108752010-05-25 Kenichi Handa <handa@m17n.org>
10876
10877 * language/hebrew.el (hebrew-shape-gstring): New function.
10878 Register it in composition-function-table for all Hebrew combining
10879 characters.
10880
397eb3f3
SM
108812010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * epa.el (epa--select-keys): Don't explicitly delete the window since
10884 that can fail (e.g. sole window in frame). Use dedication instead.
10885
171eda53 108862010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10887
10888 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10889
110683ad
CY
108902010-05-22 Chong Yidong <cyd@stupidchicken.com>
10891
10892 * image.el (image-refresh): Define as an alias for image-flush.
10893
10894 * image-mode.el (image-toggle-display-image): Caller changed.
10895
df9db151
JL
108962010-05-21 Juri Linkov <juri@jurta.org>
10897
10898 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10899 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10900 whitespace, call wildcard-to-regexp on substrings and concat them
10901 with "\\|". (Bug#6114)
10902
c0209c2c
AM
109032010-05-21 Alan Mackenzie <acm@muc.de>
10904
171eda53
SM
10905 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10906 Replace parameter `here' with `here-' and `here-plus', which sandwich
10907 any pertinent CPP construct.
c0209c2c
AM
10908 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10909 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10910 CPP construct from taking part in the scanning.
10911
655bded0
MA
109122010-05-21 Michael Albinus <michael.albinus@gmx.de>
10913
10914 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10915 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10916 Tune `with-progress-reporter' messages.
655bded0
MA
10917 (tramp-handle-vc-registered):
10918 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10919 (tramp-fish-handle-insert-file-contents)
10920 (tramp-fish-maybe-open-connection):
10921 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10922 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10923 (tramp-imap-handle-insert-file-contents)
10924 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10925
3e17a1a7
JB
109262010-05-21 Juanma Barranquero <lekktu@gmail.com>
10927
bf1e8d4a
JB
10928 * add-log.el (change-log-font-lock-keywords):
10929 Highlight all authors in multi-author entries.
10930
3e17a1a7
JB
10931 * smerge-mode.el (smerge-refine-ignore-whitespace)
10932 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10933 Fix typos in docstrings.
10934 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10935
969e684a
GM
109362010-05-21 Glenn Morris <rgm@gnu.org>
10937
e75c1e7d
GM
10938 * progmodes/fortran.el (fortran-mode):
10939 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10940
969e684a
GM
10941 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10942 having a relative path in src/Makefile.in.
10943
a50878fa
KR
109442010-05-20 Kevin Ryde <user42@zip.com.au>
10945
10946 * help-mode.el (help-make-xrefs): For Info node links turn
10947 newlines into spaces. Link node names with newlines are matched
10948 by help-xref-info-regexp and buttonized, this change ensures they
10949 can be followed successfully with RET. (Bug#6206)
10950
f66a2f90
JL
109512010-05-20 Juri Linkov <juri@jurta.org>
10952
10953 * locate.el (locate): Use pop-to-buffer instead of
10954 switch-to-buffer-other-window. (Bug#6204)
10955
201d895a
JL
109562010-05-20 Juri Linkov <juri@jurta.org>
10957
10958 * replace.el (replace-highlight): Fix lazy-highlighting
10959 for `M-s w str M-% str RET'.
10960
1ddb2ea0
MY
109612009-12-15 Masatake YAMATO <yamato@redhat.com>
10962
10963 * isearch.el (isearch-yank-word-or-char): Pull next subword
10964 when `subword-mode' is activated. (Bug#6220)
10965
a6020335
MH
109662010-05-20 Mark A. Hershberger <mah@everybody.org>
10967
10968 * isearch.el (isearch-update-post-hook): New hook.
10969 (isearch-update): Use the new hook. (Bug#6225)
10970
50de6a38
JL
109712010-05-20 Juri Linkov <juri@jurta.org>
10972
10973 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10974 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10975 (Bug#6222)
10976
5d944a8f
JL
109772010-05-20 Juri Linkov <juri@jurta.org>
10978
10979 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10980 (Bug#6223)
10981
f5d6548a
JL
109822010-05-20 Juri Linkov <juri@jurta.org>
10983
10984 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10985 FILE-NAME to read from the minibuffer when called interactively
10986 with prefix argument instead of using buffer-file-name.
10987 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10988
10989 * dired.el: Update autoloads.
10990
f8e63691
CY
109912010-05-20 Chong Yidong <cyd@stupidchicken.com>
10992
10993 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10994 nxml-finish-element, for consistency with SGML mode.
10995
10996 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10997 octave-close-block.
10998
07d7c3bd
JB
109992010-05-20 Juanma Barranquero <lekktu@gmail.com>
11000
11001 * composite.el: Require cl when compiling.
11002 (reference-point-alist, compose-gstring-for-graphic)
11003 (compose-gstring-for-terminal): Fix typos in docstrings.
11004
7bce8510
JL
110052010-05-19 Juri Linkov <juri@jurta.org>
11006
11007 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
11008 set-window-parameter.
11009
a7723e05
MA
110102010-05-19 Michael Albinus <michael.albinus@gmx.de>
11011
11012 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
11013 where appropriate.
11014 (tramp-maybe-open-connection): Use it.
11015
3f2e7735
EZ
110162010-05-19 Eli Zaretskii <eliz@gnu.org>
11017
11018 * simple.el (move-end-of-line): Make sure we are at line beginning
11019 before backing up to end of previous line.
11020
8d9181c7
MA
110212010-05-19 Michael Albinus <michael.albinus@gmx.de>
11022
8c4ec20f
MA
11023 * password-cache.el (password-cache-remove): Fix docstring.
11024
8d9181c7
MA
11025 * net/secrets.el: Autoload the widget functions.
11026 (secrets-search-items, secrets-create-item)
11027 (secrets-get-attributes, secrets-expand-item): Attributes will be
11028 stored on the password database without leading ":", as all other
11029 clients do as well.
11030 (secrets-mode): Fix docstring.
11031 (secrets-show-secrets): Provide it as autoloaded command only when
11032 D-Bus support is available. Check existence of Secret Service API.
11033
2a96c2a7
SM
110342010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * indent.el (indent-region): Deactivate region (bug#6200).
11037
d24e10b1
GM
110382010-05-19 Glenn Morris <rgm@gnu.org>
11039
11040 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
11041
2833d915
KH
110422010-05-19 Kenichi Handa <handa@m17n.org>
11043
11044 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 11045 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 11046
134c2f29
JB
110472010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11048
11049 * calc/calc-trail.el (calc-trail-isearch-forward)
11050 (calc-trail-isearch-backward): Ensure that the new window
11051 point is set correctly.
11052
278847cd
SM
110532010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11054
11055 * subr.el (read-quoted-char): Resolve modifiers after key
11056 remapping (bug#6212).
11057
3a8e7cbd
MA
110582010-05-18 Michael Albinus <michael.albinus@gmx.de>
11059
11060 Add visualization code for secrets.
11061 * net/secrets.el (secrets-mode): New major mode.
11062 (secrets-show-secrets, secrets-show-collections)
11063 (secrets-expand-collection, secrets-expand-item)
11064 (secrets-tree-widget-after-toggle-function)
11065 (secrets-tree-widget-show-password): New defuns.
11066
472e7ec1
SM
110672010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11068
224b70cb
SM
11069 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
11070 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
11071 handled in smie-next-sexp.
11072 (smie-indent-calculate): Provide a starting indentation (so the
11073 recursion is well-founded ;-).
11074
472e7ec1
SM
11075 Fix handling of non-associative equal levels.
11076 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
11077 when it's not needed.
11078 (smie-op-left, smie-op-right): New functions.
11079 (smie-next-sexp): New function, extracted from smie-backward-sexp.
11080 Better handle equal levels to distinguish the associative case from
11081 the "multi-keyword construct" case.
11082 (smie-backward-sexp, smie-forward-sexp): Use it.
11083
35e53abd
JB
110842010-05-18 Juanma Barranquero <lekktu@gmail.com>
11085
5d8fe0ba
JB
11086 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11087
35e53abd
JB
11088 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11089 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11090
5ad4bef5
SM
110912010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 Provide a simple generic indentation engine and use it for Prolog.
11094 * emacs-lisp/smie.el: New file.
11095 * progmodes/prolog.el (prolog-smie-op-levels)
11096 (prolog-smie-indent-rules): New var.
11097 (prolog-mode-variables): Use them to configure SMIE.
11098 (prolog-indent-line, prolog-indent-level): Remove.
11099
00681a3c
JB
111002010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11101
560bb7ae 11102 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
11103 order before computing the averages.
11104
eba62f7a
JB
111052010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11106
597517ef 11107 * calc/calc-vec.el (calc-histogram):
5ad4bef5 11108 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
11109 (math-vector-avg): New function.
11110
560bb7ae 11111 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
11112 being grouped depend on the radix (Bug#6189).
11113
8c5ff6dd
KR
111142010-05-15 Ken Raeburn <raeburn@raeburn.org>
11115
11116 * version.el (emacs-copyright, emacs-version): Don't define here,
11117 now that emacs.c defines it.
11118
98d8b17e
EZ
111192010-05-15 Eli Zaretskii <eliz@gnu.org>
11120
71078429
EZ
11121 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11122 "Describe Language Environment" menu item.
11123
ce6233c1
EZ
11124 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11125
d20e1419
EZ
11126 Bidi-sensitive movement with arrow keys.
11127 * subr.el (right-arrow-command, left-arrow-command): New functions.
11128
11129 * bindings.el (global-map): Bind them to right and left arrow keys.
11130
98d8b17e 11131 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
11132 * files.el (convert-standard-filename):
11133 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
11134 the corresponding systems.
11135
11136 * w32-fns.el (w32-convert-standard-filename): Rename from
11137 convert-standard-filename. Doc fix.
11138
11139 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11140 (convert-standard-filename): Don't defalias.
11141 (register-name-alist, make-register, register-value)
11142 (set-register-value, intdos): Obsolete aliases for the
11143 corresponding dos-* functions and variables.
11144 (dos-intdos): Add a doc string.
11145
ae6bc504
JB
111462010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11147
11148 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11149 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11150 (math-compose-tex-func):
11151 * calc/calccomp.el (math-compose-expr):
11152 * calc/calc-ext.el (math-format-flat-expr-fancy):
11153 * calc/calc-store.el (calc-read-var-name):
11154 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11155
11156 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 11157 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 11158 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 11159 (math-standard-units): Add units.
ae6bc504 11160
c26ea4b2
SM
111612010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11162
7aefa445 11163 * progmodes/asm-mode.el (asm-mode):
13973643
SM
11164 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11165
c26ea4b2
SM
11166 * pcomplete.el (pcomplete-completions-at-point): New function,
11167 extracted from pcomplete-std-complete.
11168 (pcomplete-std-complete): Use it.
11169
02be533b
GM
111702010-05-15 Glenn Morris <rgm@gnu.org>
11171
11172 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11173 Remove references to CVS, RCS and Old directories.
11174
78ed0efc
JB
111752010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11176
ae6bc504 11177 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
11178 appropriate.
11179
10dcc561
SM
111802010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11181
5ccaa359
SM
11182 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11183 (sh-mode-syntax-table): Give it a default value instead.
11184 (sh-header-marker): Make buffer-local.
11185 (sh-mode): Move make-local-variable to the corresponding setq.
11186 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11187 Use complete-with-action.
11188
10dcc561
SM
11189 * simple.el (prog-mode): New (abstract) major mode.
11190 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11191 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11192
c38762fd
JB
111932010-05-14 Juanma Barranquero <lekktu@gmail.com>
11194
11195 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11196 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11197 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11198 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11199 (sql-escape-newlines-filter, sql-input-sender)
11200 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11201
2ef3c144
CY
112022010-05-13 Chong Yidong <cyd@stupidchicken.com>
11203
560bb7ae 11204 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
11205
11206 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11207 latex-open-block and C-c / to latex-close-block.
11208
11209 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11210 and C-c C-e to sgml-close-tag.
11211
3b30ccda
MA
112122010-05-13 Michael Albinus <michael.albinus@gmx.de>
11213
11214 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 11215 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
11216 (tramp-handle-load, tramp-handle-file-local-copy)
11217 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
11218 (tramp-maybe-send-script, tramp-find-shell):
11219 Use `with-progress-reporter'.
3b30ccda
MA
11220 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11221 Fix message text.
11222
11223 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11224 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11225 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11226 Use `with-progress-reporter'.
11227
57ff5d7b
AM
112282010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11229
a628ad9d
JB
11230 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11231 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 11232
5a70d10f
SM
112332010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11234
791ffe1c
SM
11235 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11236
5a70d10f
SM
11237 * dos-fns.el: Add "dos-" prefix for namespace control.
11238 (convert-standard-filename): Define as alias for
11239 dos-convert-standard-filename but only if applicable.
11240
38d93f03
AM
112412010-05-12 Alan Mackenzie <acm@muc.de>
11242
11243 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11244 Push the mark at the start of these functions when appropriate.
11245
902a6d8d
SM
112462010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * minibuffer.el (completion-cycle-threshold): New custom var.
11249 (completion--do-completion): Use it.
11250 (minibuffer-complete): Use cycling if appropriate.
11251
9ee120ba
JB
112522010-05-11 Juanma Barranquero <lekktu@gmail.com>
11253
11254 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11255 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11256
841c4085
JL
112572010-05-11 Juri Linkov <juri@jurta.org>
11258
11259 * scroll-all.el (scroll-all-check-to-scroll):
11260 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11261
8a67c70e
SM
112622010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11263
f2b9ed18
SM
11264 * iimage.el (iimage-mode-map): Move initialization into declaration.
11265 (iimage-mode-buffer): Use with-silent-modifications.
11266 Simplify calling convention. Adjust callers.
11267 (iimage-mode): Don't run hook redundantly.
11268
8a67c70e
SM
11269 * minibuffer.el (completion-pcm--pattern->regex):
11270 Fix last change (bug#6160).
11271
4bbedd98
JL
112722010-05-10 Juri Linkov <juri@jurta.org>
11273
11274 Remove nodes visited during Isearch from the Info history.
11275 * info.el (Info-isearch-initial-history)
11276 (Info-isearch-initial-history-list): New variables.
11277 (Info-isearch-start): Record initial values of
11278 Info-isearch-initial-history and Info-isearch-initial-history-list.
11279 Add Info-isearch-end to isearch-mode-end-hook.
11280 (Info-isearch-end): New function.
11281
94ecf5da
MA
112822010-05-10 Michael Albinus <michael.albinus@gmx.de>
11283
11284 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
11285 format string, in order to work around a bug in pdksh.
11286 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
11287 (tramp-handle-verify-visited-file-modtime): Do not send a command
11288 when the connection is not established.
11289 (tramp-handle-set-file-times): Simplify the check for utc.
11290
c5eb971b
JB
112912010-05-10 Juanma Barranquero <lekktu@gmail.com>
11292
11293 Fix use of `filter-buffer-substring' (rework previous change).
11294 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11295 (cua-repeat-replace-region):
11296 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11297 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11298 (cua-cut-region-to-global-mark): Use it.
11299
7492acc9
MM
113002010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11301
77e2fc7a
JB
11302 * progmodes/sql.el: Version 2.1.
11303 (sql-product-alist): Redesign structure of product info.
11304 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
11305 (sql-port, sql-port-history): New variables.
11306 (sql-interactive-product): New variable.
11307 (sql-send-terminator): New variable.
77e2fc7a 11308 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
11309 (sql-oracle-login-params, sql-sqlite-login-params)
11310 (sql-mysql-login-params, sql-solid-login-params)
11311 (sql-sybase-login-params, sql-informix-login-params)
11312 (sql-ingres-login-params, sql-ms-login-params)
11313 (sql-postgres-login-params, sql-interbase-login-params)
11314 (sql-db2-login-params, sql-linter-login-params)
11315 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
11316 (sql-mode-map): Add C-c C-i to start interactive mode.
11317 (sql-mode-menu): Update existing menu entries.
11318 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
11319 (sql-mode-oracle-font-lock-keywords)
11320 (sql-mode-postgres-font-lock-keywords)
11321 (sql-mode-ms-font-lock-keywords)
11322 (sql-mode-sybase-font-lock-keywords)
11323 (sql-mode-informix-font-lock-keywords)
11324 (sql-mode-interbase-font-lock-keywords)
11325 (sql-mode-ingres-font-lock-keywords)
11326 (sql-mode-solid-font-lock-keywords)
11327 (sql-mode-mysql-font-lock-keywords)
11328 (sql-mode-sqlite-font-lock-keywords)
11329 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11330 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11331 reduce run-time complexity.
11332 (sql-add-product, sql-del-product): New functions.
11333 (sql-set-product-feature, sql-get-product-feature): New functions.
11334 (sql-product-font-lock): Update product API.
11335 (sql-add-product-keywords): New function.
11336 (sql-highlight-product): Update product API.
11337 (sql-help-list-products): New function.
11338 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11339 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11340 prompt for port.
11341 (sql-copy-column): Copy without properties.
11342 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11343 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11344 Implement as a filter.
7492acc9
MM
11345 (sql-escape-newlines-filter): Implement as a filter.
11346 (sql-remove-tabs-filter): New function.
11347 (sql-send-magic-terminator): New function.
11348 (sql-send-string): Implement magic terminator.
11349 (sql-send-region): Use `sql-send-string'.
11350 (sql-interactive-mode): Use product API.
11351 (sql-product-interactive): Use product API.
11352 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11353 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11354 (sql-db2, sql-linter): Use `sql-product-interactive'.
11355 (sql-connect): New function.
11356 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11357 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11358 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11359 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11360 Use `sql-connect'.
7492acc9 11361
79ccd68f
SM
113622010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11363
11364 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11365 New custom variable.
11366 (completion-pcm--string->pattern): Use it.
11367 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11368 Make it handle any symbol as `any'.
11369 (completion-pcm--merge-completions): Extract common suffix for the new
11370 `prefix' symbol as well.
11371 (completion-substring--all-completions): Use the new `prefix' symbol.
11372
0d5852cf
MA
113732010-05-09 Michael Albinus <michael.albinus@gmx.de>
11374
11375 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11376 not bound.
11377 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11378 (tramp-compat-funcall): New defmacro.
11379 (tramp-compat-line-beginning-position)
11380 (tramp-compat-line-end-position)
11381 (tramp-compat-temporary-file-directory)
11382 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11383 (tramp-compat-copy-file, tramp-compat-copy-directory)
11384 (tramp-compat-delete-file, tramp-compat-delete-directory)
11385 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11386 * net/tramp.el (top, with-progress-reporter)
11387 (tramp-rfn-eshadow-setup-minibuffer)
11388 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11389 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11390 (tramp-completion-mode-p, tramp-check-for-regexp)
11391 (tramp-open-connection-setup-interactive-shell)
11392 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11393 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11394 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11395 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11396 (tramp-reporter-dump-variable, tramp-load-report-modules)
11397 (tramp-append-tramp-buffers)
11398 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11399
11400 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11401
f913fe7d
SM
114022010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11405 buffer-modtime. Adjust users.
11406
0235128c 114072010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11408
77e2fc7a 11409 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11410 car of each item, not the whole list (Bug#6083).
f034e176 11411
0235128c 114122010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11413
11414 * progmodes/js.el (js-mode): Make paragraph variables local before
11415 calling c-setup-paragraph-variables (Bug#6071).
11416
0235128c 114172010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11418
11419 * composite.el (compose-region, reference-point-alist): Fix typos
11420 in the doc strings.
11421
77e2fc7a 114222010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11423
11424 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11425 gnuplot's "set" command.
11426
0235128c 114272010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11428
11429 * abbrev.el (last-abbrev-text): Doc fix.
11430 (abbrev-prefix-mark): Don't escape parenthesis.
11431
0235128c 114322010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11433
11434 * composite.el (find-composition): Doc fix.
11435
0235128c 114362010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11437
11438 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11439 (sql-oracle-program, sql-sqlite-options)
11440 (sql-query-placeholders-and-send): Doc fixes.
11441 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11442 (sql-imenu-generic-expression, sql-buffer)
11443 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11444 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11445 (sql-mode-sybase-font-lock-keywords)
11446 (sql-mode-informix-font-lock-keywords)
11447 (sql-mode-interbase-font-lock-keywords)
11448 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11449 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11450 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11451 (sql-product-feature, sql-highlight-product)
11452 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11453 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11454 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11455 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11456 Fix typos in docstrings.
11457
0235128c 114582010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11459
11460 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11461 property instead of `invisible' and `after-string' (bug#5998).
11462
0235128c 114632010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11464
11465 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11466
0235128c 114672010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11468
11469 * filecache.el (file-cache-add-directory-list)
11470 (file-cache-add-directory-recursively): Fix typos in docstrings.
11471
0235128c 114722010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11473
11474 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11475 (gujarati-composable-pattern): Fix typo.
ece33a6e 11476
0235128c 114772010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11478
11479 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11480 (tamil-composable-pattern, malayalam-composable-pattern):
11481 Add two-part vowels to "v" (vowel sign).
771533aa 11482
0235128c 114832010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11484
99833607
CY
11485 * files.el (copy-directory): Handle symlinks (Bug#5982).
11486
0235128c 114872010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11488
11489 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11490 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11491 (Bug#5846).
11492
0235128c 114932010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11494
0ca12598
GM
11495 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11496
d2c7b917
GM
11497 * minibuffer.el (completion-at-point): Doc fix.
11498
ba5bf5f0
SM
114992010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * electric.el (Electric-command-loop): Minor tweak.
11502
11503 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11504 better with dedicated windows.
11505
0235128c
SM
115062010-05-07 Chong Yidong <cyd@stupidchicken.com>
11507
11508 * Version 23.2 released.
11509
560bb7ae 115102010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11511 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11512
11513 Highlight vendor specific properties.
11514 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11515 (css-proprietary-property): New face.
11516 (css-font-lock-keywords): Use them.
11517
c0162ade
EZ
115182010-05-07 Eli Zaretskii <eliz@gnu.org>
11519
11520 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11521
f3ee9200
SM
115222010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11523
05623156
SM
11524 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11525 * files.el (auto-mode-alist): Remove redundant entries.
11526
f3ee9200
SM
11527 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11528 * simple.el (auto-save-mode): Move from files.el.
11529 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11530
560bb7ae 115312010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11532
76e3243a 11533 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11534
765d4319
KY
115352010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11536
11537 * mail/binhex.el (binhex-decode-region-internal)
11538 * mail/uudecode.el (uudecode-decode-region-internal)
11539 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11540 (dns-read-type, dns-query)
11541 * pgg-parse.el (pgg-parse-armor)
11542 * pgg.el (pgg-verify-region)
11543 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11544 XEmacs.
11545
86d21cc0 11546 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11547
f83483ff
JB
115482010-05-07 Juanma Barranquero <lekktu@gmail.com>
11549
40ab7974
JB
11550 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11551
f83483ff
JB
11552 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11553 * emulation/cua-base.el (cua-repeat-replace-region):
11554 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11555 (cua-cut-region-to-global-mark):
11556 Remove text properties with `set-text-properties'.
11557
9566840f
MA
115582010-05-06 Michael Albinus <michael.albinus@gmx.de>
11559
f3ee9200
SM
11560 * net/tramp.el (top, with-progress-reporter):
11561 Use `symbol-function' inside `funcall'.
9566840f
MA
11562
11563 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11564 (tramp-compat-delete-file, tramp-compat-delete-directory):
11565 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11566
11567 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11568 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11569 inside `funcall'.
11570
0c495c21
SM
115712010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11572
1493963b
SM
11573 * minibuffer.el (completion--sreverse, completion--common-suffix):
11574 New functions.
11575 (completion-pcm--merge-completions): Extract common suffix when safe.
11576
0c495c21
SM
11577 * emacs-lisp/easy-mmode.el (define-minor-mode):
11578 Make :variable more flexible.
11579 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11580
221a0647
JL
115812010-05-05 Juri Linkov <juri@jurta.org>
11582
11583 Add `slow' and `history' tags to the desktop data.
11584
11585 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11586 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11587 (Info-finder-find-node): Require `finder.el' to be able
11588 to restore node from the desktop.
11589 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11590 data `Info-history' and `slow' tag in the assoc list.
11591 (Info-restore-desktop-buffer): Don't restore nodes with the
11592 `slow' tag. Restore `Info-history'.
11593
66bdc868
MA
115942010-05-05 Michael Albinus <michael.albinus@gmx.de>
11595
11596 Add FORCE argument to `delete-file'.
11597
11598 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11599 forcing to delete the temporary file.
11600 (ange-ftp-delete-file): Add FORCE arg.
11601 (ange-ftp-rename-remote-to-remote)
11602 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11603 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11604 Force file deletion.
66bdc868
MA
11605
11606 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11607
11608 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11609 (tramp-handle-make-symbolic-link, tramp-handle-load)
11610 (tramp-do-copy-or-rename-file-via-buffer)
11611 (tramp-do-copy-or-rename-file-directly)
11612 (tramp-do-copy-or-rename-file-out-of-band)
11613 (tramp-handle-process-file, tramp-handle-call-process-region)
11614 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11615 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11616 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11617
11618 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11619 (tramp-fish-handle-make-symbolic-link)
11620 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11621
0c495c21
SM
11622 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11623 Use `tramp-compat-delete-file'.
66bdc868
MA
11624
11625 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11626 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11627
11628 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11629 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11630
11631 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11632 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11633 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11634 Use `tramp-compat-delete-file'.
66bdc868 11635
f44379e7
SM
116362010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11637
365f8d85
SM
11638 Minor cleanups.
11639 * subr.el (add-minor-mode): Use push.
11640 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11641 * emulation/edt.el (edt-select-mode): Simplify.
11642
80ac5d4d
SM
11643 Use define-minor-mode in more cases.
11644 * term/tvi970.el (tvi970-set-keypad-mode):
11645 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11646 (normal-erase-is-backspace-mode):
11647 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11648 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11649 (get-scroll-bar-mode): New function.
11650 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11651
11652 Use define-minor-mode for less obvious cases.
f44379e7
SM
11653 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11654 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11655 * international/iso-ascii.el (iso-ascii-mode):
11656 * frame.el (auto-raise-mode, auto-lower-mode):
11657 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11658
c04b03f8
MA
116592010-05-04 Michael Albinus <michael.albinus@gmx.de>
11660
11661 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11662 in order to see error messages for failed logins.
11663
53967e09
CY
116642010-05-03 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * diff.el (diff-sentinel):
11667
11668 * epg.el (epg--make-temp-file, epg-decrypt-string)
11669 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11670
11671 * jka-compr.el (jka-compr-partial-uncompress)
11672 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11673
11674 * server.el (server-sentinel): Use delete-file's new FORCE arg
11675 (Bug#6070).
11676
56eb0904
SM
116772010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 Use define-minor-mode where applicable.
11680 * view.el (view-mode):
11681 * type-break.el (type-break-query-mode)
11682 (type-break-mode-line-message-mode):
11683 * textmodes/reftex.el (reftex-mode):
11684 * term/vt100.el (vt100-wide-mode):
11685 * tar-mode.el (tar-subfile-mode):
11686 * savehist.el (savehist-mode):
11687 * ibuf-ext.el (ibuffer-auto-mode):
11688 * composite.el (auto-composition-mode):
11689 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11690 Use define-minor-mode.
11691 (vhdl-mode): Use static mode-line format.
11692 (vhdl-mode-line-update): Delete.
11693 (vhdl-create-mode-menu, vhdl-activate-customizations)
11694 (vhdl-hs-minor-mode): Don't bother calling it.
11695
672eb710
SM
116962010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11697
8f92b8ad
SM
11698 * simple.el (with-wrapper-hook): Move.
11699 (buffer-substring-filters): Mark obsolete.
11700 (filter-buffer-substring-functions): New variable.
1fada563 11701 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11702
c04b03f8 117032010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11704 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11705
11706 Implement compression for inline methods.
11707
11708 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11709 (tramp-copy-size-limit): Allow also nil.
11710 (tramp-inline-compress-commands): New defconst.
11711 (tramp-find-inline-compress, tramp-get-inline-compress)
11712 (tramp-get-inline-coding): New defuns.
cb7f3653 11713 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11714 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11715 (tramp-handle-file-local-copy, tramp-handle-write-region)
11716 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11717
8c0bf8b3
SM
117182010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11719
07125a91
SM
11720 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11721 Remove unused functions.
11722
f3a47002
SM
11723 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11724 Set find-tag-default-function as a variable rather than a property.
11725
8c0bf8b3
SM
11726 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11727 * progmodes/etags.el (tags-completion-at-point-function):
11728 Remove left over interactive spec. Add autoloading stub.
11729 (complete-tag): Use tags-completion-at-point-function.
11730
27601456
CY
117312010-04-30 Chong Yidong <cyd@stupidchicken.com>
11732
cb7f3653 11733 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11734
09d0284d
CY
117352010-04-29 Chong Yidong <cyd@stupidchicken.com>
11736
27d3cd56
CY
11737 * ido.el (ido-init-completion-maps): Remove C-v binding.
11738 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11739
3a07ffce
CY
117402010-04-29 Chong Yidong <cyd@stupidchicken.com>
11741
11742 * minibuffer.el (tags-completion-at-point-function): New function.
11743 (completion-at-point-functions): Use it.
11744
3a07ffce
CY
11745 * progmodes/etags.el (complete-tag): Revert last change.
11746
3d14bb73
AM
117472010-04-29 Alan Mackenzie <acm@muc.de>
11748
11749 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11750 off-by-one error (in end of macro position).
11751
7d353d11
SM
117522010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11755 firefox is absent. Don't autoload.
11756 (browse-url-galeon-program): Don't autoload.
11757
48111a85
CY
117582010-04-28 Chong Yidong <cyd@stupidchicken.com>
11759
11760 * bindings.el (complete-symbol): Move into minibuffer.el.
11761
11762 * minibuffer.el (complete-tag): Move from etags.el. If tags
11763 completion cannot be performed, return nil instead of signalling
11764 an error.
11765 (completion-at-point): Make it an alias for complete-symbol.
11766 (complete-symbol): Move from bindings.el, and replace with the
11767 body of completion-at-point.
11768
11769 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11770
7ba94701
MA
117712010-04-28 Michael Albinus <michael.albinus@gmx.de>
11772
11773 * net/tramp.el (tramp-remote-selinux-p): New defun.
11774 (tramp-handle-file-selinux-context)
11775 (tramp-handle-set-file-selinux-context): Use it.
11776
95c6cc3e
SS
117772010-04-28 Sam Steingold <sds@gnu.org>
11778
11779 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11780 `safe-local-variable' if the value is a string or a symbol with
11781 the property `bug-reference-url-format'.
11782
36045ff3
CY
117832010-04-28 Chong Yidong <cyd@stupidchicken.com>
11784
537ffaf3
SM
11785 * progmodes/bug-reference.el (bug-reference-url-format):
11786 Revert 2010-04-27 change due to security risk.
36045ff3 11787
56924d99
SM
117882010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 Make it possible to locally disable a globally enabled mode.
11791 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11792 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11793 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11794 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11795 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11796 that subsequent hooks get a chance to disable it.
11797
ccaa4765
SM
117982010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11799
17818d71
SM
11800 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11801 Avoid re-enabling a minor mode after the user turned the minor mode
11802 off if MODE-enable-in-buffers is run twice (typically once from
11803 fundamental-mode's after-change-major-mode-hook and a second time from
11804 run-mode-hook's own after-change-major-mode-hook).
11805
ccaa4765
SM
11806 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11807
2a6f654e
SS
118082010-04-27 Sam Steingold <sds@gnu.org>
11809
11810 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11811 `safe-local-variable' if the value is a string or a function, as
11812 documented and implemented on 2010-04-02.
11813
cecaa674
JB
118142010-04-27 Juanma Barranquero <lekktu@gmail.com>
11815
11816 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11817 when method is 'kill.
11818
118192010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11820
a628ad9d
JB
11821 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11822 condition in default directory check.
01c35094 11823 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11824 Kill ispell process when killing its associated buffer.
11825
7dd7fbb9
JD
118262010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11827
11828 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11829 but we aren't using it.
11830
7ac82b84
J
118312010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11832
11833 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11834 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11835
fea1add4
GM
118362010-04-24 Glenn Morris <rgm@gnu.org>
11837
11838 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11839 Ignore VCS-ignore files, and deleted nextstep preferences files.
11840 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11841 (authors-ambiguous-files): New list.
11842 (authors-valid-file-names): Add some deleted files.
11843 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11844 (authors-disambiguate-file-name): New function. (Bug#5501)
11845 (authors-canonical-file-name): Doc fix.
11846 Don't warn about obsolete files.
11847 (authors-canonical-file-name, authors-scan-el):
11848 Use authors-disambiguate-file-name.
11849
cbcfee6e
GM
11850 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11851 Add autoload cookies.
11852 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11853 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11854 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11855 They have definitions / compiler macros in cl.el.
11856 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11857 Replace manual autoloads with generated ones.
11858 (htmlfontify-unload-rgb-file): Remove autoload.
11859 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11860
3b548e1b
SM
118612010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11862
9ae0c310
SM
11863 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11864 (byte-compile-setq-default): Optimize for the
11865 single-var case and don't call byte-compile-form in this case to avoid
11866 inf-loop with byte-compile-set-default.
11867
3b548e1b
SM
11868 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11869
632c5478
MA
118702010-04-23 Michael Albinus <michael.albinus@gmx.de>
11871
11872 Implement SELINUX backends.
11873
3b548e1b
SM
11874 * net/tramp.el (tramp-file-name-handler-alist):
11875 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11876 (tramp-handle-file-selinux-context)
11877 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11878 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11879 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11880
3b548e1b
SM
11881 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11882 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11883 (tramp-gvfs-handle-file-selinux-context)
11884 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11885 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11886
11887 * net/ange-ftp.el (ange-ftp-copy-file):
11888 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11889 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11890 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11891 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11892
a94d821f
MA
118932010-04-22 Michael Albinus <michael.albinus@gmx.de>
11894
11895 Synchronize with Tramp repository.
11896
11897 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11898 (tramp-action-process-alive, tramp-action-out-of-band)
11899 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11900 (tramp-exists-file-name-handler): Fix docstring.
11901 (with-progress-reporter): New defmacro.
11902 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11903 (tramp-maybe-open-connection): Use it.
11904
a92375d9
MA
119052010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11906
11907 Detect ssh 'ControlMaster' argument automatically in some cases.
11908
11909 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11910 (tramp-default-method): Use it.
11911
489fe4c2
MA
119122010-04-22 Michael Albinus <michael.albinus@gmx.de>
11913
25f14cdb
MA
11914 * net/tramp.el (tramp-handle-copy-file): Add new optional
11915 parameter `preserve-selinux-context'.
11916 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11917
a92375d9
MA
119182010-04-22 Michael Albinus <michael.albinus@gmx.de>
11919
489fe4c2
MA
11920 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11921 Ensure, that non remote files are still checked. Oops.
11922
acd1f317
MA
119232010-04-21 Michael Albinus <michael.albinus@gmx.de>
11924
11925 Fix Bug#5840.
11926
11927 * icomplete.el (icomplete-completions): Use `non-essential'.
11928
11929 * net/tramp.el (tramp-connectable-p): New defun.
11930 (tramp-handle-expand-file-name)
11931 (tramp-completion-handle-file-name-all-completions)
11932 (tramp-completion-handle-file-name-completion): Use it.
11933
62c5b459
SM
119342010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11937
f904c0f9
JD
119382010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11939
11940 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11941
11942 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11943
11944 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11945 is present.
11946
11947 * info.el (info-tool-bar-map): Add labels.
11948
11949 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11950
11951 * cus-edit.el (custom-commands): Add labels for tool bar.
11952 (custom-buffer-create-internal, Custom-mode): Adjust for
11953 labels in custom-commands.
11954
11955 * dynamic-setting.el: Renamed from font-setting.el.
11956
c5cbeb12
LL
119572010-04-21 John Wiegley <jwiegley@gmail.com>
11958
11959 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11960 toggles the use of virtual buffers.
537ffaf3 11961 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11962 (ido-toggle-virtual-buffers): New function.
11963
fcc93746
JB
119642010-04-21 Juanma Barranquero <lekktu@gmail.com>
11965
11966 Use `define-derived-mode'; fix window selection; doc fixes.
11967 * play/tetris.el (tetris, tetris-update-speed-function)
11968 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11969 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11970 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11971 (tetris-pause-game): Fix typos in docstrings.
11972 (tetris-mode-map, tetris-null-map):
11973 Move initialization into declaration.
11974 (tetris-mode): Define with `define-derived-mode';
11975 set show-trailing-whitespace to nil.
11976 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11977
574c05e2
KK
119782010-04-21 Karel Klíč <kklic@redhat.com>
11979
11980 * files.el (backup-buffer): Handle SELinux context, and return it
11981 if a backup was made by renaming.
11982 (backup-buffer-copy): Set SELinux context to the target file.
11983 (basic-save-buffer): Set SELinux context of the newly written file.
11984 (basic-save-buffer-1): Now it also returns any SELinux context.
11985 (basic-save-buffer-2): Set SELinux context of the newly created file,
11986 and return it.
11987 * net/tramp.el (tramp-file-name-for-operation):
11988 Add file-selinux-context.
11989
e97a42c1
SM
119902010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11991
f2b9ed18
SM
11992 Make the log-edit comments use RFC822 format throughout.
11993
e97a42c1
SM
11994 * vc.el (vc-checkin, vc-modify-change-comment):
11995 Adjust to new vc-start/finish-logentry.
11996 (vc-find-conflicted-file): New command.
11997 (vc-transfer-file): Adjust to new vc-checkin.
11998 (vc-next-action): Improve scoping.
11999
12000 * vc-hg.el (vc-hg-log-edit-mode): Remove.
12001 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
12002
12003 * vc-git.el (vc-git-log-edit-mode): Remove.
12004 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
12005 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
12006
12007 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
12008 (vc-start-logentry): Remove argument `extra'.
12009 (vc-finish-logentry): Remove extra args.
12010
12011 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
12012 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
12013 (vc-bzr-conflicted-files): New function.
12014
12015 * log-edit.el (log-edit-extra-flags)
12016 (log-edit-before-checkin-process): Remove.
12017 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
12018 (log-edit-headers-alist): New var.
12019 (log-edit-header-contents-regexp): New const.
12020 (log-edit-match-to-eoh): New function.
12021 (log-edit-font-lock-keywords): Use them.
12022 (log-edit): Insert a "Summary:" header as default.
12023 (log-edit-mode): Mark font-lock rules as case-insensitive.
12024 (log-edit-done): Cleanup headers.
12025 (log-view-process-buffer): Remove.
12026 (log-edit-extract-headers): New function to replace it.
12027
938efb77
JB
120282010-04-20 Juanma Barranquero <lekktu@gmail.com>
12029
12030 * subr.el (default-direction-reversed): Remove obsolescence info.
12031
1cfb415b
SM
120322010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12033
cb4f9513
SM
12034 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
12035 windows/frames.
12036
6e610c72
SM
12037 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
12038 I.e. include text after point in the completion region.
12039 Also, return nil when we're not after/in a symbol.
12040
1cfb415b
SM
12041 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
12042 default enable-multibyte-characters.
12043
c80fa13c
SM
120442010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12045
87926e02
SM
12046 * international/mule.el: Help the user choose a valid coding-system.
12047 (read-buffer-file-coding-system): New function.
12048 (set-buffer-file-coding-system): Use it. Prompt the user if the
12049 coding-system cannot encode all the chars.
12050
c80fa13c
SM
12051 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
12052 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
12053 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
12054 Don't use *vc-bzr-shelve*.
12055
6e104790 120562010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
12057
12058 Fix the version number for added files.
12059 * vc-hg.el (vc-hg-working-revision): Check if the file is
12060 registered after hg parent fails (Bug#5961).
12061
6e104790 120622010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
12063
12064 * htmlfontify.el (htmlfontify-buffer)
12065 (htmlfontify-copy-and-link-dir): Autoload entry points.
12066
6e104790 120672010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
12068
12069 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
12070 name relative to the project root (Bug#5960).
12071
6e104790 120722010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
12073
12074 * vc-git.el (vc-git-print-log): Doc fix.
12075
6e104790 120762010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
12077
12078 * ido.el (ido-file-internal): Fix 2009-12-02 change.
12079
53cfe624 120802010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
12081
12082 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12083 default settings (Bug#5928).
12084
6e104790 120852010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
12086
12087 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12088 New function.
0a23b2c3 12089 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 12090
6e104790 120912010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
12092
12093 * language/indian.el (malayalam-composable-pattern): Fix previous
12094 change (add U+0D4D "SIGN VIRAMA").
12095 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12096 (tamil-composable-pattern): Fix typo in the regexp.
12097 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12098 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12099 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12100
6e104790 121012010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
12102
12103 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12104 paragraph-separate (Bug#5821).
12105
6e104790 121062010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
12107
12108 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12109
12110 * info.el (Info-find-node-2): Comment out code that skips
12111 breadcrumbs line.
12112 (Info-mouse-follow-link): New command.
12113 (Info-link-keymap): New keymap.
12114 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12115 Return a string with links instead of inserting breadcrumbs
12116 to the Info buffer.
12117 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12118 Instead of putting the `invisible' text property over the Info
12119 header, make an overlay over the Info header with the `invisible'
12120 property and `after-string' set to the string returned by
12121 `Info-breadcrumbs'.
12122
6e104790 121232010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
12124
12125 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12126 Reported by monkey@sandpframing.com.
12127
98923800
SM
121282010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12129
b5feea0f
SM
12130 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12131 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12132 available in the "keyseq cache" any more.
12133
98923800
SM
12134 * custom.el (defcustom): Add edebug spec.
12135
fd5c9dfa
JL
121362010-04-18 Juri Linkov <juri@jurta.org>
12137
12138 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12139
12140 * view.el (view-file, view-buffer): Move test for special mode-class
12141 from view-file to view-buffer.
12142
12143 * tar-mode.el (tar-extract): Turn if's into one cond
12144 like in arc-mode.el.
12145
b3671a51
JL
121462010-04-18 Juri Linkov <juri@jurta.org>
12147
12148 Add 7z archive format support (bug#5475).
12149
12150 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12151 (archive-7z-extract): New defcustom.
12152 (archive-find-type): Add magic string for 7z.
12153 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12154 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12155 `buffer' arg of `call-process'.
12156 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12157 call the function `archive-7z-extract' with the variable
12158 `archive-7z-extract' let-bound to `archive-zip-extract'.
12159 (archive-7z-summarize, archive-7z-extract): New functions.
12160
12161 * international/mule.el (auto-coding-alist):
12162 * files.el (auto-mode-alist): Add 7z file extension.
12163
8a37fb25
SM
121642010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12165
e9515805
SM
12166 * loadup.el: Setup hash-cons for pure data.
12167
f8ea0098
SM
12168 Fix duplicate entries in cedet's loaddefs.el files.
12169 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12170 Should make most file-local generated-autoload-file unnecessary.
12171 (print-readably): Silence warnings.
12172 (autoload-find-destination): Take load-name as an arg to make sure
12173 it's the same as the one that will be in the file.
12174 (autoload-generate-file-autoloads): Adjust to above changes.
12175 Try to make the dataflow a bit simpler.
12176
8a37fb25
SM
12177 * cvs-status.el (cvs-refontify): Remove unused.
12178
f8b91752
JB
121792010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12180
76e3243a 12181 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 12182
76e3243a 12183 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
12184 twos-complement mode.
12185
d8b01fef
JB
121862010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12187
76e3243a
JB
12188 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12189 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
12190 (calc-inverse): Add "Option" to message, as appropriate.
12191 (calc-hyperbolic): Add "Option" to message, as appropriate.
12192 (calc-option, calc-is-option): New functions.
12193
76e3243a 12194 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
12195 (calc-option-prefix-help): New function.
12196
76e3243a 12197 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 12198
76e3243a 12199 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
12200 (calc-option-flag): New variable.
12201 (calc-do): Set `calc-option-flag to nil.
12202 (calc-set-mode-line): Add "Opt " as appropriate.
12203
74f806a1
JL
122042010-04-16 Juri Linkov <juri@jurta.org>
12205
12206 Move scrolling commands from simple.el to window.el
12207 because their primitives are implemented in window.c.
12208
12209 * simple.el (scroll-error-top-bottom)
12210 (scroll-up-command, scroll-down-command, scroll-up-line)
12211 (scroll-down-line, scroll-other-window-down)
12212 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12213 * window.el (scroll-error-top-bottom)
12214 (scroll-up-command, scroll-down-command, scroll-up-line)
12215 (scroll-down-line, scroll-other-window-down)
12216 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12217 Move from simple.el to window.el because their primitives are
12218 implemented in window.c.
12219
ad40eec5
JL
122202010-04-16 Juri Linkov <juri@jurta.org>
12221
12222 * isearch.el (isearch-lookup-scroll-key): Check both
12223 `isearch-scroll' and `scroll-command' properties.
12224 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12225
12226 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12227
12228 * simple.el (scroll-up-command, scroll-down-command)
12229 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12230
a4b000fb
JL
122312010-04-15 Juri Linkov <juri@jurta.org>
12232
12233 * simple.el (scroll-up-command, scroll-down-command)
12234 (scroll-up-line, scroll-down-line): Put `scroll-command'
12235 property on the these symbols. Remove them from
12236 `scroll-preserve-screen-position-commands'.
12237
12238 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12239 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12240 Remove it from `scroll-preserve-screen-position-commands'.
12241
12242 * isearch.el (isearch-allow-scroll): Doc fix.
12243
4874f5e6
MA
122442010-04-15 Michael Albinus <michael.albinus@gmx.de>
12245
12246 * net/tramp.el (tramp-error-with-buffer): Don't show the
12247 connection buffer when we are in completion mode.
12248 (tramp-file-name-handler): Catch the error for some operations
12249 when we are in completion mode. This gives the user the chance to
12250 correct the file name in the minibuffer.
12251
82883f0a
GM
122522010-04-15 Glenn Morris <rgm@gnu.org>
12253
12254 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12255
528b9ea9
JB
122562010-04-15 Juanma Barranquero <lekktu@gmail.com>
12257
12258 Simplify by using `define-derived-mode'.
12259 * info.el (Info-mode):
12260 * calendar/todo-mode.el (todo-mode):
12261 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12262 (gomoku-mode-map): Move initialization into declaration.
12263
5f2b693f
MA
122642010-04-14 Michael Albinus <michael.albinus@gmx.de>
12265
12266 Fix Bug#5840.
12267 * ido.el (ido-file-name-all-completions-1):
12268 * minibuffer.el (minibuffer-completion-help):
12269 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12270
ebb9641f
SM
122712010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12272
38111a5a
SM
12273 * simple.el (non-essential): New var.
12274
ebb9641f
SM
12275 Add a new field `location' to bookmarks for non-file bookmarks.
12276 * bookmark.el (bookmark-location): Use the new field, if present.
12277 (bookmark-insert-location): Undo last change, not needed any more.
12278 * man.el (Man-bookmark-make-record):
12279 * woman.el (woman-bookmark-make-record): Add `location' field.
12280
7b05466f
JL
122812010-04-14 Juri Linkov <juri@jurta.org>
12282
12283 * simple.el (scroll-error-top-bottom): New defcustom.
12284 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12285
12286 * emulation/pc-select.el (pc-select-override-scroll-error):
12287 Obsolete in favor of `scroll-error-top-bottom'.
12288
32129746
JL
122892010-04-14 Juri Linkov <juri@jurta.org>
12290
12291 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12292 `scroll-up-command' and `M-v' to `scroll-down-command'.
12293
12294 * emulation/cua-rect.el (cua--init-rectangles):
12295 * forms.el (forms--change-commands):
12296 * image-mode.el (image-mode-map):
12297 Remap scroll-down-command and scroll-up-command
12298 in addition to scroll-down and scroll-up.
12299
9013a7f8
JL
123002010-04-14 Juri Linkov <juri@jurta.org>
12301
12302 * mwheel.el (scroll-preserve-screen-position-commands):
12303 Add mwheel-scroll to this list of commands.
12304
12305 * simple.el (scroll-preserve-screen-position-commands):
12306 Add scroll-up-command, scroll-down-command, scroll-up-line,
12307 scroll-down-line to this list of commands.
12308
3b7e1d5f
SM
123092010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12310
c1e25821
SM
12311 * obsolete/complete.el: Move from lisp/complete.el.
12312
5b31b787
SM
12313 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12314
3b7e1d5f
SM
12315 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12316 to the minor mode function now turns the mode ON unconditionally.
12317
398a825b
SM
123182010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12319
a544e7c1
SM
12320 * vc-dir.el (vc-dir-kill-line): New command.
12321 (vc-dir-mode-map): Bind it to C-k.
12322
a1979d8e
SM
12323 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12324
398a825b
SM
12325 * woman.el: Add bookmark declarations to silence the compiler.
12326 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12327 step to compatibility between man and woman bookmarks.
12328 Adjust for Man-default-bookmark-title renaming.
12329 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12330
12331 * man.el: Add bookmark declarations to silence the compiler.
12332 (Man-name-local-regexp): Make it match NAME as well.
12333 (Man-getpage-in-background): Return the buffer.
12334 (Man-notify-when-ready): Use `case'.
12335 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12336 Don't hardcode "NAME". Simplify.
12337 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12338 Rename from Man-bookmark-make-record.
12339 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12340 we have the actual man-args. Use Man-getpage-in-background rather
12341 than `man' since the arg is already processed. Let bookmark.el do the
12342 window handling. Only wait for the relevant process.
12343 Don't forget to autoload.
12344
12345 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12346
45be326a
TV
123472010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12348
12349 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12350 New functions.
12351 (woman-mode): Setup bookmark support.
12352
12353 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12354 (man-bookmark-jump): New functions.
12355 (Man-mode): Setup bookmark support.
12356
3acb4c93
CY
123572010-04-10 Jari Aalto <jari.aalto@cante.net>
12358
12359 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12360 recognize ssh-keygen prompt (Bug#2817).
12361
b6bbb65e
MA
123622010-04-10 Michael Albinus <michael.albinus@gmx.de>
12363
12364 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12365
b533bc97
MA
123662010-04-10 Michael Albinus <michael.albinus@gmx.de>
12367
12368 Synchronize with Tramp repository.
12369
12370 * net/tramp.el (tramp-completion-function-alist)
12371 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12372 (tramp-local-coding-commands, tramp-remote-coding-commands):
12373 Fix docstring.
12374 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12375 (tramp-handle-directory-files-and-attributes)
12376 (tramp-get-remote-path): Use `copy-tree'.
12377 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12378 compatibility: Use `completion-ignore-case' if
12379 `read-file-name-completion-ignore-case' does not exist.
12380 (tramp-do-copy-or-rename-file-directly): Do not use
12381 `tramp-handle-file-remote-p'.
45be326a
TV
12382 (tramp-do-copy-or-rename-file-out-of-band):
12383 Use `tramp-compat-delete-directory'.
b533bc97 12384 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12385 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12386 Use `format-spec-make'.
b533bc97
MA
12387 (tramp-find-foreign-file-name-handler)
12388 (tramp-advice-make-auto-save-file-name)
12389 (tramp-set-auto-save-file-modes): Remove superfluous check for
12390 `stringp'. This is done inside `tramp-tramp-file-p'.
12391 (tramp-debug-outline-regexp): New defconst.
12392 (tramp-get-debug-buffer): Use it.
12393 (tramp-check-for-regexp): Use (forward-line 1).
12394 (tramp-set-auto-save-file-modes): Adapt version check.
12395
45be326a
TV
12396 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12397 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12398 (tramp-compat-make-temp-file): Simplify fallback implementation.
12399 (tramp-compat-copy-tree): Remove function.
12400 (tramp-compat-delete-directory): Provide implementation for older
12401 Emacsen.
12402
12403 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12404 Do not use `tramp-fish-handle-file-attributes.
12405
12406 * net/trampver.el: Update release number.
12407
ba33df00
GM
124082010-04-10 Glenn Morris <rgm@gnu.org>
12409
12410 * progmodes/compile.el (compilation-save-buffers-predicate):
12411 Add missing :version tag.
12412
4a8ae76f
SS
124132010-04-09 Sam Steingold <sds@gnu.org>
12414
12415 * progmodes/compile.el (compilation-save-buffers-predicate):
12416 Remove the "autoload" cookie.
12417
0880716f
SS
12418 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12419 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12420 and `bug-reference-prog-mode' can be used in hooks directly.
12421
6aebd58c
DN
124222010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12423
12424 Add --author support to git commit.
12425 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12426 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12427 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12428 New declarations.
6aebd58c 12429
f6d90772
ER
124302010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12431
12432 * vc-hooks.el, vc-git.el: Improve documentation comments.
12433
e754e83b
SM
124342010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 Fix some of the problems in defsubst* (bug#5728).
12437 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12438 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12439
9e86ab0b
SS
124402010-04-07 Sam Steingold <sds@gnu.org>
12441
e754e83b
SM
12442 * progmodes/compile.el (compilation-save-buffers-predicate):
12443 New custom variable.
9e86ab0b
SS
12444 (compile, recompile): Pass it to `save-some-buffers'.
12445
b0c8b840
JD
124462010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12447
12448 * wid-edit.el (widget-choose): Move cursor to the second line of
12449 the buffer (Bug#5695).
12450
31527c56
DN
124512010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12452
12453 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12454 * vc.el (vc-print-log-setup-buttons): New function split out from
12455 vc-print-log-internal.
12456 (vc-log-internal-common): New function, a parametrized version of
12457 vc-print-log-internal.
12458 (vc-print-log-internal): Just call vc-log-internal-common with the
12459 right arguments.
12460 (vc-incoming-outgoing-internal):
12461 (vc-log-incoming, vc-log-outgoing): New functions.
12462 (vc-log-view-type): New permanent local variable.
12463
12464 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12465
12466 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12467 of the dynamic bound vc-short-log.
12468 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12469
12470 * vc-git.el (vc-git-log-outgoing): New function.
12471 (vc-git-log-view-mode): Use vc-log-view-type instead
12472 of the dynamic bound vc-short-log.
12473
12474 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12475 of the dynamic bound vc-short-log. Highlight the tag.
12476 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12477 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12478 (vc-hg-incoming-mode): Remove.
12479 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12480
7ec69e2b
DN
124812010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12482
12483 Fix default-directory for vc-root-diff.
12484 * vc.el (vc-root-diff): Bind default-directory to the root
12485 directory for the diff command.
12486
fd9ea9d3
WS
124872010-04-07 Michael McNamara <mac@mail.brushroad.com>
12488
6e104790 12489 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12490 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12491 word keywords, suggested by Steve Pearlmutter.
6e104790 12492 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12493 port lists.
6e104790 12494 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12495 fix bug for /* / comments.
6e104790 12496 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12497 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12498 (verilog-pretty-declarations): Enhance to line up declarations
12499 inside a parameter list, suggested by Alan Morgan.
12500 (verilog-pretty-expr): Tune assignment regular expression match
12501 string for corner cases; also use markers instead of character
12502 number as indent changes the later.
fd9ea9d3
WS
12503
125042010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12505
6e104790
SM
12506 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12507 as missing keyword.
12508 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12509 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12510 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12511 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12512 Tennant.
12513 (verilog-keywords):
fd9ea9d3
WS
12514 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12515 1800-2009 keywords, including "global.".
12516
2a07afc5
JW
125172010-04-06 John Wiegley <jwiegley@gmail.com>
12518
8b32731a 12519 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12520 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12521 file basename). Should use uniquify to offer a real solution.
2a07afc5 12522
f9a27d86
JW
125232010-04-06 John Wiegley <jwiegley@gmail.com>
12524
8b32731a
JB
12525 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12526 comment to code, and add a :version tag.
12527 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12528
9caf8a8f
JB
125292010-04-06 Juanma Barranquero <lekktu@gmail.com>
12530
12531 Enable recentf-mode if using virtual buffers.
12532 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12533 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12534 (ido-make-buffer-list): Simplify.
12535 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12536
5a97d2da
JL
125372010-04-05 Juri Linkov <juri@jurta.org>
12538
12539 Scrolling commands which scroll a line instead of full screen.
12540 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12541
12542 * simple.el (scroll-up-line, scroll-down-line): New commands.
12543 Put property isearch-scroll=t on them.
12544
12545 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12546 Remove commands.
12547
79ce172a
JL
125482010-04-05 Juri Linkov <juri@jurta.org>
12549
8b32731a 12550 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12551 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12552
12553 * simple.el (scroll-up-command, scroll-down-command): New commands.
12554 Put property isearch-scroll=t on them.
12555
12556 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12557 `scroll-down-command' and [next] from `scroll-up' to
12558 `scroll-up-command'.
12559
12560 * emulation/cua-base.el: Put property CUA=move on
12561 `scroll-up-command' and `scroll-down-command'.
12562 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12563 and `scroll-down-command' to `cua-scroll-down'.
12564
309d5b43
JB
125652010-04-05 Juanma Barranquero <lekktu@gmail.com>
12566
6460e534 12567 * help.el (describe-mode): Return nil.
309d5b43 12568
0523d117
JW
125692010-04-04 John Wiegley <jwiegley@gmail.com>
12570
12571 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12572 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12573 (ido-virtual): Face used to indicate virtual buffers in the list.
12574 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12575 exists, but a virtual buffer of that name does (which would be why
12576 it was in the list), recreate the buffer by reopening the file.
12577 (ido-make-buffer-list): If virtual buffers are being used, call
12578 `ido-add-virtual-buffers-to-list' before the make list hook.
12579 (ido-virtual-buffers): New variable which contains a copy of the
12580 current contents of the `recentf-list', albeit pared down for the
12581 sake of speed, and with proper faces applied.
12582 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12583 create a list of "virtual buffers" to present to the user in
12584 addition to the currently open set. Note that this logic could
12585 get rather slow if that list is too large. With the default
12586 `recentf-max-saved-items' of 200, there is little speed penalty.
12587
202ff0d6
SM
125882010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * font-lock.el: Require CL when compiling.
12591 (font-lock-turn-on-thing-lock): Use `case'.
12592
ef43a0f4
EZ
125932010-04-03 Eli Zaretskii <eliz@gnu.org>
12594
12595 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12596 Zaretskii.
ef43a0f4 12597
9c13a46e
JL
125982010-04-02 Juri Linkov <juri@jurta.org>
12599
12600 * ehelp.el (electric-help-orig-major-mode):
12601 New buffer-local variable.
12602 (electric-help-mode): Set it to original major-mode. Doc fix.
12603 (with-electric-help): Use `electric-help-orig-major-mode' instead
12604 of (default-value 'major-mode). Doc fix.
12605 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12606
3fb87bf5
SS
126072010-04-02 Sam Steingold <sds@gnu.org>
12608
12609 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12610 `vc-hg-command' with a list of flags.
12611
202ff0d6
SM
12612 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12613 Also accept "patch" and "RFE".
dbb5e44a
SS
12614 (bug-reference-fontify): `bug-reference-url-format' can also be a
12615 function to be able to handle the bug kind.
202ff0d6 12616 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12617
d0b22876
JD
126182010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12619
12620 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12621 value to fboundp, it may not be a symbol.
12622
1625d379
CY
126232010-03-31 Chong Yidong <cyd@stupidchicken.com>
12624
202ff0d6 12625 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12626
1cd095c6
JL
126272010-03-31 Juri Linkov <juri@jurta.org>
12628
12629 * simple.el (next-line, previous-line): Re-throw a signal
12630 with `signal' instead of using `ding'.
12631 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12632
67189e62
JL
126332010-03-31 Juri Linkov <juri@jurta.org>
12634
12635 * simple.el (keyboard-escape-quit): Raise deselecting the active
12636 region higher than exiting the minibuffer.
12637 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12638
1546c559
JL
126392010-03-31 Juri Linkov <juri@jurta.org>
12640
12641 * image.el (image-animated-p): Use `image-metadata' instead of
12642 `image-extension-data'. Get GIF extenstion data from metadata
12643 property `extension-data'.
12644
85626eef
SM
126452010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * simple.el (append-to-buffer): Simplify.
12648
85738751 126492010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12650
12651 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12652 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12653
85738751 126542010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12655
12656 * language/sinhala.el (composition-function-table): Fix regexp for
12657 the new Unicode specification.
12658
12659 * language/indian.el (devanagari-composable-pattern)
12660 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12661 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12662 specification.
12663 (bengali-composable-pattern, gurmukhi-composable-pattern)
12664 (gujarati-composable-pattern, oriya-composable-pattern)
12665 (telugu-composable-pattern): New variables to cope with the new
12666 Unicode specification. Use them in composition-function-table.
12667
85738751 126682010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12669
79d74ac5 12670 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12671 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12672 vectors rather than cons cells, as used in menu-bar-update-buffers.
12673
85738751 126742010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12675
2a793f7f
CY
12676 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12677 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12678 electric punctuation for "{}();,:" (Bug#5586).
12679
03ffe8be
CY
12680 * mail/sendmail.el (mail-default-directory): Doc fix.
12681
85738751 126822010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12683
12684 * mail/sendmail.el (mail-default-directory): Doc fix.
12685
85738751 126862010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12687
12688 * subr.el (version-regexp-alist, version-to-list)
12689 (version-list-<, version-list-=, version-list-<=)
12690 (version-list-not-zero, version<, version<=, version=): Doc fix.
12691 (Bug#5744).
12692
85738751 126932010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12694
12695 * vc.el (vc-root-diff): Doc fix.
12696
85738751 126972010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12698
9aa2c576
CY
12699 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12700
9d30a9f4
CY
12701 * simple.el (append-to-buffer): Fix last change.
12702
85738751 127032010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12704
12705 * simple.el (append-to-buffer): Ensure that point is preserved if
12706 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12707 (Bug#5749)
12708
2372f278
SM
127092010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * files.el (auto-mode-case-fold): Change default to t.
12712
2223a1b3
JL
127132010-03-30 Juri Linkov <juri@jurta.org>
12714
12715 * dired-x.el (dired-omit-mode): Doc fix.
12716
0ef84fc8
JL
127172010-03-30 Juri Linkov <juri@jurta.org>
12718
12719 * replace.el (occur-accumulate-lines): Move occur-engine related
12720 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12721 to be located after `occur-engine'.
12722
dc2d2590
JL
127232010-03-30 Juri Linkov <juri@jurta.org>
12724
12725 Make occur handle multi-line matches cleanly with context.
12726 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12727
12728 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12729 (occur-engine): Add local variables `ret', `prev-after-lines',
12730 `prev-lines'. Use more arguments for `occur-context-lines'.
12731 Set first elem of its returned list to `data', and the second elem
12732 to `prev-after-lines'. Don't print the separator line.
12733 In the end, print remaining context after-lines.
12734 (occur-context-lines): Add new arguments `begpt', `endpt',
12735 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12736 after-lines of the previous match with before-lines of the
12737 current match and not overlap them. Return a list with two
12738 values: the output line and the list of context after-lines.
12739
47c88c06
JL
127402010-03-30 Juri Linkov <juri@jurta.org>
12741
12742 * replace.el (occur-accumulate-lines): Fix a bug where the first
12743 context line at the beginning of the buffer was missing.
12744
a7b02820
EZ
127452010-03-30 Eli Zaretskii <eliz@gnu.org>
12746
12747 * files.el: Make bidi-display-reordering safe variable for boolean
12748 values.
12749
9326ba26 127502010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12751 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12752
12753 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12754 (progress-reporter-update, progress-reporter-do-update):
12755 Handle non-numeric value arguments.
9326ba26
CY
12756 (progress-reporter--pulse-characters): New var.
12757
f6f8aa12
CY
127582010-03-28 Chong Yidong <cyd@stupidchicken.com>
12759
12760 * progmodes/compile.el (compilation-start): Fix regexp detection
12761 of initial cd command (Bug#5771).
12762
7ed287b5
CY
127632010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12764
12765 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12766
146b8b16
NR
127672010-03-27 Nick Roberts <nickrob@snap.net.nz>
12768
12769 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12770 * progmodes/gdb-mi.el: Restore.
12771 * progmodes/gdb-ui.el: Remove.
12772 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12773
b23caf75
GM
127742010-03-25 Glenn Morris <rgm@gnu.org>
12775
12776 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12777 all dired buffers, even tramp ones. (Bug#5755)
12778
18c812bd
SM
127792010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 Add "union tags" in mpc.el.
12782 * mpc.el: Remove backward compatibility code.
12783 (mpc-browser-tags): Change default.
12784 (mpc--find-memoize-union-tags): New var.
12785 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12786 (mpc-cmd-find): Handle the case where the playlist does not exist.
12787 Handle union-tags.
12788 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12789 (mpc-cmd-add): Use mpc-cmd-flush.
12790 (mpc-tagbrowser-tag-name): New fun.
12791 (mpc-tagbrowser-buf): Use it.
12792 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12793
efee6a6d
SM
127942010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12795
9586c41a
SM
12796 Misc cleanup.
12797 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12798 Use replace-regexp-in-string.
12799 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12800 (makefile-imake-mode-syntax-table): Move init into defvar.
12801 (makefile-mode): Use define-derived-mode.
12802
efee6a6d
SM
12803 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12804 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12805 not be present any more.
12806
c6f3804c
JB
128072010-03-24 Juanma Barranquero <lekktu@gmail.com>
12808
12809 * faces.el (set-face-attribute): Fix typo in docstring.
12810 (face-valid-attribute-values): Reflow docstring.
12811
e867cb5d 128122010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12813
efee6a6d 12814 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12815
e867cb5d 128162010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12817
12818 * indent.el (indent-for-tab-command): Doc fix.
12819
e867cb5d 128202010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12821
efee6a6d
SM
12822 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12823 Fix off-by-one error. Fixes bug #5747.
657071fc 12824
e867cb5d 128252010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12826
12827 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12828 (image-dired-read-comment): Doc fix.
12829
efee6a6d
SM
12830 * json.el (json-object-type, json-array-type, json-key-type)
12831 (json-false, json-null, json-read-number):
c8de140b
JB
12832 * minibuffer.el (completion-in-region-functions):
12833 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12834 (cal-tex-cursor-week):
12835 * emacs-lisp/trace.el (trace-function):
12836 * eshell/em-basic.el (eshell/printnl):
12837 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12838 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12839 * obsolete/levents.el (allocate-event, event-key, event-object)
12840 (event-point, event-process, event-timestamp, event-to-character)
12841 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12842 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12843 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12844 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12845 (reftex-highlight-selection): Fix typos in docstrings.
12846
e867cb5d 128472010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12848
12849 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12850
e867cb5d 128512010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12852
12853 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12854 2008-02-13 without comment; mark it obsolete.
12855 (rmail-highlight-headers): Use rmail-highlight-face once more.
12856
e867cb5d 128572010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12858
12859 * woman.el (woman2-process-escapes): Only consume the newline if
12860 the filler character is on a line by itself (Bug#5729).
12861
e867cb5d 128622010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12863
12864 * language/indian.el (devanagari-composable-pattern): Add more
12865 consonants.
12866
e867cb5d 128672010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12868
12869 * net/trampver.el: Update release number.
12870
e867cb5d 128712010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12872
efee6a6d
SM
12873 * net/tramp.el (tramp-find-executable):
12874 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12875 output of "wc -l" more robust.
12876 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12877 (tramp-open-connection-setup-interactive-shell): Remove workaround
12878 for OpenSolaris bug, it is not needed anymore.
12879
e867cb5d 128802010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12881
12882 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12883
e867cb5d 128842010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12885
12886 * files.el (auto-mode-alist): Accept more verilog file patterns.
12887
b2b8574b
SM
128882010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12891
1d94ebb0
GM
128922010-03-24 Glenn Morris <rgm@gnu.org>
12893
7e263967
GM
12894 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12895 log-edit-before-checkin-process.
12896
5ac92c5f
GM
12897 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12898
12899 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12900
549f324a
GM
12901 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12902 (log-view-process-buffer, log-edit-extra-flags): Declare.
12903
495b517c
GM
12904 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12905
f4087766
SS
129062010-03-23 Sam Steingold <sds@gnu.org>
12907
12908 Fix bug#5620: recalculate all markers on compilation buffer
12909 modifications, not on file modifications.
38e9aa53
GM
12910 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12911 variable: the buffer modification time, for buffers not associated with
12912 files.
f4087766
SS
12913 (compilation-mode): Create it.
12914 (compilation-filter): Update it.
12915 (compilation-next-error-function): Use it instead of
12916 `visited-file-modtime' for timestamp.
12917
774642e5
JL
129182010-03-23 Juri Linkov <juri@jurta.org>
12919
12920 Implement Occur multi-line matches.
12921 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12922
12923 * replace.el (occur): Doc fix.
12924 (occur-engine): Set `begpt' to the beginning of the first line.
12925 Set `endpt' to the end of the last match line. At first, count
12926 line numbers between `origpt' and `begpt'. Split out code from
12927 `out-line' variable to new let-bindings `match-prefix' and
12928 `match-str'. In `out-line' add non-numeric prefix to all
12929 non-first lines of multi-line matches. Finally, count lines
12930 between `begpt' and `endpt' and add to `lines'.
12931
f14d1172
JL
129322010-03-23 Juri Linkov <juri@jurta.org>
12933
12934 * replace.el (occur-accumulate-lines, occur-engine):
12935 Use `occur-engine-line' instead of duplicate code.
12936 (occur-engine-line): New function created from duplicate code
12937 in `occur-accumulate-lines' and `occur-engine'.
12938
53e87c57
JL
12939 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12940 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12941
75a3ff20
JL
129422010-03-23 Juri Linkov <juri@jurta.org>
12943
12944 * finder.el: Remove TODO tasks.
12945
12946 * info.el (Info-finder-find-node): Add node "all"
12947 with all package info. Handle a list of multiple keywords
12948 separated by comma.
12949 (info-finder): In interactive use with a prefix argument,
12950 use `completing-read-multiple' to read a list of keywords
12951 separated by comma.
12952
00278747
SM
129532010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12954
12955 Add a new completion style `substring'.
12956 * minibuffer.el (completion-basic--pattern): New function.
12957 (completion-basic-try-completion, completion-basic-all-completions):
12958 Use it.
12959 (completion-substring--all-completions)
12960 (completion-substring-try-completion)
12961 (completion-substring-all-completions): New functions.
12962 (completion-styles-alist): New style `substring'.
12963
64cb11cc
SM
129642010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 Get rid of .elc files after removal of the corresponding .el.
12967 * Makefile.in (compile-clean): New target.
12968 (compile-main): Use it.
12969
835e2c65
JD
129702010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12971
12972 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12973 don't do make there. When compiling with separate object dir, there
12974 is no Makefile there.
12975
111a9dff
SM
129762010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 Get rid of the ELCFILES abomination, again.
12979 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12980 (all, compile): Don't call compile-last.
12981 (compile-main): Build the "elcfiles" list dynamically.
12982 (compile-targets): New (internal) target.
12983
82c3d67a
AS
129842010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12985
12986 * Makefile.in (top_srcdir): Define.
12987 (abs_top_builddir): Define.
12988 (srcdir): Don't append `/..'.
12989 (EMACS): Use ${abs_top_builddir}.
12990 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12991 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12992 $(srcdir).
82c3d67a
AS
12993 (lisp): Use $(srcdir) instead of @srcdir@.
12994
d66ecdbb
JL
129952010-03-21 Juri Linkov <juri@jurta.org>
12996
12997 Fix message of multi-line occur regexps and multi-buffer header lines.
12998 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12999
13000 * replace.el (occur-1): Don't display regexp if it is longer
13001 than window-width. Use `query-replace-descr' to display regexp.
13002 (occur-engine): Don't display regexp in the buffer header for
13003 multi-buffer occur. Display a separate header line with total
13004 match count and regexp for multi-buffer occur.
13005 Use `query-replace-descr' to display regexp.
13006
f05e1b94
TZ
130072010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
13008
13009 * net/secrets.el: Fix parenthesis.
13010 (secrets-enabled): Fix parenthesis.
13011
801ba3ba
SM
130122010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13013
3613edce
SM
13014 Use more relative file and directory names.
13015 * Makefile.in (EMACS): Arrange for it to work when we chdir.
13016 (setwins, setwins_almost, setwins_for_subdirs):
13017 Don't `cd'; output relative names.
13018 (all, compile, compile-always, compile-last): Set emacswd.
13019 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
13020 Just cd to the lisp source dir so we can use relative file names.
13021
801ba3ba
SM
13022 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
13023
2b1400b9
GM
130242010-03-20 Glenn Morris <rgm@gnu.org>
13025
13026 * textmodes/rst.el: Use faces for font-lock customization, and make the
13027 old -face variables obsolete.
13028 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
13029 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
13030 (rst-block-face, rst-external-face, rst-definition-face)
13031 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
13032 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
13033 Make obsolete.
13034 (rst-font-lock-keywords-function): Update for above changes.
13035
5e418f17
JL
130362010-03-20 Juri Linkov <juri@jurta.org>
13037
13038 * s-region.el:
13039 * obsolete/s-region.el: Move to obsolete.
13040
b0287b39
JB
130412010-03-19 Juanma Barranquero <lekktu@gmail.com>
13042
13043 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
13044
3c95bbb6
DN
130452010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
13046
13047 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
13048
09158997
DN
130492010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
13050
13051 Add special markup processing for commit logs.
13052 * log-edit.el (log-edit-extra-flags): New variable.
13053 (log-edit): Add new argument MODE. Use that mode when non-nil
13054 instead of the log-view-mode.
13055 (log-view-process-buffer): New function.
13056
13057 * vc.el: Document that the checkin method takes optional
13058 arguments. Document new backend specific method: log-view-mode.
13059 (vc-default-log-edit-mode): New function.
13060 (vc-checkin): Use a backend specific log-view-mode.
13061 Pass extra arguments to the checkin method.
13062 (vc-modify-change-comment): Pass a dummy extra argument.
13063
13064 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
13065 log-edit.
13066 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
13067 (vc-finish-logentry): Process the log buffer before passing it
13068 down. Pass log-edit-extra-flags.
13069
13070 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
13071 command.
85626eef
SM
13072 (log-edit-extra-flags, log-edit-before-checkin-process):
13073 New declarations.
09158997
DN
13074
13075 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
13076 command.
85626eef
SM
13077 (log-edit-extra-flags, log-edit-before-checkin-process):
13078 New declarations.
09158997
DN
13079 (vc-hg-log-edit-mode): New derived mode.
13080
13081 * vc-arch.el (vc-arch-checkin):
13082 * vc-cvs.el (vc-cvs-checkin):
13083 * vc-git.el (vc-git-checkin):
13084 * vc-mtn.el (vc-mtn-checkin):
13085 * vc-rcs.el (vc-rcs-checkin):
13086 * vc-sccs.el (vc-sccs-checkin):
13087 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13088
f430423d
SM
130892010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13090
13091 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13092 parent typo).
13093
aa8f8277
GM
130942010-03-19 Glenn Morris <rgm@gnu.org>
13095
f430423d 13096 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 13097
04525749
GM
130982010-03-18 Glenn Morris <rgm@gnu.org>
13099
c70815f1
GM
13100 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13101
84d0a5f8
GM
13102 * replace.el (query-replace-history): Give it a doc string.
13103 (map-query-replace-regexp): Use query-replace-from-history-variable
13104 and query-replace-to-history-variable.
13105
e3a15161
GM
13106 * mail/hashcash.el (declare-function): Remove duplicate definition.
13107
27be0364
GM
13108 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13109 Make it an obsolete alias for report-emacs-bug-address.
13110 (message-strip-special-text-properties): Declare.
13111 (report-emacs-bug): Remove test for a pretest bug address.
13112 Combine message-mode-specific code.
13113
88b8d18e
GM
13114 * mail/supercite.el: Don't require sendmail.
13115 (mh-in-header-p): Declare rather than using with-no-warnings.
13116 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13117 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13118
1a355d09
GM
13119 * calendar/cal-french.el: Convert to utf-8.
13120
04525749
GM
13121 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13122 Emacs scripts.
13123
ae84eb97
MA
131242010-03-16 Michael Albinus <michael.albinus@gmx.de>
13125
13126 * net/secrets.el (secrets-enabled): New variable. Use it instead
13127 of a subfeature.
13128
7c75524e
MA
131292010-03-15 Michael Albinus <michael.albinus@gmx.de>
13130
13131 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
13132 service "org.freedesktop.secrets" can be pinged.
13133 Provide subfeature `enabled'.
7c75524e 13134
57938a79
JL
131352010-03-14 Juri Linkov <juri@jurta.org>
13136
13137 Add finder unknown keywords.
13138
13139 * finder.el (finder-unknown-keywords): New function.
13140
13141 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13142 to create a Finder node with unknown keywords.
13143
88f4758e
JL
131442010-03-14 Juri Linkov <juri@jurta.org>
13145
13146 * finder.el (finder-compile-keywords): Replace `princ' with
13147 `prin1' on a list of symbols interned from keyword strings.
13148
13149 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13150 a comma, then split keywords using a comma and optional whitespace.
13151 Otherwise, split by whitespace.
13152
13153 * complete.el:
13154 * face-remap.el:
13155 * log-view.el:
13156 * net/hmac-def.el:
13157 * net/hmac-md5.el:
13158 * net/netrc.el:
13159 * progmodes/mixal-mode.el: Fix keywords.
13160
7725ebb7
MA
131612010-03-13 Michael Albinus <michael.albinus@gmx.de>
13162
13163 * Makefile.in (ELCFILES): Add net/secrets.elc.
13164
13165 * net/secrets.el: New file.
13166
6f320937
CY
131672010-03-12 Chong Yidong <cyd@stupidchicken.com>
13168
13169 * facemenu.el (list-colors-display, list-colors-print): New arg
13170 callback. Use it to allow selecting colors.
13171
13172 * wid-edit.el (widget-image-insert): Insert image prop even if the
13173 current display is non-graphic.
13174 (widget-field-value-set): New fun.
13175 (editable-field): Use it.
13176 (widget-field-value-get): Clean up unused var.
85626eef
SM
13177 (widget-color-value-create, widget-color--choose-action):
13178 New funs. Allow using list-colors-display to choose color.
6f320937 13179
647f9993
CY
131802010-03-12 Chong Yidong <cyd@stupidchicken.com>
13181
13182 * cus-edit.el: Resort topmost custom groups.
13183 (custom-buffer-sort-alphabetically): Default to t.
13184 (customize-apropos): Use apropos-parse-pattern.
13185 (custom-search-field): New var.
13186 (custom-buffer-create-internal): Add custom-apropos search field.
13187 (custom-add-parent-links): Don't display parent doc.
13188 (custom-group-value-create): Don't sort top-level custom group.
85626eef 13189 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
13190
13191 (custom-variable-state): New fun, from custom-variable-state-set.
13192 (custom-variable-state-set): Use it.
13193 (custom-group-value-create): Hide options with standard values
13194 using the :hidden-states property. Use progress reporter.
13195
13196 (custom-show): Simplify.
13197 (custom-visibility): Disable images by default.
13198 (custom-variable): New property :hidden-states.
13199 (custom-variable-value-create): Enable images for
13200 custom-visibility widgets. Use :hidden-states property to
13201 determine initial visibility.
13202
13203 * wid-edit.el (widget-image-find): Give images center ascent.
13204 (visibility): Add :on-image and :off-image properties.
13205 (widget-visibility-value-create): Use them.
13206
eba5b4dd
CY
132072010-03-12 Chong Yidong <cyd@stupidchicken.com>
13208
13209 * cus-edit.el (processes): Remove from development group.
13210 (oop, hypermedia): Delete group.
26f4b8ab 13211 (comm): Promote to top-level group.
eba5b4dd
CY
13212
13213 * net/browse-url.el (browse-url):
13214 * net/xesam.el (xesam):
13215 * net/tramp.el (tramp):
13216 * net/goto-addr.el (goto-address):
26f4b8ab 13217 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
13218
13219 * view.el (view): Remove from editing group.
13220
13221 * uniquify.el (uniquify): Put in files group.
13222
13223 * net/browse-url.el (browse-url):
13224 * ps-print.el (postscript): Put in external group.
13225
13226 * cus-edit.el (outlines):
13227 * textmodes/text-mode.el (text-mode-hook):
13228 * textmodes/table.el (table):
13229 * textmodes/picture.el (picture):
13230 * outline.el (outlines): Put in wp group.
13231
13232 * nxml/nxml-mode.el (nxml): Remove from wp group.
13233
13234 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13235
13236 * mail/metamail.el (metamail): Remove from hypermedia group.
13237
13238 * cus-edit.el (abbrev):
13239 * whitespace.el (whitespace):
13240 * vcursor.el (vcursor):
13241 * reveal.el (reveal):
13242 * hl-line.el (hl-line): Put in convenience group.
13243
13244 * epg-config.el (epg): Put in data group.
13245
13246 * emulation/pc-select.el (pc-select): Put in emulations group.
13247
13248 * calculator.el (calculator): Put in applications group.
13249
8117868f
DN
132502010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13251
13252 Add .dir-locals.el support for file-less buffers.
13253 * files.el (hack-local-variables): Split out code to apply local
13254 variable settings ...
13255 (hack-local-variables-apply): ... here. New function.
13256 (hack-dir-local-variables): Use the default directory for when the
13257 buffer does not have an associated file.
13258 (hack-dir-local-variables-non-file-buffer): New function.
13259 * diff-mode.el (diff-mode):
13260 * vc-annotate.el (vc-annotate-mode):
13261 * vc-dir.el (vc-dir-mode):
13262 * log-edit.el (log-edit-mode):
13263 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13264
855a2294
DN
132652010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13266
13267 Add support for shelving snapshots and for showing shelves.
13268 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13269 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13270 New functions.
13271 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13272 (vc-bzr-extra-menu-map): Map them.
13273
3e5b7009
GM
132742010-03-11 Glenn Morris <rgm@gnu.org>
13275
0dcf7d7e
GM
13276 * cus-edit.el (customize-changed-options-previous-release):
13277 Bump to 23.1.
13278
3e5b7009
GM
13279 * image.el (image-animate-max-time): Fix :version tag.
13280
288f9fc0
CY
132812010-03-10 Chong Yidong <cyd@stupidchicken.com>
13282
13283 * Branch for 23.2.
13284
53ef91b1
SM
132852010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * vc-git.el (vc-git-revision-table): Include remote branches.
13288
b41460ae 132892010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
13290
13291 Animated image API.
13292 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13293
13294 * image.el (image-animate-max-time): New defcustom.
13295 (image-animated-types): New defconst.
13296 (create-animated-image, image-animate-timer)
13297 (image-animate-start, image-animate-stop, image-animate-timeout)
13298 (image-animated-p): New functions.
13299
13300 * image-mode.el (image-toggle-display-image):
13301 Replace `create-image' with `create-animated-image'.
13302
e5d1fb10 133032010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
13304
13305 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13306 instead of "format:"; this ensures that the output is
13307 newline-terminated.
13308
4e7cafbe
CY
133092010-03-08 Chong Yidong <cyd@stupidchicken.com>
13310
13311 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13312 that all errors are caught, and that the return value is always a
13313 list (Bug#5692).
13314
aec66319
KH
133152010-03-08 Kenichi Handa <handa@m17n.org>
13316
13317 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 13318 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 13319
b327c975
AS
133202010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13321
13322 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13323 call to rfc822-bad-address. (Bug#5692)
13324
1c465a6a
CY
133252010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13326
85626eef
SM
13327 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13328 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13329
a4e32226
CY
133302010-03-06 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * calculator.el (calculator): Don't bind split-window-keep-point
13333 (Bug#5674).
13334
4c83ed3d
SM
133352010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * vc-git.el: Re-flow to fit into 80 columns.
13338 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13339 Remove spurious `quote' element in each case alternative.
13340 (vc-git-show-log-entry): Use prog1.
13341 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13342
e8defde3
SM
133432010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13344
13345 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13346
233f0c9f
CY
133472010-03-03 Chong Yidong <cyd@stupidchicken.com>
13348
13349 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13350 definition, not the name (Bug#5481).
13351
254bedef 133522010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13353
13354 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13355 argument with a local variable. (Bug#5670)
13356
7187cdae
JL
133572010-03-02 Juri Linkov <juri@jurta.org>
13358
13359 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13360
9cf3544e
MA
133612010-03-02 Michael Albinus <michael.albinus@gmx.de>
13362
13363 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13364 error when FILENAME and NEWNAME are existing remote directories.
13365
13366 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13367 parameter DIR-FLAG.
13368
33f77982
GM
133692010-03-02 Glenn Morris <rgm@gnu.org>
13370
13371 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13372 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13373
d99ea08e
KH
133742010-03-01 Kenichi Handa <handa@m17n.org>
13375
e8defde3 13376 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13377 myanmar-composable-pattern.
13378
e8defde3
SM
13379 * international/characters.el (script-list):
13380 * international/fontset.el (script-representative-chars):
13381 Change myanmar to burmese.
d99ea08e 13382 (otf-script-alist): Likewise.
4aa2c3b2
KH
13383 (setup-default-fontset): Likewise. Re-fix :otf spec.
13384
b374f54d
KY
133852010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13386
13387 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13388
71572c03
JD
133892010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13390
13391 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13392
00cffdeb
MA
133932010-02-28 Michael Albinus <michael.albinus@gmx.de>
13394
13395 * net/tramp.el (tramp-handle-write-region): START can be a string.
13396 Take care in the checks. Reported by Dan Davison
13397 <davison@stats.ox.ac.uk>.
13398
d4b06783
MA
133992010-02-28 Michael Albinus <michael.albinus@gmx.de>
13400
13401 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13402 (dbus-set-property, dbus-get-all-properties):
13403 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13404
8c3e96d2
CY
134052010-02-28 Chong Yidong <cyd@stupidchicken.com>
13406
de3a1fe9
CY
13407 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13408 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13409 * calendar/icalendar.el (icalendar--add-diary-entry):
13410 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13411 * files.el (recover-session-finish): Use with-current-buffer
13412 instead of save-excursion.
13413
c53b9c3b
SM
134142010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13415
13416 Fix in-buffer completion when after-change-functions modify the buffer.
13417 * minibuffer.el (completion--replace): New function.
13418 (completion--do-completion): Use it and use relative movement.
13419
4a16bdc6
CY
134202010-02-27 Chong Yidong <cyd@stupidchicken.com>
13421
13422 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13423
b8280f39
CY
134242010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13425
c53b9c3b
SM
13426 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13427 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13428
f88cc4d6
KH
134292010-02-26 Kenichi Handa <handa@m17n.org>
13430
13431 * language/burmese.el: Fix entries in composition-function-table.
13432 (myanmar-composable-pattern): New variable.
13433
13434 * international/fontset.el (setup-default-fontset): Add an entry
13435 for myanmar.
13436
13437 * international/characters.el (script-list): Add Myanmar
13438 Extended-A.
13439
cdbf9100
GM
134402010-02-26 Glenn Morris <rgm@gnu.org>
13441
90a94603
GM
13442 * custom.el (custom-initialize-delay): Doc fix.
13443
cdbf9100
GM
13444 * mail/sendmail.el (send-mail-function): Autoload the call
13445 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13446
f95a5fd0
CY
134472010-02-24 Chong Yidong <cyd@stupidchicken.com>
13448
13449 * files.el (hack-local-variables-filter): For eval forms, also
13450 check safe-local-variable-p (Bug#5636).
13451
459a5f4b
MA
134522010-02-22 Michael Albinus <michael.albinus@gmx.de>
13453
13454 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13455 setting the modes by `ignore-errors'. It might fail, for example
13456 if the file is not owned by the user but the group.
13457 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13458
bb23f6e8
CY
134592010-02-21 Chong Yidong <cyd@stupidchicken.com>
13460
6a7662bb
BR
13461 * files.el (directory-listing-before-filename-regexp):
13462 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13463 date-like filenames (Bug#5597).
13464
b660eb70
CY
13465 * htmlfontify.el (htmlfontify): Doc fix.
13466
13467 * eshell/eshell.el (eshell): Doc fix.
13468
bb23f6e8
CY
13469 * startup.el (fancy-about-screen): In mode-line, apply
13470 mode-line-buffer-id face only to the buffer name (Bug#5613).
13471
3e39928c
CY
134722010-02-20 Kevin Ryde <user42@zip.com.au>
13473
f7e0618c
JB
13474 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13475 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13476 (Bug#5599).
13477
0f00e948
EZ
134782010-02-20 Eli Zaretskii <eliz@gnu.org>
13479
13480 * subr.el (remove-yank-excluded-properties): Explain in a comment
13481 why `category' property is removed.
13482
3513efb2
CY
134832010-02-19 Chong Yidong <cyd@stupidchicken.com>
13484
6a7662bb
BR
13485 * isearch.el (isearch-update-post-hook, isearch-update):
13486 Revert 2010-02-17 change.
3513efb2 13487
b4340b3f
UJ
134882010-02-19 Ulf Jasper <ulf.jasper@web.de>
13489
13490 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13491 (icalendar--convert-weekly-to-ical)
13492 (icalendar--convert-yearly-to-ical)
13493 (icalendar--convert-block-to-ical)
13494 (icalendar--convert-cyclic-to-ical)
13495 (icalendar--convert-anniversary-to-ical): Take care of time
13496 specifications where hour has 1-digit only (Bug#5549).
13497
8cfae03d
NR
134982010-02-19 Nick Roberts <nickrob@snap.net.nz>
13499
13500 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13501 of disassemble output in GDB 7.1.
13502
055e4eea
GM
135032010-02-19 Glenn Morris <rgm@gnu.org>
13504
13505 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13506 property. (Bug#5593)
13507
ff6b00de
SS
135082010-02-18 Sam Steingold <sds@gnu.org>
13509
13510 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13511
fe8c0b47
SM
135122010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 Use abbreviated file names in bookmarks (bug#5591).
13515 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13516 calls to expand-file-name.
13517 (bookmark-relocate): Use abbreviated file names in bookmarks.
13518 (bookmark-load): Use abbreviated file names in messages.
13519
73a37a69
MA
135202010-02-18 Michael Albinus <michael.albinus@gmx.de>
13521
13522 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13523 expand "." and "..". Reported by Thierry Volpiatto
13524 <thierry.volpiatto@gmail.com>.
13525
6e4f5731
MA
135262010-02-18 Michael Albinus <michael.albinus@gmx.de>
13527
13528 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13529 permissions of the temporary file to "0600". In case the remote
13530 file has no read permissions for the owner, there might be
13531 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13532
1353322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13534
13535 * emacs-lisp/authors.el (authors-renamed-files-alist):
13536 Add entries for INSTALL.CVS.
13537
ba5bf642
MH
135382010-02-17 Mark A. Hershberger <mah@everybody.org>
13539
f7e0618c 13540 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13541
f7e0618c 13542 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13543 (isearch-update): Use the new hook.
13544
aac0b0f2
MA
135452010-02-16 Michael Albinus <michael.albinus@gmx.de>
13546
fe8c0b47
SM
13547 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13548 Fix errors in copying directories.
aac0b0f2
MA
13549 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13550 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13551 (tramp-handle-delete-file)
13552 (tramp-handle-dired-recursive-delete-directory)
13553 (tramp-handle-write-region): Flush also the cache for the upper
13554 directory.
13555
05bbe066
CY
135562010-02-16 Chong Yidong <cyd@stupidchicken.com>
13557
e8ab3908
CY
13558 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13559
ff90f4b0
CY
13560 * cus-edit.el (hardware): Doc fix.
13561
13562 * man.el (man): Add to external custom group.
13563
13564 * delim-col.el (columns): Move to wp custom group.
13565
13566 * doc-view.el (doc-view): Add to data custom group.
13567
fe8c0b47 13568 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13569
05bbe066
CY
13570 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13571 by ispell-parse-output (Bug#5575).
13572
fa6ea913
KH
135732010-02-16 Kenichi Handa <handa@m17n.org>
13574
13575 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13576 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13577 (skkdic-convert): Use `euc-japan' coding system for writing.
13578
88fd78ae
GM
135792010-02-16 Glenn Morris <rgm@gnu.org>
13580
13581 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13582 tex-main-file before using it. (Bug#5562)
13583
2b8c974a
SM
135842010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13587 warnings, since it is annoying for the user to see them each time he
13588 runs the code.
13589
7540f029
MA
135902010-02-15 Michael Albinus <michael.albinus@gmx.de>
13591
13592 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13593 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13594 instead of PROC for caching "first-password-request". Otherwise,
13595 new processes would not profit from passwords already entered.
13596
2b8c974a
SM
13597 * net/tramp-cache.el (tramp-dump-connection-properties):
13598 Don't save "first-password-request" property.
7540f029 13599
fa5f7c5f
JB
136002010-02-14 Juanma Barranquero <lekktu@gmail.com>
13601
13602 * outline.el (outline-head-from-level):
13603 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13604 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13605 (elint-defun, elint-buffer-env, elint-top-form-logged)
13606 (elint-unbound-variable):
13607 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13608 Fix typos in docstrings.
13609
ecbaeb7b
MA
136102010-02-14 Michael Albinus <michael.albinus@gmx.de>
13611
13612 * files.el (insert-directory): When WILDCARD-REGEXP and
13613 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13614 whole directory. (Bug#5551)
13615
13616 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13617 dired's alignment sanity. (Bug#5516)
13618
91e3333f
JL
136192010-02-14 Juri Linkov <juri@jurta.org>
13620
13621 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13622 Remove remaining ^H with their preceding chars. (Bug#5566)
13623
36020642
GM
136242010-02-13 Glenn Morris <rgm@gnu.org>
13625
13626 * simple.el (transpose-subr): Give it a doc-string.
13627
13628 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13629 Doc fixes.
13630
f5952338
JL
136312010-02-12 Juri Linkov <juri@jurta.org>
13632
13633 * arc-mode.el (archive-unique-fname): Make directories for nested
13634 archives. (Bug#5540)
13635
918fe50f
JL
136362010-02-12 Juri Linkov <juri@jurta.org>
13637
13638 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13639
c07ff221
SM
136402010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13641
48b1e7cf
SM
13642 * subr.el (copy-overlay): Handle deleted overlays.
13643
c07ff221
SM
13644 * man.el (Man-completion-table): Don't signal an error if we can't run
13645 manual-program (bug#4056).
13646
0e374247
JB
136472010-02-10 Juanma Barranquero <lekktu@gmail.com>
13648
13649 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13650
dbf8402b
SM
136512010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13652
348d1e60
SM
13653 * info.el (Info-bookmark-jump): Simplify.
13654
dbf8402b
SM
13655 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13656 (bookmark-default-handler): Accept new bookmark field `buffer'.
13657
e6d23bb5
CY
136582010-02-10 Chong Yidong <cyd@stupidchicken.com>
13659
13660 * iswitchb.el (iswitchb-completions): Revert last change.
13661
a8e4290b
MA
136622010-02-10 Michael Albinus <michael.albinus@gmx.de>
13663
2b23acde 13664 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13665 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13666 This prevents file names like "~/" being listed literally.
a8e4290b 13667
c59d6fad
DN
136682010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13669
348d1e60
SM
13670 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13671 Remove dead code. (Bug#5546)
c59d6fad 13672
3a66e78f
CY
136732010-02-09 Chong Yidong <cyd@stupidchicken.com>
13674
13675 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13676 correctly (Bug#5548).
13677
f29fd869
CY
136782010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13679
13680 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13681 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13682
7fad1447
KH
136832010-02-08 Kenichi Handa <handa@m17n.org>
13684
13685 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13686 cookie for putting `lisp-indent-function'.
7fad1447 13687
50e4518b
GM
136882010-02-07 Glenn Morris <rgm@gnu.org>
13689
13690 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13691 Move F2003 named interfaces from keywords-2 to keywords-1, and
13692 use function-name-face rather than constant-face.
13693 Simplify "abstract interface" regexp.
13694
a4cc44cf
CY
136952010-02-07 Chong Yidong <cyd@stupidchicken.com>
13696
13697 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13698 ID-FORMAT. Pass it to `file-attributes'.
13699
13700 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13701
c917476d
CY
137022010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13703
13704 * faces.el (set-face-attribute): Allow calling
13705 internal-set-lisp-face-attribute with 'unspecified family and
13706 foundry argument (Bug#5536).
13707
7cf3f3d6
GM
137082010-02-07 Glenn Morris <rgm@gnu.org>
13709
13710 * progmodes/f90.el (f90-font-lock-keywords-2)
13711 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13712 Handle F2003 named interfaces.
13713
ffe87109
CY
137142010-02-06 Chong Yidong <cyd@stupidchicken.com>
13715
13716 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13717 beg and end before calling c-get-state-before-change-functions.
13718
4775ecad
DN
137192010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13720
33aeea0e
SM
13721 * vc-bzr.el (vc-bzr-dir-extra-headers):
13722 Disable the pending merges header.
4775ecad 13723
0d17c4b9
JL
137242010-02-05 Juri Linkov <juri@jurta.org>
13725
13726 * doc-view.el (doc-view-mode):
13727 * image-mode.el (image-mode): Put property mode-class=special.
13728 (Bug#4896)
13729
8228a275
MH
137302010-02-05 Mark A. Hershberger <mah@everybody.org>
13731
13732 * vc-svn.el (vc-svn-revision-table): New function.
13733
d9320986
MA
137342010-02-05 Michael Albinus <michael.albinus@gmx.de>
13735
13736 * net/ange-ftp.el (ange-ftp-insert-directory):
13737 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13738 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13739 Handle also directories. (Bug#5478)
13740
f43d8ecc
GM
137412010-02-05 Glenn Morris <rgm@gnu.org>
13742
13743 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13744
ce3a988d
CY
137452010-02-05 Chong Yidong <cyd@stupidchicken.com>
13746
13747 * startup.el (command-line-1): Convert options beginning with a
13748 single dash as well (Bug#5519).
13749
bdd42899
SM
137502010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13751
51b23c44
SM
13752 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13753 * minibuffer.el (completion-initials-expand): Only check the presence
13754 of delims *within* the boundaries, since otherwise the / delim is
13755 always found for files.
13756
bdd42899
SM
13757 Fix up various corner case problems.
13758 * doc-view.el (doc-view-last-page-number): New function.
13759 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13760 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13761 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13762 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13763 (doc-view-convert-current-doc): Don't create the resolution.el file
13764 here any more.
13765 (doc-view-pdf/ps->png): Do it here instead.
13766 (doc-view-already-converted-p): Check that resolution.el is present.
13767 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13768 windows that are not yet showing images.
13769
d5b3979c
MA
137702010-02-04 Michael Albinus <michael.albinus@gmx.de>
13771
13772 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13773 `dired-uncache' for every elemnt which is an absolute file name.
13774
13775 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13776 directory, handle its directory component.
13777 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13778 function is called permanently and creates noise, otherwise.
13779
13780 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13781 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13782 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13783
b003beb1
DB
137842010-02-04 David Burger <dburger@google.com> (tiny change)
13785
13786 * macros.el (apply-macro-to-region-lines):
13787 Minor simplification. (Bug#5485)
13788
ea92f9f3
GM
137892010-02-04 Glenn Morris <rgm@gnu.org>
13790
a03ae20d
GM
13791 * mail/rmail.el (rmail-show-message-1): Handle malformed
13792 quoted-printable text. (Bug#5441)
13793
4d01b827
GM
13794 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13795
ea92f9f3
GM
13796 * simple.el (visual-line-mode): Capitalize lighter.
13797
82055bb7
JW
137982010-02-03 John Wiegley <jwiegley@gmail.com>
13799
13800 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13801 list of files considered for "virtual buffer" completions.
13802
8214b6e4
MA
138032010-02-03 Michael Albinus <michael.albinus@gmx.de>
13804
13805 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13806 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13807 when dired is called with a list of files, which are not in
13808 `default-directory'. (Bug#5478)
13809
1df9718f
SM
138102010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13813
02ba1267
JL
138142010-02-02 Juri Linkov <juri@jurta.org>
13815
13816 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13817 from unidiff to allow function-line after @@.
13818
a0c6a0fb
JL
138192010-02-02 Juri Linkov <juri@jurta.org>
13820
13821 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13822 '(RCS SCCS) with inverted condition.
13823
c35fcd52
MA
138242010-02-02 Michael Albinus <michael.albinus@gmx.de>
13825
13826 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13827 messages.
13828
6ba973c1
JL
138292010-02-01 Juri Linkov <juri@jurta.org>
13830
13831 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13832 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13833 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13834 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13835
0bca393f
SM
138362010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13839 (doc-view-revert-buffer): New command.
13840 (doc-view-mode-map): Use it.
13841
7a444e2a
DN
138422010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13843
13844 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13845 pending merge is detected.
13846
ad6fc8f4
JL
138472010-01-31 Juri Linkov <juri@jurta.org>
13848
13849 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13850 beginning of interactive spec like all other grep commands do.
13851 Put "all" in front of "gz". (Bug#5260)
13852
b9236874
DN
138532010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13854
13855 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13856
1e868757
CY
138572010-01-29 Chong Yidong <cyd@stupidchicken.com>
13858
13859 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13860 regexp is incorrect (Bug#5476).
13861
e5c70c41
MA
138622010-01-29 Michael Albinus <michael.albinus@gmx.de>
13863
13864 * net/tramp.el (tramp-handle-insert-directory): Handle also
13865 symlinks, when FILENAME is not in `default-directory'.
13866
0c0b61f1
MA
138672010-01-28 Michael Albinus <michael.albinus@gmx.de>
13868
13869 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13870 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13871
13872 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13873 of SWITCHES. Handle the case, FILENAME is not in
13874 `default-directory'. (Bug#5478)
13875 (tramp-register-file-name-handlers): Add safe-magic property.
13876
763f325e
CY
138772010-01-28 Chong Yidong <cyd@stupidchicken.com>
13878
13879 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13880 unzip (Bug#5475).
13881
fd09a83f
CY
138822010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13883
13884 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13885 (flymake-master-make-header-init): Add other C++ filename masks.
13886 (flymake-find-possible-master-files)
13887 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13888
7e5686f0
MA
138892010-01-28 Michael Albinus <michael.albinus@gmx.de>
13890
13891 Fix some busybox annoyances.
13892
13893 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13894 not responding." string.
13895 (tramp-open-connection-setup-interactive-shell): Dump stty
13896 settings. Enable "neveropen" arg for all `tramp-send-command'
13897 calls. Handle "=" in variable values properly.
13898 (tramp-find-inline-encoding): Raise an error, when no encoding is
13899 found.
13900 (tramp-wait-for-output): Check, whether PROC buffer is available.
13901 Remove spurious " ^H" sequences, sent by busybox.
13902 (tramp-get-ls-command): Suppress coloring, if possible.
13903
c6265c10
GM
139042010-01-28 Glenn Morris <rgm@gnu.org>
13905
c85a168b
GM
13906 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13907
c6265c10
GM
13908 * log-edit.el (log-edit-strip-single-file-name): Add missing
13909 :safe, :group, and :version tags.
13910
7d82a738
SB
139112010-01-27 Stephen Berman <stephen.berman@gmx.net>
13912
13913 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13914 buffers. (Bug#5477)
13915
8b0e68ea
CY
139162010-01-27 David De La Harpe Golden <david@harpegolden.net>
13917
13918 * files.el (delete-directory): Handle moving to trash without
13919 first doing recursion (Bug#5436).
13920
368d3208
DN
139212010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13922
13923 * vc-hooks.el (vc-path): Mark as obsolete.
13924
755da7fa
DN
139252010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13926
e2396d80
DN
13927 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13928 names too.
13929
755da7fa
DN
13930 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13931 for the short log.
13932 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13933
6a6d15ab 139342010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13935
ac9ffe99 13936 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13937
48c2d18a 13938 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13939
25f38310 139402010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13941
13942 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13943 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13944
51850286
DN
139452010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13946
c2f1d6d8
DN
13947 Remove support for adding --signoff on commit.
13948 Future support will use an incompatible generic mechanism.
13949 * vc-git.el (vc-git-add-signoff): Remove variable.
13950 (vc-git-toggle-signoff): Remove function.
13951 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13952
6a7662bb
BR
13953 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13954 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13955 was set.
13956 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13957 earlier, call it again in case the background mode has changed.
13958
02c6d0d0
CY
139592010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13960
13961 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13962 (Bug#3541).
13963
064eee03
CY
139642010-01-23 Chong Yidong <cyd@stupidchicken.com>
13965
02c6d0d0
CY
13966 * emacs-lisp/assoc.el (aelement): Doc fix.
13967 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13968
5336c3ec 139692010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13970
48c2d18a 13971 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13972 is the same as subprogram call, not declaration. (Bug#5435).
13973
0536254e
MA
139742010-01-23 Michael Albinus <michael.albinus@gmx.de>
13975
13976 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13977 (tramp-smb-maybe-open-connection): Use it.
13978
411d06c2
MA
139792010-01-22 Michael Albinus <michael.albinus@gmx.de>
13980
0536254e 13981 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13982
c893016b
SM
139832010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13986 just because we see "encoding: 8bit".
13987 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13988
9425f8e1
CY
139892010-01-22 Chong Yidong <cyd@stupidchicken.com>
13990
13991 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13992
6a801864
EZ
139932010-01-22 Eli Zaretskii <eliz@gnu.org>
13994
13995 * jka-compr.el (jka-compr-load): If load-file is not in
13996 load-history, try its file-truename version. (bug#5447)
13997
3e8f7d91
AM
139982010-01-21 Alan Mackenzie <acm@muc.de>
13999
14000 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
14001 * progmodes/cc-engine.el (c-invalidate-state-cache):
14002 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
14003 special cpp construct is still in the buffer.
14004 (c-parse-state): Record the special cpp with markers, not numbers.
14005
f0bd0ad5
CY
140062010-01-21 Kenichi Handa <handa@m17n.org>
14007
14008 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
14009 process last-command-event, as it is now decoded first (Bug#5380).
14010
5189d95b
CY
140112010-01-20 Chong Yidong <cyd@stupidchicken.com>
14012
14013 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
14014
e073d74a
GM
140152010-01-20 Glenn Morris <rgm@gnu.org>
14016
14017 * indent.el (tab-always-indent): Fix custom-type.
14018
8ee04f3a
AM
140192010-01-19 Alan Mackenzie <acm@muc.de>
14020
14021 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
14022 buffer throws "args out of range".
14023 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
14024 playing the role of delimiter.
14025
6a47c86a
SL
140262010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
14027
bf0b361c 14028 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
14029 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
14030 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
14031 changed. Delete RECURSIVE parameter; never used. Improve doc string.
14032 Improve comments in "is" portion. Handle null procedure declaration.
14033 (ada-move-to-end): Improve doc string.
14034
2acfb954
ÓF
140352010-01-18 Óscar Fuentes <ofv@wanadoo.es>
14036
e90d57c0 14037 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 14038 Remove obsolete information from commentary.
e90d57c0
JB
14039 (ido-choice-list): Initialize to nil.
14040 (ido-get-bufname): Reject minibuffers.
14041 (ido-make-buffer-list): If "default" is a nonexistent
14042 buffer, ignore it, as per the function's comment.
14043 (ido-kill-buffer-internal): New function.
14044 (ido-kill-buffer-at-head): Use it.
14045 (ido-visit-buffer): Likewise.
2acfb954 14046
244b023e
CY
140472010-01-18 Chong Yidong <cyd@stupidchicken.com>
14048
14049 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
14050
db9e401b
JB
140512010-01-18 Juanma Barranquero <lekktu@gmail.com>
14052
db9e401b
JB
14053 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
14054 Fix typos in chart titles.
14055
14056 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
14057 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
14058 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
14059 (describe-class, eieio-describe-generic, describe-generic):
14060 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
14061 (eieio-speedbar-expand):
14062 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14063 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
14064 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
14065 (viper-del-backward-char-in-replace, viper-backward-indent)
14066 (viper-brac-function, viper-register-to-point, viper-submit-report):
14067 * net/tramp.el (tramp-remote-coding-commands):
14068 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
14069 Fix typos in docstrings.
14070
9295137d
CY
140712010-01-17 Chong Yidong <cyd@stupidchicken.com>
14072
14073 * mail/sendmail.el (mail-yank-original): Set the mark if the
14074 specified function for yanking does not do it.
14075
4d0bbcb6
DN
140762010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
14077
7902c120
DN
14078 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
14079
4d0bbcb6
DN
14080 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
14081 resyncing a directory.
14082
0b702bc1
SL
140832010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14084
6a47c86a 14085 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
14086 (ada-ident-re): Delete ., allow multibyte characters.
14087 (ada-goto-label-re): New; matches goto labels.
14088 (ada-block-label-re): New; matches block labels.
14089 (ada-label-re): New; matches both.
5f9d345c 14090 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
14091 `ada-block-label-re' instead.
14092 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14093 Use `ada-block-label-re'.
14094 (ada-indent-on-previous-lines): Improve handling of goto labels.
14095 (ada-get-indent-block-start): Special-case block label.
14096 (ada-get-indent-label): Split into `ada-indent-block-label' and
14097 `ada-indent-goto-label'.
14098 (ada-goto-stmt-start, ada-goto-next-non-ws):
14099 Optionally ignore goto labels.
14100 (ada-goto-next-word): Simplify.
14101 (ada-indent-newline-indent-conditional): Insert newline before
14102 trying to fix indentation; doc fix.
14103
05287c49
JB
141042010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14105
14106 * calc/calc.el (calc-command-flags): Give it an initial value.
14107
4963739e
JB
141082010-01-17 Juanma Barranquero <lekktu@gmail.com>
14109
4963739e
JB
14110 * files.el (minibuffer-with-setup-hook):
14111 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14112 (artist-key-draw-continously, artist-key-do-continously-continously)
14113 (artist-key-set-point-continously, artist-mouse-draw-continously):
14114 Fix typos in docstrings.
14115
116bd1ee
CY
141162010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14117
6a7662bb
BR
14118 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14119 Never return t (Bug#3898).
116bd1ee 14120
2784cd7a 141212010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
14122
14123 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14124 can parse the output of the external commands (Bug#5279).
14125
abd5cfe8
CY
141262010-01-16 Jari Aalto <jari.aalto@cante.net>
14127
14128 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14129
4fe22cdf
CY
141302010-01-16 Chong Yidong <cyd@stupidchicken.com>
14131
bbdc98ef
CY
14132 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14133
c7dc1ac1
CY
14134 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14135
4fe22cdf
CY
14136 * startup.el (command-line): Remove unused --icon-type arg.
14137 Handle --display arg, passing it to command-line-1 (Bug#5392).
14138
045b9da7
ML
141392010-01-16 Mario Lang <mlang@delysid.org>
14140
045b9da7
ML
14141 * emacs-lisp/chart.el (chart-translate-namezone):
14142 * textmodes/artist.el (artist-compute-popup-menu-table):
14143 Remove duplicated words in doc-strings.
14144
6554a5df
CY
141452010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14146
14147 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14148 to mairix-search to suppress threading (Bug#5342).
14149
ca4f0e9a
KH
141502010-01-15 Kenichi Handa <handa@m17n.org>
14151
14152 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 14153 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 14154
1db3226b
GM
141552010-01-15 Glenn Morris <rgm@gnu.org>
14156
56a03f46
GM
14157 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14158
14159 * wid-edit.el (widget-keymap): Doc fix.
14160
1db3226b
GM
14161 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14162 former seems to be more widely accepted by various svn versions.
14163
80cd4bb4
JB
141642010-01-14 Juanma Barranquero <lekktu@gmail.com>
14165
d1f18ec0
JB
14166 * find-cmd.el (find-constituents):
14167 * vc-arch.el (vc-arch-root):
14168 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
14169 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14170 * progmodes/ada-stmt.el (ada-if):
14171 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14172 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14173 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14174 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14175
80cd4bb4
JB
14176 * progmodes/flymake.el (flymake-post-syntax-check):
14177 Fix typo in error message.
14178
9c23ca47
JB
141792010-01-14 Juanma Barranquero <lekktu@gmail.com>
14180
14181 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14182 which is always a string. (Bug#5313)
14183
8794c483
JB
141842010-01-14 Juanma Barranquero <lekktu@gmail.com>
14185
14186 * progmodes/ada-xref.el (ada-default-prj-properties):
14187 Simplify previous change.
14188
95005d39
SL
141892010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14190
14191 * progmodes/ada-xref.el (ada-default-prj-properties):
14192 Default ada_project_path to $ADA_PROJECT_PATH.
14193
141942010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
14195
14196 * progmodes/ada-mode.el (ada-create-keymap):
14197 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14198
fb0d1545
SL
141992010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14200
14201 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14202 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14203 (ada-get-current-indent, ada-imenu-generic-expression)
14204 (ada-which-function): Check for it.
14205
5c9434d0
SL
142062010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14207
14208 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14209 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14210
3a4f3a3b
GM
142112010-01-14 Glenn Morris <rgm@gnu.org>
14212
14213 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14214
d9a7c140
KH
142152010-01-14 Kenichi Handa <handa@m17n.org>
14216
14217 * composite.el (auto-composition-mode): Make it a buffer local
14218 variable (permanent-local).
14219 (auto-composition-function): Set the default value to
14220 auto-compose-chars.
49caf252 14221 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
14222 (global-auto-composition-mode): Likewise.
14223 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 14224
38bee102
KF
142252010-01-13 Karl Fogel <kfogel@red-bean.com>
14226
14227 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 14228
b8b45afc
MA
142292010-01-12 Michael Albinus <michael.albinus@gmx.de>
14230
14231 * files.el (copy-directory): Compute target for recursive
14232 directories with identical names. (Bug#5343)
14233
893db5bc
GM
142342010-01-12 Glenn Morris <rgm@gnu.org>
14235
6a7662bb
BR
14236 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14237 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 14238
d8b8451f
SS
142392010-01-11 Sam Steingold <sds@gnu.org>
14240
14241 * imenu.el (imenu-default-create-index-function): Detect infinite
14242 loops caused by imenu-prev-index-position-function.
14243
30afcdff
JB
142442010-01-11 Juanma Barranquero <lekktu@gmail.com>
14245
14246 * htmlfontify.el (htmlfontify-load-rgb-file)
14247 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14248 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14249 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14250 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14251 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14252 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14253 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14254 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14255 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14256 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14257 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14258 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14259 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14260 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14261 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14262 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14263 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14264 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14265 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14266 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14267 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14268 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14269 backslash-quoting from parentheses, etc.
14270
92b1c416
CY
142712010-01-11 Chong Yidong <cyd@stupidchicken.com>
14272
14273 * progmodes/js.el: Autoload javascript-mode alias.
14274
4454adab
JB
142752010-01-11 Juanma Barranquero <lekktu@gmail.com>
14276
14277 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14278 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14279 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14280 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14281 Fix typos in docstrings.
14282 (ffap-url-regexp): Doc fix.
14283 (ffap-at-mouse): Fix typo in message.
14284
6589a2f9
GM
142852010-01-11 Glenn Morris <rgm@gnu.org>
14286
14287 * version.el (emacs-copyright): Set copyright year to 2010.
14288
4e5617ee
SM
142892010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * format.el (format-annotate-function): Only set
14292 write-region-post-annotation-function after running to-fn so as not to
14293 affect nested write-region calls (bug#5273).
14294
52bee098
CY
142952010-01-10 Chong Yidong <cyd@stupidchicken.com>
14296
a069f067
CY
14297 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14298 wisent/python.el.
14299
e709e39d
CY
143002010-01-09 Chong Yidong <cyd@stupidchicken.com>
14301
14302 * man.el (Man-goto-section): Signal error if the section is not
14303 found (Bug#5317).
14304
6ee86780
JB
143052010-01-09 Juanma Barranquero <lekktu@gmail.com>
14306
14307 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14308 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14309
fa7b5f7b
CY
143102010-01-09 Chong Yidong <cyd@stupidchicken.com>
14311
14312 * progmodes/compile.el: Don't treat compile-command as safe if
14313 compilation-read-command might be nil (Bug#4218).
14314
de62c4d9
JD
143152010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14316
14317 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14318 NS options.
14319
e94be827
KH
143202010-01-08 Kenichi Handa <handa@m17n.org>
14321
4e5617ee
SM
14322 * international/fontset.el (build-default-fontset-data):
14323 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 14324
1dfae2a2
JB
143252010-01-07 Juanma Barranquero <lekktu@gmail.com>
14326
14327 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14328 to `create-file-buffer' as it expects, not just a buffer name.
14329 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14330 to help uniquify. (Bug#3224)
14331
d0cf45b7
JD
143322010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14333
14334 * font-setting.el (font-setting-change-default-font): Use user-spec
14335 instead of name.
14336
7534fa5e
DN
143372010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14338
14339 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14340
fd579fdc
CY
143412010-01-05 Tom Tromey <tromey@redhat.com>
14342
4e5617ee
SM
14343 * progmodes/python.el (python-font-lock-keywords):
14344 Handle qualified decorators (Bug#881).
fd579fdc 14345
37860caf
DN
143462010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14347
14348 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14349 in a lightweight checkout.
14350
69db641d
KH
143512010-01-05 Kenichi Handa <handa@m17n.org>
14352
4e5617ee 14353 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14354
b25d6a02
DN
143552010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14356
14357 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14358
137d88ca
DN
143592010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14360
14361 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14362 checkouts. (Bug#618)
3d5d0aa9 14363 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14364 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14365 (vc-bzr-shelve-menu-map):
14366 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14367 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14368
da76998b
CY
143692010-01-02 Chong Yidong <cyd@stupidchicken.com>
14370
14371 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14372 They are valid characters in URL paths (rfc3986), and at least
14373 Firefox does not understand the encoded version (Bug#3166).
14374
b2ad70b6
CY
143752010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14376
14377 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14378 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14379 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14380 (octave-end-as-array-index-p): New function.
14381 (calculate-octave-indent): Use it.
14382
54136282
KF
143832010-01-02 Karl Fogel <kfogel@red-bean.com>
14384
14385 * bookmark.el: Consistently put the text property on the bookmark name.
14386 (bookmark-bmenu-marks-width): Bump back to 2, to include
14387 annotation marks.
14388 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14389 property on the bookmark name, instead of not putting it at all.
14390 (bookmark-bmenu-list): Fix where we put the text property.
14391
cc4d3cad
KF
143922010-01-02 Karl Fogel <kfogel@red-bean.com>
14393
14394 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14395 for showing buffer modified state (as added in the previous change).
14396
b894c439
KF
143972010-01-02 Karl Fogel <kfogel@red-bean.com>
14398
14399 * bookmark.el: Show modified state of bookmark buffer more accurately.
14400 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14401 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14402 (with-buffer-modified-unmodified): New macro.
14403 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14404 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14405 Use new macro to preserve the buffer modified state.
b894c439 14406
3a69db53
KF
144072010-01-02 Karl Fogel <kfogel@red-bean.com>
14408
4e5617ee 14409 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14410 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14411 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14412 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14413 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14414 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14415 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14416
af414f10
EZ
144172010-01-02 Eli Zaretskii <eliz@gnu.org>
14418
4e5617ee
SM
14419 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14420 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14421
f2ec0e5e
CY
144222010-01-02 Ryan Yeske <rcyeske@gmail.com>
14423
14424 * net/rcirc.el: Add follow-link binding (Bug#4738).
14425
38c1ba62
EZ
144262010-01-02 Eli Zaretskii <eliz@gnu.org>
14427
4e5617ee 14428 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14429 (cvs-update): New target for backward compatibility.
14430
4e5617ee 14431 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14432 (cvs-update): New target for backward compatibility.
14433
ea2c0f5b
KF
144342010-01-02 Karl Fogel <kfogel@red-bean.com>
14435
14436 * bookmark.el: Remove gratuitous gratitude.
14437
5ae329f4
KF
144382010-01-02 Karl Fogel <kfogel@red-bean.com>
14439
c4cc8b9a 14440 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14441 (bookmark-bmenu-save): Clear buffer modification if no marks.
14442
144432010-01-02 Karl Fogel <kfogel@red-bean.com>
14444
14445 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14446 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14447 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14448 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14449
14450 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14451 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14452 To: emacs-devel {_AT_} gnu.org
14453 Subject: bookmark.el bug report
14454 Date: Mon, 28 Dec 2009 14:19:16 +0800
14455 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14456
aef053eb
KF
144572010-01-02 Karl Fogel <kfogel@red-bean.com>
14458
14459 * bookmark.el: Improvements suggested by Drew Adams:
14460 (bookmark-bmenu-ensure-position): New name for
14461 `bookmark-bmenu-check-position'. Just ensure the position,
14462 don't return any meaningful value.
14463 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14464 New constants.
14465
0472835f
JB
144662010-01-02 Juanma Barranquero <lekktu@gmail.com>
14467
14468 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14469 (bookmark-yank-point, bookmark-bmenu-check-position):
14470 Fix typos in docstrings.
14471 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14472 (bookmark-name-from-full-record, bookmark-get-position)
14473 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14474 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14475 Remove useless quoting of parenthesis, etc. in docstrings.
14476
14477 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14478 (ediff-append-custom-diff): Fix typo in error message.
14479 (ediff-meta-mark-equal-files): Fix typos in messages.
14480
14481 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14482
0472835f
JB
14483 * net/imap-hash.el (imap-hash-make): Doc fix.
14484 (imap-hash-test): Fix typo in error message; reflow docstring.
14485 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14486 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14487 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14488 Fix typos in docstrings.
14489 (imap-hash-open-connection): Fix typo in error message.
14490
14491 * play/gomoku.el (gomoku): Fix typos in docstring.
14492
14493 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14494 (gdb-jsonify-buffer): Fix typos in docstring.
14495 (gdb-goto-breakpoint): Fix typo in error message.
14496 ("Display Other Windows"): Fix typo in help message.
14497 (gdb-speedbar-expand-node): Fix typo in question.
14498
14499 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14500 (idlwave-html-system-help-location, idlwave-html-help-location)
14501 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14502 (idlwave-help-browser-generic-args, idlwave-help-directory)
14503 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14504 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14505 (idlwave-online-help, idlwave-help-html-link)
14506 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14507 Fix typos in docstrings.
14508 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14509 Reflow docstrings.
14510 (idlwave-help-assistant-start): Fix typo in error message.
14511
14512 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14513 (octave-electric-space): Fix typos in docstrings.
14514
9bbe0828
CY
145152010-01-01 Chong Yidong <cyd@stupidchicken.com>
14516
14517 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14518
a88c46c3
CY
145192010-01-01 Juri Linkov <juri@jurta.org>
14520
14521 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14522 increase the default to 500 (Bug#5148).
a88c46c3 14523
7ee6c59b
NR
145242009-12-31 Nick Roberts <nickrob@snap.net.nz>
14525
14526 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14527 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14528 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14529
a9c8a2cd
NR
145302009-12-30 Nick Roberts <nickrob@snap.net.nz>
14531
14532 Show working revision correctly for mercurial.
14533 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14534 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14535
659e4408
JB
145362009-12-29 Juanma Barranquero <lekktu@gmail.com>
14537
14538 Declare some functions for the byte-compiler.
14539 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14540 (speedbar-timer-fn, speedbar-change-expand-button-char)
14541 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14542
7ee6c59b
NR
145432009-12-29 Nick Roberts <nickrob@snap.net.nz>
14544
14545 This changeset reverts GDB Graphical Interface to use annotations.
14546 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14547
460f6e7c
DN
145482009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14549
14550 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14551 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14552 Return file names relative to it.
460f6e7c
DN
14553 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14554 relative directory to vc-bzr-after-dir-status.
14555
543f553a
TH
145562009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14557
14558 * font-lock.el (font-lock-refresh-defaults): New function, which
14559 can be used to let font-lock react to external changes in
14560 variables like font-lock-defaults and keywords.
14561 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14562
2592ab76
DN
145632009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14564
ac859983
DN
14565 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14566
2592ab76
DN
14567 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14568
58941d03
JB
145692009-12-28 Juanma Barranquero <lekktu@gmail.com>
14570
14571 Supersede color.diff settings in git log (bug#5211).
14572
14573 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14574 escape chars in its output when the user has color.diff set to `always'.
14575 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14576
39764e76
KR
145772009-12-26 Kevin Ryde <user42@zip.com.au>
14578
14579 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14580 node. Keep previous "Index" name to work with past coreutils too.
14581
91c4831e
KR
14582 * man.el (man): Revise docstring a bit to show -a and -l as
14583 examples. Add -k description since support for it has otherwise
14584 been a secret. (Further to bug#3717.)
651e932e
KR
14585 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14586 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14587 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14588
7f4d4a97
MA
145892009-12-26 Michael Albinus <michael.albinus@gmx.de>
14590
14591 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14592 switches. Check also for //SUBDIRED// line.
14593
bcffff46
KH
145942009-12-25 Kenichi Handa <handa@m17n.org>
14595
88b5a757 14596 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14597 handle ZWNJ and ZWJ. Use it in composition-function-table for
14598 Devanagari.
14599 (malayalam-composable-pattern): Fix previous change.
14600
dc1dcfa4
VJL
146012009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14602
14603 * ps-print.el (ps-face-attributes): It was not returning the
14604 attribute face for faces specified as string. Reported by harven
80525855 14605 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14606 (ps-print-version): New version 7.3.5.
14607
6fe539d2
UJ
146082009-12-18 Ulf Jasper <ulf.jasper@web.de>
14609
85626eef 14610 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14611 Fix timezone names.
14612 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14613 (icalendar--add-diary-entry): Remove the trailing blank that
14614 diary-make-entry inserts.
14615
1f3611c6
MA
146162009-12-17 Michael Albinus <michael.albinus@gmx.de>
14617
14618 Make `file-expand-wildcards' work for remote files.
14619
14620 * files.el (file-expand-wildcards): In case of remote files, check
14621 only local file name part for wildcards. Provide feature 'files
14622 and subfeature 'remote-wildcards. (Bug#5198)
14623
14624 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14625 if there is already an established connection.
14626 (tramp-advice-file-expand-wildcards): Remove it.
14627
14628 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14629 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14630 Activate advice for older GNU Emacs versions. (Bug#5237)
14631
9762b219
JB
146322009-12-17 Juanma Barranquero <lekktu@gmail.com>
14633
14634 Some doc fixes (more needed).
14635
14636 * find-cmd.el (find-constituents): Reflow docstring.
14637 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14638 (find-generic): Doc fix.
14639
cfb54897
JL
146402009-12-17 Juri Linkov <juri@jurta.org>
14641
14642 Fix regression from 23.1 to allow multiple modes in Local Variables.
14643
14644 * files.el (hack-local-variables-filter): While ignoring duplicates,
14645 don't take `mode' into account.
85626eef
SM
14646 (hack-local-variables-filter, hack-dir-local-variables):
14647 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14648
ad974e9e
JL
146492009-12-17 Juri Linkov <juri@jurta.org>
14650
85626eef 14651 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14652
14653 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14654 `current' or when `file' is a directory of the `current' file.
14655
3616e0b9
AS
146562009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14657
14658 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14659 unconditionally preloaded files.
14660
72b57560
JL
146612009-12-16 Juri Linkov <juri@jurta.org>
14662
14663 Revert to old 23.1 logic of using the file at the mark as default.
14664 * dired-aux.el (dired-diff): Use the file at the mark as default
14665 if it's not the same as the current file, and the target dir is
14666 the current dir or the mark is active. Add the current file
14667 as the arg of `dired-dwim-target-defaults'. Use the default file
14668 in the prompt. (Bug#5225)
14669
68712eb6
MA
146702009-12-15 Michael Albinus <michael.albinus@gmx.de>
14671
14672 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14673 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14674 (tramp-check-for-regexp): Check also, when an echoing shell stops
14675 to echo sent commands.
14676
fd471993
CY
146772009-12-14 Chong Yidong <cyd@stupidchicken.com>
14678
14679 * Makefile.in: Revert last change (Bug#5191).
14680
86b5e14c
DN
146812009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14682
14683 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14684 (vc-hg-working-revision): Make sure the command is executed in a
14685 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14686
8cffbb75
CY
146872009-12-14 Chong Yidong <cyd@stupidchicken.com>
14688
14689 * progmodes/python.el (python-symbol-completions): Remove text
14690 properties from symbol string before calling python-send-receive.
14691
6c2b67ad
NR
146922009-12-14 Nick Roberts <nickrob@snap.net.nz>
14693
14694 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14695 when there are values for both file and line. (Bug#5060)
6c2b67ad 14696
ff6f4585
JL
146972009-12-14 Juri Linkov <juri@jurta.org>
14698
14699 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14700 whitespace after the file name of the first line of unified format,
14701 because git-diff doesn't output whitespace and file modification time
14702 after the file name.
14703
d3de1c8e
JL
147042009-12-14 David Kastrup <dak@gnu.org>
14705
14706 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14707 check if it already has the `display' property added by
14708 `Info-display-images-node', and not put the `invisible' property
14709 in this case.
14710
2f1b7dc4
GM
147112009-12-13 Glenn Morris <rgm@gnu.org>
14712
a0cefee5
GM
14713 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14714 (report-emacs-bug): In message-mode, sort manually before storing
14715 original report text. (Bug#5178)
2f1b7dc4
GM
14716 Remove superfluous save-excursion.
14717
31bb373f
MA
147182009-12-12 Michael Albinus <michael.albinus@gmx.de>
14719
14720 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14721 when responding to "GetAll" properties.
14722
5e1d4968
CY
147232009-12-12 Chong Yidong <cyd@stupidchicken.com>
14724
14725 * simple.el (compose-mail): Remove mail-setup-with-from from
14726 customization checks.
14727
097d86f9
EZ
147282009-12-12 Eli Zaretskii <eliz@gnu.org>
14729
14730 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14731 RAR archives created on Unix systems.
14732
1d4adede
SM
147332009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14734
14735 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14736 the varalias that was accidentally removed by the 2009-11-19 change
14737 (bug#5186).
14738
3ff3655c
KH
147392009-12-12 Kenichi Handa <handa@m17n.org>
14740
14741 * language/indian.el (indian-compose-regexp): New function.
14742 (malayalam-composable-pattern): Fix the pattern.
14743 (composition-function-table): Set malayalam-composable-pattern for
14744 Malayalam characters.
14745
82d3343c
CY
147462009-12-11 Chong Yidong <cyd@stupidchicken.com>
14747
315eb96d
CY
14748 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14749 rather than down-mouse-1, based on follow-link conventions.
14750
82d3343c
CY
14751 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14752 are compiled.
14753
86a4c7ac
DN
147542009-12-11 Michael McNamara <mac@mail.brushroad.com>
14755
bf0b361c 14756 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14757 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14758 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14759 (verilog-leap-to-head, verilog-backward-token):
14760 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14761
147622009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14763
bf0b361c
JB
14764 * progmodes/verilog-mode.el (verilog-auto-lineup)
14765 (verilog-nameable-item-re): Cleanup user-visible spelling and
14766 documentation errors. One reported by Gary Delp.
1d4adede 14767 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14768 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14769 package, bug195. Reported by Pierre-David Pfister.
14770
fe03f49a
GM
147712009-12-11 Glenn Morris <rgm@gnu.org>
14772
47641aac
GM
14773 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14774
85094855
GM
14775 * mail/emacsbug.el: No longer require sendmail.
14776 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14777 (report-emacs-bug-orig-text): Doc fix.
14778 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14779 New local variables, to adapt to different mail-user-agents.
14780 (report-emacs-bug): Fix test for a gnu.org address.
14781 Use overlays for emphasis, since font-lock defeats 'face property.
14782 Pretest bugs also end up at the newsgroup these days.
14783 Stop message-mode stripping text properties.
14784 Set and use the new buffer-local variables.
14785 (report-emacs-bug-hook): Add doc-string.
14786 Remove some unnecessary save-excursions and simplify.
14787 Use the appropriate hook and send-command.
14788
fe03f49a
GM
14789 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14790 capitalization of some menu entries.
14791
345427f0
VJL
147922009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14793
277e6741
MP
14794 * whitespace.el (whitespace-display-char-on):
14795 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14796 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14797 New version 12.1.
14798
c70ccbba
EZ
147992009-12-10 Eli Zaretskii <eliz@gnu.org>
14800
14801 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14802 characters in the Attribute field.
14803
f1943c1b
DN
148042009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14805
14806 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14807
1c67aeaa
SM
148082009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14811 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14812 Disregard autoload-excludes.
14813 (update-directory-autoloads): Obey autoload-excludes here instead.
14814 But don't store its contents in no-autoloads and remove entries that
14815 refer to excludes files.
14816
d8194864
GM
148172009-12-10 Glenn Morris <rgm@gnu.org>
14818
8c0171c0
GM
14819 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14820 (expand-mail-aliases): Define for compiler.
14821
dba372dd
GM
14822 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14823 Define for compiler.
14824
d8194864
GM
14825 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14826 appropriate for the mail-user-agent in use.
14827
fe5facd3
MA
148282009-12-09 Michael Albinus <michael.albinus@gmx.de>
14829
14830 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14831
99999a1d
DN
148322009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14833
14834 Fix short log parsing and fontification.
14835 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14836 Fix fontification for the [merge] label.
14837
2ea1c4aa
SM
148382009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14839
85626eef 14840 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14841 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14842 (hfy-fontify-buffer): Use it.
14843
9840deb6
SM
148442009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14845
a0d1aadf
SM
14846 Minor cleanup.
14847 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14848 Adjust all callers.
14849 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14850 args compulsory. Adjust callers.
14851 (ffap-gopher-at-point): Remove unused var `name'.
14852
9840deb6
SM
14853 Get rid of the ELCFILES abomination.
14854 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14855 (compile-elcfiles): New phony target.
14856 (compile-main): Compute ELCFILES dynamically.
14857 (compile-clean): New target to remove left-over elc files.
14858 (compile, all): Use it.
14859
7eb3f9a8
KH
148602009-12-09 Kenichi Handa <handa@etlken>
14861
14862 * international/mule-diag.el: Require help-mode instead of help-fns.
14863
ae63e572
KH
148642009-12-09 Kenichi Handa <handa@m17n.org>
14865
5ce6e4f4 14866 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14867 fine ranges instead of pre-calculating accurate ranges.
14868 Iterate with bigger gc-cons-threshold.
ae63e572 14869
e2f3c692
DN
148702009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14871
14872 Add support for stashing a snapshot of the current tree.
14873 * vc-git.el (vc-git-stash-snapshot): New function.
14874 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14875
cf6d0352
JB
148762009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14877
14878 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14879 instead of `(beginning|end)-of-line'.
14880
48e4acc9
GM
148812009-12-08 Glenn Morris <rgm@gnu.org>
14882
6e890faa
GM
14883 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14884
48e4acc9
GM
14885 * Makefile.in (ELCFILES): Regenerate.
14886
d2a1dc7b
JL
148872009-12-07 Juri Linkov <juri@jurta.org>
14888
14889 Don't lazy-highlight the comint output in history Isearch mode.
14890
14891 * comint.el (comint-history-isearch-search): Instead of
14892 `comint-line-beginning-position', use `comint-after-pmark-p'
14893 to check if point if before the process mark, and go to
14894 `process-mark' in this case.
14895
51ef56c4
SM
148962009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14897
fb10ee4a
SM
14898 * textmodes/tex-mode.el (latex-complete)
14899 (latex-indent-or-complete): Remove.
14900 (latex-mode): Set completion-at-point-functions instead.
14901
14902 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14903 * minibuffer.el (completion-at-point-functions): New var.
14904 (completion-at-point): New command.
fb10ee4a 14905 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14906 * progmodes/python.el (python-mode-map): Use completion-at-point.
14907 (python-completion-at-point): Rename from python-partial-symbol and
14908 adjust for use in completion-at-point-functions.
14909 (python-mode): Setup completion-at-point for Python completion.
14910 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14911 extracted from lisp-complete-symbol.
14912 (lisp-complete-symbol): Use it.
14913 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14914 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14915 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14916 Use completion-at-point.
51ef56c4 14917 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14918 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14919 * progmodes/sym-comp.el: Move to...
14920 * obsolete/sym-comp.el: Move from progmodes.
14921
5e7a9022
EZ
149222009-12-07 Eli Zaretskii <eliz@gnu.org>
14923
14924 Prevent save-buffer in Rmail buffers from using the coding-system
14925 of the current message, and from clobbering the encoding mnemonics
14926 in the mode line (Bug#4623).
14927
14928 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14929 flag, too.
14930 (rmail-message-encoding): New variable.
14931 (rmail-write-region-annotate): Record the encoding of the current
14932 message in rmail-message-encoding.
14933 (rmail-after-save-hook): New function, restores the encoding of
14934 the current message after the message collection is saved.
14935
9136e895
JL
149362009-12-07 Juri Linkov <juri@jurta.org>
14937
14938 * progmodes/grep.el (grep-read-files): Use `completing-read'
14939 instead of `read-string'. Set its `collection' arg to
14940 `read-file-name-internal'. (Bug#4301)
14941
40637410
JL
149422009-12-07 Juri Linkov <juri@jurta.org>
14943
14944 Correctly restore original Isearch point. (Bug#4994)
14945
14946 * isearch.el (isearch-mode): Move `isearch-push-state' after
14947 `(run-hooks 'isearch-mode-hook)'.
14948 (isearch-cancel): When `isearch-push-state-function' is defined,
14949 let-bind `isearch-cmds' to the first state (the last element of
14950 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14951 function and restores the original point). Otherwise, move point
14952 to `isearch-opoint'.
14953
da10ce2b
SM
149542009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14955
14956 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14957 chars that don't have names, so the table can be built much faster at
14958 run-time.
14959
3d68fa99
CY
149602009-12-07 Chong Yidong <cyd@stupidchicken.com>
14961
f82b1493
CY
14962 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14963 change. Suggested by David Kastrup.
14964
3d68fa99
CY
14965 * simple.el (compose-mail): Check for incompatibilities and warn.
14966 (compose-mail-user-agent-warnings): New option.
14967
662c5698
DN
149682009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14969
14970 Support showing a single log entry from vc-annotate.
14971 * vc.el (print-log): Add a new argument: START-REVISION.
14972 (vc-print-log-internal): Add a new optional argument and
14973 pass it to the backend.
14974 (vc-print-log, vc-print-root-log): Adjust callers.
14975 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14976 buffer already displays the requested log entry, use it.
14977 Otherwise display only the log entry in question.
14978 * vc-svn.el (vc-svn-print-log):
e4070cdc 14979 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14980 * vc-hg.el (vc-hg-state):
14981 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14982 (vc-git-show-log-entry): Return t on success.
14983 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14984 (vc-bzr-show-log-entry): Return t on success.
14985 * vc-rcs.el (vc-rcs-print-log):
14986 * vc-sccs.el (vc-sccs-print-log):
14987 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14988
e4070cdc
GM
149892009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14990
5ce6e4f4
JB
14991 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14992 Add menus to the meta mode. (Bug#5043)
e4070cdc 14993
5ce6e4f4 149942009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14995
14996 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14997 event-key.
662c5698 14998
662c5698
DN
14999 * ediff.el (ediff-buffers-internal): Add unwind-protect.
15000
dab816a9
MA
150012009-12-07 Michael Albinus <michael.albinus@gmx.de>
15002
15003 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
15004 Berbain <raphael.berbain@gmail.com>.
15005
15006 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
15007 characters.
15008 (tramp-initial-end-of-output): New defconst.
15009 (tramp-methods, tramp-find-shell)
15010 (tramp-open-connection-setup-interactive-shell)
15011 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
15012 (tramp-shell-prompt-pattern, tramp-wait-for-output):
15013 Handle existence of `#' and `$'.
dab816a9 15014
6a7662bb
BR
15015 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15016 Use `tramp-initial-end-of-output'.
dab816a9 15017
a91e1f6b
DN
150182009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
15019
15020 Get the background mode from the terminal for xterm, and set
15021 faces accordingly.
15022 * term/xterm.el (xterm-set-background-mode): New function.
15023 (terminal-init-xterm): Use it in case xterm supports background
15024 color queries. Recompute faces after getting the background
15025 color.
15026
5fa9d1ec
GM
150272009-12-07 Ulrich Mueller <ulm@gentoo.org>
15028
15029 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
15030 number comment back on its own line, for easier parsing.
15031
5e9fde5e
SM
150322009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 Make it work for non-file buffers (bug#5102).
15035 * doc-view.el (doc-view-current-cache-dir):
15036 Use doc-view-buffer-file-name rather than buffer-file-name.
15037 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
15038
2f2f5242
CY
150392009-12-06 Óscar Fuentes <ofv@wanadoo.es>
15040
15041 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
15042 author field is too short.
15043
cebf8ec6
DN
150442009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
15045
5e9fde5e
SM
15046 * vc-git.el (vc-git-print-log): Handle a limit argument.
15047 Display the short log in graph form and with labels.
0d3f8a78
DN
15048 (vc-git-log-view-mode): Handle labels.
15049
cebf8ec6
DN
15050 Make vc-revert change VC state from 'added to 'unregistered.
15051 * vc-git.el (vc-git-revert): Call git reset first.
15052
8e39154d
UJ
150532009-12-06 Ulf Jasper <ulf.jasper@web.de>
15054
d8194864
GM
15055 * net/newst-backend.el, net/newst-plainview.el:
15056 * net/newst-reader.el, net/newst-ticker.el:
15057 * net/newst-treeview.el, net/newsticker.el:
15058 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 15059
ef187c24
CY
150602009-12-06 Chong Yidong <cyd@stupidchicken.com>
15061
238a0f3a
CY
15062 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
15063
2c6bb71a
CY
15064 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
15065 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
15066 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
15067 Update annotation regexp.
15068
ef187c24
CY
15069 * simple.el (beginning-of-visual-line): Constrain to field
15070 boundaries (Bug#5106).
15071
571855b6
UJ
150722009-12-06 Ulf Jasper <ulf.jasper@web.de>
15073
6a7662bb
BR
15074 * xml.el (xml-substitute-numeric-entities):
15075 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 15076 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
15077 * net/newst-backend.el (newsticker--parse-generic-feed)
15078 (newsticker--parse-generic-items)
6a7662bb
BR
15079 (newsticker--decode-numeric-entities):
15080 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 15081 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 15082
b857059c
CY
150832009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15084
15085 * progmodes/js.el (js--js-not): Add null to the list of values.
15086
c2dae51b
CY
150872009-12-06 Chong Yidong <cyd@stupidchicken.com>
15088
d8194864 15089 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 15090
ed0f72d2
RW
150912009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15092
15093 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15094 delimiter if it is at the end of the current line.
15095 (bibtex-generate-url-list): Fix docstring.
15096
365b9a62
SM
150972009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15098
15099 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15100 minibuffer's content with itself.
15101 Fold the confirm-after-completion case into the `confirm' case.
15102 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15103
990a9cb1
KR
151042009-12-06 Kevin Ryde <user42@zip.com.au>
15105
15106 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 15107 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 15108
8b5a10db 15109 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 15110 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 15111
065543e7
JL
151122009-12-05 Juri Linkov <juri@jurta.org>
15113
15114 Save and restore dired buffer's point positions too. (Bug#4880)
15115
15116 * dired.el (dired-save-positions): Return in the first element
15117 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15118 Doc fix.
15119 (dired-restore-positions): First restore buffer's position.
15120 While restoring window's positions, check if window still displays
15121 the original buffer.
15122
503edac9
CY
151232009-12-05 Chong Yidong <cyd@stupidchicken.com>
15124
9a594ee6
CY
15125 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15126 if possible.
15127
925f8c70
CY
15128 * shell.el (shell): Require ansi-color (Bug#5113).
15129
15130 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15131
503edac9
CY
15132 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15133
8fea6b33
AM
151342009-12-05 Alan Mackenzie <acm@muc.de>
15135
15136 * progmodes/cc-mode.el (c-before-hack-hook)
15137 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15138 `c-file-style' to work again. This reversion restores the current
212c5aef 15139 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 15140
5d1fd962
CY
151412009-12-05 Kevin Ryde <user42@zip.com.au>
15142
6a7662bb
BR
15143 * textmodes/sgml-mode.el (sgml-lexical-context):
15144 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 15145
30760c8b
JL
151462009-12-05 Juri Linkov <juri@jurta.org>
15147
15148 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15149 for virtual nodes. (Bug#4147)
15150 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15151 when moving from a virtual node.
15152 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15153 (Info-mode): Add `Info-virtual-index' to the docstring.
15154
403111a8
RW
151552009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15156
15157 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15158 track of the buffer position of the end of a BibTeX entry as this
15159 position may change during reformatting.
15160 (bibtex-format-entry): Remove whitespace before processing
15161 numerical fields so that we recognize the latter properly.
15162 (bibtex-reformat): Do not use push which changes the global value
15163 of bibtex-entry-format.
15164 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15165 (bibtex-field-re-init): Replace only space characters by regexp
15166 for whitespace.
365b9a62 15167 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
15168 (bibtex-initialize): Also update bibtex-strings.
15169 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
15170 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15171 Update bibtex-reference-keys.
403111a8 15172
25b54627
SM
151732009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15174
15175 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15176 point after a star, if that's the only place where modifications can
15177 make progress.
15178
35639eb4
DN
151792009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15180
15181 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15182 in docstrings.
15183
8b78760b
JL
151842009-12-04 Juri Linkov <juri@jurta.org>
15185
15186 * proced.el (proced): Call `(proced-update t)' to update process
15187 information instead of only running proced-post-display-hook.
15188 (proced-send-signal): Add a leading space to the buffer name
15189 " *Marked Processes*" to make this buffer ephemeral.
15190
2b3489a7
JL
151912009-12-04 Juri Linkov <juri@jurta.org>
15192
15193 * dired.el (dired-auto-revert-buffer): New defcustom.
15194 (dired-internal-noselect): Use it.
15195
9b9debd1
JL
151962009-12-04 Juri Linkov <juri@jurta.org>
15197
15198 Change roles of modes and functions in image-mode.el (Bug#5062).
15199
15200 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15201 in `auto-mode-alist'.
15202 (image-mode-previous-major-mode): New variable.
15203 (image-minor-mode-map): Rename from `image-mode-text-map'.
15204 (image-mode): Move graceful error-handling code from
15205 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15206 (image-minor-mode): Remove all image-handling code.
15207 Replace `image-mode-text-map' with `image-minor-mode-map'.
15208 Check for `image-type' in mode-line format string.
15209 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15210 (image-mode-as-text): New function with most code from
15211 `image-mode-maybe'.
15212 (image-toggle-display-text): Move code that removes image
15213 properties from `image-toggle-display' to here.
15214 (image-toggle-display-image): New function with code that adds
15215 image properties copied from `image-toggle-display'.
15216 (image-toggle-display): Remove most code with leaving only code
15217 that toggles between `image-mode-as-text' and `image-mode'.
15218
0c74a301
UJ
152192009-12-04 Ulf Jasper <ulf.jasper@web.de>
15220
15221 * net/newst-treeview.el
15222 (newsticker--treeview-list-highlight-start): Restored call to
15223 save-excursion: Selected item was stuck.
15224 (newsticker--treeview-list-select): New.
15225 (newsticker--treeview-item-show-text)
15226 (newsticker--treeview-item-show)
15227 (newsticker--treeview-item-update): Use new
15228 newsticker-treeview-item-mode.
15229 (newsticker-treeview-update): Keep current item.
15230 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15231 (newsticker--treeview-first-feed): Doc change.
15232 (newsticker-treeview-list-menu)
88b5a757 15233 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
15234 (newsticker-treeview-item-mode): New.
15235
5ce6e4f4 15236 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
15237 windows.
15238
9eaeec5b
SS
152392009-12-04 Sam Steingold <sds@gnu.org>
15240
15241 * log-view.el (log-view-mode-map): "q" calls quit-window,
15242 like in all the other non-self-insert buffers.
15243
b2bf5be5
SM
152442009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15245
15246 Minor cleanup.
15247 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15248 key decoding rather than do it manually via last-input-event +
15249 ascii-character.
15250 (term-exec): Use delete-and-extract-region.
15251 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15252 (term-process-pager): Remove unused var `i'.
15253 (term-dynamic-simple-complete): Make obsolete.
15254 (serial-update-config-menu): Remove unused vars `y' and `str'.
15255 (term-update-mode-line): Remove unused var `temp'.
15256
46e5c897
DN
152572009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15258
15259 Limit the number of log entries displayed by default.
15260 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15261 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15262 using a prefix argument.
15263
627e0a14
GM
152642009-12-03 Glenn Morris <rgm@gnu.org>
15265
15266 * progmodes/idlwave.el (class): Restore still useful declaration.
15267
8578c224
AM
152682009-12-03 Alan Mackenzie <acm@muc.de>
15269
4abc318c 15270 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 15271
b2bf5be5
SM
15272 * progmodes/cc-mode.el (c-basic-common-init):
15273 Call c-state-cache-init.
9762b219 15274 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 15275 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 15276 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
15277
15278 * progmodes/cc-langs.el (c-before-font-lock-function):
15279 c-extend-and-neutralize-syntax-in-CPP has been renamed
15280 c-neutralize-syntax-in-and-mark-CPP.
15281
15282 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15283 with `category' properties now, not `syntax-table' ones.
15284
15285 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15286 enhanced (but slower) version of c-end-of-macro that won't land
15287 inside a literal or on another awkward character.
15288 (c-state-cache-too-far, c-state-cache-start)
15289 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15290 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15291 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15292 (c-state-min-scan-pos, c-state-brace-pair-desert)
15293 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15294 buffer local variables.
15295 (c-state-literal-at, c-state-lit-beg)
15296 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15297 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15298 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15299 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15300 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15301 (c-renarrow-state-cache)
15302 (c-append-lower-brace-pair-to-state-cache)
15303 (c-state-push-any-brace-pair, c-append-to-state-cache)
15304 (c-remove-stale-state-cache)
15305 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15306 (c-invalidate-state-cache-1, c-parse-state-1)
15307 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
15308 (c-parse-state): Enhance and refactor.
15309 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
15310
15311 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15312 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
15313 modify to use category text properties rather than syntax-table ones.
15314 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
15315 to switch off/on the syntactic paren property of C++ template
15316 delimiters using the category property.
15317 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15318 template delims suppressed.
15319 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15320 New constant/macros which apply category properties to the start
15321 and end of preprocessor constructs.
b2bf5be5 15322 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
15323 "comment out" the syntactic value of characters in preprocessor
15324 constructs.
15325 (c-with-cpps-commented-out)
15326 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15327 with characters in all or all but one preprocessor constructs
15328 "commented out".
15329
0d4dc442
RW
153302009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15331
15332 * proced.el (proced-filter-alist): Use regexp-quote.
15333
a09dc9bf
MA
153342009-12-03 Michael Albinus <michael.albinus@gmx.de>
15335
15336 Cleanup.
15337 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15338 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15339 arguments. Expand `default-directory'.
15340
15341 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15342 the benefit of returning an expanded localname.
15343 (tramp-tramp-file-p): Handle the case NAME is not a string.
15344
3f6bd790
DN
153452009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15346
4dfb3b9c
DN
15347 Add support for bzr shelve/unshelve.
15348 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15349 (vc-bzr-extra-menu-map): New variables.
15350 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15351 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15352 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15353 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15354 (vc-bzr-dir-extra-headers): Display shelves.
15355
3f6bd790
DN
15356 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15357
842d73a1
SM
153582009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15359
15360 * textmodes/bibtex.el (bibtex-complete-internal):
15361 Use completion-in-region.
15362 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15363
7fa4876f
DN
153642009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15365
15366 Support applying stashes. Improve UI.
15367 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15368 (vc-git-stash-apply, vc-git-stash-pop)
15369 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15370 (vc-git-stash-menu): New functions.
15371 (vc-git-stash-menu-map): New variable.
15372 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15373
d6e82452
GM
153742009-12-03 Glenn Morris <rgm@gnu.org>
15375
15376 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15377 (vc-print-log-internal): Fix previous change.
15378 (vc-revert): Correct pluralization.
15379
8d222148
SM
153802009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15381
ea52206b
SM
15382 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15383 it to be an alist any more.
15384 (makefile-complete): Use completion-in-region.
15385
69a94a37
SM
15386 * progmodes/octave-mod.el (octave-complete-symbol):
15387 Use completion-in-region.
15388
8d222148
SM
15389 Misc cleanup.
15390 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15391 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15392 (idlwave-complete-class): Don't quote lambda.
15393 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15394 (idlwave-mode-map): Move initialization into declaration.
15395 (idlwave-action-and-binding): Use backquotes.
15396 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15397 Simplify.
15398 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15399 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15400 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15401 `parts', and `all-parts'.
15402 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15403 (idlwave-convert-xml-system-routine-info): Remove unused string
15404 `version-string'.
15405 (idlwave-display-user-catalog-widget): Use dolist.
15406 (idlwave-scanning-lib): Declare dynamically-scoped var.
15407 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15408 (completion-highlight-first-word-only): Declare to silence bytecomp.
15409 (idlwave-popup-select): Tighten scope of `resp'.
15410 (idlwave-find-struct-tag): Remove unused var `beg'.
15411 (idlwave-after-load-rinfo-hook): Declare.
15412 (idlwave-sintern-class-info): Remove unused var `taglist'.
15413 (idlwave-find-class-definition): Remove unused var `list'.
15414 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15415 (idlwave-what-module-find-class): Remove unused var `classes'.
15416
3bb8691b
JB
154172009-12-03 Juanma Barranquero <lekktu@gmail.com>
15418
15419 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15420
f72f0c23
SM
154212009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15424 buffers visited. Remove redundant current-buffer-saving.
15425
601a9508
SM
154262009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15427
15428 Use completion-in-buffer and remove uses of dynamic scoping.
15429 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15430 (pascal-buffer-to-use, pascal-flag): Don't declare.
15431 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15432 (pascal-get-completion-decl, pascal-keyword-completion):
15433 Add `pascal-str' argument, save-excursion,
15434 return the found completions, and don't filter with pascal-pred.
15435 (pascal-completion-cache): New var.
15436 (pascal-completion): Don't switch buffer any more (it was never
15437 necessary). Don't save-excursion any more (it's done by the called
15438 subroutines). Use a cache to avoid redundant computations.
15439 Use complete-with-action rather than pascal-completion-response and
15440 let it apply the predicate as well.
15441 (pascal-complete-word): Use completion-in-buffer when
15442 pascal-toggle-completions is nil.
15443 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15444 not used any more.
15445 (pascal-comp-defun): Don't change buffer any more.
15446 Use complete-with-action rather than pascal-completion-response and
15447 let it apply the predicate as well.
15448 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15449 when neded.
15450
1ff4cb98
KH
154512009-12-02 Kenichi Handa <handa@m17n.org>
15452
15453 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15454 shape for all Indic scripts.
15455
bb12edf1
SM
154562009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15457
15458 Use completion-in-buffer.
15459 * wid-edit.el (widget-field-text-end): New function.
15460 (widget-field-value-get): Use it.
15461 (widget-string-complete, widget-file-complete)
15462 (widget-color-complete): Use it and completion-in-region.
15463 (widget-complete): Don't narrow the buffer.
15464
5813f6ef
GM
154652009-12-02 Glenn Morris <rgm@gnu.org>
15466
c920f222
GM
15467 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15468 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15469 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15470 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15471
5813f6ef
GM
15472 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15473 save-excursion with save-current-buffer.
15474 Widen before searching. (Bug#5093)
15475 (diary-list-sexp-entries): Remove superfluous save-excursion.
15476
34b1d750
GM
154772009-12-02 Michael Welsh Duggan <mwd@cert.org>
15478
15479 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15480 name. (Bug#5038)
15481
b2d5f31a
GM
154822009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15483
15484 * ido.el (ido-file-internal): Handle filenames at point that do
15485 not have a directory part. (Bug#5049)
15486
c710ac3c
JB
154872009-12-02 Juanma Barranquero <lekktu@gmail.com>
15488
15489 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15490 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15491
9946be46
SM
154922009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15493
15494 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15495 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15496 any more.
15497
b08016f2
SM
154982009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15499
e7440df4
SM
15500 * comint.el (comint-insert-input): Ignore clicks to the right of
15501 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15502
3bb8691b 15503 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15504 terminate before setting up the major mode.
15505
f3b757f5
SM
15506 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15507 in case.
15508
a2877f1d
SM
15509 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15510 the last element.
15511
b08016f2
SM
15512 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15513
782d6e30
GM
155142009-12-01 Glenn Morris <rgm@gnu.org>
15515
15516 * window.el (window--display-buffer-2): Fix previous changes.
15517
28f57f7e
CY
155182009-12-01 Chong Yidong <cyd@stupidchicken.com>
15519
15520 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15521
c31a2fdc
GM
155222009-12-01 Glenn Morris <rgm@gnu.org>
15523
15524 * Makefile.in (ELCFILES): Add mpc.elc.
15525
e1ada222
SM
155262009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15527
15528 * mpc.el: New file.
15529
0c9ff2c5
GM
155302009-12-01 Glenn Morris <rgm@gnu.org>
15531
3689984f
GM
15532 * window.el (window-to-use): Define for compiler.
15533
3ab4308b
GM
15534 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15535 consistent with others (no final period).
15536
0c9ff2c5
GM
15537 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15538 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15539
fb0c18ff
DN
155402009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15541
15542 Make vc-print-log buttons work.
045b9da7 15543 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15544
2ac7e73e
JB
155452009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15546
15547 * savehist.el (savehist-autosave-interval): Allow setting to nil
15548 through customize. (Bug#5056)
15549
5237d741
JB
155502009-11-30 Juanma Barranquero <lekktu@gmail.com>
15551
15552 Fix references to jit-lock properties.
15553 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15554 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15555 (perl-font-lock-special-syntactic-constructs):
15556 Quote jit-lock-defer-multiline property.
15557
379241fa
DN
155582009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15559
15560 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15561
054ae856
JL
155622009-11-30 Juri Linkov <juri@jurta.org>
15563
15564 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15565 value `buffer' of `multi-isearch-next-buffer-current-function'.
15566 Use `(current-buffer)' when `buffer' is nil.
15567 (multi-isearch-next-buffer-from-list): Don't fallback to
15568 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15569
67296dda
JL
155702009-11-30 Juri Linkov <juri@jurta.org>
15571
15572 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15573 of buffers with `get-buffer' to `multi-isearch-buffers'.
15574 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15575 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15576 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15577 FILES with `expand-file-name' converting relative file names
15578 to absolute. Doc fix. (Bug#4727)
15579
c585bf32
JL
155802009-11-30 Juri Linkov <juri@jurta.org>
15581
15582 * misearch.el (multi-isearch-read-buffers)
15583 (multi-isearch-read-matching-buffers): New functions.
15584 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15585 Use them in the `interactive' spec. Doc fix.
15586 (multi-isearch-read-files, multi-isearch-read-matching-files):
15587 New functions.
15588 (multi-isearch-files, multi-isearch-files-regexp):
15589 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15590
0a745733
JL
155912009-11-30 Juri Linkov <juri@jurta.org>
15592
15593 * doc-view.el (doc-view-continuous):
15594 Rename from `doc-view-continuous-mode'.
15595 (doc-view-menu): Move "Toggle display" to the top.
15596 Add submenu "Continuous" with radio buttons "Off"/"On"
15597 and "Save as Default".
15598 (doc-view-scroll-up-or-next-page)
15599 (doc-view-scroll-down-or-previous-page)
15600 (doc-view-next-line-or-next-page)
6a7662bb
BR
15601 (doc-view-previous-line-or-previous-page):
15602 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15603
1f9689eb
JL
156042009-11-30 Juri Linkov <juri@jurta.org>
15605
15606 * comint.el (comint-mode-map): Rebind `M-r' from
15607 `comint-previous-matching-input' to
15608 `comint-history-isearch-backward-regexp'.
15609 Unbind `M-s' to allow global key binding `M-s'.
15610 Add menu items for `comint-history-isearch-backward' and
15611 `comint-history-isearch-backward-regexp'. (Bug#3746)
15612
2952b1ae
JL
156132009-11-30 Juri Linkov <juri@jurta.org>
15614
15615 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15616 For def=recenter, replace `recenter' with `recenter-top-bottom'
15617 that is called with `this-command' and `last-command' let-bound
15618 to `recenter-top-bottom'. When the last `def' was not `recenter',
15619 set `recenter-last-op' to nil. (Bug#4981)
15620
7a9547ca
SM
156212009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15622
20565545
SM
15623 Minor cleanup and simplification.
15624 * filecache.el (file-cache-add-directory)
15625 (file-cache-add-directory-recursively)
15626 (file-cache-add-from-file-cache-buffer)
15627 (file-cache-delete-file-regexp, file-cache-delete-directory)
15628 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15629 (file-cache-temp-minibuffer-message): Delete function.
15630 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15631
7a9547ca
SM
15632 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15633 Don't signal an error when bumping into EOB in tr, s, or y.
15634
08e968f3
JL
156352009-11-29 Juri Linkov <juri@jurta.org>
15636
15637 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15638 (Bug#4960)
15639
15640 * descr-text.el (describe-char-unidata-list): Use lowercase name
15641 for "Unicode name" like in other tags.
15642
f8d170a4
JL
156432009-11-29 Juri Linkov <juri@jurta.org>
15644
15645 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15646 New compatibility macro.
7a9547ca 15647 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15648
0116abbd
JL
156492009-11-29 Juri Linkov <juri@jurta.org>
15650
15651 Add defcustom to define the cycling order of `recenter-top-bottom'.
15652 (Bug#4981)
15653
15654 * window.el (recenter-last-op): Doc fix.
15655 (recenter-positions): New defcustom.
15656 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15657 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15658
61eef560
MA
156592009-11-29 Michael Albinus <michael.albinus@gmx.de>
15660
15661 Improve integration of Tramp and ange-ftp in eshell.
15662
e4070cdc 15663 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15664 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15665 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15666
15667 * eshell/esh-util.el (top): Require also Tramp when compiling.
15668 (eshell-directory-files-and-attributes): Check for FTP remote
15669 connection.
15670 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15671 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15672 (eshell-file-attributes): Handle ".". Return `entry'.
15673
15674 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15675 (ange-ftp-directory-files-and-attributes)
15676 (ange-ftp-real-directory-files-and-attributes): New defuns.
15677
15678 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15679 shell with "exec" when possible. This prevents trailing prompts
15680 in `start-file-process'.
15681
f5467d3f
SM
156822009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15683
21f49db9
SM
15684 Try and remove assumptions about point-min==1.
15685 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15686 (rng-compute-mode-line-string): Show the validation percentage in
15687 terms of the narrowed text, not the widened text.
15688 (rng-do-some-validation): Don't catch internal errors when debugging.
15689 (rng-first-error): Simplify.
15690 (rng-after-change-function): Remove work around. AFAIK the bug has
15691 been fixed a while ago.
15692
26224faf
SM
15693 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15694 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15695
d7117720
SM
15696 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15697
f5467d3f
SM
15698 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15699 `cd' doesn't always do it for us (bug#5067).
15700
15701 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15702 on 2009-10-25 as part of some other change (bug#5067).
15703
c5269f1c
SM
157042009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15705
62a258a7
SM
15706 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15707 `suspicious'.
15708 (byte-compile-warnings): Use byte-compile-warning-types.
15709 (byte-compile-save-excursion): Warn about use of set-buffer right
15710 after save-excursion.
15711
c5269f1c
SM
15712 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15713 the excursion as well.
15714
3ba30eb8
MA
157152009-11-27 Michael Albinus <michael.albinus@gmx.de>
15716
15717 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15718 providing a Tramp related implementation of "su" and "sudo".
15719 (eshell-unix-initialize): Add "su" and "sudo".
15720
6c6f788d
DU
157212009-11-27 Daiki Ueno <ueno@unixuser.org>
15722
15723 * net/socks.el (socks-send-command): Convert binary request to
15724 unibyte before sending. This fixes mishandling of some port
15725 numbers such as 129.
15726
10c877fe
SM
157272009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15728
6f06a171
SM
15729 * help.el (describe-bindings-internal): Remove `interactive'.
15730
10c877fe
SM
15731 * man.el (Man-completion-table): Trim a terminating "(".
15732 Remove the space between name page a section.
15733 Add the command's description on the `help-echo' property.
c5269f1c
SM
15734 Remove `process-connection-type' binding since it's unused by
15735 call-process.
10c877fe
SM
15736 Provide completion for the "<section> <name>" format as well.
15737 (Man-default-man-entry): Remove spurious var shadowing the argument.
15738
c44a4822
KR
157392009-11-26 Kevin Ryde <user42@zip.com.au>
15740
15741 * log-view.el: Add "Keywords: tools", since its other keywords
15742 aren't in finder-known-keywords, and following vc.el.
15743
9d58f081
KR
15744 * sha1.el (sha1-string-external): default-directory "/" in case
15745 otherwise non-existent. process-connection-type pipe for touch of
15746 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15747
72fe6b25
SM
157482009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15749
15750 Misc coding convention cleanups.
15751 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15752 hfy-init-kludge-hooks.
15753 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15754 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15755 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15756 and push.
15757 (hfy-slant, hfy-weight): Use tables rather than code.
15758 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15759 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15760 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15761 (hfy-face-to-css): Remove `nconc' with single arg.
15762 (hfy-p-to-face-lennart): Use `or'.
15763 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15764 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15765 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15766 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15767 (hfy-force-fontification): Use run-hooks.
15768
85e0a536
SM
157692009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15770
15771 Various minor fixes.
15772 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15773 Javascript belongs in the header, not the body.
15774 (hfy-javascript): Remove.
15775 (hfy-fontify-buffer): Don't insert it any more.
15776 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15777 Fix bug in invis handling when there were no invis props in a chunk.
15778
62ccc42c
SM
157792009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15780
15781 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15782
2643c7aa
DN
157832009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15784
15785 * finder.el (finder-mode-map): Add a menu.
15786
0e5c8aed
DN
157872009-11-26 Michael McNamara <mac@mail.brushroad.com>
15788
bf0b361c 15789 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15790 "unsigned" structs.
15791
15792 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15793 fork" statement better.
15794
157952009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15796
bf0b361c
JB
15797 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15798 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15799 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15800 Reported by Clay Douglass.
0e5c8aed
DN
15801
15802 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15803 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15804 Fix removing "// Interfaces" when saving .* expansions.
15805 Reported by Pierre-David Pfister.
0e5c8aed 15806
7629c4e7
GM
158072009-11-26 Glenn Morris <rgm@gnu.org>
15808
62ccc42c
SM
15809 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15810 the scope.
7629c4e7 15811
a5d358f8
JB
158122009-11-25 Johan Bockgård <bojohan@gnu.org>
15813
15814 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15815 Really use previous revision.
15816
002cbde5
KR
158172009-11-25 Kevin Ryde <user42@zip.com.au>
15818
15819 * man.el (Man-completion-table): default-directory "/" in case
15820 doesn't otherwise exist. process-environment COLUMNS=999 so as
15821 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15822 any chance of hitting the pseudo-tty TIOCGWINSZ.
15823 (man): completion-ignore-case t for friendliness and since man
15824 itself is case-insensitive on the command line.
15825 Further to Bug#3717.
002cbde5 15826
8cb5ffe8
KR
15827 * arc-mode.el: Add "Keywords: files", so the details in its
15828 commentary can be reached from finder-by-keyword.
34607612
KR
15829 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15830 editing mode, but it's comms related and sgml-mode.el has "comm"
15831 on that basis too.
b8dfcf54 15832 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15833 * international/isearch-x.el, international/ja-dic-cnv.el:
15834 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15835 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15836
1e2d9ba1
JL
158372009-11-25 Juri Linkov <juri@jurta.org>
15838
15839 * man.el (Man-completion-table): Modify regexp to include
15840 section names to completion strings. (Bug#3717)
15841
a601d313
JL
158422009-11-25 Juri Linkov <juri@jurta.org>
15843
15844 Search recursively in gzipped files. (Bug#4982)
15845
15846 * progmodes/grep.el (grep-highlight-matches): Add new options
15847 `always' and `auto'. Doc fix.
15848 (grep-process-setup): Check `grep-highlight-matches' for
15849 `auto-detect' to determine the need to compute grep defaults.
15850 Move Windows/DOS specific --colors settings handling
15851 to `grep-compute-defaults'. Check `grep-highlight-matches'
15852 to get the value of "--color=".
15853 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15854 has the value `auto-detect'. Move Windows/DOS specific settings
15855 from `grep-process-setup'.
15856 (zrgrep): New command with alias `rzgrep'.
15857
bde04ea9
JL
158582009-11-25 Juri Linkov <juri@jurta.org>
15859
15860 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15861 to nil instead of switching off view-mode. (Bug#4896)
15862
7d6b4d3c
JL
158632009-11-25 Juri Linkov <juri@jurta.org>
15864
15865 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15866
15867 * mwheel.el (mwheel-scroll-up-function)
15868 (mwheel-scroll-down-function): New defvars.
15869 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15870 `scroll-up', and `mwheel-scroll-down-function' instead of
15871 `scroll-down'.
15872
15873 * doc-view.el (doc-view-scroll-up-or-next-page)
15874 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15875 Use this ARG in the call to image-scroll-up/image-scroll-down.
15876 Change `interactive' spec to "P". Goto next/previous page only
15877 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15878 SPC/DEL case). Doc fix.
15879 (doc-view-next-line-or-next-page)
15880 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15881 for consistency.
15882 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15883 `doc-view-scroll-up-or-next-page', and buffer-local
15884 `mwheel-scroll-down-function' to
15885 `doc-view-scroll-down-or-previous-page'.
15886
e237085f
JL
158872009-11-25 Juri Linkov <juri@jurta.org>
15888
15889 Provide additional default values (directories at other Dired
15890 windows) via M-n in the minibuffer of some Dired commands.
15891
15892 * dired-aux.el (dired-diff, dired-compare-directories)
15893 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15894 `minibuffer-default' in `minibuffer-with-setup-hook'.
15895 (dired-dwim-target-directory): Find a window that displays Dired
15896 buffer instead of failing when the next window is not Dired.
15897 Use `get-window-with-predicate' to find for the next Dired window.
15898 (dired-dwim-target-defaults): New function.
15899
15900 * ediff-util.el (ediff-read-file-name):
15901 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15902 in `minibuffer-with-setup-hook'.
15903
7d371eac
JL
159042009-11-25 Juri Linkov <juri@jurta.org>
15905
15906 Provide additional default values (file name at point or at the
15907 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15908
15909 * minibuffer.el (read-file-name-defaults): New function.
15910 (read-file-name): Reset `minibuffer-default' to nil when
15911 it duplicates initial input `insdef'.
15912 Bind `minibuffer-default-add-function' to lambda that
15913 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15914 (minibuffer-insert-file-name-at-point): New command.
15915
15916 * files.el (file-name-at-point-functions): New defcustom.
15917 (find-file-default): Remove defvar.
15918 (find-file-read-args): Don't use `find-file-default'.
15919 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15920 to `read-file-name'.
15921 (find-file-literally): Use `read-file-name' with
15922 `confirm-nonexistent-file-or-buffer'.
15923
15924 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15925
15926 * dired.el (dired-read-dir-and-switches):
15927 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15928 to `read-file-name'.
15929 (dired-file-name-at-point): New function.
15930 (dired-mode): Add hook `dired-file-name-at-point' to
15931 `file-name-at-point-functions'.
15932
04ae543a
SM
159332009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 Really make the *Completions* window soft-dedicated (bug#5030).
15936 * window.el (window--display-buffer-2): Add `dedicated' argument.
15937 (display-buffer): Pass it when needed so the dedicated flag is set
15938 after calling set-window-buffer, which would otherwise reset it.
15939
eb708e66
SM
159402009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15941
d6b8d4e7
SM
15942 * progmodes/meta-mode.el (meta-complete-symbol):
15943 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15944 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15945 Use completion-in-region.
15946
5f24557b
SM
15947 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15948 (dabbrev-completion): Use completion-in-region.
15949 (dabbrev--abbrev-at-point): Simplify regexp.
15950
fe4346f0
SM
15951 * abbrev.el (abbrev--before-point): Use word-motion functions
15952 if :regexp is not specified (bug#5031).
15953
cb190d7d
SM
15954 * subr.el (string-prefix-p): New function.
15955
e2ec6dd5
SM
15956 * man.el (Man-completion-cache): New var.
15957 (Man-completion-table): Use it.
15958
eb708e66
SM
15959 * vc.el (vc-print-log-internal): Make `limit' optional for better
15960 compatibility (e.g. with vc-annotate.el).
15961
4cf8971b
KR
159622009-11-24 Kevin Ryde <user42@zip.com.au>
15963
eb708e66 15964 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15965 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15966
4cf8971b
KR
15967 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15968 when .el source file not found or other error.
15969
d204c46c
SM
159702009-11-24 Markus Triska <markus.triska@gmx.at>
15971
15972 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15973
bb301b9a
SM
159742009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15975
449c27f0
SM
15976 Handle the [back] button properly (bug#4979).
15977 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15978 Use help-setup-xref, help-buffer, and with-help-window.
15979 (describe-char): Add `buffer' argument.
15980 Pass proper command to help-setup-xref. Don't meddle with
15981 help-xref-stack-item directly.
15982 (describe-text-category): Use with-help-window and help-buffer.
15983
32fe5377
SM
15984 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15985 for the displayed buffer (bug#4887).
15986
bb301b9a
SM
15987 * man.el (Man-completion-table): New function.
15988 (man): Use it.
15989
35179414
DR
159902009-11-24 David Reitter <david.reitter@gmail.com>
15991
bb301b9a 15992 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15993 .git is) rather than the file's directory and a relative path spec
15994 to work around a bug in git.
15995
605a20a9
MA
159962009-11-24 Michael Albinus <michael.albinus@gmx.de>
15997
15998 Improve handling of processes on remote hosts.
15999
16000 * eshell/esh-util.el (eshell-path-env): New defvar.
16001 (eshell-parse-colon-path): New defun.
16002 (eshell-file-attributes): Use `eshell-parse-colon-path'.
16003
bb301b9a
SM
16004 * eshell/esh-ext.el (eshell-search-path):
16005 Use `eshell-parse-colon-path'.
605a20a9
MA
16006 (eshell-remote-command): Remove argument HANDLER.
16007 (eshell-external-command): Check for FTP remote connection.
16008
bb301b9a
SM
16009 * eshell/esh-proc.el (eshell-gather-process-output):
16010 Use `file-truename', in order to start also symlinked files.
16011 Apply `start-file-process' instead of `start-process'.
16012 Shorten `command' to the local file name part.
605a20a9 16013
bb301b9a
SM
16014 * eshell/em-cmpl.el (eshell-complete-commands-list):
16015 Use `eshell-parse-colon-path'.
605a20a9
MA
16016
16017 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
16018
16019 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
16020 to `eshell-directory-change-hook'.
16021
d1d33062
TH
160222009-11-24 Tassilo Horn <tassilo@member.fsf.org>
16023
16024 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 16025 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 16026
a34d8565 160272009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 16028
a34d8565
MK
16029 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
16030 made on 2009-11-22.
d1d33062 16031
c83b8d1b
GM
160322009-11-24 Glenn Morris <rgm@gnu.org>
16033
16034 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
16035 deleted variable bookmark-bmenu-bookmark-column.
16036
83505cfe
SM
160372009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
16038
16039 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
16040
5241b291
CY
160412009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
16042
16043 * net/browse-url.el (browse-url-filename-alist): On Windows, add
16044 two slashes to the "file:" prefix.
16045 (browse-url-file-url): De-munge Cygwin filenames before passing
16046 them to Windows browser.
16047 (browse-url-default-windows-browser): Use call-process.
16048
aefcadb6
JL
160492009-11-23 Juri Linkov <juri@jurta.org>
16050
16051 Implement DocView Continuous mode. (Bug#4896)
16052 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
16053 (doc-view-mode-map): Bind C-n/<down> to
16054 `doc-view-next-line-or-next-page', C-p/<up> to
16055 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
16056 (doc-view-next-line-or-next-page)
16057 (doc-view-previous-line-or-previous-page): New commands.
16058
0d62bcea
JL
160592009-11-23 Juri Linkov <juri@jurta.org>
16060
16061 Implement Isearch in comint input history. (Bug#3746)
16062 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
16063 `isearch-mode-hook'.
16064 (comint-history-isearch): New defcustom.
16065 (comint-history-isearch-backward)
16066 (comint-history-isearch-backward-regexp): New commands.
16067 (comint-history-isearch-message-overlay): New buffer-local variable.
16068 (comint-history-isearch-setup, comint-history-isearch-end)
16069 (comint-goto-input, comint-history-isearch-search)
16070 (comint-history-isearch-message, comint-history-isearch-wrap)
16071 (comint-history-isearch-push-state)
16072 (comint-history-isearch-pop-state): New functions.
16073
b593f105
MA
160742009-11-23 Michael Albinus <michael.albinus@gmx.de>
16075
16076 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
16077 return.
16078 (tramp-handle-make-symbolic-link)
16079 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
16080 Quote file names.
16081 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
16082 (tramp-handle-process-file): Use it.
16083
0f202d5d
SM
160842009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * window.el (move-to-window-line-last-op): Remove.
16087 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16088
216349f8
SM
160892009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16090
0f202d5d 16091 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
16092 * window.el (move-to-window-line-last-op): New var.
16093 (move-to-window-line-top-bottom): New command.
16094 (global-map): Bind M-r move-to-window-line-top-bottom.
16095
c10e0633
GM
160962009-11-23 Sven Joachim <svenjoac@gmx.de>
16097
16098 * dired-x.el (dired-guess-shell-alist-default):
16099 Support xz format. (Bug#4953)
16100
953e0c1a
GM
161012009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16102
16103 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16104 last-command-char/last-command-event.
16105 (viper-prefix-arg-value): Do correct conversion of event-char for
16106 XEmacs.
16107
83505cfe
SM
16108 * emulation/viper-util.el, emulation/viper.el:
16109 Use viper-last-command-char instead of
16110 last-command-char/last-command-event.
953e0c1a 16111
83505cfe
SM
16112 * ediff-init.el, ediff-mult.el, ediff-util.el:
16113 Replace last-command-char and last-command-event
16114 with (ediff-last-command-char) everywhere.
953e0c1a
GM
16115
16116 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16117 created in fundamental mode.
16118
16119 * ediff.el (ediff-version): Revert the change of interactive-p to
16120 called-interactively-p.
16121
9ee12eee
TH
161222009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16123
16124 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16125 generation from word-movement command names.
16126
8b571bf3
JD
161272009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16128
16129 * cus-start.el (all): Add native condition for font-use-system-font.
16130
4121db47
AM
161312009-11-21 Nathaniel Flath <flat0103@gmail.com>
16132
83505cfe
SM
16133 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16134 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 16135
d71f5e0c
TH
161362009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16137
16138 * progmodes/subword.el: Rename from lisp/subword.el.
16139
16140 * subword.el: Rename to progmodes/subword.el.
16141
16142 * Makefile.in (ELCFILES): Adapt to subword.el move.
16143
fc9d6ad6 161442009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 16145 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
16146
16147 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16148 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16149 (bookmark-bmenu-show-filenames): Use push.
16150 (bookmark-bmenu-hide-filenames): Use local var instead of
16151 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16152 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16153 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16154 filenames now that the bookmark names are always available.
16155
26d9285f
SM
161562009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16157
16158 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16159 (bookmark-search-pattern): Move and leave unbound.
16160 (bookmark-bmenu-mode-map): Change binding.
16161 (bookmark-read-search-input): Simplify.
16162 Don't use text-char-description. Don't error on non-char events.
16163 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16164 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16165 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16166 Use a local var for the timer.
16167 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16168 (i.e. bookmark-bmenu-search).
16169
d73a0317
GM
161702009-11-21 Glenn Morris <rgm@gnu.org>
16171
16172 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16173
e572025f
CY
161742009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16175
26d9285f
SM
16176 * net/browse-url.el (browse-url-default-windows-browser):
16177 Use cygstart for cygwin.
e572025f 16178
6aeaa3dc
KF
161792009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16180
e4070cdc 16181 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
16182 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16183 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 16184 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
16185 (bookmark-read-search-input): Adjust to fit within 80 columns.
16186
a9b76eec
TH
161872009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16188
16189 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16190 (c-backward-into-nomenclature): Adapt to subword renaming.
16191
16192 * subword.el (subword-forward, subword-backward, subword-mark)
16193 (subword-kill, subword-backward-kill, subword-transpose)
16194 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
16195 (subword-forward-internal, subword-backward-internal):
16196 Rename from forward-subword, backward-subword, mark-subword,
16197 kill-subword, backward-kill-subword, transpose-subwords,
16198 downcase-subword, upcase-subword, capitalize-subword,
16199 forward-subword-internal, backward-subword-internal.
a9b76eec 16200
1e7d4475
SM
162012009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16202
26d9285f
SM
16203 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16204 New options.
1e7d4475
SM
16205 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16206 New vars.
16207 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16208 (bookmark-bmenu-filter-alist-by-regexp)
16209 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16210 (bookmark-bmenu-search): New command.
16211 (bookmark-bmenu-mode-map): Bind it.
16212
653d1554
TH
162132009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16214
ab84bfa0
TH
16215 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16216 backward-subword to quit the byte-compiler.
16217
1f35fda9
TH
16218 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16219
16220 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16221
653d1554 16222 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
16223 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16224 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
16225
16226 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16227 subword.el functions instead of cc-subword.el.
16228
1e7d4475
SM
16229 * progmodes/cc-subword.el: Rename to subword.el.
16230 * subword.el: Rename from progmodes/cc-subword.el.
16231 (subword-mode-map): Rename from c-subword-mode-map.
16232 (subword-mode): Rename from c-subword-mode.
653d1554 16233 (global-subword-mode): New global minor mode.
1e7d4475
SM
16234 (forward-subword): Rename from c-forward-subword.
16235 (backward-subword): Rename from c-backward-subword.
16236 (mark-subword): Rename from c-mark-subword.
16237 (kill-subword): Rename from c-kill-subword.
16238 (backward-kill-subword): Rename from c-backward-kill-subword.
16239 (transpose-subwords): Rename from c-tranpose-subword.
16240 (downcase-subword): Rename from c-downcase-subword.
16241 (capitalize-subword): Rename from c-capitalize-subword.
16242 (forward-subword-internal): Rename from c-forward-subword-internal.
16243 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 16244
9717f119
DN
162452009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16246
8de724f3
DN
16247 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16248 from a dired buffer.
16249 (vc-dired-deduce-fileset): New function.
16250 (vc-root-diff, vc-print-root-log): Use it.
16251
9717f119
DN
16252 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16253 nil LIMIT argument to vc-print-log-internal.
16254
af4999b8
GM
162552009-11-20 Glenn Morris <rgm@gnu.org>
16256
16257 * Makefile.in (ELCFILES): Regenerate.
16258
b58edcb6
JB
162592009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16260
02e1b488
SM
16261 * calc/calc.el (calc-set-mode-line):
16262 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16263 (math-format-number): Rename `math-format-complement-signed' to
16264 `math-format-twos-complement'.
16265
02e1b488 16266 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
16267 math-format-complement-signed.
16268 (calc-radix): Rename `calc-complement-signed-mode' to
16269 `calc-twos-complement-mode'.
02e1b488
SM
16270 (calc-octal-radix, calc-hex-radix): Add an argument for
16271 two's complement.
b58edcb6 16272
02e1b488
SM
16273 * calc/calc-embed.el (calc-embedded-mode-vars):
16274 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 16275
02e1b488
SM
16276 * calc/calc-ext.el (calc-init-extensions):
16277 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16278 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16279
02e1b488
SM
16280 * calc/calc-units.el (math-build-units-table-buffer):
16281 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
16282
16283 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16284 entries.
16285
16286 * calc/calc-vec.el (calcFunc-vunpack):
16287 * calc/calc-aent.el (calc-do-calc-eval):
16288 * calc/calc-forms.el (math-format-date):
16289 * calc/calc-graph.el (calc-graph-plot):
16290 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
16291 * calc/calccomp.el (math-compose-expr):
16292 Let `calc-twos-complement-mode' be nil.
16293
162942009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16295
16296 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16297 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16298 * minibuffer.el (completion-in-region-functions): New hook.
16299 (completion-in-region): New function.
16300 * emacs-lisp/lisp.el (lisp-complete-symbol):
16301 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 16302
e3353a78
SM
163032009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16304
eff77808
SM
16305 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16306 (latex-complete-alist): New vars.
16307 (latex-string-prefix-p, latex-complete-bibtex-keys)
16308 (latex-complete-envnames, latex-complete-refkeys)
16309 (latex-complete-data): New functions.
16310 (latex-complete, latex-indent-or-complete): New commands.
16311
d2c9fc42
SM
16312 * window.el (display-buffer-mark-dedicated): New var.
16313 (display-buffer): Obey it.
16314 * minibuffer.el (minibuffer-completion-help): Use it.
16315
31a1c477
SM
16316 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16317
bed4c972
SM
16318 * filecache.el (file-cache-add-file): Use push and cons.
16319 (file-cache-delete-file-regexp): Use push.
16320 (file-cache-complete): Use completion-in-region.
16321
8c22699f
SM
16322 * simple.el (with-wrapper-hook): Fix thinko.
16323
e3353a78
SM
16324 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16325 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16326 Use with-current-buffer and string-to-number.
16327 (hfy-fallback-colour-values): Use assoc-string.
16328 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16329 (hfy-face-at): Remove unused var `found-face'.
16330 (hfy-compile-stylesheet): Remove unused var `css'.
16331 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16332 and `orig-buffer'.
16333 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16334 Use with-current-buffer.
16335 (hfy-text-p): Use expand-file-name and fewer setq.
16336
acca02b0
SM
163372009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16338
16339 * htmlfontify.el, hfy-cmap.el: New files.
16340
042b7cc6
JL
163412009-11-19 Juri Linkov <juri@jurta.org>
16342
16343 * minibuffer.el (completions-format): New defcustom.
16344 (completion--insert-strings): Implement vertical format.
16345
16346 * simple.el (switch-to-completions): Move point to the first
16347 completion when point was at the beginning of the buffer.
16348
da205913
JL
163492009-11-19 Juri Linkov <juri@jurta.org>
16350
16351 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16352
16353 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16354
0b8ee421
CY
163552009-11-19 Chong Yidong <cyd@stupidchicken.com>
16356
16357 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16358 (mail-signature): Change default to t.
16359 (mail-from-style): Deprecate `system-default' value.
16360 (mail-insert-from-field): For default value of mail-from-style,
16361 default to `angles' unless `angles' needs quoting and `parens'
16362 does not.
16363 (mail-citation-prefix-regexp): Use citation regexp from
16364 message-mode.
16365
4265deab
MA
163662009-11-19 Michael Albinus <michael.albinus@gmx.de>
16367
acca02b0
SM
16368 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16369 Set variables for computing the prompt for reading password.
4265deab 16370
27cacd2d
GM
163712009-11-19 Glenn Morris <rgm@gnu.org>
16372
470bce7d
GM
16373 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16374
7e705a1d
GM
16375 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16376
27cacd2d
GM
16377 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16378 (newsticker-treeview-listwindow-height): Fix custom type.
16379
b2f0be0f
KH
163802009-11-19 Kenichi Handa <handa@m17n.org>
16381
16382 * descr-text.el (describe-char-padded-string): Compose with TAB
16383 only if there's a font for CH.
02e1b488 16384 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16385
03446045 163862009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16387
16388 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16389 more accurate version of the regexp. (Bug#3910)
b96337b0 16390
03446045 163912009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16392
16393 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16394
e0620570
JB
163952009-11-18 Juanma Barranquero <lekktu@gmail.com>
16396
16397 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16398 (font-setting-change-default-font): Fix typo in docstring.
16399
6cc6582e
AM
164002009-11-18 Alan Mackenzie <acm@muc.de>
16401
16402 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16403
dfb3c4c6
JD
164042009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16405
02e1b488 16406 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16407
16408 * cus-start.el (all): ... to here.
16409
e268e987
MA
164102009-11-17 Michael Albinus <michael.albinus@gmx.de>
16411
16412 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16413 Don't set `ad-return-value' if `ad-do-it' doesn't.
16414
303ffde8
MA
16415 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16416 modification time.
16417
637fa988
JD
164182009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16419
16420 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16421 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16422
16423 * loadup.el: If feature system-font-setting or font-render-setting is
16424 there, load font-setting.
16425
02e1b488 16426 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16427 * font-setting.el: New file.
16428
1d16a255
GM
164292009-11-17 Glenn Morris <rgm@gnu.org>
16430
16431 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16432
2d84f804
GM
16433 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16434 Preserve point in the list buffer. (Bug#4939)
16435 Use point-at-eol.
16436 (newsticker--treeview-list-update-highlight)
16437 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16438
14467b99
JB
164392009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16440
16441 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16442 Remove.
16443
16444 * calc/calc-ext.el (calc-init-extensions): Remove references to
16445 symclip.
16446
16447 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16448
16449 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16450 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16451 `calc-symclip'.
16452
e3c39c01
KR
164532009-11-16 Kevin Ryde <user42@zip.com.au>
16454
02e1b488 16455 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16456 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16457
497de631
KR
16458 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16459 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16460 Ignore trailing spaces by omit-nulls to split-string (fixing
16461 regression from Emacs 21 due to the incompatible split-string
14467b99 16462 change). (Bug #4928.)
497de631 16463
48b27575
DN
164642009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16465
5237d741 16466 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16467 (vc-print-log-internal): Insert buttons to request more entries
16468 when limiting the output.
16469
16470 * vc-sccs.el (vc-sccs-print-log):
16471 * vc-rcs.el (vc-rcs-print-log):
16472 * vc-cvs.el (vc-cvs-print-log):
16473 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16474 LIMIT is non-nil.
16475
d3e97185
MA
164762009-11-16 Michael Albinus <michael.albinus@gmx.de>
16477
16478 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16479 error when `tramp-gvfs-dbus-event-vector' is set.
16480 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16481
68d87786
SM
164822009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16483
16484 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16485
c0a39702
MA
164862009-11-16 Michael Albinus <michael.albinus@gmx.de>
16487
16488 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16489 (dbus-register-property): Register the handlers of
c0a39702
MA
16490 "org.freedesktop.DBus.Properties" for SERVICE.
16491 (dbus-property-handler): Fix docstring.
16492
1e857121
YM
164932009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16494
16495 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16496 Quote doc string reference in defvaralias as it is not in special form.
16497 (byte-compile-output-docform): Doc fix.
16498
887484c1
JB
164992009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16500
16501 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16502 (calc-complement-signed-mode): New variables.
16503 (calc-set-mode-line): Add indicator for twos-complements.
16504 (math-format-number): Format twos-complement notation.
16505
16506 * calc/calc-bin.el (calc-word-size): Reset the variables
16507 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16508 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16509 (calc-symclip): New functions.
887484c1
JB
16510
16511 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16512
68d87786
SM
16513 * calc/calc-embed.el (calc-embedded-mode-vars):
16514 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16515
16516 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16517 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16518
16519 * calc/calc-ext.el (math-read-number-fancy): Read complement
16520 signed numbers.
68d87786
SM
16521 (calc-init-extensions): Add binding for `calc-symclip'.
16522 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16523
16524 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16525 `calc-symclip'.
68d87786 16526 (calc-modes-menu): Add item for twos complement mode.
887484c1 16527
5237d741 16528 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16529
4cf1d7e3
CY
165302009-11-15 Chong Yidong <cyd@stupidchicken.com>
16531
16532 * register.el (jump-to-register, insert-register): Handle Semantic
16533 tags. From commented-out advice in semantic/senator.el.
16534
f8e65267
DN
165352009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16536
6616006b
DN
16537 * vc.el (vc-log-show-limit): New variable.
16538 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16539 when using a prefix argument.
16540 (vc-print-log-internal): Add new argument LIMIT.
16541
16542 * vc-svn.el (vc-svn-print-log):
16543 * vc-mtn.el (vc-mtn-print-log):
16544 * vc-hg.el (vc-hg-print-log):
16545 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16546 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16547 non-optional.
16548
16549 * vc-sccs.el (vc-sccs-print-log):
16550 * vc-rcs.el (vc-rcs-print-log):
16551 * vc-git.el (vc-git-print-log):
16552 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16553 ignore it. Make the BUFFER argument non-optional.
6616006b 16554
f8e65267
DN
16555 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16556
0566c4bc
CY
165572009-11-15 Chong Yidong <cyd@stupidchicken.com>
16558
7cce3c91
CY
16559 * dired.el (dired-mode-map): Move encryption items to "Operate"
16560 menu (Bug#4703).
16561
d7063de9
CY
16562 * strokes.el (strokes-update-window-configuration): Make strokes
16563 buffer current before erasing (Bug#4906).
16564
0fc10137
JL
165652009-11-15 Juri Linkov <juri@jurta.org>
16566
16567 * simple.el (set-mark-default-inactive): Add :type, :group
16568 and :version. (Bug#4876)
16569
f5fce4ec
MA
165702009-11-15 Michael Albinus <michael.albinus@gmx.de>
16571
16572 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16573 (archive-unique-fname): ... here. (Bug#4929)
16574
8d720a00
SM
165752009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16576
589888fe
SM
16577 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16578 with a real fix.
16579
8d720a00
SM
16580 * novice.el (disabled-command-function): Add useful args.
16581 Setup the help buffer so that [back] works.
16582 Remove redundant call to help-mode.
16583 (disabled-command-function): Use `case'.
16584 (en/disable-command): New function extracted from enable-command.
16585 (enable-command, disable-command): Use it.
16586
a61344d6
GM
165872009-11-14 Glenn Morris <rgm@gnu.org>
16588
497f0cdd
GM
16589 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16590 constants. (Bug#4913)
16591
a61344d6
GM
16592 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16593
d501801e
GM
165942009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16595
16596 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16597 defined in C that have no doc-strings. (Bug#1063)
16598
5af27ac2
GM
165992009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16600
16601 * cus-edit.el (data, files):
16602 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16603
aec5395b
CY
166042009-11-14 Chong Yidong <cyd@stupidchicken.com>
16605
e7791447
CY
16606 * simple.el (shell-command): Doc fix (Bug#4891).
16607
aec5395b
CY
16608 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16609
7a41cd7f
GM
166102009-11-14 Glenn Morris <rgm@gnu.org>
16611
c3583c94
GM
16612 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16613 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16614 If they are already loaded, eval-after-load will do the right thing.
16615
73900d1f
GM
16616 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16617 compiling.
16618
0028351d
GM
16619 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16620
f6714ede
GM
16621 * simple.el (x-selection-owner-p): Declare.
16622 (read-mail-command): Use custom radio type rather than choice.
16623 (completion-no-auto-exit): Doc fix.
16624
7a41cd7f 16625 * custom.el (defgroup):
5af27ac2 16626 * epg-config.el (epg): Doc fixes.
7a41cd7f 16627
2d0659ec
DN
166282009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16629
16630 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16631 * international/ccl.el (define-ccl-program): Do not purecopy the
16632 docstring, defconst does it anyway.
16633
7fdbcd83
SM
166342009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16635
d499c5b9
SM
16636 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16637 a second time.
16638
7fdbcd83
SM
16639 * x-dnd.el (x-dnd-maybe-call-test-function):
16640 * window.el (split-window-vertically):
16641 * whitespace.el (whitespace-help-on):
16642 * vc-rcs.el (vc-rcs-consult-headers):
16643 * userlock.el (ask-user-about-lock-help)
16644 (ask-user-about-supersession-help):
16645 * type-break.el (type-break-force-mode-line-update):
16646 * time-stamp.el (time-stamp-conv-warn):
16647 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16648 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16649 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16650 (term-write-input-ring, term-check-source, term-start-output-log):
16651 (term-display-buffer-line, term-dynamic-list-completions):
16652 (term-ansi-make-term, serial-term):
16653 * subr.el (selective-display):
16654 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16655 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16656 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16657 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16658 (speedbar-remove-localized-speedbar-support)
16659 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16660 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16661 (speedbar-buffers-line-directory):
16662 * simple.el (shell-command-on-region, append-to-buffer)
16663 (prepend-to-buffer):
16664 * shadowfile.el (shadow-save-todo-file):
16665 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16666 (scroll-bar-maybe-set-window-start):
16667 * sb-image.el (speedbar-image-dump):
16668 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16669 (load-save-place-alist-from-file):
16670 * ps-samp.el (ps-print-message-from-summary):
16671 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16672 (ps-background-image, ps-begin-job, ps-do-despool):
16673 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16674 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16675 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16676 (pr-call-process, pr-file-list, pr-interface-save):
16677 * novice.el (disabled-command-function)
16678 (enable-command, disable-command):
16679 * mouse.el (mouse-buffer-menu-alist):
16680 * mouse-copy.el (mouse-kill-preserving-secondary):
16681 * macros.el (kbd-macro-query):
16682 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16683 * informat.el (batch-info-validate):
16684 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16685 * hippie-exp.el (try-expand-dabbrev-visible):
16686 * help-mode.el (help-make-xrefs):
16687 * help-fns.el (describe-variable):
16688 * generic-x.el (bat-generic-mode-run-as-comint):
16689 * finder.el (finder-mouse-select):
16690 * find-dired.el (find-dired-sentinel):
16691 * filesets.el (filesets-file-close):
16692 * files.el (list-directory):
16693 * faces.el (list-faces-display, describe-face):
16694 * facemenu.el (list-colors-display):
16695 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16696 * epg.el (epg--process-filter, epg-cancel):
16697 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16698 (epa--read-signature-type):
16699 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16700 (emerge-file-names):
16701 * ehelp.el (electric-helpify):
16702 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16703 * ediff-vers.el (rcs-ediff-view-revision):
16704 * ediff-util.el (ediff-setup):
16705 * ediff-mult.el (ediff-append-custom-diff):
16706 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16707 (ediff-wordify):
16708 * echistory.el (Electric-command-history-redo-expression):
16709 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16710 * disp-table.el (describe-display-table):
16711 * dired.el (dired-find-buffer-nocreate):
16712 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16713 * dabbrev.el (dabbrev--same-major-mode-p):
16714 * chistory.el (list-command-history):
16715 * apropos.el (apropos-documentation):
16716 * allout.el (allout-obtain-passphrase):
16717 (allout-copy-exposed-to-buffer):
16718 (allout-verify-passphrase): Use with-current-buffer.
16719
2ccbc060
GM
167202009-11-13 Glenn Morris <rgm@gnu.org>
16721
16722 * Makefile.in (ELCFILES): Regenerate.
16723
b172ed20
MA
167242009-11-13 Michael Albinus <michael.albinus@gmx.de>
16725
7fdbcd83
SM
16726 * net/dbus.el (dbus-registered-objects-table): Rename from
16727 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16728 (dbus-unregister-object): Unregister also properties.
16729 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16730 Use a timeout of 500 msec, in order to not block.
16731 (dbus-register-property, dbus-property-handler): New defuns.
16732
e96d62cd
SM
167332009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16734
16735 * simple.el (minibuffer-default-add-completions): Drop deprecated
16736 4th arg.
16737
14bd267d
EZ
167382009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16739
e96d62cd
SM
16740 * textmodes/artist.el (artist-mouse-choose-operation):
16741 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16742 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16743 (artist-compute-up-event-key): New function.
16744 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16745
bf89fd7b
KH
167462009-11-13 Kenichi Handa <handa@m17n.org>
16747
16748 * language/japan-util.el: Make sure that the value of jisx0208
16749 property is jisx0208 character.
16750
f70b8925
DN
167512009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16752
16753 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16754 car or each item, not the whole list.
16755
4d93a9e0
SM
167562009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * minibuffer.el (minibuffer-completion-help):
16759 Use minibuffer-hide-completions.
16760
05404988
SM
167612009-11-12 Per Starbäck <per@starback.se> (tiny change)
16762
16763 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16764 (dired-revert): Use them (bug#4880).
16765
5297bc10
DN
167662009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16767
16768 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16769
e2685eb7
JL
167702009-11-12 Juri Linkov <juri@jurta.org>
16771
16772 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16773 New functions.
16774 (find-file-literally-at-point): Alias of `ffap-literally'.
16775
76410c3e
DN
167762009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16777
6d341a2a
DN
16778 * textmodes/ispell.el (ispell-skip-region-alist):
16779 * textmodes/css-mode.el (auto-mode-alist):
16780 * progmodes/compile.el (auto-mode-alist):
16781 * international/mule.el (ctext-non-standard-encodings-alist)
16782 (ctext-non-standard-encodings-regexp):
16783 * simple.el (shell-command-switch, text-read-only):
16784 * replace.el (occur-mode-map):
16785 * paths.el (rmail-file-name):
16786 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16787 * find-file.el (ff-special-constructs):
16788 * files.el (file-name-handler-alist):
16789 * composite.el: Purecopy strings.
16790
76410c3e
DN
16791 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16792
aaa448c9
DN
167932009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16794
16795 * widget.el (define-widget): Purecopy the docstring.
16796 * international/mule-cmds.el (charset): Do not purecopy the
16797 docstring here, define-widget does it.
16798
16799 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16800 * textmodes/bibtex-style.el (auto-mode-alist):
16801 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16802 * progmodes/compile.el (compile-command):
16803 * language/korea-util.el (default-korean-keyboard):
16804 * international/mule-conf.el (file-coding-system-alist):
16805 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16806 * tooltip.el (tooltip-frame-parameters):
16807 * newcomment.el (comment-end, comment-padding):
16808 * dired.el (dired-trivial-filenames):
16809 * comint.el (comint-file-name-prefix): Purecopy initial values.
16810
bbe650fd
MA
168112009-11-11 Michael Albinus <michael.albinus@gmx.de>
16812
16813 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16814 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16815 `tramp-unload'.
16816 (tramp-advice-make-auto-save-file-name)
16817 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16818 after removing the advice.
16819
6bdad9ae
DN
168202009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16821
2f7f4bee
DN
16822 * progmodes/grep.el (grep-regexp-alist):
16823 * international/mule-cmds.el (iso-2022-control-alist):
16824 * emacs-lisp/timer.el (timer-duration-words):
16825 * subr.el (version-separator, version-regexp-alist):
16826 * minibuffer.el (completion-styles-alist):
16827 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16828 Change defvars to defconsts.
16829
a042de45
DN
16830 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16831 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16832 * international/mule-conf.el: Allow to be byte compiled.
16833
3b6acc72
DN
16834 * international/mule.el (define-charset): Purecopy props.
16835 (load-with-code-conversion): Purecopy doc string and file name.
16836 (put-charset-property): Purecopy strings.
16837 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16838
1c2efdfb 16839 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16840 (define-char-code-property): Correctly purecopy the table.
16841
62591911
DN
16842 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16843
8b908da6
DN
16844 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16845
ff917d63
DN
16846 * subr.el (add-hook): Purecopy strings.
16847 (eval-after-load): Purecopy load-history-regexp and the form.
16848
af89cf77
DN
16849 * custom.el (custom-declare-group): Purecopy load-file-name.
16850
a3c20c83 16851 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16852 * net/eudc.el (eudc-tools-menu):
16853 * international/mule-cmds.el (set-coding-system-map)
16854 (mule-menu-keymap):
16855 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16856 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16857 * replace.el (occur-mode-map):
16858 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16859 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16860 (menu-bar-custom-menu, menu-bar-showhide-menu)
16861 (menu-bar-options-menu, menu-bar-tools-menu)
16862 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16863 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16864 (menu-bar-help-menu):
16865 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16866 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16867
6bdad9ae
DN
16868 * term/x-win.el (x-gtk-stock-map):
16869 * progmodes/vera-mode.el (auto-mode-alist):
16870 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16871 (inferior-lisp-program, inferior-lisp-load-command):
16872 * progmodes/hideshow.el (hs-special-modes-alist):
16873 * progmodes/gud.el (same-window-regexps):
16874 * progmodes/grep.el (grep-program, find-program, xargs-program):
16875 * net/telnet.el (same-window-regexps):
16876 * net/rlogin.el (same-window-regexps):
16877 * language/ethiopic.el (font-ccl-encoder-alist):
16878 * vc-sccs.el (vc-sccs-master-templates):
16879 * vc-rcs.el (vc-rcs-master-templates):
16880 * subr.el (cl-assertion-failed):
16881 * simple.el (next-error-overlay-arrow-position):
16882 * lpr.el (lpr-command):
16883 * locate.el (locate-ls-subdir-switches):
16884 * info.el (same-window-regexps, info)
16885 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16886 * image-mode.el (image-mode, auto-mode-alist):
16887 * hippie-exp.el (hippie-expand-ignore-buffers):
16888 * format.el (format-alist):
16889 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16890 (find-name-arg):
16891 * facemenu.el (facemenu-keybindings):
16892 * dired.el (dired-listing-switches, dired-chown-program):
16893 * diff.el (diff-switches, diff-command):
16894 * cus-edit.el (same-window-regexps):
16895 * bindings.el (mode-line-mule-info)
16896 (mode-line-buffer-identification): Purecopy strings.
16897
e0987650
JL
168982009-11-11 Juri Linkov <juri@jurta.org>
16899
3570691b 16900 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16901 Tell the byte-compiler about dired-get-filename.
16902 (shell-command): In Dired mode, get filename from the current line
16903 as the default value.
16904
b16ff465
GM
169052009-11-10 Glenn Morris <rgm@gnu.org>
16906
e8a11b22
GM
16907 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16908 * calendar/holidays.el, progmodes/cperl-mode.el:
16909 Update x-popup-menu declarations.
16910
b16ff465
GM
16911 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16912 (list-load-path-shadows): Use dolist.
16913 (list-load-path-shadows): Use with-current-buffer.
16914
032c3399
JL
169152009-11-10 Juri Linkov <juri@jurta.org>
16916
16917 * minibuffer.el (read-file-name): Support a list of default values
16918 in `default-filename'. Use the first file name where only one
16919 element is required. Doc fix.
16920
8fb1629f
MA
169212009-11-09 Michael Albinus <michael.albinus@gmx.de>
16922
16923 * net/dbus.el (dbus-unregister-object): Release service, if no
16924 other method is registered for it.
16925
a51203ee 169262009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16927
16928 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16929 bookmark-sort-flag is non-nil (Bug#4653).
16930
9bf7dc8a
CY
169312009-11-08 Chong Yidong <cyd@stupidchicken.com>
16932
15207e74
CY
16933 * emulation/cua-base.el: Add CUA property to some CC mode commands
16934 (Bug#4100).
16935
8bf7ed70
KR
169362009-11-08 Kevin Ryde <user42@zip.com.au>
16937
16938 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16939 at end of sentence (Bug#4818).
8bf7ed70 16940
951802d0
CY
169412009-11-08 Jared Finder <jfinder@crypticstudios.com>
16942
16943 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16944 Handle "see declaration of" MSFT statements (Bug#4100).
16945
e8244310
MA
169462009-11-08 Michael Albinus <michael.albinus@gmx.de>
16947
16948 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16949 (tramp-advice-file-expand-wildcards): Unload via
16950 `ad-remove-advice'.
16951
16952 * net/trampver.el: Update release number.
16953
a51203ee 169542009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16955
16956 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16957 `ad-do-it'.
16958
a51203ee 169592009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16960
16961 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16962 in order to keep context in SELinux.
16963
bedd8a58
CY
169642009-11-08 Chong Yidong <cyd@stupidchicken.com>
16965
16966 * dired-aux.el (dired-query): Place cursor in echo area and allow
16967 C-g.
16968
16969 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16970 menu item if not on a directory (Bug#4701).
16971
0484d600
MA
169722009-11-07 Michael Albinus <michael.albinus@gmx.de>
16973
16974 Sync with Tramp 2.1.17.
16975
16976 * net/tramp.el (tramp-handle-copy-directory): Don't use
16977 `file-remote-p' (due to compatibility).
16978
16979 * net/tramp-compat.el (tramp-compat-copy-directory)
16980 (tramp-compat-delete-directory): New defuns.
16981
16982 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16983 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16984 Use `tramp-compat-delete-directory'.
0484d600
MA
16985
16986 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16987 (tramp-smb-handle-delete-directory):
16988 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16989
16990 * net/trampver.el: Update release number.
16991
b42b2189
CY
169922009-11-07 Chong Yidong <cyd@stupidchicken.com>
16993
6960d7b9
CY
16994 * tar-mode.el (tar-copy): Call write-region on the right buffer
16995 (Bug#4857).
16996
b42b2189
CY
16997 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16998 by hand, if necessary (Bug#4878).
16999
0ad57dfd
CY
170002009-11-06 Chong Yidong <cyd@stupidchicken.com>
17001
d19e23ae
CY
17002 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
17003 align size column (Bug#4839).
17004
0ad57dfd
CY
17005 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
17006 statement.
17007
0b7f397c
DN
170082009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
17009
17010 * progmodes/ld-script.el (auto-mode-alist):
17011 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
17012
17013 * cus-face.el (custom-declare-face): Purecopy face spec.
17014
495bd5ca
KH
170152009-11-06 Kenichi Handa <handa@m17n.org>
17016
17017 * international/uni-bidi.el: Re-generated.
17018 * international/uni-category.el: Re-generated.
17019 * international/uni-combining.el: Re-generated.
17020 * international/uni-mirrored.el: Re-generated.
17021
1e8780b1
DN
170222009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
17023
17024 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
17025 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
17026 (tex-start-options, slitex-run-command, latex-run-command)
17027 (tex-run-command, tex-directory):
17028 * textmodes/ispell.el (ispell-html-skip-alists)
17029 (ispell-tex-skip-alists, ispell-tex-skip-alists):
17030 * textmodes/fill.el (adaptive-fill-first-line-regexp):
17031 (adaptive-fill-regexp):
17032 * textmodes/dns-mode.el (auto-mode-alist):
17033 * progmodes/python.el (interpreter-mode-alist):
17034 * progmodes/etags.el (tags-compression-info-list):
17035 * progmodes/etags.el (tags-file-name):
17036 * net/browse-url.el (browse-url-galeon-program)
17037 (browse-url-firefox-program):
17038 * mail/sendmail.el (mail-signature-file)
17039 (mail-citation-prefix-regexp):
17040 * international/mule-conf.el (eight-bit):
17041 * international/latexenc.el (latex-inputenc-coding-alist):
17042 * international/fontset.el (x-pixel-size-width-font-regexp):
17043 * emacs-lisp/warnings.el (warning-type-format):
17044 * emacs-lisp/trace.el (trace-buffer):
17045 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
17046 (emacs-lisp-mode-map):
17047 * calendar/holidays.el (holiday-solar-holidays)
17048 (holiday-bahai-holidays, holiday-islamic-holidays)
17049 (holiday-christian-holidays, holiday-hebrew-holidays)
17050 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
17051 (hebrew-holidays-1, holiday-oriental-holidays)
17052 (holiday-general-holidays):
17053 * x-dnd.el (x-dnd-known-types):
17054 * tool-bar.el (tool-bar):
17055 * startup.el (site-run-file):
17056 * shell.el (shell-dumb-shell-regexp):
17057 * rfn-eshadow.el (file-name-shadow-tty-properties)
17058 (file-name-shadow-properties):
17059 * paths.el (remote-shell-program, news-directory):
17060 * mouse.el ([C-down-mouse-3]):
17061 * menu-bar.el (menu-bar-tools-menu):
17062 * jka-cmpr-hook.el (jka-compr-load-suffixes)
17063 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
17064 (jka-compr-compression-info-list):
17065 * isearch.el (search-whitespace-regexp):
17066 * image-file.el (image-file-name-extensions):
17067 * find-dired.el (find-ls-option):
17068 * files.el (directory-listing-before-filename-regexp)
17069 (directory-free-space-args, insert-directory-program)
17070 (list-directory-brief-switches, magic-fallback-mode-alist)
17071 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
17072 (automount-dir-prefix):
17073 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
17074 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
17075 (face-font-registry-alternatives, face-font-registry-alternatives)
17076 (face-font-family-alternatives):
17077 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
17078 (facemenu-foreground-menu, facemenu-face-menu):
17079 * epa-hook.el (epa-file-name-regexp):
17080 * dnd.el (dnd-protocol-alist):
17081 * textmodes/rst.el (auto-mode-alist):
a51203ee 17082 * button.el (default-button): Purecopy strings.
1e8780b1 17083
0adae11f
GM
170842009-11-06 Glenn Morris <rgm@gnu.org>
17085
17086 * Makefile.in (ELCFILES): Update.
17087
2adaf057
SM
170882009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17089
8f72f03c
SM
17090 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17091 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17092
2adaf057
SM
17093 * nxml/xsd-regexp.el (xsdre-gen-categories):
17094 * nxml/xmltok.el (xmltok-parse-entity):
17095 * nxml/rng-parse.el (rng-parse-validate-file):
17096 * nxml/rng-maint.el (rng-format-manual)
17097 (rng-manual-output-force-new-line):
17098 * nxml/rng-loc.el (rng-save-schema-location-1):
17099 * nxml/rng-cmpct.el (rng-c-parse-file):
17100 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17101 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17102
14862301
SM
171032009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17104
bf0b361c 17105 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
17106 Remove extra save-excursions and make-variable-buffer-local's.
17107 Suggested by Stefan Monnier.
17108
17109 (verilog-getopt-file, verilog-module-inside-filename-p)
17110 (verilog-set-define): Merge GNU 1.35 and repair changes from
17111 switching to using with-current-buffer.
17112
17113 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17114 being treated as a number and confusing AUTORESET.
17115 Reported by Dan Dever.
17116
17117 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17118 Add verilog-auto-ignore-concat to fix backward compatibility with
17119 older verilog-modes. Reported by Dan Katz.
17120
17121 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17122 containing closing anchors "...$".
17123
17124 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17125 Reported by Wade Smith.
17126
48c2d18a 17127 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
17128
171292009-11-05 Michael McNamara <mac@mail.brushroad.com>
17130
bf0b361c
JB
17131 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17132 for labels.
14862301
SM
17133
17134 (verilog-label-re, verilog-calc-1): Support proper indent of named
17135 asserts.
17136
17137 (verilog-backward-token, verilog-basic-complete-re)
17138 (verilog-beg-of-statement, verilog-indent-re): Support proper
17139 indent of the assert statement at the beginning of a block of text.
17140
17141 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17142 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17143 tokens as begins.
17144
4f8f657f
GM
171452009-11-05 Glenn Morris <rgm@gnu.org>
17146
775adc51
GM
17147 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17148 Emacs 19. (Bug#1531)
17149 (byte-compile-fix-header): Update for the above change.
17150 Drop test for epoch::version.
17151
4ad6a5e7 17152 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
17153 * cus-dep.el (custom-make-dependencies):
17154 * finder.el (finder-compile-keywords):
17155 Use autoload-rubric's feature argument.
4ad6a5e7 17156
4f8f657f
GM
17157 * calendar/diary-lib.el (top-level): Make load behave more like require.
17158
881e4184
GM
17159 * vc-git.el (vc-git-stash-map): Move definition before use.
17160
ba214964 171612009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 17162
b6f8ba09
DN
17163 * custom.el (custom-declare-group): Purecopy standard-value.
17164 (custom-declare-group): Purecopy custom-prefix.
17165
7fdbcd83
SM
17166 * international/mule.el (load-with-code-conversion):
17167 Call do-after-load-evaluation unconditionally.
eb6f577b 17168
f6195dfb
DN
17169 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17170
56f14120
SM
171712009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17172
17173 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17174
e5c89ce9
GM
171752009-11-04 Glenn Morris <rgm@gnu.org>
17176
17177 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17178 (byte-compile-compatibility): Remove option.
17179 (byte-compile-close-variables, byte-compile-fix-header)
17180 (byte-compile-insert-header, byte-compile-output-docform)
17181 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17182 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17183 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17184 (byte-compile-insert, byte-compile-defun):
17185 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
17186 (byte-defop-compiler19): Remove.
17187 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17188 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 17189
e24f42ab
JL
171902009-11-04 Juri Linkov <juri@jurta.org>
17191
17192 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17193 (menu-bar-options-menu): Don't quote the `prop' arg of
17194 `menu-bar-make-mm-toggle'.
17195
d3d5f4f5
JB
171962009-11-04 Juanma Barranquero <lekktu@gmail.com>
17197
17198 * calendar/calendar.el (cal-loaddefs):
17199 * calendar/diary-lib.el (diary-loaddefs):
17200 * calendar/holidays.el (hol-loaddefs):
17201 * eshell/esh-module.el (esh-groups): Load rather than require.
17202
6e39d3b2
SM
172032009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17204
e96d62cd
SM
17205 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17206 point-min==1.
7e83e8b4
SM
17207 (todo-top-priorities): Only display-buffer when called interactively.
17208 (todo-item-start): Don't save excursion point.
17209 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17210 (todo-insert-item-here, todo-file-item, todo-remove-item):
17211 Adjust uses of todo-item-start and todo-item-end.
17212
fae4e5b9
SM
17213 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17214 (autoload-rubric): Don't use any more.
fae4e5b9 17215
6e39d3b2
SM
17216 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17217 and only put a prop if it is non-nil.
17218
c9753fb4
JL
172192009-11-03 Juri Linkov <juri@jurta.org>
17220
17221 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17222 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17223
17224 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17225 and "Menu" to make top-level menu item visually one unit (like
17226 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17227 multi-word menu items). Fix :help string for quit-window.
17228
db04f33f
GM
172292009-11-03 Glenn Morris <rgm@gnu.org>
17230
2aea6521
GM
17231 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17232 (byte-compile-file-form-define-abbrev-table)
17233 (byte-compile-file-form-custom-declare-variable)
17234 (byte-compile-variable-ref, byte-compile-defvar):
17235 Whether or not a warning is enabled should only affect whether we issue
17236 the warning, not whether or not we collect the relevant data.
17237 Eg warnings can be turned on and off throughout the course of a file.
17238
db04f33f
GM
17239 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17240 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17241
937e6a56
SM
172422009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17243
17244 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17245 * play/mpuz.el (mpuz-create-buffer):
17246 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17247 (lm-print-y,s,noise, lm-print-w0, lm-init):
17248 * play/gomoku.el (gomoku-prompt-for-move):
17249 * play/fortune.el (fortune-in-buffer):
17250 * play/dissociate.el (dissociated-press):
17251 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 17252 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
17253 * mail/supercite.el (sc-eref-show):
17254 * mail/smtpmail.el (smtpmail-send-it):
17255 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17256 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17257 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17258 (rmail-summary-goto-msg, rmail-summary-expunge)
17259 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17260 (rmail-summary-add-label, rmail-summary-output-menu)
17261 (rmail-summary-output-body):
17262 * mail/rfc822.el (rfc822-addresses):
17263 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17264 * mail/mailpost.el (post-mail-send-it):
17265 * mail/hashcash.el (hashcash-generate-payment):
17266 * mail/feedmail.el (feedmail-run-the-queue)
17267 (feedmail-queue-send-edit-prompt-help-first)
17268 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17269 (feedmail-deduce-address-list):
17270 * eshell/esh-ext.el (eshell-remote-command):
17271 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17272 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17273 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17274 (viper-save-string-in-file, viper-valid-marker):
17275 * emulation/viper-keym.el (viper-toggle-key):
17276 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17277 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17278 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17279 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17280 (viper-exec-form-in-emacs, viper-brac-function):
17281 * emulation/viper.el (viper-delocalize-var):
17282 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17283 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17284 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17285 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17286 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17287 * emulation/edt.el (edt-electric-helpify):
17288 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17289 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17290 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17291 (cua-indent-to-global-mark-column):
17292 * calendar/diary-lib.el (calendar-mark-1):
17293 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17294 Use with-current-buffer.
17295 * emulation/viper.el (viper-delocalize-var): Use dolist.
17296
5b955562
CY
172972009-11-03 Chong Yidong <cyd@stupidchicken.com>
17298
17299 * comint.el (comint-replace-by-expanded-history-before-point):
17300 Replace !! with the previous input string literally (Bug#1795).
17301
6292c599
JB
173022009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17303
17304 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17305 to be made up of whitespace.
17306
8368c14e
CY
173072009-11-02 Chong Yidong <cyd@stupidchicken.com>
17308
17309 * minibuffer.el (read-file-name): Don't use file dialogs for
17310 remote directories (Bug#99).
17311
6f750f0d
CY
173122009-11-01 Chong Yidong <cyd@stupidchicken.com>
17313
17314 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17315
97ab3f47
AS
173162009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17317
17318 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17319 instead of deleting the window or frame.
17320
673c1168
CY
173212009-10-31 Chong Yidong <cyd@stupidchicken.com>
17322
17323 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17324 Support face colors.
17325
937e6a56
SM
17326 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17327 New function. Support face colors (Bug#1168).
673c1168
CY
17328 (tex-common-initialization): Use it.
17329
17330 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17331 mode allows it (Bug#1168).
17332
c9349f0a
CY
173332009-10-31 Juri Linkov <juri@jurta.org>
17334
17335 * facemenu.el (list-colors-display): Don't mark buffer as
17336 modified (Bug#3948).
17337
ebf5c4f5
CY
173382009-10-31 Chong Yidong <cyd@stupidchicken.com>
17339
6a7662bb
BR
17340 * international/mule-diag.el (list-character-sets-1):
17341 Minor message fix (Bug#3526).
5c2dce75 17342
6a7662bb
BR
17343 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17344 Fix face property (Bug#4834).
26581f0e
CY
17345 (etags-list-tags, etags-tags-apropos-additional)
17346 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17347 property.
17348
ebf5c4f5
CY
17349 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17350 items.
17351
9a529312
SM
173522009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17353
17354 * textmodes/two-column.el (2C-split):
17355 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17356 * textmodes/tex-mode.el (tex-set-buffer-directory):
17357 * textmodes/spell.el (spell-region, spell-string):
17358 * textmodes/reftex.el (reftex-erase-buffer):
17359 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17360 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17361 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17362 (reftex-select-item):
17363 * textmodes/reftex-ref.el (reftex-label-info-update)
17364 (reftex-offer-label-menu):
17365 * textmodes/reftex-index.el (reftex-index-change-entry)
17366 (reftex-index-phrases-info):
17367 * textmodes/reftex-global.el (reftex-create-tags-file)
17368 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17369 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17370 (reftex-view-crossref-from-bibtex):
17371 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17372 (reftex-extract-bib-entries-from-thebibliography)
17373 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17374 * textmodes/refbib.el (r2b-capitalize-title):
17375 (r2b-convert-buffer, r2b-help):
17376 * textmodes/page-ext.el (pages-directory)
17377 (pages-directory-goto-with-mouse):
17378 * textmodes/bibtex.el (bibtex-validate-globally):
17379 * textmodes/bib-mode.el (bib-capitalize-title):
17380 * textmodes/artist.el (artist-clear-buffer, artist-system):
17381 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17382 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17383 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17384 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17385 (xscheme-send-control-g-interrupt, xscheme-start-process)
17386 (xscheme-process-sentinel, xscheme-cd):
17387 * progmodes/verilog-mode.el (verilog-read-always-signals)
17388 (verilog-set-define, verilog-getopt-file)
17389 (verilog-module-inside-filename-p):
17390 * progmodes/sh-script.el:
17391 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17392 (python-pdbtrack-grub-for-buffer, python-execute-file):
17393 * progmodes/octave-inf.el (inferior-octave):
17394 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17395 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17396 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17397 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17398 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17399 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17400 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17401 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17402 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17403 (idlwave-shell-examine-display, idlwave-shell-run-region)
17404 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17405 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17406 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17407 (idlwave-help-get-help-buffer):
17408 * progmodes/gud.el (gud-basic-call, gud-find-class)
17409 (gud-tooltip-activate-mouse-motions-if-enabled):
17410 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17411 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17412 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17413 (ebrowse-tags-next-file):
17414 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17415 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17416 (ebnf-eps-finish-and-write):
17417 * progmodes/cpp.el (cpp-edit-save):
17418 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17419 * progmodes/cc-defs.el (c-emacs-features):
17420 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17421 (antlr-directory-dependencies):
17422 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17423 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17424 (ada-find-any-references, ada-make-filename-from-adaname)
17425 (ada-make-body-gnatstub):
17426 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17427 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17428 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17429 * net/rcirc.el (rcirc-debug):
17430 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17431 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17432 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17433 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17434 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17435 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17436 (newsticker--treeview-list-clear-highlight)
17437 (newsticker--treeview-list-update-highlight)
17438 (newsticker--treeview-list-highlight-start)
17439 (newsticker--treeview-tree-update-highlight)
17440 (newsticker--treeview-get-selected-item)
17441 (newsticker-treeview-mark-list-items-old)
17442 (newsticker--treeview-set-current-node):
17443 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17444 * net/newst-backend.el (newsticker--get-news-by-funcall)
17445 (newsticker--get-news-by-wget, newsticker--image-get)
17446 (newsticker--image-sentinel):
17447 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17448 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17449 (eudc-ph-close-session):
17450 * net/eudc.el (eudc-save-options):
17451 * language/thai-word.el (thai-update-word-table):
17452 * language/japan-util.el (japanese-string-conversion):
17453 * international/titdic-cnv.el (tsang-quick-converter)
17454 (ziranma-converter, ctlau-converter):
17455 * international/mule-cmds.el (describe-language-environment):
17456 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17457 (skkdic-convert-postfix, skkdic-convert-prefix):
17458 (skkdic-convert-okuri-nasi, skkdic-convert):
17459 * emacs-lisp/re-builder.el (reb-update-overlays):
17460 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17461 * emacs-lisp/gulp.el (gulp-send-requests):
17462 * emacs-lisp/find-gc.el (trace-call-tree):
17463 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17464 (eieio-describe-generic):
17465 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17466 * emacs-lisp/edebug.el (edebug-outside-excursion):
17467 * emacs-lisp/debug.el (debugger-make-xrefs):
17468 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17469 * emacs-lisp/chart.el (chart-new-buffer):
17470 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17471 Use with-current-buffer.
17472 * textmodes/artist.el (artist-system): Don't call
17473 copy-sequence on a fresh string.
17474 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17475
d566f228
GM
174762009-10-31 Stephen Berman <stephen.berman@gmx.net>
17477
17478 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17479 is no item to edit. (Bug#4820)
d566f228 17480 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17481 buffer. (Bug#4820)
d566f228 17482
f3628edd
GM
174832009-10-31 Glenn Morris <rgm@gnu.org>
17484
5cf3709c
GM
17485 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17486 (comint-last-output-start, comint-last-input-start)
17487 (comint-last-input-end): Don't defvar when compiling.
17488 (ange-ftp-process-file): Use bound-and-true-p.
17489
4c814fd2
GM
17490 * pcmpl-rpm.el (top-level): Move provide statement to end.
17491 (pcmpl-rpm): Remove unused custom group.
17492
113b8dcc
GM
17493 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17494
31c615e4
GM
17495 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17496
416d3588
GM
17497 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17498 (byte-compile-warnings): Add `constants' as an option.
17499 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17500 (display-call-tree): Update for byte-compile-fdefinition possibly
17501 returning `(macro lambda ...)'. (Bug#4778)
17502 (byte-compile-variable-ref, byte-compile-setq-default):
17503 Respect `constants' member of byte-compile-warnings.
17504
00f71f39
SM
175052009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17506
17507 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17508 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17509 to "submit:".
17510
ca0a881a
DN
175112009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17512
17513 * textmodes/ispell.el (ispell-skip-region-alist):
17514 * international/mule-conf.el (eight-bit):
17515 * international/fontset.el (font-encoding-alist):
17516 * startup.el (pure-space-overflow-message):
17517 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17518 * paths.el (gnus-nntp-service, rmail-spool-directory)
17519 (term-file-prefix):
17520 * files.el (save-some-buffers-action-alist):
17521 * cmuscheme.el (same-window-buffer-names):
17522 * ielm.el (same-window-buffer-names):
17523 * shell.el (same-window-buffer-names):
17524 * mail/sendmail.el (same-window-buffer-names):
17525 * progmodes/inf-lisp.el (same-window-buffer-names):
17526 * bindings.el (mode-line-client)
17527 (mode-line-column-line-number-mode-map):
17528 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17529 (tibetan-precomposed-regexp): Purecopy string arguments.
17530
b861e45e
SM
175312009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17532
6df9b6d7
SM
17533 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17534 (calcDigit-nondigit):
17535 * calc/calc-yank.el (calc-copy-to-buffer):
17536 * calc/calc-units.el (calc-invalidate-units-table):
17537 * calc/calc-trail.el (calc-trail-yank):
17538 * calc/calc-store.el (calc-insert-variables):
17539 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17540 * calc/calc-prog.el (calc-read-parse-table):
17541 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17542 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17543 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17544 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17545 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17546 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17547 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17548 * calc/calc-ext.el (calc-realign):
17549 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17550 (calc-embedded-finish-edit, calc-embedded-make-info)
17551 (calc-embedded-finish-command, calc-embedded-stack-change):
17552 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17553
70f44c65
SM
17554 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17555 shell-dynamic-complete-filename in preference to
17556 comint-dynamic-complete-filename.
17557
b861e45e
SM
17558 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17559 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17560 Don't consider whether the display supports colors.
17561 (bookmark-import-new-list): Use dolist.
17562 (bookmark-bmenu-mode-map): Move initialization into declaration.
17563 (bookmark-bmenu-list): Use dolist, simplify.
17564 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17565 (menu-bar-final-items): Use push.
17566
8549241d 175672009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17568
17569 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17570 it works on remote files.
17571 (vc-hg-diff): Don't pass any `--cwd' argument.
17572
30644573
KR
175732009-10-27 Kevin Ryde <user42@zip.com.au>
17574
cc63d28f
SM
17575 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17576 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17577 (Further to Bug#3921).
17578
9be01a63
MA
175792009-10-27 Michael Albinus <michael.albinus@gmx.de>
17580
17581 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17582 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17583 calling `tramp-imap-put-file'. Add file size to the call.
17584 (tramp-imap-get-file-entries): Compute also user name, file size,
17585 and date.
17586 (tramp-imap-handle-insert-directory): Insert uid and gid.
17587 (tramp-imap-handle-file-attributes): Transform uid and gid
17588 according to `id-format'.
17589 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17590 size in header X-Size.
17591
41849bf9
JB
175922009-10-26 Juanma Barranquero <lekktu@gmail.com>
17593
17594 * simple.el (transpose-subr): Give clearer error when the mark
17595 is not set. (Bug#4807)
17596
293c24f9
MA
175972009-10-26 Michael Albinus <michael.albinus@gmx.de>
17598
cc63d28f
SM
17599 * net/tramp.el (tramp-perl-file-truename): New defconst.
17600 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17601 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17602 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17603 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17604
cc63d28f
SM
17605 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17606 Ignore `dired-call-process'.
293c24f9
MA
17607 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17608
176092009-10-26 Julian Scheid <julians37@gmail.com>
17610
cc63d28f 17611 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17612 (tramp-get-remote-readlink): New defun.
17613 (tramp-handle-file-truename): Use it.
17614 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17615 file exists if cache value present.
48c2d18a 17616 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17617 (tramp-handle-file-readable-p): Use it.
17618 (tramp-handle-file-writable-p): Likewise.
17619 (tramp-handle-file-executable-p): Likewise.
17620 (tramp-handle-file-name-all-completions): Try using Perl to get
17621 partial completions. When perl not available, combine `cd' and
17622 `ls' into single remote operation and use shell expansion to get
17623 partial remote directory contents. Set `file-exists-p' cache for
17624 directory and any files returned by ls. Change cache handling to
17625 support partial directory contents. Use error message emitted by
17626 remote `cd' or Perl code for local tramp-error.
17627 (tramp-do-copy-or-rename-file-directly): Avoid separate
17628 tramp-send-command-and-check call.
cc63d28f
SM
17629 (tramp-handle-process-file): Merge three remote ops into one.
17630 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17631 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17632 file-attributes shows uid/gid to be set already.
17633
a7610c52
DN
176342009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17635
17636 * textmodes/tex-mode.el (tex-dvi-view-command)
17637 (tex-show-queue-command, tex-open-quote):
17638 * progmodes/ruby-mode.el (auto-mode-alist)
17639 (interpreter-mode-alist): Purecopy strings.
17640
17641 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17642
17643 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17644 string for the hook, keymap and abbrev table.
17645
17646 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17647
17648 * x-dnd.el (x-dnd-xdnd-to-action):
17649 * startup.el (fancy-startup-text, fancy-about-text): Change to
17650 defconst from defvar.
17651
17652 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17653
17654 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17655 Purecopy initialization strings.
17656
17657 * mail/sendmail.el (mail-header-separator)
17658 (mail-personal-alias-file):
17659 * mail/rmail.el (rmail-default-dont-reply-to-names)
17660 (rmail-ignored-headers, rmail-retry-ignored-headers)
17661 (rmail-highlighted-headers, rmail-secondary-file-directory)
17662 (rmail-secondary-file-regexp):
17663 * files.el (null-device, file-name-invalid-regexp)
17664 (locate-dominating-stop-dir-regexp)
cc63d28f 17665 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17666 (interpreter-mode-alist): Use mapcar instead of mapc.
17667
17668 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17669
17670 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17671 (completion-ignored-extensions):
17672 (debug-ignored-errors): Purecopy strings.
17673
4fcc3d32
SM
176742009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17675
0667de21
SM
17676 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17677 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17678 (pcomplete--here): Use push.
17679
4fcc3d32
SM
17680 * subr.el (all-completions): Declare the 4th arg obsolete.
17681
955ef430
SM
176822009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17683
2d085307
SM
17684 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17685 (pcomplete-unquote-argument): New function.
17686 (pcomplete--common-suffix): Always pay attention to case.
17687 (pcomplete--table-subvert): Quote and unquote the text.
17688 (pcomplete--common-quoted-suffix): New function.
17689 (pcomplete-std-complete): Use it and pcomplete-begin.
17690
955ef430
SM
17691 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17692 we're inside a dedicated or minibuffer window.
17693
7c85c02b
KF
176942009-10-24 Karl Fogel <kfogel@red-bean.com>
17695
17696 * bookmark.el: Update documentation, especially documentation
17697 of `bookmark-alist' and of the bookmark file format.
17698 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17699
3e8ae8a6
CY
177002009-10-24 Chong Yidong <cyd@stupidchicken.com>
17701
3e425845
CY
17702 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17703 keybindings apply to the mail buffer (Bug#4003). Shrink help
17704 window to buffer.
17705
cdd47d48
CY
17706 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17707 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17708 (whitespace-toggle-options, global-whitespace-toggle-options):
17709 Doc fix (Bug#3660).
cdd47d48 17710
ba07c9ad
CY
17711 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17712 of xmltok-start before the end tag was inserted (Bug#2840).
17713
3e8ae8a6
CY
17714 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17715 patterns that are preceded by an open-paren (Bug#1320).
17716
ab276820
CY
177172009-10-24 Sven Joachim <svenjoac@gmx.de>
17718
17719 * files.el (delete-directory): Delete symlinks to directories with
17720 delete-file (Bug#4739).
17721
905a9ed3
DN
177222009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17723
a9a2a6db
DN
17724 * vc.el (vc-backend-for-registration): Rename from
17725 vc-get-backend-for-registration. Update callers.
17726
cc63d28f
SM
17727 * international/mule-cmds.el (set-language-info-alist):
17728 Purecopy lang-env.
905a9ed3
DN
17729 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17730 (charset): Purecopy the name.
17731 (define-char-code-property): Purecopy string arguments.
17732
17733 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17734 Purecopy string arguments.
17735
17736 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17737 * ediff-hook.el (menu-bar-ediff-menu):
17738 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17739 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17740
d270305a
GM
177412009-10-24 Glenn Morris <rgm@gnu.org>
17742
6c74d523 17743 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17744 * term.el (term-dynamic-list-completions): Use choose-completion rather
17745 than obsolete alias mouse-choose-completion.
17746
ae732337
GM
17747 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17748 file-cache-choose-completion.
17749 (file-cache-choose-completion): Handle an optional event argument.
17750 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17751
cc63d28f
SM
17752 * progmodes/octave-mod.el (octave-complete-symbol):
17753 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17754
9847dc91
GM
17755 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17756 use.
17757
e8f2a5d5
GM
17758 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17759 compiler.
17760
d270305a
GM
17761 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17762
c6432f1e
SM
177632009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17764
17765 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17766 Ignore `pred' now that we receive one.
17767 Handle test-completion specially.
17768
6ab196f9
DN
177692009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17770
17771 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17772 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17773 REGISTER ...
17774 (vc-get-backend-for-registration): ... here. New function.
17775 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17776 of vc-responsible-backend, pass the file name instead of the
17777 directory name.
17778
48feed59
SM
177792009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17780
17781 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17782 New funs.
17783 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17784 (pcomplete-comint-setup): Don't modify a global var via
17785 accidental side-effects.
17786 (pcomplete-shell-setup): Adjust call accordingly.
17787 (pcomplete-parse-comint-arguments): Use push.
17788
00006066
CY
177892009-10-23 Chong Yidong <cyd@stupidchicken.com>
17790
36bfa3af
CY
17791 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17792 Allow uncapitalized info node names (Bug#3921).
17793
00006066
CY
17794 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17795 to the DEBUG file (Bug#3781).
17796
aa311d6e
CY
177972009-10-23 Jari Aalto <jari.aalto@cante.net>
17798
17799 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17800 dictionary entry (Bug#4579).
17801
b88f2d0a
MA
178022009-10-23 Michael Albinus <michael.albinus@gmx.de>
17803
17804 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17805 from `rfn-eshadow-update-overlay-hook' when unloading.
17806 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17807 "rsyncc". Adjust doc string.
48c2d18a 17808 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17809 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17810 Keep temporary file when indicated by method ("rsync" and
17811 "rsyncc").
17812 (tramp-handle-write-region): Handle APPEND.
17813 (tramp-delete-temp-file-function): New defun. Added to
17814 `kill-buffer-hook'.
17815
1becddbb
JB
178162009-10-23 Juanma Barranquero <lekktu@gmail.com>
17817
17818 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17819
8f43cbf3
DN
178202009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17821
17822 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17823 (color-name-rgb-alist, tty-standard-colors)
17824 (tty-color-mode-alist): Change to defconst.
17825
17826 * simple.el (mark-inactive): Purecopy message.
17827
17828 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17829 (global-map, yank-menu):
17830 * textmodes/ispell.el (ispell-menu-map):
17831 * net/eudc.el (eudc-tools-menu):
17832 * international/mule-cmds.el (describe-language-environment-map)
17833 (setup-language-environment-map, set-coding-system-map)
17834 (mule-menu-keymap):
17835 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17836 * replace.el (occur-mode-map):
17837 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17838
1d228a31
JB
178392009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17840
6a7662bb
BR
17841 * calc/calc.el (math-read-number, math-read-number-simple):
17842 Use `save-match-data'.
1d228a31 17843
3b067af1
SM
178442009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17845
28a90c44
SM
17846 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17847 rather than fiddling with global-map bindings, since it should only
17848 affect per-terminal settings.
17849 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17850
a452eee8
SM
17851 * minibuffer.el (completion-table-with-terminator): Allow to specify
17852 the terminator-regexp.
17853
ab14d7d5
SM
17854 * simple.el (switch-to-completions): Look for *Completions* in other
17855 frames as well.
17856
3b067af1
SM
17857 * pcomplete.el: Allow the use of completion-tables.
17858 (pcomplete-std-complete): New command.
17859 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17860 (pcomplete--here): Use a function for `form' rather than an expression,
17861 so it can be byte-compiled.
17862 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17863 Add edebug declaration.
17864 (pcomplete-show-completions): Remove unused var `curbuf'.
17865 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17866 Don't assume `completions' is a list of strings any more.
3b067af1 17867
5480359e
JB
178682009-10-22 Juanma Barranquero <lekktu@gmail.com>
17869
17870 * find-dired.el (find-name-arg): Fix typo in docstring.
17871
3170b794
SM
178722009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17873
48c23a25
SM
17874 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17875 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17876
56b14058
SM
17877 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17878 pcomplete-entries.
17879
3170b794
SM
17880 * comint.el (comint-read-input-ring, comint-write-input-ring)
17881 (comint-substitute-in-file-name)
17882 (comint-dynamic-complete-as-filename)
17883 (comint-dynamic-simple-complete)
17884 (comint-dynamic-list-filename-completions)
17885 (comint-dynamic-list-completions)
17886 (comint-redirect-results-list-from-process): Minor simplifications.
17887
2affef34
KR
178882009-10-21 Kevin Ryde <user42@zip.com.au>
17889
3170b794
SM
17890 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17891 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17892 the first form. And insert a blank line after ";;; Code" since
d8194864 17893 that's usual style. (Bug#4612)
2affef34 17894
e7b94bbb
KR
17895 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17896
528c56e2
SM
178972009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17898
17899 * minibuffer.el (completion-table-with-terminator): Properly implement
17900 boundaries, in case `terminator' appears in the suffix.
17901 (completion--embedded-envvar-table): Don't return boundaries if
17902 there's no valid completion. Simplify.
17903 (completion-file-name-table): New completion table extracted from
17904 completion--file-name-table.
17905 (completion--file-name-table): Use it.
17906 (read-file-name-predicate): Declare obsolete.
17907 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17908 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17909 completion-file-name-table, and use the `pred' argument.
17910 * files.el (locate-file-completion-table): Use the `pred' arg rather
17911 than read-file-name-predicate.
17912 (abbreviate-file-name): Use \` rather than ^ for BOS.
17913
f9ed9b4f
DN
179142009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17915
17916 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17917 vc-responsible-backend to register, it causes problems.
17918
5f2022a3
SM
179192009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17920
17921 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17922
fc754ea1
MA
179232009-10-21 Michael Albinus <michael.albinus@gmx.de>
17924
17925 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17926 (tramp-smb-handle-file-attributes): Use it.
17927 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17928 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17929 `mapcar'. Use `tramp-smb-get-stat-capability'.
17930 Add `dired-filename' text properties.
fc754ea1
MA
17931 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17932 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17933 version.
17934
79bd5ba1
SM
179352009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * subr.el (read-key-delay): Reduce to 0.01.
17938 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17939 (bug#4751).
17940
3c13704d
SM
179412009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17942
554efd10
SM
17943 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17944
c2a37b78
SM
17945 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17946 (Info-menu): Remove unused vars `last' and `completions'.
17947 (Info-index-nodes): Remove unused var `node'.
17948
3c13704d
SM
17949 * info.el (Info-complete-menu-item): Use complete-with-action.
17950
d1e4c403
DN
179512009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17952
17953 Make vc-annotate work through copies and renames.
3c13704d
SM
17954 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17955 Return the file name too.
d1e4c403
DN
17956 (vc-annotate-revision-at-line)
17957 (vc-annotate-find-revision-at-line)
17958 (vc-annotate-revision-previous-to-line)
17959 (vc-annotate-show-log-revision-at-line): Update to get the file
17960 name from vc-annotate-extract-revision-at-line.
17961 (vc-annotate-show-diff-revision-at-line-internal): Change the
17962 argument to mean whether to show a file diff or not. Get the file
17963 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17964 (vc-annotate-show-diff-revision-at-line):
17965 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17966 (vc-annotate-warp-revision): Add an optional file argument.
17967
17968 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17969 (vc-git-annotate-extract-revision-at-line): Also return the file
17970 name if found.
17971
17972 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17973 command. Remove unused code.
17974 (vc-hg-annotate-re): Update to match --follow output.
17975 (vc-hg-annotate-extract-revision-at-line): Also return the file
17976 name if found.
17977
17978 * vc.el: Update annotate-extract-revision-at-line documentation.
17979
b0b0ef98
KR
179802009-10-18 Kevin Ryde <user42@zip.com.au>
17981
17982 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17983 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17984
a9e7f03d
KR
17985 * net/browse-url.el (browse-url): Identify alist with "consp and
17986 not functionp" and let all other things go down the `apply' leg,
17987 as suggested by Stefan. (Further to bug#4531.)
17988
7346a407
CY
179892009-10-18 Chong Yidong <cyd@stupidchicken.com>
17990
17991 * minibuffer.el (read-file-name): Check for repeat before putting
17992 a default argument in file-name-history (Bug#4657).
17993
17994 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17995 read syntax (Bug#4737).
17996
3c13704d 17997 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17998
1da94541
CY
179992009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18000
18001 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
18002 (html-tag-alist, html-tag-help): Add descriptions for undocumented
18003 entries and make note of obsolete tags.
18004
2b93080a
SM
180052009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18006
18007 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
18008
18b5ffb5
GM
180092009-10-18 Glenn Morris <rgm@gnu.org>
18010
18011 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
18012 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 18013 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
18014 now, and in any case the file header format has changed.
18015
c2e161b2
GM
180162009-10-17 Glenn Morris <rgm@gnu.org>
18017
18018 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
18019 (flyspell-get-word, flyspell-large-region)
18020 (flyspell-auto-correct-previous-word): Doc/error message fixes.
18021
a1eb44f5
CY
180222009-10-17 Chong Yidong <cyd@stupidchicken.com>
18023
18024 * Makefile.in (ELCFILES): Add ede/shell.
18025
4418646e
DN
180262009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
18027
18028 * term/common-win.el (x-colors): Purecopy it.
18029
4062011e
SM
180302009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
18033 permissive for when the buffer is empty.
18034 (tar-header-block-tokenize): Decode the username and groupname.
18035 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
18036
b0b111c3
JB
180372009-10-17 Eric Ludlam <zappo@gnu.org>
18038
18039 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
18040 contains multibyte characters, choose first applicable coding
18041 system automatically.
18042
2df48a87
SM
180432009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18044
18045 * international/mule-cmds.el (select-safe-coding-system): If the file
18046 has a coding cookie, use it regardless of any other setting (bug#4712).
18047
fd7dd48c
GM
180482009-10-17 Glenn Morris <rgm@gnu.org>
18049
3ee0b477 18050 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
18051 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
18052
2550e4b1
GM
18053 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
18054 (dired-keep-marker-copy, dired-keep-marker-hardlink)
18055 (dired-keep-marker-symlink, dired-dwim-target)
18056 (dired-copy-preserve-time): Do not autoload these defcustoms.
18057
fd7dd48c
GM
18058 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
18059 messages from messing up the file coding. (Bug#4623)
18060
f3e3a990
GM
180612009-10-17 Jari Aalto <jari.aalto@cante.net>
18062
18063 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
18064 if no match is found for the current dictionary. (Bug#4578)
18065
18066 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
18067 optional, since that is how it is documented, and this is often called
18068 with a nil argument. (Bug#4577)
18069 (flyspell-external-point-words, flyspell-auto-correct-word)
18070 (flyspell-correct-word-before-point, flyspell-word-search-forward)
18071 (flyspell-word-search-backward): Remove nil argument in calls to
18072 flyspell-get-word, since it is not needed now.
18073
180742009-10-17 Ulrich Mueller <ulm@gentoo.org>
18075
1becddbb 18076 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 18077
b61374ab
GM
180782009-10-16 Glenn Morris <rgm@gnu.org>
18079
18080 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
18081
412707c2
SM
180822009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18083
18084 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18085 (ange-ftp-file-size): New function.
18086 (ange-ftp-file-attributes): Use it.
18087
0c6f436e
MA
180882009-10-16 Michael Albinus <michael.albinus@gmx.de>
18089
18090 * net/tramp-smb.el (tramp-smb-version): New defvar.
18091 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18092 repeated checks.
18093
850bfd04
GM
180942009-10-16 Glenn Morris <rgm@gnu.org>
18095
18096 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18097 Maybe copy some custom properties from old to new name. (Bug#4706)
18098
f3ed9aca
JB
180992009-10-16 Juanma Barranquero <lekktu@gmail.com>
18100
18101 * subr.el (error, sit-for, start-process-shell-command)
18102 (start-file-process-shell-command): Set the calling convention
18103 after the function definition.
18104
fd6c5134
SM
181052009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * subr.el (error, sit-for, start-process-shell-command)
18108 (start-file-process-shell-command): Use the new
18109 set-advertised-calling-convention feature.
18110
73874eb7
KH
181112009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18112
fd6c5134
SM
18113 * international/ucs-normalize.el (ucs-normalize-version):
18114 Change to 1.2.
18115 (check-range): Adjust for Unicode 5.2.
73874eb7 18116
03fb33cf
JL
181172009-10-15 Juri Linkov <juri@jurta.org>
18118
18119 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18120 to the `menu-item' format.
18121
4260b402
MA
181222009-10-15 Michael Albinus <michael.albinus@gmx.de>
18123
18124 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18125 if the environment variable does not exist.
18126
18127 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18128 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18129 parameter.
18130 (tramp-smb-handle-add-name-to-file)
18131 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18132 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18133 (tramp-smb-handle-file-attributes)
18134 (tramp-smb-do-file-attributes-with-stat)
18135 (tramp-smb-handle-file-local-copy)
18136 (tramp-smb-handle-insert-directory)
18137 (tramp-smb-handle-make-directory)
18138 (tramp-smb-handle-make-directory-internal)
18139 (tramp-smb-handle-make-symbolic-link)
18140 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18141 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18142 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18143 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18144 Handle long file names.
18145 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18146 process is running.
18147 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18148 Read share names with "-g" option.
18149
d7a0fd6f
GM
181502009-10-15 Ryan Yeske <rcyeske@gmail.com>
18151
18152 * net/rcirc.el (rcirc-view-log-file): New command.
18153 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18154 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18155 specified.
18156
0b44494a
GM
181572009-10-15 Glenn Morris <rgm@gnu.org>
18158
af9fb32f
GM
18159 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18160 from the second command-line argument.
18161 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18162 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18163 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18164 w32-batch-update-autoloads.
18165 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18166 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18167
0b44494a
GM
18168 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18169 the headers cannot be located. Simplify, subtracting superflous
18170 save-excursions.
18171
d5e63715
SM
181722009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18173
18174 Replace completion-base-size by completion-base-position to fix bugs
18175 such as (bug#4699).
18176 * simple.el (completion-base-position): New var.
18177 (completion-base-size): Mark as obsolete.
18178 (choose-completion): Make it work for mouse events as well.
18179 Pass the new base-position to choose-completion-string.
18180 (choose-completion-guess-base-position): New function, extracted from
18181 choose-completion-delete-max-match.
18182 (choose-completion-delete-max-match): Use it. Make obsolete.
18183 (choose-completion-string): Use the new base-position info.
18184 (completion-root-regexp): Delete.
18185 (completion-setup-function): Preserve completion-base-position.
18186 Eliminate obsolete base-size manipulation.
18187 * minibuffer.el (display-completion-list): Don't mess with base-size.
18188 (minibuffer-completion-help): Set completion-base-position instead.
18189 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18190 choose-completion.
18191 * textmodes/bibtex.el (bibtex-complete):
18192 * emacs-lisp/crm.el (crm--choose-completion-string):
18193 Adjust to new calling convention.
18194 * complete.el (partial-completion-mode): Use minibufferp to avoid
18195 bumping into incompatible change to choose-completion-string-functions.
18196 * ido.el (ido-choose-completion-string): Make its calling convention
18197 more permissive.
18198 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18199 base-size manipulation.
18200 (comint-dynamic-list-input-ring): Use dotimes and push.
18201 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18202 fundamental-mode. Use `or'.
18203
92f8bfc7
JL
182042009-10-14 Juri Linkov <juri@jurta.org>
18205
18206 * misearch.el (multi-isearch-next-buffer-from-list)
18207 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18208
e78e280d
SM
182092009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18210
384ca163
SM
18211 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18212 `bytecomp.el'.
18213
681e0e7c
SM
18214 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18215 string we return is all made up of text from the completions rather
18216 than part from the completions and part from the input (bug#4219).
18217
e78e280d
SM
18218 * ido.el (ido-everywhere): Use define-minor-mode.
18219
18220 * buff-menu.el (list-buffers, ctl-x-map):
18221 Mark the entry points with ;;;###autoload cookies.
18222
b4e813ca
DN
182232009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18224
52964e54
DN
18225 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18226 correctly in the detached head case.
18227 (vc-git-print-log): Remove unused binding.
18228
b4e813ca
DN
18229 * vc.el (vc-responsible-backend): When a directory is passed for
18230 for registration create a VC repository if no backend is
18231 responsible for the directory argument.
18232 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
18233
18234 * vc.el: Move comments about RCS and SCCS ...
18235 * vc-rcs.el:
18236 * vc-sccs.el: ... here, respectively.
18237
40ba9882
SM
182382009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * minibuffer.el (completion--file-name-table): Return nil if there's
18241 no file completion, even if substitute-in-file-name changed
18242 the string (bug#4708).
18243
04e0f59b
JL
182442009-10-13 Juri Linkov <juri@jurta.org>
18245
18246 * files-x.el (read-file-local-variable-value): Don't filter out
18247 minor modes from mode name completion (bug#4664).
18248
314c8e25
JB
182492009-10-13 Juanma Barranquero <lekktu@gmail.com>
18250
18251 * international/mule-cmds.el (ucs-names): Remove exclusion of
18252 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18253
5c9b7d36
KH
182542009-10-13 Kenichi Handa <handa@m17n.org>
18255
18256 * international/uni-name.el: Regenerated.
18257
1e7a80f2
JB
182582009-10-13 Juanma Barranquero <lekktu@gmail.com>
18259
18260 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18261 should be automatically buffer-local, but isn't.)
18262
cd29f88b
SS
182632009-10-12 Sam Steingold <sds@gnu.org>
18264
18265 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 18266 timestamps if the buffer has been visited before.
0cd16af4
SS
18267 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18268 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 18269
37493a98
GM
182702009-10-12 Glenn Morris <rgm@gnu.org>
18271
18272 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18273 Let-bind `size'.
18274
3b56b1e6
JB
182752009-10-12 Juanma Barranquero <lekktu@gmail.com>
18276
7422a4bb
JB
18277 * proced.el (proced-unload-function): New function.
18278
fa72d075
JB
18279 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18280 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18281 Doc fix.
18282
3b56b1e6
JB
18283 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18284
4d9b4323
JL
182852009-10-11 Juri Linkov <juri@jurta.org>
18286
18287 * files-x.el (read-file-local-variable-value):
18288 Provide default value only for bound variables (bug#4664).
18289
f6f7e059
MA
182902009-10-11 Michael Albinus <michael.albinus@gmx.de>
18291
18292 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18293 connection methods like smb.
18294
18295 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18296 can be empty.
18297
18298 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18299 (tramp-smb-file-name-handler-alist): Add handlers for
18300 `add-name-to-file', `make-symbolic-link'.
18301 (tramp-smb-handle-add-name-to-file)
2992485f 18302 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
18303 (tramp-smb-handle-make-symbolic-link)
18304 (tramp-smb-get-cifs-capabilities): New defuns.
18305 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18306 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18307 (tramp-smb-handle-file-local-copy)
18308 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
18309 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18310 The file name syntax depends on cifs capabilities.
18311 (tramp-smb-handle-file-attributes):
18312 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18313 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18314 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 18315
67868d26
CY
183162009-10-11 Chong Yidong <cyd@stupidchicken.com>
18317
18318 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18319 (eieio-defclass): Apply deftype handler and setf-method properties
18320 directly.
18321 (eieio-add-new-slot): Avoid union function from cl library.
18322 (eieio--typep): New function.
18323 (eieio-perform-slot-validation): Use it.
18324
6d6a5b7e
KF
183252009-10-10 Karl Fogel <kfogel@red-bean.com>
18326
3b56b1e6 18327 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18328 Update documentation to refer to the variables documented in r1.135.
18329 (Bug#4188)
18330
67b70de9
KF
183312009-10-10 Karl Fogel <kfogel@red-bean.com>
18332
18333 * bookmark.el (Info-suffix-list): Remove this unused variable.
18334 (bookmark-current-point): Remove this obsolete variable.
18335 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18336 Adjust for removal of bookmark-current-point.
18337
18338 (bookmarks-already-loaded, bookmark-current-buffer)
18339 (bookmark-yank-point): Document. (Bug#4188)
18340
58ae51ae
GM
183412009-10-10 Glenn Morris <rgm@gnu.org>
18342
4619ff5e
GM
18343 * frame.el (frame-height): Doc fix.
18344
58ae51ae
GM
18345 * calendar/calendar.el (calendar-split-width-threshold): New option.
18346 (calendar-basic-setup): Use calendar-split-width-threshold.
18347
d364386c
JB
183482009-10-09 Juanma Barranquero <lekktu@gmail.com>
18349
18350 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18351 Ideographic Supplement" range (U+1F200..U+1F2FF).
18352
33e97a28
KF
183532009-10-09 Karl Fogel <kfogel@red-bean.com>
18354
02d0f051 18355 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18356 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18357
183582009-10-09 Karl Fogel <kfogel@red-bean.com>
18359
d364386c 18360 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18361 (bookmark-bmenu-execute-deletions): Don't save here, as
18362 bookmark-delete will now do so if necessary.
d364386c 18363 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18364 (Bug#4348)
18365
9656d87b
GM
183662009-10-09 Glenn Morris <rgm@gnu.org>
18367
18368 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18369
e6227f06
KF
183702009-10-09 Karl Fogel <kfogel@red-bean.com>
18371
18372 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18373 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18374 argument now, so the two function's behaviors will match. (Bug#3645)
18375
288f783b
MA
183762009-10-08 Michael Albinus <michael.albinus@gmx.de>
18377
18378 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18379 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18380 Apply `save-match-data'.
288f783b
MA
18381
18382 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18383 case both directories are remote.
18384 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18385 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18386
872a1ea4
JB
183872009-10-07 Juanma Barranquero <lekktu@gmail.com>
18388
18389 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18390
ab2baced
GM
183912009-10-07 Glenn Morris <rgm@gnu.org>
18392
e78e280d
SM
18393 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18394 of concat.
ab2baced 18395
5c4634c1
SM
183962009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18397
18398 * files-x.el (read-file-local-variable): Include some
18399 non-user-variables in the completion table (bug#4664).
18400
c2dc9732
MA
184012009-10-07 Michael Albinus <michael.albinus@gmx.de>
18402
18403 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18404 message.
18405
18406 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18407 (tramp-smb-file-name-handler-alist): Add handler for
18408 `copy-directory', `expand-file-name', `set-file-modes'.
18409 (tramp-smb-handle-copy-directory)
18410 (tramp-smb-handle-expand-file-name)
18411 (tramp-smb-handle-set-file-modes): New defuns.
18412 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18413 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18414 entry.
18415 (tramp-smb-handle-insert-directory): Don't flush the cache.
18416 (tramp-smb-maybe-open-connection): Check for samba client and
18417 server versions.
18418
11be40a6
EZ
184192009-10-07 Eli Zaretskii <eliz@gnu.org>
18420
18421 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18422 to not error out of search for "^lisp=" fails.
18423
8c4afe20
JB
184242009-10-07 Juanma Barranquero <lekktu@gmail.com>
18425
18426 * makefile.w32-in (WINS_UPDATES): New macro.
18427 (custom-deps, finder-data, autoloads): Use it.
18428
429a1506
GM
184292009-10-07 Glenn Morris <rgm@gnu.org>
18430
ee2e93e2
GM
18431 * Makefile.in (autoloads): Revert previous change.
18432 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18433 the list of preloaded files passed on the command-line, get
18434 it from src/Makefile.
18435
429a1506
GM
18436 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18437 show the original buffer rather than a random one.
18438
a51203ee 184392009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18440
18441 * help.el (describe-no-warranty): Place point in a slightly better
18442 position in the GPLv3 text.
18443
f58f7520
SS
184442009-10-06 Sam Steingold <sds@gnu.org>
18445
18446 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18447 the comm attribute is present before calling regexp-quote.
18448
bde79dc0
JB
184492009-10-06 Juanma Barranquero <lekktu@gmail.com>
18450
18451 * play/animate.el (animate-string): For good effect, make sure
18452 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18453
18454 * play/animate.el (animate-sequence, animate-birthday-present):
18455 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18456
25ab0302
GM
184572009-10-06 Glenn Morris <rgm@gnu.org>
18458
73fe714a
GM
18459 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18460
3405d98c
GM
18461 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18462 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18463 (batch-update-autoloads): Process a string value of autoload-excludes,
18464 set during the build process.
18465 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18466
9fb2cdc5
GM
18467 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18468 inside with-parsed... macro so that `v' is defined.
18469
7938ab41
GM
18470 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18471 * progmodes/fortran.el (fortran-end-of-block)
18472 (fortran-beginning-of-block):
18473 Also push mark in the macro case.
18474
eaf9b564
GM
18475 * emerge.el (emerge-show-file-name):
18476 * calc/calc.el (calc-quit):
18477 * calc/calc-misc.el (calc-big-or-small):
18478 * calc/calc-graph.el (calc-graph-view):
18479 * calc/calc-ext.el (calc-reset):
18480 * calendar/calendar.el (calendar-basic-setup):
18481 Use window-full-height-p.
18482
25ab0302
GM
18483 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18484 header we don't understand, don't insert another. (Bug#4624)
18485 If changing mime charset, insert the new one in the right place.
18486
00169eb6
GM
184872009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18488
18489 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18490 (cal-tex-cursor-month): Correctly increment the end date for diary and
18491 holiday listing. (Bug#4626)
18492
82882188
SM
184932009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18494
40ba9882 18495 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18496 a symbol.
18497
a8f316ca
JB
184982009-10-05 Juanma Barranquero <lekktu@gmail.com>
18499
18500 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18501 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18502 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18503 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18504
18505 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18506 (eieio-default-superclass): Reflow docstrings.
18507 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18508 (eieio-unbind-method-implementations, defmethod)
18509 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18510 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18511 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18512 (eieio-slot-originating-class-p, eieio-slot-name-index)
18513 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18514 (constructor, initialize-instance, no-next-method, object-print)
18515 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18516 Fix typos in docstrings.
18517 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18518 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18519 (next-method-p): Doc fixes.
18520 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18521 Fix typos in error messages.
18522 (eieio-defmethod): Fix typo in description of generic method.
18523
18524 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18525 (eieio-persistent-save-interactive, slot-missing):
18526 Fix typos in docstrings.
18527 (eieio-instance-inheritor-slot-boundp): Doc fix.
18528
18529 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18530 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18531
18532 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18533 (eieio-custom-object-apply-reset):
18534 Fix typos in docstrings and error messages.
18535
18536 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18537 Fix typo in docstring.
18538
18539 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18540 (eieio-browse-tree): Doc fix.
18541 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18542 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18543 Fix typos in docstrings.
18544
18545 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18546 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18547 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18548 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18549 Reflow docstrings.
18550
c66b7ac0
DN
185512009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18552
4a827e0a 18553 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18554 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18555 Set log-view-vc-backend so that diff can work.
4a827e0a 18556
c66b7ac0
DN
18557 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18558 vc-version-diff.
18559 (vc-diff-internal): Autoload this instead of vc-version-diff.
18560
1902a98c
EZ
185612009-10-05 Eli Zaretskii <eliz@gnu.org>
18562
a7a8618b
EZ
18563 * simple.el (eval-expression): Doc fix.
18564
1902a98c
EZ
18565 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18566
0e1f2ee6
MA
185672009-10-05 Michael Albinus <michael.albinus@gmx.de>
18568
18569 * files.el (directory-files-no-dot-files-regexp): New defconst.
18570 (delete-directory): Use it.
18571 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18572
263c02ef 18573 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18574 (tramp-methods): Add recursive option to `tramp-copy-args'.
18575 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18576 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18577 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18578 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18579 Add handler for `copy-directory'.
18580 (tramp-handle-copy-directory): New defun.
18581 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18582 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18583 Optimize sent command.
263c02ef 18584
72aa7df4
SM
185852009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18586
4a34f065
SM
18587 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18588 window if necessary.
18589
72aa7df4
SM
18590 * calendar/calendar.el (calendar-basic-setup): Don't call
18591 switch-to-buffer in a dedicated window.
18592
5feb1ba7
KF
185932009-10-05 Karl Fogel <kfogel@red-bean.com>
18594
18595 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18596 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18597 (bookmark-error-no-filename): New error.
18598 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18599 bookmark has no file. Don't even attempt to handle things that
18600 are not files; the whole point of custom handlers is to keep that
18601 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18602 (bookmark-file-or-variation-thereof): Remove now-unused function.
18603 (bookmark-location): Doc string fix.
18604 (Bug#4250)
18605
1bd49952
KF
186062009-10-04 Karl Fogel <kfogel@red-bean.com>
18607
18608 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18609 don't use a file dialog, because they usually don't know how to read
18610 a directory target from the user. (Bug#4230)
18611 Also, make sure the prompt can display directories as well as files.
18612
825382c0
KF
186132009-10-04 Karl Fogel <kfogel@red-bean.com>
18614
18615 * bookmark.el (bookmark-set, bookmark-buffer-name):
18616 Improve doc strings. (Bug#1193)
18617
13901bcb
KF
186182009-10-04 Karl Fogel <kfogel@red-bean.com>
18619
4a34f065
SM
18620 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18621 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18622 (bookmark-get-annotation, bookmark-set-annotation)
18623 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18624 (bookmark-set-position, bookmark-get-front-context-string)
18625 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18626 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18627 (bookmark-jump-other-window, bookmark-handle-bookmark)
18628 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18629 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18630 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18631 Improve doc strings to say whether bookmark can be a string or
18632 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18633 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18634 (bookmark-default-annotation-text, bookmark-yank-word)
18635 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18636 (bookmark-import-new-list, bookmark-maybe-rename)
18637 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18638 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18639 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18640 add a FIXME comment about how the function may be pointless.
13901bcb 18641 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18642 parameter name, to clarify that this takes a bookmark record
18643 not a bookmark name.
13901bcb 18644 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18645 and improve the doc string a bit.
13901bcb
KF
18646 (Bug#4188)
18647
5c1b3e94
KF
186482009-10-04 Karl Fogel <kfogel@red-bean.com>
18649
18650 * bookmark.el (bookmark-alist): Document the new `handler' element
18651 in the param alist.
18652 (bookmark-make-record-function): Adjust documentation for above.
18653 (Bug#4193)
18654
8559076d
KF
186552009-10-04 Karl Fogel <kfogel@red-bean.com>
18656
18657 * info.el (Info-bookmark-make-record): Document this function.
18658 (Info-bookmark-jump): Document with a doc string, not just a comment.
18659 (Bug#4203)
18660
b4583b8c
MA
186612009-10-04 Michael Albinus <michael.albinus@gmx.de>
18662
18663 * files.el (copy-directory): New defun.
18664
18665 * dired-aux.el (dired-copy-file-recursive): Use it.
18666
131ae8f2
JB
186672009-10-04 Juanma Barranquero <lekktu@gmail.com>
18668
a30e71ae 18669 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18670 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18671 docstrings.
a30e71ae 18672
131ae8f2
JB
18673 * recentf.el (recentf-unload-function): New function.
18674
ccafbf06
GM
186752009-10-04 Glenn Morris <rgm@gnu.org>
18676
18677 * window.el (window-full-height-p): Add doc string.
18678
02c6f098
GM
186792009-10-04 Martin Rudalics <rudalics@gmx.at>
18680
18681 * window.el (window-full-height-p): New function. (Bug#4543)
18682
ed6b0195
DN
186832009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18684
18685 * vc.el: Remove commented out code.
18686 (vc-derived-from-dir-mode): Remove, unused.
18687 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18688
1b8d1cc7
MA
186892009-10-03 Michael Albinus <michael.albinus@gmx.de>
18690
4a34f065
SM
18691 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18692 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18693 there could be recursive loading when `default-directory' is a
18694 remote file name. (Bug#4614)
18695
ac3c593c
GM
186962009-10-03 Glenn Morris <rgm@gnu.org>
18697
686ea556
GM
18698 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18699 the frame is wide.
18700 (calendar-generate-window): Test for shrinkability rather than width.
18701
ac3c593c
GM
18702 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18703 reusing existing buffers, in case we happen to visit two files with the
18704 same basename. (Bug#4593)
18705
573709fd
EZ
187062009-10-02 Eli Zaretskii <eliz@gnu.org>
18707
4a34f065 18708 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18709 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18710 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18711 subdirs of cedet as well.
8f885d01 18712 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18713
8d6c1239
SM
187142009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18717 Obey advertised-signature-table.
18718
18719 * help-fns.el (help-function-arglist): Don't check
18720 advertised-signature-table.
18721 (describe-function-1): Do it here instead so it also applies to subrs.
18722
c4861de0
MA
187232009-10-02 Michael Albinus <michael.albinus@gmx.de>
18724
18725 * simple.el (start-file-process): Say in the doc-string, that file
18726 handlers might not support pty association, if PROGRAM is nil.
18727
18728 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18729 HOST and USER are strings. They are nil, when there are
18730 incomplete entries in ~/.netrc, for example.
18731 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18732 root directory ("device busy" error otherwise).
18733
8d6c1239
SM
18734 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18735 Flush file properties of created directory.
c4861de0 18736
d2bda74f
EZ
187372009-10-02 Eli Zaretskii <eliz@gnu.org>
18738
18739 * makefile.w32-in (WINS_BASIC): Remove cedet.
18740 (WINS_CEDET): Add cedet.
18741 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18742
895d1904
GM
187432009-10-02 Kevin Ryde <user42@zip.com.au>
18744
18745 * net/browse-url.el (browse-url): Pass any symbol in
18746 browse-url-browser-function to `apply', since if you've mistakenly put
18747 an unbound symbol then the error is clearer. (Bug#4531)
18748
32226619
JB
187492009-10-02 Juanma Barranquero <lekktu@gmail.com>
18750
18751 * allout.el (allout-init, allout-back-to-current-heading)
18752 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18753 (allout-ascend, allout-up-current-level, allout-end-of-level)
18754 (allout-previous-visible-heading, allout-forward-current-level)
18755 (allout-backward-current-level, allout-show-children):
18756 * apropos.el (apropos-describe-plist):
18757 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18758 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18759 * completion.el (add-completion, add-permanent-completion):
18760 * descr-text.el (describe-text-category, describe-char):
18761 * desktop.el (desktop-lazy-abort):
18762 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18763 * dired.el (dired-build-subdir-alist):
18764 * ediff.el (ediff-version):
18765 * elide-head.el (elide-head, elide-head-show):
18766 * emerge.el (emerge-version):
18767 * env.el (getenv):
18768 * face-remap.el (variable-pitch-mode):
18769 * faces.el (describe-face):
18770 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18771 (dired-at-point):
18772 * files.el (find-file-existing, auto-save-mode):
18773 * font-lock.el (font-lock-fontify-buffer):
18774 * help-fns.el (describe-function, describe-variable)
18775 (describe-syntax, describe-categories):
18776 * help.el (view-lossage, describe-bindings, describe-key)
18777 (describe-mode):
18778 * hexl.el (hexl-current-address):
18779 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18780 * info.el (Info-goto-emacs-key-command-node):
18781 * log-edit.el (log-edit-insert-cvs-template)
18782 (log-edit-insert-cvs-rcstemplate):
18783 * menu-bar.el (menu-bar-mode):
18784 * mouse.el (mouse-appearance-menu):
18785 * newcomment.el (comment-indent-new-line):
18786 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18787 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18788 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18789 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18790 * recentf.el (recentf-mode):
18791 * savehist.el (savehist-mode, savehist-save):
18792 * shadowfile.el (shadow-copy-files):
18793 * simple.el (kill-ring-save, next-line, previous-line)
18794 (normal-erase-is-backspace-mode):
18795 * strokes.el (strokes-update-window-configuration)
18796 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18797 (strokes-xpm-for-stroke):
18798 * time.el (emacs-uptime, emacs-init-time):
18799 * tutorial.el (tutorial--describe-nonstandard-key)
18800 (tutorial--detailed-help):
18801 * type-break.el (type-break-mode)
18802 (type-break-mode-line-message-mode, type-break-query-mode)
18803 (type-break-guesstimate-keystroke-threshold):
18804 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18805 * version.el (emacs-version):
18806 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18807 * winner.el (winner-mode):
18808 * calendar/timeclock.el (timeclock-in, timeclock-out)
18809 (timeclock-status-string, timeclock-change)
18810 (timeclock-workday-remaining-string)
18811 (timeclock-workday-elapsed-string)
18812 (timeclock-when-to-leave-string):
18813 * calendar/todo-mode.el (todo-add-category):
18814 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18815 * emacs-lisp/autoload.el (update-file-autoloads):
18816 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18817 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18818 (checkdoc-message-text, checkdoc-defun):
18819 * emacs-lisp/debug.el (debugger-list-functions):
18820 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18821 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18822 (eieio-describe-generic):
18823 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18824 * emacs-lisp/shadow.el (list-load-path-shadows):
18825 * emulation/cua-base.el (cua-mode):
18826 * emulation/edt.el (edt-set-scroll-margins):
18827 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18828 (tpu-toggle-regexp, tpu-toggle-search-direction)
18829 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18830 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18831 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18832 (viper-set-parsing-style-toggling-macro)
18833 (viper-set-emacs-state-searchstyle-macros):
18834 * emulation/viper.el (viper-set-hooks):
18835 * eshell/esh-mode.el (eshell-truncate-buffer):
18836 * international/mule-cmds.el (prefer-coding-system)
18837 (describe-input-method, describe-language-environment):
18838 * international/mule-diag.el (list-character-sets)
18839 (describe-character-set, describe-coding-system)
18840 (describe-fontset, list-fontsets, list-input-methods):
18841 * mail/sendmail.el (mail-signature):
18842 * net/ange-ftp.el (ange-ftp-copy-file):
18843 * net/browse-url.el (browse-url):
18844 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18845 * net/quickurl.el (quickurl-add-url):
18846 * net/rcirc.el (names, topic):
18847 * net/xesam.el (xesam-mode):
18848 * play/5x5.el (5x5-new-game):
18849 * play/yow.el (apropos-zippy):
18850 * progmodes/ada-mode.el (ada-mode-version):
18851 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18852 (f90-end-of-block)
18853 (f90-beginning-of-block):
18854 * progmodes/fortran.el (fortran-end-of-block)
18855 (fortran-beginning-of-block):
18856 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18857 * progmodes/python.el (python-describe-symbol, python-shell):
18858 * term/ns-win.el (ns-print-buffer):
18859 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18860 * textmodes/flyspell.el (flyspell-mode-on):
18861 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18862 (pages-directory-for-addresses):
18863 * textmodes/table.el (table-recognize-cell)
18864 (table-query-dimension, table-generate-source)
18865 (table-insert-sequence, table--warn-incompatibility):
18866 * textmodes/tex-mode.el (tex-validate-buffer):
18867 * textmodes/texinfmt.el (texinfmt-version)
18868 (texinfo-format-buffer):
18869 Use `called-interactively-p' instead of `interactive-p'.
18870
12a3c28c
JB
188712009-10-02 Juanma Barranquero <lekktu@gmail.com>
18872
18873 * image-mode.el (image-toggle-display):
18874 * emacs-lisp/elp.el (elp-instrument-function):
18875 * emacs-lisp/advice.el (ad-make-advised-definition):
18876 * emacs-lisp/easy-mmode.el (define-minor-mode):
18877 * net/browse-url.el (browse-url-maybe-new-window):
18878 * progmodes/sh-script.el (sh-learn-buffer-indent):
18879 Pass new argument 'any to `called-interactively-p'.
18880
171fda8a
JB
188812009-10-01 Juanma Barranquero <lekktu@gmail.com>
18882
171fda8a
JB
18883 * international/uni-bidi.el:
18884 * international/uni-category.el:
18885 * international/uni-combining.el:
18886 * international/uni-comment.el:
18887 * international/uni-decimal.el:
9c3c9fdf 18888 * international/uni-decomposition.el:
171fda8a
JB
18889 * international/uni-digit.el:
18890 * international/uni-lowercase.el:
18891 * international/uni-mirrored.el:
18892 * international/uni-name.el:
18893 * international/uni-numeric.el:
18894 * international/uni-old-name.el:
18895 * international/uni-titlecase.el:
18896 * international/uni-uppercase.el:
18897 Regenerate from Unicode 5.2.0 data.
18898
dcb9734a
GM
188992009-10-01 Glenn Morris <rgm@gnu.org>
18900
18901 * Makefile.in (ELCFILES): Regenerate.
18902
ced10a4c
SM
189032009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18904
9d28c33e
SM
18905 * subr.el (interactive-p): Mark obsolete.
18906 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18907 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18908 advertised-signature-table for subroutines as well.
18909
ced10a4c
SM
18910 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18911 (set-advertised-calling-convention): New function.
18912 (make-obsolete, define-obsolete-function-alias)
18913 (make-obsolete-variable, define-obsolete-variable-alias):
18914 Make the optional-ness of `when' obsolete.
18915 (define-obsolete-face-alias): Make `when' non-optional.
18916 * help-fns.el (help-function-arglist):
18917 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18918 Use advertised-signature-table.
18919
cc3dda16
MA
189202009-10-01 Michael Albinus <michael.albinus@gmx.de>
18921
18922 * files.el (delete-directory): New defun. The original function
18923 in fileio.c has been renamed to `delete-directory-internal'.
18924
18925 * dired.el (dired-delete-file): Call `delete-directory' with
18926 RECURSIVE parameter.
18927
5ce6e4f4 18928 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18929 parameter RECURSIVE. Implementation is missing.
18930
18931 * net/tramp.el (tramp-handle-make-directory): Flush upper
18932 directory's file properties.
ced10a4c 18933 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18934 (tramp-handle-dired-recursive-delete-directory): Flush directory
18935 properties after the remove command only.
18936
ced10a4c
SM
18937 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18938 Handle optional parameter RECURSIVE.
cc3dda16 18939
ced10a4c
SM
18940 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18941 Handle optional parameter RECURSIVE.
cc3dda16
MA
18942
18943 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18944 connection timeout.
18945 (tramp-smb-handle-delete-directory): Handle optional parameter
18946 RECURSIVE.
18947
cf885595
SM
189482009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18949
e3a6b82f
SM
18950 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18951 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18952 (byte-compile-defmacro): Use backquotes.
18953
7201bfbb
SM
18954 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18955
cf885595
SM
18956 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18957 has no associated file.
18958 (vc-resynch-buffer): Use vc-dir-buffers.
18959
a4d2c321
GM
189602009-10-01 Glenn Morris <rgm@gnu.org>
18961
9ffe3f52
GM
18962 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18963 (chart-file-count):
18964 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18965 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18966 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18967 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18968 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18969 (eieio-copy-parents-into-subclass, make-instance, class-children)
18970 (eieio-generic-form):
bd2afec2 18971
9515cdcc
GM
18972 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18973 match-data. (Bug#4555).
18974
a4d2c321
GM
18975 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18976 rather than parsing it as a regexp. This relaxes the layout
18977 requirements and makes errors easier to detect.
18978 (check-declare-verify): Check file is regular.
18979 (check-declare-directory): Doc fix.
18980 * subr.el (declare-function): Doc fix.
18981
b15c31c7
GM
18982 * ibuffer.el (ibuffer-format-qualifier):
18983 * isearch.el (hi-lock-regexp-okay):
18984 * calc/calc.el (math-zerop):
18985 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18986 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18987 Remove unused declarations.
18988
b0b111c3
JB
189892009-09-30 Eric Ludlam <zappo@gnu.org>
18990
18991 * emacs-lisp/eieio.el (boolean-p): Delete.
18992
1fc28a2c
GM
189932009-09-30 Glenn Morris <rgm@gnu.org>
18994
1fc28a2c
GM
18995 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18996
494f4fc7
GM
18997 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18998 filename is not a string.
18999
561580e9
CY
190002009-09-29 Chong Yidong <cyd@stupidchicken.com>
19001
19002 * files.el (safe-local-eval-forms): Fix typo.
19003
dcbbecd4
SM
190042009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19005
19006 * vc-hooks.el (vc-dir-buffers): New var.
19007 (vc-state-refresh): New function.
19008 (vc-state): Use it.
19009 (vc-after-save): Always ask the backend to recompute the new state.
19010 Always call vc-dir if necessary, using vc-dir-buffers.
19011 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
19012 Use vc-dir-buffers.
19013 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
19014 (vc-dir-prepare-status-buffer, vc-dir-update)
19015 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
19016 Don't call expand-file-name on default-directory.
19017
d88444f2
JB
190182009-09-29 Juanma Barranquero <lekktu@gmail.com>
19019
19020 * speedbar.el (speedbar-item-delete):
19021 * calc/calc-prog.el (calc-kbd-if):
19022 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
19023
19024 * epa.el (epa-key-list-mode-map):
19025 * hi-lock.el (hi-lock-menu): Fix typos in menus.
19026
19027 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
19028 (hs-show-hook): Fix typo in docstring.
19029
5da62d41
GM
190302009-09-29 Glenn Morris <rgm@gnu.org>
19031
8360fce0
GM
19032 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
19033 file-name-nondirectory call preventing location of cedet files.
19034 (check-declare-verify): Use literal search rather than re-search.
ae715515 19035 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
19036
19037 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19038 Use tramp-compat-file-attributes rather than nonexistent
19039 tramp-compat-handle-file-attributes.
19040
5da62d41
GM
19041 * Makefile.in (lisptagsfiles4): New.
19042 (AUTOGENEL): Add cedet loaddefs files.
19043 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
19044 (update-elclist, compile-always, backup-compiled-files)
19045 (bootstrap-clean): Add yet another directory level.
19046 (update-elclist): Use LC_COLLATE rather than COLLATE.
19047 (ELCFILES): Update, via `make update-elclist'.
19048
48267264
JB
190492009-09-29 Juanma Barranquero <lekktu@gmail.com>
19050
19051 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
19052 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
19053 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
19054
2c4cd0b0
AS
190552009-09-28 Andreas Schwab <schwab@linux-m68k.org>
19056
19057 * Makefile.in (lisptagsfiles3): Define.
5da62d41 19058 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
19059 (update-elclist): Add third directory level to look for elc files.
19060 (compile-always): Likewise.
19061 (backup-compiled-files): Likewise.
19062 (bootstrap-clean): Likewise.
19063 (ELCFILES): Update.
19064
a2533e47
CY
190652009-09-28 Chong Yidong <cyd@stupidchicken.com>
19066
19067 * Makefile.in (ELCFILES): Add CEDET files.
19068
eefbedb1
MA
190692009-09-28 Michael Albinus <michael.albinus@gmx.de>
19070
19071 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
19072
19073 * net/tramp.el (top): Require tramp-imap.
19074
19075 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19076 Use `tramp-compat-handle-file-attributes'.
19077
190782009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19079
19080 * net/tramp-imap.el: New package.
19081
b0b111c3
JB
190822009-09-28 Eric Ludlam <zappo@gnu.org>
19083
19084 * emacs-lisp/chart.el:
19085 * emacs-lisp/eieio-base.el:
19086 * emacs-lisp/eieio-comp.el:
19087 * emacs-lisp/eieio-custom.el:
19088 * emacs-lisp/eieio-datadebug.el:
19089 * emacs-lisp/eieio-opt.el:
19090 * emacs-lisp/eieio-speedbar.el:
19091 * emacs-lisp/eieio.el: New files.
19092
748e3d67
VJL
190932009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19094
19095 * whitespace.el (whitespace-trailing-regexp)
19096 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19097 Fix doc string.
19098
15120dec
CY
190992009-09-27 Chong Yidong <cyd@stupidchicken.com>
19100
19101 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19102 menu.
19103
19104 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19105 menu-bar-ediff-menu.
19106
19107 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19108 define-overloadable-function.
19109
19110 * progmodes/autoconf.el: Provide autoconf as well, so that this
19111 file can be `require'd.
19112
19113 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19114
19115 * emacs-lisp/autoload.el (generated-autoload-feature)
19116 (generated-autoload-load-name): New vars.
19117 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19118 (make-autoload): Recognize define-overloadable-function and
19119 defclass forms (for EIEIO).
19120
19121 * Makefile.in (update-subdirs): Exclude cedet directory.
19122
135abf91
AR
191232009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19124
1becddbb 19125 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
19126
19127 * faces.el: Default light-background background for region face to
19128 ns_selection_color under NS.
19129
3d994264
TZ
191302009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19131
19132 * net/imap-hash.el: New library, see NEWS.
19133
19134 * Makefile.in (ELCFILES): Add imap-hash.el.
19135
ce9a0ccb
SM
191362009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19137
19138 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19139 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19140 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19141 definition where the docstring could be taken for the return value.
19142
a92cdd49
GM
191432009-09-26 Glenn Morris <rgm@gnu.org>
19144
19145 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19146 Add option to only show images below a certain size.
19147 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19148 save-excursion calls.
19149
416ac2f1
EZ
191502009-09-26 Eli Zaretskii <eliz@gnu.org>
19151
19152 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19153 subdirectories) and eieio.
19154
d9a13f68
AM
191552009-09-26 Alan Mackenzie <acm@muc.de>
19156
6a7662bb
BR
19157 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19158 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
19159
19160 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 19161 character constants (as case labels). (Bug#4289)
d9a13f68 19162
182b3bec
CY
191632009-09-25 Juri Linkov <juri@jurta.org>
19164
19165 * files.el (safe-local-eval-forms): Allow time-stamp in
19166 before-save-hook (Bug#4554).
19167
8f75f2da
JB
191682009-09-25 Drew Adams <drew.adams@oracle.com>
19169
19170 * menu-bar.el (list-buffers-directory): Doc fix.
19171
8390fb80
SM
191722009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19175 Try and avoid copying twice the same paragraph.
19176 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19177 Remove save-excursion.
19178 (log-edit-changelog-entry): Do it here instead.
19179
11ee8d90
JB
191802009-09-25 Juanma Barranquero <lekktu@gmail.com>
19181
027b1942
JB
19182 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19183 when available, instead of hardcoding mode names. Doc fix.
19184
11ee8d90
JB
19185 * menu-bar.el (list-buffers-directory): Add docstring.
19186 Make automatically buffer-local.
19187
19188 * dired.el (dired-mode):
19189 * files.el (cd-absolute):
19190 * pcvs.el (cvs-temp-buffer):
19191 * pcvs-util.el (cvs-get-buffer-create):
19192 * shell.el (shell-mode):
19193 * vc-dir.el (vc-dir-mode):
19194 Don't make `list-buffers-directory' buffer local.
19195
21289c5d
CY
191962009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19197
8390fb80
SM
19198 * comint.el (comint-exec, comint-run, make-comint):
19199 Doc fixes (Bug#4542).
21289c5d 19200
e8652dd9
GM
192012009-09-25 Glenn Morris <rgm@gnu.org>
19202
19203 * mail/rmailmm.el (rmail-mime): New custom group.
19204 Move all defcustoms in this file into this group.
19205 (rmail-mime-media-type-handlers-alist): Revert previous change.
19206 (rmail-mime-show-images): New option.
19207 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19208 references to it, since it wasn't actually used for anything.
19209 (rmail-mime-insert-image): New function.
19210 (rmail-mime-image): Use rmail-mime-insert-image.
19211 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
19212 obey the value of `rmail-mime-show-images' option. Print the size of
19213 attachments.
e8652dd9 19214
fb652bb5
JB
192152009-09-25 David Engster <deng@randomsample.de>
19216
19217 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19218
32a9841c
VJL
192192009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19220
19221 * whitespace.el: Does not highlight trailing spaces While point is
19222 at end of line. Does not highligt spaces at beginning of buffer
19223 while point is at beginning of buffer. Does not highlight spaces
19224 at end of buffer while point is at end of buffer. (Bug#4177)
19225 New version 12.0.
19226 (whitespace-display-mappings): Adjust initialization.
19227 (whitespace-point, whitespace-font-lock-refontify): New vars.
19228 (whitespace-color-on, whitespace-color-off): Adjust code.
19229 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19230 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19231 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19232
e477ca84
CY
192332009-09-24 Chong Yidong <cyd@stupidchicken.com>
19234
19235 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19236
19237 * textmodes/sgml-mode.el: Remove xml-mode alias.
19238
19239 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 19240 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 19241
68712602
AM
192422009-09-24 Alan Mackenzie <acm@muc.de>
19243
19244 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19245 c-forward-conditionals, but it doesn't move point and doesn't set
19246 the mark.
19247 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19248 (c-down-conditional-with-else, c-backward-conditional)
19249 (c-forward-conditional): Refactor to use c-scan-conditionals.
19250
1659ada0
JB
192512009-09-24 Juanma Barranquero <lekktu@gmail.com>
19252
19253 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19254 (help-default-arg-highlight): Remove.
19255 (help-highlight-arg): New function.
19256 (help-do-arg-highlight): Use it.
19257 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19258
b3f01e46
SM
192592009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19260
19261 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19262 Undo last change, which didn't fix the problem and introduced others.
19263
107ef54a
NR
192642009-09-24 Nick Roberts <nickrob@snap.net.nz>
19265
19266 * progmodes/gdb-mi.el: Don't require speedbar.
19267 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19268
ffa1fed6
GM
192692009-09-24 Glenn Morris <rgm@gnu.org>
19270
2157a2be
GM
19271 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19272
6125167c
GM
19273 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19274
ffa1fed6
GM
19275 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19276 there is no newline after the final mime boundary. (Bug#4539)
19277 Move markers on insertion so that any buttons inserted don't end up in
19278 the next part of a multipart message.
2e9075d3
GM
19279 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19280 (rmail-mime-bulk-handler): Optionally handle images.
19281 (rmail-mime-image): New button action.
19282 (rmail-mime-image-handler): New function.
19283 (rmail-mime-mode): New mode.
19284 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 19285
4a814992
SM
192862009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19287
075518b5
SM
19288 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19289 than just dropping elements from it (bug#4504).
19290
8ad2defc
SM
19291 * term.el (term-set-scroll-region): Don't move cursor any more.
19292 (term-handle-ansi-escape): Call term-goto here instead.
19293 Suggested by Ivan Kanis <apple@kanis.eu>.
19294
4a814992
SM
19295 * term.el: Require CL.
19296 (term-ansi-reset): New function.
19297 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19298 (term-handle-colors-array): Simplify.
19299
5a0c3f56
JB
193002009-09-24 Juanma Barranquero <lekktu@gmail.com>
19301
19302 * allout.el (allout-overlay-interior-modification-handler)
19303 (allout-obtain-passphrase):
19304 * epa-file.el (epa-file-write-region):
19305 * ps-print.el (ps-begin-job):
19306 * vc-hooks.el (vc-toggle-read-only):
19307 * vc-rcs.el (vc-rcs-rollback):
19308 * vc-sccs.el (vc-sccs-rollback):
19309 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19310 (vc-version-diff, vc-revert, vc-rollback):
19311 * wdired.el (wdired-check-kill-buffer):
19312 * emacs-lisp/authors.el (authors):
19313 * net/socks.el (socks-open-connection):
19314 * net/zeroconf.el (zeroconf-service-add-hook):
19315 * obsolete/vc-mcvs.el (vc-mcvs-register):
19316 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19317 (gdb-select-frame):
19318 * progmodes/grep.el (lgrep, rgrep):
19319 * progmodes/idlw-help.el (idlwave-help-check-locations)
19320 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19321 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19322 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19323 (reftex-toc-rename-label): Fix typos in error messages.
19324
19325 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19326 (dired-copy-how-to-fn): Doc fix.
19327 (dired-files-attributes, dired-read-shell-command):
19328 Fix typos in docstrings.
19329
19330 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19331 (dired-x-find-file-other-window): Reflow docstrings.
19332 (dired-omit-marker-char, dired-read-shell-command)
19333 (dired-x-submit-report): Fix typos in docstrings.
19334
19335 * shell.el (shell-mode-hook):
19336 * view.el (View-scroll-line-forward):
19337 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19338 Fix typos in docstrings.
19339
19340 * net/dig.el (dig-invoke): Fix typo in docstring.
19341 (query-dig): Reflow docstring.
19342
19343 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19344 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19345 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19346 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19347 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19348 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19349 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19350 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19351 (idlwave-completion-map, idlwave-current-indent)
19352 (idlwave-custom-ampersand-surround, idlwave-customize)
19353 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19354 (idlwave-define-abbrev, idlwave-determine-class-special)
19355 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19356 (idlwave-end-block-reg, idlwave-end-of-statement)
19357 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19358 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19359 (idlwave-explicit-class-listed, idlwave-file-header)
19360 (idlwave-fill-paragraph, idlwave-find-class-definition)
19361 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19362 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19363 (idlwave-in-quote, idlwave-indent-action-table)
19364 (idlwave-indent-expand-table, idlwave-indent-line)
19365 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19366 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19367 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19368 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19369 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19370 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19371 (idlwave-outlawed-buffers, idlwave-popup-select)
19372 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19373 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19374 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19375 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19376 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19377 (idlwave-statement-type, idlwave-struct-skip)
19378 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19379 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19380 (idlwave-what-module-find-class): Fix typos in docstrings.
19381 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19382 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19383 (idlwave-find-module, idlwave-find-structure-definition)
19384 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19385 (idlwave-list-load-path-shadows, idlwave-next-statement)
19386 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19387 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19388 (idlwave-template): Reflow docstrings.
19389
19390 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19391 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19392 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19393 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19394 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19395 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19396 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19397 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19398 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19399 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19400 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19401 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19402 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19403 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19404 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19405 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19406 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19407 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19408 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19409 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19410 Fix typos in docstrings.
19411 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19412 (idlwave-shell-hide-output, idlwave-shell-mode)
19413 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19414 Reflow docstrings.
19415
19416 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19417
62136c5d
SM
194182009-09-24 Ivan Kanis <apple@kanis.eu>
19419
19420 * term.el (term-bold-attribute): New var.
19421 (term-handle-colors-array): Use it.
19422
9c1a45ed
NR
194232009-09-23 Nick Roberts <nickrob@snap.net.nz>
19424
19425 * progmodes/gdb-mi.el (gdb-version): New variable.
19426 (gdb-non-stop-handler): Set gdb-version.
19427 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19428 Condition "--thread" option on gdb-version.
19429 (gdb-invalidate-threads): Remove unused argument.
19430
03304f31
SM
194312009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19432
19433 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19434 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19435
4f02f0c9
GM
194362009-09-23 Glenn Morris <rgm@gnu.org>
19437
19438 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19439 replying to mail without References or Message-Id. (Bug#4525)
19440
a3b4b363
AR
194412009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19442
19443 * term/ns-win.el (ns-reg-to-script): New variable.
19444
7bda18cc
DU
194452009-09-23 Daiki Ueno <ueno@unixuser.org>
19446
19447 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19448
72169e55
SS
194492009-09-22 Sam Steingold <sds@gnu.org>
19450
19451 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19452 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19453 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19454 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19455
905b7d38
SM
194562009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19457
b0459dec
SM
19458 * textmodes/fill.el: Convert to utf-8 encoding.
19459 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19460 pre-Unicode days.
b0459dec 19461
905b7d38
SM
19462 * add-log.el (change-log-fill-forward-paragraph): New function.
19463 (change-log-mode): Use it so fill-region DTRT.
19464 Set fill-indent-according-to-mode here rather than in
19465 change-log-fill-paragraph.
19466 (change-log-fill-paragraph): Remove.
19467
baa7f3de
JB
194682009-09-22 Juanma Barranquero <lekktu@gmail.com>
19469
19470 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19471 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19472
a8d789f0
GM
194732009-09-22 Glenn Morris <rgm@gnu.org>
19474
daedbbc2
GM
19475 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19476 the scroll-bar scroll the calendar window rather than the buffer.
19477
d8899a74
GM
19478 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19479 commands that move point (as opposed to scrolling).
19480
a8d789f0
GM
19481 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19482
19483 * emacs-lisp/elint.el (elint): New custom group.
19484 (elint-log-buffer): Make it a defcustom.
19485 (elint-scan-preloaded, elint-ignored-warnings)
19486 (elint-directory-skip-re): New options.
19487 (elint-builtin-variables): Doc fix.
19488 (elint-preloaded-env): New variable.
19489 (elint-unknown-builtin-args): Add an entry for encode-time.
19490 (elint-extra-errors): Make it a variable rather than a constant.
19491 (elint-preloaded-skip-re): New constant.
19492 (elint-directory): Skip files matching elint-directory-skip-re.
19493 (elint-features): New variable, local to linted buffers.
19494 (elint-update-env): Initialize elint-features. Possibly add
19495 elint-preloaded-env to the buffer's environment.
19496 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19497 Skip quoted forms.
19498 (elint-init-form): New function, extracted from elint-init-env.
19499 Make non-list forms a warning rather than an error.
19500 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19501 easy-menu-define, put that adds an error-condition, and provide.
19502 When requiring cl, also require cl-macs. Really require cl, to handle
19503 some cl macros. Store required libraries in the list elint-features,
19504 so as not to re-load them. Treat cc-require like require.
19505 (elint-init-env): Call elint-init-form to do the work.
19506 Handle eval-and-compile and such like.
19507 (elint-add-required-env): Do not clear messages.
19508 (elint-special-forms): Add handlers for function, defalias, if, when,
19509 unless, and, or.
19510 (elint-form): Add optional argument to ignore elint-special-forms,
19511 useful to prevent recursive calls from handlers. Doc fix.
19512 Respect elint-ignored-warnings.
19513 (elint-form): Respect elint-ignored-warnings.
19514 (elint-bound-variable, elint-bound-function): New variables.
19515 (elint-unbound-variable): Respect elint-bound-variable.
19516 (elint-get-args): Respect elint-bound-function.
19517 (elint-check-cond-form): Add some simple handling for (f)boundp and
19518 featurep tests.
19519 (elint-check-defalias-form): New handler.
19520 (elint-check-let-form): Make an empty let a warning rather than an
19521 error.
19522 (elint-check-setq-form): Make an empty setq a warning rather than an
19523 error. Respect elint-ignored-warnings.
19524 (elint-check-defvar-form): Accept null doc-strings.
19525 (elint-check-conditional-form): New handler. Does some simple-minded
19526 checking of featurep and (f)boundp tests.
19527 (elint-put-function-args): New function.
19528 (elint-initialize): Use elint-scan-doc-file rather than
19529 elint-find-builtin-variables. Use elint-put-function-args.
19530 Possibly scan preloaded-file-list.
19531 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19532 extend to handle functions as well.
19533
245be23c
JB
195342009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19535
19536 * linum.el (linum-delete-overlays, linum-update-window):
19537 Do not modify the right margin. (Bug#3971)
19538
91fdbd6f
CY
195392009-09-21 Chong Yidong <cyd@stupidchicken.com>
19540
6a7662bb
BR
19541 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19542 Use nxml-mode instead of xml-mode.
91fdbd6f 19543
7589d38e
JB
195442009-09-21 Kevin Ryde <user42@zip.com.au>
19545
19546 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19547
5ac42715
SM
195482009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * net/dig.el (dig-mode): Use define-derived-mode.
19551
09c01323
DN
195522009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19553
4096c5f2
DN
19554 * vc-dispatcher.el (vc-do-command): Return the process object in
19555 the asynchronous case. Use when instead of if. Do not run
5480359e 19556 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19557
0e172cc2
DN
19558 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19559 properties to the stash strings.
19560 (vc-git-stash-list): Return a list of strings.
19561 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19562 (vc-git-stash-show-at-point): New functions.
19563 (vc-git-stash-map): New keymap.
19564
03304f31
SM
19565 * register.el (ctl-x-r-map): Define the keys here instead of
19566 using autoload.
09c01323 19567
03304f31 195682009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19569
19570 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19571 list, to workaround performance problem (bug#4485).
19572
2f5fc4d7
NR
195732009-09-20 Nick Roberts <nickrob@snap.net.nz>
19574
19575 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19576
b0f5fd2e
DU
195772009-09-20 Daiki Ueno <ueno@unixuser.org>
19578
19579 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19580 Document that this option is not recommended to use.
19581
f3445fab
GM
195822009-09-19 Glenn Morris <rgm@gnu.org>
19583
547c6921
GM
19584 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19585 variable `var'.
19586
f3445fab
GM
19587 * calc/calc-alg.el (var):
19588 * calc/calcalg2.el (var): Define for compiler.
19589
946c009b
CY
195902009-09-19 Chong Yidong <cyd@stupidchicken.com>
19591
e3f36d03
SM
19592 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19593 Doc fix (Bug#3932).
e2045997 19594
24aedbca
CY
19595 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19596
327dd27a
CY
19597 * time-stamp.el (time-stamp-month-dd-yyyy)
19598 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19599 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19600 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19601 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19602 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19603
946c009b
CY
19604 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19605 indent buffer only if called interactively (Bug#4452).
19606
3e70541a 196072009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19608 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19609
19610 This fixes bug#4197 (merged to bug#865, though not identical).
19611 * server.el (server-auth-dir): Add docstring note about FAT32.
19612 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19613 but warn against using them.
19614
9b94c32e
NR
196152009-09-19 Nick Roberts <nickrob@snap.net.nz>
19616
19617 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19618 older GDB where there is no has_more field.
19619
66590684
GM
196202009-09-19 Glenn Morris <rgm@gnu.org>
19621
19622 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19623
9a1337f9
CY
196242009-09-18 Chong Yidong <cyd@stupidchicken.com>
19625
19626 * files.el (auto-mode-alist): Change default for XML files to nXML
19627 mode (Bug#4169).
19628
d7554167
JB
196292009-09-18 Juanma Barranquero <lekktu@gmail.com>
19630
19631 * server.el (server-ensure-safe-dir): Pass 'integer
19632 to `file-attributes', as suggested.
19633
35a3f9a4
SM
196342009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19637 (dired-query): Use read-key.
19638
044f9b05
AR
196392009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19640
19641 * cus-start.el (ns-use-qd-smoothing): Remove.
19642
6188ea49
GM
196432009-09-18 Glenn Morris <rgm@gnu.org>
19644
08cf18e4
GM
19645 * allout.el (top-level): Remove unnecessary progn.
19646
07eae5c5
GM
19647 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19648
6726c25e
GM
19649 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19650 definition of abbrev table.
19651
3f527154 19652 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19653 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19654 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19655 * net/newst-backend.el (newsticker--cache-read-feed):
19656 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19657 condition-case handlers.
19658
ccb4c30c
NR
196592009-09-18 Nick Roberts <nickrob@snap.net.nz>
19660
19661 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19662 (gdb-var-list): Add an element for has_more field.
19663 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19664 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19665 (gdb-var-update-handler-1): Parse output of dynamic variable
19666 objects (STL containers).
19667 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19668 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19669
19670 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19671 gdb-var-list.
19672 (gud-speedbar-buttons): Make node expandable if expression "has more"
19673 children.
19674
8686ac71
JB
196752009-09-17 Juanma Barranquero <lekktu@gmail.com>
19676
19677 * startup.el (emacs-quick-startup): Remove variable and all uses.
19678 (command-line): Set `inhibit-x-resources' instead.
19679 (command-line-1): Use `inhibit-x-resources' instead.
19680
a69c67e8
CY
196812009-09-17 Chong Yidong <cyd@stupidchicken.com>
19682
19683 * subr.el: Fix last change to avoid using the `unless' macro,
19684 which breaks bootstrapping.
19685
354f0faf
SM
196862009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19687
19688 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19689 extended definitions, in case we reload subr.el after having
19690 loaded CL.
19691 (eval-next-after-load): Mark as obsolete.
19692
98b9bf40
JL
196932009-09-17 Juri Linkov <juri@jurta.org>
19694
19695 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19696 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19697 (menu-bar-showhide-menu, menu-bar-tools-menu)
19698 (menu-bar-describe-menu, menu-bar-help-menu)
19699 (minibuffer-local-completion-map, minibuffer-local-map):
19700 Fix list quoting.
19701
28fab7b5
GM
197022009-09-17 Glenn Morris <rgm@gnu.org>
19703
88d5190c
GM
19704 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19705 arguments, whether or not it has a handler.
19706
74f24ba7
GM
19707 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19708
28fab7b5
GM
19709 * simple.el (hard-newline): Give it a doc-string.
19710
a8106aec
GM
19711 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19712 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19713
76251ad7
DN
197142009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19715
72033dbe
DN
19716 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19717 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19718 (menu-bar-options-menu, menu-bar-showhide-menu)
19719 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19720 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19721 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19722 (menu-bar-options-menu, menu-bar-tools-menu)
19723 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19724 (menu-bar-help-menu):
19725 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19726 string arguments.
19727
76251ad7
DN
19728 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19729 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19730 calls for the menu names and :help.
19731
97b952b7
SM
197322009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19733
19734 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19735 to :minor-mode-function (bug#4455).
19736
8f38189e
SM
197372009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19738
d2fd733e
SM
19739 * startup.el (command-line): Initialize the window-system after
19740 processing the command-line.
19741
8f38189e
SM
19742 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19743 page-delimiter matches the empty string.
19744
77564fa4
GM
197452009-09-16 Glenn Morris <rgm@gnu.org>
19746
19747 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19748 byte-compile-not-obsolete-var. It's a list now.
19749 (byte-compile-not-obsolete-funcs): New variable.
19750 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19751 byte-compile-not-obsolete-funcs.
19752 (byte-compile-variable-ref, byte-compile-defvar): Update for
19753 byte-compile-not-obsolete-vars name-change and list nature.
19754 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19755 and variables behind (f)boundp tests.
19756 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19757
79d316d3
DN
197582009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19759
19760 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19761
8fed6934
SM
197622009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19763
19764 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19765 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19766 Don't autoload.
19767
4078fd57
SE
197682009-09-15 Stephen Eglen <stephen@gnu.org>
19769
19770 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19771 the virtual-buffers, use the name of the buffer specified by
4078fd57 19772 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19773 problem if the target and the symlink had different names.)
4078fd57 19774
838ff458
SM
197752009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19776
b3c7c12d
SM
19777 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19778
13dc2bc2
SM
19779 * desktop.el (desktop-path): Check user-emacs-directory.
19780
49fec531
SM
19781 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19782
0e328d37
SM
19783 * loadup.el: Use after-load-functions to GC after loading each file.
19784 Remove the explicit GC calls that used to be sprinkled around.
19785
838ff458
SM
19786 * subr.el (after-load-functions): New hook.
19787 (do-after-load-evaluation): Run it. Use string-match-p to detect
19788 `obsolete' packages, rather than painfully extracting the relevant
19789 directory name.
19790
a62f564f
GM
197912009-09-15 Glenn Morris <rgm@gnu.org>
19792
19793 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19794 free variable `doc'.
19795
19796 * dired.el (dired-mode-map): Add menu entry for async shell command.
19797
19798 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19799 variables, also consider the .elc files, since the .el files are
19800 normally gzipped (subsequent code locates the .el.gz from the .elc).
19801
19802 * calc/calc-prog.el (arglist): Define for compiler.
19803
19804 * calendar/diary-lib.el (diary-display-function): Change the default to
19805 fancy display.
19806 (body): Define for compiler.
19807
19808 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19809 (byte-compile-file-form, byte-compile-lambda)
19810 (byte-compile-top-level-body, byte-compile-form)
19811 (byte-compile-variable-ref, byte-compile-setq)
19812 (byte-compile-setq-default, byte-compile-body)
19813 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19814 (batch-byte-compile): Give some more local variables with common names
19815 a "bytecomp-" prefix to avoid masking warnings about free variables.
19816
cd05fe7f
GM
19817 * startup.el (command-line-1): Give local variables with common names a
19818 distinguishing prefix, so as not to hide free variable warnings during
19819 bootstrap.
19820
a62f564f
GM
19821 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19822 clever and add a suffix to make a unique name, just let the user decide
19823 whether or not to overwrite it. If the input is a directory, write the
19824 default filename to that directory. (Bug#4388)
19825 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19826 is a filename-as-a-directory.
19827
fbc88440
SM
198282009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * textmodes/page.el (what-page): Don't move to beginning of line.
19831 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19832
60308853
DN
198332009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19834
19835 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19836
32ba3abc
DN
198372009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19838
9cd39aff
DN
19839 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19840 * help.el (help-for-help-internal): Add purecopy calls for text.
19841
32ba3abc
DN
19842 * vc.el (top): print-log method now takes an optional SHORTLOG
19843 argument. Add a new method: root.
32ba3abc
DN
19844 (vc-root-diff, vc-print-root-log): New functions.
19845 (vc-log-short-style): New variable.
19846 (vc-print-log-internal): Add support for showing short logs.
19847
19848 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19849 vc-print-root-log and vc-print-root-diff.
19850
19851 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19852 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19853 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19854 short logs.
19855
19856 * vc-cvs.el (vc-cvs-print-log):
19857 * vc-mtn.el (vc-mtn-print-log):
19858 * vc-rcs.el (vc-rcs-print-log):
19859 * vc-sccs.el (vc-sccs-print-log):
19860 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19861 that is ignored for now.
19862
837b0e99
DN
19863 * vc-mtn.el (vc-mtn-annotate-command):
19864 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19865
31cd2dd4
SM
198662009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19867
19868 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19869 to function-key-map, and give them ascii-character property.
19870 * term/x-win.el (x-alternatives-map):
19871 * term/ns-win.el (ns-alternatives-map):
19872 * term/internal.el (msdos-key-remapping-map):
19873 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19874
d62e5bf2
GM
198752009-09-14 Glenn Morris <rgm@gnu.org>
19876
19877 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19878 temp-buffers (2009-09-12).
19879
7d0105e5
SM
198802009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19881
19882 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19883 the new read-key function.
19884
e17ed9ad
CY
198852009-09-13 Chong Yidong <cyd@stupidchicken.com>
19886
19887 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19888 is defined (Bug#4405).
19889
1fc26e29
CY
198902009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19891
19892 * recentf.el (recentf-cleanup): Use a hash table to find
19893 duplicates (Bug#4407).
19894
61dc96a2 198952009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19896
19897 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19898 kp-0 to ascii equivalents (Bug#4325).
19899
42c3a9e3
CY
199002009-09-13 Chong Yidong <cyd@stupidchicken.com>
19901
1f5c1626
CY
19902 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19903
42c3a9e3 19904 * eshell/em-hist.el:
31cd2dd4
SM
19905 * eshell/em-dirs.el (eshell-complete-user-reference):
19906 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19907
199082009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19909
19910 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19911 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19912 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19913 * eshell/em-hist.el (eshell-history-file-name):
19914 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19915
1e2b6acf
GM
199162009-09-13 Glenn Morris <rgm@gnu.org>
19917
19918 * ediff-merg.el (ediff-do-merge):
19919 * filesets.el (filesets-run-cmd):
19920 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19921 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19922 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19923 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19924 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19925 Replace empty `let's with `progn'.
19926
adba8116
SM
199272009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19928
19929 * mail/sendmail.el (send-mail-function):
19930 * tooltip.el (tooltip-mode):
19931 * simple.el (transient-mark-mode):
19932 * rfn-eshadow.el (file-name-shadow-mode):
19933 * frame.el (blink-cursor-mode):
19934 * font-core.el (global-font-lock-mode):
19935 * files.el (temporary-file-directory)
19936 (small-temporary-file-directory, auto-save-file-name-transforms):
19937 * epa-hook.el (auto-encryption-mode):
19938 * composite.el (global-auto-composition-mode):
19939 Use custom-initialize-delay.
19940 * startup.el (command-line): Don't explicitly call
19941 custom-reevaluate-setting for all the above vars.
19942 * custom.el (custom-initialize-safe-set)
19943 (custom-initialize-safe-default): Delete.
19944
0a4afea9
SM
199452009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19946
9f94990d
SM
19947 * term/x-win.el (x-initialize-window-system):
19948 * term/w32-win.el (w32-initialize-window-system):
19949 * term/ns-win.el (ns-initialize-window-system): Don't call
19950 mouse-wheel-mode since it's enabled globally by default already.
19951
0a4afea9
SM
19952 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19953 actually define the variable, but only silences the byte-compiler.
19954 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19955 before looking it up.
19956 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19957 is changed.
19958
bf01513f
GM
199592009-09-12 Glenn Morris <rgm@gnu.org>
19960
19961 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19962 1000.
19963 (elint-add-required-env): Don't beep on error.
19964 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19965 (elint-init-env): Skip non-list forms.
19966 (elint-log): Handle unknown file positions.
bf01513f 19967
d85889e4
DU
199682009-09-12 Daiki Ueno <ueno@unixuser.org>
19969
19970 * epg.el (epg-make-context): Add autoload cookie.
19971 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19972 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19973 (epg-verify-string, epg-start-sign, epg-sign-file)
19974 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19975 (epg-encrypt-string, epg-start-export-keys)
19976 (epg-export-keys-to-file, epg-export-keys-to-string)
19977 (epg-start-import-keys, epg-import-keys-from-file)
19978 (epg-import-keys-from-string, epg-start-receive-keys)
19979 (epg-receive-keys, epg-import-keys-from-server)
19980 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19981 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19982 (epg-generate-key-from-file, epg-generate-key-from-string):
19983 Remove autoload cookie.
d85889e4 19984
8f825ee6
EZ
199852009-09-12 Eli Zaretskii <eliz@gnu.org>
19986
36b434ee
EZ
19987 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19988 reevaluation of trash-directory.
19989
8f825ee6
EZ
19990 * mwheel.el: Fix last change.
19991 (mouse-wheel-mode): New defvar.
19992 (mouse-wheel-mode): Remove autoload cookie.
19993
5766c380
SM
199942009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19995
ab5c0fcd
SM
19996 * mwheel.el (mwheel-installed-bindings): New var.
19997 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19998 the bindings we set last time. Use custom-initialize-delay.
19999 * loadup.el: Load mwheel after term/*-win.el.
20000 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
20001 and mouse-wheel-up-event now that their first evaluation is done
20002 sufficiently late to be correct.
20003
45448e64
SM
20004 * startup.el (tutorial-directory): Make it a defcustom.
20005 Use custom-initialize-delay rather than eval-at-startup to set it.
20006 * image.el (image-load-path): Make it a defcustom.
20007 Use custom-initialize-delay rather than eval-at-startup to set it.
20008 * subr.el (eval-at-startup): Remove.
20009 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
20010
5766c380
SM
20011 * subr.el (do-after-load-evaluation): Warn the user after loading an
20012 obsolete package.
20013
d6549da4
GM
200142009-09-12 Glenn Morris <rgm@gnu.org>
20015
20016 * proced.el (proced-mark-alt): Remove alias.
20017 (proced-mode-map): Remove proced-mark-alt.
20018
20019 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
20020 Elint file and directory. Remove initialization entry.
20021
20022 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
20023 commands.
20024 (elint-current-buffer): Set mode-line-process.
20025 (elint-init-env): Handle define-derived-mode.
20026 Fix declare-function with unspecified arglist. Guard against odd
20027 defalias statements (eg iso-insert's 8859-1-map).
20028 (elint-add-required-env): Use a temp buffer.
20029 (elint-form): Just print the function/macro name, not the whole form.
20030 Return env unchanged if we fail to parse a macro.
20031 (elint-forms): Guard against parse errors.
20032 (elint-output): New function, to handle batch mode.
20033 (elint-log-message): Add optional argument. Use elint-output.
20034 (elint-set-mode-line): New function.
20035
30194d4d
CY
200362009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
20037
20038 * emacs-lisp/elp.el (elp-not-profilable): Add more
20039 functions (Bug#4233).
20040
a035f9b0
CY
200412009-09-12 Chong Yidong <cyd@stupidchicken.com>
20042
20043 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
20044 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
20045
dad61164
NR
200462009-09-11 Nick Roberts <nickrob@snap.net.nz>
20047
20048 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
20049 (gdb-var-list-children): Use json parsing.
20050
9c3c9fdf 200512009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
20052
20053 * progmodes/js.el (js--proper-indentation): Handle the case where
20054 char-before is null. Reported by Deniz Dogan.
20055
b4587710
JB
200562009-09-11 Juanma Barranquero <lekktu@gmail.com>
20057
20058 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
20059
13890796
DU
200602009-09-11 Daiki Ueno <ueno@unixuser.org>
20061
20062 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
20063 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 20064 (epg-context-set-passphrase-callback)
97d4bdba 20065 (epg-context-set-progress-callback): Add description about
b18508dd 20066 callback function.
13890796 20067
2efb64a8
SM
200682009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20069
790d0270
SM
20070 * custom.el (custom-delayed-init-variables): New var.
20071 (custom-initialize-delay): New function.
20072 * startup.el (command-line): "Re"evaluate all vars in
20073 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
20074 explicitly any more.
20075 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
20076 to avoid creating a ~/.emacs.d at build-time (bug#4347).
20077
20078 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 20079
ac243a40
NR
200802009-09-11 Nick Roberts <nickrob@snap.net.nz>
20081
20082 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20083 (gdb-var-update-handler): Use json parsing.
20084
657bc6fc
JB
200852009-09-11 Juanma Barranquero <lekktu@gmail.com>
20086
20087 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20088 decode annotated text, regardless of language environment. (Bug#2741)
20089
b6fe8102
SM
200902009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20091
20092 * Makefile.in (autoloads): Make rmail.el writable as well.
20093
5cc443fe
GM
200942009-09-11 Glenn Morris <rgm@gnu.org>
20095
5515c54e
GM
20096 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20097 loaddefs.el.
20098 * dired.el: Regenerate with extracted autoloads.
20099 * Makefile.in (autoloads): Make dired.el writable.
20100
15067158
GM
20101 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20102 * ibuffer.el: Regenerate with extracted autoloads.
20103 * Makefile.in (autoloads): Make ibuffer.el writable.
20104
d35d0238
GM
20105 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20106 * version.el (emacs-copyright, emacs-major-version)
20107 (emacs-minor-version): Reformat doc-strings for make-docfile.
20108
5cc443fe
GM
20109 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20110 functions and variables, since they must be stuff specific to some other
20111 platform.
20112 (apropos-print): Make mouse-click message less specific about button.
20113
20114 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20115 that records where a macro was defined.
20116 * help-fns.el (describe-function-1): Mention if a function has a
20117 compiler-macro.
20118 * help-mode.el (help-function-cmacro): New button.
20119
20120 * locate.el (top-level): Always require dired.
20121 (locate-mode-map): Initialize inside the defvar.
20122
20123 * net/ange-ftp.el (dired-compress-file): Declare.
20124 (ange-ftp-dired-compress-file): Add doc string.
20125
20126 * term/ns-win.el (x-display-name, x-setup-function-keys):
20127 Unify doc-strings with X versions.
20128
8cb95edf
SM
201292009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20130
726a4d09
SM
20131 * emulation/crisp.el (crisp-mode-map): Move initialization
20132 into declaration.
20133 (crisp-mode): Use define-minor-mode.
20134
8cb95edf
SM
20135 * progmodes/xscheme.el (xscheme-evaluation-commands):
20136 Put a :advertised-binding property rather than using
20137 advertised-xscheme-send-previous-expression.
20138 (advertised-xscheme-send-previous-expression): Declare obsolete.
20139 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20140 `advertised-undo'.
20141 (crisp-mode): Add corresponding bindings to
20142 undo's :advertised-binding instead.
20143 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20144 than using dired-advertised-find-file.
20145 (dired-advertised-find-file):
20146 * simple.el (advertised-undo):
20147 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20148 (widget-keymap): Put a :advertised-binding property rather
20149 than using advertised-widget-backward.
20150 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20151 than using advertised-undo.
20152 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20153
07db5857
SS
201542009-09-10 Simon South <ssouth@slowcomputing.org>
20155
20156 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20157 Mark mode is enabled and region is active; otherwise indent or
20158 insert TAB as usual.
20159 (delphi-mode): Update description of TAB-key binding.
20160
50d4ba39
SM
201612009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20162
20163 * subr.el (define-key-rebound-commands): Mark obsolete.
20164 * startup.el (precompute-menubar-bindings): Remove.
20165 (normal-top-level): Remove obsolete code that tried to precompute
20166 menubar bindings.
20167 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20168 define-key-rebound-commands and precompute-menubar-bindings.
20169
ffa894db
KY
201702009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20171
20172 * net/imap.el (imap-interactive-login): Better messages.
20173 (imap-open): Fix bug with renamed buffer on reconnect.
20174 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20175 for easier debugging and cleaner code. On successful (guessed based on
20176 server capabilities) secondary authentication, set imap-state
20177 correctly.
20178 (imap-last-authenticator): Define imap-last-authenticator as a variable
20179 to avoid warnings.
20180
9477096c
GM
201812009-09-10 Glenn Morris <rgm@gnu.org>
20182
20183 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20184
20185 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20186 (byte-compile-file-form-autoload): Don't warn about unknown functions
20187 where the autoload statement comes after the use.
20188 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20189 that any handlers inside the body (eg require) are in turn respected.
20190
20191 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20192 effects.
20193
20194 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20195 and syntax and abbrev tables basic docs, if they don't have any.
20196
20197 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20198
20199 * international/mule-cmds.el (top-level): Require cl when compiling.
20200 (view-hello-file): Use default-value rather than
20201 default-enable-multibyte-characters.
20202
20203 * progmodes/fortran.el: Move all safe and risky properties into the
20204 defcustoms.
20205
20206 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20207 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20208 * mail/undigest.el:
20209 Put autoloads in rmail.el rather than loaddefs.el.
20210 * mail/rmail.el: Regenerate with extracted autoloads.
20211
20212 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20213 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20214
9f16c547
NR
202152009-09-10 Nick Roberts <nickrob@snap.net.nz>
20216
20217 Reported in thread for Bug#4375.
20218 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20219 "-data-evaluate-expression" instead of print.
20220 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20221 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
20222 (gdb): Revert 2009-08-11 change. User should detach inferior
20223 manually.
9f16c547
NR
20224
20225 Remove the word "separate" from IO functions as inferior
20226 output is now never displayed in the GUD buffer.
20227
50405cd0
JB
202282009-09-10 Juanma Barranquero <lekktu@gmail.com>
20229
20230 * startup.el (command-line-normalize-file-name): On Windows and
20231 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20232
7ae62430
JL
202332009-09-10 Juri Linkov <juri@jurta.org>
20234
20235 * isearch.el (isearch-text-char-description): Propertize escape
20236 character sequences with the `escape-glyph' face. (Bug#4344)
20237
20238 * simple.el (shell-command): Set asynchronous process filter to
20239 `comint-output-filter'. (Bug#4343)
20240
20241 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20242 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20243 the list. Move "asm" to the bottom.
20244 (grep-find-ignored-directories): Add `choice' with nil value
20245 to empty the list easily.
20246 (grep-find-ignored-files): New option.
20247 (grep-files-history): Set to nil by default instead of '("ch" "el").
20248 (grep-compute-defaults): Add "<X>" to `grep-template'.
20249 (grep-read-files): Bind new local variables `default-alias' and
20250 `default-extension'. Use a list of default values for the file prompt.
20251 (lgrep): Add `--exclude=' command line options composed from
20252 `grep-find-ignored-files'.
20253 (rgrep): Add `-name' command line options composed from
20254 `grep-find-ignored-files'. (Bug#4301)
20255
cd875252
SM
202562009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20259 (bug#4368).
20260
cdce0b33
KY
202612009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20262
20263 * calendar/time-date.el (autoload):
20264 Expand define-obsolete-function-alias into defalias and make-obsolete
20265 for old Emacsen that Gnus supports.
20266 (with-no-warnings): Define it for old Emacsen.
20267 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20268 is available.
20269 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20270 float-time is available; suppress compile warning for time-to-seconds.
20271
202722009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20273
20274 * net/imap.el (imap-message-map): Docstring fix.
20275
2b2eb431
GM
202762009-09-09 Glenn Morris <rgm@gnu.org>
20277
20278 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20279 line numbers too. (Bug#4374)
20280
83a5aac5
SM
202812009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20282
755e0210
SM
20283 * smerge-mode.el (smerge-remove-props, smerge-refine):
20284 Use with-silent-modifications (bug#4342).
20285
83a5aac5
SM
20286 * subr.el (with-silent-modifications): New macro.
20287
79f01fa7
JB
202882009-09-07 Juanma Barranquero <lekktu@gmail.com>
20289
20290 * files.el (top-level): Require `cl' when compiling.
20291
448ecec3
GM
202922009-09-07 Glenn Morris <rgm@gnu.org>
20293
20294 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20295
8f09a02f
GM
20296 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20297 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20298
76ff67bf
NR
202992009-09-06 Nick Roberts <nickrob@snap.net.nz>
20300
20301 * vc-git.el (vc-git-annotate-command): Use separator to parse
20302 arguments correctly.
20303
943c8b75
EZ
203042009-09-06 Eli Zaretskii <eliz@gnu.org>
20305
20306 * proced.el (proced-mode): Doc fix.
20307
680db9ac
MA
203082009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20309
20310 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20311 lstat fails.
20312 (tramp-do-file-attributes-with-ls): Check for file existence at
20313 remote end.
20314 (tramp-do-file-attributes-with-stat): Likewise.
20315 (tramp-convert-file-attributes): Return nil when attr is nil.
20316
3f12e5bd
GM
203172009-09-05 Glenn Morris <rgm@gnu.org>
20318
c8dc27bf
GM
20319 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20320 properties to this button.
20321 (diary-fancy-display): Don't extend the button to the final newline.
20322 (diary-fancy-display-mode): Continue to define "q" as a local key.
20323
cca065d8
GM
20324 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20325 efficient.
20326
cddaedb6
GM
20327 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20328
3f12e5bd
GM
20329 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20330 (byte-compile-dest-file-function): New option.
20331 (byte-compile-dest-file): Doc fix.
20332 Obey byte-compile-dest-file-function.
20333 (byte-compile-cl-file-p): New function.
20334 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20335 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20336 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20337 than for file being previously loaded.
20338 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20339 (byte-compile-file-form-require): Handle the case where requiring a file
20340 indirectly causes CL to be loaded.
20341
049a231b
KF
203422009-09-05 Karl Fogel <kfogel@red-bean.com>
20343
20344 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20345 before killing the old buffer, since by the time `kill-buffer' is
20346 run so many buffer variables have been set to nil that it may not
20347 behave as expected. (Bug#4061)
20348
ef7ef2a0
KF
203492009-09-05 Karl Fogel <kfogel@red-bean.com>
20350
20351 * files.el (find-alternate-file): If the old buffer is modified
20352 and visiting a file, behave similarly to `kill-buffer' when
20353 killing it, thus reverting to the pre-1.878 behavior; see
20354 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20355 for discussion. Also, consult `buffer-file-name' as a variable
20356 not as a function, for consistency with the rest of the code.
20357
73d854cd
MA
203582009-09-04 Michael Albinus <michael.albinus@gmx.de>
20359
20360 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20361 also when adding a new directory.
20362
6a7662bb
BR
20363 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20364 New defun.
73d854cd 20365
df120481
SM
203662009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * files.el (locate-file-completion-table): Make it provide boundary
20369 information, so partial-completion works better.
20370
c0bc6d79
SM
203712009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20372
20373 * mail/footnote.el (Footnote-text-under-cursor):
20374 Check footnote-text-marker-alist before using it (bug#4324).
20375
f76a9756
GM
203762009-09-04 Glenn Morris <rgm@gnu.org>
20377
67d110f1
GM
20378 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20379 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20380 * play/solitaire.el, play/tetris.el:
20381 Remove leading * from defcustom and defface docs.
20382
b42d4989
GM
20383 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20384 necessary.
20385 (diary-fancy-overriding-map): New variable.
20386 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20387 Use view-mode.
20388
f76a9756
GM
20389 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20390 goto-line.
20391
e605eeeb
GM
203922009-09-03 Glenn Morris <rgm@gnu.org>
20393
597e2240
GM
20394 * arc-mode.el (archive-mode):
20395 * dos-fns.el (set-default-process-coding-system):
20396 * man.el (Man-getpage-in-background):
20397 * menu-bar.el (menu-bar-describe-menu):
20398 * server.el (server-process-filter):
20399 * startup.el (command-line):
20400 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20401 * w32-fns.el (set-default-process-coding-system):
20402 * x-dnd.el (x-dnd-handle-file-name):
20403 * international/mule-cmds.el (mule-menu-keymap)
20404 (set-default-coding-systems, language-info-alist, set-language-info)
20405 (set-language-environment, standard-display-european-internal)
20406 (set-locale-environment):
20407 * international/mule-diag.el (mule-diag):
20408 * mail/emacsbug.el (report-emacs-bug):
20409 * mail/rmail.el (rmail-mode):
20410 * mail/sendmail.el (mail-setup):
20411 Use default-value rather than default-enable-multibyte-characters.
20412
f38184aa
GM
20413 * progmodes/f90.el: Move all safe properties into the defcustoms.
20414 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20415
e605eeeb
GM
20416 * calendar/appt.el (appt-check):
20417 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20418 (diary-check-diary-file, diary-list-entries)
20419 (diary-include-other-diary-files, diary-simple-display)
20420 (diary-fancy-display, diary-print-entries)
20421 (diary-mark-included-diary-files, diary-make-entry):
20422 Don't call substitute-in-file-name on diary-file.
20423
734db384 204242009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20425 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20426
20427 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20428 (footnote-mode-map): Move initialization into the declaration.
20429 (footnote-minor-mode-map): Define it rather than changing global-map.
20430 (footnote-mode): Use define-minor-mode.
20431
e5aa47f9
MA
204322009-09-02 Michael Albinus <michael.albinus@gmx.de>
20433
20434 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20435 (tramp-do-file-attributes-with-perl)
20436 (tramp-do-file-attributes-with-stat): Rename from
20437 `tramp-handle-file-attributes-with-*'.
20438 (tramp-handle-file-attributes): Use them.
20439 (tramp-do-directory-files-and-attributes-with-perl)
20440 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20441 `tramp-handle-directory-files-and-attributes-with-*'.
20442 (tramp-handle-directory-files-and-attributes): Use them.
20443 (tramp-method-out-of-band-p): Additional parameter SIZE.
20444 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20445 (tramp-handle-write-region): Use it.
734db384 20446 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20447 (tramp-handle-vc-registered): Check, whether the first run did
20448 return files to be tested.
20449 (tramp-advice-make-auto-save-file-name): Do not call directly
20450 `tramp-handle-make-auto-save-file-name', because this would bypass
20451 the locking mechanism.
20452
734db384 20453 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20454 (file-remote-p, process-file, start-file-process, set-file-times)
20455 (tramp-compat-file-attributes): Compatibility functions shall not
20456 call directly `tramp-handle-*', because this would bypass the
20457 locking mechanism.
20458 (tramp-compat-number-sequence): New defun.
20459
6e2ca895
GM
204602009-09-02 Glenn Morris <rgm@gnu.org>
20461
697c7714
GM
20462 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20463 alias for float-time.
20464 (time-to-number-of-days): In Emacs, use float-time.
20465 * net/newst-backend.el (time-add): Suppress warnings from compat
20466 function.
20467 * time.el (emacs-uptime, emacs-init-time):
20468 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20469 Use float-time rather than time-to-seconds.
20470
6e2ca895
GM
20471 * minibuffer.el (completion-initials-expand): Fix typo.
20472
20473 * faces.el (modeline, modeline-inactive, modeline-highlight)
20474 (modeline-buffer-id):
20475 * info.el (info-menu-5): Mark these face aliases as obsolete.
20476
ed17efec
NR
204772009-09-01 Nick Roberts <nickrob@snap.net.nz>
20478
20479 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20480 space ...
20481 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20482 no "--thread" option.
20483 (gdb-stopped): Don't print "Switched to thread" message when it is
20484 unchanged.
20485
fcb68f70
SM
204862009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20487
20488 * minibuffer.el (completion-try-completion)
20489 (completion-all-completions): Remove ill-defined (and
20490 mistakenly installed and luckily never used nor documented)
20491 `completion-styles' property.
20492 (completion-initials-expand, completion-initials-all-completions)
20493 (completion-initials-try-completion): New functions.
20494 (completion-styles-alist): Add doc to each entry.
20495 Add new `initials' entry.
20496
83318a6d
NR
204972009-09-01 Nick Roberts <nickrob@snap.net.nz>
20498
20499 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20500 MI command -var-evaluate-expression.
20501 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20502 and tweak for case of string child.
734db384 20503 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20504
d63eb0e7
GM
205052009-09-01 Glenn Morris <rgm@gnu.org>
20506
c4f6e489
GM
20507 * add-log.el (change-log-date-face, change-log-name-face)
20508 (change-log-email-face, change-log-file-face, change-log-list-face)
20509 (change-log-conditionals-face, change-log-function-face)
20510 (change-log-acknowledgement-face):
20511 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20512 (custom-modified-face, custom-set-face, custom-changed-face)
20513 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20514 (custom-documentation-face, custom-state-face, custom-comment-face)
20515 (custom-comment-tag-face, custom-variable-tag-face)
20516 (custom-variable-button-face, custom-face-tag-face)
20517 (custom-group-tag-face-1, custom-group-tag-face):
20518 * diff-mode.el (diff-header-face, diff-file-header-face)
20519 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20520 (diff-added-face, diff-changed-face, diff-function-face)
20521 (diff-context-face, diff-nonexistent-face):
20522 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20523 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20524 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20525 (Info-title-4-face):
20526 * isearch.el (isearch-lazy-highlight-face):
20527 * log-view.el (log-view-file-face, log-view-message-face):
20528 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20529 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20530 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20531 (cvs-msg-face):
20532 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20533 (smerge-base-face, smerge-markers-face):
20534 * wid-edit.el (widget-documentation-face, widget-button-face)
20535 (widget-field-face, widget-single-line-field-face)
20536 (widget-inactive-face, widget-button-pressed-face):
20537 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20538 (woman-addition-face):
2fb1ec93
GM
20539 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20540 (eshell-ls-executable-face, eshell-ls-readonly-face)
20541 (eshell-ls-unreadable-face, eshell-ls-special-face)
20542 (eshell-ls-missing-face, eshell-ls-archive-face)
20543 (eshell-ls-backup-face, eshell-ls-product-face)
20544 (eshell-ls-clutter-face):
20545 * eshell/em-prompt.el (eshell-prompt-face):
20546 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20547 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20548 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20549 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20550 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20551 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20552 (antlr-font-lock-literal-face):
c4f6e489
GM
20553 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20554 (ebrowse-root-class-face, ebrowse-file-name-face)
20555 (ebrowse-default-face, ebrowse-member-attribute-face)
20556 (ebrowse-member-class-face, ebrowse-progress-face):
20557 * progmodes/make-mode.el (makefile-space-face):
20558 * progmodes/sh-script.el (sh-heredoc-face):
20559 * textmodes/flyspell.el (flyspell-incorrect-face)
20560 (flyspell-duplicate-face):
20561 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20562 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20563 Mark face aliases with "-face" suffix as obsolete.
20564
d80619fa
GM
20565 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20566 compiler.
20567
5f68c1b7
GM
20568 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20569 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20570 easy-menu-define wants to modify these.
20571
20572 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20573
20574 * net/browse-url.el (browse-url-file-url):
20575 * term/internal.el (dos-codepage-setup):
20576 Use default-value rather than default-enable-multibyte-characters.
20577
d80619fa 20578 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20579 * progmodes/flymake.el (flymake-highlight-line)
20580 (flymake-goto-file-and-line, flymake-goto-line):
20581 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20582 (gdb-goto-breakpoint):
20583 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20584 * progmodes/python.el (python-find-function)
20585 (python-pdbtrack-track-stack-file):
20586 * progmodes/verilog-mode.el (verilog-surelint-off):
20587 * term/ns-win.el (ns-open-file-select-line):
20588 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20589 Use forward-line rather than goto-line.
20590
d63eb0e7
GM
20591 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20592 * textmodes/reftex-index.el (reftex-display-index):
20593 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20594 * textmodes/reftex-toc.el (reftex-toc):
20595 Remove unnecessary bindings of default-major-mode (all are followed by
20596 major-mode check and possible mode switch).
20597
0afad278
NR
205982009-08-31 Nick Roberts <nickrob@snap.net.nz>
20599
20600 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20601 Handle watchpoints (bug#4282).
20602 (def-gdb-thread-buffer-command): Enable thread to be selected by
20603 clicking without selecting threads buffer first.
20604 (gdb-current-context-command): Use selected frame so that "up",
20605 "down" etc work in the GUD buffer.
20606 (gdb-update): Find selected frame before rendering stack buffer.
20607 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20608
4e135dd2
SM
206092009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20610
20611 * progmodes/sym-comp.el (displayed-completions): Remove.
20612 (symbol-complete): Use minibuffer-complete.
20613
e61eba34
GM
206142009-08-31 Glenn Morris <rgm@gnu.org>
20615
20616 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20617
734db384
SM
20618 * apropos.el (apropos-symbols-internal):
20619 Handle (obsolete) face aliases.
e61eba34
GM
20620
20621 * faces.el (describe-face): Adjust the output format to be more like
20622 describe-variable, and to mention (obsolete) face aliases.
20623 Adjust the whitespace so that help-setup-xref works.
20624
20625 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20626 * calendar/diary-lib.el (diary-button-face):
20627 Mark these face aliases as obsolete.
20628
20629 * calendar/calendar.el (calendar-today): Doc fix.
20630
4cf71456
NR
206312009-08-31 Nick Roberts <nickrob@snap.net.nz>
20632
20633 * progmodes/gdb-mi.el (gdb-control-all-threads)
20634 (gdb-control-current-thread): Force tool bar update.
20635 (gdb-non-stop-handler): New function.
20636 (gdb-init-1): Use it to test if non-stop mode is supported.
20637 Remove unused gdbmi buffer type.
20638
e61eba34 206392009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20640
20641 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20642 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20643
4324f7ca
NR
206442009-08-30 Nick Roberts <nickrob@snap.net.nz>
20645
20646 * comint.el (comint-exec-1): Check command is non-null first.
20647 Part of gdb-mi.el change (2009-08-28).
20648
a1bf889a
SM
206492009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20650
20651 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20652
060c08b5
JB
206532009-08-30 Juanma Barranquero <lekktu@gmail.com>
20654
20655 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20656 instead of `dolist' to avoid a recursive require when bootstrapping.
20657
ab22be48
SM
206582009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20659
73ebf88f
SM
20660 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20661
80629cfc
SM
20662 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20663
206d0387 20664 * net/imap.el (imap-send-command): Simplify.
734db384 20665 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20666
844f7784
SM
20667 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20668
5ca4661e
SM
20669 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20670 with constant argument.
20671
c61dc887
SM
20672 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20673
7eb73deb
SM
20674 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20675
5fe443de
SM
20676 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20677 Change default, since most of our files don't have a history.
20678 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20679 the user.
20680
6444d64a
SM
20681 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20682 Add comint-run.
20683
5cb16bfc
SM
20684 * calc/calc.el: Improve commenting convention.
20685 (calc-digit-map, toplevel): Simplify.
20686
0aeb71a7
SM
20687 * comint.el (comint-insert-input): Be careful to only set point if we
20688 don't delegate to some other command.
20689
9a9af856
SM
20690 * proced.el (proced-signal-list): Make it an alist.
20691 (proced-grammar-alist): Capitalize names.
20692 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20693 Disable undo manually and make it read-only.
20694 Use completion-annotate-function.
20695
ab22be48
SM
20696 * minibuffer.el (minibuffer-message): If the current buffer is not
20697 a minibuffer, insert the message in the echo area rather than at the
20698 end of the buffer.
20699 (completion-annotate-function): New variable.
20700 (minibuffer-completion-help): Use it.
20701 (completion--embedded-envvar-table): Environment vars are
20702 always case-sensitive.
20703
4a948dbf
GM
207042009-08-30 Glenn Morris <rgm@gnu.org>
20705
20706 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20707 from fortran-current-defun.
20708 (fortran-beginning-of-subprogram): Be more precise about finding the
20709 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20710 (fortran-end-of-subprogram): Simplify.
20711 (fortran-current-defun): Use fortran-start-prog-re.
20712
486cf3b8
JB
207132009-08-29 Juanma Barranquero <lekktu@gmail.com>
20714
20715 * subr.el (do-after-load-evaluation): Simplify.
20716
db167d28
DN
207172009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20718
20719 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20720
20721 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20722 (vc-rcs-print-log): Use it.
20723
20724 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20725
efbc652a
SM
207262009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20727
2aa0e5bf
SM
20728 * paths.el (abbrev-file-name): Move to abbrev.el.
20729 * abbrev.el (abbrev-file-name): Move from paths.el.
20730 Obey user-emacs-directory.
20731 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20732 user-emacs-directory.
20733 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20734 abbrev-file-name and calc-settings-file any more.
20735 * startup.el (command-line): Recompute abbrev-file-name and
20736 abbreviated-home-dir.
20737 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20738 of the special code for when C-h bindings haven't been changed.
20739 (display-startup-echo-area-message): Use with-current-buffer.
20740 (command-line-1): Use a list of strings, rather than a list of lists
20741 of strings for longopts.
20742
51da8fe2
SM
20743 * files.el (get-free-disk-space): Use / for default-directory.
20744
0c3cc4dd
SM
20745 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20746 Use with-current-buffer.
20747
d988dbf6
SM
20748 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20749 Recognize immutable variables like most-positive-fixnum.
20750 (byte-compile-setq-default): Check and warn if trying to assign
20751 to an immutable variable, or a non-variable.
20752
efbc652a
SM
20753 * progmodes/cc-vars.el (c-comment-continuation-stars):
20754 * progmodes/cc-engine.el (c-looking-at-bos):
20755 * progmodes/cc-cmds.el (c-toggle-auto-state)
20756 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20757 (c-comment-line-break-function): Add version of obsolescence.
20758
d30a05d1
JL
207592009-08-28 Juri Linkov <juri@jurta.org>
20760
20761 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20762 associated with `archive-mode'.
20763
20764 * image.el (image-type-header-regexps): Use only JPEG magic number
20765 to determine JPEG images, and don't use `image-jpeg-p' because
20766 Emacs can display non-JFIF non-Exif JPEG images.
20767
1e8eecea
JB
207682009-08-28 Juanma Barranquero <lekktu@gmail.com>
20769
20770 * arc-mode.el (archive-mode):
20771 * emacs-lisp/re-builder.el (re-builder-unload-function):
20772 Protect against the default value of `major-mode' being nil.
20773
dd4fbf56
JB
207742009-08-28 Juanma Barranquero <lekktu@gmail.com>
20775
20776 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20777 Fix typos in docstrings.
20778
20779 * progmodes/js.el (js--macro-decl-re): Doc fix.
20780 (js--plain-method-re, js--split-name): Refloc docstring.
20781 (js--class-styles, js--make-merged-item, js--splice-into-items):
20782 Fix typos in docstrings; reflow docstrings.
20783 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20784 (js--variable-decl-matcher, js--inside-pitem-p)
20785 (js--parse-state-at-point, js--get-all-known-symbols)
20786 (js--symbol-history, js-find-symbol, js--js-references)
20787 (js--moz-interactor, js--js-encode-value, js--read-tab):
20788 Fix typos in docstrings.
20789
72f16325
SM
207902009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20791
14acf2f5
SM
20792 * textmodes/reftex.el (reftex-get-file-buffer-force):
20793 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20794 * emulation/viper.el (viper-go-away, viper-set-hooks):
20795 * emacs-lisp/re-builder.el (re-builder-unload-function):
20796 * emacs-lisp/bytecomp.el (byte-compile-file):
20797 * ses.el (ses-unload-function):
20798 * hexl.el (hexl-find-file):
20799 * files.el (normal-mode):
20800 * ehelp.el (with-electric-help):
20801 * autoinsert.el (auto-insert-alist):
20802 * arc-mode.el (archive-mode):
20803 Use (default-value 'major-mode) instead of default-major-mode.
20804
72f16325
SM
20805 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20806 * international/mule.el (load-with-code-conversion):
20807 * emacs-lisp/debug.el (debug):
20808 * ediff-vers.el (ediff-rcs-get-output-buffer):
20809 * dired.el (dired-internal-noselect): Don't let-bind
20810 default-major-mode around code that doesn't use it.
20811 E.g. buffer creation via get-buffer-create doesn't use it.
20812
aa485f7c
MA
208132009-08-28 Michael Albinus <michael.albinus@gmx.de>
20814
20815 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20816 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20817 when writing the temp file. Otherwise, epa-file gets confused.
20818 (tramp-register-file-name-handlers): Make it a defun. Move also
20819 `epa-file-handler' to the front of `file-name-handler-alist'.
20820
208212009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20822
20823 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20824 start right after a ^M.
20825 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20826 (tramp-completion-file-name-regexp-separate)
20827 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20828 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20829 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20830 (tramp-completion-file-name-handler): Apply the checks here,
20831 instead during registration.
88b5a757 20832 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20833 `tramp-register-file-name-handler'. Register both
20834 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20835 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20836
3f0c2b92
NR
208372009-08-28 Nick Roberts <nickrob@snap.net.nz>
20838
72f16325
SM
20839 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20840 Remove variable ...
3f0c2b92
NR
20841 (gdb-init-1, gdb-display-separate-io-buffer)
20842 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20843 references to it.
20844 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20845 (gdb-inferior-filter): Use comint-output-filter to stop
20846 echoing and remove ^M characters.
20847
705e5bd9
SM
208482009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20849
009fdc2e
SM
20850 * emulation/viper-init.el (viper-restore-cursor-type):
20851 * emulation/cua-base.el (cua--update-indications):
20852 Replace default-cursor-type with (default-value 'cursor-type).
20853
b56a5ae0
SM
20854 * mail/sendmail.el (mail-recover-1):
20855 * international/mule-diag.el (describe-current-coding-system-briefly)
20856 (describe-current-coding-system):
20857 * international/mule-cmds.el (select-safe-coding-system)
20858 (select-message-coding-system)
20859 (set-language-environment-coding-systems, set-locale-environment):
20860 * hexl.el (hexl-insert-multibyte-char):
20861 * dos-w32.el (find-buffer-file-type-coding-system):
20862 * simple.el (what-cursor-position):
20863 Replace uses of default-buffer-file-coding-system
20864 with (default-value 'buffer-file-coding-system).
20865
de70529f
SM
20866 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20867 Replace uses of default-cursor-in-non-selected-windows
20868 with (default-value 'cursor-in-non-selected-windows).
20869 Use with-current-buffer.
20870
705e5bd9
SM
20871 * mail/feedmail.el: Use CL macros.
20872 (feedmail-run-the-queue, feedmail-send-it-immediately):
20873 * dos-w32.el (find-buffer-file-type): Replace uses of
20874 default-buffer-file-type with (default-value 'buffer-file-type).
20875
4d985ac2
GM
208762009-08-28 Glenn Morris <rgm@gnu.org>
20877
20878 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20879 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20880 Use default-value of major-mode rather than default-major-mode.
20881
17c15b81
SM
208822009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20883
3a68ab06
SM
20884 * Makefile.in (update-elcfiles): Report left over elc files.
20885
9421bdd1
SM
20886 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20887 expand-file-name and with-current-buffer.
20888 (mail-get-names, mail-directory): Use with-current-buffer.
20889
17c15b81
SM
20890 * vc.el (vc-read-revision): New function.
20891 (vc-version-diff, vc-merge): Use it.
20892
ba83a64e
SS
208932009-08-27 Sam Steingold <sds@gnu.org>
20894
20895 * simple.el (kill-do-not-save-duplicates): New user option.
20896 (kill-new): When it is non-nil, and the new string is the same as
20897 the latest kill, set replace to t to avoid duplicates in kill-ring.
20898
be3e598a 208992009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20900
20901 * net/tramp.el (tramp-handle-process-file): Do not flush all
20902 caches when `process-file-side-effects' is set.
20903 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20904 instead of `tramp-find-file-exists-command'.
20905 Unset `process-file-side-effects'.
d5b5c94a
MA
20906
209072009-08-27 Michael Albinus <michael.albinus@gmx.de>
20908
20909 * net/tramp.el (tramp-methods): New method "rsyncc".
20910 (top): Add completion function for "rsyncc".
20911 (tramp-message-show-message): New defvar.
20912 (tramp-message, tramp-error): Use it.
20913 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20914 remote copying.
20915 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20916 `tramp-methods' entry `copy-env' of "rsyncc".
20917 (tramp-vc-registered-read-file-names): New defconst.
20918 (tramp-vc-registered-file-names): New defvar.
20919 (tramp-handle-vc-registered): Implement optimization strategy.
20920 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20921 (tramp-vc-file-name-handler): New defun.
20922 (tramp-get-ls-command, tramp-get-test-command)
20923 (tramp-get-file-exists-command, tramp-get-remote-ln)
20924 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20925 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20926
20927 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20928 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20929 timestamps.
20930 (tramp-get-file-property): Check for timestamps in
20931 `tramp-cache-inhibit-cache'.
20932 (tramp-set-file-property): Write timestamp.
20933
1339cf20
KH
209342009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20935
20936 * language/japan-util.el (japanese-symbol-table): Add entries for
20937 cp932-2-byte.
20938
20939 * international/characters.el: Add category `j' to cp932-2-byte.
20940
726e3f1d
KH
209412009-08-27 Kenichi Handa <handa@m17n.org>
20942
20943 * international/fontset.el (build-default-fontset-data): New macro.
20944 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20945 tibetan, ethiopic, and ipa.
726e3f1d 20946
4e3b4528
SM
209472009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20948
20949 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20950 (enable-multibyte-characters): Not customizable any more.
20951
20952 * subr.el (default-mode-line-format, default-header-line-format)
20953 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20954 (default-direction-reversed, default-truncate-lines)
20955 (default-left-margin, default-tab-width, default-case-fold-search)
20956 (default-left-margin-width, default-right-margin-width)
20957 (default-left-fringe-width, default-right-fringe-width)
20958 (default-fringes-outside-margins, default-scroll-bar-width)
20959 (default-vertical-scroll-bar, default-indicate-empty-lines)
20960 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20961 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20962 (default-scroll-down-aggressively, default-fill-column)
20963 (default-cursor-type, default-buffer-file-type)
20964 (default-cursor-in-non-selected-windows)
20965 (default-buffer-file-coding-system, default-major-mode)
20966 (default-enable-multibyte-characters): Mark as obsolete.
20967
b3cca6a6
DN
209682009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20969
652cc1a2
DN
20970 * vc-dir.el (vc-dir-update): Remove debug helper.
20971
b3cca6a6
DN
20972 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20973
4ed8c7aa
SS
209742009-08-26 Sam Steingold <sds@gnu.org>
20975
20976 * simple.el (save-interprogram-paste-before-kill): New user option.
20977 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20978 save the interprogram-paste into kill-ring before overriding it
20979 with the Emacs kill.
20980
3b64d86b
DN
209812009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20982
20983 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20984 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20985 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20986 and move to vc-rcs.el.
20987 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20988 move to vc-rcs.el.
20989 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20990 (vc-rcs-update-changelog): Remove.
20991 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20992 and move to vc-rcs.el.
20993
20994 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20995 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20996 renaming.
20997 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20998 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20999 vc.el, renamed to be RCS specific.
21000
72f16325
SM
21001 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
21002 New functions.
21003 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
21004
21005 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
21006 New functions.
21007
636a36a0
SM
210082009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
21009
21010 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
21011
239b3340
DN
210122009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
21013
b91f0762 21014 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
21015 (vc-git-stash, vc-git-stash-show): New functions.
21016 (vc-git-extra-menu-map): Bind them.
b91f0762 21017
b8e54362
DN
21018 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
21019 directory correctly in case the item is a directory itself.
21020
239b3340
DN
21021 * vc.el: Document the desired behavior for reverted files in the
21022 `added' state.
dc810649
DN
21023 (vc-default-prettify-state-info): Remove function, unused.
21024
21025 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 21026
e49c0179
GM
210272009-08-26 Glenn Morris <rgm@gnu.org>
21028
21029 * bindings.el (standard-mode-line-format): Reposition dashes in
21030 which-func entry. (Bug#4217)
21031
3029e594
GM
21032 * files.el (enable-local-variables, enable-local-eval)
21033 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
21034 the defcustoms.
21035 (auto-mode-alist, ignored-local-variables)
21036 (save-some-buffers-action-alist): Move risky declarations to the
21037 definitions.
21038 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
21039 (font-lock-defaults, format-alist, imenu--index-alist)
21040 (imenu-generic-expression, input-method-alist, minor-mode-alist)
21041 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
21042 (mode-line-modified, mode-line-mule-info, mode-line-position)
21043 (mode-line-process, mode-line-remote, outline-level)
21044 (parse-time-rules, rmail-output-file-alist)
21045 (special-display-buffer-names, vc-mode):
21046 Move risky declarations to the relevant files.
72f16325
SM
21047 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
21048 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
21049 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
21050 * font-core.el (font-lock-defaults):
21051 * format.el (format-alist):
21052 * vc-hooks.el (vc-mode):
21053 * window.el (special-display-buffer-names):
21054 * international/mule-cmds.el (input-method-alist):
21055 Define riskiness here (dumped file) rather than in files.el.
21056 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
21057 * imenu.el (imenu-generic-expression, imenu--index-alist):
21058 * outline.el (outline-level):
21059 * time.el (display-time-string):
21060 * calendar/parse-time.el (parse-time-rules):
21061 * mail/rmailout.el (rmail-output-file-alist):
21062 Autoload riskiness here, rather than placing in files.el.
21063
8476cfaf
SM
210642009-08-26 Andreas Schwab <schwab@linux-m68k.org>
21065
21066 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
21067
0b35b48e
MA
210682009-08-25 Michael Albinus <michael.albinus@gmx.de>
21069
21070 * simple.el (process-file-side-effects): New defvar.
21071
21072 * dired-aux.el (dired-show-file-type):
21073 * vc.el (vc-diff-internal):
21074 * vc-arch.el (vc-arch-diff):
21075 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
21076 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
21077 * vc-git.el (vc-git-registered, vc-git-working-revision)
21078 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
21079 (vc-git--empty-db-p):
21080 * vc-hooks.el (vc-user-login-name):
21081 * vc-svn.el (vc-svn-registered, vc-svn-state)
21082 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21083 * progmodes/grep.el (grep-probe): Let-bind
21084 `process-file-side-effects' with nil.
21085
21086 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21087
21088 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21089 daemon. Replace ping by checking for running service for bluez
21090 and zeroconf. (Bug#4239)
21091
d54cc599
GM
210922009-08-25 Kevin Ryde <user42@zip.com.au>
21093
21094 * net/dig.el (dig): Add autoload cookie.
21095
7bfd055d
GM
210962009-08-25 Glenn Morris <rgm@gnu.org>
21097
bac9c66c
GM
21098 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21099 load-history for absolute file-names.
21100 (byte-compile-file-form-require): Warn about use of the cl package.
21101
7bfd055d
GM
21102 * format.el (format-alist): Doc fix.
21103
5ac1f9e0
GM
21104 * play/bubbles.el (top-level): Don't require cl at run-time.
21105
af62aa88
GM
21106 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21107 run-time cl).
21108
71e036af
DD
211092009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21110
21111 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21112 from cl package.
21113 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21114
42110eaf
JB
211152009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21116
21117 * calc/calc-alg.el (math-trig-rewrite)
21118 (math-hyperbolic-trig-rewrite): New functions.
21119 (calc-simplify): Simplify trig functions when asked.
21120
88421f3e
SM
211212009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21122
21123 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21124
dbd9624e
KH
211252009-08-24 Kenichi Handa <handa@m17n.org>
21126
21127 * language/ind-util.el (mapthread): Delete it.
21128 (combinatorial): New function.
21129 (indian--puthash-cv): Use combinatorial instead of mapthread.
21130
9b89e3ee
GM
211312009-08-22 Kevin Ryde <user42@zip.com.au>
21132
21133 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21134 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21135 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21136 Clarify docstring that the value is strings not symbols.
21137 (checkdoc-list-of-strings-p): New function.
21138
e6ce8c42
GM
211392009-08-22 Glenn Morris <rgm@gnu.org>
21140
2ddf2ea6 21141 * files.el (auto-mode-alist):
a3374680
GM
21142 * hippie-exp.el (he-concat-directory-file-name):
21143 * lpr.el (lpr-windows-system, printer-name):
21144 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21145 * ps-print.el (ps-windows-system):
21146 * startup.el (command-line):
21147 * emulation/viper-ex.el (viper-glob-function):
21148 * international/mule-cmds.el (set-language-environment-coding-systems):
21149 * net/ange-ftp.el (ange-ftp-write-region):
21150 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 21151 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
21152 unisoft-unix, vax-vms, win32, w32.
21153
977955fa
GM
21154 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21155 given name if the pattern is not more specific.
21156
b4deec2e
GM
21157 * calendar/lunar.el (lunar-phase-names): New option.
21158 (lunar-phase): Doc fix.
21159 (lunar-cycles-per-year): New constant.
21160 (lunar-index): New function.
21161 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21162 (lunar-phase-name): Use lunar-phase-names.
21163 (calendar-lunar-phases): Use format.
21164 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21165
47e83968
GM
21166 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21167 Copy imenu-example--name-and-position function here for own use.
21168 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21169
e6ce8c42
GM
21170 * bs.el (bs--redisplay):
21171 * cus-edit.el (custom-redraw):
21172 * ibuffer.el (ibuffer-bury-buffer):
21173 * server.el (server-goto-line-column):
21174 * startup.el (command-line-1):
21175 * strokes.el (strokes-xpm-for-stroke):
21176 * term.el (term-display-buffer-line):
21177 * view.el (View-goto-line):
21178 * calc/calc.el (calc-do, calc-trail-buffer):
21179 * play/gamegrid.el (gamegrid-add-score-insecure):
21180 * progmodes/ada-mode.el (ada-compile-goto-error):
21181 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21182 (ebrowse-select-1st-to-9nth):
47e83968 21183 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
21184 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21185 * progmodes/gud.el (gud-display-line):
21186 (idlwave-shell-display-line):
21187 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21188 * progmodes/make-mode.el (makefile-browser-toggle):
21189 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21190 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21191 * textmodes/picture.el (picture-draw-rectangle):
21192 * textmodes/reftex-index.el (reftex-index-goto-letter):
21193 (reftex-select-jump-to-previous):
21194 * textmodes/reftex-sel.el (reftex-find-start-point)
21195 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21196 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21197 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21198 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21199 * textmodes/two-column.el (2C-associated-buffer):
21200 Use forward-line rather than goto-line.
21201
21202 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21203 goto-line.
21204
4b18bdb3
GM
21205 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21206 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21207 (quick-check-list-to-regexp): Declare.
e6ce8c42 21208
72f16325
SM
21209 * progmodes/make-mode.el (makefile-browser-insert-selection):
21210 Use goto-char rather than goto-line.
e6ce8c42
GM
21211
21212 * progmodes/prolog.el (compilation-error-regexp-alist)
21213 (compilation-forget-errors): Declare.
21214
32a2cf25
JL
212152009-08-22 Juri Linkov <juri@jurta.org>
21216
21217 * progmodes/grep.el (lgrep, rgrep): At the beginning
21218 set `dir' to `default-directory' unless `dir' is a non-nil
21219 readable directory. (Bug#4052)
21220 (lgrep, rgrep): Change a weird way to report an error
21221 from using `read-string' to using `error'.
21222 Instead of using interactive arguments in the function body,
21223 add new argument `confirm'.
21224
5443c9b7
SM
212252009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21226
cb5b40ee
SM
21227 * textmodes/remember.el (remember-buffer):
21228 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21229 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21230 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
21231 * net/newst-treeview.el (newsticker-groups-filename):
21232 * net/newst-backend.el (newsticker-cache-filename):
21233 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21234 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21235 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21236 (speedbar-buffers-line-path, speedbar-path-line)
21237 (speedbar-buffers-line-path):
21238 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21239 (epg-sign-keys):
21240 * epa.el (epa-display-verify-result):
21241 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21242
d6261cc1
GM
212432009-08-21 Glenn Morris <rgm@gnu.org>
21244
3e1ea342
GM
21245 * progmodes/js.el (inferior-moz-process): Fix declaration.
21246
ce86eeb5
GM
21247 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21248
fff28970
GM
21249 * obsolete/rnewspost.el (news-mail-reply):
21250 Use goto-char rather than goto-line.
21251
d93e053b
GM
21252 * term/ns-win.el (ns-open-file-select-line):
21253 Use line-beginning-position rather than goto-line.
21254
d5d105e8
GM
21255 * apropos.el (apropos-command):
21256 * ehelp.el (electric-helpify):
21257 * printing.el (pr-show-setup):
21258 * strokes.el (strokes-help):
21259 * tutorial.el (tutorial--describe-nonstandard-key)
21260 (tutorial--detailed-help):
21261 * woman.el (woman-mini-help, woman-display-extended-fonts):
21262 * calc/calc-help.el (calc-describe-key):
21263 * emulation/edt.el (edt-electric-helpify):
21264 * international/mule-diag.el (mule-diag):
21265 * play/yow.el (apropos-zippy):
21266 * progmodes/python.el (python-describe-symbol):
21267 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21268 * textmodes/table.el (*table--cell-describe-mode)
21269 (*table--cell-describe-bindings):
21270 Use help-print-return-message rather than the now obsolete alias.
21271
a8ab722f 21272 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
21273 (calendar-cursor-to-visible-date):
21274 * play/5x5.el (5x5-position-cursor):
21275 * play/decipher.el (decipher):
21276 * play/gomoku.el (gomoku-goto-xy):
21277 * play/landmark.el (lm-goto-xy):
21278 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21279 (mpuz-paint-digit):
21280 Use forward-line, not goto-line.
a8ab722f 21281
d6261cc1
GM
21282 * mail/rmail.el (rmail-obsolete): Delete custom group.
21283 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21284 (rmail-remote-password, rmail-remote-password-required):
21285 Remove unneeded :set-after and :set properties.
21286
9e846523
MA
212872009-08-21 Michael Albinus <michael.albinus@gmx.de>
21288
21289 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21290
bbe1f502
DN
212912009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21292
bcc5db24
DN
21293 * loadup.el: Remove leftover macos code.
21294
bbe1f502
DN
21295 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21296 Explicitly pass the date format to git blame so that user local
21297 so that the output format can be parsed.
21298
6fd2d19a
MA
212992009-08-20 Michael Albinus <michael.albinus@gmx.de>
21300
21301 * net/dbus.el (top): Don't check for (getenv
21302 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21303
31764e15
SM
213042009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21305
21306 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 21307 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 21308
28930e39
SM
213092009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21310
4fd15622 21311 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 21312 Bug#3287.
4fd15622 21313
b3d8e4a0
SM
21314 * help.el (help-print-return-message): Rename from
21315 print-help-return-message.
21316
c9829c70
SM
21317 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21318 cvs-mode-map parent hack.
21319 (log-view-mode): Derive from special-mode.
21320
b932657b
SM
21321 * linum.el (linum-mode): window-size-change-functions is redundant.
21322 Adapt to new window-configuration-change-hook behavior.
21323 (linum-after-size, linum-after-config): Remove.
21324
1b700bca
SM
21325 * imenu.el (imenu-example--name-and-position)
21326 (imenu-example--lisp-extract-index-name)
21327 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21328 Mark as obsolete.
21329
28930e39
SM
21330 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21331 (inferior-prolog-mode): Use it.
21332 (inferior-prolog-load-file): Reset list of errors.
21333
c9af0b68
KH
213342009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21335
21336 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21337
21338 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21339
720c7cd6
MA
213402009-08-19 Michael Albinus <michael.albinus@gmx.de>
21341
21342 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21343 is running already.
21344
03a74b84
SM
213452009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * subr.el (listify-key-sequence-1): Use normal syntax since those
21348 integers are nowadays always represented by the same (positive) number
21349 on all platforms.
21350 (read-key-empty-map): New const.
21351 (read-key-delay): New var.
21352 (read-key): New function.
21353 (force-mode-line-update): Use with-current-buffer.
21354 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21355 (start-process-shell-command, start-file-process-shell-command):
21356 Discourage the use of command-args.
21357
f43e88d4
GM
213582009-08-19 Glenn Morris <rgm@gnu.org>
21359
21360 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21361
890429cc
SM
213622009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21363
85be9ec4
SM
21364 * simple.el (choose-completion-string): Don't rely on
21365 minibuffer-completing-file-name and ad-hoc checks to decide whether
21366 to continue completion or not.
21367
890429cc
SM
21368 * minibuffer.el (minibuffer-hide-completions): New function.
21369 (completion--do-completion): Use it.
21370 (completions-annotations): New face.
21371 (completion--insert-strings): Use it.
21372 (completion-pcm--delim-wild-regex): Add docstring.
21373 (completion-pcm--string->pattern): Add support for 0-width delimiters
21374 in completion-pcm--delim-wild-regex.
21375
265d4549
SM
213762009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21377
d440b941
SM
21378 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21379 Remove unused var `buffer-modified-p'.
21380
265d4549
SM
21381 * minibuffer.el (completion--do-completion): Move point for the #b001
21382 case as well (bug#4176).
21383 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21384
ba6f7d86
MA
213852009-08-18 Michael Albinus <michael.albinus@gmx.de>
21386
21387 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21388 and :session buses.
21389
98819490
KH
213902009-08-18 Kenichi Handa <handa@m17n.org>
21391
265d4549
SM
21392 * international/ucs-normalize.el (ucs-normalize-version):
21393 Change to 1.1.
58627cf0
KH
21394 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21395 (utf-8-hfs): Make it perform normalization on encoding too.
21396
98819490
KH
21397 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21398 (sentence-end-without-space): Delete duplicated chars.
21399 (sentence-end-base): Likewise.
e739cc85
KH
21400
21401 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21402 (html-mode): Delete duplicated chars from sentence-end-base.
21403
21404 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21405 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21406
645b9326
CY
214072009-08-17 Chong Yidong <cyd@stupidchicken.com>
21408
21409 * files.el (hack-one-local-variable): If the mode function is for
21410 a minor mode, pass it an argument (Bug#4148).
21411
56c195af
MA
214122009-08-17 Michael Albinus <michael.albinus@gmx.de>
21413
21414 * net/tramp.el (tramp-register-completion-file-name-handler):
21415 Check also for (member 'partial-completion completion-styles).
21416
7a55c78b
CY
214172009-08-16 Chong Yidong <cyd@stupidchicken.com>
21418
21419 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21420 abbrev (Bug#3943).
21421
be3e598a 214222009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21423
21424 * progmodes/cperl-mode.el: Merge upstream 6.2.
21425 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21426 (cperl-forward-re): Check cperl-brace-recursing.
21427 (cperl-highlight-charclass): New function.
21428 (cperl-find-pods-heres): Use it.
31cd2dd4 21429 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21430 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21431 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21432 (cperl-beautify-level): Don't process entire regexp.
21433 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21434 calling man.
21435 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21436 (cperl-init-faces): Build a list in the normal way.
21437
81b1f9c9
CY
214382009-08-16 Chong Yidong <cyd@stupidchicken.com>
21439
21440 * calendar/parse-time.el (parse-time-string-chars): Save match
21441 data.
21442
c3732cb8
SM
214432009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21444
55659495
SM
21445 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21446 (sql-product): Use it.
21447 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21448 (sql-set-product): Add completion.
21449 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21450 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21451 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21452 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21453 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21454 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21455 (sql-highlight-db2-keywords): Remove.
21456 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21457 (sql-highlight-product): Use derived-mode-p.
21458 (sql-set-sqli-buffer): Use with-current-buffer.
21459 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21460 Simplify.
21461
1ae79427
SM
21462 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21463
c3732cb8
SM
21464 * term.el: Fix commenting convention, turn comments into docstrings.
21465
f24b8bf3
CY
214662009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21467
21468 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21469
7b6fefac 214702009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21471
1200ac26 21472 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21473 character classes, to handle non-ascii characters (Bug#3190).
21474
214752009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21476
1abbe4e5
CY
21477 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21478 another heredoc if the user adds another < (Bug#3226).
21479
c3732cb8
SM
21480 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21481 Don't initialize based on window-system (Bug#4124).
19261da4 21482
daad00fc
CY
21483 * facemenu.el (facemenu-read-color): Use a completion function
21484 that accepts any defined color, such as RGB triplets (Bug#3677).
21485
e1bdde78
CY
21486 * files.el (get-free-disk-space): Change fallback default
21487 directory to /. Expand DIR argument before switching to fallback.
21488 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21489
9d73a99e
CY
214902009-08-15 Chong Yidong <cyd@stupidchicken.com>
21491
21492 * files.el (load-library): Doc fix.
21493
68b962d4 214942009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21495
953e0c1a 21496 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21497 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21498 incremental search string.
9d73a99e 21499
c3732cb8 21500 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21501 XEmacs.
9d73a99e 21502
c3732cb8
SM
21503 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21504 (ediff-merge-region-is-non-clash)
21505 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21506 Also check if the job is really a merge job.
9d73a99e 21507
c3732cb8 21508 * ediff.el (ediff-current-file): New function.
9d73a99e 21509
2e330adc
CY
215102009-08-15 Chong Yidong <cyd@stupidchicken.com>
21511
21512 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21513 conventions.
c3732cb8 21514 (js-insert-and-indent): Delete function.
2e330adc
CY
21515 (js-mode-map): Don't bind keys to js-insert-and-indent.
21516 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21517 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21518 (js-auto-indent-flag): Delete variable.
2e330adc 21519
17b5d0f7
CY
215202009-08-14 Chong Yidong <cyd@stupidchicken.com>
21521
c3732cb8
SM
21522 * progmodes/js.el: Remove proclaim statement.
21523 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21524
ba2d8894
CY
21525 * files.el (auto-mode-alist): Use js-mode for .js files.
21526
c3732cb8 21527 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21528
21529 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21530
21531 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21532
c3732cb8 21533 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21534
215352009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21536 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21537
21538 * progmodes/js.el: New file.
21539
b6377f1d
MH
215402009-08-14 Mark A. Hershberger <mah@everybody.org>
21541
21542 * timezone.el (timezone-parse-date): Add ability to understand ISO
21543 basic format (minimal separators) dates in addition to the
21544 already-supported extended format dates.
21545
bc0eef46
EZ
215462009-08-14 Eli Zaretskii <eliz@gnu.org>
21547
4e021e65
EZ
21548 * international/ucs-normalize.el: Add a `coding' file variable.
21549
bc0eef46
EZ
21550 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21551
53dab179
SS
215522009-08-14 Sam Steingold <sds@gnu.org>
21553
6801c38a 21554 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21555
6c58c39c
CY
215562009-08-13 Chong Yidong <cyd@stupidchicken.com>
21557
21558 * faces.el (help-argument-name): Define it here instead of
21559 help-fns.el, because in daemon mode help-fns.el may be loaded when
21560 faces are still uninitialized (Bug#1078).
21561
21562 * help-fns.el (help-argument-name): Move defface to faces.el.
21563
c7baf7e9
NR
215642009-08-13 Nick Roberts <nickrob@snap.net.nz>
21565
21566 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21567 create buffer with a pty but no process so that GDB can make the
21568 inferior the controlling process.
21569
9c40e995 215702009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21571
21572 * international/ucs-normalize.el: New file.
21573
8cdba32b
RS
215742009-08-13 Richard Stallman <rms@gnu.org>
21575
5c950923
RS
21576 * mail/rmail.el (rmail-get-attr-names):
21577 Accept an attribute header that is too short.
21578
76e1e40b
RS
21579 * mail/rmail.el (rmail-forget-messages):
21580 Ignore nil elt in rmail-message-vector. Use dotimes.
21581
1fc01b08
RS
21582 * progmodes/compile.el (compilation-goto-locus):
21583 Use next-error-move-function.
21584
8cdba32b
RS
21585 * simple.el (next-error-move-function): New variable.
21586
99910cf4
JL
215872009-08-12 Juri Linkov <juri@jurta.org>
21588
21589 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21590 always non-nil. (Bug#4052)
21591
21592 * replace.el (read-regexp): Return empty string when
21593 `default-value' is nil.
21594 (keep-lines-read-args): Don't use empty string as the
21595 default value for `read-regexp'. (Bug#2495)
21596
fc5bdf6c
JL
215972009-08-12 Juri Linkov <juri@jurta.org>
21598
21599 * international/mule-cmds.el (ucs-insert): Change arguments
21600 from `arg' to `character', `count', `inherit' to be the same
21601 as in `insert-char'. Doc fix. (Bug#4039)
21602
21603 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21604
77748848
JL
216052009-08-12 Juri Linkov <juri@jurta.org>
21606
21607 * files-x.el: New file.
21608
21609 * files.el: Move code that deals with adding/deleting
21610 file/directory-local variables to files-x.el.
21611
21612 * Makefile.in (ELCFILES): Add files-x.elc.
21613
c8a44c4e
DD
216142009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21615
27a9fd5a
DD
21616 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21617 to use `goto-line'.
21618 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21619 `goto-line'.
21620 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21621 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21622 threads list.
107ef54a 21623 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21624 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21625 (gdb-stopped): ...here so it's sent when first thread stops.
21626 (gdb-registers-handler-custom): Do nothing if register names are
21627 unknown yet.
27a9fd5a 21628
c8a44c4e
DD
21629 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21630 from `gdb-mi.el' to avoid extra tangling.
21631
21632 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21633 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21634 (gdb-update-gud-running): No extra fuss for updating frame number.
21635
dfd4e693
SM
216362009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21637
51c4341f
SM
21638 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21639 (describe-language-environment-map, setup-language-environment-map)
21640 (set-coding-system-map): Move initialization into declaration.
21641 (set-language-info-alist): Last arg to define-key-after can be skipped.
21642
21643 * international/quail.el (quail-completion-1): Simplify.
21644 (quail-define-rules): Use slightly more compact code.
21645 (quail-insert-decode-map): Propertize keys, compact columns.
21646
dfd4e693
SM
21647 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21648 Add goto-line.
21649
83326559
MB
216502009-08-10 Miles Bader <miles@gnu.org>
21651
21652 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21653 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21654 (js2-instance-member, js2-private-member, js2-private-function-call)
21655 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21656 (js2-magic-paren, js2-external-variable):
21657 Remove "-face" suffix from face names.
21658 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21659 (js2-highlight-undeclared-vars, js2-peek-token)
21660 (js2-parse-function-params, js2-mode-show-errors)
21661 (js2-mode-show-warnings, js2-make-magic-delimiter)
21662 (js2-mode-highlight-magic-parens): Update to use new face names.
21663
8e754ea2
MA
216642009-08-09 Michael Albinus <michael.albinus@gmx.de>
21665
21666 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21667 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21668
1c292fc7
CY
216692009-08-09 Chong Yidong <cyd@stupidchicken.com>
21670
18d433a7
CY
21671 * subr.el: Provide hashtable-print-readable.
21672
1c292fc7
CY
21673 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21674 hs-c-like-adjust-block-beginning.
21675 (hs-hide-block-at-point): Stop hiding at the beginning of
21676 hs-block-end-regexp (Bug#700).
21677
2db0ae07
DD
216782009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21679
21680 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21681 a macro.
21682 (gdb-registers-handler-custom): Do not fail when register names
21683 are unavailable.
21684
fe4740a6
DD
216852009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21686
21687 * progmodes/gdb-mi.el (gdb-control-all-threads)
21688 (gdb-control-current-thread): Interactive setters for
21689 `gdb-gud-control-all-threads' to use in menu.
21690 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21691 (gud-tool-bar-map): Add non-stop/A,T indicator.
21692 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21693
ce299d55
CY
216942009-08-08 Yoni Rabkin <yoni@rabkins.net>
21695
21696 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21697 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21698 (net-utils-mode): New mode for viewing diagnostic network output.
21699 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21700 (net-utils-run-simple): New function.
21701 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21702
7c4654ad
DD
217032009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21704
21705 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21706 (gdb-memory-set-address, def-gdb-set-positive-number)
21707 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21708 after changing settings.
21709 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21710 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21711 (gdb-registers-handler-custom): Print registers in right order and
21712 allow changing register values (only for current thread yet).
9cbac26b
DD
21713 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21714 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21715 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21716 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21717 Thread info in mode name.
9cbac26b 21718 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21719
0f25a277
EZ
217202009-08-08 Eli Zaretskii <eliz@gnu.org>
21721
21722 * mail/rmail.el (rmail-add-mbox-headers)
21723 (rmail-set-message-counters-counter): Search for
21724 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21725
b971be60
GM
217262009-08-08 Glenn Morris <rgm@gnu.org>
21727
21728 * Makefile.in (ELCFILES): Update.
21729
a35d3ad8
EZ
217302009-08-07 Eli Zaretskii <eliz@gnu.org>
21731
6a7662bb
BR
21732 * mail/sendmail.el (mail-yank-original):
21733 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21734 text is yanked.
21735
8b0bcc2e
EZ
21736 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21737 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21738 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21739 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21740 (calc-graph-init): Don't send -display and -geometry to
21741 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21742 running "pgnuplot -V" with shell-command-to-string.
21743
21744 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21745 the default.
21746
217472009-08-07 Eli Zaretskii <eliz@gnu.org>
21748
21749 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21750 org/org-latex.elc.
21751
3bca7ca5
DN
217522009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21753
3c53763c
DN
21754 * vc-dispatcher.el (vc-resynch-window): Update comment.
21755
3bca7ca5
DN
21756 * term.el (term-handle-ansi-escape): Add comments with the
21757 terminfo capabilities implemented.
21758
7b217360
DD
217592009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21760
5f9d345c 21761 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21762 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21763 (gdb-propertize-header): Move earlier.
21764 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21765 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21766 Refresh disassembly buffers only after threads list have been
21767 update.
21768 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21769 variables.
21770
b4d84ecf
JL
217712009-08-04 Juri Linkov <juri@jurta.org>
21772
21773 * files.el: Commands to add/delete file/directory-local variables.
21774 (read-file-local-variable, read-file-local-variable-value)
21775 (read-file-local-variable-mode, modify-file-local-variable)
21776 (modify-file-local-variable-prop-line)
21777 (modify-dir-local-variable): New functions.
21778 (add-file-local-variable, delete-file-local-variable)
21779 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21780 (add-dir-local-variable, delete-dir-local-variable)
21781 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21782 (copy-dir-locals-to-file-locals-prop-line): New commands.
21783
42da39c1
CY
217842009-08-04 Chong Yidong <cyd@stupidchicken.com>
21785
21786 * abbrev.el (insert-abbrev-table-description): Prettify output.
21787 Suggested by Karl Chen.
21788
98bf8494
DD
217892009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21790
78b9fb28 21791 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21792 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21793 (gdb-overlay-arrow-position, gdb-thread-position)
21794 (gdb-disassembly-position): Declare variables.
21795 (gdb-wait-for-pending): Function now.
21796 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21797 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21798 compilation goes smoothly.
21799 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21800 (gdb-non-stop-setting): New customization setting which replaces
21801 `gdb-non-stop' so changing it doesn't break active GDB session.
21802 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21803 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21804 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21805 (gdb-show-threads-by-default): New customization options.
21806 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21807 routines.
21808 (gdb-get-buffer-create): Send buffers update signal when they are
21809 created.
21810 (gdb-invalidate-locals, gdb-invalidate-registers)
21811 (gdb-invalidate-breakpoints)
21812 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21813 (gdb-invalidate-memory): Accept update signal.
21814 (gdb-current-context-command): Use --frame option.
21815 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21816 Implement `gdb-frame-number' selection logic.
21817 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21818 whether to show GUD toolbar buttons.
21819 (gdb-thread-exited): Unselect current thread when it exits.
21820 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21821 (gdb-mark-line): Routine which sets overlay arrow or inverses
21822 video on fringeless displays.
21823 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21824 to build aligned columns of data in GDB buffers and set text
21825 properties line-by-line.
21826 (gdb-invalidate-breakpoints)
21827 (gdb-breakpoints-list-handler-custom)
21828 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21829 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21830 (gdb-registers-handler-custom): Align data columns.
21831 (gdb-locals-handler-custom): Now prints data like in variable
21832 declarations.
21833 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21834 Remove confusing buttons.
78b9fb28
DD
21835 (gdb-invalidate-threads): Append --frame.
21836 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21837 between breakpoints/threads buffers.
21838 (gdb-set-window-buffer): Now can ignore dedicated windows.
21839 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21840 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21841 (def-gdb-thread-buffer-gud-command): Replaces
21842 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21843 for fine thread control.
21844 (gdb-preempt-existing-or-display-buffer): New function used to
21845 display bound buffers without breaking window layout.
21846 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21847 (gdb-select-frame): New version of `gdb-frames-select' which now
21848 sets `gdb-frame-number' so commands may use --frame option instead
21849 of inner debugger state.
21850 (gdb-frame-handler): Do not set `gdb-frame-number'.
21851 (gdb-threads-mode-map): Select threads with mouse.
21852
21853 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21854 avoid compilation warning.
21855 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21856 `gdb-show-stop-p`.
21857
566f3909
DD
21858 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21859 Argument `key' renamed to `buffer-type'.
21860 (gdb-current-context-buffer-name): Do not add thread info to
21861 buffer name when no thread is selected.
21862 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21863 command (bug 3794).
21864 (gdb-thread-selected): Handle `=thread-selected' notification.
21865 (gdb-wait-for-pending): New macro to deal with congestion problems.
21866 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21867 breakpoints.
7b6fefac
JB
21868 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21869 This fixes problem similar to one described in bug 3947.
566f3909
DD
21870 (gud-menu-map): More menu items.
21871 (gdb-init-1): Reset `gdb-thread-number' to nil.
21872
4a31122c
DD
21873 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21874 non-stop settings.
21875
21876 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21877 (gdb-current-context-command): Do not append --thread if
21878 `gdb-thread-number' is nil.
6a7662bb
BR
21879 (gdb-running-threads-count, gdb-stopped-threads-count):
21880 New variables.
4a31122c 21881 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21882 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21883 New customization options.
4a31122c
DD
21884 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21885 GUD commands.
7b6fefac 21886 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21887 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21888 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21889 set `gdb-thread-number' and update `gud-running' properly.
21890 (gdb-running): Update threads list when new threads appear.
21891 (gdb-stopped): Support non-stop operation and new thread switching
21892 logic.
21893 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21894 (gdb-json-partial-output): New set of JSON routines.
21895 (def-gdb-auto-update-trigger): New `signal-list' optional
21896 argument.
21897 (gdb-thread-list-handler-custom): Update `gud-running',
21898 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21899 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21900 (gdb-continue-thread, gdb-step-thread): New commands for fine
21901 thread execution control.
21902 (gud-menu-map): New menu items to switch non-stop options.
21903 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21904 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21905
21906 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21907 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21908 gdb-buffer-rules.
21909 (def-gdb-auto-update-handler): New nopreserve optional argument.
21910 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21911
88b5a757 21912 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21913 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21914 (gdb-parent-mode): New mode to derive other GDB modes from.
21915 (gdb-display-disassembly-for-thread)
21916 (gdb-frame-disassembly-for-thread): New commands for threads
21917 buffer.
21918
21919 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21920 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21921 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21922 (gdb-update): We now store all GDB buffers in a list so that they
21923 can be updated by traversing a list instead of calling invalidate
7b6fefac 21924 triggers explicitly.
a5c9f540
DD
21925 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21926 pair for GDB buffer.
21927 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21928 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21929 handle pending triggers.
21930 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21931 (def-gdb-thread-buffer-simple-command)
21932 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21933 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21934 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21935 New commands which show buffers bound to thread.
88b5a757 21936 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21937
7b6fefac
JB
21938 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21939 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21940 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21941 to (gud-comint-buffer) in *-buffer-name functions
21942 because (gdb-get-target-string) already does that.
21943 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21944 (gdb-changed-registers-handler): Rewritten without regexps.
21945
ba214964 21946 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21947 (gdb-thread-number): New variable.
21948 (gdb-current-context-command): New macro which adds --thread
21949 option to command.
7b6fefac 21950 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21951 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21952 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21953 (gdb-select-thread): New command which selects current thread.
21954 (gdb-invalidate-frames, gdb-invalidate-locals)
21955 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21956
2ac33804
MA
219572009-08-04 Michael Albinus <michael.albinus@gmx.de>
21958
21959 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21960 robust. (Bug#3977)
2ac33804
MA
21961 (tramp-handle-insert-file-contents): `unwind-protect' must be
21962 inside `with-parsed-tramp-file-name'.
21963
21964 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21965 fails.
21966
39d0296f
NR
219672009-08-03 Nick Roberts <nickrob@snap.net.nz>
21968
21969 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21970 directory if CLASSPATH is not set.
21971
adcbca53
MA
219722009-08-03 Michael Albinus <michael.albinus@gmx.de>
21973
7b6fefac
JB
21974 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21975 New defconst.
7ef849b6 21976 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21977
30924b0b
CY
219782009-08-02 Kevin Ryde <user42@zip.com.au>
21979
7b6fefac
JB
21980 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21981 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21982
b6ce92f1
CY
219832009-08-02 Chong Yidong <cyd@stupidchicken.com>
21984
d977a092
CY
21985 * select.el (x-set-selection): Doc fix (Bug#4021).
21986
21987 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21988
b6ce92f1
CY
21989 * help-fns.el (describe-variable): Treat list return values from
21990 dir-locals-find-file properly (Bug#4005).
21991
7b6fefac 219922009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21993
21994 * net/tramp.el (tramp-debug-message): Print also microseconds.
21995
219962009-08-02 Michael Albinus <michael.albinus@gmx.de>
21997
21998 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21999 or END is non-nil.
22000 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
22001 (tramp-get-debug-buffer): Change `outline-regexp' according to new
22002 format.
22003
5ce6e4f4 22004 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
22005 (tramp-get-file-property): Use it.
22006
6a7662bb
BR
22007 * autorevert.el (auto-revert-handler):
22008 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 22009
2aafe808
JR
220102009-08-02 Jason Rumney <jasonr@gnu.org>
22011
22012 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 22013 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 22014
e094097c
CY
220152009-08-02 Chong Yidong <cyd@stupidchicken.com>
22016
22017 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
22018 (font-lock-variable-name-face, font-lock-constant-face):
22019 Darken the colors for light backgrounds.
e094097c 22020
de94f281
EZ
220212009-08-01 Eli Zaretskii <eliz@gnu.org>
22022
22023 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
22024 month names. (Bug#3987)
22025
54b99340
CY
220262009-07-31 Chong Yidong <cyd@stupidchicken.com>
22027
22028 * simple.el (line-move-finish): Pass whole number to
22029 line-move-to-column.
34be836c 22030 (line-move-visual): Perform hscroll to the recorded position.
54b99340 22031
38216c30
JB
220322009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
22033
22034 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
22035
c779896d
CY
220362009-07-29 Alan Mackenzie <acm@muc.de>
22037
22038 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
22039
592ccae0
DD
220402009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
22041
35edc6c6
DD
22042 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
22043 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 22044
5a9e3ab7
JB
220452009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
22046
22047 * calc/calc.el (calc-mode-map): Add keybinding for
22048 `calc-transpose-lines'.
22049
7b6fefac 220502009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
22051
22052 * calc/calc-misc.el (calc-transpose-lines): New function.
22053
905fb90e
MA
220542009-07-28 Michael Albinus <michael.albinus@gmx.de>
22055
22056 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
22057 Simplify check for out-of-band methods.
22058 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
22059 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
22060
76e14464
DN
220612009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
22062
22063 * vc-git.el (vc-git-checkin): Fix typo.
22064
6088b51f 220652009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
22066
22067 * progmodes/js2-mode.el: New file.
22068
b85157fe
NR
220692009-07-28 Nick Roberts <nickrob@snap.net.nz>
22070
22071 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
22072 (gud-menu-map): Adjust tooltip accordingly.
22073
d43c2b06
DN
220742009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22075
1c0f0c3b
DN
22076 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
22077 (vc-bzr-log-view-mode): Adjust log-view-file-re.
22078
d43c2b06
DN
22079 * add-log.el (change-log-mode-map): Add a menu.
22080
3dec5c36
MA
220812009-07-27 Michael Albinus <michael.albinus@gmx.de>
22082
22083 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22084 function returns nil.
22085 (dbus-handle-event): Handle special return value :ignore.
22086 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22087
5704140c
CY
220882009-07-26 Chong Yidong <cyd@stupidchicken.com>
22089
22090 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22091 it's not needed.
22092
3077d1f6
EZ
220932009-07-25 Eli Zaretskii <eliz@gnu.org>
22094
22095 Fix Bug#3888:
22096
22097 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22098
22099 * term/pc-win.el (x-display-name, x-colors)
22100 (x-select-enable-clipboard, x-select-text): Doc fix.
22101
22102 * term/common-win.el (x-display-name, x-colors): Doc fix.
22103
22104 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22105 (xw-defined-colors): Doc fix.
22106
22107 * w32-fns.el (x-select-text, x-setup-function-keys)
22108 (x-get-selection, x-set-selection): Doc fix.
22109
22110 * term/x-win.el (x-select-text, x-setup-function-keys)
22111 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22112
22113 * select.el (x-set-selection): Doc fix.
22114
51768bc8
MA
221152009-07-25 Michael Albinus <michael.albinus@gmx.de>
22116
22117 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22118 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
22119 "IsNSSSupportAvailable" method is not available.
22120 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 22121
b11c2874
KH
221222009-07-24 Kenichi Handa <handa@m17n.org>
22123
22124 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 22125 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
22126 (build-unicode-category-table): Fix range checks.
22127
ba83b7b6
DN
221282009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22129
22130 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22131 the buffer we try to sync is current when calling
22132 vc-resynch-buffer.
22133
22134 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22135 not show up to date files.
22136
7a8ae964
GM
221372009-07-24 Glenn Morris <rgm@gnu.org>
22138
22139 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22140 Add autoload cookies. If necessary, initialize.
22141 (elint-log): Handle non-file buffers.
22142 (elint-initialize): Add optional argument to reinitialize.
22143 (elint-find-builtin-variables): Save excursion.
22144
a707eb05
DN
221452009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22146
22147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22148 for Lint.
22149
0a2ddfa6
DN
221502009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22151
d6a62b0d
DN
22152 * vc.el (vc-print-log-internal): New function, split out from ...
22153 (vc-print-log): ... here.
10b5dcad 22154 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 22155
0a2ddfa6
DN
22156 * vc-git.el (vc-git-add-signoff): New variable.
22157 (vc-git-checkin): Use it.
22158 (vc-git-toggle-signoff): New function.
22159 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
22160 (vc-git--run-command-string): Accept a nil FILE argument.
22161 (vc-git-stash-list): New function.
22162 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 22163
589a99f2
GM
221642009-07-23 Glenn Morris <rgm@gnu.org>
22165
22166 * help-fns.el (describe-variable): Describe ignored and risky local
22167 variables in a similar way to that in which we describe safe ones.
22168
22169 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22170 (byte-compile-output-file-form, byte-compile-output-docform)
22171 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22172 Give some more local variables with common names a "bytecomp-" prefix,
22173 so as not to shadow things during compilation.
22174 * emacs-lisp/cl-macs.el (load-time-value)
22175 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22176 `outbuffer' to `bytecomp-outbuffer'.
22177
22178 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22179 since the next two variables cover them automatically now.
22180 (elint-builtin-variables, elint-autoloaded-variables): New.
22181 (elint-unknown-builtin-args): Remove all members, since they can be
22182 parsed automatically now.
22183 (elint-extra-errors): New.
22184 (elint-env-add-env, elint-env-add-macro): Use cadr.
22185 (elint-current-buffer): Use or. Change final message.
22186 (elint-get-top-forms): Use line-end-position.
22187 (elint-init-env): Use cadr. Handle autoload, declare-function,
22188 and defalias.
22189 (elint-add-required-env): Doc fix. Use or. Standardize error.
22190 (regexp-assoc): Remove unused function.
22191 (elint-top-form): Set elint-current-pos, to record the start of the
22192 top-level form, for compilation-mode.
22193 (elint-form): Trap errors in macro expansion. Use dolist.
22194 (elint-unbound-variable): Use elint-builtin-variables and
22195 elint-autoloaded-variables.
22196 (elint-get-args): Use cadr, or.
22197 (elint-check-cond-form): Use dolist, cadr.
22198 (elint-check-condition-case-form): Doc fix. Use cadr.
22199 Use elint-extra-errors.
22200 (elint-log): New function.
22201 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22202 Distinguish errors and warnings.
22203 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22204 Use a bytecomp-style format.
22205 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22206 (elint-get-log-buffer): Use compilation mode. Disable undo.
22207 Don't truncate lines.
22208 (elint-initialize): Set builtin and autoloaded variable lists.
22209 Only process elint-unknown-builtin-args if non-nil.
22210 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22211 New functions.
22212 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22213
855b42a2
GM
222142009-07-22 Kevin Ryde <user42@zip.com.au>
22215
22216 * net/newst-backend.el (newsticker--parse-atom-1.0)
22217 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22218 (newsticker--parse-rss-1.0):
22219 * progmodes/idlwave.el (idlwave-mode):
22220 * progmodes/idlw-shell.el (idlwave-shell-mode):
22221 * progmodes/vera-mode.el (vera-mode):
22222 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22223 * progmodes/vhdl-mode.el (vhdl-mode):
22224 * textmodes/table.el (table-generate-source)
22225 (table--warn-incompatibility):
22226 Hyperlink urls in docstrings with URL `...'.
22227
fd413a37
GM
222282009-07-22 Glenn Morris <rgm@gnu.org>
22229
cb711556
GM
22230 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22231 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22232 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22233 Remove leading * from defcustom docs.
22234
fd413a37
GM
22235 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22236
22237 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22238 defcustom doc.
22239 (list-load-path-shadows): Optionally, just return shadows as a string.
22240
22241 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22242
a4f69701
CY
222432009-07-21 Chong Yidong <cyd@stupidchicken.com>
22244
6a7662bb
BR
22245 * mail/rmailedit.el (rmail-edit-mode):
22246 Use auto-save-include-big-deletions.
a4f69701 22247
6a7662bb
BR
22248 * mail/rmail.el (rmail-variables):
22249 Use auto-save-include-big-deletions.
a4f69701
CY
22250
22251 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22252 changes.
22253
ec06459c
JB
222542009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22255
22256 * calc/calc.el (calc-undo-length): New variable.
22257 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22258
b41b0976
RS
222592009-07-21 Richard Stallman <rms@gnu.org>
22260
22261 * files.el (auto-save-mode): Handle buffer-save-size = -2
22262 for toggling mode.
22263
4ed32706
GM
222642009-07-21 Glenn Morris <rgm@gnu.org>
22265
531b1264
GM
22266 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22267
55d27f41
GM
22268 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22269
02df3f4d
GM
22270 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22271 silence compiler. Instead...
22272 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22273 (ps-print-ensure-fontified): Update for above function name changes.
22274
fdd8417e
GM
22275 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22276 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22277 silence compiler. Instead...
22278 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22279 (mh-show-buffer): Only define for compiler.
22280 (pr-mh-current-message): Update for above function name changes.
22281
4ed32706
GM
22282 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22283 as an argument.
22284 (find-file-noselect, insert-file-1): Update for above change.
22285
22286 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22287
22288 * mail/mailclient.el (mailclient-send-it): Fix message.
22289
22290 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22291 (edebug-eval): Check cl-debug-env is bound.
22292 (print-level, print-circle): Don't redefine built-in variables.
22293
22294 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22295 (custom-print-vectors): Remove old comments from doc.
22296
22297 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22298 (emerge-version): Make the variable an obsolete alias for the
22299 emacs-version variable. Make the function obsolete.
22300 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22301 Emerge options, rather than merging in into the main Options menu.
22302 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22303 and auto advance modes. Disable edit/fast items when not relevant.
22304
86812144
CY
223052009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22306
22307 * term/vt420.el (terminal-init-vt420): Fix typo.
22308
6bb90094
SS
223092009-07-20 Sam Steingold <sds@gnu.org>
22310
22311 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22312 variable (removed from compile.el on 2004-03-11).
22313
42e0a725
CY
223142009-07-20 Chong Yidong <cyd@stupidchicken.com>
22315
22316 * files.el (hack-local-variables-filter): Fix last change.
22317
2ee20f24
JL
223182009-07-19 Juri Linkov <juri@jurta.org>
22319
22320 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22321 (dir-local-variables-alist): New buffer-local variable.
22322 (hack-local-variables-filter): If variable is not dir-local,
22323 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22324 because file-local overrides dir-local.
3570691b 22325 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
22326 Remove obsolete declaration.
22327 (hack-dir-local-variables): Add dir-local variable/value pair to
22328 `dir-local-variables-alist' and remove duplicates. Doc fix.
22329
22330 * help-fns.el (describe-variable): Add information about
22331 file-local and dir-local variables.
22332
89bf83cd
CY
223332009-07-19 Chong Yidong <cyd@stupidchicken.com>
22334
22335 * files.el (hack-local-variables-filter): Rewrite.
22336
1a8d3541
GM
223372009-07-19 Glenn Morris <rgm@gnu.org>
22338
d9e8a018
GM
22339 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22340 Silence compiler by only defining on XEmacs.
22341
da332cfb
GM
22342 * international/mule.el (auto-coding-regexp-alist): Only match
22343 BABYL... at the start of buffer, not of lines. (Bug#3790)
22344
1a8d3541
GM
22345 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22346 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22347 (cal-menu-context-mouse-menu): Doc fix.
22348
22349 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22350
22351 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22352
d842b103
JL
223532009-07-18 Juri Linkov <juri@jurta.org>
22354
22355 * info.el: Virtual Info keyword finder.
3570691b 22356 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22357 (Info-finder-file): New variable.
22358 (Info-finder-find-file): New function.
22359 (finder-known-keywords, finder-package-info)
22360 (find-library-name, lm-commentary): Use defvar and
22361 declare-function to silence compiler warnings.
22362 (Info-finder-find-node): New function.
22363 (info-finder): New command.
22364
22365 * subr.el (process-kill-buffer-query-function): New function.
22366 (add-hook)<kill-buffer-query-functions>: Add hook
22367 `process-kill-buffer-query-function'.
22368
10d37df7
AM
223692009-07-18 Alan Mackenzie <acm@muc.de>
22370
7b6fefac 22371 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22372 (c-postprocess-file-styles): Give invocation of `c-set-style'
22373 DONT-OVERRIDE parameter of t. Already set style variables will
22374 thus not be overridden by style settings given by `c-file-syle'.
22375
22376 * files.el (hack-local-variables-filter): Remove entries with
22377 duplicate keys from `file-local-variables-alist'.
22378
102e1a41
EZ
223792009-07-18 Eli Zaretskii <eliz@gnu.org>
22380
22381 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22382 x-set-selection if display-selections-p returns nil for the
22383 current frame.
22384
16f2e9fc
CY
223852009-07-18 Chong Yidong <cyd@stupidchicken.com>
22386
22387 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22388
f22693fc
EZ
223892009-07-18 Eli Zaretskii <eliz@gnu.org>
22390
a6c2c80c
EZ
22391 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22392 Accept nil in addition to a regexp.
22393 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22394 Accept nil in addition to a regexp.
22395 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22396 buffers that have an associated file. Handle nil values of
22397 desktop-buffers-not-to-save and desktop-files-not-to-save.
22398 (Bug#3833)
22399
f22693fc
EZ
22400 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22401 (x-disown-selection-internal): New functions.
22402
e456379a
NR
224032009-07-18 Nick Roberts <nickrob@snap.net.nz>
22404
22405 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22406 warning.
22407 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22408 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22409
0013b70f
CY
224102009-07-18 David De La Harpe Golden <david@harpegolden.net>
22411
22412 * simple.el (set-mark): Revert last change.
22413
0855c2ca
CY
224142009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22415
22416 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22417 rendering of pngs is not possible instead of messaging a long
22418 description.
22419
3f5c9cad
CY
224202009-07-17 David De La Harpe Golden <david@harpegolden.net>
22421
22422 * w32-fns.el (x-selection-owner-p): New function.
22423
22424 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22425 (mouse-yank-at-click, mouse-yank-primary):
22426 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22427 insertion.
3f5c9cad
CY
22428
22429 * simple.el (deactivate-mark, set-mark): Only save selection if we
22430 own it.
22431
1fc87f9b
KH
224322009-07-17 Kenichi Handa <handa@m17n.org>
22433
22434 * case-table.el (describe-buffer-case-table): Fix for the case
22435 that KEY is a cons.
22436
d56fdcd2
DN
224372009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22438
22439 * vc-rcs.el (vc-rcs-find-file-hook):
22440 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22441
bede3e9f
MA
224422009-07-16 Michael Albinus <michael.albinus@gmx.de>
22443
22444 * net/tramp.el (tramp-wait-for-output): Handle the case when
22445 commands do not return a newline but a null byte before the shell
22446 prompt. (Bug#3858)
22447
7653ca1d
YM
224482009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22449
22450 * term/ns-win.el (ns-set-alpha): Don't declare.
22451 (ns-set-background-alpha): Remove function.
22452
ed2a52e9
SM
224532009-07-16 Kevin Ryde <user42@zip.com.au>
22454
22455 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22456 y-or-n-p, for safety.
22457
7a907299
RS
224582009-07-16 Richard Stallman <rms@gnu.org>
22459
22460 * files.el (auto-save-mode): If buffer-saved-size is -2,
22461 don't clobber it.
22462
22463 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22464 (rmail-retry-ignored-headers): Add more uninteresting fields.
22465
c0db3477
CY
224662009-07-15 Jari Aalto <jari.aalto@cante.net>
22467
22468 * net/rcirc.el (rcirc): Use history variables.
22469 (rcirc-server-name-history, rcirc-nick-name-history)
22470 (rcirc-server-port-history): New variables.
22471
6c875452
KH
224722009-07-15 Kenichi Handa <handa@m17n.org>
22473
bf974dc9
KH
22474 * international/mule-cmds.el (set-language-environment-charset):
22475 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22476 ignore them.
22477
6c875452
KH
22478 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22479 Delete unibyte-display.
22480
2066b4fe
CY
224812009-07-15 Chong Yidong <cyd@stupidchicken.com>
22482
22483 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22484
f9be2e35
CY
224852009-07-15 Chong Yidong <cyd@stupidchicken.com>
22486
22487 * simple.el (deactivate-mark): Optional argument FORCE.
22488 (set-mark): Use deactivate-mark.
22489
22490 * info.el (Info-search): No need to check transient-mark-mode
22491 before calling deactivate-mark.
22492
22493 * select.el (x-set-selection): Doc fix.
22494 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22495 (xselect--selection-bounds): Handle buffer values.
22496 Suggested by David De La Harpe Golden.
f9be2e35 22497
6a7662bb
BR
22498 * mouse.el (mouse-set-region, mouse-drag-track):
22499 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22500 select-active-regions work.
22501
be3e598a 225022009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22503
22504 * simple.el (deactivate-mark): If select-active-regions is
22505 non-nil, copy the selection data into a string.
22506 (activate-mark): If select-active-regions is non-nil, set the
22507 selection to the current buffer.
22508 (set-mark): Update selection if select-active-regions is non-nil.
22509
22510 * select.el (x-valid-simple-selection-p): Allow buffer values.
22511
cbd61418
SM
225122009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22513
22514 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22515 and more featureful message-mode.
22516
f470187f
CY
225172009-07-14 Chong Yidong <cyd@stupidchicken.com>
22518
22519 * select.el (x-set-selection): Doc fix.
22520 (x-valid-simple-selection-p): Disallow selection data consisting
22521 of a list or cons of integers, since that is not used.
22522 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22523 (xselect-convert-to-string, xselect-convert-to-length)
22524 (xselect-convert-to-filename, xselect-convert-to-charpos)
22525 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22526
bfc99364
DD
225272009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22528
22529 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22530 output in -break-info command (Emacs bug #3794).
22531
e32721f5
GM
225322009-07-14 Glenn Morris <rgm@gnu.org>
22533
1e46f9e4
GM
22534 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22535 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22536 (edebug-print-length, edebug-print-level, edebug-print-circle)
22537 (edebug-sit-for-seconds, edebug-view-outside)
22538 (edebug-bounce-point, edebug-set-global-break-condition)
22539 (edebug-Go-nonstop-mode, edebug-trace-mode)
22540 (edebug-Trace-fast-mode, edebug-continue-mode)
22541 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22542 (edebug-visit-eval-list): Doc fixes.
22543
e32721f5
GM
22544 * subr.el (def-edebug-spec): Doc fix.
22545
66a85e76
KH
225462009-07-14 Kenichi Handa <handa@m17n.org>
22547
22548 * international/characters.el: Fix setting of category ?C.
22549
28571246
JD
225502009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22551
7b6fefac 22552 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22553 ns-popup-font-panel instead of generate-fontset-menu.
22554
5d74672c
EZ
225552009-07-12 Eli Zaretskii <eliz@gnu.org>
22556
7b6fefac 22557 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22558
eb1727a4
CY
225592009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22560
22561 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22562 the PK\003\004 header (Bug#3770).
22563
208384c5
CY
225642009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22565
22566 * pcomplete.el (pcomplete-comint-setup): Check for
22567 shell-dynamic-complete-filename too.
22568
774409a1
CY
225692009-07-11 Chong Yidong <cyd@stupidchicken.com>
22570
22571 * simple.el (temporary-goal-column): Change the value for
22572 line-move-visual to a cons cell.
22573 (line-move-visual): Record or set the window hscroll, if
22574 necessary (Bug#3494).
22575 (line-move-1): Handle cons value of temporary-goal-column.
22576
1639ee1d
KH
225772009-07-11 Kenichi Handa <handa@m17n.org>
22578
22579 * international/mule-diag.el (describe-character-set): Don't show
22580 width.
22581
2b1d2412
SS
225822009-07-10 Sam Steingold <sds@gnu.org>
22583
22584 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22585 Omake sometimes indents the errors it prints, so allow all
22586 regexps to start with spaces.
22587
ed3a5691
EZ
225882009-07-10 Eli Zaretskii <eliz@gnu.org>
22589
ed2a52e9
SM
22590 * cus-edit.el (customize-changed-options-previous-release):
22591 Bump value to 22.1. (Bug#3804)
ed3a5691 22592
49405d0e
SS
225932009-07-08 Sam Steingold <sds@gnu.org>
22594
22595 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22596 to be a cons cell (test . ignored-directory) to selectively ignore
22597 some directories depending on the location of the search.
22598
93c3eb7c
MA
225992009-07-08 Michael Albinus <michael.albinus@gmx.de>
22600
22601 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22602 remote user is root, on the local host.
22603 (tramp-local-host-p): Either the local user or the remote user
22604 must be root. (Bug#3771)
22605
6f2a8484
NR
226062009-07-08 Nick Roberts <nickrob@snap.net.nz>
22607
22608 * progmodes/gdb-mi.el (gdb): Remove description of
22609 gdb-use-separate-io-buffer.
69cb8d82 22610 (menu): Don't allow toggling of or enable
6f2a8484
NR
22611 gdb-use-separate-io-buffer from menubar.
22612
88d03607
CY
226132009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22614
22615 * mail/unrmail.el (unrmail): Make sure the message ends with two
22616 newlines (Bug#3769).
22617
7ef5b8b2
GM
226182009-07-08 Glenn Morris <rgm@gnu.org>
22619
22620 * calendar/calendar.el (calendar-current-date): Rework previous change.
22621
3ce82f97
GM
226222009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22623
22624 * calendar/calendar.el (calendar-current-date):
22625 Add an optional argument giving an offset from today.
22626
f35fc841
GM
226272009-07-08 Glenn Morris <rgm@gnu.org>
22628
22629 * tutorial.el (tutorial--describe-nonstandard-key):
22630 Adjust the message for when a key has been unbound.
22631 (help-with-tutorial): Hide the arch-tag.
22632
40149292
KH
226332009-07-08 Kenichi Handa <handa@m17n.org>
22634
69cb8d82
KH
22635 * international/fontset.el (setup-default-fontset): For each
22636 script, append (not set) font-specs.
22637
40149292
KH
22638 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22639 docstring.
22640
ff0c4194
NR
226412009-07-08 Nick Roberts <nickrob@snap.net.nz>
22642
22643 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22644 -data-list-register-names to ...
22645 (gdb-starting): ... here because GDB 7.0 requires execution to
22646 have started when using this MI command.
22647 (gdb-set-header): New function to distinguish select and
22648 unselected tabs in gdb buffers.
22649 (gdb-propertize-header): New macro that uses gdb-set-header.
22650 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22651 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22652
8954c675
CY
226532009-07-07 Chong Yidong <cyd@stupidchicken.com>
22654
22655 * Makefile.in (ELCFILES): Remove fadr.elc.
22656
0996385d
DD
226572009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22658
dc6b4519
DD
22659 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22660 may contain frame information, so `string-match' should be used.
22661 (gdb-update): Disassembly is invalidated through
22662 `gdb-get-selected-frame'.
22663 (gdb-pad-string): New function to pad string with spaces.
22664 (gdb-invalidate-disassembly): Invalidate only if the buffer
22665 exists.
22666 (gdb-disassembly-handler-custom): Column alignment.
22667 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22668 placing new ones.
22669 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22670 end of line, too.
22671 (gdb-frame-handler): Match convention to for disassembly buffer
22672 mode name.
17c1380b 22673 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22674 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22675 not highlight breakpoints without line information.
69a197a2 22676 (gdb-input): Add trailing newline to command.
dc6b4519 22677
14340b25
DD
22678 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22679 buffer properly.
22680 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22681 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22682 now.
22683 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22684 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22685 to place breakpoints.
14340b25
DD
22686 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22687 functions.
22688 (gdb-disassembly-handler-custom): Show overlay arrow.
22689 (gdb-disassembly-place-breakpoints): Show breakpoints in
22690 disassembly buffer.
22691 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22692 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22693 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22694 in `gud-menu-map'.
14340b25 22695
38d4f316 22696 * fadr.el: Remove.
1f2a6224 22697
7b6fefac 22698 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22699 (gdb-memory-address): New variable which holds top address of
7b6fefac 22700 memory page shown in memory buffer.
6a7662bb
BR
22701 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22702 New customization variables.
0996385d
DD
22703 New functions:
22704 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22705 display the memory buffer.
22706 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22707 buffer display parameters.
22708 (def-gdb-memory-format, gdb-memory-format-binary)
22709 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22710 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22711 Functions for setting memory buffer format.
22712 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22713 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22714 unit size used in memory buffer.
6a7662bb
BR
22715 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22716 Switch to next/previous page of memory buffer.
28d67a53 22717 Now using (bindat-get-field) instead of fadr functions.
0996385d 22718
9ba562d3
SS
227192009-07-07 Sam Steingold <sds@gnu.org>
22720
22721 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22722 non-top-level files.
22723
a43977db
KH
227242009-07-07 Kenichi Handa <handa@m17n.org>
22725
6a7662bb
BR
22726 * international/mule-cmds.el (reset-language-environment):
22727 Put the highset priority to the charset iso-8859-1.
a43977db 22728
d44d05e8
CY
227292009-07-06 Chong Yidong <cyd@stupidchicken.com>
22730
22731 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22732 to the end of the line when locating the block (Bug#700).
22733
3e2fa353
MA
227342009-07-06 Michael Albinus <michael.albinus@gmx.de>
22735
22736 * net/tramp.el (tramp-handle-write-region): Flush file properties
22737 in case of short track.
22738
be3e598a 227392009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22740
bf0b361c
JB
22741 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22742 Coded custom representation of verilog error regular expressions
22743 to work with Emacs-22's new format.
d88782c3 22744 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22745 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22746 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22747 error recognition into XEmacs.
22748 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22749 error recognition into Emacs-22.
22750
25c6f63e
CY
227512009-07-06 Chong Yidong <cyd@stupidchicken.com>
22752
22753 * woman.el: Remove stand-alone closing parentheses.
22754 (woman-file-name, woman2-format-paragraphs)
22755 (woman-leave-blank-lines): Code cleanup.
22756 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22757 (woman-italic, woman-bold, woman-unknown, woman-addition):
22758 Change defaults to inherit from default faces.
25c6f63e
CY
22759 (woman2-process-escapes): Consume the newline after a stand-alone
22760 filler character (Bug#3651).
22761
f176290e
GM
227622009-07-06 Glenn Morris <rgm@gnu.org>
22763
22764 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22765 (top-level): Move provide to the end.
22766 (ffap): Remove defunct URL from custom group.
22767
22768 * subr.el (eval-after-load): Doc fix.
22769
7b6fefac 227702009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22771
22772 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22773 `calc-embedded-word' is called twice.
22774
4b8b1ec5
SM
227752009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22776
22777 * files.el (find-alternate-file-other-window, find-alternate-file):
22778 Obey confirm-nonexistent-file-or-buffer.
22779
d6ceb380
MA
227802009-07-05 Michael Albinus <michael.albinus@gmx.de>
22781
22782 * dired-aux.el (dired-show-file-type): Handle remote files.
22783
be3e598a 227842009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22785
4b8b1ec5
SM
22786 * desktop.el (desktop-globals-to-save):
22787 Add file-name-history (Bug#2750).
c760f19e 22788
6d00ce04
CY
227892009-07-05 Chong Yidong <cyd@stupidchicken.com>
22790
4b8b1ec5 22791 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22792
6ee21b07
JB
227932009-07-04 Johan Bockgård <bojohan@gnu.org>
22794
22795 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22796 property on entire argument since this is what eshell-lisp-command
22797 expects.
22798
f0dbdc25
MA
227992009-07-03 Michael Albinus <michael.albinus@gmx.de>
22800
22801 * net/tramp-gvfs.el (tramp-gvfs-methods)
22802 (tramp-gvfs-zeroconf-domain)
22803 (tramp-bluez-discover-devices-timeout): Add version flag.
22804 (tramp-gvfs-handler-mounted-unmounted)
22805 (tramp-gvfs-connection-mounted-p): Polish handling of
22806 incompatibilities between GVFS 0.2 and 1.0.
22807
e044e4fc
JD
228082009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22809
4b8b1ec5 22810 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22811
2e9b968b
JB
228122009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22813
bf0b361c 22814 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22815 formatted correctly.
22816
baf1a55e
JL
228172009-07-02 Juri Linkov <juri@jurta.org>
22818
22819 * info.el: Virtual Info files and nodes.
22820 (Info-virtual-files, Info-virtual-nodes): New variables.
22821 (Info-current-node-virtual): New variable.
22822 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22823 New functions.
22824 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22825 to check for a virtual file instead of checking a fixed list
22826 of node names.
22827 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22828 instead of ad-hoc processing of "dir" and (apropos history toc).
22829 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22830 instead of ad-hoc processing of "dir" and (apropos history toc).
22831 Reread a file when moving from a virtual node.
22832 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22833 (Info-directory-toc-nodes, Info-directory-find-file)
22834 (Info-directory-find-node): New functions.
22835 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22836 (Info-history): Move part of code to
22837 `Info-history-find-node'.
22838 (Info-history-toc-nodes, Info-history-find-file)
22839 (Info-history-find-node): New functions.
22840 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22841 (Info-toc): Move part of code to `Info-toc-find-node'.
22842 (Info-toc-find-node): New function.
4b8b1ec5 22843 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22844 the current Info file name to references because now the node
22845 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22846 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22847 (Info-toc-nodes): Rename input argument `file' to `filename'.
22848 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22849 instead of ad-hoc processing of ("dir" apropos history toc).
22850 (Info-index-nodes): Use Info-virtual-file-p
22851 to check for a virtual file instead of checking a fixed list
22852 of node names.
22853 (Info-index-node): Add check for `Info-current-node-virtual'.
22854 Raise `save-match-data' higher up the tree to contain
22855 `search-forward' too (bug fix).
22856 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22857 (Info-virtual-index-nodes): New variable.
22858 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22859 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22860 (Info-apropos-file, Info-apropos-nodes): New variables.
22861 (Info-apropos-toc-nodes, Info-apropos-find-file)
22862 (Info-apropos-find-node, Info-apropos-matches): New functions.
22863 (info-apropos): Move part of code to `Info-apropos-find-node' and
22864 `Info-apropos-matches'.
22865 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22866 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22867 for a virtual file instead of checking a fixed list of node names.
22868
22869 * simple.el (async-shell-command): New command.
22870
22871 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22872
22873 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22874 instead of `mount-info'.
22875
d04bc496
MA
228762009-07-02 Michael Albinus <michael.albinus@gmx.de>
22877
22878 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22879 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22880
af0403e0
KH
228812009-07-02 Kenichi Handa <handa@m17n.org>
22882
22883 * international/mule.el (set-keyboard-coding-system): Force *-unix
22884 coding-system to avoid eol conversion.
22885
99278f8a
MA
228862009-07-01 Michael Albinus <michael.albinus@gmx.de>
22887
4b8b1ec5
SM
22888 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22889 Add handler for `process-file', `shell-command' and
99278f8a
MA
22890 `start-file-process'.
22891 (tramp-gvfs-handle-shell-command)
22892 (tramp-gvfs-handle-start-file-process)
22893 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22894 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22895
3f1c6666
JD
228962009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22897
22898 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22899
3f396bac
KH
229002009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22901
22902 * language/korean.el (set-language-info-alist): Add korean-cp949,
22903 cp949 to spec.
22904
c1185193
KH
229052009-07-01 Kenichi Handa <handa@m17n.org>
22906
22907 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22908
22909 * international/encoded-kb.el: Deleted.
22910
22911 * international/mule.el (set-keyboard-coding-system): Perform the
22912 necessary setup here instead of calling encoded-kbd-setup-display.
22913
3f150a60
GM
229142009-07-01 Glenn Morris <rgm@gnu.org>
22915
22916 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22917
b0d5b05b
GM
229182009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22919
22920 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22921
4f4126e6
MA
229222009-06-30 Michael Albinus <michael.albinus@gmx.de>
22923
4b8b1ec5
SM
22924 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22925 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22926 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22927
7ae3ea65 22928 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22929 (top): Add a default for "synce" in `tramp-default-user-alist'.
22930 Add completion function for "synce" method.
22931 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22932 (tramp-hal-interface-manager, tramp-hal-interface-device):
22933 New defconst.
22934 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22935 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22936 New defuns.
d6ceb380
MA
22937
22938 * net/trampver.el: Update release number.
7ae3ea65 22939
0ad6626b
KH
229402009-06-30 Kenichi Handa <handa@m17n.org>
22941
22942 * international/fontset.el (setup-default-fontset): Add CJK fonts
22943 for symbols and the other miscellaneous characters.
22944
4b8b1ec5
SM
22945 * language/korea-util.el (setup-korean-environment-internal):
22946 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22947 (exit-korean-environment): Cancel above.
22948
22949 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22950 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22951 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22952 environments, and an exit-function to cancel that.
22953
22954 * language/japan-util.el (setup-japanese-environment-internal):
22955 Call use-cjk-char-width-table with arg `ja_JP'.
22956
22957 * international/characters.el (cjk-char-width-table): Delete it.
22958 (cjk-char-width-table-list): New variable.
22959 (use-cjk-char-width-table): New arg local-name.
22960 (use-default-char-width-table): Fix for the case that Emacs is
22961 already using the default char-width-table.
22962
fd46e893
MA
229632009-06-29 Michael Albinus <michael.albinus@gmx.de>
22964
22965 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22966 modes mandatory. (Bug#3712)
22967
b87d9f96
AM
229682009-06-29 Alan Mackenzie <acm@muc.de>
22969
22970 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22971 correction between the visible width of TABs and their number of bytes.
b87d9f96 22972
2d25aa5a
CY
229732009-06-29 Chong Yidong <cyd@stupidchicken.com>
22974
22975 * server.el (server-buffer-done): Prevent kill-buffer from
22976 prompting by clearing the buffer modification flag (Bug#3696).
22977
a3a8b002
DN
229782009-06-28 Michael McNamara <mac@mail.brushroad.com>
22979
bf0b361c 22980 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22981 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22982 (verilog-basic-complete-re): Support localparam lineup.
22983 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22984 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22985 commenting.
22986 (verilog-leap-to-case-head): Now support *nested* unique &
22987 priority case statements.
22988 (verilog-auto-lineup): Make just declarations the default (as it
22989 had been).
4b8b1ec5 22990 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22991 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22992 select the various styles of automatic lineup.
a3a8b002
DN
22993 (verilog-error-regexp-alist): Rework to support the XEmacs style
22994 of error regular expressions from compilers, lint tools &
22995 simulators. Note that GNU Emacs has made it impossible for a mode
22996 to load such things.
22997 (electric-verilog-terminate-line, verilog-indent-declaration)
22998 (verilog-auto-wiure): Rework for radio button selection of
22999 auto-lineup selection of specification of auto lineup.
23000 (verilog-beg-of-statement-1): Redesign to support proper operation
23001 in additional code, based on testing with auto-lineup.
23002 (verilog-calculate-indent, assignments & declarations)
23003 (verilog-backward-token): Enhance to support auto-lineup of
23004 assignments & declarations.
23005 (verilog-in-directive-p, verilog-at-struct-p): New function for
23006 easy test of whether we are.
23007 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
23008 to support safe execution at almost anyline.
23009 (verilog-calc-1): Properly support indenting deep inside generate
23010 blocks.
48c2d18a 23011 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 23012 as it is redundant with font-lock-defaults.
a8f316ca 23013 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
23014 to avoid circular calls if syntax-ppss is a function (as is the
23015 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 23016 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
23017 (verilog-ovm-begin-re, verilog-ovm-end-re)
23018 (verilog-ovm-statement-re, verilog-leap-to-head)
23019 (verilog-backward-token): Add support for OVM macros. Some are
23020 complete statements, and others open and close scopes like begin
23021 and end.
23022 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
23023 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 23024 compilation issue.
48c2d18a 23025 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 23026 coverpoint, constraint and cross statements.
a3a8b002
DN
23027 (verilog-defun-level-list, verilog-generate-defun-level-list)
23028 (verilog-all-defun-level-list): Redo these specifications - it is
23029 too hard to support eval-when compile aggregation of lists also
23030 built at when-compile time.
23031 (verilog-defun-level-list): Place defconsts of variables used in
23032 building regular expressions which are built in eval-when-compile
23033 bodies in the same eval-when-compile body to facilitate compile
23034 without load.
23035 (verilog-beg-block-re-ordered): Support indenting
23036 virtual/protected tasks and functions.
7b6fefac 23037 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
23038 (verilog-backward-ws&directives, verilog-calc-1): Speed up
23039 indentation of some module items (generate items).
23040 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
23041 across virtual/protected tasks and functions.
23042
230432009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
23044
bf0b361c 23045 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 23046 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
23047 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
23048 in concatenations. Reported by Yishay Belkind.
23049 (verilog-auto-ascii-enum): Support one-hot state machines in
23050 AUTOASCIIENUM. Suggested by Lloyd Gomez.
23051 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
23052 modport in AUTOINST and add vl-modport for users.
23053 Reported by David Rogoff.
a3a8b002
DN
23054 (verilog-auto-inout-module, verilog-auto-inst)
23055 (verilog-decls-get-interfaces, verilog-insert-definition)
23056 (verilog-insert-one-definition, verilog-read-decls)
23057 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
23058 (verilog-sig-modport, verilog-signals-combine-bus)
23059 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
23060 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
23061 Suggested by David Rogoff.
23062 (verilog-repair-open-comma): Fix non-insertion of comma when
23063 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
23064 (verilog-make-width-expression): Simplify [A-1:0] expression
23065 widths to just {A{1'b0}}.
23066 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
23067 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
23068 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
23069 inputs/outputs or data type. Suggested by Vasu Kandadi.
23070 (next-error-last-buffer): Fix byte-compiler warning.
23071 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
23072 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 23073 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 23074 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 23075 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 23076 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 23077 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
23078 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
23079 causing use of <= assignments. Reported by Alex Reed.
23080 (verilog-read-decls): Fix triand, trior, wand, wor to be
23081 recognized by AUTOWIRE. Reported by Spencer Isaacson.
23082 (verilog-extended-complete-re): Support import "DPI-C" functions.
23083 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 23084 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
23085 (verilog-insert-date, verilog-insert-year)
23086 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23087 Windows systems. Reported by Michael Potts.
23088 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 23089 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 23090 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 23091 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
23092 (verilog-read-decls): Fix detecting "parameter int" when using
23093 AUTOINSTPARAM. Reported by Bruce T.
23094 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 23095 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 23096 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
23097 verilog-goto-defun will work. Reported by Lawrence Butcher.
23098 (verilog-getopt): Expand environment variables in -f file
23099 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 23100 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
23101 when reading enumerations.
23102 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23103 Suggested by Stephen Peltan.
4b8b1ec5 23104 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
23105 files. Reported by Steve Peltan.
23106
f7c0d931
CY
231072009-06-28 David De La Harpe Golden <david@harpegolden.net>
23108
23109 * files.el (trash-directory): Fix defcustom type.
23110
baf1a55e 231112009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
23112
23113 * help-fns.el (describe-function-1): Correctly locate adviced
23114 functions in hyperlink (Bug#2438).
23115
d63a01ef
CY
231162009-06-28 Chong Yidong <cyd@stupidchicken.com>
23117
23118 * files.el (trash-directory): Change default to nil.
23119 (move-file-to-trash): If trash-directory is nil and
23120 system-move-file-to-trash is unbound, perform freedesktop-style
23121 trashing.
23122
231232009-06-28 David De La Harpe Golden <david@harpegolden.net>
23124
23125 * files.el (move-file-to-trash): Add freedesktop trash
23126 support (Bug#973).
23127
fc2f6a26
GM
231282009-06-28 Glenn Morris <rgm@gnu.org>
23129
23130 * autorevert.el (global-auto-revert-non-file-buffers)
23131 (global-auto-revert-mode): Doc fixes.
23132
00242b07
JB
231332009-06-27 Johan Bockgård <bojohan@gnu.org>
23134
23135 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23136
f5594f03
CY
231372009-06-27 Chong Yidong <cyd@stupidchicken.com>
23138
e8a2b2da
CY
23139 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23140 opened an X connection before calling x-get-resource (Bug#3194).
23141
f5594f03
CY
23142 * play/doctor.el: Remove reference to obsolete website.
23143 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23144
3c3bf6ce
DN
231452009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23146
23147 Remove find-file-not-found-hook VC method. (Bug#2757)
23148 * vc-hooks.el (vc-file-not-found-hook)
23149 (vc-default-find-file-not-found-hook): Remove functions.
23150 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23151 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23152 * vc.el:
23153 * vc-hg.el:
23154 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23155
e26a7bc0
AM
231562009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23157
23158 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 23159 compatibility function for `looking-back'.
e26a7bc0 23160
4b8b1ec5 23161 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 23162 Use `ispell-looking-back'.
e26a7bc0 23163
d9848600
MA
231642009-06-24 Michael Albinus <michael.albinus@gmx.de>
23165
23166 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 23167 rather than `filename'.
d9848600 23168
05fbc4a9
MB
231692009-06-23 Miles Bader <miles@gnu.org>
23170
23171 * face-remap.el (text-scale-set): New function.
23172
f86ca715
GM
231732009-06-23 Glenn Morris <rgm@gnu.org>
23174
33e2c2e5
GM
23175 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23176
f529f302
GM
23177 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23178
34995333
GM
23179 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23180
cc80ccee
GM
23181 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23182
84cb770d
GM
23183 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23184 Simplify Persian conditionals.
23185
d916c965
GM
23186 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23187 variable `filename'.
23188
b6a44b27
GM
23189 * comint.el (comint-insert-input): Doc fix.
23190
f86ca715
GM
23191 * Makefile.in (ELCFILES): Fix typo in previous change.
23192
666e158e
MB
231932009-06-23 Miles Bader <miles@gnu.org>
23194
23195 * cus-start.el: Add entry for `recenter-redisplay'.
23196
be3e598a 231972009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
23198
23199 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23200 Add an optional argument for the backend, use it instead of
23201 calling vc-backend.
4b8b1ec5
SM
23202 (vc-mode-line): Add an optional argument for the backend.
23203 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
23204 special handling for vc-state being a buffer to ...
23205
23206 * vc-rcs.el (vc-rcs-find-file-hook):
23207 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23208
23209 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23210 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23211 vc-stay-local-p and vc-mode-line calls.
23212
23213 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23214 (vc-cvs-diff, vc-cvs-annotate-command)
23215 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23216 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23217 vc-mode-line calls.
23218
23219 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23220 direct comparison.
23221 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23222 backend when calling vc-mode-line.
23223 (vc-register): Do not create a closure for calling the vc register
23224 function, call it directly.
23225
2764748c
DN
232262009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23227
23228 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23229 to make it obvious item can be clicked.
f5a0b281
DN
23230
23231 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23232
d4a885b2
KH
232332009-06-23 Kenichi Handa <handa@m17n.org>
23234
23235 * language/korea-util.el (korean-key-bindings): Change the binding
23236 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23237 same command.
23238
e3610693
MA
232392009-06-22 Michael Albinus <michael.albinus@gmx.de>
23240
23241 Sync with Tramp 2.1.16.
23242
23243 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23244
23245 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23246 when a loading of a package fails. Completion function for rsync
23247 is `tramp-completion-function-alist-ssh'.
23248 (all): Replace all calls of `split-string' and
23249 `tramp-split-string' by `tramp-compat-split-string'.
23250 (tramp-default-method): Use `tramp-compat-process-running-p'.
23251 (tramp-default-proxies-alist): Allow also Lisp forms.
23252 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 23253 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
23254 (tramp-domain-regexp): Allow also "-", "_" and ".".
23255 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23256 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23257 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
23258 (tramp-handle-directory-files-and-attributes-with-stat):
23259 Care about filenames with spaces, or starting with "-".
e3610693
MA
23260 (tramp-handle-dired-uncache): New defun.
23261 (tramp-handle-insert-directory): Don't flush the directory from
23262 cache, this is handled by `dired-uncache' now.
23263 (tramp-handle-insert-file-contents): Improve error handling.
23264 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23265 Quote `tramp-end-of-output'.
23266 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
23267 (tramp-check-for-regexp): Both echoes must be present, before removing.
23268 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
23269 (tramp-compute-multi-hops): Eval cons cells of
23270 `tramp-default-proxies-alist'.
23271 (tramp-maybe-open-connection): Use the same command pattern for
23272 first hop and further hops.
23273 (tramp-wait-for-output): Remove handling of newlines.
23274 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23275 (tramp-split-string): Remove function. It is handled in
23276 tramp-compat now.
23277
4b8b1ec5
SM
23278 * net/tramp-cmds.el (tramp-bug):
23279 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
23280
23281 * net/tramp-compat.el (tramp-compat-split-string)
23282 (tramp-compat-process-running-p): New defuns.
23283
23284 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23285 for `dired-uncache'.
23286
23287 * net/tramp-gvfs.el: New package.
23288
4b8b1ec5
SM
23289 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23290 Add handler for `dired-uncache'.
e3610693
MA
23291 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23292
23293 * net/trampver.el: Update release number. Make version check fit
23294 for SXEmacs 22.
23295
13a3f374
JM
232962009-06-22 Jim Meyering <meyering@redhat.com>
23297
e0a28a3b 23298 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
23299 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23300 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23301
5242671e 233022009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 23303 Nick Roberts <nickrob@snap.net.nz>
13a3f374 23304
e0a28a3b 23305 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
23306 repository (http://sphinx.net.ru/hg/gdb-mi/).
23307
3fde45af
GM
233082009-06-22 Glenn Morris <rgm@gnu.org>
23309
46253b34
GM
23310 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23311 `mode' and `eval' entries. (Bug#3430)
23312
97e18192
GM
23313 * Makefile.in (ELCFILES): Add fadr.elc.
23314
731a00fb
GM
23315 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23316 differing behavior of \n and ^ in strings. (Bug#3385)
23317
c66cd0ff
GM
23318 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23319
3fde45af
GM
23320 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23321 property.
23322 (lisp-indent-function): Make it a defcustom.
23323
db2241a0
NR
233242009-06-21 Nick Roberts <nickrob@snap.net.nz>
23325
23326 * progmodes/gdb-ui.el: Replace with ...
5242671e 23327 * progmodes/gdb-mi.el: ... this file.
db2241a0 23328 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23329
233302009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23331
db2241a0
NR
23332 * fadr.el: New file.
23333
38d4f316 23334See ChangeLog.14 for earlier changes.
e3d51b27
MR
23335
23336;; Local Variables:
23337;; coding: utf-8
e3d51b27
MR
23338;; End:
23339
73b0cd50 23340 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23341
23342 This file is part of GNU Emacs.
23343
23344 GNU Emacs is free software: you can redistribute it and/or modify
23345 it under the terms of the GNU General Public License as published by
23346 the Free Software Foundation, either version 3 of the License, or
23347 (at your option) any later version.
23348
23349 GNU Emacs is distributed in the hope that it will be useful,
23350 but WITHOUT ANY WARRANTY; without even the implied warranty of
23351 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23352 GNU General Public License for more details.
23353
23354 You should have received a copy of the GNU General Public License
23355 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.