src/*.c: Remove unused parameters and other warnings.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5ffb62aa
JD
12011-03-27 Jan Djärv <jan.h.d@swipnet.se>
2
3 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
4
7a097943
LL
52011-03-27 Leo Liu <sdl.web@gmail.com>
6
7 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
8 for foreground and background colors.
9 (ansi-color-make-color-map): Adapt.
10
c5b40130
LL
112011-03-25 Leo Liu <sdl.web@gmail.com>
12
1f48f7d2
LL
13 * midnight.el (midnight-time-float): Remove. Note it calculates
14 the microsecond component incorrectly and seconds-to-time does the
15 same job.
625897ec 16 Remove redundant (require 'timer).
1f48f7d2 17
c5b40130
LL
18 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
19 (ido-completions): Remove unused arguments. (Bug#8329)
20
d86d2721
SM
212011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * minibuffer.el (completion--flush-all-sorted-completions):
24 Remove itself from hook.
25 (completion-at-point): Let the functions perform the completion
26 immediately and return nil or t.
27 * comint.el (comint-dynamic-complete-functions): Now identical to
28 completion-at-point-functions.
29 (comint-dynamic-list-input-ring): Remove unused var `index'.
30 (comint--match-partial-filename, comint--unquote&expand-filename):
31 New funs, split from comint-match-partial-filename.
32 (comint-dynamic-complete): Use completion-at-point.
33 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
34
e8974c48
DA
352011-03-24 Drew Adams <drew.adams@oracle.com>
36
37 * thingatpt.el: Support `defun'.
38
def71b5e
LL
392011-03-23 Leo Liu <sdl.web@gmail.com>
40
cb5af48e
LL
41 * abbrevlist.el: Move to obsolete/abbrevlist.el.
42
def71b5e
LL
43 * help-mode.el (help-mode-finish): Tweak regexp.
44
927c53e7
GM
452011-03-23 Glenn Morris <rgm@gnu.org>
46
18d05bed
GM
47 * eshell/esh-opt.el (eshell-eval-using-options):
48 Do not bind unused local variable `eshell-option-stub'.
49
927c53e7
GM
50 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
51
9d0da923
JB
522011-03-22 Juanma Barranquero <lekktu@gmail.com>
53
54 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
55 keymap variable in `with-no-warnings' to avoid a warning when the
56 keymap has been already `defconst'ed.
57
4b978a67
LL
582011-03-22 Leo Liu <sdl.web@gmail.com>
59
60 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
61 encode all chars in abbrevs; otherwise use emacs-mule or
62 utf-8-emacs. (Bug#8308)
63
5fd62452
JB
642011-03-22 Juanma Barranquero <lekktu@gmail.com>
65
0b1596c6
JB
66 * simple.el (backward-delete-char-untabify):
67 Avoid warning about using `delete-backward-char'.
68
5fd62452
JB
69 * image.el (image-type-file-name-regexps): Make it variable.
70 `imagemagick-register-types' modifies it, and the user may want
71 to add new extensions for known image types.
72 (imagemagick-register-types): Throw error if not using ImageMagick.
73
0b4e93f1
LL
742011-03-22 Leo Liu <sdl.web@gmail.com>
75
76 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
77 located before rcirc-prompt-end-marker.
78 (rcirc-complete): Error if point is not after rcirc prompt.
79 Handle the case when table is nil.
9882e214 80 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 81
fccee4ab
CY
822011-03-22 Chong Yidong <cyd@stupidchicken.com>
83
84 * custom.el (custom--inhibit-theme-enable): Make it affect only
85 custom-theme-set-variables and custom-theme-set-faces.
86 (provide-theme): Ignore custom--inhibit-theme-enable.
87 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
88 (custom-enabling-themes): Delete variable.
d86d2721
SM
89 (enable-theme): Accept only loaded themes as arguments.
90 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
91 (custom-enabled-themes): Forbid themes from setting this.
92 Eliminate use of custom-enabling-themes.
93 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 94
af896da6
LL
952011-03-21 Leo Liu <sdl.web@gmail.com>
96
97 * ido.el (ido-read-internal): Add ido-selected to history instead
98 of user input.
99
78f64af0
SM
1002011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * subr.el (deferred-action-list, deferred-action-function):
103 Mark obsolete.
104
b16ac1ec
LL
1052011-03-21 Leo Liu <sdl.web@gmail.com>
106
810f7698
LL
107 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
108 change on 2011-02-13 (bug#8309).
109
b16ac1ec
LL
110 * minibuffer.el (read-file-name-function): Change default value.
111 (read-file-name--defaults): Rename from read-file-name-defaults.
112 (read-file-name-default): Rename from read-file-name.
113 (read-file-name): Call read-file-name-function.
114
4e05e67e
GM
1152011-03-21 Glenn Morris <rgm@gnu.org>
116
117 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
118 Doc fixes.
119
4359915b
CY
1202011-03-21 Chong Yidong <cyd@stupidchicken.com>
121
122 * cus-theme.el: Add missing provide statement.
123 (customize-create-theme): Extract theme value correctly.
124 (custom-theme-visit-theme): Autoload.
125 (customize-create-theme): Prompt before inserting default faces.
126
1fe275ee
JB
1272011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
128
129 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
130 units and musical notes.
131
3ec03f7e
LL
1322011-03-20 Leo <sdl.web@gmail.com>
133
134 * ido.el (ido-read-internal): Use completing-read-default.
135 (ido-completing-read): Fix compatibility with completing-read.
136
7d476bde
CO
1372011-03-20 Christian Ohler <ohler@gnu.org>
138
139 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
140 (ert-delete-all-tests): Use `called-interactively-p' rather than
141 `interactive-p'.
142 (ert--make-xrefs-region): Respect END.
143
fe0fb33e
CY
1442011-03-19 Chong Yidong <cyd@stupidchicken.com>
145
ff854b0b
CY
146 * dired-aux.el (dired-create-directory): Signal an error if the
147 directory already exists (Bug#8246).
148
fe0fb33e
CY
149 * facemenu.el (list-colors-display): Call list-faces-display
150 inside with-help-window.
151 (list-colors-print): Use display property to align the final
152 column, instead of checking window-width.
153
576bce32
EZ
1542011-03-19 Eli Zaretskii <eliz@gnu.org>
155
156 * emerge.el (emerge-metachars): Separate value for ms-dos and
157 windows-nt systems.
158 (emerge-protect-metachars): Quote correctly for ms-dos and
159 windows-nt systems.
160
b14e3e21 1612011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
162
163 * info.el (info-initialize): Replace all uses of `:' with
164 path-separator for compatibility with non-Unix systems.
165 Cache quoting of path-separator. (Bug#8258)
166
b14e3e21 1672011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
168
169 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
170 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
171 (mouse-avoidance-mode): Fix typos in docstrings.
172
4525ce3e
CY
1732011-03-19 Chong Yidong <cyd@stupidchicken.com>
174
175 * startup.el (package-subdirectory-regexp): Move from package.el.
176 Omit \\` and \\', and let callers add them.
177
178 * emacs-lisp/package.el (package-strip-version)
179 (package-load-all-descriptors): Add \\` and \\' to
180 package-subdirectory-regexp before using it.
181 (package-untar-buffer): New arg DIR; ensure that file untars only
182 into this expected directory. Remove superfluous delete-region.
183 (package-unpack): Caller changed.
184 (package-tar-file-info): Use package-subdirectory-regexp.
185
a904a09a 1862011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 187
a904a09a
SM
188 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
189 diff-mode-shared-map (bug#8284).
190 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
191
1922011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
193
194 * calendar/time-date.el (format-seconds): Use assoc instead of
195 assoc-string, since assoc-string doesn't exist in XEmacs.
196
171fc304
JB
1972011-03-17 Juanma Barranquero <lekktu@gmail.com>
198
199 * custom.el (custom-known-themes): Reflow docstring.
200 (custom-theme-load-path): Fix typo in docstring.
201 (load-theme): Fix typo in error message.
202 (custom-available-themes, custom-variable-theme-value):
203 Use `let', not `let*'.
204
d71990a1
JB
2052011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
206
207 * calc/README: Mention inclusion of musical notes.
208
209 * calc/calc-units.el (calc-lu-quant): Rename from
210 `calc-logunits-quantity'.
211 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
212 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
213 (calc-db): Rename from `calc-dblevel'.
214 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
215 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
216 (calc-np): Rename from `calc-nplevel'.
217 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
218 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
219 (calc-lu-plus): Rename from `calc-logunits-add'.
220 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
221 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
222 (calc-lu-minus): Rename from `calc-logunits-sub'.
223 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
224 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
225 (calc-lu-times): Rename from `calc-logunits-mul'.
226 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
227 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
228 (calc-lu-divide): Rename from `calc-logunits-div'.
229 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
230 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
231
232 * calc/calc-ext.el (calc-init-extensions): Update the names of the
233 functions being autoloaded.
234
235 * calc/calc.el (calc-lu-power-reference): Rename from
236 `calc-logunits-power-reference'.
237 (calc-lu-field-reference): Rename from
238 `calc-logunits-field-reference'.
239
240 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
241
40c2934b
SM
2422011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * minibuffer.el (completion-all-sorted-completions):
245 Use :completion-cycle-penalty text property if present.
246
b0911414
KM
2472011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
248
249 * allout.el (allout-yank-processing): Adjust for new rebulleting
250 regime so bullet being yanked is used without prompting the user
251 for a choice.
252
8a05b668
JB
2532011-03-16 Juanma Barranquero <lekktu@gmail.com>
254
255 * startup.el (command-line): Warn the user that _emacs is deprecated.
256
5ba5fb81
JB
2572011-03-16 Juanma Barranquero <lekktu@gmail.com>
258
259 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
260 (delphi-verbose, delphi-comment-face, delphi-string-face)
261 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
262 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
263 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
264 (delphi-new-comment-line, delphi-font-lock-defaults)
265 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
266 Fix typos in docstrings.
267
2dab465b
KM
2682011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
269
5ba5fb81 270 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
271 Invert the roles of character and string values for INSTEAD, so a
272 string is used for the more common case of a defaulting prompt.
273
0adf5618
SM
2742011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * progmodes/ruby-mode.el (ruby-backward-sexp):
277 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
278 * play/gamegrid.el (gamegrid-make-face):
279 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
280 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
281 * notifications.el (notifications-notify):
282 * net/xesam.el (xesam-search-engines):
283 * net/quickurl.el (quickurl-list-insert):
284 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
285
d72700e5
CY
2862011-03-15 Chong Yidong <cyd@stupidchicken.com>
287
288 * startup.el (command-line): Update package subdirectory regexp.
289
49c5410a
SM
2902011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
291
c6eee9aa
SM
292 * allout.el (allout-abbreviate-flattened-numbering)
293 (allout-mode-deactivate-hook): Fix up obsolescence "date".
294
49c5410a
SM
295 * subr.el (read-char-choice): Only show the cursor after the prompt,
296 not after the answer.
297
047b2bb9
KR
2982011-03-15 Kevin Ryde <user42@zip.com.au>
299
300 * help-fns.el (variable-at-point): Skip leading quotes, if any
301 (bug#8253).
302
0a57d256
SM
3032011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
306 warning message.
307
77c992bc
MA
3082011-03-14 Michael Albinus <michael.albinus@gmx.de>
309
310 * shell.el (shell): When called interactively, offer to change the
311 shell file name on remote hosts.
312
eebc475d
TZ
3132011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
314
315 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
316 integration for LDAP parameters. The host, base, user or binddn,
317 and secret tokens can be specified in a netrc file, for instance.
318 This is optional because an `auth-source' parameter must be
319 specified in the search attributes.
320
9d05d1ba
JB
3212011-03-13 Juanma Barranquero <lekktu@gmail.com>
322
323 * help.el (describe-mode): Link to the mode's definition (bug#8185).
324
09d9db2c
GM
3252011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
328 into declaration. Remove redundant and harmful binding.
329
3302011-03-12 Eli Zaretskii <eliz@gnu.org>
331
332 * files.el (file-ownership-preserved-p): Pass `integer' as an
333 explicit 2nd argument to `file-attributes'. If the file's owner
334 is the Administrators group on Windows, and the current user is
335 Administrator, consider that a match.
336
337 * server.el (server-ensure-safe-dir): Consider server directory
338 safe on MS-Windows if its owner is the Administrators group while
339 the current Emacs user is Administrator. Use `=' to compare
340 numerical UIDs, since they could be integers or floats.
341
219bd536
JB
3422011-03-12 Juanma Barranquero <lekktu@gmail.com>
343
344 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
345
f3afd36b
MA
3462011-03-12 Michael Albinus <michael.albinus@gmx.de>
347
348 Sync with Tramp 2.2.1.
349
350 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
351
352 * net/trampver.el: Update release number.
353
3aaaa6f1
SM
3542011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
355
94642599
SM
356 * progmodes/compile.el (compilation--previous-directory): Fix up
357 various nil/dead-marker mismatches (bug#8014).
358 (compilation-directory-properties, compilation-error-properties):
359 Don't call it at a position past the one we're about to change.
360
3aaaa6f1
SM
361 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
362 Disable obsolescence warnings in the file that declares it.
363
14239447
KM
3642011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
365
219bd536 366 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
367 allout-widgets-tally as a hash table rather than nil to prevent
368 mode-line redisplay warnings.
369 Also, clarify the module description and fix a comment typo.
370
135e287c
JB
3712011-03-11 Juanma Barranquero <lekktu@gmail.com>
372
373 * help-fns.el (describe-variable): Don't complete keywords.
374 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
375
ffbf300e
CY
3762011-03-10 Chong Yidong <cyd@stupidchicken.com>
377
ba08b241
CY
378 * emacs-lisp/package.el (package-version-join): Impose a standard
379 string representation for pre/alpha/beta version lists.
380 (package-unpack-single): Standardize the directory name by passing
381 it through package-version-join.
382 (package-strip-rcs-id): Accept any version string that does not
383 signal an error in version-to-list.
ffbf300e 384
f346fd6b
MA
3852011-03-10 Michael Albinus <michael.albinus@gmx.de>
386
387 * simple.el (delete-trailing-whitespace): Return nil for the
388 benefit of `write-file-functions'.
389
ccb55d27
GM
3902011-03-10 Glenn Morris <rgm@gnu.org>
391
5ceaac0c
GM
392 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
393
02da65ff
GM
394 * vc/vc-git.el (vc-git-program): New option.
395 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
396 (vc-git--call): Use it.
397
b2f603cc
GM
398 * eshell/esh-util.el (eshell-condition-case): Doc fix.
399
5772caab
GM
400 * cus-edit.el (Custom-newline): If no button at point, look
401 for a subgroup button at start-of-line. (Bug#2298)
402
ccb55d27
GM
403 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
404
ec6ecaed
JD
4052011-03-10 Julien Danjou <julien@danjou.info>
406
407 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
408 `cursor-type' is nil.
409
9d5aa01d
JB
4102011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
411
412 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
413
b6a5875b
KM
4142011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
415
416 * allout.el Summary: Change so yank of distinctive-bullet items
417 preserves the existing header prefix, rebulleting it if necessary,
418 rather than replacing it. This is necessary for proper operation
419 of cooperative addons like allout-widgets.
219bd536 420 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
421 SOLICIT arg to INSTEAD, and interpret additionally a string value
422 as alternate bullet to be used, instead of prompting the user for
423 a bullet character.
424
ee545c35
MA
4252011-03-09 Michael Albinus <michael.albinus@gmx.de>
426
d86d2721
SM
427 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
428 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
429 `tramp-default-port'.
430
c47971d7
DD
4312011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
432
433 * net/rcirc.el (rcirc-handler-001): Remove useless
434 with-rcirc-process-buffer.
435 (rcirc-check-auth-status): Swap arguments to string-match.
436
13522cb4
GM
4372011-03-09 Glenn Morris <rgm@gnu.org>
438
0be6f4f1
GM
439 * shell.el (shell-mode):
440 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
441
13522cb4
GM
442 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
443 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
444
515de2e3
CY
4452011-03-08 Chong Yidong <cyd@stupidchicken.com>
446
447 * emacs-lisp/package.el (package-refresh-contents)
448 (package-menu-execute): Use condition-case-no-debug.
449
b511b994
MA
4502011-03-08 Michael Albinus <michael.albinus@gmx.de>
451
452 * simple.el (shell-command-to-string): Use `process-file'.
453
454 * emacs-lisp/package.el (package-tar-file-info): Handle also
455 remote files.
456
d86d2721
SM
457 * emacs-lisp/package-x.el (package-upload-buffer-internal):
458 Use `equal' for upload base check.
b511b994 459
25bbfb31
AM
4602011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
461
462 * textmodes/texinfo.el (texinfo-environments):
463 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
464
be996521
GM
4652011-03-08 Glenn Morris <rgm@gnu.org>
466
e9c8529f
GM
467 * cus-start.el (cursor-in-non-selected-windows):
468 Fix :set quoting oddness. (Bug#8192)
469
be996521
GM
470 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
471 in some setf expressions. (Bug#2159)
472
2bb5649e
CY
4732011-03-08 Chong Yidong <cyd@stupidchicken.com>
474
475 * custom.el (custom-available-themes): Return themes in
476 alphabetical order.
477
7600cf45
CY
4782011-03-07 Chong Yidong <cyd@stupidchicken.com>
479
480 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
481 application of patch from Alan Mackenzie (Bug#7595).
482
fa7062f6
DD
4832011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
484
485 * net/rcirc.el (rcirc-connect): Fix PASS bug.
486
619f4b62
GM
4872011-03-07 Glenn Morris <rgm@gnu.org>
488
489 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 490 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 491
e63e9234
ER
4922011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
493
494 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
495 Add optional `after-sunset' argument. (Bug#8190)
496
16130297
AH
4972011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
498
499 * play/morse.el (nato-alphabet, nato-region, denato-region):
500 New variable and functions. (Bug#2288)
f72c1fd6 501 (morse-region, unmorse-region): Barf if read-only.
16130297 502
2b0787b3
SM
5032011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * progmodes/gud.el (gdb-script-syntax-propertize-function):
506 Don't change the syntax of a \n that closes a comment (bug#8169).
507
5c69cb2c
CY
5082011-03-06 Chong Yidong <cyd@stupidchicken.com>
509
510 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
511 defcustom.
512 (package--update-file): Doc fix. Accept relative file names.
513 (package--archive-contents-from-file): Remove the argument, since
514 it's necessarily always "archive-contents".
515 (package-maint-add-news-item): Pass relative file name args to
516 package--update-file.
517 (package-upload-buffer-internal): Prompt for a destination if
518 package-archive-upload-base is invalid. Create the directory if
519 it does not exist.
520 (package-upload-buffer, package-upload-file): Doc fix.
521
892777ba
CY
5222011-03-06 Chong Yidong <cyd@stupidchicken.com>
523
524 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
525 and move isearch-yank-line to M-s C-e (Bug#8183).
526
9d1f0f55
AM
5272011-03-06 Alan Mackenzie <acm@muc.de>
528
529 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
530 (c-guess-basic-syntax): Move CASE 19 to a different place,
531 correctly to process template-args-cont lines.
9d1f0f55 532
479a2c9b
JB
5332011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
534
2b0787b3
SM
535 * calc/calc-ext.el (calc-init-extensions):
536 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
537 and calc-nplevel, respectively. Add keybindings for calc-spn,
538 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
539 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
540
541 * calc/calc-units.el (calc-dblevel): Rename from
542 calc-logunits-dblevel.
543 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
544 (math-midi-round, math-freqp, math-midip, math-spnp)
545 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
546 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
547 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
548 (math-notes): New variable.
549
550 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 551
f561e49a
CY
5522011-03-06 Chong Yidong <cyd@stupidchicken.com>
553
554 * emacs-lisp/package.el (package-archives): Accept either ordinary
555 directory names, in addition to HTTP URLs.
556 (package--with-work-buffer): New macro. Handle normal directories.
557 (package-handle-response): Don't display the failing buffer.
558 (package-download-single, package-download-tar)
559 (package--download-one-archive): Use package--with-work-buffer.
560 (package-archive-base): Rename from package-archive-url.
561
79a0fb58
GM
5622011-03-06 Glenn Morris <rgm@gnu.org>
563
564 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
565 (xmodmap-generic-mode): Respect generic-extras-enable-list.
566
ffd0a502
DC
5672011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
568
569 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
570
01c35094
JB
5712011-03-06 Juanma Barranquero <lekktu@gmail.com>
572
573 * allout.el (allout-init, allout-prefixed-keybindings)
574 (allout-unprefixed-keybindings):
575 * progmodes/prolog.el (prolog-find-term):
576 Fix typos in docstrings.
577
509742cc
NS
5782011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
579
580 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
581
14369ab3
KR
5822011-03-06 Kevin Ryde <user42@zip.com.au>
583
584 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
585
aa248733
MS
5862011-03-06 Michael Shields <shields@msrl.com> (tiny change)
587
588 * window.el (one-window-p, walk-windows, display-buffer):
589 Doc fixes. (Bug#5567)
590
da0275f8
JB
5912011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
592
593 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
594 of the variable if it exists.
595
845fc5e5
JB
5962011-03-06 Juanma Barranquero <lekktu@gmail.com>
597
598 * bookmark.el:
599 * desktop.el:
600 * emacs-lock.el:
601 * ps-print.el:
602 * saveplace.el:
603 * net/tramp-cache.el:
01c35094 604 * obsolete/fast-lock.el:
845fc5e5
JB
605 * textmodes/reftex.el:
606 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
607
7e27ce9c
AL
6082011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
609
01c35094
JB
610 * files.el (delete-directory, copy-directory, list-directory):
611 Use read-directory-name.
7e27ce9c
AL
612
613 * find-file.el (ff-find-the-other-file):
614 * net/ange-ftp.el (ange-ftp-make-directory):
615 * printing.el (pr-interactive-dir):
616 * progmodes/ada-prj.el (ada-prj-load-directory):
617 * progmodes/ebnf2ps.el (ebnf-print-directory)
618 (ebnf-spool-directory, ebnf-eps-directory)
619 (ebnf-syntax-directory):
620 * shell.el (shell):
621 * speedbar.el (speedbar-create-directory):
622 * vc/emerge.el (emerge-merge-directories):
623 * vc/vc-dir.el (vc-dir):
624 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
625
d23ae2b0
CY
6262011-03-05 Chong Yidong <cyd@stupidchicken.com>
627
628 * help-mode.el (help-buffer): If we are to return the current
629 buffer, signal an error if it's not in Help mode (Bug#8147).
630
2de9cc1a
RT
6312011-03-05 Reuben Thomas <rrt@sc3d.org>
632
633 * files.el (file-name-version-regexp): Handle backup files of the
634 form `foo.js.~HEAD~1~' (Bug#8159).
635
81fb60b2
GM
6362011-03-05 Glenn Morris <rgm@gnu.org>
637
638 * eshell/esh-var.el: Don't require esh-test when compiling.
639 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
640 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 641 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 642
c5f09daf
DE
6432011-03-05 David Engster <deng@randomsample.de>
644
645 * files.el (save-some-buffers): Report the names of buffers saved
646 automatically due to buffer-save-without-query (Bug#8134).
647
77f63d30
DD
6482011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
649
650 * net/rcirc.el: Add QuakeNet authentication support.
651 (rcirc-authinfo, rcirc-check-auth-status)
652 (rcirc-authenticate): Support QuakeNet.
653
72d2c2e3
DD
6542011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
655
656 * net/rcirc.el: Add functionality to authenticate before
657 autojoining channels.
658 (rcirc-authenticate-before-join): New option.
659 (rcirc-authenticated-hook): New variable.
660 (rcirc-connect): Make local variable rcirc-user-authenticated.
661 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
662 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
663 New functions.
664 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
665 Call rcirc-check-auth-status.
72d2c2e3 666
d733e817
MA
6672011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
668
669 * net/soap-client.el (soap-namespace-put-link): Check if the target
670 name is fully qualified -- use only the name part.
671 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
672 types, treated the same as xsd:sequence. (Bug#8166)
673
3ae59fff
EZ
6742011-03-05 Eli Zaretskii <eliz@gnu.org>
675
676 * files.el (find-file-noselect): Don't ask about re-visiting
677 non-literally if the file is already visited in image-mode.
678 (Bug#8177)
679
a9eeff78
GM
6802011-03-05 Glenn Morris <rgm@gnu.org>
681
d783d303
GM
682 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
683 (eshell-mode): Use eshell-kill-buffer-function.
684 Run the -initialize functions independently of the -load-hooks.
685 * eshell/esh-proc.el (eshell-kill-process-function): New function.
686 (eshell-gather-process-output, eshell-sentinel)
687 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
688 Use eshell-kill-process-function.
689 * eshell/em-alias.el (eshell-alias-load-hook):
690 * eshell/em-banner.el (eshell-banner-load-hook):
691 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
692 * eshell/em-dirs.el (eshell-dirs-load-hook):
693 * eshell/em-glob.el (eshell-glob-load-hook):
694 * eshell/em-hist.el (eshell-hist-load-hook):
695 * eshell/em-pred.el (eshell-pred-load-hook):
696 * eshell/em-prompt.el (eshell-prompt-load-hook):
697 * eshell/em-rebind.el (eshell-rebind-load-hook):
698 * eshell/em-script.el (eshell-script-load-hook):
699 * eshell/em-smart.el (eshell-smart-load-hook):
700 * eshell/em-term.el (eshell-term-load-hook):
701 * eshell/em-unix.el (eshell-unix-load-hook):
702 * eshell/esh-arg.el (eshell-arg-load-hook):
703 * eshell/esh-cmd.el (eshell-cmd-load-hook):
704 * eshell/esh-ext.el (eshell-ext-load-hook):
705 * eshell/esh-io.el (eshell-io-load-hook):
706 * eshell/esh-mode.el (eshell-exit-hook):
707 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
708 * eshell/esh-var.el (eshell-var-load-hook):
709 Set default hook values to nil. (Bug#5375)
710
4a0f18a8
GM
711 * eshell/esh-module.el (eshell-module-unload-hook)
712 (eshell-modules-list): Remove leading * from defcustom docs.
713
a9eeff78
GM
714 * eshell/esh-util.el (eshell-for): Make it obsolete.
715 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
716 * eshell/em-dirs.el (eshell-save-some-last-dir):
717 * eshell/em-hist.el (eshell-save-some-history)
718 (eshell-hist-parse-modifier):
719 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
720 (eshell-ls-entries):
721 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
722 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
723 (eshell/which):
724 * eshell/esh-ext.el (eshell-find-interpreter):
725 * eshell/esh-mode.el (eshell-mode):
726 * eshell/esh-module.el (eshell-unload-extension-modules):
727 * eshell/esh-proc.el (eshell-process-interact):
728 * eshell/esh-test.el (eshell-test):
729 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
730 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
731 (eshell-variables-list):
732 * eshell/eshell.el (eshell-unload-all-modules):
733 Replace eshell-for with dolist.
734
85a55d38
GM
7352011-03-04 Glenn Morris <rgm@gnu.org>
736
737 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
738
38c179c9
TT
7392011-03-04 Tom Tromey <tromey@redhat.com>
740
741 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
742
732795fa
GM
7432011-03-04 Glenn Morris <rgm@gnu.org>
744
015bea8f
GM
745 * outline.el (outline-regexp): No longer allow nil.
746 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
747
9d982739
GM
748 * net/browse-url.el (browse-url):
749 Handle deleted default-directory. (Bug#6077)
750
732795fa
GM
751 * recentf.el (recentf-include-p): In case of a buggy predicate,
752 err on the side of including, not excluding. (Bug#5843)
753
d6ffd3f8
JB
7542011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
755
756 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
757 variables as units.
758
a918ed9b
BR
7592011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
760
761 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
762 if there is no node. (Bug#3261)
763
fc0e9092
LL
7642011-03-04 Leo <sdl.web@gmail.com>
765
0a5cb52b
LL
766 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
767
fc0e9092
LL
768 * time.el (display-time-world-list): Fix typo. (Bug#7571)
769
a65112fb 7702011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
771
772 * cus-edit.el (custom-buffer-create-internal):
773 Split search string before passing it to `customize-apropos' (bug#8136).
774
3191adaf
DA
7752011-03-04 Drew Adams <drew.adams@oracle.com>
776
777 * image-dired.el (image-dired-cmd-read-exif-data-options):
778 Fix typo in docstring (bug#8156).
779
fcd8ed1d
DD
7802011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
781
782 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
783
de69c0a8
CO
7842011-03-03 Christian Ohler <ohler@gnu.org>
785
786 * emacs-lisp/ert.el (ert--explain-equal): New function.
d86d2721 787 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
de69c0a8 788 All callers changed.
d86d2721 789 (ert--explain-equal-including-properties): Rename from
de69c0a8
CO
790 `ert--explain-not-equal-including-properties'. All callers
791 changed.
792
7c0d1441
CO
7932011-03-03 Christian Ohler <ohler@gnu.org>
794
795 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
796 (ert-char-for-test-result, ert-string-for-test-result)
797 (ert-run-tests-batch, ert--print-test-for-ewoc):
798 Handle `ert-test-quit'.
799
31128af6
DA
8002011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
801
802 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
803 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
804
06083aa1
GM
8052011-03-03 Glenn Morris <rgm@gnu.org>
806
807 * files.el (file-truename): Doc fix. (Bug#2341)
808
c7a74801
BR
8092011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
810
01c35094 811 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 812
614b85f8
VJ
8132011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
814
815 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
816 programs output backslashes. (Bug#7663)
817
f96dc50f
GM
8182011-03-03 Glenn Morris <rgm@gnu.org>
819
fb532fe8
GM
820 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
821 (mail-mode): Remove mail-sent-via from the doc.
822 (mail-sent-via): Make it obsolete. (Bug#1776)
823
a915d7a1
GM
824 * progmodes/grep.el (grep-highlight-matches): Doc fix.
825 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
826
f96dc50f
GM
827 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
828 with no parents. (Bug#8025)
829
71f8b7ed
G
8302011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
831
832 * password-cache.el (password-in-cache-p): Add autoload.
833
8889f4e2
GM
8342011-03-02 Glenn Morris <rgm@gnu.org>
835
3ab7ebb9
GM
836 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
837 * dired-x.el (Man-support-local-filenames): Autoload it.
838 (dired-guess-shell-alist-default): Also handle Red Hat's man.
839
2777ccbf
GM
840 * dired-x.el (dired-default-directory-alist, dired-default-directory):
841 Mark as obsolete.
842 (dired-smart-shell-command): Just call dired-current-directory.
843
5dedeef2
GM
844 * dired-x.el (dired-jump-other-window): Add autoload.
845 (dired-default-directory-alist, dired-default-directory): Doc fixes.
846 (dired-default-directory-alist): Mark as risky.
847
8889f4e2
GM
848 * dired-x.el (dired-omit-here-always): Make it obsolete.
849
d77aaf6f
CY
8502011-03-02 Chong Yidong <cyd@stupidchicken.com>
851
852 * textmodes/artist.el (artist-curr-go): Default to pen-line.
853 (artist-select-op-pen-line): New function.
854 (artist-menu-map): New variable.
855 (artist-mode-map): Add a menu to the menu-bar.
856
771fc75e
JB
8572011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
858
859 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
860 when evaluating.
861
862 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
863 New function.
864 (math-logunits-add, math-logunits-mul, math-logunits-divide):
865 (math-logunits-quant, math-logunits-level):
866 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
867 functions.
868 (math-logunits-level): Extract units from ratio.
869
f6132e5a
JB
8702011-03-01 Juanma Barranquero <lekktu@gmail.com>
871
872 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
873
7454f200
GM
8742011-03-01 Glenn Morris <rgm@gnu.org>
875
a65112fb
GM
876 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
877 (diary-hebrew-birthday): Rename and rework functions added
878 in previous change.
7454f200 879
cdcbd5a7
ER
8802011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
881
882 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
883 (diary-hebrew-birthday): New functions.
884
9903d828
GM
8852011-03-01 Glenn Morris <rgm@gnu.org>
886
887 * dired.el (dired-safe-switches-p): Beef it up.
888 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
889
75da6eb9
SM
8902011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * dired.el (dired-safe-switches-p): New function.
893
6640b281
GM
8942011-03-01 Glenn Morris <rgm@gnu.org>
895
896 * files.el (dir-locals-collect-variables):
897 Add the ability to exclude subdirectories. (Bug#8100)
898
899 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
900
cead857b
CS
9012011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
902
903 * ido.el (ido-everywhere): Doc fix.
904 (ido-mode): Doc fix.
905
0a906ec3
GM
9062011-02-28 Glenn Morris <rgm@gnu.org>
907
908 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
909
22b300de
MA
9102011-02-28 Michael Albinus <michael.albinus@gmx.de>
911
912 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
913 shadows.
914
abec5126 9152011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
916
917 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
918
ca3afb79
JB
9192011-02-28 Juanma Barranquero <lekktu@gmail.com>
920
921 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
922 Fix typos in docstrings.
923
edb57480
SB
9242011-02-28 Stephen Berman <stephen.berman@gmx.net>
925
926 * dired-aux.el (dired-update-file-line):
927 Fix 2010-11-09 change. (Bug#8131)
928
2b0c7330 9292011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
930
931 * international/mule-cmds.el (set-default-coding-systems): Use the
932 -unix variant of encoding in default-keyboard-coding-system.
933 (Bug#8122)
934
df7f0d0b
CY
9352011-02-27 Chong Yidong <cyd@stupidchicken.com>
936
937 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
938
3e478a7c 9392011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
940
941 * term/screen.el: New file (Bug#2650).
942
1f0816b6
SM
9432011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
946 (pcase-mutually-exclusive-predicates): New var.
947 (pcase--split-consp, pcase--split-pred): Use it.
948 (pcase--split-equal, pcase--split-member): When splitting against
949 a pure predicate, run it to know the outcome.
950 (pcase--u1): Mark vars that are actually used.
951 (pcase--q1): Avoid introducing unused vars.
952
b49df742
JB
9532011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
954
955 * calc/calc-ext.el (calc-init-extensions):
956 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
957
958 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
959 symbolic mode.
960
961 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
962 argument is a variable.
963
e573299d
SM
9642011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
967 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
968 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
969
61e9662e
TZ
9702011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
971
972 * password-cache.el (password-in-cache-p): Convenience function to
973 check if a key is in the cache, even if the value is nil.
974
7fe42546
J
9752011-02-25 Jambunathan K <kjambunathan@gmail.com>
976
977 * emacs-lisp/package-x.el (package--archive-contents-from-url)
978 (package--archive-contents-from-file): New functions.
979 (package-update-news-on-upload): New var.
980 (package-upload-buffer-internal): Extract archive-contents from
981 package-archive-upload-base if it is not found at archive-url.
982 Obey package-update-news-on-upload.
983 (package-upload-buffer, package-upload-file): Doc fix.
984
2d8a57ef
GM
9852011-02-24 Glenn Morris <rgm@gnu.org>
986
6a88f031
GM
987 * files-x.el (modify-dir-local-variable): Handle dir-locals from
988 the cache, and from non-file sources.
989
303f9ae0
GM
990 * help-fns.el (describe-variable): Return consistent results when a
991 dir-local from a file came from the cache or did not. (Bug#8095)
992 If a dir-local has no associated file, say it came from a "directory".
993
07915ed9
GM
994 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
995 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
996
ebe401f6
GM
997 * files.el (dir-locals-find-file): Doc fix.
998 Fix the check for cache elements that have no associated file,
303f9ae0 999 and the mtime check for those that do. (Bug#8095)
ebe401f6 1000
b36f2f1c
GM
1001 * dired-x.el (dired-hack-local-variables):
1002 Handle interrupts during hacking local variables. (Bug#5216)
1003
2d8a57ef
GM
1004 * emacs-lisp/autoload.el (autoload-save-buffers)
1005 (autoload-find-destination, update-directory-autoloads):
1006 Avoid prompts when updating autoloads.
1007
53cfe624
SM
10082011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1011
c1449bff
KH
10122011-02-23 Kenichi Handa <handa@m17n.org>
1013
1014 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1015 error when a multipart boundary in the nested multipart is found.
1016
251ebe0f
KH
1017 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1018 header components.
1019
5582c670
GM
10202011-02-23 Glenn Morris <rgm@gnu.org>
1021
817b48a7
GM
1022 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1023 * dired-x.el (dired-omit-mode): Safe if boolean.
1024 (dired-enable-local-variables): Fix doc and custom type.
1025 (dired-enable-local-variables, dired-local-variables-file)
1026 (dired-hack-local-variables): Make obsolete.
1027 (dired-omit-here-always): Use dir-locals.el instead.
1028
5582c670
GM
1029 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1030
5f9d345c
SM
10312011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * help-fns.el (describe-function-1): Don't signal an error just because
1034 the DOC file disappeared.
1035
01c35094 10362011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
1037
1038 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1039 remote check to "ftp". (Bug#8089)
1040
e84efb70
AM
10412011-02-21 Alan Mackenzie <acm@muc.de>
1042
1043 Fix bug #7930.
1044 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1045 in macros finding their way into c-state-nonlit-pos-cache.
1046 Strengthen the comments.
1047 (c-state-dump): New commented out diagnostic routine.
1048
c6309045
MA
10492011-02-21 Michael Albinus <michael.albinus@gmx.de>
1050
1051 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1052 `field' property of `rfn-eshadow-overlay'.
1053
06b840e0
LI
10542011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1055
1056 * net/netrc.el (netrc-parse): Comment fix.
1057
6d713256
CY
10582011-02-21 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1061 Autoload. Add optional arg FRAME, and pass it to color-values.
1062 (color-complement): Caller changed. Doc fix.
1063 (color-gradient): Rewrite for better clarity and efficiency.
1064
1065 * faces.el (color-values): Use cond for clarity. Doc fix.
1066
5f9d345c 1067 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 1068 color.el instead.
5f9d345c
SM
1069 (list-colors-sort-key, list-colors-print):
1070 Use color-normalized-values.
6d713256
CY
1071
10722011-02-20 Drew Adams <drew.adams@oracle.com>
1073
1074 * color.el: First part of merge from hexrgb.el.
1075 (color-rgb-to-hex): Rename from color-rgb->hex.
1076 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1077 saturation to zero if the value is too small.
1078 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1079 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1080 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1081 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1082 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1083 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1084 (color-cie-de2000): Doc fix.
1085
aa9c0efc
AM
10862011-02-20 Alan Mackenzie <acm@muc.de>
1087
1088 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1089 locating the beginning of a macro. (Bug#7595)
1090
18cfb5a1
GM
10912011-02-20 Glenn Morris <rgm@gnu.org>
1092
e17816e5
GM
1093 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1094 Don't autoload it.
1095
18cfb5a1
GM
1096 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1097 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1098
01c35094
JB
10992011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1100 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
1101
1102 * progmodes/hideshow.el (hs-find-block-beginning)
1103 (hs-hide-level-recursive): Ignore comments when parsing braces
1104 (Bug#8036).
1105
11062011-02-19 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1109 (vc-bzr-pull): Use it.
1110
3ab713fd
CY
11112011-02-19 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1114 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1115 but returning an alist. Ignore comments in bzr conffile.
1116 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1117 (vc-bzr-error-regex-alist): New var.
1118 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1119
5f9d345c
SM
1120 * vc/vc-dispatcher.el (vc-do-async-command):
1121 Bind inhibit-read-only to t.
3ab713fd
CY
1122
1123 * progmodes/compile.el (compilation--flush-directory-cache):
1124 Handle the case where cdr of compilation--flush-directory-cache
1125 points to no buffer, which can occur if we previously switched to
1126 compilation-mode in a pregenerated buffer.
1127
16bc9688
KH
11282011-02-19 Kenichi Handa <handa@m17n.org>
1129
1130 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1131 get the header copy into the temporary buffer.
1132 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1133 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1134 buffer-file-coding-system to undecided.
1135
67ab0163 11362011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 1137
a167e505
EZ
1138 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1139 Document completion with asterisk and a substring.
1140
67ab0163 11412011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
1142
1143 * files.el (find-file-literally): Doc fix.
1144
41002397
GM
1145 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1146
b8bd9908
GM
1147 * log-edit.el (log-edit-insert-changelog):
1148 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1149
4d737eb2
GM
11502011-02-19 Glenn Morris <rgm@gnu.org>
1151
cad7445b
GM
1152 * dired-x.el: Don't require dired-aux.
1153 (dired-do-create-files, dired-mark-read-regexp)
1154 (dired-do-create-files-regexp): Autoload from dired-aux.
1155
bea584fa
GM
1156 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1157 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1158
d6e96966
GM
1159 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1160 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1161
42924231
GM
1162 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1163 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1164 (dired-clean-up-buffers-too): Declare.
1165
203784cc
GM
1166 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1167 * dired.el (dired-initial-position): Merge dired-x's version here.
1168 (dired-find-subdir): Declare.
1169
30abce25
GM
1170 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1171 * dired-aux.el (dired-add-entry): Give it a doc-string.
1172 Merge dired-x's dired-omit handling here.
1173 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1174
4d737eb2
GM
1175 * international/mule-diag.el (list-input-methods-1):
1176 Indent all lines of multi-line doc-strings. (Bug#8066)
1177
abd20d91
CY
11782011-02-18 Chong Yidong <cyd@stupidchicken.com>
1179
1180 Fix 2011-02-02 changes.
1181
1182 * apropos.el (apropos-print): Call apropos-mode before setting up
1183 buffer variables. Use inhibit-read-only.
1184
5f9d345c
SM
1185 * emacs-lisp/package.el (package--list-packages):
1186 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
1187
1188 * play/solitaire.el (solitaire): Call solitaire-mode before
1189 setting up buffer variables. Use inhibit-read-only.
1190
e697fcfc
LM
11912011-02-18 Lawrence Mitchell <wence@gmx.li>
1192
1193 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1194 Bind case-fold-search to nil when looking for end of here-doc.
1195
4114ed61
EZ
11962011-02-18 Eli Zaretskii <eliz@gnu.org>
1197
e697fcfc
LM
1198 * image-mode.el (image-toggle-display-image):
1199 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
1200 files. (Bug#8047)
1201
aa56f361
SM
12022011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * files.el (cd): Make completion obey cd-path (bug#7924).
1205
d1be20a1
GM
12062011-02-18 Glenn Morris <rgm@gnu.org>
1207
135dee55
GM
1208 * progmodes/prolog.el: Don't require compile when compiling.
1209 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1210 (compilation-forget-errors, compilation-fake-loc)
1211 (compilation-parse-errors-function, compilation-error-list): Declare.
1212 (prolog-inferior-mode): Require 'compile.
1213
15e0d5a1
GM
1214 * emulation/cua-base.el (pc-selection-mode): Declare.
1215
002b46b7
GM
1216 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1217 (customize-object): Add autoload cookie.
1218 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1219 (eieio-browse, describe-class, eieio-describe-class)
1220 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1221 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1222 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1223 * Makefile.in (autoloads): Make eieio.el writable.
1224
d1be20a1
GM
1225 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1226 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1227 (dired-hack-local-variables): Use inhibit-read-only.
1228 (dired-guess-default): Simplify.
1229 (dired-make-relative-symlink): Use dotimes.
1230 (dired-simultaneous-find-file): Use dolist.
1231 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1232 (dired-x-hands-off-my-keys): Doc fix.
1233 (dired-x-bind-find-file): Doc fix. Use remapping.
1234 (after-init-hook): No need to add dired-x-bind-find-file.
1235 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1236 No need to call expand-file-name.
1237 (dired-filename-at-point): Remove unused locals `end', `filename'.
1238
f9d554dd
SM
12392011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1242
5da16a86
CO
12432011-02-18 Christian Ohler <ohler@gnu.org>
1244
1245 * emacs-lisp/ert.el (ert--setup-results-buffer)
1246 (ert-results-pop-to-backtrace-for-test-at-point)
1247 (ert-results-pop-to-messages-for-test-at-point)
1248 (ert-results-pop-to-should-forms-for-test-at-point)
1249 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1250 were incorrect and unnecessary. This should make `make check'
1251 pass again.
1252
3a00a363
KM
12532011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1254
01c35094 1255 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1256 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1257 * lisp/allout.el: Remove commentary about remove encryption
1258 passphrase mnemonic support and verification.
01c35094
JB
1259 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1260 armored text using gpg1, and indicate that the gpg version *might*
1261 be the problem in the error message.
3a00a363 1262
73057ba9
DD
12632011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1264
1265 * net/rcirc.el (rcirc-float-time): New function.
1266 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1267 (rcirc-ctcp-sender-PING): Use it.
1268
8551cb32
GM
12692011-02-17 Glenn Morris <rgm@gnu.org>
1270
53ef76c7
GM
1271 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1272 (speedbar-update-flag, speedbar-fetch-etags-command)
1273 (speedbar-fetch-etags-arguments):
1274 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1275 (term-completion-autolist, term-completion-addsuffix)
1276 (term-completion-recexact, term-completion-fignore):
1277 * term/sup-mouse.el (sup-mouse-fast-select-window):
1278 * term/x-win.el (x-select-request-type):
1279 Convert some defvars with "*" to defcustoms.
1280
64a14c74
GM
1281 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1282
92e39d6f
GM
1283 * vc/vc.el (vc-default-previous-version):
1284 Remove alias that points nowhere. (Bug#4496)
1285
fc14288b
GM
1286 * dired-x.el (dired-clean-up-after-deletion):
1287 kill-buffer does not need save-excursion.
1288 (dired-do-run-mail): Doc fix.
1289 (dired-filename-at-point): Doc fix.
1290 Use looking-at, and skip-chars rather than re search.
1291
8551cb32
GM
1292 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1293
96497653
KM
12942011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1295
aac7a935
KM
1296 * allout-widgets.el: New allout extension that shows allout
1297 outline structure with graphical widgets. 'allout-widgets'
1298 customize group is an 'allout' subgroup, for easy discovery.
1299
96497653
KM
1300 * allout.el: Include PGP and GnuPG in Keywords, and other
1301 commentary refinements.
1302 (allout-abbreviate-flattened-numbering): Rename to
1303 allout-flattened-numbering-abbreviation, and
1304 define-obsolete-variable-alias the old name.
1305 (allout-flattened-numbering-abbreviation): Rename from
1306 allout-abbreviate-flattened-numbering.
1307 (allout-mode-p): Include among autoloads, for use by other modes
1308 with impunity.
e697fcfc
LM
1309 (allout-listify-exposed):
1310 Use allout-flattened-numbering-abbreviation.
96497653
KM
1311 (allout-encrypt-string): Use set-buffer-multibyte directly.
1312 (allout-set-buffer-multibyte): Remove.
1313
be4a1d71
DD
13142011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1315
1316 * simple.el (just-one-space): Remove useless `or' call.
1317
274c2d34
MA
13182011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1319
c6309045 1320 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1321 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1322 (soap-decoded-multi-refs, soap-current-wsdl)
1323 (soap-encoded-namespaces): Rename CL-style *...* variables.
1324
88ae2870
MA
13252011-02-16 Michael Albinus <michael.albinus@gmx.de>
1326
1327 * net/soap-client.el: Add "comm" and "hypermedia" to the
1328 keywords. Reflow too long lines.
1329
1330 * net/soap-inspect.el: Ditto. Require 'cl.
1331
689743a2
BG
13322011-02-16 Bastien Guerry <bzg@altern.org>
1333
1334 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1335 in a `doctor-type' argument.
1336
16d2ff89
MA
13372011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1338
1339 * net/soap-client.el:
1340 * net/soap-inspect.el: New files.
1341
c6cefd36
LL
13422011-02-16 Leo <sdl.web@gmail.com>
1343
1344 * dired-x.el (dired-mode-map, dired-extra-startup):
1345 Remove dired-copy-filename-as-kill since it's already in dired.el.
1346
da5e0ce4
GM
13472011-02-16 Glenn Morris <rgm@gnu.org>
1348
1349 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1350 Doc fixes. Add :set property, replacing top-level calls.
1351 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1352 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1353 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1354 (dired-clean-up-after-deletion): Use when and dolist.
1355 (dired-jump): Use unless and when.
1356 (dired-virtual): Use line-end-position.
1357 (dired-default-directory-alist): Rename from default-directory-alist.
1358 (dired-default-directory): Update for above name change.
1359 (dired-vm): Drop VM < 5 and simplify.
1360 (dired-buffer-more-recently-used-p): Rewrite.
1361 (dired-filename-at-point): Use when and or.
1362 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1363 Update callers.
1364
c5ca3aa0
GM
13652011-02-15 Glenn Morris <rgm@gnu.org>
1366
1367 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1368
33f6cf7b
CY
13692011-02-14 Chong Yidong <cyd@stupidchicken.com>
1370
1371 * vc/vc-git.el (vc-git-root-log-format): New option for
1372 customizing log format.
1373 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1374 (vc-git-log-view-mode): Use it.
1375 (vc-git-expanded-log-entry): New function.
1376 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1377
1378 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1379 customizing log format.
1380 (vc-hg-print-log): Use it.
1381 (vc-hg-expanded-log-entry): New function.
1382 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1383 vc-hg-expanded-log-entry. Truncate lines in root log.
1384
1385 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1386
e697fcfc
LM
1387 * vc/log-view.el (log-view-mode-menu):
1388 Add log-view-toggle-entry-display.
33f6cf7b 1389
461b69ae
GM
13902011-02-14 Glenn Morris <rgm@gnu.org>
1391
1392 * dired-x.el: Don't require man when compiling.
1393 (dired-omit-extensions, dired-local-variables-file)
1394 (dired-x-hands-off-my-keys): Make them defcustoms.
1395 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1396 (vm-visit-folder): Declare rather than defining.
1397 (dired-x-help-address, dired-x-variable-list): Remove.
1398 (dired-x-submit-report): Make it an obsolete alias.
1399
35f52ed6
JB
14002011-02-14 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1403
b2108a36
TZ
14042011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1405
67186ae2 1406 * net/imap.el: Bring it back.
b2108a36 1407
abfc152b
AM
14082011-02-13 Alan Mackenzie <acm@muc.de>
1409
1410 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1411 narrow-to-region call that cuts context off the end (Bug#7722).
1412
e697fcfc
LM
1413 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1414 Refactor nested if-forms with a simple cond.
abfc152b
AM
1415 (c-forward-<>-arglist): Revert 2011-01-31 change.
1416
d4eb88c7
CY
14172011-02-13 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * vc/log-view.el: New command log-view-toggle-entry-display for
1420 toggling log entries between concise and detailed forms.
1421 (log-view-toggle-entry-display): New command.
1422 (log-view-mode-map): Bind RET to it.
1423 (log-view-expanded-log-entry-function): New variable.
1424 (log-view-current-entry, log-view-inside-comment-p)
1425 (log-view-current-tag): New functions.
1426 (log-view-toggle-mark-entry): Use log-view-current-entry and
1427 log-view-end-of-defun instead of searching directly with
1428 log-view-message-re.
1429 (log-view-end-of-defun): Likewise. Add optional ARG for
1430 compatibility with end-of-defun.
1431 (log-view-end-of-defun): Ignore comments and VC buttons.
1432
1433 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1434 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1435
2609a08e
TZ
14362011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1437
114fe546
G
1438 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1439
2609a08e
TZ
1440 * net/imap-hash.el: Remove file.
1441
7a6ebb1a
MA
14422011-02-13 Michael Albinus <michael.albinus@gmx.de>
1443
1444 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1445
1446 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1447 call.
1448
1449 * net/tramp-imap.el: Remove file.
1450
75d4dcc9
CY
14512011-02-13 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1454 widget library for buttons, just use button.el.
1455
1456 * vc/log-view.el (log-view-mode-map): Don't inherit from
1457 widget-keymap.
1458
3c65e88d 14592011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1460
86361e1e
GM
1461 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1462 (nintersection, set-difference, nset-difference)
1463 (set-exclusive-or, nset-exclusive-or): Doc fix.
1464
dc4c6a7a
GM
1465 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1466
8a6f24e5
GM
1467 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1468 :italic props, so that frame-set-background-mode works. (Bug#7966)
1469
3caced0b
GM
1470 * simple.el (next-error): Doc fix.
1471
9de31df2
TV
14722011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1473
1474 * dired-aux.el (dired-create-files): Adapt destination name to
1475 match the new behavior of copy-directory.
1476
38a71655
CY
14772011-02-12 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1480 from rmail-dont-reply-to-names. Callers changed.
1481 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1482 (rmail-dont-reply-to): Make it an obsolete alias.
1483
1484 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1485 nil, and make obsolete (Bug#7888).
1486 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1487
1488 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1489
1490 * mail/rmailsort.el (rmail-sort-by-correspondent)
1491 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1492
1493 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1494
470d996d
TV
14952011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1496
1497 * files.el (copy-directory): New argument COPY-CONTENTS for
1498 copying directory contents into another existing directory.
1499
e2784c87
TH
15002011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1501
1502 * minibuffer.el (completion-table-case-fold): New function for
1503 creating a case-insensitive completion table.
1504
563790b6
TZ
15052011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1506
1507 * net/tramp.el (tramp-default-method): Also check if
1508 `auth-source-search' is bound.
1509 (tramp-read-passwd): Use `auth-source-search' instead of
1510 `auto-source-user-or-password'.
1511
1512 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1513 `auto-source-user-or-password.
1514 (tramp-imap-passphrase-callback-function): Use it.
1515
1516 * net/imap-hash.el: Autoload `auto-source-search' instead of
1517 `auto-source-user-or-password.
1518 (imap-hash-open-connection): Use it.
1519
1520 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1521 `auto-source-user-or-password.
1522 (smtpmail-try-auth-methods): Use it.
1523
c6affbde
PH
15242011-02-12 Phil Hagelberg <phil@hagelb.org>
1525
1526 * emacs-lisp/package.el: Allow packages to be reinstalled.
1527 (package--write-file-no-coding): Remove EXCL arg.
1528 (package-unpack-single): Don't use it.
1529
b5a53795
KP
15302011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1531
1532 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1533 in each sub directory.
1534 (vc-svn-registered): Use vc-svn-root.
1535 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1536 (vc-svn-repository-hostname): Use "svn info".
1537
25833f5e
DD
15382011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1539
1540 * simple.el (delete-trailing-whitespace): New optional buffer
1541 bound parameters.
1542
75d1d833
BG
15432011-02-11 Bastien Guerry <bzg@altern.org>
1544
1545 * files.el (basic-save-buffer): save unmodified buffers when
1546 the file pointed by buffer-file-name doesn't exist.
1547
e0e36cac
DD
15482011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1549
079721e9 1550 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1551
59350862
GM
15522011-02-11 Glenn Morris <rgm@gnu.org>
1553
1554 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1555
5708ce5e
JB
15562011-02-11 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1559
b016851c
SM
15602011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1561
59003be9
SM
1562 * server.el (server-process-filter): Use pcase.
1563
9517f8af
SM
1564 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1565 conflicting ways.
1566 (smie-indent--parent): Extend to "parent of arg".
1567 (smie-indent-inside-string): New function.
1568 (smie-indent-functions): Use it.
1569
cf77dd27
SM
1570 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1571 bzr locking race condition.
1572
49ffc078
SM
1573 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1574 still valid before using it.
1575
1a0a6cef
SM
1576 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1577 `message' -> `compilation-message' rename (bug#8004).
1578
b016851c
SM
1579 Move keymap initialization into declaration.
1580 * textmodes/enriched.el (enriched-mode-map):
1581 * textmodes/bib-mode.el (bib-mode-map):
1582 * term/lk201.el (lk201-function-map):
1583 * tar-mode.el (tar-mode-map):
1584 * replace.el (occur-mode-map):
1585 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1586 * progmodes/idlw-help.el (idlwave-help-mode-map):
1587 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1588 * play/solitaire.el (solitaire-mode-map):
1589 * play/snake.el (snake-mode-map, snake-null-map):
1590 * play/pong.el (pong-mode-map):
1591 * play/handwrite.el (menu-bar-handwrite-map):
1592 * play/gametree.el (gametree-mode-map):
a65112fb 1593 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1594 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1595 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1596 (newsticker--url-keymap):
1597 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1598 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1599 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1600 (menu-bar-edit-menu, menu-bar-custom-menu)
1601 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1602 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1603 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1604 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1605 (menu-bar-tools-menu, menu-bar-describe-menu)
1606 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1607 (menu-bar-help-menu):
1608 * mail/rmailsum.el (rmail-summary-mode-map):
1609 * kmacro.el (kmacro-step-edit-map):
1610 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1611 (ibuffer-mode-operate-map):
1612 * hi-lock.el (hi-lock-menu, hi-lock-map):
1613 * emulation/vip.el (vip-mode-map):
1614 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1615 * bookmark.el (bookmark-bmenu-mode-map):
1616 * help-mode.el (help-mode-map): Move initialization into declaration.
1617
1be1d1e9
DD
16182011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1619
1620 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1621 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1622 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1623 (rcirc-cmd-me, rcirc-authenticate): Use them.
1624
26d2a9bd
KM
16252011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1626
1627 * allout.el: Synopsis: Change allout user configuration so
1628 auto-activation is controlled solely by customization
1629 `allout-auto-activation'.
1630
01c35094 1631 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1632 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1633 Also, explicitly invoke (allout-setup) after allout-auto-activation
1634 is custom-defined, to affect the settings in emacs sessions besides
1635 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1636 (allout-auto-activation): Use allout-auto-activation-helper to
1637 :set. Revise the docstring.
1638 (allout-init): Reduce functionality to just customizing
1639 allout-auto-activation, and mark obsolete.
1640 (allout-mode): Respect string values for allout-auto-activation.
1641 Run allout-after-copy-or-kill-hook without any args.
01c35094 1642 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1643 (outlineify-sticky): Adjust docstring for new scheme.
1644 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1645 should concentrate on the kill ring.
1646
b8e0f0cd
G
16472011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1648
1649 * password-cache.el (password-cache-remove): Accept secrets that are
1650 not strings.
1651
ccded26c
SM
16522011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1655 of here-doc that immediately follows a comment.
1656
ee6a57ab
DD
16572011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1658
4d04fdc9
DD
1659 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1660
ee6a57ab
DD
1661 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1662 available.
1663 (rcirc-ctcp-sender-PING): New function.
1664
6ca94a0b
SM
16652011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1668 Remove the mark/nomark handling, and activate shift-select-mode instead.
1669
1670 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1671
226590f8
JB
16722011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1673
1674 * calc/calc-units.el (math-logunits-quant): Add support for
1675 non-logarithmic units.
1676
dd0b691e
KM
16772011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1678
4ec28e14
KM
1679 * allout.el (allout-after-copy-or-kill-hook): New hook for
1680 extension-specific processing of killed text.
1681 (allout-mode): Include new allout-after-copy-or-kill-hook among
1682 mentioned hooks.
01c35094 1683 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1684 after kill happens even if barf-if-buffer-read-only is raised.
1685 Include new allout-after-copy-or-kill-hook among that subsequent
1686 processing.
1687 (allout-deannotate-hidden): Actually remove the annotation text
1688 properties.
1689
dd0b691e
KM
1690 * allout.el (allout-listify-exposed): Copy text sans text properties.
1691
07e52e08
MA
16922011-02-07 Michael Albinus <michael.albinus@gmx.de>
1693
b016851c 1694 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1695
c5aff743
DD
16962011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1697
1698 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1699
03925868
JB
17002011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1701
b016851c 1702 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1703 `calc-default-field-reference-level'.
b016851c 1704 (calc-logunits-power-reference): Rename from
01c35094 1705 `calc-default-power-reference-level'.
03925868 1706
b016851c 1707 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1708 `math-logunits-level'
b016851c 1709 (math-logunits-plus): Rename from math-logcombine.
03925868 1710 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1711 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1712 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1713 New functions.
b016851c
SM
1714 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1715 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1716 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1717 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1718 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1719 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1720 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1721 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1722 New functions.
1723
b016851c 1724 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1725 (calc-ul-prefix-help): Remove.
1726 (calc-l-prefix-help): New function.
1727 (calc-full-help): Add reference to `calc-l-prefix-help'.
1728
1729 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1730
ec6ad6f2
JB
1731 * calc/README: Mention logarithmic units.
1732
f8b351c1
CY
17332011-02-06 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1736 non-ASCII characters (Bug#7925).
1737
a60287ff
GM
17382011-02-05 Glenn Morris <rgm@gnu.org>
1739
1740 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1741
9ad53e98
GM
1742 * calendar/diary-lib.el (diary-font-lock-keywords):
1743 Tweak diary-time-regexp match. (Bug#7891)
1744
9783df21
GM
1745 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1746 (f90-mode): Use it for mode's `find-tag-default-function' property.
1747
df275851
GM
1748 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1749
95838641
GM
1750 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1751
827b77e9
DD
17522011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1753
1754 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1755 (Bug#6386).
1756
7cb76591
SM
17572011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1758
ba70ab1c
SM
1759 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1760 font-lock-syntax-table remappings.
1761 (sh-here-doc-markers, sh-here-doc-re): Remove.
1762 (sh-font-lock-close-heredoc): Remove.
1763 (sh-syntax-propertize-here-doc): New function.
1764 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1765 instead of the sh-here-doc-re.
1766 (sh-font-lock-paren): Don't do anything in comments or strings.
1767 Handle line continuations. Accept a few more chars.
1768 Don't rely on the font-lock-syntax-table remappings.
1769 `esac' is not a valid pattern.
1770 (sh-syntax-propertize-function): Handle here-docs differently, so we
1771 don't bother syntax-propertizing the insides.
1772
7cb76591
SM
1773 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1774 Handle new bashisms ";&" and ";;&" (bug#7947).
1775
39b20f56
MA
17762011-02-05 Michael Albinus <michael.albinus@gmx.de>
1777
7cb76591
SM
1778 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1779 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1780
51aba3f3
MA
17812011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1782
1783 * net/tramp.el (tramp-postfix-method-format)
1784 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1785 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1786 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1787 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1788 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1789 Doc fix.
1790
7bc61bb7
SS
17912011-02-04 Sam Steingold <sds@gnu.org>
1792
1793 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1794
d93c111e
AS
17952011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1796
1797 * international/mule-util.el (with-coding-priority): Doc fix.
1798
6f52d86e
EZ
17992011-02-04 Eli Zaretskii <eliz@gnu.org>
1800
1801 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1802
c1b4afac
SS
18032011-02-03 Sam Steingold <sds@gnu.org>
1804
1805 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1806 Do not error out when `func' is nil.
1807
a857d3c7
MA
18082011-02-03 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1811 `tramp-default-remote-path' to the docstring.
1812 (tramp-get-remote-path): Suppress error message when `getconf
1813 PATH' fails.
1814
1815 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1816
8aa88760
GM
18172011-02-03 Glenn Morris <rgm@gnu.org>
1818
219ea611
GM
1819 * vc/vc-hg.el (vc-hg-command): Doc fix.
1820
8d7b5b5b
GM
1821 * term/w32-win.el (libpng-version): Declare for compiler.
1822
c03eac34
GM
1823 * msb.el: No need to load dired while compiling.
1824
7f07c1fe
GM
1825 * emacs-lisp/elint.el (elint-standard-variables):
1826 Remove a couple of built-ins that now have doc-strings.
1827
befe199d
GM
1828 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1829 `require' is automatically `eval-and-compile'd.
1830
2d7d6439
GM
1831 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1832 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1833
8aa88760
GM
1834 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1835 Move definition before use.
1836 (strokes-report-bug): Make it obsolete.
1837
e90f8545
SS
18382011-02-02 Sam Steingold <sds@gnu.org>
1839
1840 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1841 from `special-mode', entering it makes the buffer read-only, so
1842 call it only when everything has been already inserted.
1843 * emacs-lisp/ert.el (ert--setup-results-buffer)
1844 (ert-results-pop-to-backtrace-for-test-at-point)
1845 (ert-results-pop-to-messages-for-test-at-point)
1846 (ert-results-pop-to-timings): Ditto.
1847 * emacs-lisp/package.el (package--list-packages): Ditto.
1848 * play/solitaire.el (solitaire): Ditto.
1849
90db975f
CY
18502011-02-02 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * progmodes/compile.el: Make all faces inherit.
1853 (compilation-warning): Inherit from font-lock-variable-name-face.
1854 (compilation-info): Inherit from font-lock-type-face.
1855 (compilation-line-number): Reassign to font-lock-keyword-face.
1856 (compilation-column-number): Reassign to font-lock-doc-face.
1857 (compilation-leave-directory-face): Reassign to
1858 font-lock-builtin-face.
1859
bc35ff32
EZ
18602011-02-02 Eli Zaretskii <eliz@gnu.org>
1861
1862 * dired.el (dired-insert-directory): Don't invoke `ls' when
1863 ls-lisp.el is used to emulate it.
1864
39cde66c
JD
18652011-02-01 Julien Danjou <julien@danjou.info>
1866
1867 * color.el (color-gradient): Add a color-gradient function.
1868
abef340a
SS
18692011-02-01 Sam Steingold <sds@gnu.org>
1870
1871 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1872 bind "z" to `kill-this-buffer'.
1873 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1874 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1875 (apropos-mode): Inherit from `special-mode'.
1876 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1877 * bookmark.el (bookmark-bmenu-mode): Define using
1878 `define-derived-mode' inheriting from `special-mode'.
1879 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1880 * image-mode.el (image-mode-map): Ditto.
1881 * replace.el (occur-mode): Define using
1882 `define-derived-mode' inheriting from `special-mode'.
1883 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1884 * calendar/diary-lib.el (diary-fancy-display-mode):
1885 Inherit from `special-mode-map'.
1886 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1887 Inherit from `special-mode'.
1888 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1889 `special-mode-map'.
1890 (package-menu-mode): Define using `define-derived-mode'
1891 inheriting from `special-mode'.
1892 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1893 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1894 (xesam-mode-map): Define separately.
1895 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1896 * progmodes/compile.el (compilation-minor-mode-map)
1897 (compilation-mode-map): Inherit from `special-mode-map'.
1898 * vc/diff-mode.el (diff-mode-shared-map):
1899 Inherit from `special-mode-map'.
1900 * vc/log-view.el (log-view-mode-map): Add a comment.
1901
928f4e73
CY
19022011-02-01 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * custom.el (load-theme): Define return value. Drop use of
1905 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1906 (custom-theme-load-confirm): Scroll in the correct window.
1907 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1908
1909 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1910 checkbox if load-theme fails.
1911
7d116647
SM
19122011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * progmodes/compile.el (compilation-next-error): Check there's
1915 a message before using it (bug#7941).
1916
4fdfcddf
JB
19172011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1918
1919 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1920 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1921 of potential pivots.
1922
3b95603f
AM
19232011-01-31 Alan Mackenzie <acm@muc.de>
1924
7d116647
SM
1925 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1926 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1927 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1928 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1929
6fa1f651
CY
19302011-01-31 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * files.el (copy-directory): Fix arguments to recursive call.
1933
14beddf4 19342011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1935
1936 * files.el (copy-directory): If destination is an existing
1937 directory, copy into a subdirectory there.
1938
14beddf4 19392011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1940
1941 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1942 files.
1943
14beddf4 19442011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1945
6fc0aac3
CY
1946 * image-dired.el (image-dired-mouse-display-image): No-op if no
1947 file is found (Bug#7817).
1948
d1f14baa
CY
1949 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1950
14beddf4 19512011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1952
7d116647
SM
1953 * international/quail.el (quail-keyboard-layout-alist):
1954 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1955
14beddf4 19562011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1957
1958 * msb.el (msb-menu-bar-update-buffers): Update for changed
1959 argument handling of menu-bar-select-frame. (Bug#7902)
1960
14beddf4 19612011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1962
1963 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1964 to the recursion depth (Bug#7722).
1965
14beddf4 19662011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1967
1968 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1969 command-line-default-directory (Bug#7872).
1970
9e11271c
SM
19712011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * progmodes/compile.el (compilation--flush-directory-cache):
1974 New function, extracted from compilation--remove-properties.
1975 (compilation--remove-properties, compilation--parse-region): Use it.
1976 (compilation--previous-directory): Handle one more case.
1977 (compilation-enable-debug-messages): Remove.
1978 (compilation-parse-errors, compilation--flush-parse): Just remove the
1979 left over debug messages.
1980
038714ab
SS
19812011-01-31 Sam Steingold <sds@gnu.org>
1982
1983 * progmodes/compile.el (compilation-enable-debug-messages):
1984 Add a variable to make the parsing messages introduced in
1985 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1986 (compilation-parse-errors, compilation--flush-parse): Use it.
1987
2a4466ca
DD
19882011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1989
35f52ed6 1990 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1991 (rcirc-nick-completion-format): New defcustom.
1992 (rcirc-complete): Use it.
1993
186ecaf1
DD
19942011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1995
1996 * net/rcirc.el: Clean log filenames (Bug#7933).
1997 (rcirc-log-write): Use convert-standard-filename.
1998 (rcirc-log-filename-function): Documentation updates.
1999
253f7d1b
JD
20002011-01-30 Jan Djärv <jan.h.d@swipnet.se>
2001
9e11271c
SM
2002 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
2003 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
2004 (report-emacs-bug-can-use-osx-open): New function.
2005 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
2006 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
2007
a2b6e5d6
CY
20082011-01-29 Chong Yidong <cyd@stupidchicken.com>
2009
2010 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2011 updating Dired or VC-dir buffers after async command completes.
2012
2013 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2014 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2015
2016 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2017 completions if it exists. Use vc-set-async-update.
2018 (vc-git-pull): Use vc-set-async-update.
2019
2020 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2021 read-shell-command. Use vc-set-async-update.
2022 (vc-hg-merge-branch): Use vc-set-async-update.
2023
8907f7b9
DU
20242011-01-29 Daiki Ueno <ueno@unixuser.org>
2025
9e11271c
SM
2026 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2027 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
2028 (Bug#7931).
2029
e52f87a1
SM
20302011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * progmodes/compile.el: Avoid an N² behavior in grep.
2033 (compilation--previous-directory): New fun.
2034 (compilation--previous-directory-cache): New var.
2035 (compilation--remove-properties): Flush it.
2036 (compilation-directory-properties, compilation-error-properties):
2037 Use the new fun to speed up looking for the current directory.
2038
659114fd
CY
20392011-01-29 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * vc/vc-hg.el (vc-hg-history): New var.
2042 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2043 (vc-hg-merge-branch): New function.
2044
2045 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2046 the other way around.
2047
2048 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2049 (vc-git-merge-branch): New functions.
2050 (vc-git-history): New var.
2051
9bfe5783
CY
20522011-01-28 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2055
2056 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2057 vc-do-async-command.
2058
e52f87a1
SM
2059 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2060 Callers changed.
9bfe5783 2061
b1ea593c
LL
20622011-01-28 Leo <sdl.web@gmail.com>
2063
2064 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 2065 highlighting to the "this function is advised" message.
b1ea593c
LL
2066
2067 * help-mode.el (help-mode-finish): Apply highlighting here, to
2068 avoid clobbering by substitute-command-keys (Bug#6304).
2069
40e22d80
CY
20702011-01-28 Chong Yidong <cyd@stupidchicken.com>
2071
2072 * woman.el (woman0-roff-buffer): Process roff escape sequences
2073 occurring prior to the first request (Bug#7843).
2074
01c63f4c
SM
20752011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2076
55fb9013
SM
2077 * progmodes/compile.el: Don't use font-lock any more.
2078 (compilation-error-regexp-alist-alist): Change handling of makepp
2079 so it preserves the warning/error distinction on subsequent files.
2080 Simplify various rules.
2081 (compilation-directory-properties): Use font-lock-face.
2082 Add a compilation-message property.
2083 (compilation-internal-error-properties): Use font-lock-face.
2084 Don't set the compilation-debug property here.
2085 (compilation--put-prop, compilation--remove-properties)
2086 (compilation--parse-region, compilation--ensure-parse)
2087 (compilation--ensure-parse): New functions.
2088 (compilation-parse-errors): New function, largely inspired of
2089 compilation-mode-font-lock-keywords. Set compilation-debug here.
2090 (compilation--parsed): New var.
2091 (compilation--flush-parse): Use compilation--ensure-parse.
2092 (compilation-start): Don't call font-lock.
2093 (compilation-turn-on-font-lock): Remove.
2094 (compilation-setup): Don't set font-lock-extra-managed-props not change
2095 other font-lock settings, other than keywords.
2096 Don't activate font-lock-mode.
2097 Set change-major-mode-hook and before-change-functions.
2098 (compilation--unsetup): Remove properties and hooks.
2099 (compilation-next-single-property-change): New function.
2100 (compilation-next-error): Use it to parse when needed.
2101 (compile-goto-error): Parse buffer as needed.
2102 (compilation--compat-error-properties): Don't need a dummy `face'
2103 property any more.
2104
8fe52384
SM
21052011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2108 (compilation-process-setup-function): Fix docstring's false promises.
2109 (compilation-error-regexp-alist-alist): Catch omake's continuous
2110 recompilation message and avoid reuse of old markers.
2111 (compilation-parse-errors-function): Declare obsolete.
2112 (compilation-buffer-modtime): Remove.
2113 (compilation--make-cdrloc, compilation--loc->col)
2114 (compilation--loc->line, compilation--loc->file-struct)
2115 (compilation--loc->marker, compilation--loc->visited)
2116 (compilation--make-file-struct, compilation--file-struct->file-spec)
2117 (compilation--file-struct->formats)
2118 (compilation--file-struct->loc-tree): New macros. Use them.
2119 (compilation--message): New defstruct. Use them.
2120 (compilation-next-error-function): Don't mess with timestamps to try
2121 and guess when to reparse.
2122
01c63f4c
SM
21232011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2124
5e853d01
SM
2125 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2126 (tex-old-error-file-name): New function,
2127 extracted from tex-compilation-parse-errors.
2128 (tex-compilation-parse-errors): Remove.
2129 (tex-error-regexp-alist): New var.
2130 (tex-shell): Use it to avoid compilation-parse-errors-function.
2131
07b741a7
SM
2132 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2133 (grep-mode-font-lock-keywords): Remove regexp that seems like
2134 a left-over from before we used compile.el.
2135 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2136 modifying the buffer within with-silent-modifications.
2137
2138 * progmodes/compile.el: Cleanup text-properties namespace by using
2139 `compilation-message' instead of `message', `compilation-directory'
2140 instead of `directory', and `compilation-debug' instead of `debug'.
2141 (compilation-last-buffer, compilation-parsing-end)
2142 (compilation-error-list, compilation-old-error-list): Move to the
2143 compatibility part of the code.
2144 (compilation-error-properties): If `file' is a function, let it return
2145 a file name.
2146 (compilation-mode-font-lock-keywords): Be more conservative with the
2147 omake "^ *" pattern prefix, to try and minimize the risk of
2148 pathologically slow regexp matching.
2149 (compilation-start): Use inhibit-read-only.
2150 (compilation--unsetup): New function.
2151 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2152 (compilation-filter): Minor tweaks.
8fe52384 2153 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 2154 (compilation--flush-file-structure): New fun.
8fe52384 2155 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
2156 (debug-ignored-errors): Add "Moved past last ...".
2157 (compilation--compat-error-properties)
2158 (compilation--compat-parse-errors): Rename by doubling the "-".
2159
01c63f4c
SM
2160 Port features from the previous prolog.el to the new one.
2161 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2162 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2163 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2164 variable and use a function to compute the value dynamically.
2165 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2166 (prolog-continued-prompt-regexp): Remove, unused.
2167 (prolog-find-value-by-system): Try and use the value of prolog-system
2168 in the *prolog* buffer if it helps.
2169 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2170 (prolog-zip-on): ..and check prolog-system and version here instead.
2171 (prolog-inferior-self-insert-command): New command.
2172 (prolog-inferior-mode-map): Use it.
2173 (prolog-inferior-error-regexp-alist): New var.
8fe52384 2174 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
2175 (prolog-input-filter): Use derived-mode-p.
2176 (prolog-inferior-guess-flavor): New function.
2177 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2178 make-comint to avoid running comint-mode twice.
2179 (prolog-inferior-buffer): New fun.
2180 (prolog-old-process-region, prolog-old-process-file):
2181 Don't call prolog-bsts here...
2182 (prolog-build-prolog-command): ...do it here instead.
2183 (prolog-old-process-region, prolog-old-process-file):
2184 Use compilation-fake-loc and compilation-forget-errors.
2185 (prolog-consult-compile-region): Use bolp.
2186
2f224f0b
CY
21872011-01-28 Chong Yidong <cyd@stupidchicken.com>
2188
2189 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2190
db0e305d
SS
21912011-01-27 Sam Steingold <sds@gnu.org>
2192
9e11271c
SM
2193 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2194 Remove "*server*" which is never created by emacs server.
db0e305d 2195
27bbeb29
DD
21962011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2197
2198 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2199 there are some diff switches.
2200
153c5428
SM
22012011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2202
89fdaac7
SM
2203 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2204 Copy change made to ruby-font-lock-syntactic-keywords.
2205
153c5428
SM
2206 * htmlfontify.el: Make it obey the font-lock-face text property.
2207 Miscellaneous cleanup such as:
2208 - Don't hide expressions after a closing paren.
2209 - Move initial setq into let.
2210 - Hoist common parts out of ifs.
2211 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2212 (hfy-face-at): Use get-text-property instead.
2213 (hfy-prop-invisible-p): Use invisible-p if available.
2214 (htmlfontify-manual): Use \\[...].
2215 (hfy-html-quote-regex): Use [...].
2216 (hfy-combined-face-spec): Simplify.
2217 (hfy-compile-face-map): Don't presume point-min==1.
2218 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2219 match end of string.
2220 (hfy-text-p): η-reduce.
2221 (hfy-tags-for-file): Receive cache-hash directly.
2222 (hfy-mark-tag-names): Adjust call.
2223
ed7646d4
GM
22242011-01-27 Glenn Morris <rgm@gnu.org>
2225
2226 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2227 (msb-after-load-hook): Remove eval-after-load wackiness.
2228
ed68f651
SS
22292011-01-25 Sam Steingold <sds@gnu.org>
2230
2231 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2232 literal "diff" (important for windows-nt).
2233
0fe719e6
GM
22342011-01-25 Glenn Morris <rgm@gnu.org>
2235
2236 * emacs-lisp/copyright.el (copyright-at-end-flag)
2237 (copyright-names-regexp): Add safety properties.
2238 (copyright-year-ranges): New option.
2239 (copyright-find-end): New function, split from copyright-update-year.
2240 (copyright-update-year): Use copyright-find-end.
2241 (copyright-fix-years): Optionally, convert years to ranges.
2242 Handle years continued over comment lines.
2243 Do not mess with the fill-prefix.
2244 Do not call copyright-update.
2245 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 2246 Skip directories. Find files with only safe local vars.
0fe719e6 2247
06d8ace5 22482011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
2249
2250 * files.el (file-name-non-special): Only change buffer-file-name after
2251 insert-file-contents if it's `visit'ing the file (bug#7854).
2252
06d8ace5 22532011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
2254
2255 * dired.el (dired-revert): Doc fix (Bug#7758).
2256
06d8ace5
GM
2257 * simple.el (line-move-visual): Doc fix (Bug#7594).
2258
22592011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2260
2261 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2262 here-doc which ends with an underscore.
2263 (ruby-mode-set-encoding): Skip shebang line always.
2264 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2265 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2266 (ruby-forward-sexp): Stop after literal hash key labels.
2267 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2268 bracket.
2269
06d8ace5 22702011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2271
2272 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2273 the correct buffer (Bug#7650).
2274
06d8ace5
GM
22752011-01-25 Glenn Morris <rgm@gnu.org>
2276
2277 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2278
ce558208
GM
2279 * simple.el (do-auto-fill): Give it a doc string.
2280
4d265b4d
GM
2281 * button.el (make-text-button): Doc fix. (See bug#7881)
2282
21bb5ce0
SM
22832011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2284
ab0a61d0
SM
2285 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2286 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2287
21bb5ce0
SM
2288 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2289 Handle ?" and friends differently (e.g. don't use backrefs).
2290
603823f5
JB
22912011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2292
2293 * calc/calc.el (calc-default-power-reference-level)
2294 (calc-default-field-reference-level): New variables.
35f52ed6 2295 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2296 (math-logunits): New variable.
2297 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2298 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2299 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2300 New functions.
603823f5
JB
2301 (math-find-base-units-rec): Add entry for ln(10).
2302 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2303 (calc-ul-prefix-help): New function.
2304 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2305 functions. Add keybindings for new units functions.
603823f5 2306
11ea68ce 23072011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2308
2309 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2310 rcirc buffers. (Bug#4940)
10617634 2311
0412a5a4
GM
23122011-01-22 Glenn Morris <rgm@gnu.org>
2313
2314 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2315 split out from copyright-update-year.
2316 (copyright-update): Don't mess with the GPL version if we don't own the
2317 copyright. Update license regexp, and remove no longer needed
2318 Esperanto stuff.
d226ec23 2319 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2320
e7c1dca8
CY
23212011-01-22 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2324
4d0143e6
JA
23252011-01-22 Jari Aalto <jari.aalto@cante.net>
2326
2327 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2328 (lm): Rename to landmark.
2329 (lm-test-run): Rename to landmark-test-run.
2330
e3545d0d
CY
23312011-01-22 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2334 "Case sensitive" menu item.
2335
7c82f3e2 23362011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2337
2338 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2339 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2340
7c82f3e2 23412011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2342
2343 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2344
7c82f3e2 23452011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2346
6e1dbaa9
RM
2347 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2348 Assume foo(bar) is a manpage reference rather than some unquoted
2349 symbol (bug#7705).
26a27884 2350
7c82f3e2 23512011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2352
2353 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2354 Suggested by Flo <sensorflo@gmail.com>.
2355
7c82f3e2 23562011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2357
2358 * progmodes/compile.el (compilation-error-regexp-alist):
2359 Fix custom type. (Bug#7812)
2360
4936e3ba
KM
23612011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2362
2363 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2364 allout-number-siblings, in keeping with what obtained due to
2365 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2366 (prefixed) ?i.
2367 (allout-before-change-handler): Better expose spots affected by
2368 undo.
2369
cde7e38b
CY
23702011-01-22 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2373
6b072b27
PH
23742011-01-22 Phil Hagelberg <phil@evri.com>
2375
2376 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2377 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2378 (pcmpl-ssh-config-hosts): New function.
2379 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2380 pcmpl-ssh-known-hosts.
2381
26d82c3a
JB
23822011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2383
c310ff4f
JB
2384 * calc/calc-undo.el (calc-undo): Autoload it.
2385 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2386 and autoload for `calc-undo'.
2387 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2388 * calc/calc-prog.el:
2389 * calc/calc-graph.el:
2390 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2391
a10c4149
ŠN
23922011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2393
2394 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2395 keybindings to `calc-undo'.
2396
8dabbfd6
SM
23972011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 Don't mess with *temp*.
2400 * obsolete/spell.el: Move from textmodes/spell.el.
2401 (spell-string):
2402 * term.el (term-read-input-ring):
2403 * startup.el (display-startup-echo-area-message):
2404 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2405 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2406 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2407 point-min==1.
2408
d3e51865
KM
24092011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2410
35f52ed6 2411 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2412 reapplying defalias.
2413
2414 (allout-hotspot-key-handler): Check for non-control-modified
2415 bindings for hotspot characters if there are no control-modified
2416 versions.
2417
d3e51865
KM
2418 * allout.el: Summary - migrate to defining allout mode using
2419 define-minor-mode instead of defun. Significantly clean-up
2420 internal keymap provisions, refactoring and, in the process,
2421 removing a lot of accumulated cruft.
2422
2423 allout-mode-map is now a keymap by virtue of being a defalias to
2424 allout-mode-map-value, which contains the actual keymap structure.
2425
8dabbfd6
SM
2426 (allout-mode): Use define-minor-mode rather than defun.
2427 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2428 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2429 entry will be '(allout-mode . allout-mode-map) - see
2430 allout-mode-map-value, below. Adjust docstring to track changes.
2431 (allout-minor-mode): Remove this defalias, now that we're using
2432 define-minor-mode.
2433 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2434 keymap is allout-mode-map-value, via defalias.
2435 (allout-mode-map-value): The variable holding the actual mode
2436 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2437 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2438 allout-bind-keys, and including the binding-composition
2439 functionality of the former produce-allout-mode-map and
2440 allout-setup-mode-map.
2441 (allout-institute-keymap): Take over the "setup" part of the former
2442 allout-setup-mode-map. Reassign allout-mode-map-value value and
2443 update the defalias.
01c35094 2444 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2445 (allout-unprefixed-keybindings):
2446 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2447 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2448 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2449 user can customize if they want to use that binding.
2450 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2451 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2452 elided that, previously, instead of the one for \C-h.)
2453 (allout-hotspot-key-handler): Remove attempt to resolve the key
2454 through the literal key-string lookup on allout-keybindings-list.
2455 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2456 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2457 (allout-pre-command-business): Use allout-mode-map-value instead
2458 of allout-mode-map.
2459 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2460 the bindings if they want to use a keybinding having a trailing
2cf429d0 2461 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2462 (allout-keybindings-list): Remove. It's not been useful for a
2463 while. (See allout-hotspot-key-handler changes, above.)
2464 (produce-allout-mode-map): Remove. Consolidate into
2465 allout-compose-and-institute-keymap.
2466 (allout-mode-map-adjustments): Remove. No longer necessary with
2467 removal of allout-preempt-trailing-ctrl-h.
2468 (allout-setup-mode-map): Remove. Consolidate into
2469 allout-compose-and-institute-keymap and allout-institute-keymap.
2470
c11136ec
GM
24712011-01-20 Glenn Morris <rgm@gnu.org>
2472
dbfb414e
GM
2473 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2474
c11136ec
GM
2475 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2476
9aea757b
CY
24772011-01-20 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2480
2481 * files.el (find-alternate-file, basic-save-buffer)
2482 (basic-save-buffer-2, revert-buffer, recover-file)
2483 (kill-buffer-ask, abort-if-file-too-large)
2484 (set-visited-file-name, write-file, backup-buffer)
2485 (basic-save-buffer, save-some-buffers):
2486 * dired-aux.el (dired-compress-file): Callers changed.
2487
5dd4f3f7
GM
24882011-01-19 Glenn Morris <rgm@gnu.org>
2489
2490 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2491 Also check the property status. (Bug#7861)
2492
56761182
MA
24932011-01-18 Michael Albinus <michael.albinus@gmx.de>
2494
2495 * net/tramp.el (tramp-debug-message): Extend function exclude
2496 list. Use `regexp-opt'.
2497
a9faac5c 24982011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2499
9cc3a0c7
SM
2500 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2501 highlighting doesn't spill over subsequent lines.
2502
1a1fcbe1
SM
2503 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2504 keymap expression. Improve docstring.
2505
74a10be5
SM
2506 * electric.el (electric-indent-post-self-insert-function):
2507 Don't auto-indent for indent-to-left-margin, it's too often
2508 counter-productive.
2509
721be9cd
TH
25102011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2511
2512 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2513 spaces if the frame was resized, so that the full visible buffer
2514 serves as canvas for strokes.
2515
a767645f
GM
25162011-01-16 Glenn Morris <rgm@gnu.org>
2517
2518 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2519 Also skip directories.
a767645f 2520
444ee8dd
KR
25212011-01-16 Kevin Ryde <user42@zip.com.au>
2522
2523 * info-xref.el: Version 3.
2524 (info-xref-check, info-xref-check-all): Move commentary details
2525 into docstrings for better visibility.
2526 Use compilation-mode for the results buffer.
2527 (info-xref-output, info-xref-output-error, info-xref-with-output)
2528 (info-xref-filename, info-xref-in-progress):
2529 New internals for this.
2530 (info-xref-check-list, info-xref-check-buffer)
2531 (info-xref-check-all-custom): Use those.
2532 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2533 (info-xref-output-heading): Rename from info-xref-filename-heading.
2534 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2535 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2536 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2537 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2538 (info-xref-subfile-p): Move to generic section with those two.
2539 (info-xref-check-node): New function split from
2540 info-xref-check-buffer, shared by info-xref-docstrings.
2541 (info-xref-goto-node-p): Move to a checking section with that func.
2542 (info-xref-unavail): New counter.
2543 (info-xref-check-node): Use it.
2544 (info-xref-with-output): Show count of unavailables at end of output.
2545 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2546 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2547 (info-xref-check-all-custom): Fix quietening viper-mode and
2548 gnus-registry-install -- use setq not let so as not to unbind
2549 after load.
2550
d4119912
JL
25512011-01-16 Juri Linkov <juri@jurta.org>
2552
2553 * isearch.el (isearch-abort): Don't quit if search has
2554 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2555
b024d9f0
MD
25562011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2557
2558 * files.el (backup-buffer): Make last-resort backup file in
2559 .emacs.d (Bug#6953).
2560
2561 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2562 make it with permission 700.
2563
d52969e8 25642011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2565
74a10be5
SM
2566 * mail/rmailmm.el (rmail-mime-insert-header):
2567 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2568 system used to decode the header.
2569 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2570 (rmail-mime-insert-decoded-text):
2571 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2572 (rmail-show-mime): If only a header part was decoded, find the
2573 coding system while ignoring mm-charset-override-alist.
2574
d52969e8 25752011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2576
2577 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2578
d52969e8 25792011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2580
2581 * mail/rmailmm.el (rmail-mime-next-item)
2582 (rmail-mime-previous-item): Delete them.
2583 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2584 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2585 Callers changed.
e7ca0062
KH
2586 (rmail-mime-raw-mode): Recursively call for children.
2587 (rmail-mode-map): Change mapping of tab and backtab to
2588 forward-button and backward-button respectively.
2589 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2590 button.
2591 (rmail-mime-update-tagline): New function.
2592 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2593 body display is changed.
74a10be5 2594 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2595 (rmail-mime-image): Delete this button type.
2596 (rmail-mime-toggle): New button type.
2597 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2598 body display is changed. Change the save button label to "Save".
2599 Don't process show/hide button here.
2600 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2601 the body display is changed. Unconditionally call
2602 rmail-mime-insert for children.
2603 (rmail-mime-handle): Update `display' vector of the just inserted
2604 entity.
2605 (rmail-mime-process): If mail-header-parse-content-type returns
2606 nil, use "text/plain" as the fallback type.
2607 (rmail-mime-insert): For raw-mode, recursively call
2608 rmail-mim-insert for children.
2609 (rmail-mime): Handle the case that the current buffer is not rmail
2610 buffer (e.g. in summary buffer).
2611
d52969e8 26122011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2613
2614 * mail/rmailmm.el (rmail-mime-next-item)
2615 (rmail-mime-previous-item): Skip the body of a non-multipart
2616 entity if a tagline is shown.
2617
362b9d48
GM
26182011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2621 (tmm-prompt): Simplify.
2622 (tmm-add-prompt): Remove unused var `win'.
2623
2624 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2625 to minor mode which used nil accidentally to mean "turn off".
2626
26272011-01-15 Michael Albinus <michael.albinus@gmx.de>
2628
2629 * net/tramp-sh.el (tramp-find-inline-compress)
2630 (tramp-get-inline-coding): Quote command after pipe symbol for
2631 local calls under W32. (Bug#6784)
2632
26332011-01-15 Michael Albinus <michael.albinus@gmx.de>
2634
2635 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2636 only when running under W32.
2637
26382011-01-15 Eli Zaretskii <eliz@gnu.org>
2639
2640 * progmodes/grep.el (grep-compute-defaults): Quote the program
2641 file name after the pipe symbol in Grep templates. (Bug#6784)
2642 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2643
26442011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2645
2646 * buff-menu.el (Buffer-menu-buffer-list): New var.
2647 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2648 restricted buffer list is not lost on revert (Bug#7749).
2649
26502011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2651
2652 * net/ldap.el (ldap-search-internal): Discard stderr output.
2653
26542011-01-15 Eli Zaretskii <eliz@gnu.org>
2655
2656 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2657
26582011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2661
26622011-01-15 Kenichi Handa <handa@m17n.org>
2663
2664 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2665 part as a plain text.
2666 (rmail-mime-process-multipart): Set the default content-type to
2667 nil for unknown multipart subtypes (bug#7651).
2668
6d3d6113
SM
26692011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2670
4391b429
SM
2671 * hexl.el (hexl-mode-old-*): Remove.
2672 (hexl-mode--old-var-vals): New var to replace them.
2673 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2674 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2675 Use them to set local vars (bug#7846).
2676 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2677 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2678 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2679
6d3d6113
SM
2680 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2681 (smerge-resolve--normalize-re): New var.
2682 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2683 (smerge-resolve): Use them.
2684 * newcomment.el (comment-only-p): New function.
2685 (comment-or-uncomment-region): Use it.
2686
77ab81d0 26872011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2688
2689 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2690 table, get the value before switching to the output buffer. (Bug#7733)
2691
77ab81d0 26922011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2693
2694 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2695
8faba62c
KS
26962011-01-14 Kim F. Storm <storm@cua.dk>
2697
2698 * emulation/cua-base.el (cua--init-keymaps):
2699 Remap exchange-point-and-mark in cua-global-keymap.
2700
ab7eb811
TH
27012011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2702
2703 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2704 loop keyword.
2705
fc55380c
SM
27062011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2709 Require CL.
2710 (easy-menu-create-menu, easy-menu-convert-item-1):
2711 Use :label rather than nil for labels. Use `case'.
2712 Add :enable as alias for :active.
2713 (easy-menu-binding): Obey :label.
2714
dbed16aa
SM
27152011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2716
4d789d84
SM
2717 Use run-mode-hooks for major mode hooks (bug#513).
2718 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2719 Rename from reftex-toc-map.
2720 (reftex-toc-mode): Use define-derived-mode.
2721 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2722 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2723 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2724 (reftex-select-label-mode, reftex-select-bib-mode):
2725 Use define-derived-mode.
2726 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2727 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2728 Move init into delcaration.
2729 (reftex-index-mode, reftex-index-phrases-mode):
2730 Use define-derived-mode.
2731 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2732 speedbar-syntax-table. Move init into declaration.
2733 (speedbar-mode-map): Rename from speedbar-key-map.
2734 Move init into declaration.
2735 (speedbar-file-key-map): Move init into declaration.
2736 (speedbar-mode): Use define-derived-mode.
2737 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2738 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2739 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2740 (chart-face-list): Move initialization into declaration.
2741 (chart-mode): Use define-derived-mode.
2742 * calculator.el (calculator-mode-map): Move init into declaration.
2743 (calculator-mode): Use define-derived-mode.
2744
b49a2dbf
SM
2745 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2746 work for nested comments.
2747
dbed16aa
SM
2748 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2749 (prolog-use-prolog-tokenizer-flag): Change default when
2750 syntax-propertize can be used.
2751 (prolog-syntax-propertize-function): New var.
2752 (prolog-mode-variables): Move make-local-variable into `set'.
2753 Don't make comment-column local since we don't set it.
2754 Set comment-add (as it was in previous prolog.el). Use dolist.
2755 Set syntax-propertize-function.
2756 (prolog-mode, prolog-inferior-mode):
2757 Call prolog(-inferior)-menu directly, not through the mode-hook.
2758 (prolog-buffer-module, prolog-indent-level)
2759 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2760 (prolog-comment-limits, prolog-goto-comment-column):
2761 Use line-(end|beginning)-position.
2762 (prolog-build-prolog-command): Tighten up regexp.
2763 (prolog-consult-compile): Move make-local-variable into `set'.
2764 (prolog-consult-compile-filter, prolog-goto-next-paren)
2765 (prolog-help-on-predicate, prolog-clause-info)
2766 (prolog-mark-predicate): Don't let+setq.
2767 (prolog-indent-line): Use indent-line-to.
2768 Only call prolog-goto-comment-column if necessary.
2769 (prolog-indent-level): Use bobp.
2770 (prolog-first-pos-on-line): Remove, not used any more.
2771 (prolog-in-string-or-comment): Use syntax-ppss if available.
2772 (prolog-help-on-predicate): Use read-string.
2773 (prolog-goto-predicate-info): Simplify.
2774 (prolog-read-predicate): Use `default' rather than `initial'.
2775 (prolog-temporary-file): Use make-temp-file to close a security hole.
2776 (prolog-toggle-sicstus-sd): New command.
2777 (prolog-electric-underscore, prolog-variables-to-anonymous):
2778 Use dynamic-scoping as it was meant.
2779 (prolog-menu): Move menu definitions to top-level.
2780 Use a toggle-button for Sicstus's source debugger.
2781 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2782 to "System".
2783 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2784 Move other menu definition to top-level.
2785
50f8cd96
TH
27862011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2787
5b355315
TH
2788 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2789 name. Keep original document's directory as default-directory
2790 (bug#6446).
1281bd51
TH
2791 (doc-view-initiate-display): Fall back to normal mode when
2792 doc-view-mode cannot be enabled, also when extracting the document
2793 text into a separate buffer (bug#6446).
5b355315 2794
50f8cd96
TH
2795 * simple.el (shell-command): Don't error out if shell command
2796 buffer contains text with non-nil read-only property when erasing
2797 the buffer.
2798
821f936d
KS
27992011-01-13 Kim F. Storm <storm@cua.dk>
2800
2801 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2802 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2803 items when cycling through the matches.
2804
f754f898
TH
28052011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2806
2807 * dired-x.el (dired-omit-verbose): New defcustom that allows
2808 disabling the omit messages.
2809 (dired-omit-expunge): Use it.
2810
d221e780
CO
28112011-01-13 Christian Ohler <ohler@gnu.org>
2812
2813 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2814
a03b542a
CY
28152011-01-13 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * font-lock.el (font-lock-verbose): Default to nil.
2818
25ca2e61
CY
28192011-01-13 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2822 (compose-mail): New arg RETURN-ACTION.
2823 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2824
2825 * mail/sendmail.el (mail-return-action): New var.
2826 (mail-mode): Make it buffer-local.
2827 (mail-bury): Obey it. Move special Rmail window handling to
2828 rmail-mail-return.
2829 (mail, mail-setup): New arg RETURN-ACTION.
2830 (sendmail-user-agent-compose): Move from simple.el.
2831
2832 * mail/rmail.el (rmail-mail-return): New function.
2833 (rmail-start-mail): Pass it to compose-mail.
2834
2a8b13af
CY
28352011-01-12 Chong Yidong <cyd@stupidchicken.com>
2836
b2948a87
CY
2837 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2838 menus. Add menu item for customize-themes.
2839
2840 * cus-theme.el (customize-themes):
74a10be5
SM
2841 * emacs-lisp/package.el (package--list-packages):
2842 Use switch-to-buffer.
2a8b13af 2843
059616e5
JB
28442011-01-11 Johan Bockgård <bojohan@gnu.org>
2845
2846 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2847
04380ff1
SM
28482011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * progmodes/prolog.el: Fix up coding convention and such.
2851 (prolog-indent-width): Use the same default as in
2852 previous prolog.el rather than tab-width which depends on which buffer
2853 is current when the file is loaded.
2854 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2855 is not available.
2856 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2857 (prolog-known-systems): Remove.
2858 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2859 Move initialization into declaration.
2860 (prolog-mode-map): Move initialization into declaration.
2861 Remove system-specific mode-map vars, since they referred to the same
2862 keymap anyway.
2863 (prolog-mode-variables): Obey the user's preference w.r.t
2864 adaptive-fill-mode. Prefer symbol-value to `eval'.
2865 (prolog-mode-keybindings-edit): Add compatibility bindings.
2866 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2867 (mercury-mode-map): New var.
2868 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2869 (prolog-ensure-process, prolog-process-insert-string)
2870 (prolog-consult-compile): Use with-current-buffer.
2871 (prolog-guess-fill-prefix): Simplify data flow.
2872 (prolog-replace-in-string): New function to use instead of
2873 replace-in-string.
2874 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2875 (prolog-uncomment-region): Use `uncomment-region' when available.
2876 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2877 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2878 of int-to-char and char-to-int.
2879 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2880
e2019526
SB
28812011-01-11 Stefan Bruda <stefan@bruda.ca>
2882
2883 * progmodes/prolog.el: Replace by a whole new file.
2884
3fa173b4
SM
28852011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2888 (declare-function, undefined, insert-for-yank)
2889 (replace-regexp-in-string): Follow checkdoc's recommendations.
2890
7973bcea
SM
28912011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2894 refreshing the diary buffer.
2895
0af8c88b
KM
28962011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2897
7973bcea 2898 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2899 (allout-encrypt-string): Prevent encryption from adding an extra
2900 newline at the end of the topic body.
2901 (allout-version): Increment to 2.3.
2902
1a27c64e
MA
29032011-01-10 Michael Albinus <michael.albinus@gmx.de>
2904
7973bcea
SM
2905 * net/dbus.el (dbus-unregister-service): Complete doc.
2906 Fix call of dbus-error signal.
5c0b4070 2907 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2908
0a203b61
MA
29092011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2910
2911 * net/dbus.el (dbus-unregister-service): Translate returned
2912 integer into a symbol.
2913 (dbus-register-property): Use `dbus-register-service' to do the
2914 name registration.
2915
895123f5
CY
29162011-01-09 Chong Yidong <cyd@stupidchicken.com>
2917
7973bcea
SM
2918 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2919 Suggested by Joakim Verona.
12e1f328 2920
732eb50a
CY
2921 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2922
895123f5
CY
2923 * wid-edit.el (visibility): Replace :on-image and :off-image
2924 widget properties with :on-glyph and :off-glyph, for consistency
2925 with the `visibility' widget.
2926 (widget-toggle-value-create, widget-visibility-value-create):
2927 Merge into a single function `widget-toggle-value-create'.
2928
2929 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2930 (custom-face-edit-value-create, custom-face-value-create):
2931 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2932 :off-glyph, for consistency with the `visibility' widget.
2933
c8043a22
AS
29342011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2935
2936 * net/ldap.el (ldap-search-internal): Don't use eval.
2937
b7617f6d
CY
29382011-01-09 Chong Yidong <cyd@stupidchicken.com>
2939
973f1f2a
CY
2940 * subr.el (read-char-choice): Use read-key.
2941
b7617f6d
CY
2942 * custom.el (custom-safe-themes): Rename from
2943 custom-safe-theme-files. Add :risky tag.
2944 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2945 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2946
900503ae
CY
29472011-01-09 Chong Yidong <cyd@stupidchicken.com>
2948
2949 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2950 from Search and add a label to Undo.
2951
2952 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2953 inappropriate buttons and adding :vert-only tags.
2954
2955 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2956 removal of Help tool-bar button. Remove Undo button for space.
2957
2958 * info.el (info-tool-bar-map): Add :vert-only tags.
2959
c44d54b3
TH
29602011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2961
2962 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2963 image backend support. Either of them is fine.
2964
3ef01959
CY
29652011-01-08 Chong Yidong <cyd@stupidchicken.com>
2966
3d91e302
CY
2967 * subr.el (y-or-n-p): Doc fix.
2968
278f6845
CY
2969 * custom.el (custom-safe-theme-files): New defcustom.
2970 (custom-theme-load-confirm): New function.
2971 (load-theme): Load theme using `load', confirming with
2972 custom-theme-load-confirm if necessary.
2973
3ef01959
CY
2974 * subr.el (read-char-choice): New function, factored out from
2975 dired-query and hack-local-variables-confirm.
2976
2977 * dired-aux.el (dired-query):
2978 * files.el (hack-local-variables-confirm): Use it.
2979
2980 * dired-aux.el (dired-compress-file):
2981 * files.el (abort-if-file-too-large, find-alternate-file)
2982 (set-visited-file-name, write-file, backup-buffer)
2983 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2984 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2985 Use new format string args for y-or-n-p and yes-or-no-p.
2986
7c837933
AS
29872011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2988
2989 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2990 [gcc-include]: Tighten file name match, add match for column
2991 number. (Bug#7806)
6c7ec171 2992 [gnu]: Remove unused group.
7c837933 2993
d0981f82
GM
29942011-01-08 Glenn Morris <rgm@gnu.org>
2995
e7a42417
GM
2996 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2997
d0981f82
GM
2998 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2999
d43bb7d3
SS
30002011-01-07 Sam Steingold <sds@gnu.org>
3001
3002 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
3003 the `explicit-shell-file-name' because that is the
3004 non-interactive shell.
3005
8c51d2a2
CY
30062011-01-07 Chong Yidong <cyd@stupidchicken.com>
3007
3008 * subr.el (y-or-n-p): Accept format string args.
3009
66b7b0fe
GM
30102011-01-07 Glenn Morris <rgm@gnu.org>
3011
3012 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3013
1e004a83
KM
30142011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3015
66b7b0fe 3016 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 3017 the visible containing topic, rather than a collapsed one.
66b7b0fe 3018 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
3019 (allout-exposure-change-hook): Remove documentation remarks
3020 concerning removed allout-view-change-hook.
3021 (allout-flag-region): Remove invocation of and documentation
3022 remarks concerning allout-view-change-hook.
3023
b0a8e46b
GM
30242011-01-06 Glenn Morris <rgm@gnu.org>
3025
3026 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3027 (vc-bzr-annotate-extract-revision-at-line):
3028 Handle authors with embedded spaces. (Bug#7792)
3029
875c044a
TH
30302011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3031
3032 * doc-view.el (doc-view-image-width): New variable.
3033 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3034 backend for PNG images, and do dynamic rescaling instead of
3035 reconverting the whole doc.
3036
1f6f7722
GM
30372011-01-05 Glenn Morris <rgm@gnu.org>
3038
3039 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3040
e9e68fda
KM
30412011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3042
4896e8fc 3043 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
3044 long text lines that cross more than a single physical window
3045 line, ie when truncate-lines is nil.
e9e68fda
KM
3046 (allout-next-visible-heading): Provide for change in line-move
3047 behavior on long lines when truncate-lines is nil. In that case,
3048 line-move can wind up on the same textual line when it moves to
3049 the next window line, and moving to the bullet position after the
3050 move yields zero advancement. Add logic to detect and compensate
3051 for the lack of progress.
3052 (allout-current-topic-collapsed-p): move-end-of-line respect for
3053 field boundaries is different when operating with body lines
3054 shorter than window width versus ones greater than window width,
3055 which can yield false negatives in this function. Avoid
3056 difference by applying move-end-of-line while field-text-motion is
3057 inhibited.
3058
3f1b6eb2
GM
30592011-01-04 Glenn Morris <rgm@gnu.org>
3060
3061 * textmodes/rst.el (rst-compile-toolsets):
3062 Add pdf and s5 to option alist.
3063
6388924a
MA
30642011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3065
7973bcea 3066 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
3067 dont-register-service. Updated docstring accordingly.
3068
c3e4b003
AS
30692011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3070
3071 * textmodes/rst.el (rst-compile-pdf-preview)
3072 (rst-compile-slides-preview): Remove extra line.
3073
ef4271fe
GM
30742011-01-04 Glenn Morris <rgm@gnu.org>
3075
3076 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3077 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3078 default to `prog' without a .py extension.
3079 (rst-compile-pdf-preview, rst-compile-slides-preview):
3080 Use program names from rst-compile-toolsets, rather than hard-coding.
3081 (rst-portable-mark-active-p): Fix presumed typo.
3082
7c420169 30832011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 3084
7c420169 3085 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
3086 libpng versions both before and after 1.4.0. (Bug#7716)
3087
7c420169 30882011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 3089
6491af11
EZ
3090 * time.el (display-time-mode): Mention display-time-interval in
3091 the doc string. (Bug#7713)
3092
7c420169 30932011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
3094
3095 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3096 condition-case and return an error message string if something
3097 goes wrong.
2f952059 3098 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
3099 header by rmail-mime-insert-header.
3100
7c420169 31012011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
3102
3103 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3104 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3105 (rmail-mime-mbox-buffer)
3106 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3107 (rmail-mime-entity): Argument changed. All codes handling an
3108 entity object are changed.
2f952059 3109 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
3110 the above change.
3111 (rmail-mime-entity-children, rmail-mime-entity-handler)
3112 (rmail-mime-entity-tagline): New functions.
3113 (rmail-mime-message-p): New function.
3114 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3115 (rmail-mime-entity-segment, rmail-mime-next-item)
3116 (rmail-mime-previous-item, rmail-mime-shown-mode)
3117 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3118 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
3119 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3120 New functions.
186f7f0b
KH
3121 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3122 (rmail-mime-insert-decoded-text): New function.
3123 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3124 (rmail-mime-insert-image): Argument changed. Caller changed.
3125 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 3126 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
3127 (rmail-mime-insert-bulk): Argument changed.
3128 (rmail-mime-multipart-handler): Return t.
2f952059
ML
3129 (rmail-mime-process-multipart): Argument changed.
3130 Handle "multipart/alternative" here.
186f7f0b
KH
3131 (rmail-mime-process): Argument changed.
3132 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3133 (rmail-mime-insert): Argument changed. Handle raw display mode.
3134 (rmail-mime): Argument changed. Handle toggling of raw display
3135 mode.
3136 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3137 rmail-mime-view-buffer.
3138 (rmail-insert-mime-forwarded-message): Likewise.
3139 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3140
3141 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3142 non-nil, handle the header in rmail-show-mime-function.
3143
7c420169 31442011-01-02 Leo <sdl.web@gmail.com>
e1a23575 3145
7c420169 3146 * help-fns.el (describe-variable): Fix previous change.
e1a23575 3147
7c420169 31482011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
3149
3150 * isearch.el (isearch-lazy-highlight-error): New variable.
3151 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3152 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3153 to the current value of `isearch-error' (Bug#7468).
3154
7c420169 31552011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
3156
3157 * help-fns.el (describe-variable): Don't emit trailing whitespace
3158 (Bug#7511).
3159
7c420169 31602011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
3161
3162 * textmodes/rst.el (rst-compile-pdf-preview)
3163 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3164
7c420169 31652011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
3166
3167 * emulation/edt-mapper.el: Override mapping of function keys so
3168 that the later call to read-key-sequence works.
3169
7c420169 31702011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
3171
3172 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3173 Unix EOLs. (Bug#7589)
3174
7c420169
CY
31752011-01-02 Leo <sdl.web@gmail.com>
3176
3177 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3178 if point is not behind eshell-last-output-end (Bug#7585).
3179
31802011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * files.el (file-local-variables-alist):
3183 Make permanent-local (bug#7767).
3184
31852011-01-02 Glenn Morris <rgm@gnu.org>
3186
3187 * version.el (emacs-copyright): Set short copyright year to 2011.
3188
31892011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3190
3191 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3192 an existing temp buffer. (Bug#7746)
3193
31942011-01-02 Glenn Morris <rgm@gnu.org>
3195
3196 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3197 multiple addresses. (Bug#7760)
3198
fb9a573a
KM
31992011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3200
e9e68fda 3201 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
3202 do-auto-fill if everything points back to allout-auto-fill.
3203 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3204 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3205
8d68c659
MA
32062010-12-31 Michael Albinus <michael.albinus@gmx.de>
3207
3208 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3209 and "scpx".
3210
291cc045
TH
32112010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3212
3213 * doc-view.el (doc-view-set-doc-type): New function refactored
3214 from doc-view-mode.
3215 (doc-view-fallback-mode): New function.
3216 (doc-view-mode): Use it.
3217 (doc-view-mode-maybe): New function that checks if doc-view-mode
3218 can be used and falls back to the next best mode otherwise.
3219
3220 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3221 DVI, OpenDocument, and MS Office files.
3222
8ee2dc5c
AS
32232010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3224
3225 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3226
f9e68477
TH
32272010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3228
3229 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3230 on a copy of auto-mode-alist, because that deletes with side
3231 effects.
3232
ad727c81
TH
32332010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3234
7973bcea
SM
3235 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3236 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
3237 fallback instead of hard coding fundamental mode.
3238
b71b7803
TH
32392010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3240
3241 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3242 Office) files also for searching.
3243
95e16d17
TH
32442010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3245
3246 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3247 Office) files. Not yet enabled via auto-mode-list.
3248 (doc-view-unoconv-program): New custom variable.
3249 (doc-view-mode-p): Handle new odf document type.
3250 (doc-view-odf->pdf): New conversion function.
3251 (doc-view-convert-current-doc): Call it for odf files.
3252 (doc-view-mode): Recognize newly supported file extensions.
3253
b191c9d9
MA
32542010-12-30 Michael Albinus <michael.albinus@gmx.de>
3255
3256 * net/tramp.el (tramp-default-method-alist)
3257 (tramp-default-user-alist)
3258 (tramp-local-host-regexp, tramp-prefix-domain-format)
3259 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3260
3261 * net/tramp-ftp.el:
3262 * net/tramp-gvfs.el:
3263 * net/tramp-gw.el:
3264 * net/tramp-imap.el:
3265 * net/tramp-sh.el:
3266 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3267 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3268
6e457cc9
KF
32692010-12-29 Karl Fogel <kfogel@red-bean.com>
3270
3271 * saveplace.el (save-place-alist-to-file): Save list sorted and
3272 pretty-printed, so that it is mergeable by line-based text merging,
3273 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3274
fb9a573a
KM
32752010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3276
e9e68fda 3277 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3278 (allout-mode): Argument "toggle" => "force".
3279 Refine the docstring.
3280 Remove special provisions for reactivation, besides the 'force'
3281 argument.
3282 Consolidate layout provisions coce directly into the activation
3283 condition branch, now that we've removed those provisions.
3284 (allout-unload-function): Explicitly activate the mode before
3285 deactivating, if it's initially deactivated.
3286 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3287 warnings for version of function used only where
3288 set-buffer-multibyte is unavailable.
3289
c940c054
CY
32902010-12-28 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3293 are handled by the menu-bar entries. As before, don't use
3294 :visibile to avoid changing the tool-bar.
3295
4c145d5d
MA
32962010-12-27 Michael Albinus <michael.albinus@gmx.de>
3297
3298 * net/secrets.el (secrets-delete-alias): New defun.
3299
fe99f704
MA
33002010-12-27 Michael Albinus <michael.albinus@gmx.de>
3301
3302 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3303 methods, otherwise ~/.ssh/config would be ignored.
3304
723ee192
SM
33052010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * emacs-lisp/rx.el: Make it a superset of sregex.
3308 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3309 of args, add `regex' alias.
3310 (rx-info): Add arg to distinguish head and standalone forms.
3311 (rx-check, rx-form): Pass the corresponding arg.
3312 (rx-**): Simplify.
3313 (rx-repeat): Make it work for any number of args.
3314 (rx-syntax): Make it accept syntax chars as is.
3315 * obsolete/sregex.el: Move from emacs-lisp/.
3316 * emacs-lisp/re-builder.el: Remove sregex support.
3317 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3318
e77714da
EZ
33192010-12-25 Eli Zaretskii <eliz@gnu.org>
3320
3321 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3322 PRIMARY first, then the clipboard. (Bug#7699)
3323
17870c01
SM
33242010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3325
3326 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3327 print-number-table.
3328
6bfa51ba
CY
33292010-12-21 Chong Yidong <cyd@stupidchicken.com>
3330
d78cdcf7
CY
3331 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3332 .emacs.elc (Bug#7530).
3333
6bfa51ba
CY
3334 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3335 image spec (Bug#7480).
3336
9d9cfd53
DU
33372010-12-21 Daiki Ueno <ueno@unixuser.org>
3338
3339 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3340 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3341 Move from lisp/.
9d9cfd53 3342
adc0b793
JD
33432010-12-20 Leo <sdl.web@gmail.com>
3344
3345 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3346 always be performed (Bug#7680).
3347
778ca437
CY
33482010-12-20 Chong Yidong <cyd@stupidchicken.com>
3349
3f95d7ff
CY
3350 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3351 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3352 mouse-region-match.
778ca437 3353
3f95d7ff 3354 * color.el: Move from gnus/.
94975270 3355
f48fdaad
CY
3356 * vc/diff.el (diff-better-file-name): Function deleted.
3357 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3358 (diff-no-select): Just use expand-file-name.
3359
3360 * tool-bar.el (tool-bar--image-expression): New function.
3361 (tool-bar-local-item, tool-bar--image-exp): Use it.
3362 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3363 Use :enable instead of :visible to avoid changing the tool-bar
3364 configuration unnecessarily.
3365
3366 * info.el (info-tool-bar-map): Add separators.
3367
2e306b39
KB
33682010-12-17 Ken Brown <kbrown@cornell.edu>
3369
3370 * loadup.el: Use version numbers in Cygwin build.
3371
395542c6
RT
33722010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3373
3374 * ido.el (ido-file-internal): Ask for confirmation before
3375 overwriting an existing file (Bug#1238).
3376
4039c786
CY
33772010-12-16 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * tool-bar.el (tool-bar-setup): Add separators.
3380
3381 * menu-bar.el (featurep): Use menu-bar-separator.
3382
45720dc3
GM
33832010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3384
3385 Migrate allout encryption provisions from pgg to epg.
3386
3387 * allout.el (allout-toggle-current-subtree-encryption)
3388 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3389 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3390 for simpler universal argument interpretation.
35f52ed6 3391 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3392 changed encryption provisions. Change fetch-pass to keymode-cue, for
3393 simpler universal argument interpretation. Remove provisions for
3394 handling key type and identity - they'll all be within
3395 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3396 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3397 for keypair recipients (universal argument > 1) and, in addition,
3398 associating the specified recipients with the outline (universal
3399 argument > 4) using a file local variable setting for
3400 'epa-file-encrypt-to'.
3401 Require epa, for recipients handling.
3402 Change how regexp filtering elements are named.
3403 Describe the problem with caching of incorrect symmetric-decryption
3404 keys.
3405 Use the epa-passphrase-callback-function, in case the user is using
3406 GnuPG v1.
3407 Support saving of the selected keypair recipients when invoked with a
3408 keymode-cue > 4.
3409 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3410 Require 'epa.
3411 Establish epg-context with armoring and default epg-protocol.
3412 Remove all passphrase cache, verification, and hinting code.
3413 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3414 No longer used, delete.
3415 (allout-mode): Adjust docstring to describe changed encryption
3416 provisions. Describe the problem with caching of incorrect
3417 symmetric-decryption keys.
3418 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3419 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3420 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3421 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3422 Obsolete, remove.
3423
33088bed
DU
34242010-12-16 Daiki Ueno <ueno@unixuser.org>
3425
3426 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3427 key selection prompt; make 'silent as default (Bug#7487).
3428
bfc49a5b
LL
34292010-12-16 Leo <sdl.web@gmail.com>
3430
7973bcea
SM
3431 * eshell/eshell.el (eshell-directory-name):
3432 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3433
68251e16
GM
34342010-12-15 Glenn Morris <rgm@gnu.org>
3435
3436 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3437
99f053cf 34382010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3439 Scott Evans <gse@antisleep.com>
99f053cf
JA
3440
3441 * rect.el (rectange--default-line-number-format)
3442 (rectangle-number-line-callback): New functions.
3443 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3444
5614fd56
CY
34452010-12-15 Chong Yidong <cyd@stupidchicken.com>
3446
3447 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3448 Delete unused variables.
3449 (move-to-column-force): Remove function obsolete since 21.2.
3450
d68b0220
MA
34512010-12-14 Michael Albinus <michael.albinus@gmx.de>
3452
3453 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3454 (tramp-handle-insert-file-contents): Do not set permanent-local
3455 property.
3456
7973bcea
SM
3457 * net/tramp-cache.el (tramp-persistency-file-name):
3458 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3459
3460 * net/tramp-sh.el (tramp-methods): Add "ksu".
3461 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3462 method list.
3463
0273f794
GM
34642010-12-14 Glenn Morris <rgm@gnu.org>
3465
ab274982
GM
3466 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3467 (find-tag-marker-ring): Declare.
3468 (js-find-symbol): Require etags.
3469
e758216c
GM
3470 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3471 Require mail-utils.
3472 (mail-alias-file): Don't autoload. Doc fix.
3473 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3474 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3475 Mark as obsolete, and risky.
3476 (mail-setup): Simplify.
3477
53aff12a
GM
3478 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3479 * mail/sendmail.el (build-mail-aliases): Update autoload.
3480
aae4b48c
GM
3481 * dired.el (dired-trivial-filenames, dired-chown-program)
3482 (dired-auto-revert-buffer): Remove autoload cookies.
3483 * mail/sendmail.el (mail-recover-1): Require 'dired.
3484
bff7c1ad
GM
3485 * dired.el (dired-subdir-switches, dired-chown-program)
3486 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3487 Make into defcustoms.
3488 (dired-chown-program): Simplify initialization.
3489
0273f794
GM
3490 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3491
bc557672
RF
34922010-12-13 Romain Francoise <romain@orebokech.com>
3493
3494 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3495
7410c270
G
34962010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3497
3498 * net/netrc.el (netrc-point-at-eol): Remove the unused
3499 netrc-point-at-old and netrc-bound-and-true-p bindings.
3500 (netrc-parse): Cache the netrc contents.
3501
f49d1f52 35022010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3503
3504 * subr.el (posn-col-row): Evaluate header-line-format in the
3505 context of the POSITION window's buffer.
3506
f49d1f52 35072010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3508
3509 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3510 (with-silent-modifications): Doc fixes.
3511
f49d1f52 35122010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3513
3514 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3515 Revert previous from. Use `save-restriction'.
158d5945 3516
f49d1f52 35172010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3518
3519 * calendar/diary-lib.el (diary-list-sexp-entries):
3520 Handle case of no newline at end of file. (Bug#7536)
3521
f49d1f52 35222010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3523
3524 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3525
f49d1f52 35262010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3527
f49d1f52 3528 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3529 (tramp-process-actions): Do not widen.
d68b0220 3530
f49d1f52
SM
3531 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3532 Protect buffer-modified value. (Bug#7557)
32802ee1 3533
f49d1f52 35342010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3535
3536 * log-edit.el (log-edit-changelog-entries):
3537 Regexp quote filename. (Bug#7505)
3538
f49d1f52 35392010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3540
3541 * cus-edit.el (custom-save-all):
3542 Bind print-length and print-level to nil. (Bug#7581)
3543
f49d1f52 35442010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3545
d5e6e0b6
GM
3546 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3547 Run hooks to update menu contents. (Bug#7586)
3548
3c1e62f8
GM
3549 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3550 file names, for the sake of MS Windows. (Bug#7588)
3551
f49d1f52 35522010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3553
3554 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3555 empty lines without a leading space.
3556
f49d1f52 35572010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3558
740af6c9
GM
3559 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3560 while mapping over marks (Bug#6810).
86a6e8e0 3561
f49d1f52 35622010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3563
3564 * image-dired.el (image-dired-db-file)
3565 (image-dired-temp-image-file, image-dired-gallery-dir)
3566 (image-dired-temp-rotate-image-file): Set default values relative
3567 to image-dired-dir (Bug#7518).
3568
f49d1f52 35692010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3570
3571 * format.el (format-decode-run-method): Pass args FROM and TO, not
3572 point-min and point-max, to shell-command-on-region (Bug#7488).
3573
f49d1f52 35742010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3575
3576 * frame.el (blink-cursor-mode): Make default t for ns.
3577
f49d1f52 35782010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3579
3580 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3581
f49d1f52 35822010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3583
637c2c43
CY
3584 * comint.el (comint-dynamic-list-input-ring)
3585 (comint-dynamic-complete-filename)
3586 (comint-replace-by-expanded-filename)
3587 (comint-dynamic-simple-complete)
3588 (comint-dynamic-list-filename-completions)
3589 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3590
74194465
CY
3591 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3592 Doc fix (Bug#7471).
3593
f49d1f52 35942010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3595
3596 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3597 (Bug#7533).
3598
01c35094 35992010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3600
3601 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3602 (Bug#7491).
3603
f49d1f52 36042010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3605
3606 * files.el (file-relative-name): Handle UNC file names on
3607 DOS/Windows. (Bug#4674)
3608
f49d1f52 36092010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3610
3611 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3612 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3613 (epg-context-set-passphrase-callback): Mention that the callback
3614 is not called when used with GnuPG 2.x.
3615
f49d1f52 36162010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3617
3618 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3619 Ensure ps-footer-font-size-internal is initialized.
3620 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3621
f49d1f52 36222010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3623
3624 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3625 within condition-case.
3626 (rmail-show-mime): Don't use condition-case.
3627 (rmail-search-mime-message): New function.
3628 (rmail-search-mime-message-function): Set to
3629 rmail-search-mime-message.
3630
f49d1f52 36312010-12-13 Leo <sdl.web@gmail.com>
bd794450 3632
0fdd1db7 3633 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3634 (ido-mode): Use it.
3635 (ido-completing-read): Call it.
3636
fdbb4d85
KF
36372010-12-12 Karl Fogel <kfogel@red-bean.com>
3638
3639 * bookmark.el (bookmark-name-from-full-record): Rename back to
3640 this original name from `bookmark-name-from-record' reverting part
3641 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3642 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3643 third-party callers. (Bug#7609)
fdbb4d85 3644
0e5cf2b8
AM
36452010-12-12 Alan Mackenzie <acm@muc.de>
3646
3647 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3648 template arglist, check that the current language supports this.
3649
6961d41c
GM
36502010-12-11 Glenn Morris <rgm@gnu.org>
3651
2b404597
GM
3652 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3653 state of the file matches. (Bug#7544)
3654 (vc-bzr-register, vc-bzr-checkin)
3655 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3656 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3657
6961d41c
GM
3658 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3659
1e5d2a04
KK
36602010-12-11 Karel Klíč <kklic@redhat.com>
3661
3662 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3663
175069ef
SM
36642010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 Derive from prog-mode, use derived-mode-p, and fix up various
3667 minor style issues in lisp/progmodes.
3668
3669 * progmodes/vhdl-mode.el (vhdl-mode):
3670 * progmodes/verilog-mode.el (verilog-mode):
3671 * progmodes/vera-mode.el (vera-mode):
3672 * progmodes/sql.el (sql-mode):
3673 * progmodes/scheme.el (scheme-mode):
3674 * progmodes/perl-mode.el (perl-mode):
3675 * progmodes/octave-inf.el (inferior-octave-mode):
3676 * progmodes/autoconf.el (autoconf-mode):
3677 * progmodes/m4-mode.el (m4-mode):
3678 * progmodes/inf-lisp.el (inferior-lisp-mode):
3679 * progmodes/idlwave.el (idlwave-mode):
3680 * progmodes/icon.el (icon-mode):
3681 * progmodes/idlw-help.el (idlwave-help-mode):
3682 * progmodes/dcl-mode.el (dcl-mode):
3683 * progmodes/idlw-shell.el (idlwave-shell-mode):
3684 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3685 (ebrowse-member-mode, ebrowse-electric-position-mode):
3686 Use define-derived-mode.
3687
3688 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3689 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3690 (xscheme-debugger-mode-p, xscheme-send-string-1):
3691 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3692 (tcl-load-file, tcl-restart-with-file):
3693 * progmodes/ps-mode.el (ps-run-running):
3694 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3695 * progmodes/js.el (js--get-all-known-symbols):
3696 * progmodes/inf-lisp.el (inferior-lisp-proc):
3697 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3698 (idlwave-template, idlwave-update-buffer-routine-info)
3699 (idlwave-update-current-buffer-info)
3700 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3701 (idlwave-scan-class-info, idlwave-fix-keywords)
3702 (idlwave-list-buffer-load-path-shadows):
3703 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3704 (idlwave-toolbar-remove):
3705 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3706 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3707 (idlwave-shell-menu-def):
3708 * progmodes/idlw-complete-structtag.el
3709 (idlwave-prepare-structure-tag-completion):
3710 * progmodes/gud.el (gud-set-buffer):
3711 * progmodes/f90.el (f90-backslash-not-special):
3712 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3713
3714 * progmodes/xscheme.el (xscheme-start)
3715 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3716 * progmodes/which-func.el (which-function):
3717 * progmodes/vhdl-mode.el (vhdl-set-style):
3718 * progmodes/verilog-mode.el (verilog-set-compile-command)
3719 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3720 (verilog-set-define, verilog-auto-reeval-locals):
3721 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3722 * progmodes/simula.el (simula-mode):
3723 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3724 * progmodes/python.el (python-check, python-mode):
3725 * progmodes/prolog.el (prolog-mode-variables):
3726 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3727 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3728 * progmodes/delphi.el (delphi-mode):
3729 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3730 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3731 (c-font-lock-init): Move make-local-variable to their setq.
3732
3733 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3734 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3735 make-local-hook.
3736 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3737 (sh-set-shell): Don't set require-final-newline since it's already done
3738 by prog-mode.
3739 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3740 since we never set it.
3741 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3742 Use read-string and standard prompt.
3743 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3744 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3745 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3746 (meta-common-mode-map): Rename from meta-mode-map.
3747 Remove C-m binding, which is a user preference, not mode specific.
3748 (meta-common-mode): New major mode; replace meta-common-initialization.
3749 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3750 around with font-lock.
3751 * progmodes/etags.el (select-tags-table-mode):
3752 Derive from special-mode.
3753 * progmodes/octave-mod.el (octave-mode):
3754 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3755 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3756 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3757 Let define-derived-mode do its job.
3758 * progmodes/cpp.el (cpp-edit-mode-map):
3759 Move initialization into declaration.
3760 (cpp-edit-mode): Use define-derived-mode.
3761 (cpp-edit-load): Use derived-mode-p.
3762 * progmodes/mixal-mode.el (mixal-mode):
3763 * progmodes/f90.el (f90-mode):
3764 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3765 require-final-newline since prog-mode does it already.
3766 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3767 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3768 * progmodes/antlr-mode.el: Require cc-mode upfront.
3769 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3770 the declaration.
3771 (antlr-directory-dependencies, antlr-show-makefile-rules):
3772 Use derived-mode-p.
3773 (antlr-language-option): Don't assume point-min==1.
3774 (antlr-mode): Use define-derived-mode.
3775 * progmodes/ada-mode.el: Use derived-mode-p.
3776 (ada-mode): Use define-derived-mode.
3777 Use hack-local-variables-hook.
3778
61f91c04
SM
37792010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3782 (texinfo-mode): Don't disable adaptive-fill-mode.
3783 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3784 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3785 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3786 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3787 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3788 (texinfo-insert-@quotation, texinfo-insert-@samp)
3789 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3790 (texinfo-insert-@uref): Use define-skeleton.
3791 (texinfo-insert-@-with-arg): Delete.
3792
72a44673
EZ
37932010-12-10 Eli Zaretskii <eliz@gnu.org>
3794
3795 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3796 nil, do quote archive member names. (Bug#6144)
3797
ab540f59
GM
37982010-12-10 Glenn Morris <rgm@gnu.org>
3799
66f782de
GM
3800 * files.el (diff-no-select): Declare.
3801
e554b3f8
GM
3802 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3803 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3804
ab540f59
GM
3805 * comint.el (comint-input-ring-file-name): Doc fix.
3806
f68ab99b
EZ
38072010-12-09 Eli Zaretskii <eliz@gnu.org>
3808
3809 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3810 New functions.
61f91c04
SM
3811 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3812 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3813 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3814 instead of `nil'.
3815 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3816 and menu-bar-positive-p instead of `nil' and `>', respectively.
3817 (Bug#1077)
3818
650453a9
VJL
38192010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3820
3821 * whitespace.el (whitespace-newline-mode): Code fix.
3822
28d5de72
GM
38232010-12-09 Glenn Morris <rgm@gnu.org>
3824
3825 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3826 Rename functions without commas, update callers.
3827
b596d50d 38282010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3829
b596d50d
GM
3830 * whitespace.el (whitespace-cleanup-region):
3831 Clean up spaces before tabs. (Bug#7582)
16498102 3832
eff37c5e
KF
38332010-12-08 Karl Fogel <kfogel@red-bean.com>
3834
3835 * bookmark.el: Adjust parameter names and doc strings to resolve
3836 confusion over whether "bookmark" meant a bookmark name or a
3837 bookmark record. Along the way, shorten one function's name for
3838 similar reasons. (Issue #7548)
3839 (bookmark-name-from-record): New name for
3840 `bookmark-name-from-full-record'. All callers changed.
3841 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3842 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3843 (bookmark-get-annotation, bookmark-set-annotation)
3844 (bookmark-get-filename, bookmark-set-filename)
3845 (bookmark-get-position, bookmark-set-position)
3846 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3847 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3848 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3849 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3850 Rename `bookmark' parameter to `bookmark-name-or-record', to
3851 clearly show its role, and shorten or adjust doc strings accordingly.
3852 (bookmark-set-name): Same, and pass the parameter directly to
3853 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3854 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3855 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3856 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3857 and in some cases shorten doc string accordingly.
3858 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3859 and `new-name', and adjust an internal variable to avoid confusion.
3860 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3861 parameter in doc string.
3862
5fe9ebd1
GM
38632010-12-08 Glenn Morris <rgm@gnu.org>
3864
ac8331a7
GM
3865 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3866 from gdb's history file. (Bug#7575)
3867
5fe9ebd1
GM
3868 * mail/emacsbug.el (report-emacs-bug):
3869 Try to handle some other mail clients.
3870
33cf0fb2
SM
38712010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3874 Use string-prefix-p.
3875 (file-name-version-regexp): New var.
3876 (file-name-sans-versions):
3877 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3878 (jka-compr-get-compression-info): Use dolist.
3879 (jka-compr-compression-info-list): Don't bother specifying
3880 version/backup regexps.
3881
11c31b99
TH
38822010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3883
3884 * simple.el (just-one-space): Make argument n default to 1 if
3885 omitted.
3886
a733fc37
SM
38872010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * electric.el (electric-indent-post-self-insert-function):
3890 Delete trailing newlines even if we don't reindent.
3891
88b5a757
DD
38922010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3893
a733fc37
SM
3894 * minibuffer.el (completion-at-point): Remove the `arg'.
3895 * bindings.el (complete-symbol): Move back from minibuffer.el.
3896
38972010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3898
88b5a757
DD
3899 * simple.el (just-one-space): Delete newlines for negative arg.
3900
ce327e48
SM
39012010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3904 (ansi-color-filter-apply): Simplify.
3905 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3906
ac73d955
BR
39072010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3908
3909 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3910
8c44f097
CY
39112010-12-04 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * dired.el (dired-use-ls-dired): Set default to a special
3914 "unspecified" value.
3915 (dired-insert-directory): When called the first time, check
3916 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3917
15af15e5
TO
39182010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3919
3920 * replace.el: Add "collect" feature to occur.
3921 (occur-collect-regexp-history): New var.
88b5a757
DD
3922 (occur-read-primary-args): Return a replace string for nlines,
3923 if needed.
15af15e5
TO
3924 (occur): Extend the meaning of nlines.
3925
b2e6e5bd
SM
39262010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3929 (which-func-update-1): Distinguish symbols from strings.
3930 (which-function): Stay within 80 columns.
3931
ee9355dc
SM
39322010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3933
7f0ea0ff
SM
3934 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3935
ee9355dc
SM
3936 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3937 Improve docstring.
3938 (comment-style): Use comment-styles's docs to describe values.
3939
3e972d98
JD
39402010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3941
3942 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3943 and ns-show-prefs (Bug#7535).
3944
3945 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3946 bindings (Bug#7535).
3947
c879436a
GM
39482010-12-03 Glenn Morris <rgm@gnu.org>
3949
afe27238
GM
3950 * nxml/nxml-mode.el: Require rng-nxml.
3951 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3952 Remove declarations.
3953
65beee52
GM
3954 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3955 * nxml/rng-nxml.el, nxml/rng-valid.el:
3956 Remove leading `*' from defcustom docs.
3957
ad961a00
GM
3958 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3959 (normal-top-level-add-to-load-path, tty-handle-args):
3960 Convert comments to basic doc-strings.
3961
c5fd0ab5
GM
3962 * net/browse-url.el (browse-url-url-at-point)
3963 (browse-url-default-browser): Remove autoload cookies.
3964
f62f063d
GM
3965 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3966 Remove more undefined cl functions.
3967
c879436a
GM
3968 * vc/diff.el (diff-sentinel): Make new arguments optional.
3969 * ibuf-ext.el (diff-sentinel): Update declaration.
3970
3721e124
DU
39712010-12-03 Daiki Ueno <ueno@unixuser.org>
3972
3973 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3974 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3975 (epg-context-set-passphrase-callback): Mention that the callback
3976 is not called when used with GnuPG 2.x.
3977
66feec8b
MA
39782010-12-02 Michael Albinus <michael.albinus@gmx.de>
3979
3980 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3981 (tramp-file-name-port): Check also for `tramp-default-port'.
3982 (tramp-get-connection-name): New defun.
3983 (tramp-get-connection-process): Use it.
3984 (tramp-debug-message): Extend function exclude list.
3985 (tramp-drop-volume-letter): Fix doc string.
3986
3987 * net/tramp-cmds.el: Remove solved todo item.
3988
66feec8b
MA
3989 * net/tramp-ftp.el:
3990 * net/tramp-gvfs.el:
3991 * net/tramp-gw.el:
3992 * net/tramp-imap.el:
3993 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3994 and `tramp-default-user-alist', respectively.
3995
88b5a757
DD
3996 * net/tramp-gw.el (tramp-gw-open-connection):
3997 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3998
3999 * net/tramp-imap.el (tramp-imap-make-iht): Use just
4000 `tramp-file-name-port'.
4001
4002 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
4003 and "psftp". Exchange "%k" marker with options.
4004 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
4005 Compute size of link target.
35f52ed6
JB
4006 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
4007 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
4008 copy arguments. Use `tramp-get-connection-name' and
4009 `tramp-get-connection-buffer'. Improve debug messages.
4010 (tramp-compute-multi-hops): Remove port determination.
4011 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4012
4013 * net/trampver.el: Update release number.
4014
bd77c2ef
GM
40152010-12-02 Glenn Morris <rgm@gnu.org>
4016
05907bb3
GM
4017 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4018 Avoid infinite loop over windows. (Bug#7492)
4019
bd77c2ef
GM
4020 * progmodes/flymake.el (flymake-check-file-limit):
4021 Allow nil to mean "no limit".
4022 (flymake-check-patch-master-file-buffer): Update for above change.
4023 Allow a .tex file-name extension to be optional.
4024 (flymake-master-tex-init): Also match \include statements.
4025
f7ca27a1
SS
40262010-11-30 Sam Steingold <sds@gnu.org>
4027
4028 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4029 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4030 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4031 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4032 define-derived-mode').
4033 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4034 users who want to call `nxml-parent-document-set'.
4035
402c8a49
CY
40362010-11-27 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4039 stand-alone lines, since that is handled by log-edit-match-to-eoh
4040 (Bug#6465).
4041
d1882ac7
EW
40422010-11-27 Eduard Wiebe <usenet@pusto.de>
4043
4044 * dired.el (dired-get-filename): Replace backslashes with slashes
4045 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4046 * locate.el (locate-default-make-command-line): Don't consider
4047 drive letter and root directory part of
4048 `directory-listing-before-filename-regexp'. (Bug#7308)
4049 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4050
07976ae3 40512010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
4052
4053 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4054 of :smie-open/close-alist.
4055 (smie-next-sexp): Make it accept a "start token" as argument.
4056 (smie-indent-keyword): Be careful not to misidentify tokens that span
4057 more than one line, as empty lines. Add argument `token'.
4058
07976ae3 40592010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 4060
afde451a
KH
4061 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4062 multipart subtypes, insert all as usual.
4063
3d9ee611
KH
4064 * mail/rmail.el: Require rfc2047.
4065
07976ae3 40662010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
4067
4068 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4069 (rmail-mime-entity-disposition)
4070 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4071 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4072 (rmail-mime-save): Handle the case that the button's `data' is a
4073 MIME entity.
4074 (rmail-mime-insert-text): New function.
9e0ecdab 4075 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
4076 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4077 (rmail-mime-insert-bulk): New function mostly copied from the old
4078 rmail-mime-bulk-handler.
9e0ecdab
GM
4079 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4080 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
4081 the old rmail-mime-multipart-handler.
4082 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 4083 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
4084 rmail-mime-show.
4085 (rmail-mime-insert-multipart, rmail-mime-parse)
4086 (rmail-mime-insert, rmail-show-mime)
4087 (rmail-insert-mime-forwarded-message)
4088 (rmail-insert-mime-resent-message): New functions.
4089 (rmail-insert-mime-forwarded-message-function): Set to
4090 rmail-insert-mime-forwarded-message.
4091 (rmail-insert-mime-resent-message-function): Set to
4092 rmail-insert-mime-resent-message.
4093
4094 * mail/rmailsum.el: Require rfc2047.
4095 (rmail-header-summary): Handle multiline Subject: field.
4096 (rmail-summary-line-decoder): Change the default to
4097 rfc2047-decode-string.
4098
4099 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4100 (rmail-mime-feature): Change the default to `rmailmm'.
4101 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4102 (rmail-display-labels): Likewise.
4103 (rmail-show-message-1): Check rmail-enable-mime, and use
4104 rmail-show-mime-function for a MIME message. Decode the headers
4105 according to RFC2047.
4106
07976ae3 41072010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
4108
4109 * progmodes/which-func.el (which-func-imenu-joiner-function):
4110 Return a string, as expected.
4111 (which-function-mode): Make sure we stop any previous timer before
4112 starting a new one.
4113
07976ae3 41142010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
4115
4116 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
4117 (tramp-default-user-alist, tramp-default-proxies-alist):
4118 Adapt custom options type. (Bug#7445)
e40fc745 4119
07976ae3 41202010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
4121
4122 * progmodes/python.el: Add Ipython support (Bug#5390).
4123 (python-shell-prompt-alist)
4124 (python-shell-continuation-prompt-alist): New options.
4125 (python--set-prompt-regexp): New function.
33aeea0e
SM
4126 (inferior-python-mode, run-python, python-shell):
4127 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
4128 prompt based on the Python interpreter.
4129 (python--prompt-regexp): New var.
4130 (python-check-comint-prompt)
4131 (python-comint-output-filter-function): Use it.
4132 (run-python): Use a pipe (Bug#5694).
4133
07976ae3 41342010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
4135
4136 * progmodes/python.el (run-python): Doc fix.
4137 (python-keep-current-directory-in-path): New var (Bug#7454).
4138
07976ae3 41392010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
4140
4141 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4142 Prompt user before actually printing.
4143
0b839457
GM
41442010-11-27 Glenn Morris <rgm@gnu.org>
4145
4146 * startup.el (package-enable-at-startup, package-initialize):
4147 Remove unnecessary declarations.
4148
96107967
EZ
41492010-11-27 Eli Zaretskii <eliz@gnu.org>
4150
4151 * international/characters.el (glyphless-char-display-control):
4152 Exclude newline and TAB from the c0-control group.
4153
a140ec5f
GM
41542010-11-27 Glenn Morris <rgm@gnu.org>
4155
82445062
GM
4156 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4157 (expand-mail-aliases): Remove unnecessary autoload.
4158
08b5f072
GM
4159 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4160
e96d4147
GM
4161 * shell.el (shell-dir-cookie-re): Move definition before use.
4162
a140ec5f
GM
4163 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4164 Replace undefined CL functions.
4165
a2249e66
EZ
41662010-11-26 Eli Zaretskii <eliz@gnu.org>
4167
228482b2
EZ
4168 * simple.el (prog-mode): Set bidi-paragraph-direction to
4169 left-to-right.
4170
a2249e66
EZ
4171 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4172
d01d7b8d
GM
41732010-11-26 Glenn Morris <rgm@gnu.org>
4174
4175 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4176 diary-outlook-formats can be sensitive to calendar-date-style.
4177 (diary-outlook-formats): Simplify the default setting.
4178 (diary-from-outlook-internal): Pass subject and body as arguments.
4179 Use dolist rather than dotimes. Don't save the diary buffer.
4180 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4181 Pass subject and body as explicit arguments to the -internal function.
4182
b3ea64a3
LMI
41832010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4186 parsing them. This makes mailto:...?subject=foo\nbar work.
4187
d5e7b0d8
SM
41882010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * vc/diff.el (diff): Fix last change.
4191
872ab164
SM
41922010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4195 (pcase--dontcare-upats): New var.
4196 (pcase-let, pcase-let*): Generate better code.
4197 Accept the same bodies as `let'.
4198 (pcase-dolist): New macro.
4199 (pcase--trivial-upat-p): New helper function.
4200 (pcase--expand): Strip leading "(let nil" if any.
4201
876d1684
LMI
42022010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
7bd9b9d8
LMI
4204 * mail/mailclient.el (browse-url): Require.
4205 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4206 use the external browser function to send the mail (bug#7469).
4207
876d1684
LMI
4208 * net/browse-url.el (browse-url-browser-function): Revert the
4209 default back to the previous value, since the new value broke
4210 mailclient.el.
4211 (browse-url-mailto-function): New variable for mailto: URLs.
4212 (browse-url): Use the new variable for mailto: URLs.
4213
6e13206c
SM
42142010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * eshell/esh-cmd.el (eshell-parse-command):
4217 * eshell/esh-arg.el (eshell-parse-arguments):
4218 * eshell/em-script.el (eshell-source-file):
4219 Use with-silent-modifications.
4220
3d92f44e
CY
42212010-11-23 Chong Yidong <cyd@stupidchicken.com>
4222
4223 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4224 for a merge location.
4225
4226 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4227 (vc-bzr-merge-branch): Always prompt.
4228 (vc-bzr-async-command): Use the full branch filename.
4229
8f5f1e68
SM
42302010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * shell.el (shell): Use current-buffer by default if it's already
4233 a shell mode buffer and its process is dead.
ee9355dc 4234 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 4235
331460ac
TH
42362010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4237
8f5f1e68
SM
4238 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4239 Mention that the keywords should be comma separated.
331460ac 4240
2c3160c5
CY
42412010-11-23 Chong Yidong <cyd@stupidchicken.com>
4242
4243 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4244 Accept optional prefix arg meaning to prompt for a command.
4245 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4246 prefix arg meaning to prompt for a command.
4247 (vc-pull): Alias for vc-update.
4248
4249 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4250 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4251 (vc-bzr-merge-branch): New functions, implementing merge-branch
4252 and pull operations.
4253
b2e44819
SM
42542010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4255
8a0eb852
SM
4256 * Makefile.in: Fix up last merge.
4257
b2e44819
SM
4258 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4259 (diff-sentinel): Get them as arguments instead.
4260 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4261 (diff-file-local-copy, diff-better-file-name): New funs.
4262 (diff-no-select): Rename from diff-into-buffer.
4263 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4264 Prefer closures to buffer-local variables.
4265 (diff): Adjust accordingly.
4266 (diff-buffer-with-file): Move from files.el.
4267 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4268 (diff-buffer-internal): Remove.
4269 (diff-buffer-buffer): Remove.
4270 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4271 the buffer name used, and so as not to mess up windows and frames.
4272
6a7662bb
BR
42732010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4274
4275 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4276 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4277 (diff-buffer-with-file): Use it.
4278 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4279 (diff): Use it.
4280
c799747b
TH
42812010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4282
4283 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4284 \ref's or \pageref's value as default instead of initial input.
4285
e274eb13
MA
42862010-11-21 Michael Albinus <michael.albinus@gmx.de>
4287
4288 * files.el (backup-by-copying-when-mismatch): The default value is
4289 now t.
4290
4291 * startup.el (normal-top-level):
4292 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4293 `backup-by-copying-when-mismatch'.
4294
77af54d7
JD
42952010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4296
4297 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4298
4e2f7d2a
CY
42992010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4300
6a7662bb
BR
4301 * progmodes/python.el (python-font-lock-keywords):
4302 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4303
b7d1e144
JD
43042010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4305
4306 * term/ns-win.el (ns-right-control-modifier)
4307 (ns-right-command-modifier): Defvar them.
4308
4309 * cus-start.el (all): Add ns-right-control-modifier and
4310 ns-right-command-modifier (Bug#7458).
4311
c11cc37a
GM
43122010-11-20 Glenn Morris <rgm@gnu.org>
4313
4314 * emacs-lisp/authors.el (authors-ignored-files)
4315 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4316
7dcd777e
TH
43172010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4318
4319 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4320 (report-emacs-bug-parse-query-results)
4321 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4322 keywords used for querying the bug database to show them in the
4323 existing bugs buffer.
4324
d2bd5189
JD
43252010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4326
4327 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4328
4329 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4330
0e7c0582
EZ
43312010-11-20 Eli Zaretskii <eliz@gnu.org>
4332
4333 * international/characters.el (glyphless-char-display-control):
4334 Make it a defcustom, with update-glyphless-char-display as its
4335 :set attribute.
4336 (top level): Don't call update-glyphless-char-display.
4337
7398933f
MA
43382010-11-20 Michael Albinus <michael.albinus@gmx.de>
4339
4340 Sync with Tramp 2.2.0.
4341
4342 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4343 `file-remote-p' (due to compatibility).
4344
4345 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4346 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4347
4348 * net/trampver.el: Update release number.
4349
1cd64aae
EZ
43502010-11-20 Eli Zaretskii <eliz@gnu.org>
4351
4352 * faces.el (glyphless-char): Define value for `pc'.
4353
614316a7
TH
43542010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4355
26214810
EZ
4356 Implemented a bug querying mechanism.
4357 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4358 (report-emacs-bug-create-existing-bugs-buffer)
4359 (report-emacs-bug-parse-query-results)
26214810 4360 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4361
9061f667
TH
43622010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4363
4364 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4365 a \ref{} or \pageref{} macro, then use its value as initial input.
4366
1265829e
JB
43672010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4368
4369 * calc/calc-units.el (math-build-units-table-buffer):
4370 calc/README: Mention that the TeX specific units won't use the
4371 `tex' prefix in TeX mode.
4372 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4373 prefix for units in TeX mode.
4374
9fca7811
SM
43752010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4378 * comint.el (comint-kill-region): Make the yank-handler argument
4379 obsolete.
9fca7811 4380
4a47c275 43812010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4382
e2f454c4
SM
4383 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4384 that are both openers (resp. closers) and something else.
4385 (smie-grammar): Loosen definition of valid values.
4386 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4387 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4388 (smie-indent-after-keyword): Adjust users.
4389 (smie-indent-keyword): Don't indent empty lines.
4390
88bf1bec
SM
4391 * vc-hg.el (vc-hg-program): New var.
4392 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4393 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4394
4a47c275 43952010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4396
4397 * emacs-lisp/autoload.el (autoload-find-destination): The function
4398 coding-system-eol-type may return non-numeric values. (Bug#7414)
4399
4a47c275 44002010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4401
4402 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4403
4a47c275 44042010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4405
4406 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4407
4a47c275 44082010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4409
4410 * textmodes/picture.el (picture-mouse-set-point): Don't use
4411 posn-col-row; explicitly compute the motion based on the posn at
4412 the window-start (Bug#7390).
4413
4a47c275 44142010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4415
4416 * novice.el (disabled-command-function):
4417 Fix 2009-11-15 change. (Bug#7384)
4418
4a47c275 44192010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4420
4421 * calendar/calendar.el (diary-iso-date-forms): Make elements
4422 mutually exclusive. (Bug#7377)
4423
4a47c275 44242010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4425
4426 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4427 when filling the remaining "unconstrained" values.
4428
4a47c275 44292010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4430
acef0722
SM
4431 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4432 safety predicate.
4433
4434 * files.el (safe-local-variable-p): Gracefully handle errors.
4435
7bea8c7a
SM
4436 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4437 Use smie-indent-virtual when indenting relative to an opener.
4438 (smie-rule-separator): Use smie-rule-parent.
4439 (smie-indent-keyword): Consult rules, even for openers at bol.
4440 (smie-indent-comment-close): Try to align closer's content.
4441
4a47c275 44422010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4443
4444 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4445
4a47c275 44462010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4447
aa514451
GM
4448 * printing.el (pr-menu-bind): Doc fix.
4449
32b636de
GM
4450 * speedbar.el (speedbar-toggle-images): Doc fix.
4451
bc1d5cdf
GM
4452 * progmodes/python.el (python-shell): Doc fix.
4453
c790cad4
GM
4454 * wid-edit.el (widget-field-use-before-change)
4455 (widget-use-overlay-change): Doc fixes.
4456
c51bb5d2
SM
44572010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4458
8bbb7dd8
SM
4459 Minor cleanup to improve style.
4460 * textmodes/rst.el (rst-update-section): Use point-marker.
4461 (rst-get-decoration): Eliminate unneeded assignment.
4462 (rst-promote-region, rst-straighten-decorations)
4463 (rst-section-tree, rst-adjust): Use point-marker.
4464 (rst-toc-mode-mouse-goto): Avoid setq.
4465 (rst-shift-region-guts, rst-shift-region-left)
4466 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4467 (rst-convert-bullets-to-enumeration): Use copy-marker.
4468
b7e270a2
SM
4469 * minibuffer.el (completion-fail-discreetly): New var.
4470 (completion--do-completion): Use it.
4471
c51bb5d2
SM
4472 * electric.el (electric-pair-pairs): New var.
4473 (electric-pair-post-self-insert-function): Use it.
4474 (electric-layout-post-self-insert-function): Don't insert a before
4475 newline unless it's actually needed.
4476
c04f2ac0
SM
44772010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4478
bac2de0f
SM
4479 * progmodes/python.el (run-python): Explain why we remove the current
4480 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4481
c04f2ac0
SM
4482 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4483
7100ff98
SM
44842010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4485
03f70355
SM
4486 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4487 (octave-mode-map): Don't bind ;, SPC, and LF.
4488 (octave-auto-indent, octave-auto-newline): Remove.
4489 (electric-layout-rules): Declare.
4490 (octave-mode): Set electric-layout-rules.
4491 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4492 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4493 (octave-electric-space): Remove.
4494
7100ff98
SM
4495 * electric.el (electric-layout-mode): New minor mode.
4496 (electric--after-char-pos): New function.
4497 (electric-indent-post-self-insert-function): Use it.
4498 (electric-layout-rules): New var.
4499 (electric-layout-post-self-insert-function): New function.
4500 (electric-indent-mode): Make them interact better.
4501
cca982d0
SM
45022010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4505 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4506 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4507
84992dff
AM
45082010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4509
4510 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4511 Make sure to check inside the word (Bug#6761).
4512
afa42fe3
CY
45132010-11-14 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * startup.el (command-line): If the cursorColor resource is set,
4516 change the cursor face-spec (Bug#7392).
4517
a798747d 45182010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4519
a798747d 4520 The main features of the following allout.el changes are:
1c9b9df0
KM
4521 - implement user customization for the allout key bindings
4522 - add a customization control by which the user can inhibit use of
a798747d 4523 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4524 describe-prefix-bindings
4525 - adapt to new version of called-interactively-p, while
a798747d 4526 maintaining backwards compatibility with old version
01c35094 4527 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4528
a798747d
GM
4529 * allout.el (allout-keybindings, allout-bind-keys)
4530 (allout-keybindings-binding, allout-prefixed-keybindings)
4531 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4532 (allout-keybindings-list, allout-mode-map-adjustments)
4533 (allout-setup-mode-map): Establish allout-mode keymaps as user
4534 customizable settings, and also establish a customizable setting which
4535 regulates whether or not a trailing control-h is reserved for use with
4536 describe-prefix-bindings - and inhibit it by default, so that control-h
4537 *is* reserved for describe-prefix-bindings unless the user changes it.
4538
4539 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4540 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4541 modified events more comprehensively.
4542
a798747d
GM
4543 * allout.el (allout-substring-no-properties):
4544 Alias to use or provide version of `substring-no-properties'.
4545 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4546
a798747d
GM
4547 * allout.el (allout-next-single-char-property-change):
4548 Alias to use or provide version of `next-single-char-property-change'.
4549 (allout-annotate-hidden, allout-hide-by-annotation):
4550 Use `allout-next-single-char-property-change'.
1c9b9df0 4551
a798747d
GM
4552 * allout.el (allout-select-safe-coding-system):
4553 Alias to use or provide version of `select-safe-coding-system'.
4554 (allout-toggle-subtree-encryption):
4555 Use `allout-select-safe-coding-system'.
1c9b9df0 4556
a798747d
GM
4557 * allout.el (allout-set-buffer-multibyte):
4558 Alias to use or provide version of `set-buffer-multibyte'.
4559 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4560
a798747d
GM
4561 * allout.el (allout-called-interactively-p): Macro for using the
4562 different versions of called-interactively-p identically, depending on
4563 the subroutine's argument signature.
4564 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4565 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4566
a798747d
GM
4567 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4568 (allout-previous-visible-heading, allout-forward-current-level)
4569 (allout-backward-current-level, allout-show-children):
4570 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4571
a798747d
GM
4572 * allout.el (allout-before-change-handler):
4573 Exempt edits to the (overlaid) character after the allout outline
4574 bullet from edit confirmation prompt.
1c9b9df0 4575
a798747d
GM
4576 * allout.el (allout-add-resumptions):
4577 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4578
a798747d
GM
4579 * allout.el (allout-beginning-of-line):
4580 Use `allout-previous-single-char-property-change' alias for the sake of
4581 diverse compatibility.
1c9b9df0 4582
a798747d
GM
4583 * allout.el (allout-end-of-line):
4584 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4585
0216b738
CY
45862010-11-13 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * frame.el (frame-notice-user-settings): Don't clobber other
4589 user-set parameters when calling face-set-after-frame-default in
4590 response to background-color parameter (Bug#7373).
4591
0eb025fb
EZ
45922010-11-13 Eli Zaretskii <eliz@gnu.org>
4593
4594 * international/characters.el (glyphless-char-display-control):
88b5a757 4595 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4596 Signal an error if display method is not one of the recognized
4597 symbols.
0eb025fb 4598
6e060cee
MA
45992010-11-13 Michael Albinus <michael.albinus@gmx.de>
4600
4601 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4602 (tramp-compat-line-end-position): Remove them.
4603
4604 * net/tramp.el (tramp-parse-rhosts-group)
4605 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4606 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4607 (tramp-parse-netrc-group, tramp-parse-putty-group)
4608 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4609 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4610 (tramp-sh-handle-file-selinux-context)
4611 (tramp-sh-handle-file-name-all-completions)
4612 (tramp-sh-handle-insert-directory)
4613 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4614 (tramp-wait-for-output, tramp-send-command-and-read)
4615 * net/tramp-smb.el (tramp-smb-read-file-entry)
4616 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4617
4618 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4619 `point-at-bol'.
4620 (tramp-remote-coding-commands): Add an alternative using "base64
4621 -d -i". This is needed for older base64 versions from GNU
4622 coreutils. Reported by Klaus Reichl
4623 <Klaus.Reichl@thalesgroup.com>.
4624
8da5345f
HN
46252010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4626
4627 * simple.el (count-words-region): New function.
4628
c156a63b
SM
46292010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4630
78835dd0
SM
4631 * shell.el (shell-dir-cookie-re): New custom variable.
4632 (shell-dir-cookie-watcher): New function.
4633
ebff325e
SM
4634 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4635 and compilation-mode (bug#7350).
4636
4e9e1584
SM
4637 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4638 highlight when one of them is empty.
4639
4490f875
SM
4640 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4641 trailing space.
4642 (skeleton-newline): New function.
4643 (skeleton-internal-1): Use it.
4644
c156a63b
SM
4645 * simple.el (open-line): `newline' may strip trailing space.
4646
f3bb9e16
KR
46472010-11-12 Kevin Ryde <user42@zip.com.au>
4648
4649 * international/mule-cmds.el (princ-list): Use mapc.
4650
7847454a
GM
46512010-11-12 Glenn Morris <rgm@gnu.org>
4652
4653 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4654 Use it to replace all instances of "*Compile-Log*".
7847454a 4655
aa310257
SM
46562010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4659 indentation specs.
4660
cbf83ce9
SM
46612010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * progmodes/modula2.el: Use SMIE and skeleton.
4664 (m2-mode-syntax-table): (*..*) can be nested.
4665 Add //...\n. Fix paren syntax.
4666 (m2-mode-map): Remove LF and TAB bindings.
4667 (m2-indent): Add safety property.
4668 (m2-smie-grammar): New var.
4669 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4670 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4671 (m2-mode): Use define-derived-mode.
4672 (m2-newline, m2-tab): Remove.
4673 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4674 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4675 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4676 (m2-import): Use define-skeleton.
4677
e7c4fb1e
GM
46782010-11-11 Glenn Morris <rgm@gnu.org>
4679
b3e4c911
GM
4680 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4681
b3e22bd4
GM
4682 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4683 (ls-lisp-verbosity): Add custom :set-after property.
4684 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4685 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4686 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4687 (ls-lisp-set-options): New function.
4688 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4689 Doc fix.
b3e22bd4 4690
55a4b4fe
GM
4691 * play/landmark.el (lm-prompt-for-move):
4692 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4693
e7c4fb1e
GM
4694 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4695
4696 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4697 (idlwave-study-twins): Prefix dynamic local variable `name'.
4698 (idlwave-routine-twin-compare): Update for above change.
4699
4700 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4701 Prefix dynamic local variables `name', `kwd', and `link'.
4702 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4703 * progmodes/idlw-complete-structtag.el
4704 (idlwave-complete-structure-tag-help):
4705 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4706 (idlwave-complete-sysvar-tag-help)
4707 (idlwave-complete-class-structure-tag-help):
4708 Update for above name changes.
4709
afe2870b
LMI
47102010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4711
4712 * net/browse-url.el (browse-url-browser-function): Change the
4713 default to use `browse-url-mail' on mailto: URLs.
4714
fbe3be3f
CY
47152010-11-10 Chong Yidong <cyd@stupidchicken.com>
4716
cbf83ce9
SM
4717 * emacs-lisp/package.el (package-read-all-archive-contents):
4718 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4719
a7cfbaea 47202010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4721
4722 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4723 already found as misspellings by (flyspell-large-region), just
c97685d4 4724 do highlighting (bug#7322).
bd4532fc 4725
13e7256f
GM
47262010-11-10 Glenn Morris <rgm@gnu.org>
4727
6d2a1e35
GM
4728 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4729
d4aca69c
GM
4730 * emulation/edt.el (edt-with-position): New macro.
4731 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4732 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4733 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4734
f8a09adb
GM
4735 * emulation/tpu-extras.el (tpu-with-position): New macro.
4736 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4737
c026460b
GM
4738 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4739
dea53a43
GM
4740 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4741 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4742 (texinfo-master-menu, texinfo-insert-node-lines)
4743 (texinfo-multiple-files-update):
4744 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4745 Use line-beginning-position.
4746
72bc50c0
GM
4747 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4748 No recent Emacs supports system-type `emx'.
4749
4750 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4751 (ada-command-separator, ada-default-prj-properties)
4752 (ada-find-any-references): Update for above name change.
4753
4754 * dirtrack.el (dirtrack-directory-function)
4755 (dirtrack-canonicalize-function):
4756 * filecache.el (file-cache-completion-ignore-case)
4757 (file-cache-case-fold-search, file-cache-ignore-case):
4758 * term.el (serial-port-is-file-p): Cosmetic change.
4759
4760 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4761 Remove non-existent `windows-95' system-type.
4762 * dired.el (dired-chown-program): Remove non-existent `linux'
4763 system-type.
4764
17731c39
GM
4765 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4766 (ping-program-options): Remove non-existent `linux' system-type.
4767
9228bbd3
GM
4768 * startup.el (package-initialize): Update declaration.
4769
6e404950
GM
4770 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4771 (ls-lisp-handle-switches): Use time-less-p.
4772 (ls-lisp-format-time): Use float-time.
4773
6f0d4bb6
GM
4774 * textmodes/remember.el (remember-time-to-seconds): Remove.
4775 (remember-store-in-mailbox): Use float-time.
4776
4777 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4778
4779 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4780 never a real function.
4781 (with-no-warnings): Remove compat stub, now unused.
4782 (time-less-p): Doc fix.
4783 (time-to-number-of-days): Simplify.
4784
73171bd4
GM
4785 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4786 Remove.
4787 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4788 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4789 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4790 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4791 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4792
13e7256f
GM
4793 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4794 (eshell-shuffle-files, eshell-shorthand-tar-command)
4795 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4796 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4797 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4798 Prefix dynamic local variable `matches'.
4799
b565f5a1
GM
4800 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4801 Prefix dynamic local variable `skeleton'.
4802
5ad3e885
KY
48032010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4804
4805 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4806 in mail buffer; make yank-action always a command that yanks original
4807 buffer.
4808
14121c52
GM
48092010-11-09 Glenn Morris <rgm@gnu.org>
4810
4811 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4812
d607b96b 48132010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4814
9bdba5f5
SM
4815 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4816 completion field (bug#7211).
4817
73525e72
SM
4818 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4819 Fix handling of backslash escapes.
4820 (python-quote-syntax): Adjust accordingly.
4821
d607b96b 48222010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4823
4824 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4825 (vc-mtn-workfile-branch): Adjust to new output format.
4826
d607b96b 48272010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4828
4829 * international/mule-cmds.el (princ-list): Mark as obsolete.
4830
d607b96b 48312010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4832
4833 * emacs-lisp/smie.el: New package.
4834
d607b96b 48352010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4836
7f925a67
SM
4837 * files.el (backup-by-copying-when-mismatch):
4838 Set `permanent-local' property.
6ce78fdc
MA
4839
4840 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4841 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4842
d607b96b 48432010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4844
4845 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4846
d607b96b 48472010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4848
7f925a67 4849 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4850 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4851 AUTOINOUT for SV style multidimensional arrays, bug294.
4852 Reported by Eric Mastromarchi.
4853 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4854 font-lock-fontify-buffer to cleanup style issues.
4855
d607b96b 48562010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4857
4858 * locate.el (locate, locate-mode): Doc fixes.
4859
d607b96b 48602010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4861
4862 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4863 user for confirmation.
4864 (server-force-stop): Use it.
4865 (server-start): Use server-force-stop for kill-emacs-hook, to
4866 avoid user interaction while killing Emacs.
4867
9b026d9f
GM
48682010-11-09 Glenn Morris <rgm@gnu.org>
4869
3406534c 4870 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4871 (meta-indent-line): Simplify.
3406534c 4872
9b026d9f
GM
4873 * vc/emerge.el (emerge-line-number-in-buf):
4874 * textmodes/ispell.el (ispell-region):
4875 * textmodes/fill.el (current-fill-column):
4876 * progmodes/xscheme.el (xscheme-send-current-line):
4877 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4878 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4879 * progmodes/sh-script.el (sh-handle-prev-do):
4880 * progmodes/meta-mode.el (meta-indent-line):
4881 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4882 (idlwave-in-quote):
4883 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4884 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4885 * progmodes/fortran.el (fortran-looking-at-if-then):
4886 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4887 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4888 (cperl-find-pods-heres):
4889 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4890 * net/quickurl.el (quickurl-list-insert):
4891 * net/ldap.el (ldap-search-internal):
4892 * net/eudc.el (eudc-expand-inline):
4893 * mail/sendmail.el (sendmail-send-it):
4894 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4895 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4896 (viper-brac-function):
4897 * calc/calc-yank.el (calc-do-grab-region):
4898 * calc/calc-keypd.el (calc-keypad-press):
4899 * term.el (term-move-columns, term-insert-spaces):
4900 * speedbar.el (speedbar-highlight-one-tag-line):
4901 * simple.el (current-word):
4902 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4903 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4904 (Info-scroll-down):
4905 * hippie-exp.el (he-line-beg):
4906 * epa.el (epa--marked-keys):
4907 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4908 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4909 (dired-relist-entry):
4910 * buff-menu.el (Buffer-menu-buffer):
4911 * array.el (current-line):
4912 * allout.el (allout-resolve-xref)
4913 (allout-latex-verbatim-quote-curr-line):
4914 Replace yet more uses of end-of-line etc with line-end-position, etc.
4915
db94771e
SM
49162010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4917
1398b795
SM
4918 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4919 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4920 (checkdoc-syntax-table): Initialize in the declaration.
4921 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4922 the mode on unconditionally.
4923
db94771e
SM
4924 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4925 (extent-end-position, extent-start-position): Remove setf method for
4926 non-existing functions (bug#7319).
4927
674728d4
SM
49282010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4931 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4932 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4933 (smie-prec2->grammar): Rename from smie-prec2-levels.
4934 (smie-grammar): Rename from smie-op-levels.
4935 (smie-indent--hanging-p): Rename from smie-hanging-p.
4936 (smie-rule-hanging-p): New alias.
4937 (smie-indent--bolp): Rename from smie-bolp.
4938 (smie-indent--hanging-p): New alias.
4939 (smie--token): New dynamically bound variable.
4940 (smie-indent--parent): New function.
4941 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4942 (smie-rule-next-p): Rename from smie-next-p.
4943 (smie-rule-prev-p): Rename from smie-prev-p.
4944 (smie-rule-sibling-p, smie-rule-parent)
4945 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4946 (smie-rule-separator-outdent): New var.
4947 (smie-indent--rule): Merge with smie-indent--column.
4948 (smie-indent-forward-token, smie-indent-backward-token):
4949 Also recognize close parens.
4950 (smie-indent-keyword): Don't use smie-indent--column any more.
4951 (smie-indent-after-keyword): Ignore closers by default.
4952 (smie-indent-line): Use with-demoted-errors.
4953 * progmodes/octave-mod.el (octave-smie-grammar):
4954 Rename from octave-smie-op-levels.
4955 (octave-smie-rules): Adjust to new behavior.
4956 * progmodes/prolog.el (prolog-smie-grammar):
4957 Rename from prolog-smie-op-levels.
4958
26f097bf
GM
49592010-11-07 Glenn Morris <rgm@gnu.org>
4960
de3490e1
GM
4961 * eshell/esh-util.el (subst-char-in-string)
4962 (directory-files-and-attributes): These compatibility definitions are
4963 not needed on any version of Emacs since at least 21.4.
4964
3ba6b2ee
GM
4965 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4966 (verilog-get-end-of-line): Remove.
4967 (verilog-within-string, verilog-re-search-forward-substr)
4968 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4969 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4970 Use point-at-bol, point-at-eol.
4971 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4972 Remove.
4973 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4974 (electric-pascal-terminate-line, pascal-set-auto-comments)
4975 (pascal-indent-paramlist, pascal-indent-declaration)
4976 (pascal-get-lineup-indent, pascal-func-completion)
4977 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4978 Use point-at-bol, point-at-eol.
4979 * progmodes/flymake.el (flymake-line-beginning-position)
4980 (flymake-line-end-position): Remove.
4981 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4982 * eshell/esh-util.el (line-end-position, line-beginning-position):
4983 Remove compat definitions.
4984
76fc02b6
GM
4985 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4986 Use end-of-line N.
4987 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4988 Use line-end-position.
4989
e180ab9f
GM
4990 * emacs-lisp/chart.el (chart-zap-chars):
4991 * play/decipher.el (decipher-set-map):
4992 * progmodes/ada-mode.el (ada-get-current-indent)
4993 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4994 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4995 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4996 (ada-get-all-references):
4997 * progmodes/cperl-mode.el (cperl-electric-paren)
4998 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4999 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
5000 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
5001 (cperl-word-at-point-hard):
5002 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
5003 (idlwave-shell-filename-string, idlwave-shell-batch-command)
5004 (idlwave-shell-display-line):
5005 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
5006 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
5007 * progmodes/js.el (js--re-search-forward-inner)
5008 (js--re-search-backward-inner):
5009 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
5010 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5011 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5012 * textmodes/flyspell.el (flyspell-process-localwords):
5013 * textmodes/ispell.el (ispell-buffer-local-parsing)
5014 (ispell-buffer-local-dict, ispell-buffer-local-words):
5015 Use point-at-bol and point-at-eol.
5016
26f097bf
GM
5017 * speedbar.el (speedbar-generic-item-info)
5018 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5019 (speedbar-add-indicator, speedbar-check-vc-this-line)
5020 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5021 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5022 Replace more uses of end-of-line etc with line-end-position.
5023
b05fde66
GM
50242010-11-06 Glenn Morris <rgm@gnu.org>
5025
5ed619e0
GM
5026 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5027 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5028 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5029 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5030 (texinfo-multiple-files-update):
5031 * textmodes/table.el (table--probe-cell-left-up)
5032 (table--probe-cell-right-bottom):
5033 * textmodes/picture.el (picture-tab-search):
5034 * textmodes/page-ext.el (pages-copy-header-and-position)
5035 (pages-directory-for-addresses):
5036 * progmodes/vera-mode.el (vera-get-offset):
5037 * progmodes/simula.el (simula-calculate-indent):
5038 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5039 * progmodes/prolog.el (end-of-prolog-clause):
5040 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5041 * progmodes/icon.el (indent-icon-exp):
5042 * progmodes/etags.el (tag-re-match-p):
5043 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5044 * progmodes/ebnf2ps.el (ebnf-begin-file):
5045 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5046 (dcl-save-local-variable):
5047 * play/life.el (life-setup):
5048 * play/gametree.el (gametree-looking-at-ply):
5049 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5050 * mail/sendmail.el (mail-mode-auto-fill):
5051 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5052 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5053 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5054 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5055 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5056 * type-break.el (type-break-file-keystroke-count):
5057 * term.el (term-replace-by-expanded-history-before-point)
5058 (term-skip-prompt, term-extract-string):
5059 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5060 (speedbar-contract-line, speedbar-toggle-line-expansion)
5061 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5062 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5063 * sort.el (sort-skip-fields):
5064 * skeleton.el (skeleton-internal-list):
5065 * simple.el (line-move-finish, line-move-to-column):
5066 * shell.el (shell-forward-command):
5067 * misc.el (copy-from-above-command):
5068 * makesum.el (double-column):
5069 * ebuff-menu.el (electric-buffer-update-highlight):
5070 * dired.el (dired-move-to-end-of-filename):
5071 * dframe.el (dframe-popup-kludge):
5072 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5073 * arc-mode.el (archive-get-lineno):
5074 Use line-end-position and line-beginning-position.
5075
e2a9c0bc
GM
5076 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5077 (idlwave-study-twins): Prefix dynamic local `class'.
5078 (idlwave-routine-twin-compare): Update for above name change.
5079
4e44448f
GM
5080 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5081 Use boundp tests to silence compiler. Update for changed name of
5082 bytecomp-filename variable.
5083
8f6c3eac
GM
5084 * emulation/viper-cmd.el (viper-read-string-with-history):
5085 Prefix dynamic local `initial'.
5086 (viper-minibuffer-standard-hook): Update for above name change.
5087
79d1dabe
GM
5088 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5089 (elint-init-form): Update for above name change.
5090
0e4bb7f0
GM
5091 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5092 local variables `cbeg' and `cend' a prefix.
5093 (mail-extr-voodoo): Update for above name change.
5094
c8f3bf36
GM
5095 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5096 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5097 (reftex-toc-promote-action): Doc fix.
5098
5099 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5100 `prompt', `data' a prefix.
5101 (reftex-select-post-command-hook, reftex-select-callback)
5102 (reftex-select-mouse-accept, reftex-select-read-cite):
5103 Update for above name changes.
5104
5105 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5106 `refstyle' to reftex-refstyle.
5107 (reftex-offer-label-menu): Update for above name change.
5108 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5109 `refstyle' name change.
5110
b05fde66
GM
5111 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5112 with with-current-buffer.
5113 (diff, template): Give dynamic local variables a prefix.
5114 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5115 (emerge-line-number-in-buf): Update for above name change.
5116 (emerge-combine-versions-internal): Rename local `template' to
5117 emerge-combine-template.
5118 (emerge-combine-versions-edit): Update for above name change.
5119
5d8f9169
RA
51202010-11-06 Ralf Angeli <angeli@caeruleus.net>
5121
5122 * textmodes/reftex-cite.el
5123 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5124 entries with whitespace after \bibitem.
5125 (reftex-create-bibtex-file): Match entries containing numbers and
5126 symbol constituents. Make sure that entries with whitespace at
5127 various places are found.
5128
f8aefe82
MA
51292010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5130
5131 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5132
e06918d2
JD
51332010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5134
5135 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5136
17fc58c9
GM
51372010-11-05 Glenn Morris <rgm@gnu.org>
5138
f7fe4837
GM
5139 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5140 (woman2-roff-buffer): Give local variable `request' a prefix.
5141 (woman0-macro): Rename argument `request' in the same way.
5142 (woman-request): New name for `request' dynamic variable.
5143 (woman-unquote, woman-forward-arg): Update for above name change.
5144 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5145 (woman1-unquote): New name for `unquote' dynamic variable.
5146 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5147 (woman-translations): Rename from `translations'. No longer global.
5148 (woman2-tr, woman-translate): Update for above name change.
5149 (woman-translate): Check for bound variable.
5150 (woman2-roff-buffer): Give local variable `translations' a prefix.
5151
869c4186
GM
5152 * play/doctor.el: Give all local variables a prefix. Update callers.
5153 (doc$, doctor-put-meaning): Use backquote.
5154
215461a8
GM
5155 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5156 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5157
17fc58c9
GM
5158 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5159 variables bytes, ptr, op a prefix.
5160 (disassemble-offset): Update for above change.
5161
015eea59
CY
51622010-11-03 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * emacs-lisp/package.el (package-unpack): Remove no-op.
5165 (package--builtins, package--dir): Doc fix.
5166 (package-activate-1, package-activate, package-install)
5167 (package-compute-transaction): Fix error message.
5168 (package-delete): Use delete-directory. Omit system packages.
5169 (package-initialize): Set package-alist to nil first.
5170 (package-menu-mark-delete, package-menu-mark-install): Don't add
5171 symbols that are inconsistent with the package state.
5172 (package-menu-execute): Perform deletions and installations as
5173 single batch operations.
5174
033862d1
GM
51752010-11-03 Glenn Morris <rgm@gnu.org>
5176
0b03a950
GM
5177 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5178 (props): Remove unnecessary declaration.
5179
e337e22c
GM
5180 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5181 set-process-query-on-exit-flag.
5182
a88e24dd 5183 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
5184 (reftex-toc-do-promote): Remove unused local `mpos'.
5185 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 5186
537b04b9
GM
5187 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5188
52365e61
GM
5189 * play/landmark.el (lm-losing-threshold): Correct spelling.
5190 (lm-human-plays): Use new name.
5191
cd32f8a9
GM
5192 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5193 (gomoku-human-plays): Use new name.
5194
033862d1
GM
5195 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5196 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5197 (gomoku-score-trans-table, gomoku-winning-threshold)
5198 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5199
4b99edf2
CY
52002010-11-03 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * emacs-lisp/package.el: Don't put built-in packages in
5203 package-alist, to avoid loading inefficiencies.
5204 (package-built-in-p): Make VERSION optional, and treat it as a
5205 minimum acceptable version.
6a7662bb
BR
5206 (package-activate): Search separately for built-in packages.
5207 Emit a warning if a dependency fails.
4b99edf2
CY
5208 (define-package): Handle most common case, where there is no
5209 obsolete package, first.
5210 (package-compute-transaction): Print required version in error.
5211 (package--initialized): New variable.
5212 (list-packages): Use it.
5213 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
5214 built-in packages in packages-alist; keep it separate.
5215 Set package--initialized.
4b99edf2
CY
5216 (describe-package): Avoid activating packages as a side-effect.
5217 Search separately for built-in packages.
5218 (describe-package-1): Handle the case where an elpa package is
5219 simultaneously built-in and available/installed.
6a7662bb
BR
5220 (package-installed-p, package--generate-package-list):
5221 Search separately for built-in packages.
4b99edf2
CY
5222 (package-load-descriptor): Doc fix.
5223
3225dcaa
SM
52242010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5227 Handle __DATA__ and __END__.
5228
fa14dc18
NF
52292010-11-02 Noah Friedman <friedman@splode.com>
5230
5231 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5232 nil, do not ask to recompile files that are not already compiled,
5233 and do not recompile them.
5234
0f75c62a
CY
52352010-11-02 Chong Yidong <cyd@stupidchicken.com>
5236
5237 * emacs-lisp/package.el (package-initialize): Ensure that
5238 obsoleted built-in packages are not in package-activated-list
5239 during activation.
5240 (describe-package-1): Make the "installed" status override
5241 "built-in".
5242
b29f5b7b
VJL
52432010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5244
5245 * subr.el (version-separator, version-regexp-alist): Remove '*'
5246 from docstring.
5247 (version-list-<=, version<=, version=): Doc fix.
5248
b18fad6d
KH
52492010-11-01 Kenichi Handa <handa@m17n.org>
5250
5251 * faces.el (glyphless-char): Inherit underline for tty.
5252
a8039db1 52532010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
5254
5255 Implement various display methods for glyphless characters.
5256
5257 * international/characters.el (char-acronym-table): New variable.
5258 (glyphless-char-control): New variable.
35f52ed6 5259 (update-glyphless-char-display): New function.
b2cca856
KH
5260
5261 * faces.el (glyphless-char): New face.
5262
28886d5e
GM
52632010-11-01 Glenn Morris <rgm@gnu.org>
5264
919dd7aa
GM
5265 * calendar/holidays.el (general-holidays, oriental-holidays)
5266 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5267 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5268 the definitions of their targets.
5269
c79fc059
GM
5270 * emacs-lisp/smie.el (smie): New custom group.
5271 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5272
c8ccffb1
GM
5273 * faces.el (xw-defined-colors, x-setup-function-keys):
5274 * mouse-sel.el (x-select-text):
5275 * term/w32console.el (x-setup-function-keys): Update declarations.
5276
f4ff702e
GM
5277 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5278
806c491a
GM
5279 * textmodes/ispell.el (comment-add): Declare.
5280
c3dfebd1
GM
5281 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5282 Declare.
5283
28886d5e
GM
5284 * info.el (finder-keywords-hash, package-alist): Declare.
5285
693c9d15
CY
52862010-11-01 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * finder.el (finder-compile-keywords): Don't use intern-soft,
5289 since package names may not yet exist in the obarray.
5290
52912010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5292
5293 * vc/vc-arch.el (vc-arch-checkin):
5294 * vc/vc-cvs.el (vc-cvs-checkin):
5295 * vc/vc-mtn.el (vc-mtn-checkin):
5296 * vc/vc-rcs.el (vc-rcs-checkin):
5297 * vc/vc-sccs.el (vc-sccs-checkin):
5298 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5299 since 2010-04-21 commit by Stefan Monnier.
5300
36967cf7
GM
53012010-11-01 Glenn Morris <rgm@gnu.org>
5302
feb5e60a
GM
5303 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5304
1f023ca9
GM
5305 * startup.el (package-enable-at-startup, package-initialize):
5306 Silence compiler.
5307
36967cf7
GM
5308 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5309 Silence compiler.
5310
430e7297
JD
53112010-10-31 Julien Danjou <julien@danjou.info>
5312
5313 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5314 (byte-recompile-directory):
5315 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5316 Use `byte-recompile-file'.
5317
c8c59954
GM
53182010-10-31 Glenn Morris <rgm@gnu.org>
5319
5320 * cus-start.el: Handle standard values via a keyword.
5321 Only set version property if specified.
5322 (cursor-in-non-selected-windows, menu-bar-mode)
5323 (tool-bar-mode, show-trailing-whitespace):
5324 Do not specify standard values.
5325 (transient-mark-mode, temporary-file-directory): Use :standard.
5326
04e63796
JD
53272010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5328
5329 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5330 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5331
2699a554 53322010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5333
5334 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5335 preserve owner and group when editing files. (Bug#7289)
5336
35fcc05c 53372010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5338
5339 * speedbar.el (speedbar-mode):
5340 * play/fortune.el (fortune-in-buffer, fortune):
5341 * play/gomoku.el (gomoku-mode):
5342 * play/landmark.el (lm-mode):
5343 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5344 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5345
82f7efc3
GM
5346 * select.el (x-selection): Mark it as an obsolete alias.
5347
2699a554 53482010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5349
f486841f 5350 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5351 major-mode (bug#7284).
5352
2699a554 53532010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5354
5355 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5356 rather than just an unused variable that inherits from the real one.
5357
e6ef5dd9
AM
53582010-10-31 Alan Mackenzie <acm@muc.de>
5359
5360 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5361 This fixes bug #7185.
5362
8a500a91
CY
53632010-10-30 Chong Yidong <cyd@stupidchicken.com>
5364
5365 * startup.el (command-line): Search for package directories, and
5366 don't load package.el if none are found.
5367
6a7662bb
BR
5368 * emacs-lisp/package.el (describe-package, list-packages):
5369 Call package-initialize if it has not been called yet.
8a500a91 5370
4f9e41e4
AM
53712010-10-30 Alan Mackenzie <acm@muc.de>
5372
5373 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5374 which fontifies the tail of an enum.
5375 (c-basic-matchers-after): Insert a call to the above new function.
5376 This fixes bug #7264.
5377
88f43c67
GM
53782010-10-30 Glenn Morris <rgm@gnu.org>
5379
5380 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5381 tool-bar-mode, transient-mark-mode. (Bug#7306)
5382 Include the :set property in the dumped Emacs.
5383
c4d17d50
SM
53842010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 SMIE: change indent rules format, improve smie-setup.
5387 * emacs-lisp/smie.el (smie-precs-precedence-table)
5388 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5389 Mark them pure so the tables gets built at compile time.
5390 (smie-bnf-precedence-table): Store the closer-alist in the table.
5391 (smie-prec2-levels): Preserve the closer-alist.
5392 (smie-blink-matching-open): Be more forgiving in case of indentation.
5393 (smie-hanging-p): Rename from smie-indent--hanging-p.
5394 (smie-bolp): Rename from smie-indent--bolp.
5395 (smie--parent, smie--after): New dynamic vars.
5396 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5397 (smie-indent-rules): Remove.
5398 (smie-indent--offset-rule): Remove fun.
5399 (smie-rules-function): New var.
5400 (smie-indent--rule): New fun.
5401 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5402 (smie-indent-exps): Use it.
5403 (smie-setup): Setup paren blinking; add keyword args for token
5404 functions; extract closer-alist from op-levels.
5405 (smie-indent-debug-log): Remove var.
5406 (smie-indent-debug): Remove fun.
5407 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5408 (prolog-smie-rules): New fun to replace it.
5409 (prolog-mode-variables): Simplify.
5410 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5411 it's setup automatically.
5412 (octave-smie-indent-rules): Remove.
5413 (octave-smie-rules): New fun to replace it.
5414 (octave-mode): Simplify.
5415
9d794026
GM
54162010-10-29 Glenn Morris <rgm@gnu.org>
5417
e088c02a
GM
5418 * files.el (temporary-file-directory): Remove (already defined in C).
5419 * cus-start.el: Add temporary-file-directory.
5420
9d794026
GM
5421 * abbrev.el (abbrev-mode):
5422 * composite.el (auto-composition-mode):
5423 * menu-bar.el (menu-bar-mode):
5424 * simple.el (transient-mark-mode):
5425 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5426 that they do not define the associated variables twice.
5427 * simple.el (transient-mark-mode): Remove defvar.
5428 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5429 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5430 Handle multiple groups, and also custom-delayed-init-variables.
5431 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5432
dcc029e0
SM
54332010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5436 (pcase-if): Add one minor optimization.
5437 (pcase-split-equal): Rename from pcase-split-eq.
5438 (pcase-split-member): Rename from pcase-split-memq.
5439 (pcase-u1): Add strings to the member optimization.
5440 Add `guard' variant of predicates.
5441 (pcase-q1): Add string patterns.
5442
a62b88d4
SM
54432010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5446
f41f19b0
GM
54472010-10-28 Glenn Morris <rgm@gnu.org>
5448
b3edb781
GM
5449 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5450 Move menu-bar related settings to ../menu-bar.el.
5451 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5452 Move ns-specific settings here from term/ns-win.el.
5453
f41f19b0
GM
5454 * simple.el (x-selection-owner-p): Remove unused declaration.
5455
6175cd08
SM
54562010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * minibuffer.el (completion-cycling): New var (bug#7266).
5459 (minibuffer-complete, completion--do-completion):
5460 Use completion--flush-all-sorted-completions.
5461 (minibuffer-complete): Only cycle if completion-cycling is set.
5462 (completion--flush-all-sorted-completions): Unset completion-cycling.
5463 (minibuffer-force-complete): Set completion-cycling.
5464 (completion-all-sorted-completions): Move declaration before first use.
5465
19677c71
LL
54662010-10-28 Leo <sdl.web@gmail.com>
5467
5468 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5469 which changes the order of matches seen by users (bug#7231).
5470
54712010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5472
5473 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5474 Don't confuse -omega as "-o mega".
5475
2122161f
SM
54762010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5477
ce8794df
SM
5478 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5479 (log-edit-author): New dynamic var.
5480 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5481 to return the author if different from committer.
5482 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5483
80cb310d
SM
5484 * play/landmark.el: Adjust commenting convention.
5485 (lm-nil-score): Rename from nil-score.
5486 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5487 (OOOOscore): Move into a let in lm-score-trans-table.
5488 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5489
2122161f
SM
5490 * electric.el (electric-indent-chars): Autoload.
5491 * progmodes/octave-mod.el (octave-mode):
5492 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5493 (ruby-mode-abbrev-table): Merge initialization and declaration.
5494
e925113b
GM
54952010-10-27 Glenn Morris <rgm@gnu.org>
5496
208d109c
GM
5497 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5498 variable.
5499
7d3e3843
GM
5500 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5501
e925113b
GM
5502 * term/ns-win.el: Restore require of cl when compiling.
5503 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5504 (ns-handle-nxopen): Optionally handle the temp-case.
5505 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5506 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5507
b94a5a43
GM
55082010-10-26 Glenn Morris <rgm@gnu.org>
5509
5510 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5511
fc3eda04
AR
55122010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5513
5514 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5515 global map.
5516 * term/common-win.el (x-setup-function-keys): Remove most of the
5517 keymappings. Comment on the remaining ones.
5518
c79b0b1c
PO
55192010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5520
c31dc2c0 5521 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5522 (server-start): Use server-port.
5523
725513b7
GM
55242010-10-26 Glenn Morris <rgm@gnu.org>
5525
d7d8c62a
GM
5526 * term/ns-win.el (ns-version-string): Remove unused declaration.
5527 (ns-invocation-args): Change to x-invocation-args.
5528 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5529 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5530 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5531 Use x-invocation-args instead of ns-invocation-args.
5532 (ns-initialize-window-system, handle-args-function-alist):
5533 Use x-handle-args instead of ns-handle-args.
5534 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5535 * startup.el (command-line-ns-option-alist): Replace
5536 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5537 ns-handle-iconic with the x- equivalents.
5538
725513b7
GM
5539 * term/common-win.el (x-select-enable-clipboard):
5540 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5541
5542 * term/ns-win.el: No need to require cl when compiling.
5543 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5544 (xw-defined-colors): Use the common-win definitions.
5545 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5546 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5547 * term/common-win.el (x-select-text, x-alternatives-map)
5548 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5549 * loadup.el [ns]: Load common-win.
5550
77ec02d8
DU
55512010-10-26 Daiki Ueno <ueno@unixuser.org>
5552
5553 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5554 recipients; expand mail aliases (Bug#7280).
77ec02d8 5555
6a5c2175
GM
55562010-10-25 Glenn Morris <rgm@gnu.org>
5557
59ba9d59
GM
5558 * term/common-win.el (x-handle-switch): Simplify with pop.
5559 Optionally handle numeric switches.
5560 (x-handle-numeric-switch): Just call x-handle-switch.
5561 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5562 (x-handle-name-switch, x-handle-display, x-handle-args):
5563 Simplify with pop.
5564
6a5c2175
GM
5565 * term/ns-win.el: Do not require easymenu.
5566 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5567 <spell>: Move adjustments to menu-bar.el.
5568 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5569 <separator-undo, spell>: Move ns-win's adjustments here.
5570 * loadup.el [ns]: Do not load easymenu.
5571
01898dc2
CY
55722010-10-24 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5575 Delete (Bug#7222).
01898dc2
CY
5576
5577 * startup.el (fancy-startup-tail): Instead of using inline images,
5578 refer to image files from etc/.
5579
5580 * wid-edit.el (checkbox): Likewise.
5581 (widget-image-find): Center image specs.
5582
a44d921f
GM
55832010-10-24 Glenn Morris <rgm@gnu.org>
5584
5585 * term/ns-win.el (x-select-text): Doc fix.
5586 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5587 (x-select-text): Move to term/common-win.
5588 * term/w32-win.el (xw-defined-colors): Move to common-win.
5589 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5590 (x-setup-function-keys, x-select-text): Move to common-win.
5591 * term/common-win.el (x-select-text, x-alternatives-map)
5592 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5593 definitions here.
5594
709228c0 55952010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5596
5597 * net/mairix.el (mairix-searches-mode-map):
5598 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5599
0c382083 56002010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5601
2b0c7330 5602 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5603 auto-built for efficiency of execution and updating.
5604 (verilog-extended-complete-re): Support 'pure' fucntion & task
5605 declarations (these have no bodies).
ca39416c
AH
5606 (verilog-beg-of-statement): General cleanup to enable support of
5607 'pure' fucntion & task declarations (these have no bodies).
5608 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5609 noticed by Steve Pearlmutter.
5610 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5611 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5612 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5613 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5614 attribute handling for lining up declarations and assignments.
5615 (verilog-beg-of-statement-1): Fix issue where continued declaration
5616 is indented differently if it is after a begin..end clock.
5617 (verilog-in-attribute-p, verilog-skip-backward-comments)
5618 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5619 attributes by indent code. Reported by Jeff Steele.
ca39416c 5620 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5621 (verilog-backward-up-list, verilog-in-struct-region-p)
5622 (verilog-backward-token, verilog-in-struct-p)
5623 (verilog-in-coverage-p, verilog-do-indent)
5624 (verilog-pretty-declarations): Use verilog-backward-up-list as
5625 wrapper around backward-up-list inorder to properly skip comments.
5626 Reported by David Rogoff.
5627 (verilog-property-re, verilog-endcomment-reason-re)
5628 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5629 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5630 of if). Reported by Max Bjurling and
a03c2342 5631 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5632 declaration. Reported by Brian Hunter.
a03c2342 5633
0c382083 56342010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5635
2b0c7330 5636 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5637 (verilog-gate-keywords, verilog-read-sub-decls)
5638 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5639 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5640 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5641 (verilog-read-decls): Fix spaces in V2K module parameters causing
5642 mis-identification as interfaces, bug287.
5643 (verilog-read-decls): Fix not treating "parameter string" as a
5644 parameter in AUTOINSTPARAM.
5645 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5646 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5647 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5648 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5649 (verilog-font-lock-keywords-2): Fix highlighting of single
5650 character pins, bug264. Reported by Michael Laajanen.
5651 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5652 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5653 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5654 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5655 (verilog-pretty-expr): Fix interactive arguments, bug272.
5656 Reported by Mark Johnson.
5657 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5658 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5659 bug269. Suggested by Gary Delp.
a03c2342 5660 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5661 (verilog-preprocessor, verilog-set-compile-command):
5662 Create verilog-preprocess and verilog-preprocessor to show
5663 preprocessed output.
a03c2342
WS
5664 (verilog-get-beg-of-line, verilog-get-end-of-line)
5665 (verilog-modi-file-or-buffer, verilog-modi-name)
5666 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5667 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5668 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5669 (verilog-colorize-region, verilog-highlight-buffer)
5670 (verilog-highlight-includes, verilog-highlight-modules)
5671 (verilog-highlight-region, verilog-mode): Rename colorize to
5672 highlight to match other packages. Disable module highlighting,
5673 as received speed complaints, reenable for experimentation only
5674 using new verilog-highlight-modules.
5675 (verilog-read-decls): Fix regexp stack overflow in very large
5676 AUTO_TEMPLATEs, bug250.
5677 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5678 (verilog-scan): Create verilog-save-buffer-state to standardize
5679 making insignificant changes that shouldn't call hooks.
5680 (verilog-save-no-change-functions, verilog-save-scan-cache)
5681 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5682 Create verilog-save-no-change-functions to wrap verilog-scan
5683 preservation, and fix to work with nested preserved calls.
5684 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5685 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5686 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5687 (verilog-submit-bug-report): Update variable list to be complete.
5688 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5689 breaking on-the-fly font-locking.
5690 (verilog-colorize-buffer, verilog-colorize-include-files)
5691 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5692 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5693 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5694 AUTOINST cell instance name, middle mouse button now finds-file on
5695 it. Suggested by Brad Dobbie.
5696 (verilog-alw-get-temps, verilog-auto-reset)
5697 (verilog-auto-sense-sigs, verilog-read-always-signals)
5698 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5699 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5700 initialization section of a for() should be ignored.
5701 Reported by Dan Dever.
a03c2342
WS
5702 (verilog-error-font-lock-keywords)
5703 (verilog-error-regexp-emacs-alist)
5704 (verilog-error-regexp-xemacs-alist): Fix error detection of
5705 Cadence HAL, reported by David Asher. Repair drift between the
5706 three similar error variables.
5707 (verilog-modi-lookup, verilog-modi-lookup-cache)
5708 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5709 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5710 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5711 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5712 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5713 "{1*2{...". Broke in last revision.
5714 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5715 submodule connections with replications "{#{a},#{b}}".
5716
0c382083
CY
57172010-10-24 Juanma Barranquero <lekktu@gmail.com>
5718
5719 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5720 Fix typo in docstring.
5721
57222010-10-24 Kenichi Handa <handa@m17n.org>
5723
5724 * face-remap.el (text-scale-adjust): Call read-event with a proper
5725 prompt.
5726
57272010-10-24 Chong Yidong <cyd@stupidchicken.com>
5728
5729 * emacs-lisp/unsafep.el: Don't mark functions that display
5730 messages as safe. Suggested by Johan Bockgård.
5731
57322010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5735 Turn comments into docstrings.
5736
5737 * minibuffer.el (completion--replace): Move point where it belongs
5738 when there's a common suffix (bug#7215).
5739
9317e499
CY
57402010-10-24 Chong Yidong <cyd@stupidchicken.com>
5741
5742 Merge read-color and facemenu-read-color (Bug#7242).
5743
5744 * faces.el (read-color): Use the completion code from
5745 facemenu-read-color. Require match in completion. Doc fix.
5746
5747 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5748 (facemenu-set-foreground, facemenu-set-background):
5749 Use read-color.
9317e499
CY
5750
5751 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5752 (set-cursor-color, set-mouse-color, set-border-color):
5753 Use read-color.
9317e499 5754
a44d921f 57552010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5756
5757 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5758 argument of delete-file and delete-directory (Bug#7011).
5759
43207249
CY
57602010-10-24 Chong Yidong <cyd@stupidchicken.com>
5761
5762 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5763 button-buffer-map.
5764
484db896 57652010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5766
5767 * emacs-lisp/package.el (package--generate-package-list): Make the
5768 *Packages* buffer read-only.
5769
10f5e3e6
AM
57702010-10-24 Alan Mackenzie <acm@muc.de>
5771
5772 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5773 result of `c-beginning-of-decl-1' between invocations of a lambda
5774 function (Bug #7265).
5775
3ec6ca72
DU
57762010-10-24 Daiki Ueno <ueno@unixuser.org>
5777
5778 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5779 executable is not available on the system (Bug#7268).
5780
ec514007
GM
57812010-10-24 Glenn Morris <rgm@gnu.org>
5782
f5f25615
GM
5783 * select.el (selection-coding-system, next-selection-coding-system):
5784 Sync doc with C versions.
3646b86d 5785
8aa0f263
GM
5786 * w32-vars.el (x-select-enable-clipboard):
5787 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5788 * term/common-win.el (x-select-enable-clipboard): Move here.
5789
46710489
GM
5790 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5791 definition of C variable.
5792
ec514007
GM
5793 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5794 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5795 Don't redefine things that are defined in C.
5796 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5797 (show-trailing-whitespace, auto-hscroll-mode)
5798 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5799 Set up the appropriate custom properties.
5800
8a79905d
CY
58012010-10-24 Chong Yidong <cyd@stupidchicken.com>
5802
5803 Bind "C-c ]" to ...
5804 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5805 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5806 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5807 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5808
aa02a29f
GM
58092010-10-23 Glenn Morris <rgm@gnu.org>
5810
7dfc15df
GM
5811 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5812 say what it was.
5813
66c6abf0
GM
5814 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5815 Sync docs with C version.
f3d87560 5816
3193e969
GM
5817 * term/ns-win.el (xw-defined-colors):
5818 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5819
6f748f70
GM
5820 * term/pc-win.el (x-select-enable-clipboard):
5821 * term/x-win.el (x-select-enable-clipboard):
5822 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5823
7aa93795
GM
5824 * comint.el (comint-password-prompt-regexp): Make it less vague.
5825 Bump version.
5826
17284e30
GM
5827 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5828
aa02a29f
GM
5829 * help.el (finder-by-keyword): Remove unnecessary autoload.
5830
69b55131
GM
58312010-10-22 Glenn Morris <rgm@gnu.org>
5832
9a0dd02d
GM
5833 * loadup.el: Unconditionally load float-sup.
5834 * paren.el (show-paren-delay):
5835 * emacs-lisp/float-sup.el:
5836 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5837 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5838 (lazy-lock-stealth-verbose): Assume float support.
5839 * ps-print.el: Assume float support on Emacs.
5840 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5841 Remove non-float branch.
5842
69b55131
GM
5843 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5844 src/Makefile no longer being pre-processed.
5845
7c23d9e8
SM
58462010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * emacs-lisp/find-func.el (find-library): Use test-completion.
5849
23737b4a
LMI
58502010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5851
7c23d9e8 5852 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5853
6e060cee 58542010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5855
5856 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5857 space in stat format string.
5858 (tramp-send-command): Unset $PS1 when using here documents, in
5859 order not to get several prompts.
5860 (tramp-get-inline-coding): Return `nil' in case of errors.
5861
08ffb131
DU
58622010-10-21 Daiki Ueno <ueno@unixuser.org>
5863
7c23d9e8
SM
5864 * hexl.el (hexl-mode, hexl-mode-exit):
5865 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5866 (hexl-revert-buffer-function): New function.
5867 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5868
ba7fdf30
AM
58692010-10-19 Alan Mackenzie <acm@muc.de>
5870
7c23d9e8
SM
5871 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5872 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5873 that these keywords aren't wrongly matched as identifiers.
5874
ba7fdf30
AM
5875 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5876 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5877 c-after-change. (Bug#7181)
ba7fdf30 5878
7fd8732d
CY
58792010-10-19 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5882 Don't mark as safe.
5883
5884 * custom.el (custom-theme-set-variables): Likewise.
5885 (load-theme): Add custom-theme-set-faces and
5886 custom-theme-set-variables to safe-functions while loading.
5887 (custom-enabled-themes): Mark as risky.
5888
3f12b18c
JD
58892010-10-18 Julien Danjou <julien@danjou.info>
5890
5891 * bindings.el: Remove end dashes in default mode-line-format.
5892
b8a47412
CY
58932010-10-19 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5896 to delete-forward-char.
5897
5898 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5899 deletechar, and hence delete-forward-char.
5900
ca3fa302
JB
59012010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * repeat.el (repeat): Use read-key (bug#6256).
5904
59052010-10-19 Chong Yidong <cyd@stupidchicken.com>
5906
5907 * emacs-lisp/unsafep.el: Don't mark functions that display
5908 messages as safe. Suggested by Johan Bockgård.
5909
59102010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * minibuffer.el (completion--replace): Move point where it belongs
5913 when there's a common suffix (bug#7215).
5914
59152010-10-19 Kenichi Handa <handa@m17n.org>
5916
5917 * international/characters.el: Add category '|' (word breakable)
5918 to fullwidth characters.
5919
3224b54d
MA
59202010-10-19 Michael Albinus <michael.albinus@gmx.de>
5921
5922 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5923 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5924 order to make stat results a float. Patch by Andreas Schwab
5925 <schwab@linux-m68k.org>.
5926
36ba6f07
JD
59272010-10-18 Julien Danjou <julien@danjou.info>
5928
5929 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5930 hidden by `make-pointer-invisible'.
5931
43f964fc
SM
59322010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * files.el (locate-file-completion-table): Strip non-matching elements
5935 before checking length of list (bug#7238).
5936
e48eb343
CY
59372010-10-18 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * custom.el (custom-theme-set-variables): Mark as a safe function.
5940 (load-theme): Check forms using unsafep.
5941
5942 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5943
df987d70
AM
59442010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5945
43f964fc
SM
5946 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5947 Fix aspell data file searching (bug#7230).
df987d70 5948
29a4c45b
CY
59492010-10-16 Chong Yidong <cyd@stupidchicken.com>
5950
5951 * cus-theme.el (custom-theme--migrate-settings): New var.
5952 (customize-create-theme): Allow editing the `user' theme.
5953 (custom-theme-add-variable, custom-theme-add-var-1)
5954 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5955 to the front of each variable or face widget.
5956 (custom-theme-write): Save theme settings in the correct order.
5957 Optionally, remove saved settings from user customizations.
43f964fc
SM
5958 (custom-theme-write-variables, custom-theme-write-faces):
5959 Save only the checked widgets.
29a4c45b
CY
5960 (customize-themes): Add a link for migrating custom settings.
5961
43f964fc
SM
5962 * custom.el (custom-declare-theme, provide-theme):
5963 Use custom-theme-name-valid-p.
29a4c45b
CY
5964 (custom-theme-name-valid-p): Remove checks that are now
5965 unnecessary since themes no longer obey load-path.
5966
5967 * cus-edit.el (custom-variable-value-create): For the simple
5968 style, hide documentation string when hidden.
5969
782b5e8d
CY
59702010-10-16 Chong Yidong <cyd@stupidchicken.com>
5971
647bc502
CY
5972 * cus-edit.el (custom-variable, custom-face): Combine the
5973 :inhibit-magic and :display-style properties into a single
5974 :custom-style property.
43f964fc
SM
5975 (custom-toggle-hide-variable, custom-toggle-hide-face):
5976 New functions. If hiding an edited value, save it to :shown-value.
5977 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5978 (custom-magic-reset): Allow magic property to be unset.
5979
782b5e8d
CY
5980 * custom.el: Custom themes no longer use load-path.
5981 (custom-theme-load-path): New option. Change built-in theme
5982 directory to etc/.
5983 (custom-enabled-themes): Add custom-theme-load-path dependency.
5984 (custom-theme--load-path): New function.
5985 (load-theme, custom-available-themes): Use it.
5986
5987 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5988 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5989 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5990 :custom-style property.
782b5e8d
CY
5991
5992 * themes/*.el: Moved to etc/.
5993
99f65cfa
RA
59942010-10-16 Ralf Angeli <angeli@caeruleus.net>
5995
5996 * textmodes/reftex-cite.el
5997 (reftex-extract-bib-entries-from-thebibliography): Do not move
5998 point when searching for \bibitem entries. Match entries with
5999 spaces or tabs in front of arguments.
6000
da16abfc
CY
60012010-10-16 Chong Yidong <cyd@stupidchicken.com>
6002
6003 * cus-theme.el (customize-create-theme): Delete overlays after
6004 erasing. If given a THEME arg, display only the faces of that arg
6005 instead of custom-theme--listed-faces.
6006 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 6007 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
6008 (custom-theme-add-variable, custom-theme-add-face): Apply value
6009 from the theme settings, instead of the current value.
6010 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6011 (custom-theme-visit-theme): Allow calling outside theme buffers.
6012 (custom-theme-merge-theme): Don't enable the theme when merging.
6013 (custom-theme-write-variables, custom-theme-write-faces): Use the
6014 :shown-value properties to save buffer values, not global ones.
6015 (customize-themes): Display a warning about user customizations.
6016
6017 * cus-edit.el (custom-variable-value-create)
6018 (custom-face-value-create): Obey new special properties
6019 :shown-value and :inhibit-magic.
6020
aa095b2d
MA
60212010-10-15 Michael Albinus <michael.albinus@gmx.de>
6022
6023 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
6024 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6025 <dale@codefu.org>.
aa095b2d 6026
7ca9cfda
KH
60272010-10-14 Kenichi Handa <handa@m17n.org>
6028
9650fc61
KH
6029 * mail/rmail.el (rmail-show-message-1): Catch an error of
6030 base64-decode-region and just show an error message (bug#7165).
6031
43f964fc 6032 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
6033 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6034 a font-spec (bug#7197).
6035
220d91b8 60362010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
6037
6038 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6039
220d91b8 60402010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 6041
c0943d3d
JB
6042 * international/mule.el (define-coding-system):
6043 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
6044 * composite.el (compose-region): Fix typo in docstring.
6045
4983ddea
CY
60462010-10-14 Chong Yidong <cyd@stupidchicken.com>
6047
de43f11b
CY
6048 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6049 only after checking the theme-face property.
6050
4983ddea
CY
6051 * faces.el (face-spec-reset-face): Reset all attributes in one
6052 single call to set-face-attribute.
6053 (face-spec-match-p): Make it a defsubst.
6054 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6055 (x-create-frame-with-faces, tty-create-frame-with-faces)
6056 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6057 frame-set-background-mode, since they are recomputed immediately
6058 afterwards in face-set-after-frame-default.
6059 (face-set-after-frame-default): Minor optimization.
6060 (cursor): Provide non-trivial defface spec.
6061
6062 * custom.el (custom-theme-recalc-face): Simplify.
6063
a974dcf2
JB
60642010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6065
43f964fc 6066 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
6067 (math-is-polynomial, math-is-poly-rec): Replace `var'
6068 with `math-var'.
6069
43f964fc 6070 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
6071 (calcFunc-table, math-scan-for-limits): Replace `var'
6072 with `math-var'.
6073
10e4702a
GM
60742010-10-13 Glenn Morris <rgm@gnu.org>
6075
6076 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6077
88f427d5
SB
60782010-10-13 Stephen Berman <stephen.berman@gmx.net>
6079
6080 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6081
a1d16a7b
G
60822010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6083
6084 * net/tls.el (tls-program): Remove spurious %s from openssl.
6085 (tls-starttls-switches): Remove starttls hack.
6086 (open-tls-stream): Ditto.
6087 (tls-find-starttls-argument): Ditto.
6088
2e288d54
JB
60892010-10-13 Juanma Barranquero <lekktu@gmail.com>
6090
6091 * image.el (image-library-alist): Declare as obsolete alias.
6092 (image-type-available-p): Use `dynamic-library-alist'.
6093
6094 * term/w32-win.el (dynamic-library-alist):
6095 Use instead of `image-library-alist'.
6096
35744400
IS
60972010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6098
6099 * subr.el (last): Make it faster. (Bug#7174)
6100
290fe464
RO
61012010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6102
6103 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6104
2919746c
CY
61052010-10-12 Chong Yidong <cyd@stupidchicken.com>
6106
6107 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6108 (describe-theme-1): Extract doc from unloaded themes.
6109
6110 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6111
6112 * themes/tango-theme.el:
6113 * themes/tango-dark-theme.el:
6114 * themes/wheatgrass-theme.el: New files.
6115
6b09b5d1
CY
61162010-10-12 Chong Yidong <cyd@stupidchicken.com>
6117
6118 * cus-theme.el (describe-theme, customize-themes)
6119 (custom-theme-save): New commands.
6120 (custom-new-theme-mode-map): Bind C-x C-s.
6121 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6122 (customize-create-theme): New optional arg THEME.
6123 (custom-theme-revert): Use it.
6124 (custom-theme-visit-theme): Remove dead code.
6125 (custom-theme-merge-theme): Use custom-available-themes.
6126 (custom-theme-write): Make interactive.
6127 (custom-theme-write): Use custom-theme-name-valid-p.
6128 (describe-theme-1, custom-theme-choose-revert)
6129 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6130 New funs.
6131 (custom-theme-allow-multiple-selections): New option.
6132 (custom-theme-choose-mode): New major mode.
6133
43f964fc
SM
6134 * custom.el (custom-theme-set-variables): Remove dead code.
6135 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6136 (custom--inhibit-theme-enable): New var.
6137 (provide-theme): Obey it.
6138 (load-theme): Replace load with manual read/eval, in order to
6139 check for correctness. Use custom-theme-name-valid-p.
6140 (custom-theme-name-valid-p): New function.
6141 (custom-available-themes): Use it.
6142
6143 * cus-edit.el (custom--initialize-widget-variables): New function.
6144 (Custom-mode): Use it.
6145
43f964fc
SM
6146 * cus-face.el (custom-theme-set-faces): Remove dead code.
6147 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6148
6149 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6150
16366259
JB
61512010-10-12 Juanma Barranquero <lekktu@gmail.com>
6152
cb7d821e 6153 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 6154
4c14013d 61552010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 6156
4c14013d
JB
6157 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6158 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6159 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6160
6161 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 6162
4c14013d 61632010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
6164
6165 * emacs-lisp/lisp.el (lisp-completion-at-point):
6166 Use emacs-lisp-mode-syntax-table for the whole function.
6167
4c14013d 61682010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
6169
6170 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
6171 instead of font-lock-mode before adding keywords.
6172 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
6173 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6174 non-nil; removed hook inhibit hack.
6175
4c14013d 61762010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 6177
d15f9a2b
GM
6178 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6179 (load-path-shadows-find): ... to this.
6180 (list-load-path-shadows): Update for above change.
6181
c7d6d8a1
GM
6182 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6183
f0b7f5a8
KY
61842010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6185
6186 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6187 Fix comment for declare-function.
6188
05d22d02
CY
61892010-10-11 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * custom.el (custom-fix-face-spec): New function; code moved from
6192 custom-face-edit-fix-value.
6193 (custom-push-theme): Use it when checking if a face has been
6194 changed outside customize.
6195 (custom-available-themes): New function.
6196 (load-theme): Use it.
6197
43f964fc 6198 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
6199
6200 * custom.el (custom-push-theme): Cleanup (use cond).
6201 (disable-theme): Recompute the saved-face property.
6202 (custom-theme-recalc-face): Follow face alias before setting prop.
6203
43f964fc
SM
6204 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6205 New variables, containing checkbox images.
05d22d02
CY
6206
6207 * startup.el (fancy-startup-tail):
6208 * wid-edit.el (checkbox): Use them.
6209
293e7c22
DN
62102010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6211
a0310a6c
DN
6212 * shell.el (shell-mode-map):
6213 * progmodes/modula2.el (m2-mode-map):
6214 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6215 * play/mpuz.el (mpuz-mode-map):
6216 * play/landmark.el (lm-mode-map):
6217 * play/decipher.el (decipher-mode-map):
6218 * play/5x5.el (5x5-mode-map):
6219 * net/telnet.el (telnet-mode-map):
6220 * net/quickurl.el (quickurl-list-mode-map):
6221 * net/mairix.el (mairix-searches-mode-map):
6222 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6223 * net/dig.el (dig-mode-map):
6224 * mail/mspools.el (mspools-mode-map):
6225 * hexl.el (hexl-mode-map):
6226 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6227 (wordstar-C-o-map, wordstar-C-q-map):
6228 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6229 * emacs-lisp/chart.el (chart-map):
6230 * edmacro.el (edmacro-mode-map):
6231 * erc/erc-list.el (erc-list-menu-mode-map):
6232 * array.el (array-mode-map): Declare and define in one step.
6233
293e7c22
DN
6234 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6235
446b12da
DU
62362010-10-10 Daiki Ueno <ueno@unixuser.org>
6237
6238 * epa.el (epa-passphrase-callback-function): Display filename
6239 passed as the 3rd arg.
43f964fc
SM
6240 * epa-file.el (epa-file-passphrase-callback-function):
6241 Pass filename to epa-passphrase-callback-function.
446b12da 6242
76c16af8
CY
62432010-10-09 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * cus-edit.el (custom-face-widget-to-spec)
6246 (custom-face-get-current-spec, custom-face-state): New functions.
6247 (custom-face-set, custom-face-mark-to-save)
6248 (custom-face-value-create, custom-face-state-set): Use them.
6249
6250 * cus-theme.el (custom-theme--listed-faces): New var.
6251 (customize-create-theme): Use *Custom Theme* as the buffer name.
6252 Set revert-buffer-function. Optional arg BUFFER. Insert all
6253 faces listed in custom-theme--listed-faces.
6254 (custom-theme-revert): New function.
6255 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6256 bottom of the list.
6257 (custom-theme-write): Prompt for theme name if empty.
6258 (custom-theme-write-variables): Use dolist.
6259 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6260
e15f8aaa
AM
62612010-10-09 Alan Mackenzie <acm@muc.de>
6262
6263 Enhance fontification of declarators to take account of the
6264 presence/absence of "typedef".
6265
6266 * cc-engine.el (c-forward-type): New &optional param
6267 "brace-block-too".
6268 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6269 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6270
6271 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6272 fontification of declarators which follow a "}".
6273 (c-font-lock-declarations): Fontify declarators according to the
6274 presence/absence of "typedef".
6275
6276 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6277 for "typedef".
6278 (c-typedef-decl-key): New lang variable built from
6279 c-typedef-decl-kwds.
6280
cf321e50
LMI
62812010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6282
77aec221
LMI
6283 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6284 since that's too annoying. Move the filter groups commands to
6285 TAB/backtab.
6286
7450df5d
LMI
6287 * epa.el (epa-passphrase-callback-function): Say what we're
6288 querying the password for.
6289
cf321e50 6290 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6291 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6292
587faadd
CY
62932010-10-08 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6296 (custom-magic-value-create): Pad button tags with spaces.
6297 (custom-face-edit): New variable.
6298 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6299 face editor here, instead of using custom-face-selected.
6300 Pass face defaults to custom-face-edit widget.
587faadd
CY
6301 (custom-face-selected, custom-display-unselected): Delete widgets.
6302 (custom-display-unselected-match): Function removed.
43f964fc
SM
6303 (custom-face-set, custom-face-mark-to-save):
6304 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6305
6306 * wid-edit.el (widget--completing-widget): New var.
6307 (widget-default-complete): Bind it when doing completion.
6308 (widget-string-complete, widget-file-complete): Use it.
6309
a1ab97d0
GM
63102010-10-09 Glenn Morris <rgm@gnu.org>
6311
85d50db7
GM
6312 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6313 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6314 (holiday-hebrew-misc): Small simplifications.
6315
3fb78d1f
GM
6316 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6317
a1ab97d0
GM
6318 * net/browse-url.el: Don't require thingatpt, term, dired,
6319 executable, or w3-auto when compiling.
6320 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6321 Declare.
6322 (browse-url-text-emacs): Require term.
6323
2187e5bb
AS
63242010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6325
6326 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6327
e5d49589
GM
63282010-10-08 Glenn Morris <rgm@gnu.org>
6329
5823f53f
GM
6330 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6331
e5d49589
GM
6332 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6333 (shadows-compare-text-p): Make it an obsolete alias for...
6334 (load-path-shadows-compare-text): ... new name.
6335 (find-emacs-lisp-shadows): Update for above name change.
6336 (load-path-shadows-same-file-or-nonexistent): New name for the old
6337 shadow-same-file-or-nonexistent.
6338
4628bef1 63392010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6340
6341 * minibuffer.el (completion--some, completion--do-completion)
6342 (minibuffer-complete-and-exit, minibuffer-completion-help)
6343 (completion-basic-try-completion)
6344 (completion-basic-all-completions)
6345 (completion-pcm--find-all-completions): Use lexical-let to
6346 avoid some false matches in variable completion (Bug#7056)
6347
4628bef1 63482010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6349
6350 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6351
4628bef1 63522010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6353
6354 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6355 return non-nil if the file exists (Bug#7090).
6356
4628bef1 63572010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6358
6359 * minibuffer.el (completion--replace):
6360 Better preserve markers (bug#7138).
6361
4628bef1 63622010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6363
6364 * server.el (server-process-filter): Doc fix.
6365
4628bef1 63662010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6367
6368 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6369
e4adf61e
GM
63702010-10-08 Glenn Morris <rgm@gnu.org>
6371
24ac444f
GM
6372 * vc/ediff-wind.el (ediff-setup-control-frame):
6373 * vc/ediff-ptch.el (ediff-default-backup-extension):
6374 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6375 (ediff-exec-process): Remove system-types emx, windows-95.
6376
e4adf61e
GM
6377 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6378
61328d7c
CY
63792010-10-07 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * cus-edit.el (custom-variable, custom-face): Doc fix.
6382 (custom-face-edit): Add value-create attribute.
6383 (custom-face-edit-value-create)
43f964fc
SM
6384 (custom-face-edit-value-visibility-action): New functions.
6385 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6386 (custom-face-edit-deactivate): Show empty values with shadow face.
6387 (custom-face-selected): Only use this for face specs with default
6388 attributes.
6389 (custom-face-value-create): Cleanup.
6390
6391 * wid-edit.el (widget-checklist-value-create): Use dolist.
6392 (widget-checklist-match-find): Make second arg optional.
6393
ac44263a
GM
63942010-10-07 Glenn Morris <rgm@gnu.org>
6395
849b02b4
GM
6396 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6397 Prefix things.
6398
ac44263a
GM
6399 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6400 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6401 load-path-shadows-mode, update references.
06d9ef85
GM
6402 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6403 Rename variable and button.
6404 (list-load-path-shadows): Update button caller.
ac44263a 6405
29c72a6e
SM
64062010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6409 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6410 (smie-merge-prec2s): Handle those new entries.
6411 (smie-prec2-levels): Only set precedence to nil for actual
6412 openers/closers.
6413 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6414 that is now unnecessary.
6415
775f75bc 64162010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6417
6418 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6419
7e1e2a6e
GM
64202010-10-07 Glenn Morris <rgm@gnu.org>
6421
58d1ac6d
GM
6422 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6423 (mail-position-on-field): Remove declarations.
6424 (mail-position-on-field): Autoload it.
6425 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6426 and mail-header-end. Don't require sendmail.
6427
7b9235ad
GM
6428 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6429 (shadow-mode): New mode.
6430 (shadow-find-file): New button.
6431 (list-load-path-shadows): Use shadow-mode and buttons.
6432
52da2182
GM
6433 * iimage.el (iimage-version): Remove.
6434 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6435 Turn into defcustoms.
6436 (iimage-mode-map): Give it a doc string.
6437
7e1e2a6e
GM
6438 * calendar/appt.el (appt-activate): Give a warning rather than an error
6439 if there is no diary-file.
6440
e44eccd7
MA
64412010-10-06 Michael Albinus <michael.albinus@gmx.de>
6442
29c72a6e
SM
6443 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6444 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6445
4583e796
GM
64462010-10-06 Glenn Morris <rgm@gnu.org>
6447
6aecca99
GM
6448 * font-core.el (font-lock-defaults-alist): Remove variable.
6449 (font-lock-mode): Doc fix.
6450 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6451 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6452 (font-lock-set-defaults): Doc fix.
6453 Do not consult font-lock-defaults-alist.
6454
645a6257
GM
6455 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6456
4583e796
GM
6457 * emacs-lisp/cl.el: No longer provide cl-19.
6458
bd8fadca
MA
64592010-10-05 Michael Albinus <michael.albinus@gmx.de>
6460
6461 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6462 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6463 New defuns, taken from tramp-smb.el.
6464 (tramp-coding-system-change-eol-conversion)
43f964fc 6465 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6466
43f964fc 6467 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6468 (tramp-compat-coding-system-change-eol-conversion)
6469 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6470 from tramp.el.
6471
6472 * net/tramp-gvfs.el:
6473 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6474 by `tramp-compat-set-process-query-on-exit-flag'.
6475
43f964fc
SM
6476 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6477 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6478 `tramp-handle-file-exists-p' and
6479 `tramp-handle-file-newer-than-file-p'.
6480 (tramp-imap-handle-file-exists-p)
6481 (tramp-imap-handle-file-executable-p)
6482 (tramp-imap-handle-file-readable-p)
6483 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6484 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6485
6486 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6487 by `tramp-compat-set-process-query-on-exit-flag' and
6488 `tramp-coding-system-change-eol-conversion' by
6489 `tramp-compat-coding-system-change-eol-conversion'.
6490
43f964fc
SM
6491 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6492 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6493 `tramp-handle-file-exists-p' and
6494 `tramp-handle-file-newer-than-file-p'.
6495 (tramp-smb-handle-directory-files-and-attributes)
6496 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6497 (tramp-smb-handle-file-newer-than-file-p): Remove.
6498 (tramp-smb-maybe-open-connection):
6499 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6500 `tramp-compat-set-process-query-on-exit-flag'.
6501
726c5357
GM
65022010-10-05 Glenn Morris <rgm@gnu.org>
6503
6504 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6505
4a93e698
MA
65062010-10-04 Michael Albinus <michael.albinus@gmx.de>
6507
6508 Continue reorganization of load dependencies. (Bug#7156)
6509
6510 * net/tramp.el (tramp-handle-file-local-copy-hook)
6511 (tramp-delete-temp-file-function): Move down.
6512 (tramp-exists-file-name-handler): Move up.
6513 (tramp-register-file-name-handlers): Simplify autoload.
6514 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6515 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6516 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6517 (tramp-handle-file-name-completion)
6518 (tramp-handle-file-name-directory)
6519 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6520 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6521 (tramp-handle-find-backup-file-name)
6522 (tramp-handle-insert-file-contents, tramp-handle-load)
6523 (tramp-handle-substitute-in-file-name)
6524 (tramp-handle-unhandled-file-name-directory)
6525 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6526 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6527
6528 * net/tramp-gvfs.el (top):
6529 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6530
6531 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6532 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6533
b4593555
GM
65342010-10-04 Glenn Morris <rgm@gnu.org>
6535
6536 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6537 (appt-activate): Give status messages.
6538
8762aa10
TZ
65392010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6540
6541 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6542 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6543 `gnutls-negotiate' (formerly `starttls-negotiate').
6544 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6545
82fb8701
DN
65462010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6547
6548 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6549 log-outgoing commands.
6550 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6551 to create a buffer local revert-buffer-function variable.
6552 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6553 revert-buffer-function lambda.
6554
c1ae068b
LMI
65552010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6556
6557 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6558 `gnutls-boot'. Make TYPE the only required parameter.
6559 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6560 (open-ssl-stream): Use it.
6561
67141a37
GM
65622010-10-03 Glenn Morris <rgm@gnu.org>
6563
77f38949
GM
6564 * subr.el (directory-sep-char): Remove obsolete variable.
6565 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6566 it is "necessary".
6567
67141a37
GM
6568 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6569 * vc/vc.el (vc-static-header-alist): Doc fix.
6570 * vc/vc-cvs.el (vc-cvs-header):
6571 * vc/vc-rcs.el (vc-rcs-header):
6572 * vc/vc-sccs.el (vc-sccs-header):
6573 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6574 * obsolete/vc-mcvs.el (vc-mcvs-header):
6575 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6576 on XEmacs.
6577
96bcef2e
CY
65782010-10-03 Chong Yidong <cyd@stupidchicken.com>
6579
43f964fc
SM
6580 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6581 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6582
ef47f179
GM
65832010-10-03 Glenn Morris <rgm@gnu.org>
6584
01c35094 6585 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6586
aee3c6f7
GM
6587 * textmodes/rst.el (rst-font-lock-keywords-function):
6588 Drop Emacs 20 code.
6589
f88cd114
GM
6590 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6591
6abfe35f
GM
6592 * printing.el: Drop Emacs 20 code.
6593
59e31cfa
GM
6594 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6595 without having used appt.el already).
6596
922ad43e
GM
6597 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6598 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6599 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6600 XEmacs.
6601 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6602 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6603
ef47f179
GM
6604 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6605 (charset-width, find-charset-region, chars-in-region, forward-point)
6606 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6607 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6608 Remove compatibility cruft (none of these are used by ps*.el).
6609
ac6ca7ba
KR
66102010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6611
6612 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6613
2a847524
CY
66142010-10-03 Chong Yidong <cyd@stupidchicken.com>
6615
43f964fc
SM
6616 * server.el (server-process-filter, server-return-error):
6617 Give emacsclient time to shut down after receiving an error string.
2a847524 6618
4bc3c53d
MA
66192010-10-02 Michael Albinus <michael.albinus@gmx.de>
6620
6621 * files.el (remote-file-name-inhibit-cache): New defcustom.
6622
43f964fc
SM
6623 * time.el (display-time-file-nonempty-p):
6624 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6625
43f964fc
SM
6626 * net/tramp.el (tramp-completion-reread-directory-timeout):
6627 Fix docstring.
4bc3c53d
MA
6628
6629 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6630 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6631 `remote-file-name-inhibit-cache'. Check also for an integer
6632 value. Add/increase counter when `tramp-verbose' >= 10.
6633 (tramp-set-file-property): Add/increase counter when
6634 `tramp-verbose' >= 10.
6635
6636 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6637 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6638 (tramp-bug): Set tramp-autoload cookie. Report all interned
6639 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6640 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6641 characters only in strings.
6642
6643 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6644 to backward compatibility.
6645
6646 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6647 (tramp-handle-file-name-all-completions)
43f964fc
SM
6648 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6649 (tramp-open-connection-setup-interactive-shell):
6650 Call `tramp-cleanup-connection' directly.
4bc3c53d 6651
9c524fcb
GM
66522010-10-02 Glenn Morris <rgm@gnu.org>
6653
3226d6ca
GM
6654 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6655
6656 * subr.el (char-bytes): Remove obsolete function.
6657
6658 * isearch.el (isearch-return-char): Remove obsolete function.
6659
6660 * mouse.el: No longer provide mldrag.
6661 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6662 Remove obsolete aliases.
6663
6664 * comint.el (comint-kill-output): Remove obsolete alias.
6665
6666 * composite.el (decompose-composite-char): Remove obsolete function.
6667 * ps-def.el (decompose-composite-char): Remove unused function.
6668
6669 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6670
6671 * outline.el (outline-visible): Remove obsolete function.
6672
6673 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6674 * faces.el (internal-find-face, internal-get-face)
6675 (frame-update-faces, frame-update-face-colors)
6676 (x-frob-font-weight, x-frob-font-slant)
6677 (internal-frob-font-weight, internal-frob-font-slant)
6678 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6679 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6680 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6681 since Emacs 21.1.
6682 * emulation/viper-util.el (viper-get-face):
6683 * obsolete/lucid.el (find-face, get-face): Use facep.
6684 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6685 Remove unused functions.
6686 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6687
9c524fcb
GM
6688 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6689 delete tempfile if interrupted during compilation.
6690
aecb42aa
LMI
66912010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6692
6693 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6694 gnutls-cli.
6695 (tls-program): Add --insecure to be consistent with the defaults from
6696 openssl s_client. Now all three commands are insecure.
6697
73077a9a
EZ
66982010-10-01 Eli Zaretskii <eliz@gnu.org>
6699
6700 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6701 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6702 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6703
1ef075bb
GM
67042010-10-01 Glenn Morris <rgm@gnu.org>
6705
1fcaf927
GM
6706 * obsolete/sc.el: Remove file.
6707
1ef075bb
GM
6708 * files.el (temporary-file-directory): On darwin, also try
6709 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6710
a16f5f64
JB
67112010-10-01 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6714 Let's not break compatibility gratuitously, shall we?
6715
6b958814
G
67162010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6717
47e08896 6718 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6719 (tls-find-starttls-argument): Use it.
6720 (open-tls-stream): Ditto.
6721
47e08896 6722 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6723 entry.
6724 (netrc-machine): Ditto.
6725
cad90f3b
EZ
67262010-09-30 Eli Zaretskii <eliz@gnu.org>
6727
6728 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6729
968ef9b4
JB
67302010-09-30 Juanma Barranquero <lekktu@gmail.com>
6731
6732 * server.el (server-start): Don't write pid to the authentication file.
6733 (server-create-tty-frame): Don't send pid.
6734 (server-process-filter): Send pid at the start of every connection.
6735
3536dea8
GM
67362010-09-30 Glenn Morris <rgm@gnu.org>
6737
8e378d88
GM
6738 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6739 (show-all-diary-entries): Remove obsolete function aliases.
6740
3536dea8
GM
6741 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6742 Remove options, obsolete since 22.1.
6a7662bb
BR
6743 (appt-display-format, appt-display-message):
6744 Remove backwards-compatibility code.
3536dea8
GM
6745 (appt-check): No longer check appt-issue-message.
6746 (appt-make-list): No longer autoload it. Doc fix. No longer
6747 activate the package.
6748
df7fcaff
LMI
67492010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6750
6751 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6752 (starttls-negotiate): Just call boot, and let the handshake be
6753 triggered from the read loop.
df7fcaff 6754
c2828614
GM
67552010-09-29 Glenn Morris <rgm@gnu.org>
6756
17a46341
GM
6757 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6758 not displaying the diary.
6759 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6760 * calendar/appt.el (appt-check): No longer need to kill diary.
6761
7161e329
GM
6762 * calendar/diary-lib.el (diary-list-entries): Move the
6763 "Preparing..." message entirely here.
6764 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6765 messages to diary-list-entries.
6766 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6767 diary-display-function.
6768
d0de6cba
GM
6769 * calendar/diary-lib.el (diary-include-other-diary-files):
6770 Trap some recursive includes.
6771
c2828614
GM
6772 * calendar/appt.el (appt-activate): Check diary file.
6773
0c43b6f8
KY
67742010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6775
6776 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6777 construction.
6778
6779 * calendar/time-date.el: No need to require cl for Emacs 21.
6780
97ce2730
GM
67812010-09-28 Glenn Morris <rgm@gnu.org>
6782
6783 * calendar/appt.el (appt-check): Minor simplification.
6784
e0a185ae
KY
67852010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6786
6787 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6788 citation prefix.
6789
c19f76a1
AS
67902010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6791
95b6d681
JB
6792 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6793 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6794
fd057fd2
KH
67952010-09-27 Kenichi Handa <handa@m17n.org>
6796
6797 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6798 "ustar" format.
6799
368b3544
KH
68002010-09-27 Kenichi Handa <handa@m17n.org>
6801
6802 * international/mule.el (define-coding-system): Docstring fixed.
6803
6804 * international/mule-diag.el (describe-character-set): Use princ
6805 with proper print-length and print-level instead of insert.
6806
95b6d681 68072010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6808
6809 * window.el (walk-windows): Doc fix (bug#7105).
6810
99368725
SM
68112010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * emacs-lisp/float-sup.el (e): Remove.
6814
8ed70bf3
LMI
68152010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6816
6817 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6818 variable.
6819 (starttls-negotiate): Use it.
6820
d2e9d0bb
LMI
68212010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6822
6823 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6824 back.
6825
15413fb4
SM
68262010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6829
1821a7b4
LMI
68302010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6831
6303aba1
LMI
6832 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6833
1821a7b4
LMI
6834 * net/netrc.el (netrc-store-data): New function.
6835
8af55556
TZ
68362010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6837
6838 * net/gnutls.el: GnuTLS glue code to set up a connection.
6839
42343747
JD
68402010-09-25 Julien Danjou <julien@danjou.info>
6841
6842 * notifications.el: Call dbus-register-signal only if it is bound.
6843
ec60da52
GM
68442010-09-25 Glenn Morris <rgm@gnu.org>
6845
6846 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6847 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6848 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6849 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6850 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6851 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6852 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6853 * eshell/esh-util.el, eshell/esh-var.el:
6854 Remove leading `*' from docs of faces and defcustoms.
6855
4c964351
UM
68562010-09-25 Ulrich Mueller <ulm@gentoo.org>
6857
6858 * eshell/em-ls.el (eshell-ls-archive-regexp):
6859 * eshell/esh-util.el (eshell-tar-regexp):
6860 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6861 * info.el (Info-suffix-list):
6862 * international/mule.el (auto-coding-alist):
6863 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6864 * progmodes/etags.el (tags-compression-info-list):
6865 Support xz compression.
6866
41f54b73
CY
68672010-09-25 Chong Yidong <cyd@stupidchicken.com>
6868
6869 * files.el (get-free-disk-space): Don't assume the "df" output
6870 columns line up (Bug#6995).
6871
40b1a3a9
JB
68722010-09-25 Juanma Barranquero <lekktu@gmail.com>
6873
6874 * finder.el (finder-unknown-keywords):
6875 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6876 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6877
ba3033ee
JB
68782010-09-25 Juanma Barranquero <lekktu@gmail.com>
6879
6880 * server.el (server-start): Revert part of 2010-08-08 change. Using
6881 address 127.0.0.1 for local host is now done in Fmake_network_process.
6882
5e339ee2
GM
68832010-09-24 Glenn Morris <rgm@gnu.org>
6884
6885 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6886 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6887 * textmodes/css-mode.el, textmodes/dns-mode.el:
6888 Move autoloaded auto-mode-alist entries to files.el.
6889 * files.el (auto-mode-alist): Move entries here.
6890
af3ccb5c
GM
68912010-09-23 Glenn Morris <rgm@gnu.org>
6892
6893 * isearch.el (isearch-lazy-highlight-cleanup)
6894 (isearch-lazy-highlight-initial-delay)
6895 (isearch-lazy-highlight-interval)
6896 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6897 * net/net-utils.el (ipconfig-program-options):
6898 Move aliases to options before the associated definitions.
6899
266a86bd 69002010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6901
6902 * newcomment.el (comment-normalize-vars): Better test validity of
6903 comment-end-skip.
6904
27ffea71 69052010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6906
6907 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6908 (float-e): New name for `e'.
6909 (degrees-to-radians, radians-to-degrees):
6910 * calendar/solar.el (solar-longitude):
6911 * calculator.el (calculator-registers, calculator-funcall):
6912 * textmodes/artist.el (artist-spray-random-points):
6913 * play/bubbles.el (bubbles--initialize-images): Use new names.
6914
27ffea71 69152010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6916
6917 Update to CEDET 1.0's version of EIEIO.
6918
9e0d4f9e
SM
6919 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6920 New function.
a2930e43
EL
6921 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6922 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6923 (class-precedence-list): If class is nil, return nil.
6924 (eieio-generic-call): If class of first input arg is nil, don't
6925 look up static methods, and do check for primary methods.
6926 (initialize-instance): See if the default needs to be evaluated
6927 during the constructor.
6928 (eieio-perform-slot-validation-for-default): Don't do the check
6929 for values that will eventually be evaluated.
6930 (eieio-eval-default-p): New function.
6931 (eieio-default-eval-maybe): Use it.
6932
27ffea71 69332010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6934
6935 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6936 method-invocation-order.
6937 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6938 (eieio-class-precedence-dfs): Compute class precedence list using
6939 dfs algorithm.
6940 (eieio-class-precedence-bfs): Compute class precedence list using
6941 bfs algorithm.
9e0d4f9e 6942 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6943 c3 algorithm.
6944 (class-precedence-list): New function.
6945 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6946 (inconsistent-class-hierarchy): New error symbol.
6947 (call-next-method): Stow the replacement argument list for future
6948 call-next-method invocations.
6949
266a86bd 69502010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6951
ea7f9ebf
GM
6952 * calendar/appt.el (appt-check): If not displaying the diary,
6953 use (diary 1) to only get the entries we need.
6954 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6955 that it is in day order. (Bug#7019)
6956
1bf6d075
GM
6957 * calendar/appt.el (appt-check): Rather than showing the diary,
6958 just turn off invisible display, and only if needed.
6959
87e798a7
GM
6960 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6961
1fc7dabf
GM
69622010-09-23 Glenn Morris <rgm@gnu.org>
6963
7a16788b
GM
6964 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6965 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6966 Start warnings with lower-case, like the majority.
7a16788b 6967
19543b17
GM
6968 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6969
54238e6d
GM
6970 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6971
ce009d0b
GM
6972 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6973 * files.el (auto-mode-alist): Move ld-script entries here, further down
6974 the list.
6975
7b344dfe
GM
6976 * vc/add-log.el: Don't require timezone when compiling.
6977 (timezone-make-date-sortable): Autoload it.
6978 (change-log-sortable-date-at): Don't require timezone.
6979 Use `ignore-errors'.
6980
d9703498
GM
6981 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6982 Move alias before definition, so it does not need autoloading.
6983
1fc7dabf
GM
6984 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6985 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6986 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6987 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6988 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6989 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6990 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6991 * textmodes/tex-mode.el, textmodes/two-column.el:
6992 Remove leading `*' from docs of defcustoms etc.
6993
7676efad
TZ
69942010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6995
6996 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6997
b069e5a6
G
69982010-09-22 Dan Christensen <jdc@uwo.ca>
6999
7000 * calendar/time-date.el (date-to-time): Try using parse-time-string
7001 first before using the slower timezone-make-date-arpa-standard.
7002
1bf68d53
KY
70032010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7004
7005 * calendar/time-date.el (format-seconds): Comment fix.
7006
cd205c76
GM
70072010-09-22 Glenn Morris <rgm@gnu.org>
7008
7009 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
7010 is not automatically buffer-local.
7011
4ddea91b
SM
70122010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7015 (smie-indent-comment): Be more careful with comment-start-skip.
7016 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7017 (smie-indent-functions): Use them.
7018
b0f037ed
MA
70192010-09-21 Michael Albinus <michael.albinus@gmx.de>
7020
7021 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7022
8cf1771a
JD
70232010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7024
36a1b6db
JD
7025 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7026 tool-bar-position. Don't modify frame parameters here.
180fb94a 7027 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 7028
8cf1771a
JD
7029 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7030
0097720d
SM
70312010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7032
5d8e0d5d
SM
7033 * textmodes/reftex-parse.el (reftex-what-macro)
7034 (reftex-context-substring): Let-bind forward-sexp-function to nil
7035 since we don't need/want to treat \begin...\end as a block (bug#7053).
7036
984edd22
SM
7037 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7038
7039 * simple.el (blink-matching-open): Use syntax-class.
7040
3672149f
SM
7041 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7042 Set invisibility spec for pascal's outline mode.
7043 (pascal-outline-change): Clean up calling convention.
7044 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7045
549d0e1e
SM
7046 * progmodes/prolog.el (prolog-smie-forward-token)
7047 (prolog-smie-backward-token): New functions.
7048 (prolog-mode-variables): Use them to parse "!," correctly.
7049 Set up smie-blink-matching for ".".
7050
a9cb95dd
SM
7051 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7052 and `end'.
7053 (ispell-region, ispell-process-line): Update users.
7054
de558d10
SM
7055 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7056 point-min==1.
7057
94eb3112
SM
7058 * textmodes/ispell.el: Fix commenting convention.
7059 (ispell-parse-output): Simplify, use push.
7060 (ispell-region): Use match-string-no-properties.
7061 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7062 (ispell-minor-mode): Use define-minor-mode.
7063 (ispell-message): Remove unused var `skip-regexp'.
7064 (ispell-add-per-file-word-list): Use dynamic let-binding.
7065 Try and use the proper comment marker.
7066
1f7f45a5
SM
7067 * mail/sendmail.el: Fix commenting convention.
7068 (sendmail-send-it): Use line-beginning-position.
7069
0097720d
SM
7070 * help-fns.el (describe-variable): Add original value, if applicable.
7071
596880ea
JB
70722010-09-20 Juanma Barranquero <lekktu@gmail.com>
7073
f0713411
JB
7074 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7075
596880ea
JB
7076 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7077
37c0347e
SM
70782010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7079
2bc01104
SM
7080 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7081 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7082 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7083 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7084 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7085 something like "." can also be a closer.
7086 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7087 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7088 Rename internal functions to use "--". Update callers.
7089
e2c3f530
SM
7090 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7091
37c0347e
SM
7092 * fringe.el (fringe-styles): New var.
7093 (fringe-mode, fringe-query-style): Use it.
7094
74790210
MM
70952010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7096
7097 * progmodes/sql.el: Version 2.8
93acd23d 7098 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
7099 (sql-product-alist): Add :list-all and :list-table features for
7100 SQLite, Postgres and MySQL products.
7101 (sql-redirect): Handle default value.
7102 (sql-execute, sql-execute-feature): New functions.
7103 (sql-read-table-name): New function.
93acd23d 7104 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
7105 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7106 for above functions.
7107 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7108 for above functions.
7109 (sql-postgres-login-params): Add user and database defaults.
7110 (sql-buffer-live-p): Bug fix.
93acd23d 7111 (sql-product-history): New variable.
35f52ed6 7112 (sql-read-product): New function. Use it.
74790210
MM
7113 (sql-set-product, sql-product-interactive): Use it.
7114 (sql-connection-history): New variable.
93acd23d 7115 (sql-read-connection): New function. Use it.
74790210
MM
7116 (sql-connect): New function.
7117 (sql-for-each-login): Redesign function interface.
7118 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
7119 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7120 (sql-comint): Check for program. Existing live buffer.
74790210
MM
7121 (sql-comint-postgres): Add port parameter.
7122
cec01cd2
SM
71232010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * emacs-lisp/warnings.el: Fix commenting convention.
7126 (display-warning): Use special mode and make the buffer read-only.
7127
c2a845b5
JB
71282010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7129
7130 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7131 empty string when it follows a repeated or optional pattern.
7132
f5632fb6
SM
71332010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7136 (indent-region): Use indent-according-to-mode.
7137
71b961e8
EZ
71382010-09-18 Eli Zaretskii <eliz@gnu.org>
7139
7140 * fringe.el (fringe-mode): Doc fix.
7141
dbbd7ad4
KRC
71422010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7143
7144 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7145 refreshing the preview buffer.
7146
b879a6e2
SM
71472010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7150 (latex-syntax-propertize-rules): New consts; replace
7151 tex-font-lock-syntactic-keywords.
7152 (tex-env-mark, latex-env-before-change): New functions.
7153 (latex-electric-env-pair-mode): New minor mode.
7154 (tex-font-lock-verb): Change arguments; do move point.
7155 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7156 representation as a form of comment.
7157 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7158 (doctex-syntax-propertize-rules): New const; replaces
7159 doctex-font-lock-syntactic-keywords.
7160 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7161
7162 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7163 (fortran-make-syntax-propertize-function): New function; replaces
7164 fortran-font-lock-syntactic-keywords.
7165 (fortran-mode): Use it.
7166 (fortran-line-length): Use it. Improve interactive spec.
7167
7168 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7169 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7170 when adding surrounding \(..\).
7171
7172 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7173
4be520fb
SM
71742010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7175
269c197e
SM
7176 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7177 Use with-current-buffer.
7178
4be520fb
SM
7179 * isearch.el (isearch-face): Rename from `isearch'.
7180 (isearch-highlight): Use new name.
7181
a67597d6
EZ
71822010-09-17 Eli Zaretskii <eliz@gnu.org>
7183
7184 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7185 5, for `half' width fringes. (Bug#6933)
7186
31c381e8
SM
71872010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7188
3fe6ef4e
SM
7189 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7190 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7191
31c381e8
SM
7192 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7193
fb0cf781
J
71942010-09-17 Stephen Berman <stephen.berman@gmx.net>
7195
7196 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7197 in calculating new frame position. Add more space between new and
7198 parent on the left (Bug#7048).
7199
1a9dc3b5
MA
72002010-09-17 Michael Albinus <michael.albinus@gmx.de>
7201
7202 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7203 defmacro.
7204
dff0fdc3
CY
72052010-09-16 Chong Yidong <cyd@stupidchicken.com>
7206
31c381e8 7207 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 7208
117c96c7
CY
7209 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7210 obsolete alias for x-selection-value.
7211
dff0fdc3
CY
7212 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7213
c6f2191f
MA
72142010-09-16 Michael Albinus <michael.albinus@gmx.de>
7215
7216 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7217 cookie.
7218
6139f995
MA
72192010-09-15 Michael Albinus <michael.albinus@gmx.de>
7220
7221 * net/tramp-compat.el (tramp-compat-with-temp-message)
7222 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7223 (tramp-compat-process-put): New defuns.
7224
7225 * net/tramp.el (top):
7226 * net/tramp-gvfs.el (top):
7227 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7228
31c381e8
SM
7229 * net/tramp.el (tramp-progress-reporter-update):
7230 Use `tramp-compat-funcall'.
6139f995
MA
7231
7232 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
7233 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7234 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
7235 (tramp-get-remote-stat, tramp-get-remote-readlink):
7236 Use `tramp-compat-with-temp-message'.
6139f995
MA
7237
7238 * net/tramp-sh.el (top): Require 'cl.
7239 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
7240 (tramp-open-connection-setup-interactive-shell):
7241 Use `tramp-compat-process-put'.
6139f995 7242
22c3ce97
AM
72432010-09-15 Alan Mackenzie <acm@muc.de>
7244
7245 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7246 indentation.
a4ee83cc 7247 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 7248
4f1e9960
SM
72492010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7252 `lexical' for warnings related to lexical scoping.
7253 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7254 global vars which don't have a prefix and could hence affect lexical
7255 scoping in unrelated files.
7256
01e80360
LMI
72572010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7258
7259 * net/imap.el: Revert back to version
7260 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7261 seem problematic.
7262
5e2a84e3
JB
72632010-09-14 Juanma Barranquero <lekktu@gmail.com>
7264
7265 * obsolete/old-whitespace.el (whitespace-unload-function):
7266 Explicitly pass `obarray' to `unintern' to avoid a warning.
7267
f3a30a50
SM
72682010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7271 Add `when' argument. Update callers.
7272
7273 * subr.el (unintern): Declare the obarray arg mandatory.
7274
92b99a01
GM
72752010-09-14 Glenn Morris <rgm@gnu.org>
7276
67ae9766
GM
7277 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7278 Doc fixes.
7279
92b99a01
GM
7280 * calendar/diary-lib.el (diary-included-files): New variable.
7281 (diary-list-entries): Maybe initialize diary-included-files.
7282 (diary-include-other-diary-files): Append to diary-included-files.
7283 * calendar/appt.el (appt-update-list): Also check the members of
7284 diary-included-files. (Bug#6999)
08151ec5 7285 (appt-check): Doc fix.
92b99a01 7286
6664fc59 72872010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7288
7289 * simple.el (line-move-visual): Do not truncate goal column to
7290 integer size. (Bug#7020)
7291
6664fc59 72922010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7293
7294 * repeat.el (repeat): Allow repeating when the last event is a click.
7295 Suggested by Drew Adams (bug#6256).
7296
6664fc59 72972010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7298
01c35094 7299 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7300 Replace setting HGRCPATH to "" by some less invasive --config options.
7301
6664fc59 73022010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7303
7304 * font-lock.el (font-lock-beginning-of-syntax-function):
7305 Mark as obsolete.
7306
6664fc59 73072010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7308
7309 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7310 and tool-bar modes. (Bug#6211)
7311 (menu-bar-mode): Move setting of standard-value after the
7312 minor-mode definition, otherwise it seems to have no effect.
7313
6664fc59 73142010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7315
7316 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7317 Fix typo. (Bug#6976)
7318
6664fc59 73192010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7320
7321 * whitespace.el: Allow cleaning up blanks without blank
7322 visualization (Bug#6651). Adjust help window for
7323 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7324 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7325 (whitespace-style): Add new value 'face. Adjust docstring.
7326 (whitespace-space, whitespace-hspace, whitespace-tab):
7327 Adjust foreground property face.
9c405a86
CY
7328 (whitespace-line-column): Adjust docstring and type declaration.
7329 (whitespace-style-value-list, whitespace-toggle-option-alist)
7330 (whitespace-help-text): Adjust const initialization.
7331 (whitespace-toggle-options, global-whitespace-toggle-options):
7332 Adjust docstring.
7333 (whitespace-display-window, whitespace-interactive-char)
7334 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7335 (whitespace-help-scroll): New fun.
7336
ba96ddf5
KY
73372010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7338
7339 * calendar/time-date.el (format-seconds): Comment fix.
7340
a386ac70
MM
73412010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7342
7343 * progmodes/sql.el: Version 2.7.
7344 (sql-buffer-live-p): Improve detection.
7345 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7346 (sql-set-sqli-buffer): Use it.
7347 (sql-product-interactive): Run `sql-set-sqli-hook'.
7348 (sql-rename-buffer): Code cleanup.
7349 (sql-redirect, sql-redirect-value): New functions. More to come.
7350
5d921df2
JB
73512010-09-13 Juanma Barranquero <lekktu@gmail.com>
7352
7353 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.
7354 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7355 (TRAMP_SRC): New macro.
7356 ($(lisp)/net/tramp-loaddefs.el): New target.
7357
03c1ad43
MA
73582010-09-13 Michael Albinus <michael.albinus@gmx.de>
7359
7360 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7361
7362 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7363
7364 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7365 'tramp-compat, everything else is required there.
7366 Use `ignore-errors' where appropriate.
03c1ad43
MA
7367 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7368 (tramp-terminal-type, tramp-end-of-output)
7369 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7370 (tramp-completion-function-alist-ssh)
7371 (tramp-completion-function-alist-telnet)
7372 (tramp-completion-function-alist-su)
7373 (tramp-completion-function-alist-putty, tramp-remote-path)
7374 (tramp-remote-process-environment, tramp-sh-extra-args)
7375 (tramp-actions-before-shell, tramp-uudecode)
7376 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7377 (tramp-perl-file-attributes)
7378 (tramp-perl-directory-files-and-attributes)
7379 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7380 (tramp-perl-encode, tramp-perl-decode)
7381 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7382 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7383 (tramp-handle-make-symbolic-link, tramp-handle-load)
7384 (tramp-handle-file-name-as-directory)
7385 (tramp-handle-file-name-directory)
7386 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7387 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7388 (tramp-do-file-attributes-with-ls)
7389 (tramp-do-file-attributes-with-perl)
7390 (tramp-do-file-attributes-with-stat)
7391 (tramp-handle-set-visited-file-modtime)
7392 (tramp-handle-verify-visited-file-modtime)
7393 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7394 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7395 (tramp-handle-file-selinux-context)
7396 (tramp-handle-set-file-selinux-context)
7397 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7398 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7399 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7400 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7401 (tramp-handle-file-ownership-preserved-p)
7402 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7403 (tramp-handle-directory-files-and-attributes)
7404 (tramp-do-directory-files-and-attributes-with-perl)
7405 (tramp-do-directory-files-and-attributes-with-stat)
7406 (tramp-handle-file-name-all-completions)
7407 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7408 (tramp-handle-copy-file, tramp-handle-copy-directory)
7409 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7410 (tramp-do-copy-or-rename-file-via-buffer)
7411 (tramp-do-copy-or-rename-file-directly)
7412 (tramp-do-copy-or-rename-file-out-of-band)
7413 (tramp-handle-make-directory, tramp-handle-delete-directory)
7414 (tramp-handle-delete-file)
7415 (tramp-handle-dired-recursive-delete-directory)
7416 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7417 (tramp-handle-insert-directory)
7418 (tramp-handle-unhandled-file-name-directory)
7419 (tramp-handle-expand-file-name)
7420 (tramp-handle-substitute-in-file-name)
7421 (tramp-handle-executable-find, tramp-process-sentinel)
7422 (tramp-handle-start-file-process, tramp-handle-process-file)
7423 (tramp-handle-call-process-region, tramp-handle-shell-command)
7424 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7425 (tramp-handle-insert-file-contents)
7426 (tramp-handle-insert-file-contents-literally)
7427 (tramp-handle-find-backup-file-name)
7428 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7429 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7430 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7431 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7432 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7433 (tramp-find-file-exists-command, tramp-open-shell)
7434 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7435 (tramp-open-connection-setup-interactive-shell)
7436 (tramp-local-coding-commands, tramp-remote-coding-commands)
7437 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7438 (tramp-inline-compress-commands, tramp-find-inline-compress)
7439 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7440 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7441 (tramp-send-command-and-check, tramp-barf-unless-okay)
7442 (tramp-send-command-and-read, tramp-mode-string-to-int)
7443 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7444 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7445 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7446 (tramp-method-out-of-band-p, tramp-local-host-p)
7447 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7448 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7449 (tramp-get-test-command, tramp-get-test-nt-command)
7450 (tramp-get-file-exists-command, tramp-get-remote-ln)
7451 (tramp-get-remote-perl, tramp-get-remote-stat)
7452 (tramp-get-remote-readlink, tramp-get-remote-trash)
7453 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7454 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7455 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7456 tramp-sh.el.
7457 (tramp-methods, tramp-default-method-alist)
7458 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7459 Move initialization to tramp-sh.el.
7460 (tramp-temp-name-prefix): Make it a defconst.
7461 (tramp-dissect-file-name): Don't check anymore for multi-hop
7462 methods.
7463 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7464 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7465 (tramp-get-debug-buffer): Use it.
7466
7467 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7468 initialization forms.
7469 (tramp-set-connection-property): Don't protect `tramp-message'
7470 call, it isn't necessary any longer.
7471 (tramp-dump-connection-properties): Use `ignore-errors'.
7472
7473 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7474 'password-cache and 'auth-source.
7475
7476 * net/tramp-gvfs.el (top):
7477 * net/tramp-smb.el (top): Require 'tramp-sh.
7478
7479 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7480
7481 * net/tramp-sh.el: New file, derived from tramp.el.
7482 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7483 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7484 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7485 Use `ignore-errors' where appropriate.
7486 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7487 `tramp-file-name-handler-alist'.
7488 (tramp-send-command-and-check): Return t or nil. Remove all
7489 `zerop' checks, where called.
7490 (tramp-handle-set-file-modes)
7491 (tramp-do-copy-or-rename-file-directly)
7492 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7493 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7494 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7495 (tramp-get-remote-ln): Set tramp-autoload cookie.
7496
7497 * net/tramp-fish.el: Remove file.
7498
c5fe4acb
DU
74992010-09-13 Daiki Ueno <ueno@unixuser.org>
7500
7501 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7502 buffer-file-name to avoid file-locking. (Bug#7026)
7503
7ea2d383
MA
75042010-09-13 Julien Danjou <julien@danjou.info>
7505
7506 * notifications.el (notifications-notify): Add support for
7507 image-path and sound-name.
7508 (notifications-specification-version): Add this variable.
7509
5616cc54
SM
75102010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7511
31c381e8 7512 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7513
94c7243b
LL
75142010-09-12 Leo <sdl.web@gmail.com>
7515
7516 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7517 (rcirc-completion-start): New variables.
7518 (rcirc-nick-completions): Rename to rcirc-completions.
7519 (rcirc-nick-completion-start-offset): Delete.
7520 (rcirc-completion-at-point): New function for constructing
7521 completion data for both nicks and irc commands. Add to
7522 completion-at-point-functions in rcirc mode.
7523 (rcirc-complete): Rename from rcirc-nick-complete; use
7524 rcirc-completion-at-point.
7525 (defun-rcirc-command): Update rcirc-client-commands.
7526
0f34ae28
GM
75272010-09-11 Glenn Morris <rgm@gnu.org>
7528
7529 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7530 atomically, to avoid parallel build errors. (Bug#4196)
7531
9250002f
MM
75322010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7533
7534 * progmodes/sql.el: Version 2.6
7535 (sql-dialect): Synonym for "sql-product".
7536 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7537 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7538 Set "sql-buffer" to buffer name not buffer object so multiple sql
7539 interactive buffers work properly. Reverts misguided changes in
7540 earlier work.
7541 (sql-comint): Make sure different buffer name is used if "*SQL*"
7542 buffer is for a different product.
7543 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7544 login param.
7545 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7546 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7547 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7548 Accept new buffer name or prompt for one.
7549 (sql-port): Default to zero.
7550 (sql-comint-mysql): Handle "sql-port" as a numeric.
7551 (sql-port-history): Delete unused variable.
7552 (sql-get-login): Default "sql-port" to a number.
31c381e8 7553 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7554 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7555 "sqlite3" executables.
31c381e8 7556 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7557 (sql-buffer-live-p): New function.
7558 (sql-mode-menu, sql-send-string): Use it.
7559 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7560 syntax pattern.
7561 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7562 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7563
a9ec34f4
LMI
75642010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7565
31c381e8 7566 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7567
cf38dd42
SM
75682010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7571 to replace texinfo-font-lock-syntactic-keywords.
7572 (texinfo-mode): Use it.
7573
7574 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7575 Use syntax-propertize-function.
7576
7577 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7578 replace sgml-font-lock-syntactic-keywords.
7579 (sgml-mode): Use it.
7580
7581 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7582 since we don't use it.
7583
7584 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7585
7586 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7587 if available.
7588 (vhdl-fontify-buffer): Adjust.
7589
7590 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7591 replace tcl-font-lock-syntactic-keywords.
7592 (tcl-mode): Use it.
7593
7594 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7595 replace simula-font-lock-syntactic-keywords.
7596 (simula-mode): Use it.
7597
7598 * progmodes/sh-script.el (sh-st-symbol): Remove.
7599 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7600 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7601 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7602 (sh-font-lock-paren): Set syntax-multiline.
7603 (sh-font-lock-syntactic-keywords): Remove.
7604 (sh-syntax-propertize-function): New function to replace it.
7605 (sh-mode): Use it.
7606
7607 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7608 Define while compiling.
7609 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7610 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7611 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7612 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7613 (ruby-here-doc-end-syntax): Only define when
7614 syntax-propertize is not available.
7615 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7616 New functions.
7617 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7618 (electric-indent-chars): Silence bytecompiler.
7619 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7620 electric-indent-chars.
7621
7622 * progmodes/python.el (python-syntax-propertize-function): New var to
7623 replace python-font-lock-syntactic-keywords.
7624 (python-mode): Use it.
7625 (python-quote-syntax): Simplify and adjust to new use.
7626
7627 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7628 replace perl-font-lock-syntactic-keywords.
7629 (perl-syntax-propertize-special-constructs): New fun to replace
7630 perl-font-lock-special-syntactic-constructs.
7631 (perl-font-lock-syntactic-face-function): New fun.
7632 (perl-mode): Use it.
7633
7634 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7635 to replace octave-font-lock-close-quotes.
7636 (octave-syntax-propertize-function): New function to replace
7637 octave-font-lock-syntactic-keywords.
7638 (octave-mode): Use it.
7639
7640 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7641 replaces mixal-font-lock-syntactic-keywords.
7642 (mixal-mode): Use it.
7643
7644 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7645 New var; replaces makefile-font-lock-syntactic-keywords.
7646 (makefile-mode): Use it.
7647 (makefile-imake-mode): Adjust.
7648
7649 * progmodes/js.el (js--regexp-literal): Define while compiling.
7650 (js-syntax-propertize-function): New var; replaces
7651 js-font-lock-syntactic-keywords.
7652 (js-mode): Use it.
7653
7654 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7655 replaces gdb-script-font-lock-syntactic-keywords.
7656 (gdb-script-mode): Use it.
7657
7658 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7659 (fortran--font-lock-syntactic-keywords): New var.
7660 (fortran-line-length): Update syntax-propertize-function and
7661 fortran--font-lock-syntactic-keywords.
7662
7663 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7664
7665 * progmodes/cfengine.el (cfengine-mode):
7666 Use syntax-propertize-function.
7667 (cfengine-font-lock-syntactic-keywords): Remove.
7668
7669 * progmodes/autoconf.el (autoconf-mode):
7670 Use syntax-propertize-function.
7671 (autoconf-font-lock-syntactic-keywords): Remove.
7672
7673 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7674 (ada-after-change-function, ada-initialize-syntax-table-properties)
7675 (ada-handle-syntax-table-properties): Only define when
7676 syntax-propertize is not available.
7677 (ada-mode): Use syntax-propertize-function.
7678
7679 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7680 (font-lock-fontify-syntactic-keywords-region): Move handling of
7681 font-lock-syntactically-fontified to...
7682 (font-lock-default-fontify-region): ...here.
7683 Let syntax-propertize-function take precedence.
7684 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7685
7686 * emacs-lisp/syntax.el (syntax-propertize-function)
7687 (syntax-propertize-chunk-size, syntax-propertize--done)
7688 (syntax-propertize-extend-region-functions): New vars.
7689 (syntax-propertize-wholelines, syntax-propertize-multiline)
7690 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7691 (syntax-propertize): New functions.
7692 (syntax-propertize-rules): New macro.
7693 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7694 (syntax-ppss): Call syntax-propertize.
7695
7696 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7697
36f7d366
AM
76982010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7699
7700 * textmodes/ispell.el (ispell-init-process): Improve comments.
7701 XEmacs compatibility changes regarding (add-hook) 'local option
7702 and (set-process-query-on-exit-flag).
7703
8fca3921
MA
77042010-09-09 Michael Albinus <michael.albinus@gmx.de>
7705
cf38dd42
SM
7706 * net/tramp-cache.el (tramp-parse-connection-properties):
7707 Set tramp-autoload cookie.
8fca3921 7708
399653d6
GM
77092010-09-09 Glenn Morris <rgm@gnu.org>
7710
7711 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7712 (imagemagick-register-types): Doc fix.
7713
c34a9669
SM
77142010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7715
b073dc4b
SM
7716 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7717
7718 * progmodes/js.el (require): Require is already "eval-and-compile".
7719 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7720 (js--re-search-backward): Use js--re-search-forward.
7721
7722 * progmodes/fortran.el (fortran-line-length): Don't recompute
7723 syntactic keywords redundantly a second time.
7724
7725 * progmodes/ada-mode.el: Replace "(set '" with setq.
7726 (ada-mode): Simplify.
7727 (ada-create-case-exception, ada-adjust-case-interactive)
7728 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7729 (ada-search-ignore-string-comment, ada-move-to-start)
7730 (ada-move-to-end): Use with-syntax-table.
7731
7732 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7733 (font-lock-unfontify-region, font-lock-default-fontify-region):
7734 Update usage correspondingly.
7735 (font-lock-fontify-syntactic-keywords-region):
7736 Set parse-sexp-lookup-properties buffer-locally here.
7737 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7738
c34a9669
SM
7739 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7740
13639aab
GM
77412010-09-08 Glenn Morris <rgm@gnu.org>
7742
5a972c36
GM
7743 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7744 Error if not compiled with -DBYTE_CODE_METER.
7745
13639aab
GM
7746 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7747 Ignore dir-locals-file.
7748
331b2b90
SM
77492010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7752 Not a const.
7753 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7754 for the `gnu' messages.
7755 (compilation-set-skip-threshold): New command.
7756 (compilation-start): Use \' rather than $.
7757 (compilation-forget-errors): Use clrhash.
7758
73b4d51a
AM
77592010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7760
7761 * textmodes/ispell.el (ispell-valid-dictionary-list):
7762 Simplify logic.
7763
0f34aa77
MA
77642010-09-08 Michael Albinus <michael.albinus@gmx.de>
7765
7766 Migrate to Tramp 2.2. Rearrange load dependencies.
7767 (Bug#1529, Bug#5448, Bug#5705)
7768
7769 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7770 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7771 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7772
7773 * net/tramp.el (top): Remove all other tramp-* loads except
7774 tramp-compat.el. Remove all changes to tramp-unload-hook for
7775 other tramp-* packages. Rearrange defun order. Change calls of
7776 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7777 `tramp-compat-octal-to-decimal' to new function names.
7778 (tramp-terminal-type, tramp-initial-end-of-output)
7779 (tramp-methods, tramp-foreign-file-name-handler-alist)
7780 (tramp-tramp-file-p, tramp-completion-mode-p)
7781 (tramp-send-command-and-check, tramp-get-remote-path)
7782 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7783 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7784 (with-file-property, with-connection-property): Move to
7785 tramp-cache.el.
7786 (tramp-local-call-process, tramp-decimal-to-octal)
7787 (tramp-octal-to-decimal): Move to tramp-compat.el.
7788 (tramp-handle-shell-command): Do not require 'shell.
7789 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7790 symbols.
7791 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7792
7793 * net/tramp-cache.el (top): Require 'tramp. Add to
7794 `tramp-unload-hook'.
7795 (tramp-cache-data, tramp-get-file-property)
7796 (tramp-set-file-property, tramp-flush-file-property)
7797 (tramp-flush-directory-property, tramp-get-connection-property)
7798 (tramp-set-connection-property, tramp-flush-connection-property)
7799 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7800 cookie.
7801 (with-file-property, with-connection-property): New defuns, moved
7802 from tramp.el.
7803 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7804 macro.
7805
7806 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7807 (tramp-version): Set tramp-autoload cookie.
7808
7809 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7810 changes to tramp-unload-hook for other tramp-* packages. Add to
7811 `tramp-unload-hook'.
7812 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7813 (tramp-compat-call-process): New defuns, moved from tramp.el.
7814
7815 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7816 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7817 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7818 `tramp-compat-decimal-to-octal' to new function name.
7819 (tramp-fish-method): Make it a defconst.
7820 (tramp-fish-file-name-p): Make it a defsubst.
7821 (tramp-fish-method, tramp-fish-file-name-handler)
7822 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7823
7824 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7825 `tramp-foreign-file-name-handler-alist'. Add to
7826 `tramp-unload-hook'.
7827 (tramp-ftp-method): Make it a defconst.
7828 (tramp-ftp-file-name-p): Make it a defsubst.
7829 (tramp-ftp-method, tramp-ftp-file-name-handler)
7830 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7831
7832 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7833 `tramp-foreign-file-name-handler-alist'. Add to
7834 `tramp-unload-hook'. Change checks, whether package can be
7835 loaded.
7836 (tramp-gvfs-file-name-p): Make it a defsubst.
7837 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7838 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7839 (tramp-gvfs-handle-file-directory-p): New defun.
7840 (tramp-gvfs-file-name-handler-alist): Use it.
7841
7842 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7843 `tramp-foreign-file-name-handler-alist'. Add to
7844 `tramp-unload-hook'.
7845 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7846 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7847 defconst.
7848 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7849 (tramp-gw-open-connection): Set tramp-autoload cookie.
7850
7851 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7852 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7853 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7854 loaded.
7855 (tramp-imap-file-name-p): Make it a defsubst.
7856 (tramp-imap-method, tramp-imaps-method)
7857 (tramp-imap-file-name-handler)
7858 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7859
7860 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7861 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7862 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7863 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7864 function name.
7865 (tramp-smb-tunnel-method): Make it a defconst.
7866 (tramp-smb-file-name-p): Make it a defsubst.
7867 (tramp-smb-method, tramp-smb-file-name-handler)
7868 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7869
7870 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7871 (tramp-uuencode-region): Set tramp-autoload cookie.
7872
7873 * net/trampver.el (top) Add to `tramp-unload-hook'.
7874 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7875 cookie. Update release number.
7876
308e764f
AM
78772010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7878
7879 * textmodes/ispell.el (ispell-start-process): Make sure original
7880 arg list is properly initialized (Bug#6993, Bug#6994).
7881
10999305 78822010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7883
7884 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7885
7886 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7887 chars like - or ] (bug#6984).
7888 (rx-any-condense-range): Explode 2-char ranges.
7889
10999305
CY
78902010-09-06 Glenn Morris <rgm@gnu.org>
7891
7892 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7893
78942010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7895
7896 * textmodes/bibtex.el:
7897 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7898
f292afe5
LMI
78992010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7900
331b2b90 7901 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7902 since no callers use it.
7903 (imap-message-get): Ditto.
7904 (imap-message-put): Ditto.
7905 (imap-mailbox-map): Ditto.
7906 (imap-mailbox-put): Ditto.
7907 (imap-mailbox-get): Ditto.
a131b9b8 7908 (imap-mailbox-get): Revert last change for this function.
f292afe5 7909
dfe1285d
LMI
79102010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7911
331b2b90 7912 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7913 callers to use `imap-fetch' instead. According to the comments, this
7914 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7915 (imap-enable-exchange-bug-workaround): Remove.
7916 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7917
3ff31c90
LMI
79182010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7919
7920 * net/imap.el (imap-log): New convenience function used throughout
7921 instead of repeating the same code all over the place.
7922
dfe1285d 79232010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7924
7925 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7926 when mouse-drag-copy-region is non-nil (Bug#6956).
7927
93a596e1
CY
79282010-09-05 Chong Yidong <cyd@stupidchicken.com>
7929
8d76af4a
CY
7930 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7931 Improve regexps (Bug#6987).
7932 (dired-sort-toggle): Search more robustly for -t flag.
7933
93a596e1
CY
7934 * files.el (get-free-disk-space): Search more robustly for
7935 "available" column. Suggested by Ehud Karni
7936 <ehud@unix.mvs.co.il>.
7937
733946e7
JB
79382010-09-05 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * international/uni-bidi.el:
7941 * international/uni-category.el:
7942 * international/uni-combining.el:
7943 * international/uni-decimal.el:
7944 * international/uni-mirrored.el:
7945 * international/uni-name.el: Regenerate.
7946
2e664aab
SM
79472010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7948
6aeafb34
SM
7949 * electric.el (electric-indent-post-self-insert-function):
7950 Don't reindent with a sloppy indentation function.
7951
2e664aab
SM
7952 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7953 border case in change-log-mode.
7954
13ef65a4
CY
79552010-09-04 Chong Yidong <cyd@stupidchicken.com>
7956
7957 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7958 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7959 Recognize leading tab in gcc-include regexp. Ignore names with
7960 leading "from" or "in" in gnu regexp (Bug#6937).
7961
5abf1556
SM
79622010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7963
6aeafb34 7964 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7965 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7966 (ispell-start-process): Avoid setq and simplify logic.
7967 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7968 (kill-buffer-hook): Don't use it globally with code that uses
7969 expand-file-name since that may call kill-buffer via
7970 code_conversion_restore.
7971
0be01d2c
CY
79722010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7973
7974 * emacs-lisp/package.el (package-directory-list): Only call
7975 file-name-nondirectory on a string.
7976
ebf662f4
CY
79772010-09-02 Chong Yidong <cyd@stupidchicken.com>
7978
5abf1556
SM
7979 * emacs-lisp/package.el (package--download-one-archive):
7980 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7981 (package-activate-1, package-mark-obsolete, define-package)
7982 (package-compute-transaction, package-list-maybe-add): Use push.
7983
e5eddfd1
SM
79842010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7985
89acf735
SM
7986 Use SMIE's blink-paren for octave-mode.
7987 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7988 Backslashes do not escape single-quotes, single-quotes do.
7989 (octave-block-else-regexp, octave-block-end-regexp)
7990 (octave-block-match-alist): Remove.
7991 (octave-smie-bnf-table): New var, with old content.
7992 (octave-smie-op-levels): Use it.
7993 (octave-smie-closer-alist): New var.
7994 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7995 (octave-blink-matching-block-open): Remove.
7996 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7997 (octave-electric-space): Let self-insert-command run expand-abbrev and
7998 blink parens.
7999
3b843809
SM
8000 * electric.el (electricity): New group.
8001 (electric-indent-chars): New var.
8002 (electric-indent-post-self-insert-function): New fun.
8003 (electric-indent-mode): New minor mode.
8004 (electric-pair-skip-self): New custom.
8005 (electric-pair-post-self-insert-function): New function.
8006 (electric-pair-mode): New minor mode.
8007
0da20854
SM
8008 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
8009 calcAlg-blink-matching-open.
8010 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8011 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8012 Use the new blink-matching-check-function.
8013
a49e651e
SM
8014 Provide blink-matching support to SMIE.
8015 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8016 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8017 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8018
e5eddfd1
SM
8019 * simple.el (newline): Fix last change to properly remove itself from
8020 the hook.
8021
b13ebb5c
SM
80222010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * simple.el (newline): Eliminate optimization.
8025 Use post-self-insert-hook to set hard-newline and things before
8026 running post-self-insert-hook.
8027 (blink-matching-check-mismatch): New function.
8028 (blink-matching-check-function): New variable.
8029 (blink-matching-open): Use them.
8030 Skip back forward over prefix chars skipped by forward-sexp.
8031 Don't check if the parens are backslash escaped.
8032 (blink-paren-post-self-insert-function): Check backslash escaping here.
8033
e687c2cd
CY
80342010-09-02 Chong Yidong <cyd@stupidchicken.com>
8035
b13ebb5c
SM
8036 * emacs-lisp/package.el (package-menu-mode-map):
8037 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
8038 (package-menu-mode): Set revert-buffer-function.
8039 (package-menu-revert): Doc fix.
8040
567efba9
AM
80412010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8042
8043 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8044 `default-directory' unless using Ispell per-directory personal
8045 dictionaries and not in a mini-buffer under XEmacs.
8046 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 8047 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 8048
6d7cc563
JD
80492010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8050
08d4877e
J
8051 * simple.el (kill-new): Call interprogram-cut-function with only
8052 one argument.
8053
45240125
JD
8054 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8055 Remove cut buffer from error message.
8056
8057 * term/x-win.el (x-select-text):
8058 * term/pc-win.el (x-selection-value):
8059 * term/ns-win.el (x-selection-value):
8060 * eshell/em-term.el:
8061 * w32-fns.el (x-get-selection-value):
8062 * mouse-sel.el (mouse-sel-set-selection-function):
8063 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8064
6d7cc563
JD
8065 * term/x-win.el: Update documentation for x-last-selected-text-*.
8066 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8067 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
8068 (x-select-text): Remove argument PUSH, update documentation.
8069 Remove cut-buffer code.
6d7cc563 8070 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 8071 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
8072 Update documentation, remove cut-buffer code.
8073 Call x-selection-value-internal.
6d7cc563
JD
8074 (x-clipboard-yank): Call x-selection-value-internal.
8075 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8076
8077 * term/pc-win.el (x-last-selected-text):
8078 x-cut-buffer-or-selection-value renamed to x-selection-value
8079 (x-select-text): Remove argument PUSH, update documentation.
8080
8081 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8082 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 8083 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
8084 (x-select-text): Remove argument PUSH, update documentation.
8085
8086 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8087
8088 * w32-fns.el (x-last-selected-text):
8089 x-cut-buffer-or-selection-value renamed to x-selection-value.
8090 (x-cut-buffer-max): Remove.
8091 (x-select-text): Remove argument PUSH, update documentation.
8092
8093 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8094
8095 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8096
8097 * mouse-sel.el (mouse-sel-get-selection-function):
8098 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 8099 (x-select-text): Remove optional push.
6d7cc563 8100
4de81ee0
SM
81012010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8f4e9110
SM
8103 * simple.el (blink-paren-function): Move from C to here.
8104 (blink-paren-post-self-insert-function): New function.
8105 (post-self-insert-hook): Use it.
8106
4de81ee0
SM
8107 * emacs-lisp/pcase.el (pcase-split-memq):
8108 Fix overenthusiastic optimisation.
8109 (pcase-u1): Handle the case of a lambda pred.
8110
d419e1d9
KH
81112010-08-31 Kenichi Handa <handa@m17n.org>
8112
8113 * international/mule-cmds.el (standard-display-european-internal):
8114 Setup standard-display-table for 8-bit characters by storing 8-bit
8115 characters in the element vector.
8116
1e05f387
SM
8117 * disp-table.el (standard-display-8bit):
8118 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
8119 characters in the element vector.
8120 (standard-display-european): Likewise.
8121
61f7096c
CY
81222010-08-31 Masatake YAMATO <yamato@redhat.com>
8123
8124 * textmodes/nroff-mode.el (nroff-view): New command.
8125 (nroff-mode-map): Bind it to C-c C-c.
8126
ec5d3ff7
SM
81272010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8128
c8977b2e
SM
8129 * emacs-lisp/smie.el (smie-down-list): New command.
8130
ec5d3ff7
SM
8131 Remove old indentation and navigation code on octave-mode.
8132 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8133 smie-down-list rather than add a binding for octave-down-block.
8134 (octave-mark-block, octave-blink-matching-block-open):
8135 Rely on forward-sexp-function.
8136 (octave-fill-paragraph): Don't narrow, so you can use
8137 indent-according-to-mode.
8138 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8139 (octave-in-block-p, octave-re-search-forward-kw)
8140 (octave-re-search-backward-kw, octave-indent-calculate)
8141 (octave-end-as-array-index-p, octave-block-end-offset)
8142 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8143 (octave-down-block, octave-backward-up-block, octave-up-block)
8144 (octave-before-magic-comment-p, octave-indent-line): Remove.
8145
187d3296
CY
81462010-08-31 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * emacs-lisp/package.el (package--read-archive-file): Just use
8149 `read', to avoid copying an additional string.
8150 (package-menu-mode): Set header-line-format here.
8151 (package-menu-refresh, package-menu-revert): Signal an error if
8152 not in the Package Menu.
8153 (package-menu-package-list): New var.
8154 (package--generate-package-list): Operate on the current buffer;
8155 don't assume that it is *Packages*, since the user may rename it.
8156 Allow persistent package listings and sort keys using
8157 package-menu-package-list and package-menu-package-sort-key.
8158 (package-menu--version-predicate): Fix version calculation.
8159 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
8160 (package--list-packages): Create the *Packages* buffer.
8161 Set package-menu-package-list-key.
187d3296
CY
8162 (list-packages): Sorting by status is now the default.
8163 (package-buffer-info): Use match-string-no-properties.
8164 (define-package): Add a &rest argument for future proofing, but
8165 don't use it yet.
8166 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
8167 Merge into a single function, package-install-from-buffer.
8168 (package-install-file): Change caller.
187d3296
CY
8169
8170 * finder.el: Load finder-inf using `require'.
8171 (finder-list-matches): Sorting by status is now the default.
8172 (finder-compile-keywords): Simpify printing.
8173
e17b68ed
SM
81742010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8175
8176 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8177 (octave-mode-map): Remove special bindings for forward/backward-block
8178 and octave-backward-up-block. Use smie-close-block.
8179 (octave-continuation-marker-regexp): New var.
8180 (octave-continuation-regexp): Use it.
8181 (octave-operator-table, octave-smie-op-levels)
8182 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8183 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8184 (octave-mode): Use SMIE.
8185 (octave-close-block): Delete.
8186
42b6a73b
EZ
81872010-08-30 Eli Zaretskii <eliz@gnu.org>
8188
8189 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8190 CLIPBOARD, not in PRIMARY. (Bug#6944)
8191
f291fe60
SM
81922010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8193
ee992a8c
SM
8194 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8195 a list of parents.
8196 (smie-indent-column): Allow indirection through variables.
8197
d36b74ca
SM
8198 * composite.el (save-buffer-state): Delete, unused.
8199 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8200 (font-lock-default-fontify-region): Use with-syntax-table.
8201 * jit-lock.el (with-buffer-unmodified): Remove.
8202 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8203
f291fe60
SM
8204 Use `declare' in defmacros.
8205 * window.el (save-selected-window):
8206 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8207 * progmodes/python.el (def-python-skeleton):
8208 * net/dbus.el (dbus-ignore-errors):
8209 * jka-cmpr-hook.el (with-auto-compression-mode):
8210 * international/mule.el (with-category-table):
8211 * emacs-lisp/timer.el (with-timeout):
8212 * emacs-lisp/lisp-mnt.el (lm-with-file):
8213 * emacs-lisp/eieio.el (with-slots):
8214 * emacs-lisp/easymenu.el (easy-menu-define):
8215 * emacs-lisp/debug.el (debugger-env-macro):
8216 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8217 (Multiple-value-call, Multiple-value-prog1):
8218 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8219 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8220 edebug rule to definition.
8221 * emacs-lisp/lisp-mode.el (save-selected-window)
8222 (with-current-buffer, combine-after-change-calls)
8223 (with-output-to-string, with-temp-file, with-temp-buffer)
8224 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8225 (dolist, dotimes, when, unless):
8226 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8227
96ae4c8f
CY
82282010-08-29 Chong Yidong <cyd@stupidchicken.com>
8229
8230 * finder.el: Require `package'.
8231 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8232 (finder-package-info): Var deleted.
8233 (finder-keywords-hash, finder--builtins-alist): New vars.
8234 (finder-compile-keywords): Compute package--builtins and
8235 finder-keywords-hash instead of finder-keywords-hash, respecting
8236 the "Package" header.
f291fe60
SM
8237 (finder-unknown-keywords, finder-list-matches):
8238 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
8239 (finder-mode): Don't set font-lock-defaults.
8240 (finder-exit): We don't use "*Finder-package*" and "*Finder
8241 Category*" buffers anymore.
8242
8243 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8244 (package--builtins): Set default value to nil.
8245 (package-initialize): Load precomputed value of package--builtins
8246 from finder-inf.el.
8247 (package-alist, package-compute-transaction)
8248 (package-download-transaction): Improve docstring.
8249 (package-read-all-archive-contents): Do not change
8250 package--builtins here.
8251 (list-packages): Make package-list-packages an alias for this.
8252 Sort by status by default.
8253 (package--list-packages): Add optional PACKAGES arg.
8254 (describe-package-1): Use font-lock-face property. For built-in
8255 packages, insert file commentary.
8256 (package--generate-package-list): Rename from
8257 package-list-packages-internal; all callers changed. Add optional
8258 PACKAGES arg. Add alphabetical sort fallbacks.
8259 (package-menu--version-predicate, package-menu--status-predicate)
8260 (package-menu--description-predicate)
8261 (package-menu--name-predicate): New functions.
8262
8263 * info.el (Info-finder-find-node): Search package-alist instead of
8264 finder-package-info.
8265
e2046ecf
CY
82662010-08-29 Chong Yidong <cyd@stupidchicken.com>
8267
8268 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8269 "alpha" and "beta".
8270 (version-to-list): Handle versions like "10.3d".
8271
6fe79b7c
SM
82722010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8275 (macroexp-accumulate): Use `declare'.
8276
1a868076
VJL
82772010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8278
8279 * whitespace.el (whitespace-style): Adjust type declaration.
8280
9e69cb05
KH
82812010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8282
8283 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8284
82852010-08-26 Chong Yidong <cyd@stupidchicken.com>
8286
8287 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8288 (Bug#6907).
8289
4142607e
NW
82902010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8291
8292 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8293 (js-paren-indent-offset, js-square-indent-offset)
8294 (js-curly-indent-offset): New options.
8295 (js--proper-indentation): Use them.
8296
88a36e60
DC
82972010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8298
8299 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8300 instead of inspecting font-lock properties (Bug#6916).
8301
38dbc4d8
DR
83022010-08-26 David Reitter <david.reitter@gmail.com>
8303
8304 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8305 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8306 (server-execute): Do not run hooks here.
8307
44ffae96
MA
83082010-08-26 Michael Albinus <michael.albinus@gmx.de>
8309
8310 Sync with Tramp 2.1.19.
8311
d86d2721
SM
8312 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8313 Protect deleting tmpfile.
0dc3e410 8314 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8315
0dc3e410 8316 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8317 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8318 (tramp-completion-handle-file-name-completion):
8319 Use `tramp-connectable-p'.
20b8ac83 8320
44ffae96
MA
8321 * net/trampver.el: Update release number.
8322
cb6c4991
CY
83232010-08-26 Chong Yidong <cyd@stupidchicken.com>
8324
8325 * help.el (help-map): Bind `C-h P' to describe-package.
8326
8327 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8328
8329 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8330 when downloading archives.
8331 (describe-package-1): Add package commentary.
8332 (package-install-button-action): New function.
8333 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8334 (package-menu-view-commentary): Function removed.
8335 (package-list-packages-internal): Hide the `package' package too.
8336
b60f961f
KH
83372010-08-25 Kenichi Handa <handa@m17n.org>
8338
8339 * language/misc-lang.el ("Arabic"): New language environment.
8340 Setup composition-function-table for Arabic characters.
8341
8342 * international/fontset.el (setup-default-fontset): Fix typo for
8343 arabic OTF spec (fini->fina).
8344
a0c16be4
J
83452010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8346
8347 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8348 on all frames.
8349
85cc3d4f
VJL
83502010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8351
8352 * whitespace.el: Allow cleaning up blanks without blank
8353 visualization (Bug#6651). Adjust help window for
8354 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8355 instead of whitespace-line-column (from EmacsWiki). New version
8356 13.1.
88b5a757 8357 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8358 (whitespace-space, whitespace-hspace, whitespace-tab):
8359 Adjust foreground property face.
85cc3d4f
VJL
8360 (whitespace-line-column): Adjust docstring and type declaration.
8361 (whitespace-style-value-list, whitespace-toggle-option-alist)
8362 (whitespace-help-text): Adjust const initialization.
8363 (whitespace-toggle-options, global-whitespace-toggle-options):
8364 Adjust docstring.
8365 (whitespace-display-window, whitespace-interactive-char)
8366 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8367 (whitespace-help-scroll): New fun.
8368
cb8759ca
CY
83692010-08-24 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * emacs-lisp/package.el (list-packages): Alias for
8372 package-list-packages.
8373
44a41a47
KR
83742010-08-24 Kevin Ryde <user42@zip.com.au>
8375
be7748e7
KR
8376 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8377 (Bug#5651).
8378
44a41a47
KR
8379 * progmodes/ruby-mode.el (ruby): Add defgroup.
8380
edfd00fa
CY
83812010-08-24 Chong Yidong <cyd@stupidchicken.com>
8382
8383 * progmodes/python.el: Add Ipython support (Bug#5390).
8384 (python-shell-prompt-alist)
8385 (python-shell-continuation-prompt-alist): New options.
8386 (python--set-prompt-regexp): New function.
6a7662bb
BR
8387 (inferior-python-mode, run-python, python-shell):
8388 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8389 prompt based on the Python interpreter.
8390 (python--prompt-regexp): New var.
8391 (python-check-comint-prompt)
8392 (python-comint-output-filter-function): Use it.
8393 (run-python): Use a pipe (Bug#5694).
8394
83952010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8396
8397 * progmodes/python.el (python-send-region): Send a different
8398 Python command if Ipython is in use.
8399 (python-check-version): Use a Python command to find the version.
8400
1c409d0b
CY
84012010-08-24 Chong Yidong <cyd@stupidchicken.com>
8402
8403 * mouse.el (mouse-yank-primary): Avoid setting primary when
8404 deactivating the mark (Bug#6872).
8405
733946e7 84062010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8407
8408 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8409 with "else" (Bug#3991).
8410
e73f184c
MA
84112010-08-23 Michael Albinus <michael.albinus@gmx.de>
8412
8413 * net/dbus.el: Accept UNIX domain sockets as bus address.
8414 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8415 this is done in dbusbind.c.
e73f184c
MA
8416 (dbus-check-event): Adapt test for bus.
8417 (dbus-return-values-table, dbus-unregister-service)
8418 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8419 Adapt doc string.
8420
1a140747
JB
84212010-08-23 Juanma Barranquero <lekktu@gmail.com>
8422
8423 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8424
7133b7ee
JL
84252010-08-22 Juri Linkov <juri@jurta.org>
8426
8427 * simple.el (read-extended-command): New function with the logic
8428 for `completing-read' moved to Elisp from `execute-extended-command'.
8429 Use `function-called-at-point' in `minibuffer-default-add-function'
8430 to get a command name for M-n (bug#5364, bug#5214).
8431
198a7a97
CY
84322010-08-22 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * startup.el (command-line-1): Issue warning for ignored arguments
8435 --unibyte, etc (Bug#6886).
8436
c00725d7
LL
84372010-08-22 Leo <sdl.web@gmail.com>
8438
8439 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8440 (ignore, bright, dim, keyword): Split list of nicknames before
8441 passing to rcirc-add-or-remove (Bug#6894).
8442
bc7d7ea6
CY
84432010-08-22 Chong Yidong <cyd@stupidchicken.com>
8444
8445 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8446
b0126eac 84472010-08-22 Leo <sdl.web@gmail.com>
e0143335 8448
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8449 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8450 * ido.el: Revert Óscar's.
e0143335
LL
8451 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8452 Remember the buffers at head, rather than their name.
76e3243a 8453 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8454
b0126eac 84552010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8456 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8459 extra backslash added to each line (bug#6890).
8460
b0126eac 84612010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8462
8463 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8464
b0126eac 84652010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8466
8467 * menu-bar.el (menu-bar-games-menu): Add landmark.
8468
b0126eac 84692010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8470
9130a2d6
GM
8471 * align.el (align-regexp): Make group and spacing arguments
8472 use the interactive defaults when non-interactive. (Bug#6698)
8473
fb89a654
GM
8474 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8475 expansion, so as not to need sendmail.
8476 (mail-text-start): Remove declaration.
8477 (rmail-retry-failure): Require sendmail.
8478
b0126eac 84792010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8480
8481 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8482
b0126eac 84832010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8484
186e86db
SM
8485 * progmodes/flymake.el (flymake-start-syntax-check-process):
8486 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8487
b0126eac 84882010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8489
8490 * files.el: Add `word-wrap' as safe local variable.
8491
b0126eac 84922010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8493
8494 * woman.el (woman-translate): Case matters. (Bug#6849)
8495
b0126eac 84962010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8497
8498 * simple.el (kill-region): Doc fix (Bug#6787).
8499
b0126eac 85002010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8501
8502 * calendar/diary-lib.el (diary-header-line-format):
8503 Fit it to the window, not the frame.
8504
b0126eac 85052010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8506
8507 * subr.el (ignore-errors): Add debug declaration.
8508
b0126eac 85092010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8510
8511 * whitespace.el (whitespace-color-off): Remove post-command-hook
8512 locally.
8513
537ffaf3
SM
85142010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8517
d64b8a68
CY
85182010-08-21 Chong Yidong <cyd@stupidchicken.com>
8519
8520 * cus-edit.el (custom-group-value-create): Add extra newline
8521 before end line (Bug#6876).
8522
d2625c3d
CY
85232010-08-21 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8526 when extending it. Before killing on the second click, check if
8527 the buffer is the correct one. Doc fix.
8528 (mouse-secondary-save-then-kill): Allow usage without first
8529 calling mouse-start-secondary, by defaulting to point. Don't save
8530 an empty secondary selection. Doc fix.
8531
80525855
VJL
85322010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8533
91bdeb66
VJL
8534 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8535 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8536 New version 13.0.
80525855
VJL
8537 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8538 Adjust initialization.
8539 (whitespace-bob-marker, whitespace-eob-marker)
8540 (whitespace-buffer-changed): New vars.
8541 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8542 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8543 (whitespace-post-command-hook, whitespace-display-char-on):
8544 Adjust code.
80525855 8545 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8546 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8547
4b9c0a49
SM
85482010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8549
118cf454
SM
8550 * files.el (locate-file-completion-table): Only list the .el and .elc
8551 extensions if there's no other choice (bug#5955).
8552
a2e5caf7
SM
8553 * facemenu.el (facemenu-self-insert-data): New var.
8554 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8555 New functions.
8556 (facemenu-add-face): Use them.
8557
4b9c0a49
SM
8558 * simple.el (blink-matching-open): Obey forward-sexp-function.
8559
0193499f
SM
85602010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8561
b2a15250
SM
8562 * simple.el (prog-mode-map): New var.
8563 (prog-indent-sexp): New command.
8564
b5ba2d6f
SM
8565 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8566
9acd1bdc
SM
8567 * progmodes/prolog.el (smie): Require.
8568
8723cfa4
SM
8569 * emacs-lisp/smie.el (smie-default-backward-token)
8570 (smie-default-forward-token): Strip properties.
8571 (smie-next-sexp): Be more careful with associative operators.
8572 (smie-forward-sexp-command): Generalize.
8573 (smie-backward-sexp-command): Simplify.
8574 (smie-closer-alist): New var.
8575 (smie-close-block): New command.
8576 (smie-indent-debug-log): New var.
8577 (smie-indent-offset-rule): Add a few more cases.
8578 (smie-indent-column): New function.
8579 (smie-indent-after-keyword): Use it.
8580 (smie-indent-keyword): Use it.
8581 Fix up the opener code's point position.
8582 (smie-indent-comment): Only applies at BOL.
8583 (smie-indent-debug): New command.
8584
0193499f
SM
8585 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8586 declarations that are useful before running the macro.
8587
0c9b8993
GM
85882010-08-18 Joakim Verona <joakim@verona.se>
8589
8590 * image.el (imagemagick-types-inhibit): New variable.
8591 (imagemagick-register-types): New function.
8592 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8593 (image-transform-set-scale, image-transform-fit-to-height)
8594 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8595 (image-transform-fit-to-width, image-transform-fit-to-height):
8596 New functions.
ccd80618
JV
8597 (image-toggle-display-image): Support image transforms.
8598
1075cd61
KY
85992010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8600
8601 * image.el (create-animated-image): Don't add heuristic mask to image
8602 (Bug#6839).
8603
64cb6c78
J
86042010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8605
0193499f
SM
8606 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8607 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8608
ff80a446
SM
86092010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8610
afa22f7c
SM
8611 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8612
ff80a446
SM
8613 Font-lock '...' strings, plus various simplifications and fixes.
8614 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8615 (octave-font-lock-close-quotes): New function.
8616 (octave-font-lock-syntactic-keywords): New var.
8617 (octave-mode): Use it. Set beginning-of-defun-function.
8618 (octave-mode-map): Don't override the <foo>-defun commands.
8619 (octave-mode-menu): Pass it directly to easy-menu-define;
8620 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8621 (octave-block-match-alist): Fix up last change so that
8622 octave-close-block uses the more specific keyword.
8623 (info-lookup-mode): Silence byte-compiler.
8624 (octave-beginning-of-defun): Not interactive any more.
8625 Optimize slightly.
8626 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8627 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8628 (octave-completion-at-point-function): Make sure point is within
8629 beg..end.
8630 (octave-reindent-then-newline-and-indent):
8631 Use reindent-then-newline-and-indent.
8632 (octave-add-octave-menu): Remove.
8633
2269b349
JD
86342010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8635
489cd5bd
JD
8636 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8637 (report-emacs-bug-can-use-xdg-email): New functions.
8638 (report-emacs-bug): Set can-xdg-email to result of
8639 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8640 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8641 about it.
30ebab6d 8642
a2fb159c
GM
8643 * net/browse-url.el (browse-url-default-browser): Add cond
8644 for browse-url-xdg-open.
8645 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8646
86472010-08-17 Glenn Morris <rgm@gnu.org>
8648
8649 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8650 (c-fontify-recorded-types-and-refs): Define for compiler.
8651 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8652 before use.
8653
8654 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8655 Fix format call.
8656
bb6aba9c
MA
86572010-08-17 Michael Albinus <michael.albinus@gmx.de>
8658
8659 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8660 properties.
8661 (tramp-handle-process-file): Call the program in a subshell, in
8662 order to preserve working directory.
8663 (tramp-action-password): Hide password prompt before next run.
8664 (tramp-process-actions): Widen connection buffer for the trace.
8665
8f10c937
DD
86662010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8667
8668 * net/rcirc.el (rcirc-log-process-buffers): New option.
8669 (rcirc-print): Use it.
8670 (rcirc-generate-log-filename): New function.
8671 (rcirc-log-filename-function): Change default to
8672 rcirc-generate-log-filename (Bug#6828).
8673
7c23dd44
CY
86742010-08-16 Chong Yidong <cyd@stupidchicken.com>
8675
8676 * simple.el (deactivate-mark): If select-active-regions is `only',
8677 only set selection for temporarily active regions.
8678
8679 * cus-start.el: Change defcustom for select-active-regions.
8680
6d3e82d2
CY
86812010-08-15 Chong Yidong <cyd@stupidchicken.com>
8682
8683 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8684 (mouse-drag-track): Use LOCATION arg to push-mark.
8685 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8686 consideration when updating point and mark (Bug#6840).
8687
c68263b1
CY
86882010-08-15 Chong Yidong <cyd@stupidchicken.com>
8689
8690 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8691 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8692
456f369a
ŠN
86932010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8694
ff80a446
SM
8695 * font-lock.el (lisp-font-lock-keywords-2):
8696 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8697 with-demoted-errors, and with-silent-modifications (Bug#6025).
8698
c22e18f5
KR
86992010-08-14 Kevin Ryde <user42@zip.com.au>
8700
8701 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8702 (copyright-update): Temporary switch-to-buffer to ensure the
8703 buffer change being queried is visible (Bug#5394).
c22e18f5 8704
6f1a6faf
TT
87052010-08-14 Tom Tromey <tromey@redhat.com>
8706
8707 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8708 (Bug#6733).
8709
e7afcf30
EZ
87102010-08-14 Eli Zaretskii <eliz@gnu.org>
8711
8712 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8713 MS-DOS. (Bug#6689)
8714
2b4e6277
J
87152010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8716
8717 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8718 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8719 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8720 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8721 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8722 Call menu-bar-set-tool-bar-position.
2b4e6277 8723
dc94fc85
SM
87242010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8725
c5683ceb
SM
8726 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8727 comment style (bug#6834).
8728 * progmodes/scheme.el (scheme-mode-syntax-table):
8729 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8730 "b" flag in "' 14b" syntax.
8731
c82d5b11
SM
8732 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8733 for (un)commenting the region and performing completion.
8734 (octave-mode-menu): Use standard commands for help and completion.
8735 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8736 (octave-mode): Use define-derived-mode.
8737 Set completion-at-point-functions and don't set columns.
8738 Don't disable adaptive-fill-regexp.
8739 (octave-describe-major-mode, octave-comment-region)
8740 (octave-uncomment-region, octave-comment-indent)
8741 (octave-indent-for-comment): Remove.
8742 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8743 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8744 (octave-initialize-completions): No need to make an alist.
8745 (octave-completion-at-point-function): New function.
8746 (octave-complete-symbol): Use it.
8747 (octave-insert-defun): Use define-skeleton.
8748
8749 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8750 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8751
abec5126 87522010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8753
8754 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8755 indentation of inserted comment.
8756
3a46642b
J
87572010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8758
8759 * faces.el (region): Add type gtk that uses gtk colors.
8760
8761 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8762 Handle theme-name change.
8763
3bd2cfef
MM
87642010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8765
8766 * progmodes/sql.el: Version 2.5
8767 (sql-product-alist): Add :prompt-cont-regexp property for several
8768 database products.
8769 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8770 (sql-output-newline-count, sql-output-by-send):
8771 New variables. Record number of newlines in input text.
3bd2cfef
MM
8772 (sql-send-string): Handle multiple filters and count newlines.
8773 (sql-send-magic-terminator): Count terminator newline.
8774 (sql-interactive-remove-continuation-prompt): Filters output to
8775 remove continuation prompts; one for each newline.
8776 (sql-interactive-mode): Set up new variables, prompt regexp and
8777 output filter.
8778 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8779 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8780
d02c9bcd
SM
87812010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * emacs-lisp/pcase.el: New file.
8784
80ca4f1e
MA
87852010-08-10 Michael Albinus <michael.albinus@gmx.de>
8786
8787 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8788 as here-document, otherwise the command could exceed maximum
8789 length of command line.
d02c9bcd
SM
8790 (tramp-handle-vc-registered): Call script accordingly.
8791 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8792
2948599b
KH
87932010-08-10 Kenichi Handa <handa@m17n.org>
8794
8795 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8796 composable pattern.
8797
148cef8e
CY
87982010-08-09 Chong Yidong <cyd@stupidchicken.com>
8799
8800 * emacs-lisp/package.el (package-version-split)
8801 (package--version-first-nonzero, package-version-compare):
8802 Functions removed.
8803 (package-directory-list, package-load-all-descriptors)
8804 (package--built-in, package-activate, define-package)
8805 (package-installed-p, package-compute-transaction)
8806 (package-read-all-archive-contents)
8807 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8808 (package-tar-file-info, package-list-packages-internal):
8809 Use version-to-list and version-list-*.
148cef8e 8810
d02c9bcd
SM
8811 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8812 Use version-to-list.
148cef8e
CY
8813 (package-upload-buffer-internal): Use version-list-<=.
8814
82a9ce0f
KH
88152010-08-09 Kenichi Handa <handa@m17n.org>
8816
231e5e5f 8817 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8818 composable pattern.
8819
7adf5fdc
CY
88202010-08-08 Chong Yidong <cyd@stupidchicken.com>
8821
fc560445
CY
8822 * tutorial.el (tutorial--default-keys): C-d is now bound to
8823 delete-forward-char (Bug#6826).
8824
7adf5fdc
CY
8825 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8826 for `double' value of mouse-1-click-follows-link (Bug#6807).
8827
e54a1075
JB
88282010-08-08 Johan Bockgård <bojohan@gnu.org>
8829
8830 * replace.el (replace-highlight): Bind isearch-forward and
8831 isearch-error, ensuring that highlighting is updated if the user
8832 switches the search direction (Bug#6808).
8833
8834 * isearch.el (isearch-lazy-highlight-forward): New var.
8835 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8836 (isearch-lazy-highlight-update): Use it.
8837
7815fe19 88382010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8839
8d9e03e4
JB
8840 * international/mule.el (define-charset): Store NAME as :base property.
8841 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8842 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8843 current priority. Force using the designation of the specific
8d9e03e4 8844 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8845
7815fe19 88462010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8847
8848 * emulation/pc-select.el (pc-selection-mode-hook)
8849 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8850 (pc-selection-mode): Fix typos in docstrings.
8851
7815fe19 88522010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8853
8854 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8855 ctext-non-standard-encodings-alist here.
8856
8d9e03e4
JB
8857 * international/mule.el (ctext-non-standard-encodings-alist):
8858 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8859 (ctext-standard-encodings): New variable.
8860 (ctext-non-standard-encodings-table): List only elements for
8861 non-standard encodings.
186e86db 8862 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8863 Check ctext-standard-encodings.
8864
8865 * international/mule-conf.el (compound-text): Doc fix.
8866 (ctext-no-compositions): Doc fix.
8867 (compound-text-with-extensions): Doc fix.
8868
7815fe19 88692010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8870
8871 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8872
8d9e03e4 88732010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8874
9ebc731b
JB
8875 * progmodes/which-func.el (which-func-format): Split help-echo text
8876 into lines, like other mode-line tooltips.
8877
d5b8058f
JB
8878 * server.el (server-start): When using TCP sockets, force IPv4
8879 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8880
8d9e03e4 88812010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8882
8883 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8884
8d9e03e4 88852010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8886
8887 * term.el (term-delimiter-argument-list): Reflow docstring.
8888 (term-read-input-ring, term-write-input-ring, term-send-input)
8889 (term-bol, term-erase-in-display, serial-supported-or-barf):
8890 Fix typos in docstrings.
8891
8d9e03e4 88922010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8893
8894 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8895
8d9e03e4 88962010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8897
8898 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8899
8d9e03e4 89002010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8901
8902 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8903 Fix typo in docstring (bug#6747).
8904
7815fe19 89052010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8906
8907 * eshell/esh-io.el (eshell-get-target): Better detection of
8908 read-only file (Bug#6762).
8909
7815fe19 89102010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8911
8912 * align.el (align-default-spacing): Doc fix.
8913 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8914
733946e7 89152010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8916
490b89ac 8917 * calendar/icalendar.el
93acd23d
JB
8918 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8919 (icalendar--get-weekday-numbers): New.
81ee9410 8920 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8921 values in weekly rules. (Bug#6766)
81ee9410 8922
490b89ac
UJ
89232010-08-08 Ulf Jasper <ulf.jasper@web.de>
8924
8925 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8926 (icalendar--create-uid, icalendar-export-region)
8927 (icalendar--parse-summary-and-rest): Code formatting.
8928
2c695727
JB
89292010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8930
01c35094 8931 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8932 to italicize headers.
8933 (calc-highlight-selections-with-faces): New variable.
8934 (calc-selected-face, calc-nonselected-face): New faces.
8935
8936 * calc/calccomp.el (math-comp-highlight-string): Use
8937 `calc-highlight-selections-with-faces' to determine how to highlight
8938 sub-formulas.
8939
8940 * calc/calc-sel.el (calc-show-selections): Change message to when
8941 using faces to highlight selections.
8942
b93d4f22
MM
89432010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8944
8d9e03e4
JB
8945 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8946 Add SQLite 3 keywords, functions and datatypes.
8947 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8948 (Bug#6686).
8949
9852377f
CY
89502010-08-07 Chong Yidong <cyd@stupidchicken.com>
8951
8952 * simple.el (select-active-regions): Move to keyboard.c.
8953 (deactivate-mark): Used saved-region-selection.
8954 (select-active-region): Function removed.
8955 (activate-mark, set-mark, push-mark-command)
8956 (handle-shift-selection): Don't call it.
8957 (keyboard-quit): Avoid adding the region to the window selection.
8958
8959 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8960 select-active-regions implementation.
8961 (mouse-yank-at-click): Doc fix.
8962
8963 * cus-start.el: Add custom declaration for select-active-regions.
8964
822775bf
EZ
89652010-08-07 Eli Zaretskii <eliz@gnu.org>
8966
4c5130d6
EZ
8967 * simple.el (delete-forward-char): Doc fix.
8968
822775bf
EZ
8969 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8970 after reading the tutorial.
8971
bd4c5e3e
AM
89722010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8973
6a7662bb
BR
8974 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8975 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8976 their respective lines. (Bug#193)
bd4c5e3e 8977
d00fa9b6
MA
89782010-08-06 Michael Albinus <michael.albinus@gmx.de>
8979
8d9e03e4 8980 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8981 property "vec".
6a7662bb
BR
8982 (tramp-process-sentinel): Use it for flushing the cache.
8983 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8984 already when running the sentinel.
8985
89862010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8987
8988 * comint.el (comint-mode): Make directory tracking functions
8989 functional on remote files. (Bug#6764)
8990
b3d42406
DN
89912010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8992
8993 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8994
29cf3e20
EZ
89952010-08-05 Eli Zaretskii <eliz@gnu.org>
8996
6a7662bb
BR
8997 * emacs-lisp/find-gc.el (find-gc-source-files):
8998 Rename unexec.c => unexcoff.c.
29cf3e20 8999
6a7662bb
BR
9000 * emacs-lisp/authors.el (authors-fixed-entries):
9001 Rename unexec.c => unexcoff.c.
29cf3e20 9002
39e1bf0b
MA
90032010-08-05 Michael Albinus <michael.albinus@gmx.de>
9004
9005 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
9006 cache, not only file cache.
9007 (tramp-process-sentinel): New defun.
9008 (tramp-handle-start-file-process): Use it, in order to invalidate
9009 file caches.
9010
9f982e22
LL
90112010-08-03 Leo <sdl.web@gmail.com>
9012
9013 * server.el (server-start): Simplify loop.
9014
0798a8d8
SM
90152010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9016
548c5c47
SM
9017 * frame.el (screen-height, screen-width, set-screen-width)
9018 (set-screen-height): Remove ancient compatibility aliases.
9019
3311d1c2
SM
9020 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9021 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9022
0798a8d8
SM
9023 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9024 that change current buffer.
9025
26ee77a6
YM
90262010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9027
9028 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9029 beginning of the string. Use `string-match-p'. (Bug#6765)
9030
aa1859f5
J
90312010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9032
9033 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9034
376c2b6b
CY
90352010-08-01 Chong Yidong <cyd@stupidchicken.com>
9036
0798a8d8 9037 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 9038 (package--builtins): Tweak descriptions.
0798a8d8
SM
9039 (package-print-package): Upcase descriptions if necessary.
9040 Show all built-in packages in font-lock-builtin-face.
9041 (package-list-packages-internal): Omit "emacs" package.
9042 Show status of built-in packages as "built-in".
376c2b6b 9043
16041401
CY
90442010-07-31 Chong Yidong <cyd@stupidchicken.com>
9045
9046 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9047 before killing to preserve the primary selection (Bug#6701).
9048
9049 * term/x-win.el (x-select-text): Doc fix.
9050
0798a8d8
SM
90512010-07-31 Nathaniel Flath <flat0103@gmail.com>
9052
452ea855
AM
9053 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9054 (objc-font-lock-extra-types):
452ea855 9055 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
9056 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9057 (c++-make-template-syntax-table)
9058 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9059 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9060 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9061 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
9062 * progmodes/cc-fonts.el (c-make-inverse-face)
9063 (c-basic-matchers-after):
452ea855
AM
9064 * progmodes/cc-engine.el (c-forward-keyword-clause)
9065 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9066 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9067 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
9068 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9069 The above functions were modified or created.
452ea855 9070
37766706
J
90712010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9072
0798a8d8 9073 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 9074
cd83d522
EZ
90752010-07-31 Eli Zaretskii <eliz@gnu.org>
9076
9077 * files.el (bidi-paragraph-direction): Define safe local values.
9078
9079 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9080 language-info-alist. Remove outdated FIXME in a comment.
9081
28e5cf7c
AM
90822010-07-31 Alan Mackenzie <acm@muc.de>
9083
9084 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9085 Auto-fill broken in C/C++ modes.
9086
bfeabdc3
JD
90872010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9088
9089 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9090 (menu-bar-showhide-tool-bar-menu-customize-disable)
9091 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
9092 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9093 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
9094 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9095 make a menu for Options => toolbar that can move it.
9096
063e5294
CY
90972010-07-29 Chong Yidong <cyd@stupidchicken.com>
9098
9099 * emacs-lisp/package-x.el (package--make-rss-entry):
9100 (package-maint-add-news-item, package--update-news)
9101 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9102
9103 * emacs-lisp/package.el (package-archive-url): Rename from
9104 package-archive-id.
9105 (package-install): Doc fix.
9106 (package-download-single, package-download-tar, package-install)
9107 (package-menu-view-commentary): Callers changed.
9108
683cc385
MA
91092010-07-29 Michael Albinus <michael.albinus@gmx.de>
9110
9111 * net/tramp.el (tramp-handle-start-file-process): Check only for
9112 `remote-tty' process property.
9113 (tramp-open-shell): Don't check for tty.
9114 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9115 process property.
9116
9117 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9118 host.
9119
bc44bef7
PH
91202010-07-28 Chong Yidong <cyd@stupidchicken.com>
9121
9122 * emacs-lisp/package.el (package-load-list, package-archives)
9123 (package-archive-contents, package-user-dir)
9124 (package-directory-list, package--builtins, package-alist)
9125 (package-activated-list, package-obsolete-alist): Mark as risky.
9126
91272010-07-28 Phil Hagelberg <phil@evri.com>
9128
9129 Add support for non-default package repositories.
9130 * emacs-lisp/package.el (package-archive-base): Var deleted.
9131 (package-archives): New variable.
9132 (package-archive-contents): Doc fix.
0798a8d8 9133 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
9134 (package--write-file-no-coding): New function.
9135 (package-unpack-single): Use it.
9136 (package-archive-id): New function.
9137 (package-download-single, package-download-tar)
9138 (package-menu-view-commentary): Use it.
9139 (package-installed-p): Make second argument optional.
9140 (package-read-all-archive-contents): New function.
9141 (package-initialize): Use it.
9142 (package-read-archive-contents): Add ARCHIVE argument.
9143 (package--add-to-archive-contents): New function.
9144 (package-install): Don't call package-read-archive-contents.
9145 (package--download-one-archive): Store archive file in a
9146 subdirectory of package-user-dir.
9147 (package-menu-execute): Remove spurious line movement.
9148
8a52f00a
JD
91492010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9150
9151 * cus-start.el (tool-bar-style): Add text-image-horiz.
9152
b21d3ceb
MA
91532010-07-28 Michael Albinus <michael.albinus@gmx.de>
9154
9155 * progmodes/gud.el (gud-common-init): Check for remoteness of
9156 `file', and not of `default-directory'.
9157
8fbcce2d
MA
91582010-07-28 Michael Albinus <michael.albinus@gmx.de>
9159
9160 * net/tramp.el (tramp-methods): Move hostname to the end in all
9161 ssh `tramp-login-args'.
9162 (tramp-verbose): Describe verbose level 9.
9163 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9164 (tramp-open-connection-setup-interactive-shell): Trace stty
9165 settings if `tramp-verbose' >= 9.
9166 (tramp-handle-start-file-process): Implement tty setting.
9167 (Bug#4604, Bug#6360)
9168
9169 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9170 `tramp-verbose' to 9.
9171
128440c9
AH
91722010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9173
9174 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9175 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9176 Remove references to package `lisp-re' (bug#4369).
9177
ae0c2494
TT
91782010-07-27 Tom Tromey <tromey@redhat.com>
9179
9180 * progmodes/js.el (js-mode):
9181 * progmodes/make-mode.el (makefile-mode):
9182 * progmodes/simula.el (simula-mode):
9183 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9184
0ed082fe 91852010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
9186
9187 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9188
7c7c04c0
JB
9189 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9190 (display-time-world-buffer-name, display-time-world-mode-map):
9191 Fix typos in docstrings.
9192
0ed082fe 91932010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
9194
9195 * image-mode.el (image-display-size): New function.
9196 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9197 (image-mode-fit-frame): Use it (Bug#6639).
9198
0ed082fe 91992010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
9200
9201 * dired.el (dired-buffers-for-dir): Handle list values of
9202 dired-directory (Bug#6636).
9203
aa2d4bd3
SS
92042010-07-26 Sam Steingold <sds@gnu.org>
9205
9206 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9207 Do not call `x-get-selection' the second time, reuse the value.
9208
78b84da3
DU
92092010-07-26 Daiki Ueno <ueno@unixuser.org>
9210
9211 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 9212 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 9213
4f195cf7
DU
92142010-07-25 Daiki Ueno <ueno@unixuser.org>
9215
9216 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9217 exists before passing an error to find-file-not-found-functions
9218 (bug#6723).
9219
195e19e4
LH
92202010-07-23 Lukas Huonker <l.huonker@gmail.com>
9221
9222 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9223 Remove leading nil element, adjust values.
9224 (tetris-shapes, tetris-shape-scores):
9225 Change representation of shapes and remove some redundancy.
9226 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9227 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9228 Adjust for working with new representation of shapes.
9229 (tetris-shape-rotations): New function.
9230 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9231 (tetris-rotate-prev, tetris-rotate-next):
9232 Adjust for working with the new version of tetris-test-shape.
9233
9cf2db99
MT
92342010-07-23 Markus Triska <markus.triska@gmx.at>
9235
9236 * progmodes/ps-mode.el: Use comint (bug#5954).
9237 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9238 (ps-mode-other-newline): Simplify.
9239 (ps-run-mode): Derive from comint-mode instead of
9240 fundamental-mode, yielding input history etc.
9241 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9242 (ps-run-send-string): Adapt for comint-mode.
9243 (ps-run-newline): Remove now unneeded function.
9244
225d5e9e
MA
92452010-07-23 Michael Albinus <michael.albinus@gmx.de>
9246
9247 * net/tramp.el (tramp-methods): Move hostname to the end in all
9248 plink `tramp-login-args'.
9249
84bc68f2
MA
92502010-07-23 Michael Albinus <michael.albinus@gmx.de>
9251
9252 * net/tramp.el (tramp-open-shell): New defun.
9253 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9254 Use it.
9255
1eb5ca1c
MA
92562010-07-23 Michael Albinus <michael.albinus@gmx.de>
9257
9258 * net/tramp.el (tramp-file-name-regexp-unified)
9259 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9260 not regard the volume letter as remote filename. (Bug#5447)
9261
440735a7
JB
92622010-07-23 Juanma Barranquero <lekktu@gmail.com>
9263
9264 * custom.el (custom-declare-variable): Give a clearer error message
9265 when the docstring is missing (bug#6476).
9266
5474c40f
MM
92672010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9268
9269 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9270 (sql-login-params): New widget definition.
9271 (sql-oracle-login-params, sql-mysql-login-params)
9272 (sql-solid-login-params, sql-sybase-login-params)
9273 (sql-informix-login-params, sql-ingres-login-params)
9274 (sql-ms-login-params, sql-postgres-login-params)
9275 (sql-interbase-login-params, sql-db2-login-params)
9276 (sql-linter-login-params): Use it.
9277 (sql-sqlite-login-params): Use it; Define "database" parameter as
9278 a file name.
c4cc8b9a 9279 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9280 (sql-comint-sqlite): Make sure database name is complete.
9281 (sql-for-each-login): New function.
9282 (sql-connect, sql-save-connection): Use it.
9283 (sql-get-login-ext): New function.
9284 (sql-get-login): Use it.
9285 (sql-make-alternate-buffer-name): Handle :file parameters.
9286
9c0deccb
JB
92872010-07-22 Juanma Barranquero <lekktu@gmail.com>
9288
9289 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9290 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9291
aac818a8
TL
92922010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9293
9294 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9295
47d2734f
LM
92962010-07-22 Lawrence Mitchell <wence@gmx.li>
9297
9298 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9299
10e73994
MA
93002010-07-21 Michael Albinus <michael.albinus@gmx.de>
9301
9302 * net/tramp.el (tramp-get-ls-command)
9303 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9304 instead of "/".
9305
d26b0ea9
MM
93062010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9307
9308 * progmodes/sql.el: Version 2.3.
f49d1f52 9309 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9310 enhanced the widget definition.
88b5a757
DD
9311 (sql-mode-menu): Add submenu to select connections.
9312 (sql-interactive-mode-menu): Add "Save Connection" item.
9313 (sql-add-product): Fix menu item.
d26b0ea9 9314 (sql-get-product-feature): Improved error handling.
5f9d345c 9315 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9316 (sql-make-alternate-buffer-name): Simplified.
9317 (sql-product-interactive): Handle missing product.
9318 (sql-connect): Support string keys, minor improvements.
9319 (sql-save-connection): New function.
9320 (sql-connection-menu-filter): New function.
9321
af4b9ae5
MA
93222010-07-20 Michael Albinus <michael.albinus@gmx.de>
9323
9324 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9325 (tramp-open-connection-setup-interactive-shell):
9326 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9327 `tramp-send-command' where it belongs to.
9328
da040a16
MA
93292010-07-20 Michael Albinus <michael.albinus@gmx.de>
9330
9331 * net/tramp.el (tramp-perl-file-attributes)
9332 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9333 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9334 front of `login-args'.
9335
16f3ade5
JB
93362010-07-19 Juanma Barranquero <lekktu@gmail.com>
9337
9338 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9339 Set `show-trailing-whitespace' to nil.
9340 (display-time-world-display): Simplify.
9341
00af0b67
AM
93422010-07-18 Alan Mackenzie <acm@muc.de>
9343
9344 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9345 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9346 (c-before-hack-hook): Call `c-set-style' differently according to
9347 whether c-file-style was set in file or directory local
9348 variables.
9349
30c4d8dc
MM
93502010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9351
9352 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9353 (sql-product, sql-user, sql-database, sql-server, sql-port):
9354 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9355 property.
9356 (sql-password): Use defcustom :risky keyword rather than putting
9357 risky-local-variable property.
9358 (sql-oracle-login-params, sql-sqlite-login-params)
9359 (sql-solid-login-params, sql-sybase-login-params)
9360 (sql-informix-login-params, sql-ingres-login-params)
9361 (sql-ms-login-params, sql-postgres-login-params)
9362 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9363 (sql-linter-login-params): Add `port' option.
88b5a757 9364 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9365 (sql-comint-oracle, sql-comint-sybase)
9366 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9367 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9368 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9369 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9370 sql-comint-*.
88b5a757 9371 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9372 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9373 (sql-connection): New variable.
30c4d8dc
MM
9374 (sql-interactive-mode): Set it.
9375 (sql-connection-alist): New variable.
9376 (sql-connect): New function.
9377 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9378 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9379
f12492c8
TV
93802010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9381
9382 * image-mode.el (image-bookmark-make-record): Do not set context
9383 in an image (Bug#6650).
9384
91023c68
CY
93852010-07-17 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * simple.el (select-active-region): New function.
9388 (push-mark-command, set-mark, activate-mark)
9389 (handle-shift-selection): Use it.
9390 (deactivate-mark): Don't check for size of region.
9391
9392 * mouse.el (mouse-drag-track): Use select-active-region.
9393
1c0e8f0e
MA
93942010-07-17 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9397 "--dired" stronger.
9398
2490cbbc
CY
93992010-07-17 Chong Yidong <cyd@stupidchicken.com>
9400
9401 * term/x-win.el (x-select-enable-primary): Change default to nil.
9402 (x-select-enable-clipboard): Add :version keyword.
9403
9404 * mouse.el (mouse-drag-copy-region):
9405 * simple.el (select-active-regions): Likewise.
9406
f253ef6a
RS
94072010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9408
a628ad9d 9409 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9410 (vc-coding-system-for-diff): Use it to decide whether to inherit
9411 from the file the EOL format for reading the diffs of that file.
9412 (Bug#4451)
9413
134a027f
EZ
94142010-07-16 Eli Zaretskii <eliz@gnu.org>
9415
9416 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9417 unibyte, so compressed attachments are not compressed again.
9418
7e4289ad
MA
94192010-07-16 Michael Albinus <michael.albinus@gmx.de>
9420
9421 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9422 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9423 (tramp-find-shell): Simplify setting connection property.
9424 (tramp-get-ls-command): Make test for "--color=never" stronger.
9425
7473fff9 94262010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9427
9428 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9429 blocks within record declarations (i.e. variant parts) correctly.
9430
a11b38ee
SS
94312010-07-15 Simon South <ssouth@member.fsf.org>
9432
9433 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9434 over literal tokens when parsing so newlines aren't "absorbed" by
9435 single-line comments. Corrects the indentation of case blocks
9436 that have a comment on the first line.
9437
077e0753
KF
94382010-07-14 Karl Fogel <kfogel@red-bean.com>
9439
9440 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9441 by Drew Adams (Bug#5504).
9442
243881ed
J
94432010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9444
9445 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9446 now that Unicode is used (Bug#6594).
243881ed 9447
f9d71b42
CY
94482010-07-14 Chong Yidong <cyd@stupidchicken.com>
9449
9450 * term/x-win.el (x-select-enable-clipboard): Default to t.
9451 (x-initialize-window-system): Don't overwrite Paste menu item.
9452
9453 * simple.el (select-active-regions): Default to t.
9454 (push-mark-command): Don't overwrite primary with empty string.
9455
9456 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9457 (mouse-drag-copy-region): Default to nil.
9458
9459 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9460 Cut/Copy/Paste menu bar items.
9461
a628ad9d 94622010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9463
9464 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9465 Patch applied by Karl Fogel.
9466
9467 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9468 and `bookmark-current-buffer' if they have been already set in
9469 another buffer (e.g gnus-art).
9470
e44fa724 94712010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9472 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9473
9474 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9475
9476 * bookmark.el (bookmark-make-record-default): Allow unneeded
9477 information to be omitted from the record.
9478
9479 Adjust declarations and calls:
9480
9481 * info.el (bookmark-make-record-default): Adjust declaration.
9482 (Info-bookmark-make-record): Adjust call.
9483
9484 * woman.el (bookmark-make-record-default): Adjust declaration.
9485 (woman-bookmark-make-record): Adjust call.
9486
9487 * man.el (bookmark-make-record-default): Adjust declaration.
9488 (Man-bookmark-make-record): Adjust call.
9489
9490 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9491
9492 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9493
0c4371fe
KF
94942010-07-13 Karl Fogel <kfogel@red-bean.com>
9495
9496 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9497 This is also from Thierry Volpiatto's patch in bug #6444. However,
9498 because it was extraneous to the functional change in that patch,
9499 and causes a re-indendation, I am committing it separately.
9500
2bb8db3e 95012010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9502
9503 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9504 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9505 Patch applied by Karl Fogel (Bug#6444).
068a0233 9506
21bd02a6
CY
95072010-07-13 Chong Yidong <cyd@stupidchicken.com>
9508
9509 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9510
79cb9c05
AR
95112010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9512
9513 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9514 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9515 (ns-alternatives-map): Change S-tab binding to backtab
9516 (bug#6616).
9517
9518 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9519 under ns.
9520
beb000f9
AS
95212010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9522
dd86ea11
JB
9523 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9524 (Bug#5806)
e9952282 9525
beb000f9
AS
9526 * language/tv-util.el (tai-viet-re): Remove format.
9527
6f2cdcd1
KH
95282010-07-12 Kenichi Handa <handa@m17n.org>
9529
dd86ea11
JB
9530 * language/hebrew.el: Remove no-byte-compile declaration.
9531 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9532 composition-function-table for 3-character looking back.
9533 (hebrew-font-get-precomposed): New function.
9534 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9535
f479ef6e
CY
95362010-07-11 Chong Yidong <cyd@stupidchicken.com>
9537
9538 * mouse.el (mouse-drag-track): Handle select-active-regions
9539 (Bug#6612).
9540
3277c1ee
MA
95412010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9542
9543 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9544 empty argument to gvfs-copy.
9545
3260caf8
GM
95462010-07-10 Glenn Morris <rgm@gnu.org>
9547
9548 * calendar/calendar.el (calendar-week-end-day): New function.
9549 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9550 Respect calendar-week-start-day. (Bug#6606)
9551 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9552 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9553 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9554 respect calendar-week-start-day.
9555
c876b263
CY
95562010-07-10 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * simple.el (use-region-p): Doc fix (Bug#6607).
9559
dce34635
AG
95602010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9561
6a7662bb
BR
9562 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9563 Add regexps for cucumber and ruby.
dce34635 9564
c0397930
DU
95652010-07-08 Daiki Ueno <ueno@unixuser.org>
9566
9567 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9568 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9569 find-file from opening empty buffer when decryption failed
c0397930
DU
9570 (bug#6568).
9571
fd5539c6
AM
95722010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9573
a628ad9d
JB
9574 * textmodes/ispell.el (ispell-alternate-dictionary):
9575 Use file-readable-p.
fd5539c6
AM
9576 Return nil if no word-list is found at default locations.
9577 (ispell-complete-word-dict): Default to nil.
9578 (ispell-command-loop): Use 'word-list' when using lookup-words.
9579 (lookup-words): Use ispell-complete-word-dict or
9580 ispell-alternate-dictionary. Check for word-list availability
9581 and handle errors if needed with better messages (Bug#6539).
9582 (ispell-complete-word): Use ispell-complete-word-dict or
9583 ispell-alternate-dictionary.
9584
4565b08e
CS
95852010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9586
9587 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9588 builtins (BufferError, BytesWarning, WindowsError; callables
9589 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9590
a2c270e7
GM
95912010-07-07 Glenn Morris <rgm@gnu.org>
9592
9593 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9594 (zone-shift-left): Ignore intangibility, and any errors from
9595 forward-char.
9596 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9597 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9598 deleting, and copying text properties.
9599 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9600 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9601 to point-max is hard.
9602 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9603 (zone-fill-out-screen): Ignore intangibility.
9604
81133808
CY
96052010-07-05 Chong Yidong <cyd@stupidchicken.com>
9606
4ad11f8c
CY
9607 * menu-bar.el (menu-bar-mode):
9608 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9609 if it has been set.
9610
81133808
CY
9611 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9612 word/line selection (Bug#6565).
9613
b24344ca
JB
96142010-07-04 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * net/dbus.el (dbus-send-signal): Declare function.
9617
b1ce08da
MA
96182010-07-04 Michael Albinus <michael.albinus@gmx.de>
9619
9620 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9621 (dbus-register-property): New optional argument EMITS-SIGNAL.
9622 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9623
5592c08f
CY
96242010-07-03 Chong Yidong <cyd@stupidchicken.com>
9625
9626 * mouse.el (mouse-drag-overlay): Variable deleted.
9627 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9628 (mouse--remap-link-click-p): New function.
9629 (mouse-drag-track): Handle dragging by using temporary Transient
9630 Mark mode, instead of a special overlay.
9631 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9632 mouse-show-mark.
9633
9634 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9635 deleted.
9636
a6ed0e28
JL
96372010-07-02 Juri Linkov <juri@jurta.org>
9638
9639 * autoinsert.el (auto-insert-alist): Fix readability
9640 by using dotted pair notation for lambda.
9641
c91e692b
JL
96422010-07-02 Juri Linkov <juri@jurta.org>
9643
9644 * faces.el (read-face-name): Rename arg `string-describing-default'
9645 to `default'. Doc fix. Display the default value in quotes
9646 in the prompt. With empty input, return the `default' arg,
9647 unless the default value is a string (in which case return nil).
9648 (describe-face): Replace the string `default' arg of `read-face-name'
9649 with the symbol `default'.
9650
23640f8f
CY
96512010-07-02 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * emulation/viper-cmd.el (viper-delete-backward-char)
9654 (viper-del-backward-char-in-insert)
9655 (viper-del-backward-char-in-replace, viper-change)
9656 (viper-backward-indent): Replace delete-backward-char with
9657 delete-char (Bug#6552).
9658
b32d1614
CY
96592010-07-01 Chong Yidong <cyd@stupidchicken.com>
9660
9661 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9662
c1ef4455
CY
96632010-06-30 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9666 argument passed to frame-creation-function (Bug#5378).
9667
9668 * faces.el (x-handle-named-frame-geometry)
9669 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9670 (face-set-after-frame-default, tty-create-frame-with-faces):
9671 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9672 PARAMETER argument.
9673
55702e89
AS
96742010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9675
9676 * startup.el (command-line): Don't call tool-bar-setup in a
9677 tty-only build.
9678
dc9a226c
CY
96792010-06-30 Chong Yidong <cyd@stupidchicken.com>
9680
9681 * ruler-mode.el (ruler--save-header-line-format): New fun.
9682 (ruler-mode): Use it as a setter function, so as not to overwrite
9683 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9684
a2f043d3
CY
96852010-06-29 Chong Yidong <cyd@stupidchicken.com>
9686
9687 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9688 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9689 (vc-log-outgoing): Use it.
9690 (vc-diff-internal): Set diff-vc-backend.
9691
9692 * vc/diff-mode.el (diff-vc-backend): New var.
9693
62d115ef
J
96942010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9695
6a7662bb
BR
9696 * dynamic-setting.el (font-setting-change-default-font):
9697 Remove call to message.
62d115ef 9698
1180f752
KH
96992010-06-28 Kenichi Handa <handa@m17n.org>
9700
9701 * international/quail.el (quail-insert-kbd-layout): Fix the
9702 showing of untranslated characters.
9703
b9229673
CY
97042010-06-28 Chong Yidong <cyd@stupidchicken.com>
9705
9706 * simple.el (delete-active-region): New option.
9707 (delete-backward-char): Implement in Lisp.
9708 (delete-forward-char): New command.
9709
5f9d345c 9710 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9711 (mouse-show-mark): Simplify.
9712
9713 * bindings.el (global-map): Bind delete and DEL, the former to
9714 delete-forward-char.
9715
a628ad9d 97162010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9717
9718 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9719 (ruby-mode): Bind indent-line-function (Bug#5119).
9720
3468f435
CY
97212010-06-27 Chong Yidong <cyd@stupidchicken.com>
9722
9723 * startup.el (command-line): Recognize "0" X resource value.
9724
6431f2e6
CY
97252010-06-27 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * startup.el (command-line): Use X resources to set the value of
9728 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9729
9730 * menu-bar.el (menu-bar-mode):
9731 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9732 Set init-value to t.
9733
9734 * frame.el (frame-notice-user-settings): Don't change
9735 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9736 vice versa (Bug#2249).
9737
b61dfbe2
EZ
97382010-06-26 Eli Zaretskii <eliz@gnu.org>
9739
9740 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9741
f5cbf40e
AM
97422010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9743
a628ad9d
JB
9744 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9745 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9746
a628ad9d 9747 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9748 default directories are expanded (Bug#6143).
f5cbf40e 9749
8f3b8a5f
JL
97502010-06-24 Juri Linkov <juri@jurta.org>
9751
9752 * minibuffer.el (completions-format): Change default from nil to
9753 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9754
5af72a47
JL
97552010-06-24 Juri Linkov <juri@jurta.org>
9756
9757 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9758 buffer-locally to lambda that re-runs the vc diff command.
9759 (Bug#6447)
9760
8f804316
CY
97612010-06-24 Chong Yidong <cyd@stupidchicken.com>
9762
9763 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9764 echo area is in use (Bug#3412).
9765
be19ef0b
GM
97662010-06-22 Glenn Morris <rgm@gnu.org>
9767
6555773f
GM
9768 * textmodes/texinfmt.el (texinfo-format-region)
9769 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9770 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9771 (texinfo-format-option, texinfo-noindent):
9772 Use line-beginning-position and line-end-position.
9773
be19ef0b
GM
9774 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9775 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9776 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9777 utf-8 characters.
9778
7f0b7b3e
KF
97792010-06-21 Karl Fogel <kfogel@red-bean.com>
9780
49554388
GM
9781 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9782 forward-line fallout.
9783
e8579ebc
CY
97842010-07-06 Chong Yidong <cyd@stupidchicken.com>
9785
9786 * mouse.el (mouse-appearance-menu): Add docstring.
9787
9788 * help.el (describe-key): Print up-event using key-description.
9789
5d1cd8bd
MA
97902010-07-03 Michael Albinus <michael.albinus@gmx.de>
9791
9792 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9793 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9794 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9795
112dbc0e
MA
97962010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9797
9798 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9799
d0cb23ca
DN
98002010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9801
9802 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9803 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9804 cases that cause insertion.
9805 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9806 with a nil state.
9807
01b229d1
CY
98082010-06-30 Chong Yidong <cyd@stupidchicken.com>
9809
9810 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9811
8bf1c786 98122010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9813
9814 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9815
dfc6544c
CY
98162010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9817
9818 * generic-x.el (bat-generic-mode): Fix regexp for command line
9819 switches (Bug#5719).
9820
b7d4de51
CY
98212010-06-27 Masatake YAMATO <yamato@redhat.com>
9822
dfc6544c
CY
9823 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9824 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9825
53cfe624 98262010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9827
8bf1c786 9828 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9829 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9830 bindings of bookmark-automatically-show-annotations (Bug#6515).
9831
aca54191
EZ
98322010-06-25 Eli Zaretskii <eliz@gnu.org>
9833
9834 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9835 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9836
2330fa87
ŠN
98372010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9838
9839 * comint.el (make-comint, make-comint-in-buffer): Mention return
9840 value in the docstrings. (Bug#6498)
9841
29115ca9
YR
98422010-06-24 Yoni Rabkin <yoni@rabkins.net>
9843
9844 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9845 since it is not present when using some non-default switches.
9846
2c79f053
KF
98472010-06-23 Karl Fogel <kfogel@red-bean.com>
9848
7f0b7b3e
KF
9849 * simple.el (compose-mail): Fix doc string to refer to
9850 `compose-mail-user-agent-warnings', instead of to the
9851 nonexistent `compose-mail-check-user-agent'.
9852
43a91810
AM
98532010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9854
9855 Fix an indentation bug:
9856
9857 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9858 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9859 of existing values.
9860
9861 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9862 (c-clear->-pair-props-if-match-before): now return t when they've
9863 cleared properties, nil otherwise.
9864 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9865 by taking account of the existing value.
9866
9867 * progmodes/cc-defs.el
9868 (c-clear-char-property-with-value-function): Fix this to clear the
9869 property rather than overwriting it with nil.
9870
8adb4c33
CY
98712010-06-20 Chong Yidong <cyd@stupidchicken.com>
9872
9873 * emacs-lisp/package.el (package-print-package): Add link to
9874 package description via describe-package.
9875 (describe-package-1): List package requirements. Add button to
9876 perform installation.
9877 (package-menu-describe-package): New command.
9878
9879 * help-mode.el (help-package): New button type.
9880
cced7584
CY
98812010-06-19 Chong Yidong <cyd@stupidchicken.com>
9882
9883 * emacs-lisp/package.el: Move package-list-packages binding to
9884 menu-bar.el.
9885 (describe-package, describe-package-1, package--dir): New funs.
9886 (package-activate-1): Use package--dir.
9887
9888 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9889
9890 * help-mode.el (help-package-def): New button type.
9891
9892 * menu-bar.el: Move package-list-packages binding here from
9893 package.el.
9894
d148e8f9
GH
98952010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9896
9897 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9898
b1a03ef6
SM
98992010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9900
9901 * emacs-lisp/edebug.el (edebug-read-list):
9902 Phase out old-style backquotes.
9903
dbd6da78
JL
99042010-06-17 Juri Linkov <juri@jurta.org>
9905
9906 * help-mode.el (help-mode): Set buffer-local variable
9907 revert-buffer-function to help-mode-revert-buffer.
9908 (help-mode-revert-buffer): New function.
9909
9910 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9911 before popping to "*info*" (like in other Info functions).
9912 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9913 old-history-forward. Pop to old-buffer-name or "*info*" to
9914 recreate the killed buffer. Set Info-history-forward from
9915 old-history-forward.
9916 (Info-breadcrumbs-depth): Add :group and :version.
9917
64eba874
DN
99182010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9919
9920 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9921
26508c03
AM
99222010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9923
a628ad9d
JB
9924 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9925 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9926
69582fcd
JB
99272010-06-17 Juanma Barranquero <lekktu@gmail.com>
9928
54ea2a0d
JB
9929 * emacs-lisp/package.el (package-menu-mode-map):
9930 Move initialization into declaration.
9931
69582fcd
JB
9932 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9933
44198b6e
CY
99342010-06-17 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * emacs-lisp/package.el (package-archive-base): Point to
9937 elpa.gnu.org.
9938 (package-enable, package-load-list): New defcustoms.
9939 (package-user-dir, package-directory-list): Turn into defcustoms.
9940 Don't include package-user-dir in package-directory-list.
9941 (package--builtins-base): Don't include Emacs as a "package".
9942 (package-subdirectory-regexp): New var.
9943 (package-load-all-descriptors, package-compute-transaction)
9944 (package-download-transaction): Obey package-load-list.
9945 (package-activate-1): Rename from package-do-activate.
9946 (package-list-packages-internal): Check package-load-list.
9947 (package-load-descriptor, package-generate-autoloads)
9948 (package-unpack, package-unpack-single)
6a7662bb
BR
9949 (package--read-archive-file, package-delete):
9950 Use expand-file-name.
44198b6e
CY
9951
9952 * emacs-lisp/package-x.el: New file. Package uploading
9953 functionality split out from package.el.
9954
95b6d681 9955 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9956
99572010-06-17 Tom Tromey <tromey@redhat.com>
9958
9959 * emacs-lisp/package.el: New file.
9960
50d76a9f
DN
99612010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9962
9963 Fix vc-annotate for renamed files when using Git.
76e3243a 9964 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9965 ls-files. Doe not pass the object as a file name to cat-file, it
9966 is not a file name.
9967 (vc-git-annotate-command): Pass the file name using -- to avoid
9968 ambiguity with the revision.
9969 (vc-git-previous-revision): Pass a relative file name.
9970
6095a05b
GM
99712010-06-22 Glenn Morris <rgm@gnu.org>
9972
943375a6
GM
9973 * progmodes/js.el (js-mode-map): Use standard capitalization and
9974 ellipses for menu entries.
9975
6095a05b
GM
9976 * wid-edit.el (widget-complete): Doc fix.
9977
4514199e
JH
99782010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9979
9980 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9981
c4786d60
DN
99822010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9983
11c46b39 9984 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9985 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9986 VC backend. Use it when non-nil.
a628ad9d 9987 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9988 (Bug#6487).
11c46b39 9989
c4786d60 9990 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9991 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9992 Do not pass the file name to the 'previous-revision call when we
9993 don't want a file diff. (Bug#6489)
9994
04ec0963
DN
99952010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9996
11c46b39 9997 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9998 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9999 the VC backend. Use it when non-nil.
76e3243a 10000 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
10001 backend to vc-find-revision. (Bug#6487)
10002
c036381c
DN
100032010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10004
10005 Fix reading file names in Git annotate buffers.
95b6d681
JB
10006 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
10007 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 10008
05c123e6
AM
100092010-06-20 Alan Mackenzie <acm@muc.de>
10010
10011 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10012 in file local variables, set it first.
10013
4111f0c7
GM
100142010-06-19 Glenn Morris <rgm@gnu.org>
10015
74739ffd
GM
10016 * descr-text.el (describe-char-unicode-data): Insert separating
10017 space when needed. (Bug#6422)
10018
4111f0c7
GM
10019 * progmodes/idlwave.el (idlwave-action-and-binding):
10020 Fix typo in 2009-12-03 change. (Bug#6450)
10021
e20f0421
SM
100222010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10025 handling for `lambda' (misunderstanding).
10026
fb3e306a
JB
100272010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10028
dd86ea11 10029 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
10030 constants aren't distributed after they are factored out.
10031
e020fb59
JL
100322010-06-16 Juri Linkov <juri@jurta.org>
10033
10034 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10035 `list-colors-print'. (Bug#6332)
10036
b8add347
SM
10037 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10038
36901266
SM
100392010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10040
49b2e83d
SM
10041 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10042 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10043
36901266
SM
10044 * font-lock.el (font-lock-major-mode): Rename from
10045 font-lock-mode-major-mode to distinguish it from
10046 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10047 (font-lock-set-defaults):
10048 * font-core.el (font-lock-default-function): Adjust users.
10049 (font-lock-mode): Don't set it at all.
10050
2a64315a 100512010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 10052
76e3243a 10053 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 10054
2a64315a 100552010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
10056
10057 * calendar/appt.el (appt-time-msg-list): Doc fix.
10058 (appt-check): Let-bind appt-warn-time.
10059 (appt-add): Make the 3rd argument optional.
10060 Simplify argument names. Doc fix. Check for integer WARNTIME.
10061 Only add WARNTIME to the output list if non-nil.
10062
2a64315a 100632010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
10064
10065 * calendar/appt.el (appt-check): Let the 3rd element of
10066 appt-time-msg-list specify the warning time.
10067 (appt-add): Add new argument with the warning time. (Bug#5176)
10068
6a7662bb 100692010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 10070
76e3243a 10071 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
10072 older than version 1.6. (Bug#6361)
10073
2a64315a 100742010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
10075
10076 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10077 used by cl-do-arglist. (Bug#6408)
10078
30d7ac37
AM
100792010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10080
6a7662bb
BR
10081 * textmodes/ispell.el (ispell-dictionary-base-alist):
10082 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
10083 Suggested by Rolando Pereira (bug#6434).
10084
8fd02581
JB
100852010-06-15 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * facemenu.el (list-colors-sort): Doc fix.
10088
6a7662bb 100892010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
10090
10091 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10092
f0bf7c8e
JL
100932010-06-14 Juri Linkov <juri@jurta.org>
10094
10095 Add sort option `list-colors-sort'. (Bug#6332)
10096 * facemenu.el (color-rgb-to-hsv): New function.
10097 (list-colors-sort): New defcustom.
10098 (list-colors-sort-key): New function.
10099 (list-colors-display): Doc fix. Sort list according to the option
10100 `list-colors-sort'.
10101 (list-colors-print): Add HSV values to `help-echo' property of
10102 RGB strings.
10103
c42fe9a5
JL
101042010-06-14 Juri Linkov <juri@jurta.org>
10105
10106 * compare-w.el: Move to the "vc" subdirectory.
10107
b263a4c4
SM
101082010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10109
d8b0cddd
SM
10110 * image-mode.el (image-mode-map): Remap left-char and right-char.
10111
b263a4c4
SM
10112 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10113
89877f5f
CY
101142010-06-12 Chong Yidong <cyd@stupidchicken.com>
10115
133a8d82
CY
10116 * term/common-win.el (x-colors): Add all the color names defined
10117 in rgb.txt (Bug#6332).
10118
89877f5f
CY
10119 * facemenu.el (list-colors-print): Don't print extra names if it
10120 will overflow the window width.
10121
10122 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 10123 change (Bug#6343).
89877f5f 10124
9d1f18b5
EZ
101252010-06-12 Eli Zaretskii <eliz@gnu.org>
10126
10127 * files.el (make-directory): Doc fix (bug#6396).
10128
b81a0b56
MA
101292010-06-12 Michael Albinus <michael.albinus@gmx.de>
10130
10131 * net/tramp.el (tramp-remote-process-environment): Protect version
10132 string by apostroph.
10133 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10134 XEmacs.
10135 (tramp-file-name-for-operation): Add `call-process-region'.
10136 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10137
10138 * net/tramp-compat.el (top): Do not autoload
10139 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10140 only when `start-file-process' is not bound.
10141 (tramp-advice-file-expand-wildcards): Do not use
10142 `tramp-handle-file-remote-p'.
10143 (tramp-compat-make-temp-file): Handle the case, that
10144 `make-temp-file' has no third argument EXTENSION.
10145
69f18acc
JB
101462010-06-11 Juanma Barranquero <lekktu@gmail.com>
10147
5fee75d4
JB
10148 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10149
69f18acc
JB
10150 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10151
9766adfb
JL
101522010-06-11 Juri Linkov <juri@jurta.org>
10153
10154 * finder.el (finder-known-keywords): Add keyword "vc"
10155 for version control.
10156
10157 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10158 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10159 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10160 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10161
56b2854f
JL
101622010-06-11 Juri Linkov <juri@jurta.org>
10163
10164 Move version control related files to the "vc" subdirectory.
10165 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10166 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10167 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10168 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10169 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10170 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10171 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10172 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10173 Move files to the "vc" subdirectory.
10174
6534e58a
CY
101752010-06-11 Chong Yidong <cyd@stupidchicken.com>
10176
10177 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10178 (Bug#6367).
10179
84d9562f
SE
101802010-06-11 Stephen Eglen <stephen@gnu.org>
10181
10182 * shell.el: Bind `shell-resync-dirs' to M-RET.
10183
3ef0a6a5
MA
101842010-06-10 Michael Albinus <michael.albinus@gmx.de>
10185
10186 * notifications.el: Move file from lisp/net, because it is
10187 supposed to talk locally to the user.
10188
fa4003da
MA
101892010-06-10 Julien Danjou <julien@danjou.info>
10190
10191 * net/notifications.el (notifications-on-action-signal)
10192 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 10193 argument to the callback functions. Add docstrings.
fa4003da
MA
10194 (notifications-notify): Fix docstring.
10195
46e6650e
GM
101962010-06-10 Glenn Morris <rgm@gnu.org>
10197
10198 * emacs-lisp/authors.el (authors-ignored-files)
10199 (authors-valid-file-names): Add some files.
10200
a71832f7
SM
102012010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10204 merge conflict, giving preference to the emacs-23 version of the code.
10205
8c6eab5a
SM
102062010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10207
989bc97f
SM
10208 * emacs-lisp/advice.el (ad-compile-function):
10209 Define warning-suppress-types before we let-bind it (bug#6275).
10210
8c6eab5a
SM
10211 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10212 declare it, make it buffer-local and permanent-local (bug#6324).
10213 (vc-resynch-window): Adjust name.
10214 * vc-hooks.el (vc-find-file-hook): Adjust name.
10215
890a18d6
MA
102162010-06-09 Michael Albinus <michael.albinus@gmx.de>
10217
10218 * net/notifications.el (notifications-notify): Fix docstring.
10219
bf3e70eb
JB
102202010-06-09 Juanma Barranquero <lekktu@gmail.com>
10221
10222 Update to Unicode 6.0.0 beta.
10223 * international/charprop.el: Update copyright.
10224 * international/mule-cmds.el (ucs-names): Update character ranges.
10225 * international/uni-bidi.el:
10226 * international/uni-category.el:
10227 * international/uni-combining.el:
10228 * international/uni-comment.el:
10229 * international/uni-decimal.el:
10230 * international/uni-decomposition.el:
10231 * international/uni-digit.el:
10232 * international/uni-lowercase.el:
10233 * international/uni-mirrored.el:
10234 * international/uni-name.el:
10235 * international/uni-numeric.el:
10236 * international/uni-old-name.el:
10237 * international/uni-titlecase.el:
10238 * international/uni-uppercase.el: Regenerate.
10239
b978141d
JB
102402010-06-09 Juanma Barranquero <lekktu@gmail.com>
10241
ee8359ba
JB
10242 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10243 (smie-precs-precedence-table): Fix typo in docstring.
10244
f64ab8fb
JB
10245 * vc-mtn.el (log-edit-extract-headers): Declare function.
10246
883ffa8c
JB
10247 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10248
b978141d
JB
10249 * net/notifications.el (dbus-register-signal): Declare function.
10250 (notifications-notify): Fix typos and reflow docstring.
10251
5f4f2ae4
DN
102522010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10253
10254 Improve VC create/retrieve tag/branch.
10255 * vc.el (vc-create-tag): Do not read the directory name for VCs
10256 with repository revision granularity. Adjust the tag/branch
10257 prompt. Reset VC properties.
10258 (vc-retrieve-tag): Do not read the directory name for VCs
10259 with repository revision granularity. Reset VC properties.
10260
41a86354
MA
102612010-06-09 Julien Danjou <julien@danjou.info>
10262
ef33fd34 10263 * net/notifications.el: New file.
41a86354 10264
fab43c76
DN
102652010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10266
00fd1147
DN
10267 Add optional support for resetting VC properties.
10268 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10269 call vc-file-clearprops when true.
10270 (vc-resynch-buffer): Add new optional argument, pass it down.
10271 (vc-resynch-buffers-in-directory): Likewise.
10272
fab43c76
DN
10273 Improve support for special markup in the VC commit message.
10274 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10275 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10276 * vc-git.el (vc-git-checkin):
10277 * vc-bzr.el (vc-bzr-checkin): Likewise.
10278
e7d67e73
SM
102792010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10282 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10283
277e6741
MP
102842010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10285
10286 * iimage.el: Remove images as soon as the underlying text is modified.
10287 (iimage-modification-hook): New function.
10288 (iimage-mode-buffer): Use it.
10289
83156c18
SM
102902010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10293 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10294 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10295 (smie-indent-keyword): Add handling of open-paren keywords.
10296 (smie-indent-comment-continue): Don't assume comment-continue.
10297
13b5221f
MR
102982010-06-07 Martin Rudalics <rudalics@gmx.at>
10299
10300 * window.el (pop-to-buffer): Remove the conditional that
10301 compares new-window and old-window, so it will reselect
10302 the selected window unconditionally.
10303 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10304
c2ea5810
SM
103052010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * emacs-lisp/smie.el (smie-indent-offset-after)
10308 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10309 (smie-indent-after-keyword): Use them.
10310 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10311 (smie-indent-keyword): Tweak the black magic.
10312 (smie-indent-comment-continue): Strip comment-continue before use.
10313 (smie-indent-functions): Indent comments before keywords.
10314
27dd3c11
JL
103152010-06-06 Juri Linkov <juri@jurta.org>
10316
10317 * isearch.el (isearch-lazy-highlight-search): Fix looping
10318 by checking for empty match. This syncs this loop with the
10319 similar loop in `isearch-search'. (Bug#6362)
10320
35b148ee
JB
103212010-06-05 Juanma Barranquero <lekktu@gmail.com>
10322
10323 * net/dbus.el (dbus-register-method): Declare function.
10324 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10325 (dbus-introspect): Doc fix.
10326 (dbus-event-bus-name, dbus-introspect-get-interface)
10327 (dbus-introspect-get-argument): Reflow docstrings.
10328
eccdfe5f
DN
103292010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10330
10331 vc-log-incoming/vc-log-outgoing fixes for Git.
10332 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10333 incoming/outgoing logs.
10334 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10335 instead of vc-git-compute-remote.
10336 (vc-git-compute-remote): Remove.
10337
86253dc0
CY
103382010-06-04 Chong Yidong <cyd@stupidchicken.com>
10339
10340 * term/common-win.el (x-colors): Add "dark green" and "dark
10341 turquoise" (Bug#6332).
10342
0665f661
JL
103432010-06-04 Juri Linkov <juri@jurta.org>
10344
10345 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10346 Instead of setting `replace' to t and replacing the same string
10347 with itself, don't do certain actions when
10348 kill-do-not-save-duplicates is non-nil and string is equal to car
10349 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10350 interprogram-paste strings to kill-ring, and don't push the input
10351 argument `string' to kill-ring.
10352 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10353
087fc47a
JB
103542010-06-04 Juanma Barranquero <lekktu@gmail.com>
10355
10356 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10357
4f201088
MA
103582010-06-04 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10361 (tramp-gvfs-handler-mounted-unmounted)
10362 (tramp-gvfs-connection-mounted-p): Handle default-location.
10363
10364 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10365 move files to trash.
10366
18ccd78a
JB
103672010-06-04 Juanma Barranquero <lekktu@gmail.com>
10368
10369 * international/mule-cmds.el (nonascii-insert-offset)
10370 (nonascii-translation-table): Add obsolescence information.
10371
10372 * international/mule.el (make-translation-table-from-vector): Doc fix.
10373
3845c322
GM
103742010-06-03 Glenn Morris <rgm@gnu.org>
10375
10376 * desktop.el (desktop-clear-preserve-buffers):
10377 Add "*Warnings*" buffer. (Bug#6336)
10378
54d3626e
DN
103792010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10380
6941ffec
DN
10381 vc-log-incoming/vc-log-outgoing improvements for Git.
10382 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10383 short log.
10384 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10385
54d3626e
DN
10386 Add bindings for vc-log-incoming and vc-log-outgoing.
10387 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10388 and vc-log-outgoing.
10389 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10390 and vc-log-outgoing.
10391
aa1bc616
CY
103922010-06-03 Chong Yidong <cyd@stupidchicken.com>
10393
10394 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10395 (rcirc-handler-366): Always sort nicknames.
10396
e2d2a205
JB
103972010-06-03 Juanma Barranquero <lekktu@gmail.com>
10398
10399 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10400
44ea155d
CY
104012010-06-03 Chong Yidong <cyd@stupidchicken.com>
10402
a628ad9d 10403 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10404
a91dedc4
SM
104052010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10408 (rcirc-sort-nicknames-join): Avoid setq.
10409
c62bf05a
DD
104102010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10411
10412 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10413 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10414 (rcirc-handler-366): Use them.
10415
dd2c3c92
SM
104162010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 Split smie-indent-calculate into more manageable chunks.
10419 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10420 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10421 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10422 (smie-indent-exps): Extract from smie-indent-calculate.
10423 (smie-indent-functions): New var.
10424 (smie-indent-functions): Use them.
10425
927c346b
SM
104262010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10429 (smie-indent-calculate): Simplify and cleanup.
10430
1efeec86
MA
104312010-06-02 Michael Albinus <michael.albinus@gmx.de>
10432
10433 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10434 (tramp-gvfs-mount-point): Remove.
10435 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10436 New defuns.
1efeec86
MA
10437 (with-tramp-dbus-call-method): Format trace message.
10438 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10439 Implement backup call, when operation on local files fails.
10440 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10441 (tramp-gvfs-handle-make-directory): Make more traces.
10442 (tramp-gvfs-url-file-name): Hexify file name in url.
10443 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10444 into account for the resulting file name.
10445 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10446 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10447 (tramp-gvfs-handler-mounted-unmounted)
10448 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10449 attribute "default_location". Set "prefix" property.
10450 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10451 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10452 exists. Raise an error, if not (due to a corresponding answer
10453 "no" in interactive questions, for example).
10454
89877f5f 104552010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10456
10457 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10458
24f574a9
JB
104592010-06-01 Juanma Barranquero <lekktu@gmail.com>
10460
10461 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10462 right-*. (Bug#6265)
10463
290736f2
DN
104642010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10465
61158bfa
DN
10466 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10467 * vc-git.el (vc-git-compute-remote): New function.
10468 (vc-git-log-outgoing): Use it instead of hard coding a value.
10469 (vc-git-log-incoming): New function.
10470
5828f6ca
DN
10471 Improve state updating for VC tag commands.
10472 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10473 to update the state of all buffers in the directory.
10474
290736f2
DN
10475 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10476
feceda26
SM
104772010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10480 `file-directory-p' to the filename part rather than to the whole text.
10481
896114cf
SM
104822010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10485
1603358c
DA
104862010-05-31 Drew Adams <drew.adams@oracle.com>
10487
10488 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10489
fe40dc63
JB
104902010-05-31 Juanma Barranquero <lekktu@gmail.com>
10491
10492 * subr.el (momentary-string-display): Just use read-event to read
10493 the exit event (Bug#6238).
10494
9e8014c6
EZ
104952010-05-30 Eli Zaretskii <eliz@gnu.org>
10496
10497 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10498
61a08071
JB
104992010-05-30 Juanma Barranquero <lekktu@gmail.com>
10500
10501 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10502 Suggested by Eli Zaretskii <eliz@gnu.org>.
10503
5feec8ca
SM
105042010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * minibuffer.el (completion-file-name-table): Don't return a boundary
10507 past the end of `string' (bug#6299).
10508 (completion--file-name-table): Delegate to completion-file-name-table
10509 for the `boundaries' case.
10510
8175cb90
JB
105112010-05-30 Juanma Barranquero <lekktu@gmail.com>
10512
2b94133f
JB
10513 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10514 movement commands.
10515
8175cb90
JB
10516 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10517 `path-separator', but maintain compatibility with Emacs 20.2.
10518
0191e222
CY
105192010-05-29 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * server.el (server-process-filter): Receive parent-id argument
10522 from emacsclient.
10523 (server-create-window-system-frame): New arg. Pass parent-id as
10524 frame parameter.
10525
9b655a0a
EZ
105262010-05-29 Eli Zaretskii <eliz@gnu.org>
10527
db5dce9d
EZ
10528 Bidi-sensitive word movement with arrow keys.
10529 * subr.el (right-arrow-command, left-arrow-command): Move to
10530 bindings.el.
10531
10532 * bindings.el (right-char, left-char): Move from subr.el and
10533 rename from right-arrow-command and left-arrow-command.
10534 (right-word, left-word): New functions.
10535 (global-map) <right>: Bind to right-char.
10536 (global-map) <left>: Bind to left-char.
10537 (global-map) <C-right>: Bind to right-word.
10538 (global-map) <C-left>: Bind to left-word.
10539
9b655a0a
EZ
10540 * ls-lisp.el (ls-lisp-classify-file): New function.
10541 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10542 (ls-lisp-classify): Call ls-lisp-classify-file.
10543 (insert-directory): Remove blanks from switches.
10544
fcb52808
CY
105452010-05-29 Chong Yidong <cyd@stupidchicken.com>
10546
10547 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10548 (ansi-color-drop-regexp): New constant.
10549 (ansi-color-apply, ansi-color-filter-region)
896114cf 10550 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10551 (ansi-color-apply): Build string list before calling concat.
10552
0040735a
JL
105532010-05-28 Juri Linkov <juri@jurta.org>
10554
10555 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10556 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10557 (Bug#5270)
10558
b6827fff
MA
105592010-05-28 Michael Albinus <michael.albinus@gmx.de>
10560
10561 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10562 to ignored backtrace functions.
10563 (with-progress-reporter): Expand docstring.
10564 (tramp-handle-delete-file): Implement TRASH argument.
10565 (tramp-get-remote-trash): New defun.
10566
eba082a2
MA
105672010-05-28 Michael Albinus <michael.albinus@gmx.de>
10568
6a7662bb
BR
10569 * net/tramp-compat.el (tramp-compat-delete-file):
10570 Use `symbol-value' for backward compatibility.
eba082a2
MA
10571
10572 * net/tramp.el (tramp-handle-make-symbolic-link)
10573 (tramp-handle-load)
10574 (tramp-do-copy-or-rename-file-via-buffer)
10575 (tramp-do-copy-or-rename-file-directly)
10576 (tramp-do-copy-or-rename-file-out-of-band)
10577 (tramp-handle-process-file, tramp-handle-call-process-region)
10578 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10579 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10580 (tramp-delete-temp-file-function): Use `delete-file' instead
10581 of `tramp-compat-delete-file'.
10582
10583 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10584 (tramp-fish-handle-make-symbolic-link)
10585 (tramp-fish-handle-process-file): Use `delete-file' instead
10586 of `tramp-compat-delete-file'.
10587
6a7662bb
BR
10588 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10589 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10590
d86d2721
SM
10591 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10592 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10593
6a7662bb
BR
10594 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10595 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10596
10597 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10598 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10599 (tramp-smb-handle-write-region): Use `delete-file' instead of
10600 `tramp-compat-delete-file'.
10601 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10602
f1a5d776
CY
106032010-05-27 Chong Yidong <cyd@stupidchicken.com>
10604
10605 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10606 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10607 (dired-do-flagged-delete, dired-do-delete): Use trash.
10608
10609 * speedbar.el (speedbar-item-delete): Allow trashing.
10610
10611 * files.el (delete-directory): New arg TRASH.
10612
10613 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10614 (ange-ftp-rename-remote-to-remote)
10615 (ange-ftp-rename-local-to-remote)
10616 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10617 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10618 `delete-file'.
10619 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10620 allow trashing.
10621
10622 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10623 handle new TRASH arg of `delete-file'.
10624
c4ce1145 10625 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10626 (tramp-handle-make-symbolic-link, tramp-handle-load)
10627 (tramp-do-copy-or-rename-file-via-buffer)
10628 (tramp-do-copy-or-rename-file-directly)
10629 (tramp-do-copy-or-rename-file-out-of-band)
10630 (tramp-handle-process-file, tramp-handle-call-process-region)
10631 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10632 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10633 (tramp-delete-temp-file-function): Use null TRASH arg in
10634 tramp-compat-delete-file call.
10635
10636 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10637 (tramp-fish-handle-delete-file)
10638 (tramp-fish-handle-make-symbolic-link)
10639 (tramp-fish-handle-process-file): Use null TRASH arg in
10640 `tramp-compat-delete-file' call.
10641
10642 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10643 arg in `tramp-compat-delete-file' call.
10644
10645 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10646 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10647 `tramp-compat-delete-file' call.
10648
10649 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10650 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10651 `tramp-compat-delete-file' call.
10652
10653 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10654 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10655 (tramp-smb-handle-write-region): Use null TRASH arg in
10656 tramp-compat-delete-file call.
10657 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10658 (tramp-smb-handle-delete-file): Rename arg.
10659
10660 * diff.el (diff-sentinel):
10661 * epg.el (epg--make-temp-file, epg-decrypt-string)
10662 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10663 * jka-compr.el (jka-compr-partial-uncompress)
10664 (jka-compr-call-process, jka-compr-write-region):
10665 * server.el (server-sentinel): Remove optional arg from
10666 delete-file, reverting 2010-05-03 change.
10667
ecb0ab90
CY
106682010-05-27 Chong Yidong <cyd@stupidchicken.com>
10669
6a7662bb
BR
10670 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10671 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10672
2b25da45
KH
106732010-05-27 Kenichi Handa <handa@m17n.org>
10674
10675 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10676 element of GSTRING is nil.
10677
11e4d8c0
SM
106782010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * emacs-lisp/smie.el (smie-forward-token-function)
10681 (smie-backward-token-function): New vars.
10682 (smie-backward-sexp, smie-forward-sexp)
10683 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10684 (smie-default-backward-token): Rename from smie-backward-token and
10685 skip comments.
10686 (smie-default-forward-token): Rename from smie-forward-token and
10687 skip comments.
10688 (smie-next-sexp): Handle nil results from next-token.
10689 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10690
4da3541b
CY
106912010-05-27 Chong Yidong <cyd@stupidchicken.com>
10692
896114cf
SM
10693 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10694 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10695
106962010-05-27 Masatake YAMATO <yamato@redhat.com>
10697
10698 * htmlfontify.el (hfy-face-resolve-face): New function.
10699 (hfy-face-to-style): Use it (Bug#6279).
10700
6dc439cb
SM
107012010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10704 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10705
021eb8d7
GM
107062010-05-26 Glenn Morris <rgm@gnu.org>
10707
10708 * emulation/edt.el (edt-load-keys): Use locate-library.
10709
bef4957b
CY
107102010-05-25 Chong Yidong <cyd@stupidchicken.com>
10711
10712 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10713 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10714 (log-edit-changelog-insert-entries): Args changed.
10715 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10716 (log-edit-insert-changelog-entries): Reorganize return value of
10717 `log-edit-changelog-entries' to pass filenames to
10718 log-edit-changelog-insert-entries.
10719
84fb0956
TV
107202010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10721
10722 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10723 `image-dired-dired-insert-marked-thumbs' to
10724 `image-dired-dired-toggle-marked-thumbs'.
10725
10726 * image-dired.el: Require cl when compiling.
10727 (image-dired-dired-toggle-marked-thumbs): Rename from
10728 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10729 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10730 to 'no-dir. Skip files whose names don't match
10731 `image-file-name-regexp'. When file has a thumbnail overlay,
10732 delete it. (Bug#5270)
10733
0fb1193d
JL
107342010-05-25 Juri Linkov <juri@jurta.org>
10735
10736 * image-mode.el (image-mode): Add image-after-revert-hook to
10737 after-revert-hook.
10738 (image-after-revert-hook): New function. (Bug#5669)
10739
fc937924
JL
107402010-05-25 Juri Linkov <juri@jurta.org>
10741
10742 * image.el (image-animated-p): When delay between animated images
10743 is 0, set it to 10 (0.1 sec). (Bug#6258)
10744
fa9ba953
MA
107452010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10746
10747 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10748 `forward-word', its default syntax could be changed.
fa9ba953 10749
9e021389
MA
107502010-05-25 Michael Albinus <michael.albinus@gmx.de>
10751
10752 * net/tramp.el (tramp-progress-reporter-update): New defun.
10753 (with-progress-reporter): Use it.
10754 (tramp-process-actions):
6a7662bb
BR
10755 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10756 Preserve current message, in order to let progress reporter continue
9e021389
MA
10757 afterwards. (Bug#6257)
10758
6169260b
GM
107592010-05-25 Glenn Morris <rgm@gnu.org>
10760
10761 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10762 Add :version.
10763
d26781af
RY
107642010-05-25 Ryan Yeske <rcyeske@gmail.com>
10765
8826afe3 10766 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10767 (rcirc-default-full-name): Change to "unknown".
10768 (rcirc-user-name-history): Add variable.
8826afe3
GM
10769
107702010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10771 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10772
10773 * net/rcirc.el (rcirc-server-alist): Add :pass.
10774 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10775 username and password.
a628ad9d 10776 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10777 value to server when connecting.
10778
d355a0b7
SM
107792010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10780
f5228f84
SM
10781 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10782 (smie-merge-prec2s): Pass the tables as separate args.
10783 (smie-bnf-precedence-table): Adjust call accordingly.
10784 (smie-prec2-levels): Set levels at the end.
10785
d355a0b7
SM
10786 Replace Lisp calls to delete-backward-char by delete-char.
10787 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10788 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10789 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10790 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10791 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10792 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10793 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10794 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10795 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10796 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10797 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10798 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10799 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10800 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10801 delete-backward-char by calls to delete-char.
10802
f668ef02
KH
108032010-05-25 Kenichi Handa <handa@m17n.org>
10804
10805 * language/hebrew.el (hebrew-shape-gstring): New function.
10806 Register it in composition-function-table for all Hebrew combining
10807 characters.
10808
397eb3f3
SM
108092010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10810
10811 * epa.el (epa--select-keys): Don't explicitly delete the window since
10812 that can fail (e.g. sole window in frame). Use dedication instead.
10813
171eda53 108142010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10815
10816 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10817
110683ad
CY
108182010-05-22 Chong Yidong <cyd@stupidchicken.com>
10819
10820 * image.el (image-refresh): Define as an alias for image-flush.
10821
10822 * image-mode.el (image-toggle-display-image): Caller changed.
10823
df9db151
JL
108242010-05-21 Juri Linkov <juri@jurta.org>
10825
10826 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10827 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10828 whitespace, call wildcard-to-regexp on substrings and concat them
10829 with "\\|". (Bug#6114)
10830
c0209c2c
AM
108312010-05-21 Alan Mackenzie <acm@muc.de>
10832
171eda53
SM
10833 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10834 Replace parameter `here' with `here-' and `here-plus', which sandwich
10835 any pertinent CPP construct.
c0209c2c
AM
10836 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10837 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10838 CPP construct from taking part in the scanning.
10839
655bded0
MA
108402010-05-21 Michael Albinus <michael.albinus@gmx.de>
10841
10842 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10843 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10844 Tune `with-progress-reporter' messages.
655bded0
MA
10845 (tramp-handle-vc-registered):
10846 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10847 (tramp-fish-handle-insert-file-contents)
10848 (tramp-fish-maybe-open-connection):
10849 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10850 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10851 (tramp-imap-handle-insert-file-contents)
10852 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10853
3e17a1a7
JB
108542010-05-21 Juanma Barranquero <lekktu@gmail.com>
10855
bf1e8d4a
JB
10856 * add-log.el (change-log-font-lock-keywords):
10857 Highlight all authors in multi-author entries.
10858
3e17a1a7
JB
10859 * smerge-mode.el (smerge-refine-ignore-whitespace)
10860 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10861 Fix typos in docstrings.
10862 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10863
969e684a
GM
108642010-05-21 Glenn Morris <rgm@gnu.org>
10865
e75c1e7d
GM
10866 * progmodes/fortran.el (fortran-mode):
10867 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10868
969e684a
GM
10869 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10870 having a relative path in src/Makefile.in.
10871
a50878fa
KR
108722010-05-20 Kevin Ryde <user42@zip.com.au>
10873
10874 * help-mode.el (help-make-xrefs): For Info node links turn
10875 newlines into spaces. Link node names with newlines are matched
10876 by help-xref-info-regexp and buttonized, this change ensures they
10877 can be followed successfully with RET. (Bug#6206)
10878
f66a2f90
JL
108792010-05-20 Juri Linkov <juri@jurta.org>
10880
10881 * locate.el (locate): Use pop-to-buffer instead of
10882 switch-to-buffer-other-window. (Bug#6204)
10883
201d895a
JL
108842010-05-20 Juri Linkov <juri@jurta.org>
10885
10886 * replace.el (replace-highlight): Fix lazy-highlighting
10887 for `M-s w str M-% str RET'.
10888
1ddb2ea0
MY
108892009-12-15 Masatake YAMATO <yamato@redhat.com>
10890
10891 * isearch.el (isearch-yank-word-or-char): Pull next subword
10892 when `subword-mode' is activated. (Bug#6220)
10893
a6020335
MH
108942010-05-20 Mark A. Hershberger <mah@everybody.org>
10895
10896 * isearch.el (isearch-update-post-hook): New hook.
10897 (isearch-update): Use the new hook. (Bug#6225)
10898
50de6a38
JL
108992010-05-20 Juri Linkov <juri@jurta.org>
10900
10901 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10902 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10903 (Bug#6222)
10904
5d944a8f
JL
109052010-05-20 Juri Linkov <juri@jurta.org>
10906
10907 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10908 (Bug#6223)
10909
f5d6548a
JL
109102010-05-20 Juri Linkov <juri@jurta.org>
10911
10912 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10913 FILE-NAME to read from the minibuffer when called interactively
10914 with prefix argument instead of using buffer-file-name.
10915 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10916
10917 * dired.el: Update autoloads.
10918
f8e63691
CY
109192010-05-20 Chong Yidong <cyd@stupidchicken.com>
10920
10921 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10922 nxml-finish-element, for consistency with SGML mode.
10923
10924 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10925 octave-close-block.
10926
07d7c3bd
JB
109272010-05-20 Juanma Barranquero <lekktu@gmail.com>
10928
10929 * composite.el: Require cl when compiling.
10930 (reference-point-alist, compose-gstring-for-graphic)
10931 (compose-gstring-for-terminal): Fix typos in docstrings.
10932
7bce8510
JL
109332010-05-19 Juri Linkov <juri@jurta.org>
10934
10935 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10936 set-window-parameter.
10937
a7723e05
MA
109382010-05-19 Michael Albinus <michael.albinus@gmx.de>
10939
10940 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10941 where appropriate.
10942 (tramp-maybe-open-connection): Use it.
10943
3f2e7735
EZ
109442010-05-19 Eli Zaretskii <eliz@gnu.org>
10945
10946 * simple.el (move-end-of-line): Make sure we are at line beginning
10947 before backing up to end of previous line.
10948
8d9181c7
MA
109492010-05-19 Michael Albinus <michael.albinus@gmx.de>
10950
8c4ec20f
MA
10951 * password-cache.el (password-cache-remove): Fix docstring.
10952
8d9181c7
MA
10953 * net/secrets.el: Autoload the widget functions.
10954 (secrets-search-items, secrets-create-item)
10955 (secrets-get-attributes, secrets-expand-item): Attributes will be
10956 stored on the password database without leading ":", as all other
10957 clients do as well.
10958 (secrets-mode): Fix docstring.
10959 (secrets-show-secrets): Provide it as autoloaded command only when
10960 D-Bus support is available. Check existence of Secret Service API.
10961
2a96c2a7
SM
109622010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * indent.el (indent-region): Deactivate region (bug#6200).
10965
d24e10b1
GM
109662010-05-19 Glenn Morris <rgm@gnu.org>
10967
10968 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10969
2833d915
KH
109702010-05-19 Kenichi Handa <handa@m17n.org>
10971
10972 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10973 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10974
134c2f29
JB
109752010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10976
10977 * calc/calc-trail.el (calc-trail-isearch-forward)
10978 (calc-trail-isearch-backward): Ensure that the new window
10979 point is set correctly.
10980
278847cd
SM
109812010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * subr.el (read-quoted-char): Resolve modifiers after key
10984 remapping (bug#6212).
10985
3a8e7cbd
MA
109862010-05-18 Michael Albinus <michael.albinus@gmx.de>
10987
10988 Add visualization code for secrets.
10989 * net/secrets.el (secrets-mode): New major mode.
10990 (secrets-show-secrets, secrets-show-collections)
10991 (secrets-expand-collection, secrets-expand-item)
10992 (secrets-tree-widget-after-toggle-function)
10993 (secrets-tree-widget-show-password): New defuns.
10994
472e7ec1
SM
109952010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10996
224b70cb
SM
10997 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10998 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10999 handled in smie-next-sexp.
11000 (smie-indent-calculate): Provide a starting indentation (so the
11001 recursion is well-founded ;-).
11002
472e7ec1
SM
11003 Fix handling of non-associative equal levels.
11004 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
11005 when it's not needed.
11006 (smie-op-left, smie-op-right): New functions.
11007 (smie-next-sexp): New function, extracted from smie-backward-sexp.
11008 Better handle equal levels to distinguish the associative case from
11009 the "multi-keyword construct" case.
11010 (smie-backward-sexp, smie-forward-sexp): Use it.
11011
35e53abd
JB
110122010-05-18 Juanma Barranquero <lekktu@gmail.com>
11013
5d8fe0ba
JB
11014 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11015
35e53abd
JB
11016 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11017 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11018
5ad4bef5
SM
110192010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11020
11021 Provide a simple generic indentation engine and use it for Prolog.
11022 * emacs-lisp/smie.el: New file.
11023 * progmodes/prolog.el (prolog-smie-op-levels)
11024 (prolog-smie-indent-rules): New var.
11025 (prolog-mode-variables): Use them to configure SMIE.
11026 (prolog-indent-line, prolog-indent-level): Remove.
11027
00681a3c
JB
110282010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11029
560bb7ae 11030 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
11031 order before computing the averages.
11032
eba62f7a
JB
110332010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11034
597517ef 11035 * calc/calc-vec.el (calc-histogram):
5ad4bef5 11036 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
11037 (math-vector-avg): New function.
11038
560bb7ae 11039 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
11040 being grouped depend on the radix (Bug#6189).
11041
8c5ff6dd
KR
110422010-05-15 Ken Raeburn <raeburn@raeburn.org>
11043
11044 * version.el (emacs-copyright, emacs-version): Don't define here,
11045 now that emacs.c defines it.
11046
98d8b17e
EZ
110472010-05-15 Eli Zaretskii <eliz@gnu.org>
11048
71078429
EZ
11049 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11050 "Describe Language Environment" menu item.
11051
ce6233c1
EZ
11052 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11053
d20e1419
EZ
11054 Bidi-sensitive movement with arrow keys.
11055 * subr.el (right-arrow-command, left-arrow-command): New functions.
11056
11057 * bindings.el (global-map): Bind them to right and left arrow keys.
11058
98d8b17e 11059 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
11060 * files.el (convert-standard-filename):
11061 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
11062 the corresponding systems.
11063
11064 * w32-fns.el (w32-convert-standard-filename): Rename from
11065 convert-standard-filename. Doc fix.
11066
11067 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11068 (convert-standard-filename): Don't defalias.
11069 (register-name-alist, make-register, register-value)
11070 (set-register-value, intdos): Obsolete aliases for the
11071 corresponding dos-* functions and variables.
11072 (dos-intdos): Add a doc string.
11073
ae6bc504
JB
110742010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11075
11076 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11077 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11078 (math-compose-tex-func):
11079 * calc/calccomp.el (math-compose-expr):
11080 * calc/calc-ext.el (math-format-flat-expr-fancy):
11081 * calc/calc-store.el (calc-read-var-name):
11082 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11083
11084 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 11085 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 11086 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 11087 (math-standard-units): Add units.
ae6bc504 11088
c26ea4b2
SM
110892010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11090
7aefa445 11091 * progmodes/asm-mode.el (asm-mode):
13973643
SM
11092 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11093
c26ea4b2
SM
11094 * pcomplete.el (pcomplete-completions-at-point): New function,
11095 extracted from pcomplete-std-complete.
11096 (pcomplete-std-complete): Use it.
11097
02be533b
GM
110982010-05-15 Glenn Morris <rgm@gnu.org>
11099
11100 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11101 Remove references to CVS, RCS and Old directories.
11102
78ed0efc
JB
111032010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11104
ae6bc504 11105 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
11106 appropriate.
11107
10dcc561
SM
111082010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11109
5ccaa359
SM
11110 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11111 (sh-mode-syntax-table): Give it a default value instead.
11112 (sh-header-marker): Make buffer-local.
11113 (sh-mode): Move make-local-variable to the corresponding setq.
11114 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11115 Use complete-with-action.
11116
10dcc561
SM
11117 * simple.el (prog-mode): New (abstract) major mode.
11118 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11119 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11120
c38762fd
JB
111212010-05-14 Juanma Barranquero <lekktu@gmail.com>
11122
11123 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11124 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11125 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11126 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11127 (sql-escape-newlines-filter, sql-input-sender)
11128 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11129
2ef3c144
CY
111302010-05-13 Chong Yidong <cyd@stupidchicken.com>
11131
560bb7ae 11132 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
11133
11134 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11135 latex-open-block and C-c / to latex-close-block.
11136
11137 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11138 and C-c C-e to sgml-close-tag.
11139
3b30ccda
MA
111402010-05-13 Michael Albinus <michael.albinus@gmx.de>
11141
11142 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 11143 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
11144 (tramp-handle-load, tramp-handle-file-local-copy)
11145 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
11146 (tramp-maybe-send-script, tramp-find-shell):
11147 Use `with-progress-reporter'.
3b30ccda
MA
11148 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11149 Fix message text.
11150
11151 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11152 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11153 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11154 Use `with-progress-reporter'.
11155
57ff5d7b
AM
111562010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11157
a628ad9d
JB
11158 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11159 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 11160
5a70d10f
SM
111612010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11162
791ffe1c
SM
11163 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11164
5a70d10f
SM
11165 * dos-fns.el: Add "dos-" prefix for namespace control.
11166 (convert-standard-filename): Define as alias for
11167 dos-convert-standard-filename but only if applicable.
11168
38d93f03
AM
111692010-05-12 Alan Mackenzie <acm@muc.de>
11170
11171 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11172 Push the mark at the start of these functions when appropriate.
11173
902a6d8d
SM
111742010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11175
11176 * minibuffer.el (completion-cycle-threshold): New custom var.
11177 (completion--do-completion): Use it.
11178 (minibuffer-complete): Use cycling if appropriate.
11179
9ee120ba
JB
111802010-05-11 Juanma Barranquero <lekktu@gmail.com>
11181
11182 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11183 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11184
841c4085
JL
111852010-05-11 Juri Linkov <juri@jurta.org>
11186
11187 * scroll-all.el (scroll-all-check-to-scroll):
11188 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11189
8a67c70e
SM
111902010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11191
f2b9ed18
SM
11192 * iimage.el (iimage-mode-map): Move initialization into declaration.
11193 (iimage-mode-buffer): Use with-silent-modifications.
11194 Simplify calling convention. Adjust callers.
11195 (iimage-mode): Don't run hook redundantly.
11196
8a67c70e
SM
11197 * minibuffer.el (completion-pcm--pattern->regex):
11198 Fix last change (bug#6160).
11199
4bbedd98
JL
112002010-05-10 Juri Linkov <juri@jurta.org>
11201
11202 Remove nodes visited during Isearch from the Info history.
11203 * info.el (Info-isearch-initial-history)
11204 (Info-isearch-initial-history-list): New variables.
11205 (Info-isearch-start): Record initial values of
11206 Info-isearch-initial-history and Info-isearch-initial-history-list.
11207 Add Info-isearch-end to isearch-mode-end-hook.
11208 (Info-isearch-end): New function.
11209
94ecf5da
MA
112102010-05-10 Michael Albinus <michael.albinus@gmx.de>
11211
11212 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
11213 format string, in order to work around a bug in pdksh.
11214 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
11215 (tramp-handle-verify-visited-file-modtime): Do not send a command
11216 when the connection is not established.
11217 (tramp-handle-set-file-times): Simplify the check for utc.
11218
c5eb971b
JB
112192010-05-10 Juanma Barranquero <lekktu@gmail.com>
11220
11221 Fix use of `filter-buffer-substring' (rework previous change).
11222 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11223 (cua-repeat-replace-region):
11224 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11225 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11226 (cua-cut-region-to-global-mark): Use it.
11227
7492acc9
MM
112282010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11229
77e2fc7a
JB
11230 * progmodes/sql.el: Version 2.1.
11231 (sql-product-alist): Redesign structure of product info.
11232 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
11233 (sql-port, sql-port-history): New variables.
11234 (sql-interactive-product): New variable.
11235 (sql-send-terminator): New variable.
77e2fc7a 11236 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
11237 (sql-oracle-login-params, sql-sqlite-login-params)
11238 (sql-mysql-login-params, sql-solid-login-params)
11239 (sql-sybase-login-params, sql-informix-login-params)
11240 (sql-ingres-login-params, sql-ms-login-params)
11241 (sql-postgres-login-params, sql-interbase-login-params)
11242 (sql-db2-login-params, sql-linter-login-params)
11243 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
11244 (sql-mode-map): Add C-c C-i to start interactive mode.
11245 (sql-mode-menu): Update existing menu entries.
11246 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
11247 (sql-mode-oracle-font-lock-keywords)
11248 (sql-mode-postgres-font-lock-keywords)
11249 (sql-mode-ms-font-lock-keywords)
11250 (sql-mode-sybase-font-lock-keywords)
11251 (sql-mode-informix-font-lock-keywords)
11252 (sql-mode-interbase-font-lock-keywords)
11253 (sql-mode-ingres-font-lock-keywords)
11254 (sql-mode-solid-font-lock-keywords)
11255 (sql-mode-mysql-font-lock-keywords)
11256 (sql-mode-sqlite-font-lock-keywords)
11257 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11258 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11259 reduce run-time complexity.
11260 (sql-add-product, sql-del-product): New functions.
11261 (sql-set-product-feature, sql-get-product-feature): New functions.
11262 (sql-product-font-lock): Update product API.
11263 (sql-add-product-keywords): New function.
11264 (sql-highlight-product): Update product API.
11265 (sql-help-list-products): New function.
11266 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11267 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11268 prompt for port.
11269 (sql-copy-column): Copy without properties.
11270 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11271 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11272 Implement as a filter.
7492acc9
MM
11273 (sql-escape-newlines-filter): Implement as a filter.
11274 (sql-remove-tabs-filter): New function.
11275 (sql-send-magic-terminator): New function.
11276 (sql-send-string): Implement magic terminator.
11277 (sql-send-region): Use `sql-send-string'.
11278 (sql-interactive-mode): Use product API.
11279 (sql-product-interactive): Use product API.
11280 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11281 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11282 (sql-db2, sql-linter): Use `sql-product-interactive'.
11283 (sql-connect): New function.
11284 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11285 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11286 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11287 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11288 Use `sql-connect'.
7492acc9 11289
79ccd68f
SM
112902010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11291
11292 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11293 New custom variable.
11294 (completion-pcm--string->pattern): Use it.
11295 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11296 Make it handle any symbol as `any'.
11297 (completion-pcm--merge-completions): Extract common suffix for the new
11298 `prefix' symbol as well.
11299 (completion-substring--all-completions): Use the new `prefix' symbol.
11300
0d5852cf
MA
113012010-05-09 Michael Albinus <michael.albinus@gmx.de>
11302
11303 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11304 not bound.
11305 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11306 (tramp-compat-funcall): New defmacro.
11307 (tramp-compat-line-beginning-position)
11308 (tramp-compat-line-end-position)
11309 (tramp-compat-temporary-file-directory)
11310 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11311 (tramp-compat-copy-file, tramp-compat-copy-directory)
11312 (tramp-compat-delete-file, tramp-compat-delete-directory)
11313 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11314 * net/tramp.el (top, with-progress-reporter)
11315 (tramp-rfn-eshadow-setup-minibuffer)
11316 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11317 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11318 (tramp-completion-mode-p, tramp-check-for-regexp)
11319 (tramp-open-connection-setup-interactive-shell)
11320 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11321 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11322 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11323 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11324 (tramp-reporter-dump-variable, tramp-load-report-modules)
11325 (tramp-append-tramp-buffers)
11326 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11327
11328 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11329
f913fe7d
SM
113302010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11333 buffer-modtime. Adjust users.
11334
0235128c 113352010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11336
77e2fc7a 11337 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11338 car of each item, not the whole list (Bug#6083).
f034e176 11339
0235128c 113402010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11341
11342 * progmodes/js.el (js-mode): Make paragraph variables local before
11343 calling c-setup-paragraph-variables (Bug#6071).
11344
0235128c 113452010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11346
11347 * composite.el (compose-region, reference-point-alist): Fix typos
11348 in the doc strings.
11349
77e2fc7a 113502010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11351
11352 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11353 gnuplot's "set" command.
11354
0235128c 113552010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11356
11357 * abbrev.el (last-abbrev-text): Doc fix.
11358 (abbrev-prefix-mark): Don't escape parenthesis.
11359
0235128c 113602010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11361
11362 * composite.el (find-composition): Doc fix.
11363
0235128c 113642010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11365
11366 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11367 (sql-oracle-program, sql-sqlite-options)
11368 (sql-query-placeholders-and-send): Doc fixes.
11369 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11370 (sql-imenu-generic-expression, sql-buffer)
11371 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11372 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11373 (sql-mode-sybase-font-lock-keywords)
11374 (sql-mode-informix-font-lock-keywords)
11375 (sql-mode-interbase-font-lock-keywords)
11376 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11377 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11378 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11379 (sql-product-feature, sql-highlight-product)
11380 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11381 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11382 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11383 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11384 Fix typos in docstrings.
11385
0235128c 113862010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11387
11388 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11389 property instead of `invisible' and `after-string' (bug#5998).
11390
0235128c 113912010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11392
11393 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11394
0235128c 113952010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11396
11397 * filecache.el (file-cache-add-directory-list)
11398 (file-cache-add-directory-recursively): Fix typos in docstrings.
11399
0235128c 114002010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11401
11402 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11403 (gujarati-composable-pattern): Fix typo.
ece33a6e 11404
0235128c 114052010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11406
11407 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11408 (tamil-composable-pattern, malayalam-composable-pattern):
11409 Add two-part vowels to "v" (vowel sign).
771533aa 11410
0235128c 114112010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11412
99833607
CY
11413 * files.el (copy-directory): Handle symlinks (Bug#5982).
11414
0235128c 114152010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11416
11417 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11418 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11419 (Bug#5846).
11420
0235128c 114212010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11422
0ca12598
GM
11423 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11424
d2c7b917
GM
11425 * minibuffer.el (completion-at-point): Doc fix.
11426
ba5bf5f0
SM
114272010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * electric.el (Electric-command-loop): Minor tweak.
11430
11431 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11432 better with dedicated windows.
11433
0235128c
SM
114342010-05-07 Chong Yidong <cyd@stupidchicken.com>
11435
11436 * Version 23.2 released.
11437
560bb7ae 114382010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11439 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11440
11441 Highlight vendor specific properties.
11442 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11443 (css-proprietary-property): New face.
11444 (css-font-lock-keywords): Use them.
11445
c0162ade
EZ
114462010-05-07 Eli Zaretskii <eliz@gnu.org>
11447
11448 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11449
f3ee9200
SM
114502010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11451
05623156
SM
11452 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11453 * files.el (auto-mode-alist): Remove redundant entries.
11454
f3ee9200
SM
11455 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11456 * simple.el (auto-save-mode): Move from files.el.
11457 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11458
560bb7ae 114592010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11460
76e3243a 11461 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11462
765d4319
KY
114632010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11464
11465 * mail/binhex.el (binhex-decode-region-internal)
11466 * mail/uudecode.el (uudecode-decode-region-internal)
11467 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11468 (dns-read-type, dns-query)
11469 * pgg-parse.el (pgg-parse-armor)
11470 * pgg.el (pgg-verify-region)
11471 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11472 XEmacs.
11473
86d21cc0 11474 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11475
f83483ff
JB
114762010-05-07 Juanma Barranquero <lekktu@gmail.com>
11477
40ab7974
JB
11478 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11479
f83483ff
JB
11480 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11481 * emulation/cua-base.el (cua-repeat-replace-region):
11482 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11483 (cua-cut-region-to-global-mark):
11484 Remove text properties with `set-text-properties'.
11485
9566840f
MA
114862010-05-06 Michael Albinus <michael.albinus@gmx.de>
11487
f3ee9200
SM
11488 * net/tramp.el (top, with-progress-reporter):
11489 Use `symbol-function' inside `funcall'.
9566840f
MA
11490
11491 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11492 (tramp-compat-delete-file, tramp-compat-delete-directory):
11493 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11494
11495 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11496 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11497 inside `funcall'.
11498
0c495c21
SM
114992010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11500
1493963b
SM
11501 * minibuffer.el (completion--sreverse, completion--common-suffix):
11502 New functions.
11503 (completion-pcm--merge-completions): Extract common suffix when safe.
11504
0c495c21
SM
11505 * emacs-lisp/easy-mmode.el (define-minor-mode):
11506 Make :variable more flexible.
11507 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11508
221a0647
JL
115092010-05-05 Juri Linkov <juri@jurta.org>
11510
11511 Add `slow' and `history' tags to the desktop data.
11512
11513 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11514 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11515 (Info-finder-find-node): Require `finder.el' to be able
11516 to restore node from the desktop.
11517 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11518 data `Info-history' and `slow' tag in the assoc list.
11519 (Info-restore-desktop-buffer): Don't restore nodes with the
11520 `slow' tag. Restore `Info-history'.
11521
66bdc868
MA
115222010-05-05 Michael Albinus <michael.albinus@gmx.de>
11523
11524 Add FORCE argument to `delete-file'.
11525
11526 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11527 forcing to delete the temporary file.
11528 (ange-ftp-delete-file): Add FORCE arg.
11529 (ange-ftp-rename-remote-to-remote)
11530 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11531 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11532 Force file deletion.
66bdc868
MA
11533
11534 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11535
11536 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11537 (tramp-handle-make-symbolic-link, tramp-handle-load)
11538 (tramp-do-copy-or-rename-file-via-buffer)
11539 (tramp-do-copy-or-rename-file-directly)
11540 (tramp-do-copy-or-rename-file-out-of-band)
11541 (tramp-handle-process-file, tramp-handle-call-process-region)
11542 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11543 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11544 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11545
11546 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11547 (tramp-fish-handle-make-symbolic-link)
11548 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11549
0c495c21
SM
11550 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11551 Use `tramp-compat-delete-file'.
66bdc868
MA
11552
11553 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11554 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11555
11556 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11557 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11558
11559 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11560 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11561 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11562 Use `tramp-compat-delete-file'.
66bdc868 11563
f44379e7
SM
115642010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11565
365f8d85
SM
11566 Minor cleanups.
11567 * subr.el (add-minor-mode): Use push.
11568 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11569 * emulation/edt.el (edt-select-mode): Simplify.
11570
80ac5d4d
SM
11571 Use define-minor-mode in more cases.
11572 * term/tvi970.el (tvi970-set-keypad-mode):
11573 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11574 (normal-erase-is-backspace-mode):
11575 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11576 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11577 (get-scroll-bar-mode): New function.
11578 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11579
11580 Use define-minor-mode for less obvious cases.
f44379e7
SM
11581 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11582 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11583 * international/iso-ascii.el (iso-ascii-mode):
11584 * frame.el (auto-raise-mode, auto-lower-mode):
11585 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11586
c04b03f8
MA
115872010-05-04 Michael Albinus <michael.albinus@gmx.de>
11588
11589 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11590 in order to see error messages for failed logins.
11591
53967e09
CY
115922010-05-03 Chong Yidong <cyd@stupidchicken.com>
11593
11594 * diff.el (diff-sentinel):
11595
11596 * epg.el (epg--make-temp-file, epg-decrypt-string)
11597 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11598
11599 * jka-compr.el (jka-compr-partial-uncompress)
11600 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11601
11602 * server.el (server-sentinel): Use delete-file's new FORCE arg
11603 (Bug#6070).
11604
56eb0904
SM
116052010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 Use define-minor-mode where applicable.
11608 * view.el (view-mode):
11609 * type-break.el (type-break-query-mode)
11610 (type-break-mode-line-message-mode):
11611 * textmodes/reftex.el (reftex-mode):
11612 * term/vt100.el (vt100-wide-mode):
11613 * tar-mode.el (tar-subfile-mode):
11614 * savehist.el (savehist-mode):
11615 * ibuf-ext.el (ibuffer-auto-mode):
11616 * composite.el (auto-composition-mode):
11617 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11618 Use define-minor-mode.
11619 (vhdl-mode): Use static mode-line format.
11620 (vhdl-mode-line-update): Delete.
11621 (vhdl-create-mode-menu, vhdl-activate-customizations)
11622 (vhdl-hs-minor-mode): Don't bother calling it.
11623
672eb710
SM
116242010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11625
8f92b8ad
SM
11626 * simple.el (with-wrapper-hook): Move.
11627 (buffer-substring-filters): Mark obsolete.
11628 (filter-buffer-substring-functions): New variable.
1fada563 11629 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11630
c04b03f8 116312010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11632 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11633
11634 Implement compression for inline methods.
11635
11636 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11637 (tramp-copy-size-limit): Allow also nil.
11638 (tramp-inline-compress-commands): New defconst.
11639 (tramp-find-inline-compress, tramp-get-inline-compress)
11640 (tramp-get-inline-coding): New defuns.
cb7f3653 11641 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11642 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11643 (tramp-handle-file-local-copy, tramp-handle-write-region)
11644 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11645
8c0bf8b3
SM
116462010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11647
07125a91
SM
11648 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11649 Remove unused functions.
11650
f3a47002
SM
11651 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11652 Set find-tag-default-function as a variable rather than a property.
11653
8c0bf8b3
SM
11654 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11655 * progmodes/etags.el (tags-completion-at-point-function):
11656 Remove left over interactive spec. Add autoloading stub.
11657 (complete-tag): Use tags-completion-at-point-function.
11658
27601456
CY
116592010-04-30 Chong Yidong <cyd@stupidchicken.com>
11660
cb7f3653 11661 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11662
09d0284d
CY
116632010-04-29 Chong Yidong <cyd@stupidchicken.com>
11664
27d3cd56
CY
11665 * ido.el (ido-init-completion-maps): Remove C-v binding.
11666 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11667
3a07ffce
CY
116682010-04-29 Chong Yidong <cyd@stupidchicken.com>
11669
11670 * minibuffer.el (tags-completion-at-point-function): New function.
11671 (completion-at-point-functions): Use it.
11672
3a07ffce
CY
11673 * progmodes/etags.el (complete-tag): Revert last change.
11674
3d14bb73
AM
116752010-04-29 Alan Mackenzie <acm@muc.de>
11676
11677 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11678 off-by-one error (in end of macro position).
11679
7d353d11
SM
116802010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11683 firefox is absent. Don't autoload.
11684 (browse-url-galeon-program): Don't autoload.
11685
48111a85
CY
116862010-04-28 Chong Yidong <cyd@stupidchicken.com>
11687
11688 * bindings.el (complete-symbol): Move into minibuffer.el.
11689
11690 * minibuffer.el (complete-tag): Move from etags.el. If tags
11691 completion cannot be performed, return nil instead of signalling
11692 an error.
11693 (completion-at-point): Make it an alias for complete-symbol.
11694 (complete-symbol): Move from bindings.el, and replace with the
11695 body of completion-at-point.
11696
11697 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11698
7ba94701
MA
116992010-04-28 Michael Albinus <michael.albinus@gmx.de>
11700
11701 * net/tramp.el (tramp-remote-selinux-p): New defun.
11702 (tramp-handle-file-selinux-context)
11703 (tramp-handle-set-file-selinux-context): Use it.
11704
95c6cc3e
SS
117052010-04-28 Sam Steingold <sds@gnu.org>
11706
11707 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11708 `safe-local-variable' if the value is a string or a symbol with
11709 the property `bug-reference-url-format'.
11710
36045ff3
CY
117112010-04-28 Chong Yidong <cyd@stupidchicken.com>
11712
537ffaf3
SM
11713 * progmodes/bug-reference.el (bug-reference-url-format):
11714 Revert 2010-04-27 change due to security risk.
36045ff3 11715
56924d99
SM
117162010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 Make it possible to locally disable a globally enabled mode.
11719 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11720 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11721 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11722 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11723 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11724 that subsequent hooks get a chance to disable it.
11725
ccaa4765
SM
117262010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11727
17818d71
SM
11728 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11729 Avoid re-enabling a minor mode after the user turned the minor mode
11730 off if MODE-enable-in-buffers is run twice (typically once from
11731 fundamental-mode's after-change-major-mode-hook and a second time from
11732 run-mode-hook's own after-change-major-mode-hook).
11733
ccaa4765
SM
11734 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11735
2a6f654e
SS
117362010-04-27 Sam Steingold <sds@gnu.org>
11737
11738 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11739 `safe-local-variable' if the value is a string or a function, as
11740 documented and implemented on 2010-04-02.
11741
cecaa674
JB
117422010-04-27 Juanma Barranquero <lekktu@gmail.com>
11743
11744 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11745 when method is 'kill.
11746
117472010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11748
a628ad9d
JB
11749 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11750 condition in default directory check.
01c35094 11751 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11752 Kill ispell process when killing its associated buffer.
11753
7dd7fbb9
JD
117542010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11755
11756 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11757 but we aren't using it.
11758
7ac82b84
J
117592010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11760
11761 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11762 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11763
fea1add4
GM
117642010-04-24 Glenn Morris <rgm@gnu.org>
11765
11766 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11767 Ignore VCS-ignore files, and deleted nextstep preferences files.
11768 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11769 (authors-ambiguous-files): New list.
11770 (authors-valid-file-names): Add some deleted files.
11771 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11772 (authors-disambiguate-file-name): New function. (Bug#5501)
11773 (authors-canonical-file-name): Doc fix.
11774 Don't warn about obsolete files.
11775 (authors-canonical-file-name, authors-scan-el):
11776 Use authors-disambiguate-file-name.
11777
cbcfee6e
GM
11778 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11779 Add autoload cookies.
11780 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11781 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11782 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11783 They have definitions / compiler macros in cl.el.
11784 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11785 Replace manual autoloads with generated ones.
11786 (htmlfontify-unload-rgb-file): Remove autoload.
11787 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11788
3b548e1b
SM
117892010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11790
9ae0c310
SM
11791 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11792 (byte-compile-setq-default): Optimize for the
11793 single-var case and don't call byte-compile-form in this case to avoid
11794 inf-loop with byte-compile-set-default.
11795
3b548e1b
SM
11796 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11797
632c5478
MA
117982010-04-23 Michael Albinus <michael.albinus@gmx.de>
11799
11800 Implement SELINUX backends.
11801
3b548e1b
SM
11802 * net/tramp.el (tramp-file-name-handler-alist):
11803 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11804 (tramp-handle-file-selinux-context)
11805 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11806 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11807 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11808
3b548e1b
SM
11809 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11810 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11811 (tramp-gvfs-handle-file-selinux-context)
11812 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11813 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11814
11815 * net/ange-ftp.el (ange-ftp-copy-file):
11816 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11817 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11818 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11819 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11820
a94d821f
MA
118212010-04-22 Michael Albinus <michael.albinus@gmx.de>
11822
11823 Synchronize with Tramp repository.
11824
11825 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11826 (tramp-action-process-alive, tramp-action-out-of-band)
11827 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11828 (tramp-exists-file-name-handler): Fix docstring.
11829 (with-progress-reporter): New defmacro.
11830 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11831 (tramp-maybe-open-connection): Use it.
11832
a92375d9
MA
118332010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11834
11835 Detect ssh 'ControlMaster' argument automatically in some cases.
11836
11837 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11838 (tramp-default-method): Use it.
11839
489fe4c2
MA
118402010-04-22 Michael Albinus <michael.albinus@gmx.de>
11841
25f14cdb
MA
11842 * net/tramp.el (tramp-handle-copy-file): Add new optional
11843 parameter `preserve-selinux-context'.
11844 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11845
a92375d9
MA
118462010-04-22 Michael Albinus <michael.albinus@gmx.de>
11847
489fe4c2
MA
11848 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11849 Ensure, that non remote files are still checked. Oops.
11850
acd1f317
MA
118512010-04-21 Michael Albinus <michael.albinus@gmx.de>
11852
11853 Fix Bug#5840.
11854
11855 * icomplete.el (icomplete-completions): Use `non-essential'.
11856
11857 * net/tramp.el (tramp-connectable-p): New defun.
11858 (tramp-handle-expand-file-name)
11859 (tramp-completion-handle-file-name-all-completions)
11860 (tramp-completion-handle-file-name-completion): Use it.
11861
62c5b459
SM
118622010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11865
f904c0f9
JD
118662010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11867
11868 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11869
11870 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11871
11872 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11873 is present.
11874
11875 * info.el (info-tool-bar-map): Add labels.
11876
11877 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11878
11879 * cus-edit.el (custom-commands): Add labels for tool bar.
11880 (custom-buffer-create-internal, Custom-mode): Adjust for
11881 labels in custom-commands.
11882
11883 * dynamic-setting.el: Renamed from font-setting.el.
11884
c5cbeb12
LL
118852010-04-21 John Wiegley <jwiegley@gmail.com>
11886
11887 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11888 toggles the use of virtual buffers.
537ffaf3 11889 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11890 (ido-toggle-virtual-buffers): New function.
11891
fcc93746
JB
118922010-04-21 Juanma Barranquero <lekktu@gmail.com>
11893
11894 Use `define-derived-mode'; fix window selection; doc fixes.
11895 * play/tetris.el (tetris, tetris-update-speed-function)
11896 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11897 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11898 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11899 (tetris-pause-game): Fix typos in docstrings.
11900 (tetris-mode-map, tetris-null-map):
11901 Move initialization into declaration.
11902 (tetris-mode): Define with `define-derived-mode';
11903 set show-trailing-whitespace to nil.
11904 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11905
574c05e2
KK
119062010-04-21 Karel Klíč <kklic@redhat.com>
11907
11908 * files.el (backup-buffer): Handle SELinux context, and return it
11909 if a backup was made by renaming.
11910 (backup-buffer-copy): Set SELinux context to the target file.
11911 (basic-save-buffer): Set SELinux context of the newly written file.
11912 (basic-save-buffer-1): Now it also returns any SELinux context.
11913 (basic-save-buffer-2): Set SELinux context of the newly created file,
11914 and return it.
11915 * net/tramp.el (tramp-file-name-for-operation):
11916 Add file-selinux-context.
11917
e97a42c1
SM
119182010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11919
f2b9ed18
SM
11920 Make the log-edit comments use RFC822 format throughout.
11921
e97a42c1
SM
11922 * vc.el (vc-checkin, vc-modify-change-comment):
11923 Adjust to new vc-start/finish-logentry.
11924 (vc-find-conflicted-file): New command.
11925 (vc-transfer-file): Adjust to new vc-checkin.
11926 (vc-next-action): Improve scoping.
11927
11928 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11929 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11930
11931 * vc-git.el (vc-git-log-edit-mode): Remove.
11932 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11933 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11934
11935 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11936 (vc-start-logentry): Remove argument `extra'.
11937 (vc-finish-logentry): Remove extra args.
11938
11939 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11940 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11941 (vc-bzr-conflicted-files): New function.
11942
11943 * log-edit.el (log-edit-extra-flags)
11944 (log-edit-before-checkin-process): Remove.
11945 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11946 (log-edit-headers-alist): New var.
11947 (log-edit-header-contents-regexp): New const.
11948 (log-edit-match-to-eoh): New function.
11949 (log-edit-font-lock-keywords): Use them.
11950 (log-edit): Insert a "Summary:" header as default.
11951 (log-edit-mode): Mark font-lock rules as case-insensitive.
11952 (log-edit-done): Cleanup headers.
11953 (log-view-process-buffer): Remove.
11954 (log-edit-extract-headers): New function to replace it.
11955
938efb77
JB
119562010-04-20 Juanma Barranquero <lekktu@gmail.com>
11957
11958 * subr.el (default-direction-reversed): Remove obsolescence info.
11959
1cfb415b
SM
119602010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11961
cb4f9513
SM
11962 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11963 windows/frames.
11964
6e610c72
SM
11965 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11966 I.e. include text after point in the completion region.
11967 Also, return nil when we're not after/in a symbol.
11968
1cfb415b
SM
11969 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11970 default enable-multibyte-characters.
11971
c80fa13c
SM
119722010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11973
87926e02
SM
11974 * international/mule.el: Help the user choose a valid coding-system.
11975 (read-buffer-file-coding-system): New function.
11976 (set-buffer-file-coding-system): Use it. Prompt the user if the
11977 coding-system cannot encode all the chars.
11978
c80fa13c
SM
11979 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11980 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11981 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11982 Don't use *vc-bzr-shelve*.
11983
6e104790 119842010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11985
11986 Fix the version number for added files.
11987 * vc-hg.el (vc-hg-working-revision): Check if the file is
11988 registered after hg parent fails (Bug#5961).
11989
6e104790 119902010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11991
11992 * htmlfontify.el (htmlfontify-buffer)
11993 (htmlfontify-copy-and-link-dir): Autoload entry points.
11994
6e104790 119952010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11996
11997 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11998 name relative to the project root (Bug#5960).
11999
6e104790 120002010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
12001
12002 * vc-git.el (vc-git-print-log): Doc fix.
12003
6e104790 120042010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
12005
12006 * ido.el (ido-file-internal): Fix 2009-12-02 change.
12007
53cfe624 120082010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
12009
12010 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12011 default settings (Bug#5928).
12012
6e104790 120132010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
12014
12015 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12016 New function.
0a23b2c3 12017 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 12018
6e104790 120192010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
12020
12021 * language/indian.el (malayalam-composable-pattern): Fix previous
12022 change (add U+0D4D "SIGN VIRAMA").
12023 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12024 (tamil-composable-pattern): Fix typo in the regexp.
12025 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12026 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12027 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12028
6e104790 120292010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
12030
12031 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12032 paragraph-separate (Bug#5821).
12033
6e104790 120342010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
12035
12036 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12037
12038 * info.el (Info-find-node-2): Comment out code that skips
12039 breadcrumbs line.
12040 (Info-mouse-follow-link): New command.
12041 (Info-link-keymap): New keymap.
12042 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12043 Return a string with links instead of inserting breadcrumbs
12044 to the Info buffer.
12045 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12046 Instead of putting the `invisible' text property over the Info
12047 header, make an overlay over the Info header with the `invisible'
12048 property and `after-string' set to the string returned by
12049 `Info-breadcrumbs'.
12050
6e104790 120512010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
12052
12053 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12054 Reported by monkey@sandpframing.com.
12055
98923800
SM
120562010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12057
b5feea0f
SM
12058 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12059 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12060 available in the "keyseq cache" any more.
12061
98923800
SM
12062 * custom.el (defcustom): Add edebug spec.
12063
fd5c9dfa
JL
120642010-04-18 Juri Linkov <juri@jurta.org>
12065
12066 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12067
12068 * view.el (view-file, view-buffer): Move test for special mode-class
12069 from view-file to view-buffer.
12070
12071 * tar-mode.el (tar-extract): Turn if's into one cond
12072 like in arc-mode.el.
12073
b3671a51
JL
120742010-04-18 Juri Linkov <juri@jurta.org>
12075
12076 Add 7z archive format support (bug#5475).
12077
12078 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12079 (archive-7z-extract): New defcustom.
12080 (archive-find-type): Add magic string for 7z.
12081 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12082 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12083 `buffer' arg of `call-process'.
12084 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12085 call the function `archive-7z-extract' with the variable
12086 `archive-7z-extract' let-bound to `archive-zip-extract'.
12087 (archive-7z-summarize, archive-7z-extract): New functions.
12088
12089 * international/mule.el (auto-coding-alist):
12090 * files.el (auto-mode-alist): Add 7z file extension.
12091
8a37fb25
SM
120922010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12093
e9515805
SM
12094 * loadup.el: Setup hash-cons for pure data.
12095
f8ea0098
SM
12096 Fix duplicate entries in cedet's loaddefs.el files.
12097 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12098 Should make most file-local generated-autoload-file unnecessary.
12099 (print-readably): Silence warnings.
12100 (autoload-find-destination): Take load-name as an arg to make sure
12101 it's the same as the one that will be in the file.
12102 (autoload-generate-file-autoloads): Adjust to above changes.
12103 Try to make the dataflow a bit simpler.
12104
8a37fb25
SM
12105 * cvs-status.el (cvs-refontify): Remove unused.
12106
f8b91752
JB
121072010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12108
76e3243a 12109 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 12110
76e3243a 12111 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
12112 twos-complement mode.
12113
d8b01fef
JB
121142010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12115
76e3243a
JB
12116 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12117 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
12118 (calc-inverse): Add "Option" to message, as appropriate.
12119 (calc-hyperbolic): Add "Option" to message, as appropriate.
12120 (calc-option, calc-is-option): New functions.
12121
76e3243a 12122 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
12123 (calc-option-prefix-help): New function.
12124
76e3243a 12125 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 12126
76e3243a 12127 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
12128 (calc-option-flag): New variable.
12129 (calc-do): Set `calc-option-flag to nil.
12130 (calc-set-mode-line): Add "Opt " as appropriate.
12131
74f806a1
JL
121322010-04-16 Juri Linkov <juri@jurta.org>
12133
12134 Move scrolling commands from simple.el to window.el
12135 because their primitives are implemented in window.c.
12136
12137 * simple.el (scroll-error-top-bottom)
12138 (scroll-up-command, scroll-down-command, scroll-up-line)
12139 (scroll-down-line, scroll-other-window-down)
12140 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12141 * window.el (scroll-error-top-bottom)
12142 (scroll-up-command, scroll-down-command, scroll-up-line)
12143 (scroll-down-line, scroll-other-window-down)
12144 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12145 Move from simple.el to window.el because their primitives are
12146 implemented in window.c.
12147
ad40eec5
JL
121482010-04-16 Juri Linkov <juri@jurta.org>
12149
12150 * isearch.el (isearch-lookup-scroll-key): Check both
12151 `isearch-scroll' and `scroll-command' properties.
12152 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12153
12154 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12155
12156 * simple.el (scroll-up-command, scroll-down-command)
12157 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12158
a4b000fb
JL
121592010-04-15 Juri Linkov <juri@jurta.org>
12160
12161 * simple.el (scroll-up-command, scroll-down-command)
12162 (scroll-up-line, scroll-down-line): Put `scroll-command'
12163 property on the these symbols. Remove them from
12164 `scroll-preserve-screen-position-commands'.
12165
12166 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12167 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12168 Remove it from `scroll-preserve-screen-position-commands'.
12169
12170 * isearch.el (isearch-allow-scroll): Doc fix.
12171
4874f5e6
MA
121722010-04-15 Michael Albinus <michael.albinus@gmx.de>
12173
12174 * net/tramp.el (tramp-error-with-buffer): Don't show the
12175 connection buffer when we are in completion mode.
12176 (tramp-file-name-handler): Catch the error for some operations
12177 when we are in completion mode. This gives the user the chance to
12178 correct the file name in the minibuffer.
12179
82883f0a
GM
121802010-04-15 Glenn Morris <rgm@gnu.org>
12181
12182 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12183
528b9ea9
JB
121842010-04-15 Juanma Barranquero <lekktu@gmail.com>
12185
12186 Simplify by using `define-derived-mode'.
12187 * info.el (Info-mode):
12188 * calendar/todo-mode.el (todo-mode):
12189 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12190 (gomoku-mode-map): Move initialization into declaration.
12191
5f2b693f
MA
121922010-04-14 Michael Albinus <michael.albinus@gmx.de>
12193
12194 Fix Bug#5840.
12195 * ido.el (ido-file-name-all-completions-1):
12196 * minibuffer.el (minibuffer-completion-help):
12197 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12198
ebb9641f
SM
121992010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12200
38111a5a
SM
12201 * simple.el (non-essential): New var.
12202
ebb9641f
SM
12203 Add a new field `location' to bookmarks for non-file bookmarks.
12204 * bookmark.el (bookmark-location): Use the new field, if present.
12205 (bookmark-insert-location): Undo last change, not needed any more.
12206 * man.el (Man-bookmark-make-record):
12207 * woman.el (woman-bookmark-make-record): Add `location' field.
12208
7b05466f
JL
122092010-04-14 Juri Linkov <juri@jurta.org>
12210
12211 * simple.el (scroll-error-top-bottom): New defcustom.
12212 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12213
12214 * emulation/pc-select.el (pc-select-override-scroll-error):
12215 Obsolete in favor of `scroll-error-top-bottom'.
12216
32129746
JL
122172010-04-14 Juri Linkov <juri@jurta.org>
12218
12219 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12220 `scroll-up-command' and `M-v' to `scroll-down-command'.
12221
12222 * emulation/cua-rect.el (cua--init-rectangles):
12223 * forms.el (forms--change-commands):
12224 * image-mode.el (image-mode-map):
12225 Remap scroll-down-command and scroll-up-command
12226 in addition to scroll-down and scroll-up.
12227
9013a7f8
JL
122282010-04-14 Juri Linkov <juri@jurta.org>
12229
12230 * mwheel.el (scroll-preserve-screen-position-commands):
12231 Add mwheel-scroll to this list of commands.
12232
12233 * simple.el (scroll-preserve-screen-position-commands):
12234 Add scroll-up-command, scroll-down-command, scroll-up-line,
12235 scroll-down-line to this list of commands.
12236
3b7e1d5f
SM
122372010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12238
c1e25821
SM
12239 * obsolete/complete.el: Move from lisp/complete.el.
12240
5b31b787
SM
12241 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12242
3b7e1d5f
SM
12243 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12244 to the minor mode function now turns the mode ON unconditionally.
12245
398a825b
SM
122462010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12247
a544e7c1
SM
12248 * vc-dir.el (vc-dir-kill-line): New command.
12249 (vc-dir-mode-map): Bind it to C-k.
12250
a1979d8e
SM
12251 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12252
398a825b
SM
12253 * woman.el: Add bookmark declarations to silence the compiler.
12254 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12255 step to compatibility between man and woman bookmarks.
12256 Adjust for Man-default-bookmark-title renaming.
12257 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12258
12259 * man.el: Add bookmark declarations to silence the compiler.
12260 (Man-name-local-regexp): Make it match NAME as well.
12261 (Man-getpage-in-background): Return the buffer.
12262 (Man-notify-when-ready): Use `case'.
12263 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12264 Don't hardcode "NAME". Simplify.
12265 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12266 Rename from Man-bookmark-make-record.
12267 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12268 we have the actual man-args. Use Man-getpage-in-background rather
12269 than `man' since the arg is already processed. Let bookmark.el do the
12270 window handling. Only wait for the relevant process.
12271 Don't forget to autoload.
12272
12273 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12274
45be326a
TV
122752010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12276
12277 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12278 New functions.
12279 (woman-mode): Setup bookmark support.
12280
12281 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12282 (man-bookmark-jump): New functions.
12283 (Man-mode): Setup bookmark support.
12284
3acb4c93
CY
122852010-04-10 Jari Aalto <jari.aalto@cante.net>
12286
12287 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12288 recognize ssh-keygen prompt (Bug#2817).
12289
b6bbb65e
MA
122902010-04-10 Michael Albinus <michael.albinus@gmx.de>
12291
12292 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12293
b533bc97
MA
122942010-04-10 Michael Albinus <michael.albinus@gmx.de>
12295
12296 Synchronize with Tramp repository.
12297
12298 * net/tramp.el (tramp-completion-function-alist)
12299 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12300 (tramp-local-coding-commands, tramp-remote-coding-commands):
12301 Fix docstring.
12302 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12303 (tramp-handle-directory-files-and-attributes)
12304 (tramp-get-remote-path): Use `copy-tree'.
12305 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12306 compatibility: Use `completion-ignore-case' if
12307 `read-file-name-completion-ignore-case' does not exist.
12308 (tramp-do-copy-or-rename-file-directly): Do not use
12309 `tramp-handle-file-remote-p'.
45be326a
TV
12310 (tramp-do-copy-or-rename-file-out-of-band):
12311 Use `tramp-compat-delete-directory'.
b533bc97 12312 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12313 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12314 Use `format-spec-make'.
b533bc97
MA
12315 (tramp-find-foreign-file-name-handler)
12316 (tramp-advice-make-auto-save-file-name)
12317 (tramp-set-auto-save-file-modes): Remove superfluous check for
12318 `stringp'. This is done inside `tramp-tramp-file-p'.
12319 (tramp-debug-outline-regexp): New defconst.
12320 (tramp-get-debug-buffer): Use it.
12321 (tramp-check-for-regexp): Use (forward-line 1).
12322 (tramp-set-auto-save-file-modes): Adapt version check.
12323
45be326a
TV
12324 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12325 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12326 (tramp-compat-make-temp-file): Simplify fallback implementation.
12327 (tramp-compat-copy-tree): Remove function.
12328 (tramp-compat-delete-directory): Provide implementation for older
12329 Emacsen.
12330
12331 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12332 Do not use `tramp-fish-handle-file-attributes.
12333
12334 * net/trampver.el: Update release number.
12335
ba33df00
GM
123362010-04-10 Glenn Morris <rgm@gnu.org>
12337
12338 * progmodes/compile.el (compilation-save-buffers-predicate):
12339 Add missing :version tag.
12340
4a8ae76f
SS
123412010-04-09 Sam Steingold <sds@gnu.org>
12342
12343 * progmodes/compile.el (compilation-save-buffers-predicate):
12344 Remove the "autoload" cookie.
12345
0880716f
SS
12346 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12347 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12348 and `bug-reference-prog-mode' can be used in hooks directly.
12349
6aebd58c
DN
123502010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12351
12352 Add --author support to git commit.
12353 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12354 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12355 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12356 New declarations.
6aebd58c 12357
f6d90772
ER
123582010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12359
12360 * vc-hooks.el, vc-git.el: Improve documentation comments.
12361
e754e83b
SM
123622010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 Fix some of the problems in defsubst* (bug#5728).
12365 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12366 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12367
9e86ab0b
SS
123682010-04-07 Sam Steingold <sds@gnu.org>
12369
e754e83b
SM
12370 * progmodes/compile.el (compilation-save-buffers-predicate):
12371 New custom variable.
9e86ab0b
SS
12372 (compile, recompile): Pass it to `save-some-buffers'.
12373
b0c8b840
JD
123742010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12375
12376 * wid-edit.el (widget-choose): Move cursor to the second line of
12377 the buffer (Bug#5695).
12378
31527c56
DN
123792010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12382 * vc.el (vc-print-log-setup-buttons): New function split out from
12383 vc-print-log-internal.
12384 (vc-log-internal-common): New function, a parametrized version of
12385 vc-print-log-internal.
12386 (vc-print-log-internal): Just call vc-log-internal-common with the
12387 right arguments.
12388 (vc-incoming-outgoing-internal):
12389 (vc-log-incoming, vc-log-outgoing): New functions.
12390 (vc-log-view-type): New permanent local variable.
12391
12392 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12393
12394 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12395 of the dynamic bound vc-short-log.
12396 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12397
12398 * vc-git.el (vc-git-log-outgoing): New function.
12399 (vc-git-log-view-mode): Use vc-log-view-type instead
12400 of the dynamic bound vc-short-log.
12401
12402 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12403 of the dynamic bound vc-short-log. Highlight the tag.
12404 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12405 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12406 (vc-hg-incoming-mode): Remove.
12407 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12408
7ec69e2b
DN
124092010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12410
12411 Fix default-directory for vc-root-diff.
12412 * vc.el (vc-root-diff): Bind default-directory to the root
12413 directory for the diff command.
12414
fd9ea9d3
WS
124152010-04-07 Michael McNamara <mac@mail.brushroad.com>
12416
6e104790 12417 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12418 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12419 word keywords, suggested by Steve Pearlmutter.
6e104790 12420 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12421 port lists.
6e104790 12422 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12423 fix bug for /* / comments.
6e104790 12424 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12425 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12426 (verilog-pretty-declarations): Enhance to line up declarations
12427 inside a parameter list, suggested by Alan Morgan.
12428 (verilog-pretty-expr): Tune assignment regular expression match
12429 string for corner cases; also use markers instead of character
12430 number as indent changes the later.
fd9ea9d3
WS
12431
124322010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12433
6e104790
SM
12434 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12435 as missing keyword.
12436 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12437 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12438 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12439 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12440 Tennant.
12441 (verilog-keywords):
fd9ea9d3
WS
12442 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12443 1800-2009 keywords, including "global.".
12444
2a07afc5
JW
124452010-04-06 John Wiegley <jwiegley@gmail.com>
12446
8b32731a 12447 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12448 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12449 file basename). Should use uniquify to offer a real solution.
2a07afc5 12450
f9a27d86
JW
124512010-04-06 John Wiegley <jwiegley@gmail.com>
12452
8b32731a
JB
12453 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12454 comment to code, and add a :version tag.
12455 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12456
9caf8a8f
JB
124572010-04-06 Juanma Barranquero <lekktu@gmail.com>
12458
12459 Enable recentf-mode if using virtual buffers.
12460 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12461 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12462 (ido-make-buffer-list): Simplify.
12463 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12464
5a97d2da
JL
124652010-04-05 Juri Linkov <juri@jurta.org>
12466
12467 Scrolling commands which scroll a line instead of full screen.
12468 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12469
12470 * simple.el (scroll-up-line, scroll-down-line): New commands.
12471 Put property isearch-scroll=t on them.
12472
12473 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12474 Remove commands.
12475
79ce172a
JL
124762010-04-05 Juri Linkov <juri@jurta.org>
12477
8b32731a 12478 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12479 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12480
12481 * simple.el (scroll-up-command, scroll-down-command): New commands.
12482 Put property isearch-scroll=t on them.
12483
12484 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12485 `scroll-down-command' and [next] from `scroll-up' to
12486 `scroll-up-command'.
12487
12488 * emulation/cua-base.el: Put property CUA=move on
12489 `scroll-up-command' and `scroll-down-command'.
12490 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12491 and `scroll-down-command' to `cua-scroll-down'.
12492
309d5b43
JB
124932010-04-05 Juanma Barranquero <lekktu@gmail.com>
12494
6460e534 12495 * help.el (describe-mode): Return nil.
309d5b43 12496
0523d117
JW
124972010-04-04 John Wiegley <jwiegley@gmail.com>
12498
12499 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12500 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12501 (ido-virtual): Face used to indicate virtual buffers in the list.
12502 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12503 exists, but a virtual buffer of that name does (which would be why
12504 it was in the list), recreate the buffer by reopening the file.
12505 (ido-make-buffer-list): If virtual buffers are being used, call
12506 `ido-add-virtual-buffers-to-list' before the make list hook.
12507 (ido-virtual-buffers): New variable which contains a copy of the
12508 current contents of the `recentf-list', albeit pared down for the
12509 sake of speed, and with proper faces applied.
12510 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12511 create a list of "virtual buffers" to present to the user in
12512 addition to the currently open set. Note that this logic could
12513 get rather slow if that list is too large. With the default
12514 `recentf-max-saved-items' of 200, there is little speed penalty.
12515
202ff0d6
SM
125162010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * font-lock.el: Require CL when compiling.
12519 (font-lock-turn-on-thing-lock): Use `case'.
12520
ef43a0f4
EZ
125212010-04-03 Eli Zaretskii <eliz@gnu.org>
12522
12523 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12524 Zaretskii.
ef43a0f4 12525
9c13a46e
JL
125262010-04-02 Juri Linkov <juri@jurta.org>
12527
12528 * ehelp.el (electric-help-orig-major-mode):
12529 New buffer-local variable.
12530 (electric-help-mode): Set it to original major-mode. Doc fix.
12531 (with-electric-help): Use `electric-help-orig-major-mode' instead
12532 of (default-value 'major-mode). Doc fix.
12533 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12534
3fb87bf5
SS
125352010-04-02 Sam Steingold <sds@gnu.org>
12536
12537 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12538 `vc-hg-command' with a list of flags.
12539
202ff0d6
SM
12540 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12541 Also accept "patch" and "RFE".
dbb5e44a
SS
12542 (bug-reference-fontify): `bug-reference-url-format' can also be a
12543 function to be able to handle the bug kind.
202ff0d6 12544 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12545
d0b22876
JD
125462010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12547
12548 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12549 value to fboundp, it may not be a symbol.
12550
1625d379
CY
125512010-03-31 Chong Yidong <cyd@stupidchicken.com>
12552
202ff0d6 12553 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12554
1cd095c6
JL
125552010-03-31 Juri Linkov <juri@jurta.org>
12556
12557 * simple.el (next-line, previous-line): Re-throw a signal
12558 with `signal' instead of using `ding'.
12559 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12560
67189e62
JL
125612010-03-31 Juri Linkov <juri@jurta.org>
12562
12563 * simple.el (keyboard-escape-quit): Raise deselecting the active
12564 region higher than exiting the minibuffer.
12565 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12566
1546c559
JL
125672010-03-31 Juri Linkov <juri@jurta.org>
12568
12569 * image.el (image-animated-p): Use `image-metadata' instead of
12570 `image-extension-data'. Get GIF extenstion data from metadata
12571 property `extension-data'.
12572
85626eef
SM
125732010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * simple.el (append-to-buffer): Simplify.
12576
85738751 125772010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12578
12579 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12580 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12581
85738751 125822010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12583
12584 * language/sinhala.el (composition-function-table): Fix regexp for
12585 the new Unicode specification.
12586
12587 * language/indian.el (devanagari-composable-pattern)
12588 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12589 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12590 specification.
12591 (bengali-composable-pattern, gurmukhi-composable-pattern)
12592 (gujarati-composable-pattern, oriya-composable-pattern)
12593 (telugu-composable-pattern): New variables to cope with the new
12594 Unicode specification. Use them in composition-function-table.
12595
85738751 125962010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12597
79d74ac5 12598 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12599 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12600 vectors rather than cons cells, as used in menu-bar-update-buffers.
12601
85738751 126022010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12603
2a793f7f
CY
12604 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12605 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12606 electric punctuation for "{}();,:" (Bug#5586).
12607
03ffe8be
CY
12608 * mail/sendmail.el (mail-default-directory): Doc fix.
12609
85738751 126102010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12611
12612 * mail/sendmail.el (mail-default-directory): Doc fix.
12613
85738751 126142010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12615
12616 * subr.el (version-regexp-alist, version-to-list)
12617 (version-list-<, version-list-=, version-list-<=)
12618 (version-list-not-zero, version<, version<=, version=): Doc fix.
12619 (Bug#5744).
12620
85738751 126212010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12622
12623 * vc.el (vc-root-diff): Doc fix.
12624
85738751 126252010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12626
9aa2c576
CY
12627 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12628
9d30a9f4
CY
12629 * simple.el (append-to-buffer): Fix last change.
12630
85738751 126312010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12632
12633 * simple.el (append-to-buffer): Ensure that point is preserved if
12634 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12635 (Bug#5749)
12636
2372f278
SM
126372010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * files.el (auto-mode-case-fold): Change default to t.
12640
2223a1b3
JL
126412010-03-30 Juri Linkov <juri@jurta.org>
12642
12643 * dired-x.el (dired-omit-mode): Doc fix.
12644
0ef84fc8
JL
126452010-03-30 Juri Linkov <juri@jurta.org>
12646
12647 * replace.el (occur-accumulate-lines): Move occur-engine related
12648 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12649 to be located after `occur-engine'.
12650
dc2d2590
JL
126512010-03-30 Juri Linkov <juri@jurta.org>
12652
12653 Make occur handle multi-line matches cleanly with context.
12654 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12655
12656 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12657 (occur-engine): Add local variables `ret', `prev-after-lines',
12658 `prev-lines'. Use more arguments for `occur-context-lines'.
12659 Set first elem of its returned list to `data', and the second elem
12660 to `prev-after-lines'. Don't print the separator line.
12661 In the end, print remaining context after-lines.
12662 (occur-context-lines): Add new arguments `begpt', `endpt',
12663 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12664 after-lines of the previous match with before-lines of the
12665 current match and not overlap them. Return a list with two
12666 values: the output line and the list of context after-lines.
12667
47c88c06
JL
126682010-03-30 Juri Linkov <juri@jurta.org>
12669
12670 * replace.el (occur-accumulate-lines): Fix a bug where the first
12671 context line at the beginning of the buffer was missing.
12672
a7b02820
EZ
126732010-03-30 Eli Zaretskii <eliz@gnu.org>
12674
12675 * files.el: Make bidi-display-reordering safe variable for boolean
12676 values.
12677
9326ba26 126782010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12679 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12680
12681 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12682 (progress-reporter-update, progress-reporter-do-update):
12683 Handle non-numeric value arguments.
9326ba26
CY
12684 (progress-reporter--pulse-characters): New var.
12685
f6f8aa12
CY
126862010-03-28 Chong Yidong <cyd@stupidchicken.com>
12687
12688 * progmodes/compile.el (compilation-start): Fix regexp detection
12689 of initial cd command (Bug#5771).
12690
7ed287b5
CY
126912010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12692
12693 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12694
146b8b16
NR
126952010-03-27 Nick Roberts <nickrob@snap.net.nz>
12696
12697 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12698 * progmodes/gdb-mi.el: Restore.
12699 * progmodes/gdb-ui.el: Remove.
12700 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12701
b23caf75
GM
127022010-03-25 Glenn Morris <rgm@gnu.org>
12703
12704 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12705 all dired buffers, even tramp ones. (Bug#5755)
12706
18c812bd
SM
127072010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 Add "union tags" in mpc.el.
12710 * mpc.el: Remove backward compatibility code.
12711 (mpc-browser-tags): Change default.
12712 (mpc--find-memoize-union-tags): New var.
12713 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12714 (mpc-cmd-find): Handle the case where the playlist does not exist.
12715 Handle union-tags.
12716 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12717 (mpc-cmd-add): Use mpc-cmd-flush.
12718 (mpc-tagbrowser-tag-name): New fun.
12719 (mpc-tagbrowser-buf): Use it.
12720 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12721
efee6a6d
SM
127222010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12723
9586c41a
SM
12724 Misc cleanup.
12725 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12726 Use replace-regexp-in-string.
12727 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12728 (makefile-imake-mode-syntax-table): Move init into defvar.
12729 (makefile-mode): Use define-derived-mode.
12730
efee6a6d
SM
12731 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12732 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12733 not be present any more.
12734
c6f3804c
JB
127352010-03-24 Juanma Barranquero <lekktu@gmail.com>
12736
12737 * faces.el (set-face-attribute): Fix typo in docstring.
12738 (face-valid-attribute-values): Reflow docstring.
12739
e867cb5d 127402010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12741
efee6a6d 12742 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12743
e867cb5d 127442010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12745
12746 * indent.el (indent-for-tab-command): Doc fix.
12747
e867cb5d 127482010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12749
efee6a6d
SM
12750 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12751 Fix off-by-one error. Fixes bug #5747.
657071fc 12752
e867cb5d 127532010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12754
12755 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12756 (image-dired-read-comment): Doc fix.
12757
efee6a6d
SM
12758 * json.el (json-object-type, json-array-type, json-key-type)
12759 (json-false, json-null, json-read-number):
c8de140b
JB
12760 * minibuffer.el (completion-in-region-functions):
12761 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12762 (cal-tex-cursor-week):
12763 * emacs-lisp/trace.el (trace-function):
12764 * eshell/em-basic.el (eshell/printnl):
12765 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12766 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12767 * obsolete/levents.el (allocate-event, event-key, event-object)
12768 (event-point, event-process, event-timestamp, event-to-character)
12769 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12770 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12771 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12772 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12773 (reftex-highlight-selection): Fix typos in docstrings.
12774
e867cb5d 127752010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12776
12777 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12778
e867cb5d 127792010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12780
12781 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12782 2008-02-13 without comment; mark it obsolete.
12783 (rmail-highlight-headers): Use rmail-highlight-face once more.
12784
e867cb5d 127852010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12786
12787 * woman.el (woman2-process-escapes): Only consume the newline if
12788 the filler character is on a line by itself (Bug#5729).
12789
e867cb5d 127902010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12791
12792 * language/indian.el (devanagari-composable-pattern): Add more
12793 consonants.
12794
e867cb5d 127952010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12796
12797 * net/trampver.el: Update release number.
12798
e867cb5d 127992010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12800
efee6a6d
SM
12801 * net/tramp.el (tramp-find-executable):
12802 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12803 output of "wc -l" more robust.
12804 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12805 (tramp-open-connection-setup-interactive-shell): Remove workaround
12806 for OpenSolaris bug, it is not needed anymore.
12807
e867cb5d 128082010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12809
12810 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12811
e867cb5d 128122010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12813
12814 * files.el (auto-mode-alist): Accept more verilog file patterns.
12815
b2b8574b
SM
128162010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12819
1d94ebb0
GM
128202010-03-24 Glenn Morris <rgm@gnu.org>
12821
7e263967
GM
12822 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12823 log-edit-before-checkin-process.
12824
5ac92c5f
GM
12825 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12826
12827 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12828
549f324a
GM
12829 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12830 (log-view-process-buffer, log-edit-extra-flags): Declare.
12831
495b517c
GM
12832 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12833
f4087766
SS
128342010-03-23 Sam Steingold <sds@gnu.org>
12835
12836 Fix bug#5620: recalculate all markers on compilation buffer
12837 modifications, not on file modifications.
38e9aa53
GM
12838 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12839 variable: the buffer modification time, for buffers not associated with
12840 files.
f4087766
SS
12841 (compilation-mode): Create it.
12842 (compilation-filter): Update it.
12843 (compilation-next-error-function): Use it instead of
12844 `visited-file-modtime' for timestamp.
12845
774642e5
JL
128462010-03-23 Juri Linkov <juri@jurta.org>
12847
12848 Implement Occur multi-line matches.
12849 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12850
12851 * replace.el (occur): Doc fix.
12852 (occur-engine): Set `begpt' to the beginning of the first line.
12853 Set `endpt' to the end of the last match line. At first, count
12854 line numbers between `origpt' and `begpt'. Split out code from
12855 `out-line' variable to new let-bindings `match-prefix' and
12856 `match-str'. In `out-line' add non-numeric prefix to all
12857 non-first lines of multi-line matches. Finally, count lines
12858 between `begpt' and `endpt' and add to `lines'.
12859
f14d1172
JL
128602010-03-23 Juri Linkov <juri@jurta.org>
12861
12862 * replace.el (occur-accumulate-lines, occur-engine):
12863 Use `occur-engine-line' instead of duplicate code.
12864 (occur-engine-line): New function created from duplicate code
12865 in `occur-accumulate-lines' and `occur-engine'.
12866
53e87c57
JL
12867 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12868 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12869
75a3ff20
JL
128702010-03-23 Juri Linkov <juri@jurta.org>
12871
12872 * finder.el: Remove TODO tasks.
12873
12874 * info.el (Info-finder-find-node): Add node "all"
12875 with all package info. Handle a list of multiple keywords
12876 separated by comma.
12877 (info-finder): In interactive use with a prefix argument,
12878 use `completing-read-multiple' to read a list of keywords
12879 separated by comma.
12880
00278747
SM
128812010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 Add a new completion style `substring'.
12884 * minibuffer.el (completion-basic--pattern): New function.
12885 (completion-basic-try-completion, completion-basic-all-completions):
12886 Use it.
12887 (completion-substring--all-completions)
12888 (completion-substring-try-completion)
12889 (completion-substring-all-completions): New functions.
12890 (completion-styles-alist): New style `substring'.
12891
64cb11cc
SM
128922010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 Get rid of .elc files after removal of the corresponding .el.
12895 * Makefile.in (compile-clean): New target.
12896 (compile-main): Use it.
12897
835e2c65
JD
128982010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12899
12900 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12901 don't do make there. When compiling with separate object dir, there
12902 is no Makefile there.
12903
111a9dff
SM
129042010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 Get rid of the ELCFILES abomination, again.
12907 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12908 (all, compile): Don't call compile-last.
12909 (compile-main): Build the "elcfiles" list dynamically.
12910 (compile-targets): New (internal) target.
12911
82c3d67a
AS
129122010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12913
12914 * Makefile.in (top_srcdir): Define.
12915 (abs_top_builddir): Define.
12916 (srcdir): Don't append `/..'.
12917 (EMACS): Use ${abs_top_builddir}.
12918 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12919 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12920 $(srcdir).
82c3d67a
AS
12921 (lisp): Use $(srcdir) instead of @srcdir@.
12922
d66ecdbb
JL
129232010-03-21 Juri Linkov <juri@jurta.org>
12924
12925 Fix message of multi-line occur regexps and multi-buffer header lines.
12926 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12927
12928 * replace.el (occur-1): Don't display regexp if it is longer
12929 than window-width. Use `query-replace-descr' to display regexp.
12930 (occur-engine): Don't display regexp in the buffer header for
12931 multi-buffer occur. Display a separate header line with total
12932 match count and regexp for multi-buffer occur.
12933 Use `query-replace-descr' to display regexp.
12934
f05e1b94
TZ
129352010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12936
12937 * net/secrets.el: Fix parenthesis.
12938 (secrets-enabled): Fix parenthesis.
12939
801ba3ba
SM
129402010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12941
3613edce
SM
12942 Use more relative file and directory names.
12943 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12944 (setwins, setwins_almost, setwins_for_subdirs):
12945 Don't `cd'; output relative names.
12946 (all, compile, compile-always, compile-last): Set emacswd.
12947 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12948 Just cd to the lisp source dir so we can use relative file names.
12949
801ba3ba
SM
12950 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12951
2b1400b9
GM
129522010-03-20 Glenn Morris <rgm@gnu.org>
12953
12954 * textmodes/rst.el: Use faces for font-lock customization, and make the
12955 old -face variables obsolete.
12956 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12957 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12958 (rst-block-face, rst-external-face, rst-definition-face)
12959 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12960 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12961 Make obsolete.
12962 (rst-font-lock-keywords-function): Update for above changes.
12963
5e418f17
JL
129642010-03-20 Juri Linkov <juri@jurta.org>
12965
12966 * s-region.el:
12967 * obsolete/s-region.el: Move to obsolete.
12968
b0287b39
JB
129692010-03-19 Juanma Barranquero <lekktu@gmail.com>
12970
12971 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12972
3c95bbb6
DN
129732010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12974
12975 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12976
09158997
DN
129772010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12978
12979 Add special markup processing for commit logs.
12980 * log-edit.el (log-edit-extra-flags): New variable.
12981 (log-edit): Add new argument MODE. Use that mode when non-nil
12982 instead of the log-view-mode.
12983 (log-view-process-buffer): New function.
12984
12985 * vc.el: Document that the checkin method takes optional
12986 arguments. Document new backend specific method: log-view-mode.
12987 (vc-default-log-edit-mode): New function.
12988 (vc-checkin): Use a backend specific log-view-mode.
12989 Pass extra arguments to the checkin method.
12990 (vc-modify-change-comment): Pass a dummy extra argument.
12991
12992 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12993 log-edit.
12994 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12995 (vc-finish-logentry): Process the log buffer before passing it
12996 down. Pass log-edit-extra-flags.
12997
12998 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12999 command.
85626eef
SM
13000 (log-edit-extra-flags, log-edit-before-checkin-process):
13001 New declarations.
09158997
DN
13002
13003 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
13004 command.
85626eef
SM
13005 (log-edit-extra-flags, log-edit-before-checkin-process):
13006 New declarations.
09158997
DN
13007 (vc-hg-log-edit-mode): New derived mode.
13008
13009 * vc-arch.el (vc-arch-checkin):
13010 * vc-cvs.el (vc-cvs-checkin):
13011 * vc-git.el (vc-git-checkin):
13012 * vc-mtn.el (vc-mtn-checkin):
13013 * vc-rcs.el (vc-rcs-checkin):
13014 * vc-sccs.el (vc-sccs-checkin):
13015 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13016
f430423d
SM
130172010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13020 parent typo).
13021
aa8f8277
GM
130222010-03-19 Glenn Morris <rgm@gnu.org>
13023
f430423d 13024 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 13025
04525749
GM
130262010-03-18 Glenn Morris <rgm@gnu.org>
13027
c70815f1
GM
13028 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13029
84d0a5f8
GM
13030 * replace.el (query-replace-history): Give it a doc string.
13031 (map-query-replace-regexp): Use query-replace-from-history-variable
13032 and query-replace-to-history-variable.
13033
e3a15161
GM
13034 * mail/hashcash.el (declare-function): Remove duplicate definition.
13035
27be0364
GM
13036 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13037 Make it an obsolete alias for report-emacs-bug-address.
13038 (message-strip-special-text-properties): Declare.
13039 (report-emacs-bug): Remove test for a pretest bug address.
13040 Combine message-mode-specific code.
13041
88b8d18e
GM
13042 * mail/supercite.el: Don't require sendmail.
13043 (mh-in-header-p): Declare rather than using with-no-warnings.
13044 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13045 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13046
1a355d09
GM
13047 * calendar/cal-french.el: Convert to utf-8.
13048
04525749
GM
13049 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13050 Emacs scripts.
13051
ae84eb97
MA
130522010-03-16 Michael Albinus <michael.albinus@gmx.de>
13053
13054 * net/secrets.el (secrets-enabled): New variable. Use it instead
13055 of a subfeature.
13056
7c75524e
MA
130572010-03-15 Michael Albinus <michael.albinus@gmx.de>
13058
13059 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
13060 service "org.freedesktop.secrets" can be pinged.
13061 Provide subfeature `enabled'.
7c75524e 13062
57938a79
JL
130632010-03-14 Juri Linkov <juri@jurta.org>
13064
13065 Add finder unknown keywords.
13066
13067 * finder.el (finder-unknown-keywords): New function.
13068
13069 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13070 to create a Finder node with unknown keywords.
13071
88f4758e
JL
130722010-03-14 Juri Linkov <juri@jurta.org>
13073
13074 * finder.el (finder-compile-keywords): Replace `princ' with
13075 `prin1' on a list of symbols interned from keyword strings.
13076
13077 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13078 a comma, then split keywords using a comma and optional whitespace.
13079 Otherwise, split by whitespace.
13080
13081 * complete.el:
13082 * face-remap.el:
13083 * log-view.el:
13084 * net/hmac-def.el:
13085 * net/hmac-md5.el:
13086 * net/netrc.el:
13087 * progmodes/mixal-mode.el: Fix keywords.
13088
7725ebb7
MA
130892010-03-13 Michael Albinus <michael.albinus@gmx.de>
13090
13091 * Makefile.in (ELCFILES): Add net/secrets.elc.
13092
13093 * net/secrets.el: New file.
13094
6f320937
CY
130952010-03-12 Chong Yidong <cyd@stupidchicken.com>
13096
13097 * facemenu.el (list-colors-display, list-colors-print): New arg
13098 callback. Use it to allow selecting colors.
13099
13100 * wid-edit.el (widget-image-insert): Insert image prop even if the
13101 current display is non-graphic.
13102 (widget-field-value-set): New fun.
13103 (editable-field): Use it.
13104 (widget-field-value-get): Clean up unused var.
85626eef
SM
13105 (widget-color-value-create, widget-color--choose-action):
13106 New funs. Allow using list-colors-display to choose color.
6f320937 13107
647f9993
CY
131082010-03-12 Chong Yidong <cyd@stupidchicken.com>
13109
13110 * cus-edit.el: Resort topmost custom groups.
13111 (custom-buffer-sort-alphabetically): Default to t.
13112 (customize-apropos): Use apropos-parse-pattern.
13113 (custom-search-field): New var.
13114 (custom-buffer-create-internal): Add custom-apropos search field.
13115 (custom-add-parent-links): Don't display parent doc.
13116 (custom-group-value-create): Don't sort top-level custom group.
85626eef 13117 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
13118
13119 (custom-variable-state): New fun, from custom-variable-state-set.
13120 (custom-variable-state-set): Use it.
13121 (custom-group-value-create): Hide options with standard values
13122 using the :hidden-states property. Use progress reporter.
13123
13124 (custom-show): Simplify.
13125 (custom-visibility): Disable images by default.
13126 (custom-variable): New property :hidden-states.
13127 (custom-variable-value-create): Enable images for
13128 custom-visibility widgets. Use :hidden-states property to
13129 determine initial visibility.
13130
13131 * wid-edit.el (widget-image-find): Give images center ascent.
13132 (visibility): Add :on-image and :off-image properties.
13133 (widget-visibility-value-create): Use them.
13134
eba5b4dd
CY
131352010-03-12 Chong Yidong <cyd@stupidchicken.com>
13136
13137 * cus-edit.el (processes): Remove from development group.
13138 (oop, hypermedia): Delete group.
26f4b8ab 13139 (comm): Promote to top-level group.
eba5b4dd
CY
13140
13141 * net/browse-url.el (browse-url):
13142 * net/xesam.el (xesam):
13143 * net/tramp.el (tramp):
13144 * net/goto-addr.el (goto-address):
26f4b8ab 13145 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
13146
13147 * view.el (view): Remove from editing group.
13148
13149 * uniquify.el (uniquify): Put in files group.
13150
13151 * net/browse-url.el (browse-url):
13152 * ps-print.el (postscript): Put in external group.
13153
13154 * cus-edit.el (outlines):
13155 * textmodes/text-mode.el (text-mode-hook):
13156 * textmodes/table.el (table):
13157 * textmodes/picture.el (picture):
13158 * outline.el (outlines): Put in wp group.
13159
13160 * nxml/nxml-mode.el (nxml): Remove from wp group.
13161
13162 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13163
13164 * mail/metamail.el (metamail): Remove from hypermedia group.
13165
13166 * cus-edit.el (abbrev):
13167 * whitespace.el (whitespace):
13168 * vcursor.el (vcursor):
13169 * reveal.el (reveal):
13170 * hl-line.el (hl-line): Put in convenience group.
13171
13172 * epg-config.el (epg): Put in data group.
13173
13174 * emulation/pc-select.el (pc-select): Put in emulations group.
13175
13176 * calculator.el (calculator): Put in applications group.
13177
8117868f
DN
131782010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13179
13180 Add .dir-locals.el support for file-less buffers.
13181 * files.el (hack-local-variables): Split out code to apply local
13182 variable settings ...
13183 (hack-local-variables-apply): ... here. New function.
13184 (hack-dir-local-variables): Use the default directory for when the
13185 buffer does not have an associated file.
13186 (hack-dir-local-variables-non-file-buffer): New function.
13187 * diff-mode.el (diff-mode):
13188 * vc-annotate.el (vc-annotate-mode):
13189 * vc-dir.el (vc-dir-mode):
13190 * log-edit.el (log-edit-mode):
13191 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13192
855a2294
DN
131932010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13194
13195 Add support for shelving snapshots and for showing shelves.
13196 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13197 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13198 New functions.
13199 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13200 (vc-bzr-extra-menu-map): Map them.
13201
3e5b7009
GM
132022010-03-11 Glenn Morris <rgm@gnu.org>
13203
0dcf7d7e
GM
13204 * cus-edit.el (customize-changed-options-previous-release):
13205 Bump to 23.1.
13206
3e5b7009
GM
13207 * image.el (image-animate-max-time): Fix :version tag.
13208
288f9fc0
CY
132092010-03-10 Chong Yidong <cyd@stupidchicken.com>
13210
13211 * Branch for 23.2.
13212
53ef91b1
SM
132132010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13214
13215 * vc-git.el (vc-git-revision-table): Include remote branches.
13216
b41460ae 132172010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
13218
13219 Animated image API.
13220 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13221
13222 * image.el (image-animate-max-time): New defcustom.
13223 (image-animated-types): New defconst.
13224 (create-animated-image, image-animate-timer)
13225 (image-animate-start, image-animate-stop, image-animate-timeout)
13226 (image-animated-p): New functions.
13227
13228 * image-mode.el (image-toggle-display-image):
13229 Replace `create-image' with `create-animated-image'.
13230
e5d1fb10 132312010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
13232
13233 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13234 instead of "format:"; this ensures that the output is
13235 newline-terminated.
13236
4e7cafbe
CY
132372010-03-08 Chong Yidong <cyd@stupidchicken.com>
13238
13239 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13240 that all errors are caught, and that the return value is always a
13241 list (Bug#5692).
13242
aec66319
KH
132432010-03-08 Kenichi Handa <handa@m17n.org>
13244
13245 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 13246 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 13247
b327c975
AS
132482010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13249
13250 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13251 call to rfc822-bad-address. (Bug#5692)
13252
1c465a6a
CY
132532010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13254
85626eef
SM
13255 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13256 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13257
a4e32226
CY
132582010-03-06 Chong Yidong <cyd@stupidchicken.com>
13259
13260 * calculator.el (calculator): Don't bind split-window-keep-point
13261 (Bug#5674).
13262
4c83ed3d
SM
132632010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * vc-git.el: Re-flow to fit into 80 columns.
13266 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13267 Remove spurious `quote' element in each case alternative.
13268 (vc-git-show-log-entry): Use prog1.
13269 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13270
e8defde3
SM
132712010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13272
13273 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13274
233f0c9f
CY
132752010-03-03 Chong Yidong <cyd@stupidchicken.com>
13276
13277 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13278 definition, not the name (Bug#5481).
13279
254bedef 132802010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13281
13282 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13283 argument with a local variable. (Bug#5670)
13284
7187cdae
JL
132852010-03-02 Juri Linkov <juri@jurta.org>
13286
13287 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13288
9cf3544e
MA
132892010-03-02 Michael Albinus <michael.albinus@gmx.de>
13290
13291 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13292 error when FILENAME and NEWNAME are existing remote directories.
13293
13294 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13295 parameter DIR-FLAG.
13296
33f77982
GM
132972010-03-02 Glenn Morris <rgm@gnu.org>
13298
13299 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13300 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13301
d99ea08e
KH
133022010-03-01 Kenichi Handa <handa@m17n.org>
13303
e8defde3 13304 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13305 myanmar-composable-pattern.
13306
e8defde3
SM
13307 * international/characters.el (script-list):
13308 * international/fontset.el (script-representative-chars):
13309 Change myanmar to burmese.
d99ea08e 13310 (otf-script-alist): Likewise.
4aa2c3b2
KH
13311 (setup-default-fontset): Likewise. Re-fix :otf spec.
13312
b374f54d
KY
133132010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13314
13315 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13316
71572c03
JD
133172010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13318
13319 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13320
00cffdeb
MA
133212010-02-28 Michael Albinus <michael.albinus@gmx.de>
13322
13323 * net/tramp.el (tramp-handle-write-region): START can be a string.
13324 Take care in the checks. Reported by Dan Davison
13325 <davison@stats.ox.ac.uk>.
13326
d4b06783
MA
133272010-02-28 Michael Albinus <michael.albinus@gmx.de>
13328
13329 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13330 (dbus-set-property, dbus-get-all-properties):
13331 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13332
8c3e96d2
CY
133332010-02-28 Chong Yidong <cyd@stupidchicken.com>
13334
de3a1fe9
CY
13335 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13336 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13337 * calendar/icalendar.el (icalendar--add-diary-entry):
13338 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13339 * files.el (recover-session-finish): Use with-current-buffer
13340 instead of save-excursion.
13341
c53b9c3b
SM
133422010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 Fix in-buffer completion when after-change-functions modify the buffer.
13345 * minibuffer.el (completion--replace): New function.
13346 (completion--do-completion): Use it and use relative movement.
13347
4a16bdc6
CY
133482010-02-27 Chong Yidong <cyd@stupidchicken.com>
13349
13350 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13351
b8280f39
CY
133522010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13353
c53b9c3b
SM
13354 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13355 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13356
f88cc4d6
KH
133572010-02-26 Kenichi Handa <handa@m17n.org>
13358
13359 * language/burmese.el: Fix entries in composition-function-table.
13360 (myanmar-composable-pattern): New variable.
13361
13362 * international/fontset.el (setup-default-fontset): Add an entry
13363 for myanmar.
13364
13365 * international/characters.el (script-list): Add Myanmar
13366 Extended-A.
13367
cdbf9100
GM
133682010-02-26 Glenn Morris <rgm@gnu.org>
13369
90a94603
GM
13370 * custom.el (custom-initialize-delay): Doc fix.
13371
cdbf9100
GM
13372 * mail/sendmail.el (send-mail-function): Autoload the call
13373 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13374
f95a5fd0
CY
133752010-02-24 Chong Yidong <cyd@stupidchicken.com>
13376
13377 * files.el (hack-local-variables-filter): For eval forms, also
13378 check safe-local-variable-p (Bug#5636).
13379
459a5f4b
MA
133802010-02-22 Michael Albinus <michael.albinus@gmx.de>
13381
13382 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13383 setting the modes by `ignore-errors'. It might fail, for example
13384 if the file is not owned by the user but the group.
13385 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13386
bb23f6e8
CY
133872010-02-21 Chong Yidong <cyd@stupidchicken.com>
13388
6a7662bb
BR
13389 * files.el (directory-listing-before-filename-regexp):
13390 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13391 date-like filenames (Bug#5597).
13392
b660eb70
CY
13393 * htmlfontify.el (htmlfontify): Doc fix.
13394
13395 * eshell/eshell.el (eshell): Doc fix.
13396
bb23f6e8
CY
13397 * startup.el (fancy-about-screen): In mode-line, apply
13398 mode-line-buffer-id face only to the buffer name (Bug#5613).
13399
3e39928c
CY
134002010-02-20 Kevin Ryde <user42@zip.com.au>
13401
f7e0618c
JB
13402 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13403 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13404 (Bug#5599).
13405
0f00e948
EZ
134062010-02-20 Eli Zaretskii <eliz@gnu.org>
13407
13408 * subr.el (remove-yank-excluded-properties): Explain in a comment
13409 why `category' property is removed.
13410
3513efb2
CY
134112010-02-19 Chong Yidong <cyd@stupidchicken.com>
13412
6a7662bb
BR
13413 * isearch.el (isearch-update-post-hook, isearch-update):
13414 Revert 2010-02-17 change.
3513efb2 13415
b4340b3f
UJ
134162010-02-19 Ulf Jasper <ulf.jasper@web.de>
13417
13418 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13419 (icalendar--convert-weekly-to-ical)
13420 (icalendar--convert-yearly-to-ical)
13421 (icalendar--convert-block-to-ical)
13422 (icalendar--convert-cyclic-to-ical)
13423 (icalendar--convert-anniversary-to-ical): Take care of time
13424 specifications where hour has 1-digit only (Bug#5549).
13425
8cfae03d
NR
134262010-02-19 Nick Roberts <nickrob@snap.net.nz>
13427
13428 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13429 of disassemble output in GDB 7.1.
13430
055e4eea
GM
134312010-02-19 Glenn Morris <rgm@gnu.org>
13432
13433 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13434 property. (Bug#5593)
13435
ff6b00de
SS
134362010-02-18 Sam Steingold <sds@gnu.org>
13437
13438 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13439
fe8c0b47
SM
134402010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13441
13442 Use abbreviated file names in bookmarks (bug#5591).
13443 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13444 calls to expand-file-name.
13445 (bookmark-relocate): Use abbreviated file names in bookmarks.
13446 (bookmark-load): Use abbreviated file names in messages.
13447
73a37a69
MA
134482010-02-18 Michael Albinus <michael.albinus@gmx.de>
13449
13450 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13451 expand "." and "..". Reported by Thierry Volpiatto
13452 <thierry.volpiatto@gmail.com>.
13453
6e4f5731
MA
134542010-02-18 Michael Albinus <michael.albinus@gmx.de>
13455
13456 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13457 permissions of the temporary file to "0600". In case the remote
13458 file has no read permissions for the owner, there might be
13459 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13460
1346122010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13462
13463 * emacs-lisp/authors.el (authors-renamed-files-alist):
13464 Add entries for INSTALL.CVS.
13465
ba5bf642
MH
134662010-02-17 Mark A. Hershberger <mah@everybody.org>
13467
f7e0618c 13468 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13469
f7e0618c 13470 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13471 (isearch-update): Use the new hook.
13472
aac0b0f2
MA
134732010-02-16 Michael Albinus <michael.albinus@gmx.de>
13474
fe8c0b47
SM
13475 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13476 Fix errors in copying directories.
aac0b0f2
MA
13477 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13478 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13479 (tramp-handle-delete-file)
13480 (tramp-handle-dired-recursive-delete-directory)
13481 (tramp-handle-write-region): Flush also the cache for the upper
13482 directory.
13483
05bbe066
CY
134842010-02-16 Chong Yidong <cyd@stupidchicken.com>
13485
e8ab3908
CY
13486 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13487
ff90f4b0
CY
13488 * cus-edit.el (hardware): Doc fix.
13489
13490 * man.el (man): Add to external custom group.
13491
13492 * delim-col.el (columns): Move to wp custom group.
13493
13494 * doc-view.el (doc-view): Add to data custom group.
13495
fe8c0b47 13496 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13497
05bbe066
CY
13498 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13499 by ispell-parse-output (Bug#5575).
13500
fa6ea913
KH
135012010-02-16 Kenichi Handa <handa@m17n.org>
13502
13503 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13504 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13505 (skkdic-convert): Use `euc-japan' coding system for writing.
13506
88fd78ae
GM
135072010-02-16 Glenn Morris <rgm@gnu.org>
13508
13509 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13510 tex-main-file before using it. (Bug#5562)
13511
2b8c974a
SM
135122010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13515 warnings, since it is annoying for the user to see them each time he
13516 runs the code.
13517
7540f029
MA
135182010-02-15 Michael Albinus <michael.albinus@gmx.de>
13519
13520 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13521 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13522 instead of PROC for caching "first-password-request". Otherwise,
13523 new processes would not profit from passwords already entered.
13524
2b8c974a
SM
13525 * net/tramp-cache.el (tramp-dump-connection-properties):
13526 Don't save "first-password-request" property.
7540f029 13527
fa5f7c5f
JB
135282010-02-14 Juanma Barranquero <lekktu@gmail.com>
13529
13530 * outline.el (outline-head-from-level):
13531 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13532 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13533 (elint-defun, elint-buffer-env, elint-top-form-logged)
13534 (elint-unbound-variable):
13535 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13536 Fix typos in docstrings.
13537
ecbaeb7b
MA
135382010-02-14 Michael Albinus <michael.albinus@gmx.de>
13539
13540 * files.el (insert-directory): When WILDCARD-REGEXP and
13541 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13542 whole directory. (Bug#5551)
13543
13544 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13545 dired's alignment sanity. (Bug#5516)
13546
91e3333f
JL
135472010-02-14 Juri Linkov <juri@jurta.org>
13548
13549 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13550 Remove remaining ^H with their preceding chars. (Bug#5566)
13551
36020642
GM
135522010-02-13 Glenn Morris <rgm@gnu.org>
13553
13554 * simple.el (transpose-subr): Give it a doc-string.
13555
13556 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13557 Doc fixes.
13558
f5952338
JL
135592010-02-12 Juri Linkov <juri@jurta.org>
13560
13561 * arc-mode.el (archive-unique-fname): Make directories for nested
13562 archives. (Bug#5540)
13563
918fe50f
JL
135642010-02-12 Juri Linkov <juri@jurta.org>
13565
13566 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13567
c07ff221
SM
135682010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13569
48b1e7cf
SM
13570 * subr.el (copy-overlay): Handle deleted overlays.
13571
c07ff221
SM
13572 * man.el (Man-completion-table): Don't signal an error if we can't run
13573 manual-program (bug#4056).
13574
0e374247
JB
135752010-02-10 Juanma Barranquero <lekktu@gmail.com>
13576
13577 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13578
dbf8402b
SM
135792010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13580
348d1e60
SM
13581 * info.el (Info-bookmark-jump): Simplify.
13582
dbf8402b
SM
13583 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13584 (bookmark-default-handler): Accept new bookmark field `buffer'.
13585
e6d23bb5
CY
135862010-02-10 Chong Yidong <cyd@stupidchicken.com>
13587
13588 * iswitchb.el (iswitchb-completions): Revert last change.
13589
a8e4290b
MA
135902010-02-10 Michael Albinus <michael.albinus@gmx.de>
13591
2b23acde 13592 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13593 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13594 This prevents file names like "~/" being listed literally.
a8e4290b 13595
c59d6fad
DN
135962010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13597
348d1e60
SM
13598 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13599 Remove dead code. (Bug#5546)
c59d6fad 13600
3a66e78f
CY
136012010-02-09 Chong Yidong <cyd@stupidchicken.com>
13602
13603 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13604 correctly (Bug#5548).
13605
f29fd869
CY
136062010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13607
13608 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13609 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13610
7fad1447
KH
136112010-02-08 Kenichi Handa <handa@m17n.org>
13612
13613 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13614 cookie for putting `lisp-indent-function'.
7fad1447 13615
50e4518b
GM
136162010-02-07 Glenn Morris <rgm@gnu.org>
13617
13618 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13619 Move F2003 named interfaces from keywords-2 to keywords-1, and
13620 use function-name-face rather than constant-face.
13621 Simplify "abstract interface" regexp.
13622
a4cc44cf
CY
136232010-02-07 Chong Yidong <cyd@stupidchicken.com>
13624
13625 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13626 ID-FORMAT. Pass it to `file-attributes'.
13627
13628 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13629
c917476d
CY
136302010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13631
13632 * faces.el (set-face-attribute): Allow calling
13633 internal-set-lisp-face-attribute with 'unspecified family and
13634 foundry argument (Bug#5536).
13635
7cf3f3d6
GM
136362010-02-07 Glenn Morris <rgm@gnu.org>
13637
13638 * progmodes/f90.el (f90-font-lock-keywords-2)
13639 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13640 Handle F2003 named interfaces.
13641
ffe87109
CY
136422010-02-06 Chong Yidong <cyd@stupidchicken.com>
13643
13644 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13645 beg and end before calling c-get-state-before-change-functions.
13646
4775ecad
DN
136472010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13648
33aeea0e
SM
13649 * vc-bzr.el (vc-bzr-dir-extra-headers):
13650 Disable the pending merges header.
4775ecad 13651
0d17c4b9
JL
136522010-02-05 Juri Linkov <juri@jurta.org>
13653
13654 * doc-view.el (doc-view-mode):
13655 * image-mode.el (image-mode): Put property mode-class=special.
13656 (Bug#4896)
13657
8228a275
MH
136582010-02-05 Mark A. Hershberger <mah@everybody.org>
13659
13660 * vc-svn.el (vc-svn-revision-table): New function.
13661
d9320986
MA
136622010-02-05 Michael Albinus <michael.albinus@gmx.de>
13663
13664 * net/ange-ftp.el (ange-ftp-insert-directory):
13665 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13666 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13667 Handle also directories. (Bug#5478)
13668
f43d8ecc
GM
136692010-02-05 Glenn Morris <rgm@gnu.org>
13670
13671 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13672
ce3a988d
CY
136732010-02-05 Chong Yidong <cyd@stupidchicken.com>
13674
13675 * startup.el (command-line-1): Convert options beginning with a
13676 single dash as well (Bug#5519).
13677
bdd42899
SM
136782010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13679
51b23c44
SM
13680 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13681 * minibuffer.el (completion-initials-expand): Only check the presence
13682 of delims *within* the boundaries, since otherwise the / delim is
13683 always found for files.
13684
bdd42899
SM
13685 Fix up various corner case problems.
13686 * doc-view.el (doc-view-last-page-number): New function.
13687 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13688 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13689 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13690 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13691 (doc-view-convert-current-doc): Don't create the resolution.el file
13692 here any more.
13693 (doc-view-pdf/ps->png): Do it here instead.
13694 (doc-view-already-converted-p): Check that resolution.el is present.
13695 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13696 windows that are not yet showing images.
13697
d5b3979c
MA
136982010-02-04 Michael Albinus <michael.albinus@gmx.de>
13699
13700 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13701 `dired-uncache' for every elemnt which is an absolute file name.
13702
13703 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13704 directory, handle its directory component.
13705 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13706 function is called permanently and creates noise, otherwise.
13707
13708 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13709 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13710 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13711
b003beb1
DB
137122010-02-04 David Burger <dburger@google.com> (tiny change)
13713
13714 * macros.el (apply-macro-to-region-lines):
13715 Minor simplification. (Bug#5485)
13716
ea92f9f3
GM
137172010-02-04 Glenn Morris <rgm@gnu.org>
13718
a03ae20d
GM
13719 * mail/rmail.el (rmail-show-message-1): Handle malformed
13720 quoted-printable text. (Bug#5441)
13721
4d01b827
GM
13722 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13723
ea92f9f3
GM
13724 * simple.el (visual-line-mode): Capitalize lighter.
13725
82055bb7
JW
137262010-02-03 John Wiegley <jwiegley@gmail.com>
13727
13728 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13729 list of files considered for "virtual buffer" completions.
13730
8214b6e4
MA
137312010-02-03 Michael Albinus <michael.albinus@gmx.de>
13732
13733 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13734 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13735 when dired is called with a list of files, which are not in
13736 `default-directory'. (Bug#5478)
13737
1df9718f
SM
137382010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13741
02ba1267
JL
137422010-02-02 Juri Linkov <juri@jurta.org>
13743
13744 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13745 from unidiff to allow function-line after @@.
13746
a0c6a0fb
JL
137472010-02-02 Juri Linkov <juri@jurta.org>
13748
13749 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13750 '(RCS SCCS) with inverted condition.
13751
c35fcd52
MA
137522010-02-02 Michael Albinus <michael.albinus@gmx.de>
13753
13754 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13755 messages.
13756
6ba973c1
JL
137572010-02-01 Juri Linkov <juri@jurta.org>
13758
13759 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13760 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13761 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13762 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13763
0bca393f
SM
137642010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13767 (doc-view-revert-buffer): New command.
13768 (doc-view-mode-map): Use it.
13769
7a444e2a
DN
137702010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13771
13772 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13773 pending merge is detected.
13774
ad6fc8f4
JL
137752010-01-31 Juri Linkov <juri@jurta.org>
13776
13777 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13778 beginning of interactive spec like all other grep commands do.
13779 Put "all" in front of "gz". (Bug#5260)
13780
b9236874
DN
137812010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13782
13783 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13784
1e868757
CY
137852010-01-29 Chong Yidong <cyd@stupidchicken.com>
13786
13787 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13788 regexp is incorrect (Bug#5476).
13789
e5c70c41
MA
137902010-01-29 Michael Albinus <michael.albinus@gmx.de>
13791
13792 * net/tramp.el (tramp-handle-insert-directory): Handle also
13793 symlinks, when FILENAME is not in `default-directory'.
13794
0c0b61f1
MA
137952010-01-28 Michael Albinus <michael.albinus@gmx.de>
13796
13797 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13798 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13799
13800 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13801 of SWITCHES. Handle the case, FILENAME is not in
13802 `default-directory'. (Bug#5478)
13803 (tramp-register-file-name-handlers): Add safe-magic property.
13804
763f325e
CY
138052010-01-28 Chong Yidong <cyd@stupidchicken.com>
13806
13807 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13808 unzip (Bug#5475).
13809
fd09a83f
CY
138102010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13811
13812 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13813 (flymake-master-make-header-init): Add other C++ filename masks.
13814 (flymake-find-possible-master-files)
13815 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13816
7e5686f0
MA
138172010-01-28 Michael Albinus <michael.albinus@gmx.de>
13818
13819 Fix some busybox annoyances.
13820
13821 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13822 not responding." string.
13823 (tramp-open-connection-setup-interactive-shell): Dump stty
13824 settings. Enable "neveropen" arg for all `tramp-send-command'
13825 calls. Handle "=" in variable values properly.
13826 (tramp-find-inline-encoding): Raise an error, when no encoding is
13827 found.
13828 (tramp-wait-for-output): Check, whether PROC buffer is available.
13829 Remove spurious " ^H" sequences, sent by busybox.
13830 (tramp-get-ls-command): Suppress coloring, if possible.
13831
c6265c10
GM
138322010-01-28 Glenn Morris <rgm@gnu.org>
13833
c85a168b
GM
13834 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13835
c6265c10
GM
13836 * log-edit.el (log-edit-strip-single-file-name): Add missing
13837 :safe, :group, and :version tags.
13838
7d82a738
SB
138392010-01-27 Stephen Berman <stephen.berman@gmx.net>
13840
13841 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13842 buffers. (Bug#5477)
13843
8b0e68ea
CY
138442010-01-27 David De La Harpe Golden <david@harpegolden.net>
13845
13846 * files.el (delete-directory): Handle moving to trash without
13847 first doing recursion (Bug#5436).
13848
368d3208
DN
138492010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13850
13851 * vc-hooks.el (vc-path): Mark as obsolete.
13852
755da7fa
DN
138532010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13854
e2396d80
DN
13855 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13856 names too.
13857
755da7fa
DN
13858 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13859 for the short log.
13860 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13861
6a6d15ab 138622010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13863
ac9ffe99 13864 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13865
48c2d18a 13866 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13867
25f38310 138682010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13869
13870 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13871 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13872
51850286
DN
138732010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13874
c2f1d6d8
DN
13875 Remove support for adding --signoff on commit.
13876 Future support will use an incompatible generic mechanism.
13877 * vc-git.el (vc-git-add-signoff): Remove variable.
13878 (vc-git-toggle-signoff): Remove function.
13879 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13880
6a7662bb
BR
13881 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13882 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13883 was set.
13884 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13885 earlier, call it again in case the background mode has changed.
13886
02c6d0d0
CY
138872010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13888
13889 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13890 (Bug#3541).
13891
064eee03
CY
138922010-01-23 Chong Yidong <cyd@stupidchicken.com>
13893
02c6d0d0
CY
13894 * emacs-lisp/assoc.el (aelement): Doc fix.
13895 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13896
5336c3ec 138972010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13898
48c2d18a 13899 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13900 is the same as subprogram call, not declaration. (Bug#5435).
13901
0536254e
MA
139022010-01-23 Michael Albinus <michael.albinus@gmx.de>
13903
13904 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13905 (tramp-smb-maybe-open-connection): Use it.
13906
411d06c2
MA
139072010-01-22 Michael Albinus <michael.albinus@gmx.de>
13908
0536254e 13909 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13910
c893016b
SM
139112010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13912
13913 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13914 just because we see "encoding: 8bit".
13915 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13916
9425f8e1
CY
139172010-01-22 Chong Yidong <cyd@stupidchicken.com>
13918
13919 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13920
6a801864
EZ
139212010-01-22 Eli Zaretskii <eliz@gnu.org>
13922
13923 * jka-compr.el (jka-compr-load): If load-file is not in
13924 load-history, try its file-truename version. (bug#5447)
13925
3e8f7d91
AM
139262010-01-21 Alan Mackenzie <acm@muc.de>
13927
13928 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13929 * progmodes/cc-engine.el (c-invalidate-state-cache):
13930 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13931 special cpp construct is still in the buffer.
13932 (c-parse-state): Record the special cpp with markers, not numbers.
13933
f0bd0ad5
CY
139342010-01-21 Kenichi Handa <handa@m17n.org>
13935
13936 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13937 process last-command-event, as it is now decoded first (Bug#5380).
13938
5189d95b
CY
139392010-01-20 Chong Yidong <cyd@stupidchicken.com>
13940
13941 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13942
e073d74a
GM
139432010-01-20 Glenn Morris <rgm@gnu.org>
13944
13945 * indent.el (tab-always-indent): Fix custom-type.
13946
8ee04f3a
AM
139472010-01-19 Alan Mackenzie <acm@muc.de>
13948
13949 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13950 buffer throws "args out of range".
13951 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13952 playing the role of delimiter.
13953
6a47c86a
SL
139542010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13955
bf0b361c 13956 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13957 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13958 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13959 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13960 Improve comments in "is" portion. Handle null procedure declaration.
13961 (ada-move-to-end): Improve doc string.
13962
2acfb954
ÓF
139632010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13964
e90d57c0 13965 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13966 Remove obsolete information from commentary.
e90d57c0
JB
13967 (ido-choice-list): Initialize to nil.
13968 (ido-get-bufname): Reject minibuffers.
13969 (ido-make-buffer-list): If "default" is a nonexistent
13970 buffer, ignore it, as per the function's comment.
13971 (ido-kill-buffer-internal): New function.
13972 (ido-kill-buffer-at-head): Use it.
13973 (ido-visit-buffer): Likewise.
2acfb954 13974
244b023e
CY
139752010-01-18 Chong Yidong <cyd@stupidchicken.com>
13976
13977 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13978
db9e401b
JB
139792010-01-18 Juanma Barranquero <lekktu@gmail.com>
13980
db9e401b
JB
13981 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13982 Fix typos in chart titles.
13983
13984 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13985 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13986 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13987 (describe-class, eieio-describe-generic, describe-generic):
13988 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13989 (eieio-speedbar-expand):
13990 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13991 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13992 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13993 (viper-del-backward-char-in-replace, viper-backward-indent)
13994 (viper-brac-function, viper-register-to-point, viper-submit-report):
13995 * net/tramp.el (tramp-remote-coding-commands):
13996 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13997 Fix typos in docstrings.
13998
9295137d
CY
139992010-01-17 Chong Yidong <cyd@stupidchicken.com>
14000
14001 * mail/sendmail.el (mail-yank-original): Set the mark if the
14002 specified function for yanking does not do it.
14003
4d0bbcb6
DN
140042010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
14005
7902c120
DN
14006 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
14007
4d0bbcb6
DN
14008 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
14009 resyncing a directory.
14010
0b702bc1
SL
140112010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14012
6a47c86a 14013 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
14014 (ada-ident-re): Delete ., allow multibyte characters.
14015 (ada-goto-label-re): New; matches goto labels.
14016 (ada-block-label-re): New; matches block labels.
14017 (ada-label-re): New; matches both.
5f9d345c 14018 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
14019 `ada-block-label-re' instead.
14020 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14021 Use `ada-block-label-re'.
14022 (ada-indent-on-previous-lines): Improve handling of goto labels.
14023 (ada-get-indent-block-start): Special-case block label.
14024 (ada-get-indent-label): Split into `ada-indent-block-label' and
14025 `ada-indent-goto-label'.
14026 (ada-goto-stmt-start, ada-goto-next-non-ws):
14027 Optionally ignore goto labels.
14028 (ada-goto-next-word): Simplify.
14029 (ada-indent-newline-indent-conditional): Insert newline before
14030 trying to fix indentation; doc fix.
14031
05287c49
JB
140322010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14033
14034 * calc/calc.el (calc-command-flags): Give it an initial value.
14035
4963739e
JB
140362010-01-17 Juanma Barranquero <lekktu@gmail.com>
14037
4963739e
JB
14038 * files.el (minibuffer-with-setup-hook):
14039 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14040 (artist-key-draw-continously, artist-key-do-continously-continously)
14041 (artist-key-set-point-continously, artist-mouse-draw-continously):
14042 Fix typos in docstrings.
14043
116bd1ee
CY
140442010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14045
6a7662bb
BR
14046 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14047 Never return t (Bug#3898).
116bd1ee 14048
2784cd7a 140492010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
14050
14051 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14052 can parse the output of the external commands (Bug#5279).
14053
abd5cfe8
CY
140542010-01-16 Jari Aalto <jari.aalto@cante.net>
14055
14056 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14057
4fe22cdf
CY
140582010-01-16 Chong Yidong <cyd@stupidchicken.com>
14059
bbdc98ef
CY
14060 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14061
c7dc1ac1
CY
14062 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14063
4fe22cdf
CY
14064 * startup.el (command-line): Remove unused --icon-type arg.
14065 Handle --display arg, passing it to command-line-1 (Bug#5392).
14066
045b9da7
ML
140672010-01-16 Mario Lang <mlang@delysid.org>
14068
045b9da7
ML
14069 * emacs-lisp/chart.el (chart-translate-namezone):
14070 * textmodes/artist.el (artist-compute-popup-menu-table):
14071 Remove duplicated words in doc-strings.
14072
6554a5df
CY
140732010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14074
14075 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14076 to mairix-search to suppress threading (Bug#5342).
14077
ca4f0e9a
KH
140782010-01-15 Kenichi Handa <handa@m17n.org>
14079
14080 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 14081 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 14082
1db3226b
GM
140832010-01-15 Glenn Morris <rgm@gnu.org>
14084
56a03f46
GM
14085 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14086
14087 * wid-edit.el (widget-keymap): Doc fix.
14088
1db3226b
GM
14089 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14090 former seems to be more widely accepted by various svn versions.
14091
80cd4bb4
JB
140922010-01-14 Juanma Barranquero <lekktu@gmail.com>
14093
d1f18ec0
JB
14094 * find-cmd.el (find-constituents):
14095 * vc-arch.el (vc-arch-root):
14096 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
14097 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14098 * progmodes/ada-stmt.el (ada-if):
14099 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14100 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14101 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14102 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14103
80cd4bb4
JB
14104 * progmodes/flymake.el (flymake-post-syntax-check):
14105 Fix typo in error message.
14106
9c23ca47
JB
141072010-01-14 Juanma Barranquero <lekktu@gmail.com>
14108
14109 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14110 which is always a string. (Bug#5313)
14111
8794c483
JB
141122010-01-14 Juanma Barranquero <lekktu@gmail.com>
14113
14114 * progmodes/ada-xref.el (ada-default-prj-properties):
14115 Simplify previous change.
14116
95005d39
SL
141172010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14118
14119 * progmodes/ada-xref.el (ada-default-prj-properties):
14120 Default ada_project_path to $ADA_PROJECT_PATH.
14121
141222010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
14123
14124 * progmodes/ada-mode.el (ada-create-keymap):
14125 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14126
fb0d1545
SL
141272010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14128
14129 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14130 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14131 (ada-get-current-indent, ada-imenu-generic-expression)
14132 (ada-which-function): Check for it.
14133
5c9434d0
SL
141342010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14135
14136 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14137 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14138
3a4f3a3b
GM
141392010-01-14 Glenn Morris <rgm@gnu.org>
14140
14141 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14142
d9a7c140
KH
141432010-01-14 Kenichi Handa <handa@m17n.org>
14144
14145 * composite.el (auto-composition-mode): Make it a buffer local
14146 variable (permanent-local).
14147 (auto-composition-function): Set the default value to
14148 auto-compose-chars.
49caf252 14149 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
14150 (global-auto-composition-mode): Likewise.
14151 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 14152
38bee102
KF
141532010-01-13 Karl Fogel <kfogel@red-bean.com>
14154
14155 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 14156
b8b45afc
MA
141572010-01-12 Michael Albinus <michael.albinus@gmx.de>
14158
14159 * files.el (copy-directory): Compute target for recursive
14160 directories with identical names. (Bug#5343)
14161
893db5bc
GM
141622010-01-12 Glenn Morris <rgm@gnu.org>
14163
6a7662bb
BR
14164 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14165 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 14166
d8b8451f
SS
141672010-01-11 Sam Steingold <sds@gnu.org>
14168
14169 * imenu.el (imenu-default-create-index-function): Detect infinite
14170 loops caused by imenu-prev-index-position-function.
14171
30afcdff
JB
141722010-01-11 Juanma Barranquero <lekktu@gmail.com>
14173
14174 * htmlfontify.el (htmlfontify-load-rgb-file)
14175 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14176 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14177 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14178 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14179 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14180 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14181 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14182 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14183 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14184 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14185 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14186 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14187 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14188 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14189 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14190 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14191 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14192 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14193 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14194 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14195 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14196 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14197 backslash-quoting from parentheses, etc.
14198
92b1c416
CY
141992010-01-11 Chong Yidong <cyd@stupidchicken.com>
14200
14201 * progmodes/js.el: Autoload javascript-mode alias.
14202
4454adab
JB
142032010-01-11 Juanma Barranquero <lekktu@gmail.com>
14204
14205 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14206 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14207 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14208 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14209 Fix typos in docstrings.
14210 (ffap-url-regexp): Doc fix.
14211 (ffap-at-mouse): Fix typo in message.
14212
6589a2f9
GM
142132010-01-11 Glenn Morris <rgm@gnu.org>
14214
14215 * version.el (emacs-copyright): Set copyright year to 2010.
14216
4e5617ee
SM
142172010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14218
14219 * format.el (format-annotate-function): Only set
14220 write-region-post-annotation-function after running to-fn so as not to
14221 affect nested write-region calls (bug#5273).
14222
52bee098
CY
142232010-01-10 Chong Yidong <cyd@stupidchicken.com>
14224
a069f067
CY
14225 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14226 wisent/python.el.
14227
e709e39d
CY
142282010-01-09 Chong Yidong <cyd@stupidchicken.com>
14229
14230 * man.el (Man-goto-section): Signal error if the section is not
14231 found (Bug#5317).
14232
6ee86780
JB
142332010-01-09 Juanma Barranquero <lekktu@gmail.com>
14234
14235 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14236 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14237
fa7b5f7b
CY
142382010-01-09 Chong Yidong <cyd@stupidchicken.com>
14239
14240 * progmodes/compile.el: Don't treat compile-command as safe if
14241 compilation-read-command might be nil (Bug#4218).
14242
de62c4d9
JD
142432010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14244
14245 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14246 NS options.
14247
e94be827
KH
142482010-01-08 Kenichi Handa <handa@m17n.org>
14249
4e5617ee
SM
14250 * international/fontset.el (build-default-fontset-data):
14251 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 14252
1dfae2a2
JB
142532010-01-07 Juanma Barranquero <lekktu@gmail.com>
14254
14255 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14256 to `create-file-buffer' as it expects, not just a buffer name.
14257 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14258 to help uniquify. (Bug#3224)
14259
d0cf45b7
JD
142602010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14261
14262 * font-setting.el (font-setting-change-default-font): Use user-spec
14263 instead of name.
14264
7534fa5e
DN
142652010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14266
14267 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14268
fd579fdc
CY
142692010-01-05 Tom Tromey <tromey@redhat.com>
14270
4e5617ee
SM
14271 * progmodes/python.el (python-font-lock-keywords):
14272 Handle qualified decorators (Bug#881).
fd579fdc 14273
37860caf
DN
142742010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14275
14276 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14277 in a lightweight checkout.
14278
69db641d
KH
142792010-01-05 Kenichi Handa <handa@m17n.org>
14280
4e5617ee 14281 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14282
b25d6a02
DN
142832010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14284
14285 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14286
137d88ca
DN
142872010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14288
14289 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14290 checkouts. (Bug#618)
3d5d0aa9 14291 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14292 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14293 (vc-bzr-shelve-menu-map):
14294 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14295 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14296
da76998b
CY
142972010-01-02 Chong Yidong <cyd@stupidchicken.com>
14298
14299 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14300 They are valid characters in URL paths (rfc3986), and at least
14301 Firefox does not understand the encoded version (Bug#3166).
14302
b2ad70b6
CY
143032010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14304
14305 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14306 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14307 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14308 (octave-end-as-array-index-p): New function.
14309 (calculate-octave-indent): Use it.
14310
54136282
KF
143112010-01-02 Karl Fogel <kfogel@red-bean.com>
14312
14313 * bookmark.el: Consistently put the text property on the bookmark name.
14314 (bookmark-bmenu-marks-width): Bump back to 2, to include
14315 annotation marks.
14316 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14317 property on the bookmark name, instead of not putting it at all.
14318 (bookmark-bmenu-list): Fix where we put the text property.
14319
cc4d3cad
KF
143202010-01-02 Karl Fogel <kfogel@red-bean.com>
14321
14322 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14323 for showing buffer modified state (as added in the previous change).
14324
b894c439
KF
143252010-01-02 Karl Fogel <kfogel@red-bean.com>
14326
14327 * bookmark.el: Show modified state of bookmark buffer more accurately.
14328 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14329 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14330 (with-buffer-modified-unmodified): New macro.
14331 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14332 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14333 Use new macro to preserve the buffer modified state.
b894c439 14334
3a69db53
KF
143352010-01-02 Karl Fogel <kfogel@red-bean.com>
14336
4e5617ee 14337 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14338 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14339 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14340 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14341 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14342 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14343 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14344
af414f10
EZ
143452010-01-02 Eli Zaretskii <eliz@gnu.org>
14346
4e5617ee
SM
14347 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14348 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14349
f2ec0e5e
CY
143502010-01-02 Ryan Yeske <rcyeske@gmail.com>
14351
14352 * net/rcirc.el: Add follow-link binding (Bug#4738).
14353
38c1ba62
EZ
143542010-01-02 Eli Zaretskii <eliz@gnu.org>
14355
4e5617ee 14356 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14357 (cvs-update): New target for backward compatibility.
14358
4e5617ee 14359 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14360 (cvs-update): New target for backward compatibility.
14361
ea2c0f5b
KF
143622010-01-02 Karl Fogel <kfogel@red-bean.com>
14363
14364 * bookmark.el: Remove gratuitous gratitude.
14365
5ae329f4
KF
143662010-01-02 Karl Fogel <kfogel@red-bean.com>
14367
c4cc8b9a 14368 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14369 (bookmark-bmenu-save): Clear buffer modification if no marks.
14370
143712010-01-02 Karl Fogel <kfogel@red-bean.com>
14372
14373 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14374 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14375 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14376 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14377
14378 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14379 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14380 To: emacs-devel {_AT_} gnu.org
14381 Subject: bookmark.el bug report
14382 Date: Mon, 28 Dec 2009 14:19:16 +0800
14383 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14384
aef053eb
KF
143852010-01-02 Karl Fogel <kfogel@red-bean.com>
14386
14387 * bookmark.el: Improvements suggested by Drew Adams:
14388 (bookmark-bmenu-ensure-position): New name for
14389 `bookmark-bmenu-check-position'. Just ensure the position,
14390 don't return any meaningful value.
14391 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14392 New constants.
14393
0472835f
JB
143942010-01-02 Juanma Barranquero <lekktu@gmail.com>
14395
14396 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14397 (bookmark-yank-point, bookmark-bmenu-check-position):
14398 Fix typos in docstrings.
14399 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14400 (bookmark-name-from-full-record, bookmark-get-position)
14401 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14402 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14403 Remove useless quoting of parenthesis, etc. in docstrings.
14404
14405 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14406 (ediff-append-custom-diff): Fix typo in error message.
14407 (ediff-meta-mark-equal-files): Fix typos in messages.
14408
14409 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14410
0472835f
JB
14411 * net/imap-hash.el (imap-hash-make): Doc fix.
14412 (imap-hash-test): Fix typo in error message; reflow docstring.
14413 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14414 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14415 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14416 Fix typos in docstrings.
14417 (imap-hash-open-connection): Fix typo in error message.
14418
14419 * play/gomoku.el (gomoku): Fix typos in docstring.
14420
14421 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14422 (gdb-jsonify-buffer): Fix typos in docstring.
14423 (gdb-goto-breakpoint): Fix typo in error message.
14424 ("Display Other Windows"): Fix typo in help message.
14425 (gdb-speedbar-expand-node): Fix typo in question.
14426
14427 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14428 (idlwave-html-system-help-location, idlwave-html-help-location)
14429 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14430 (idlwave-help-browser-generic-args, idlwave-help-directory)
14431 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14432 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14433 (idlwave-online-help, idlwave-help-html-link)
14434 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14435 Fix typos in docstrings.
14436 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14437 Reflow docstrings.
14438 (idlwave-help-assistant-start): Fix typo in error message.
14439
14440 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14441 (octave-electric-space): Fix typos in docstrings.
14442
9bbe0828
CY
144432010-01-01 Chong Yidong <cyd@stupidchicken.com>
14444
14445 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14446
a88c46c3
CY
144472010-01-01 Juri Linkov <juri@jurta.org>
14448
14449 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14450 increase the default to 500 (Bug#5148).
a88c46c3 14451
7ee6c59b
NR
144522009-12-31 Nick Roberts <nickrob@snap.net.nz>
14453
14454 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14455 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14456 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14457
a9c8a2cd
NR
144582009-12-30 Nick Roberts <nickrob@snap.net.nz>
14459
14460 Show working revision correctly for mercurial.
14461 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14462 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14463
659e4408
JB
144642009-12-29 Juanma Barranquero <lekktu@gmail.com>
14465
14466 Declare some functions for the byte-compiler.
14467 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14468 (speedbar-timer-fn, speedbar-change-expand-button-char)
14469 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14470
7ee6c59b
NR
144712009-12-29 Nick Roberts <nickrob@snap.net.nz>
14472
14473 This changeset reverts GDB Graphical Interface to use annotations.
14474 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14475
460f6e7c
DN
144762009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14477
14478 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14479 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14480 Return file names relative to it.
460f6e7c
DN
14481 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14482 relative directory to vc-bzr-after-dir-status.
14483
543f553a
TH
144842009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14485
14486 * font-lock.el (font-lock-refresh-defaults): New function, which
14487 can be used to let font-lock react to external changes in
14488 variables like font-lock-defaults and keywords.
14489 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14490
2592ab76
DN
144912009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14492
ac859983
DN
14493 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14494
2592ab76
DN
14495 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14496
58941d03
JB
144972009-12-28 Juanma Barranquero <lekktu@gmail.com>
14498
14499 Supersede color.diff settings in git log (bug#5211).
14500
14501 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14502 escape chars in its output when the user has color.diff set to `always'.
14503 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14504
39764e76
KR
145052009-12-26 Kevin Ryde <user42@zip.com.au>
14506
14507 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14508 node. Keep previous "Index" name to work with past coreutils too.
14509
91c4831e
KR
14510 * man.el (man): Revise docstring a bit to show -a and -l as
14511 examples. Add -k description since support for it has otherwise
14512 been a secret. (Further to bug#3717.)
651e932e
KR
14513 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14514 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14515 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14516
7f4d4a97
MA
145172009-12-26 Michael Albinus <michael.albinus@gmx.de>
14518
14519 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14520 switches. Check also for //SUBDIRED// line.
14521
bcffff46
KH
145222009-12-25 Kenichi Handa <handa@m17n.org>
14523
88b5a757 14524 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14525 handle ZWNJ and ZWJ. Use it in composition-function-table for
14526 Devanagari.
14527 (malayalam-composable-pattern): Fix previous change.
14528
dc1dcfa4
VJL
145292009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14530
14531 * ps-print.el (ps-face-attributes): It was not returning the
14532 attribute face for faces specified as string. Reported by harven
80525855 14533 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14534 (ps-print-version): New version 7.3.5.
14535
6fe539d2
UJ
145362009-12-18 Ulf Jasper <ulf.jasper@web.de>
14537
85626eef 14538 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14539 Fix timezone names.
14540 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14541 (icalendar--add-diary-entry): Remove the trailing blank that
14542 diary-make-entry inserts.
14543
1f3611c6
MA
145442009-12-17 Michael Albinus <michael.albinus@gmx.de>
14545
14546 Make `file-expand-wildcards' work for remote files.
14547
14548 * files.el (file-expand-wildcards): In case of remote files, check
14549 only local file name part for wildcards. Provide feature 'files
14550 and subfeature 'remote-wildcards. (Bug#5198)
14551
14552 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14553 if there is already an established connection.
14554 (tramp-advice-file-expand-wildcards): Remove it.
14555
14556 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14557 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14558 Activate advice for older GNU Emacs versions. (Bug#5237)
14559
9762b219
JB
145602009-12-17 Juanma Barranquero <lekktu@gmail.com>
14561
14562 Some doc fixes (more needed).
14563
14564 * find-cmd.el (find-constituents): Reflow docstring.
14565 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14566 (find-generic): Doc fix.
14567
cfb54897
JL
145682009-12-17 Juri Linkov <juri@jurta.org>
14569
14570 Fix regression from 23.1 to allow multiple modes in Local Variables.
14571
14572 * files.el (hack-local-variables-filter): While ignoring duplicates,
14573 don't take `mode' into account.
85626eef
SM
14574 (hack-local-variables-filter, hack-dir-local-variables):
14575 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14576
ad974e9e
JL
145772009-12-17 Juri Linkov <juri@jurta.org>
14578
85626eef 14579 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14580
14581 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14582 `current' or when `file' is a directory of the `current' file.
14583
3616e0b9
AS
145842009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14585
14586 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14587 unconditionally preloaded files.
14588
72b57560
JL
145892009-12-16 Juri Linkov <juri@jurta.org>
14590
14591 Revert to old 23.1 logic of using the file at the mark as default.
14592 * dired-aux.el (dired-diff): Use the file at the mark as default
14593 if it's not the same as the current file, and the target dir is
14594 the current dir or the mark is active. Add the current file
14595 as the arg of `dired-dwim-target-defaults'. Use the default file
14596 in the prompt. (Bug#5225)
14597
68712eb6
MA
145982009-12-15 Michael Albinus <michael.albinus@gmx.de>
14599
14600 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14601 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14602 (tramp-check-for-regexp): Check also, when an echoing shell stops
14603 to echo sent commands.
14604
fd471993
CY
146052009-12-14 Chong Yidong <cyd@stupidchicken.com>
14606
14607 * Makefile.in: Revert last change (Bug#5191).
14608
86b5e14c
DN
146092009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14610
14611 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14612 (vc-hg-working-revision): Make sure the command is executed in a
14613 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14614
8cffbb75
CY
146152009-12-14 Chong Yidong <cyd@stupidchicken.com>
14616
14617 * progmodes/python.el (python-symbol-completions): Remove text
14618 properties from symbol string before calling python-send-receive.
14619
6c2b67ad
NR
146202009-12-14 Nick Roberts <nickrob@snap.net.nz>
14621
14622 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14623 when there are values for both file and line. (Bug#5060)
6c2b67ad 14624
ff6f4585
JL
146252009-12-14 Juri Linkov <juri@jurta.org>
14626
14627 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14628 whitespace after the file name of the first line of unified format,
14629 because git-diff doesn't output whitespace and file modification time
14630 after the file name.
14631
d3de1c8e
JL
146322009-12-14 David Kastrup <dak@gnu.org>
14633
14634 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14635 check if it already has the `display' property added by
14636 `Info-display-images-node', and not put the `invisible' property
14637 in this case.
14638
2f1b7dc4
GM
146392009-12-13 Glenn Morris <rgm@gnu.org>
14640
a0cefee5
GM
14641 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14642 (report-emacs-bug): In message-mode, sort manually before storing
14643 original report text. (Bug#5178)
2f1b7dc4
GM
14644 Remove superfluous save-excursion.
14645
31bb373f
MA
146462009-12-12 Michael Albinus <michael.albinus@gmx.de>
14647
14648 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14649 when responding to "GetAll" properties.
14650
5e1d4968
CY
146512009-12-12 Chong Yidong <cyd@stupidchicken.com>
14652
14653 * simple.el (compose-mail): Remove mail-setup-with-from from
14654 customization checks.
14655
097d86f9
EZ
146562009-12-12 Eli Zaretskii <eliz@gnu.org>
14657
14658 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14659 RAR archives created on Unix systems.
14660
1d4adede
SM
146612009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14662
14663 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14664 the varalias that was accidentally removed by the 2009-11-19 change
14665 (bug#5186).
14666
3ff3655c
KH
146672009-12-12 Kenichi Handa <handa@m17n.org>
14668
14669 * language/indian.el (indian-compose-regexp): New function.
14670 (malayalam-composable-pattern): Fix the pattern.
14671 (composition-function-table): Set malayalam-composable-pattern for
14672 Malayalam characters.
14673
82d3343c
CY
146742009-12-11 Chong Yidong <cyd@stupidchicken.com>
14675
315eb96d
CY
14676 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14677 rather than down-mouse-1, based on follow-link conventions.
14678
82d3343c
CY
14679 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14680 are compiled.
14681
86a4c7ac
DN
146822009-12-11 Michael McNamara <mac@mail.brushroad.com>
14683
bf0b361c 14684 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14685 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14686 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14687 (verilog-leap-to-head, verilog-backward-token):
14688 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14689
146902009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14691
bf0b361c
JB
14692 * progmodes/verilog-mode.el (verilog-auto-lineup)
14693 (verilog-nameable-item-re): Cleanup user-visible spelling and
14694 documentation errors. One reported by Gary Delp.
1d4adede 14695 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14696 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14697 package, bug195. Reported by Pierre-David Pfister.
14698
fe03f49a
GM
146992009-12-11 Glenn Morris <rgm@gnu.org>
14700
47641aac
GM
14701 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14702
85094855
GM
14703 * mail/emacsbug.el: No longer require sendmail.
14704 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14705 (report-emacs-bug-orig-text): Doc fix.
14706 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14707 New local variables, to adapt to different mail-user-agents.
14708 (report-emacs-bug): Fix test for a gnu.org address.
14709 Use overlays for emphasis, since font-lock defeats 'face property.
14710 Pretest bugs also end up at the newsgroup these days.
14711 Stop message-mode stripping text properties.
14712 Set and use the new buffer-local variables.
14713 (report-emacs-bug-hook): Add doc-string.
14714 Remove some unnecessary save-excursions and simplify.
14715 Use the appropriate hook and send-command.
14716
fe03f49a
GM
14717 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14718 capitalization of some menu entries.
14719
345427f0
VJL
147202009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14721
277e6741
MP
14722 * whitespace.el (whitespace-display-char-on):
14723 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14724 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14725 New version 12.1.
14726
c70ccbba
EZ
147272009-12-10 Eli Zaretskii <eliz@gnu.org>
14728
14729 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14730 characters in the Attribute field.
14731
f1943c1b
DN
147322009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14733
14734 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14735
1c67aeaa
SM
147362009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14737
14738 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14739 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14740 Disregard autoload-excludes.
14741 (update-directory-autoloads): Obey autoload-excludes here instead.
14742 But don't store its contents in no-autoloads and remove entries that
14743 refer to excludes files.
14744
d8194864
GM
147452009-12-10 Glenn Morris <rgm@gnu.org>
14746
8c0171c0
GM
14747 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14748 (expand-mail-aliases): Define for compiler.
14749
dba372dd
GM
14750 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14751 Define for compiler.
14752
d8194864
GM
14753 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14754 appropriate for the mail-user-agent in use.
14755
fe5facd3
MA
147562009-12-09 Michael Albinus <michael.albinus@gmx.de>
14757
14758 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14759
99999a1d
DN
147602009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14761
14762 Fix short log parsing and fontification.
14763 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14764 Fix fontification for the [merge] label.
14765
2ea1c4aa
SM
147662009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14767
85626eef 14768 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14769 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14770 (hfy-fontify-buffer): Use it.
14771
9840deb6
SM
147722009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14773
a0d1aadf
SM
14774 Minor cleanup.
14775 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14776 Adjust all callers.
14777 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14778 args compulsory. Adjust callers.
14779 (ffap-gopher-at-point): Remove unused var `name'.
14780
9840deb6
SM
14781 Get rid of the ELCFILES abomination.
14782 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14783 (compile-elcfiles): New phony target.
14784 (compile-main): Compute ELCFILES dynamically.
14785 (compile-clean): New target to remove left-over elc files.
14786 (compile, all): Use it.
14787
7eb3f9a8
KH
147882009-12-09 Kenichi Handa <handa@etlken>
14789
14790 * international/mule-diag.el: Require help-mode instead of help-fns.
14791
ae63e572
KH
147922009-12-09 Kenichi Handa <handa@m17n.org>
14793
5ce6e4f4 14794 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14795 fine ranges instead of pre-calculating accurate ranges.
14796 Iterate with bigger gc-cons-threshold.
ae63e572 14797
e2f3c692
DN
147982009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14799
14800 Add support for stashing a snapshot of the current tree.
14801 * vc-git.el (vc-git-stash-snapshot): New function.
14802 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14803
cf6d0352
JB
148042009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14805
14806 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14807 instead of `(beginning|end)-of-line'.
14808
48e4acc9
GM
148092009-12-08 Glenn Morris <rgm@gnu.org>
14810
6e890faa
GM
14811 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14812
48e4acc9
GM
14813 * Makefile.in (ELCFILES): Regenerate.
14814
d2a1dc7b
JL
148152009-12-07 Juri Linkov <juri@jurta.org>
14816
14817 Don't lazy-highlight the comint output in history Isearch mode.
14818
14819 * comint.el (comint-history-isearch-search): Instead of
14820 `comint-line-beginning-position', use `comint-after-pmark-p'
14821 to check if point if before the process mark, and go to
14822 `process-mark' in this case.
14823
51ef56c4
SM
148242009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14825
fb10ee4a
SM
14826 * textmodes/tex-mode.el (latex-complete)
14827 (latex-indent-or-complete): Remove.
14828 (latex-mode): Set completion-at-point-functions instead.
14829
14830 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14831 * minibuffer.el (completion-at-point-functions): New var.
14832 (completion-at-point): New command.
fb10ee4a 14833 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14834 * progmodes/python.el (python-mode-map): Use completion-at-point.
14835 (python-completion-at-point): Rename from python-partial-symbol and
14836 adjust for use in completion-at-point-functions.
14837 (python-mode): Setup completion-at-point for Python completion.
14838 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14839 extracted from lisp-complete-symbol.
14840 (lisp-complete-symbol): Use it.
14841 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14842 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14843 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14844 Use completion-at-point.
51ef56c4 14845 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14846 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14847 * progmodes/sym-comp.el: Move to...
14848 * obsolete/sym-comp.el: Move from progmodes.
14849
5e7a9022
EZ
148502009-12-07 Eli Zaretskii <eliz@gnu.org>
14851
14852 Prevent save-buffer in Rmail buffers from using the coding-system
14853 of the current message, and from clobbering the encoding mnemonics
14854 in the mode line (Bug#4623).
14855
14856 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14857 flag, too.
14858 (rmail-message-encoding): New variable.
14859 (rmail-write-region-annotate): Record the encoding of the current
14860 message in rmail-message-encoding.
14861 (rmail-after-save-hook): New function, restores the encoding of
14862 the current message after the message collection is saved.
14863
9136e895
JL
148642009-12-07 Juri Linkov <juri@jurta.org>
14865
14866 * progmodes/grep.el (grep-read-files): Use `completing-read'
14867 instead of `read-string'. Set its `collection' arg to
14868 `read-file-name-internal'. (Bug#4301)
14869
40637410
JL
148702009-12-07 Juri Linkov <juri@jurta.org>
14871
14872 Correctly restore original Isearch point. (Bug#4994)
14873
14874 * isearch.el (isearch-mode): Move `isearch-push-state' after
14875 `(run-hooks 'isearch-mode-hook)'.
14876 (isearch-cancel): When `isearch-push-state-function' is defined,
14877 let-bind `isearch-cmds' to the first state (the last element of
14878 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14879 function and restores the original point). Otherwise, move point
14880 to `isearch-opoint'.
14881
da10ce2b
SM
148822009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14885 chars that don't have names, so the table can be built much faster at
14886 run-time.
14887
3d68fa99
CY
148882009-12-07 Chong Yidong <cyd@stupidchicken.com>
14889
f82b1493
CY
14890 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14891 change. Suggested by David Kastrup.
14892
3d68fa99
CY
14893 * simple.el (compose-mail): Check for incompatibilities and warn.
14894 (compose-mail-user-agent-warnings): New option.
14895
662c5698
DN
148962009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14897
14898 Support showing a single log entry from vc-annotate.
14899 * vc.el (print-log): Add a new argument: START-REVISION.
14900 (vc-print-log-internal): Add a new optional argument and
14901 pass it to the backend.
14902 (vc-print-log, vc-print-root-log): Adjust callers.
14903 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14904 buffer already displays the requested log entry, use it.
14905 Otherwise display only the log entry in question.
14906 * vc-svn.el (vc-svn-print-log):
e4070cdc 14907 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14908 * vc-hg.el (vc-hg-state):
14909 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14910 (vc-git-show-log-entry): Return t on success.
14911 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14912 (vc-bzr-show-log-entry): Return t on success.
14913 * vc-rcs.el (vc-rcs-print-log):
14914 * vc-sccs.el (vc-sccs-print-log):
14915 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14916
e4070cdc
GM
149172009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14918
5ce6e4f4
JB
14919 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14920 Add menus to the meta mode. (Bug#5043)
e4070cdc 14921
5ce6e4f4 149222009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14923
14924 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14925 event-key.
662c5698 14926
662c5698
DN
14927 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14928
dab816a9
MA
149292009-12-07 Michael Albinus <michael.albinus@gmx.de>
14930
14931 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14932 Berbain <raphael.berbain@gmail.com>.
14933
14934 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14935 characters.
14936 (tramp-initial-end-of-output): New defconst.
14937 (tramp-methods, tramp-find-shell)
14938 (tramp-open-connection-setup-interactive-shell)
14939 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14940 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14941 Handle existence of `#' and `$'.
dab816a9 14942
6a7662bb
BR
14943 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14944 Use `tramp-initial-end-of-output'.
dab816a9 14945
a91e1f6b
DN
149462009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14947
14948 Get the background mode from the terminal for xterm, and set
14949 faces accordingly.
14950 * term/xterm.el (xterm-set-background-mode): New function.
14951 (terminal-init-xterm): Use it in case xterm supports background
14952 color queries. Recompute faces after getting the background
14953 color.
14954
5fa9d1ec
GM
149552009-12-07 Ulrich Mueller <ulm@gentoo.org>
14956
14957 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14958 number comment back on its own line, for easier parsing.
14959
5e9fde5e
SM
149602009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 Make it work for non-file buffers (bug#5102).
14963 * doc-view.el (doc-view-current-cache-dir):
14964 Use doc-view-buffer-file-name rather than buffer-file-name.
14965 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14966
2f2f5242
CY
149672009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14968
14969 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14970 author field is too short.
14971
cebf8ec6
DN
149722009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14973
5e9fde5e
SM
14974 * vc-git.el (vc-git-print-log): Handle a limit argument.
14975 Display the short log in graph form and with labels.
0d3f8a78
DN
14976 (vc-git-log-view-mode): Handle labels.
14977
cebf8ec6
DN
14978 Make vc-revert change VC state from 'added to 'unregistered.
14979 * vc-git.el (vc-git-revert): Call git reset first.
14980
8e39154d
UJ
149812009-12-06 Ulf Jasper <ulf.jasper@web.de>
14982
d8194864
GM
14983 * net/newst-backend.el, net/newst-plainview.el:
14984 * net/newst-reader.el, net/newst-ticker.el:
14985 * net/newst-treeview.el, net/newsticker.el:
14986 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14987
ef187c24
CY
149882009-12-06 Chong Yidong <cyd@stupidchicken.com>
14989
238a0f3a
CY
14990 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14991
2c6bb71a
CY
14992 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14993 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14994 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14995 Update annotation regexp.
14996
ef187c24
CY
14997 * simple.el (beginning-of-visual-line): Constrain to field
14998 boundaries (Bug#5106).
14999
571855b6
UJ
150002009-12-06 Ulf Jasper <ulf.jasper@web.de>
15001
6a7662bb
BR
15002 * xml.el (xml-substitute-numeric-entities):
15003 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 15004 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
15005 * net/newst-backend.el (newsticker--parse-generic-feed)
15006 (newsticker--parse-generic-items)
6a7662bb
BR
15007 (newsticker--decode-numeric-entities):
15008 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 15009 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 15010
b857059c
CY
150112009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15012
15013 * progmodes/js.el (js--js-not): Add null to the list of values.
15014
c2dae51b
CY
150152009-12-06 Chong Yidong <cyd@stupidchicken.com>
15016
d8194864 15017 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 15018
ed0f72d2
RW
150192009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15020
15021 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15022 delimiter if it is at the end of the current line.
15023 (bibtex-generate-url-list): Fix docstring.
15024
365b9a62
SM
150252009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15028 minibuffer's content with itself.
15029 Fold the confirm-after-completion case into the `confirm' case.
15030 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15031
990a9cb1
KR
150322009-12-06 Kevin Ryde <user42@zip.com.au>
15033
15034 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 15035 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 15036
8b5a10db 15037 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 15038 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 15039
065543e7
JL
150402009-12-05 Juri Linkov <juri@jurta.org>
15041
15042 Save and restore dired buffer's point positions too. (Bug#4880)
15043
15044 * dired.el (dired-save-positions): Return in the first element
15045 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15046 Doc fix.
15047 (dired-restore-positions): First restore buffer's position.
15048 While restoring window's positions, check if window still displays
15049 the original buffer.
15050
503edac9
CY
150512009-12-05 Chong Yidong <cyd@stupidchicken.com>
15052
9a594ee6
CY
15053 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15054 if possible.
15055
925f8c70
CY
15056 * shell.el (shell): Require ansi-color (Bug#5113).
15057
15058 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15059
503edac9
CY
15060 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15061
8fea6b33
AM
150622009-12-05 Alan Mackenzie <acm@muc.de>
15063
15064 * progmodes/cc-mode.el (c-before-hack-hook)
15065 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15066 `c-file-style' to work again. This reversion restores the current
212c5aef 15067 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 15068
5d1fd962
CY
150692009-12-05 Kevin Ryde <user42@zip.com.au>
15070
6a7662bb
BR
15071 * textmodes/sgml-mode.el (sgml-lexical-context):
15072 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 15073
30760c8b
JL
150742009-12-05 Juri Linkov <juri@jurta.org>
15075
15076 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15077 for virtual nodes. (Bug#4147)
15078 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15079 when moving from a virtual node.
15080 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15081 (Info-mode): Add `Info-virtual-index' to the docstring.
15082
403111a8
RW
150832009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15084
15085 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15086 track of the buffer position of the end of a BibTeX entry as this
15087 position may change during reformatting.
15088 (bibtex-format-entry): Remove whitespace before processing
15089 numerical fields so that we recognize the latter properly.
15090 (bibtex-reformat): Do not use push which changes the global value
15091 of bibtex-entry-format.
15092 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15093 (bibtex-field-re-init): Replace only space characters by regexp
15094 for whitespace.
365b9a62 15095 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
15096 (bibtex-initialize): Also update bibtex-strings.
15097 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
15098 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15099 Update bibtex-reference-keys.
403111a8 15100
25b54627
SM
151012009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15102
15103 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15104 point after a star, if that's the only place where modifications can
15105 make progress.
15106
35639eb4
DN
151072009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15108
15109 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15110 in docstrings.
15111
8b78760b
JL
151122009-12-04 Juri Linkov <juri@jurta.org>
15113
15114 * proced.el (proced): Call `(proced-update t)' to update process
15115 information instead of only running proced-post-display-hook.
15116 (proced-send-signal): Add a leading space to the buffer name
15117 " *Marked Processes*" to make this buffer ephemeral.
15118
2b3489a7
JL
151192009-12-04 Juri Linkov <juri@jurta.org>
15120
15121 * dired.el (dired-auto-revert-buffer): New defcustom.
15122 (dired-internal-noselect): Use it.
15123
9b9debd1
JL
151242009-12-04 Juri Linkov <juri@jurta.org>
15125
15126 Change roles of modes and functions in image-mode.el (Bug#5062).
15127
15128 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15129 in `auto-mode-alist'.
15130 (image-mode-previous-major-mode): New variable.
15131 (image-minor-mode-map): Rename from `image-mode-text-map'.
15132 (image-mode): Move graceful error-handling code from
15133 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15134 (image-minor-mode): Remove all image-handling code.
15135 Replace `image-mode-text-map' with `image-minor-mode-map'.
15136 Check for `image-type' in mode-line format string.
15137 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15138 (image-mode-as-text): New function with most code from
15139 `image-mode-maybe'.
15140 (image-toggle-display-text): Move code that removes image
15141 properties from `image-toggle-display' to here.
15142 (image-toggle-display-image): New function with code that adds
15143 image properties copied from `image-toggle-display'.
15144 (image-toggle-display): Remove most code with leaving only code
15145 that toggles between `image-mode-as-text' and `image-mode'.
15146
0c74a301
UJ
151472009-12-04 Ulf Jasper <ulf.jasper@web.de>
15148
15149 * net/newst-treeview.el
15150 (newsticker--treeview-list-highlight-start): Restored call to
15151 save-excursion: Selected item was stuck.
15152 (newsticker--treeview-list-select): New.
15153 (newsticker--treeview-item-show-text)
15154 (newsticker--treeview-item-show)
15155 (newsticker--treeview-item-update): Use new
15156 newsticker-treeview-item-mode.
15157 (newsticker-treeview-update): Keep current item.
15158 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15159 (newsticker--treeview-first-feed): Doc change.
15160 (newsticker-treeview-list-menu)
88b5a757 15161 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
15162 (newsticker-treeview-item-mode): New.
15163
5ce6e4f4 15164 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
15165 windows.
15166
9eaeec5b
SS
151672009-12-04 Sam Steingold <sds@gnu.org>
15168
15169 * log-view.el (log-view-mode-map): "q" calls quit-window,
15170 like in all the other non-self-insert buffers.
15171
b2bf5be5
SM
151722009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15173
15174 Minor cleanup.
15175 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15176 key decoding rather than do it manually via last-input-event +
15177 ascii-character.
15178 (term-exec): Use delete-and-extract-region.
15179 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15180 (term-process-pager): Remove unused var `i'.
15181 (term-dynamic-simple-complete): Make obsolete.
15182 (serial-update-config-menu): Remove unused vars `y' and `str'.
15183 (term-update-mode-line): Remove unused var `temp'.
15184
46e5c897
DN
151852009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15186
15187 Limit the number of log entries displayed by default.
15188 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15189 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15190 using a prefix argument.
15191
627e0a14
GM
151922009-12-03 Glenn Morris <rgm@gnu.org>
15193
15194 * progmodes/idlwave.el (class): Restore still useful declaration.
15195
8578c224
AM
151962009-12-03 Alan Mackenzie <acm@muc.de>
15197
4abc318c 15198 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 15199
b2bf5be5
SM
15200 * progmodes/cc-mode.el (c-basic-common-init):
15201 Call c-state-cache-init.
9762b219 15202 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 15203 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 15204 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
15205
15206 * progmodes/cc-langs.el (c-before-font-lock-function):
15207 c-extend-and-neutralize-syntax-in-CPP has been renamed
15208 c-neutralize-syntax-in-and-mark-CPP.
15209
15210 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15211 with `category' properties now, not `syntax-table' ones.
15212
15213 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15214 enhanced (but slower) version of c-end-of-macro that won't land
15215 inside a literal or on another awkward character.
15216 (c-state-cache-too-far, c-state-cache-start)
15217 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15218 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15219 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15220 (c-state-min-scan-pos, c-state-brace-pair-desert)
15221 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15222 buffer local variables.
15223 (c-state-literal-at, c-state-lit-beg)
15224 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15225 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15226 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15227 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15228 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15229 (c-renarrow-state-cache)
15230 (c-append-lower-brace-pair-to-state-cache)
15231 (c-state-push-any-brace-pair, c-append-to-state-cache)
15232 (c-remove-stale-state-cache)
15233 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15234 (c-invalidate-state-cache-1, c-parse-state-1)
15235 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
15236 (c-parse-state): Enhance and refactor.
15237 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
15238
15239 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15240 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
15241 modify to use category text properties rather than syntax-table ones.
15242 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
15243 to switch off/on the syntactic paren property of C++ template
15244 delimiters using the category property.
15245 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15246 template delims suppressed.
15247 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15248 New constant/macros which apply category properties to the start
15249 and end of preprocessor constructs.
b2bf5be5 15250 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
15251 "comment out" the syntactic value of characters in preprocessor
15252 constructs.
15253 (c-with-cpps-commented-out)
15254 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15255 with characters in all or all but one preprocessor constructs
15256 "commented out".
15257
0d4dc442
RW
152582009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15259
15260 * proced.el (proced-filter-alist): Use regexp-quote.
15261
a09dc9bf
MA
152622009-12-03 Michael Albinus <michael.albinus@gmx.de>
15263
15264 Cleanup.
15265 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15266 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15267 arguments. Expand `default-directory'.
15268
15269 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15270 the benefit of returning an expanded localname.
15271 (tramp-tramp-file-p): Handle the case NAME is not a string.
15272
3f6bd790
DN
152732009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15274
4dfb3b9c
DN
15275 Add support for bzr shelve/unshelve.
15276 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15277 (vc-bzr-extra-menu-map): New variables.
15278 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15279 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15280 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15281 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15282 (vc-bzr-dir-extra-headers): Display shelves.
15283
3f6bd790
DN
15284 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15285
842d73a1
SM
152862009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15287
15288 * textmodes/bibtex.el (bibtex-complete-internal):
15289 Use completion-in-region.
15290 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15291
7fa4876f
DN
152922009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15293
15294 Support applying stashes. Improve UI.
15295 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15296 (vc-git-stash-apply, vc-git-stash-pop)
15297 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15298 (vc-git-stash-menu): New functions.
15299 (vc-git-stash-menu-map): New variable.
15300 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15301
d6e82452
GM
153022009-12-03 Glenn Morris <rgm@gnu.org>
15303
15304 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15305 (vc-print-log-internal): Fix previous change.
15306 (vc-revert): Correct pluralization.
15307
8d222148
SM
153082009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15309
ea52206b
SM
15310 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15311 it to be an alist any more.
15312 (makefile-complete): Use completion-in-region.
15313
69a94a37
SM
15314 * progmodes/octave-mod.el (octave-complete-symbol):
15315 Use completion-in-region.
15316
8d222148
SM
15317 Misc cleanup.
15318 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15319 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15320 (idlwave-complete-class): Don't quote lambda.
15321 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15322 (idlwave-mode-map): Move initialization into declaration.
15323 (idlwave-action-and-binding): Use backquotes.
15324 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15325 Simplify.
15326 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15327 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15328 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15329 `parts', and `all-parts'.
15330 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15331 (idlwave-convert-xml-system-routine-info): Remove unused string
15332 `version-string'.
15333 (idlwave-display-user-catalog-widget): Use dolist.
15334 (idlwave-scanning-lib): Declare dynamically-scoped var.
15335 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15336 (completion-highlight-first-word-only): Declare to silence bytecomp.
15337 (idlwave-popup-select): Tighten scope of `resp'.
15338 (idlwave-find-struct-tag): Remove unused var `beg'.
15339 (idlwave-after-load-rinfo-hook): Declare.
15340 (idlwave-sintern-class-info): Remove unused var `taglist'.
15341 (idlwave-find-class-definition): Remove unused var `list'.
15342 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15343 (idlwave-what-module-find-class): Remove unused var `classes'.
15344
3bb8691b
JB
153452009-12-03 Juanma Barranquero <lekktu@gmail.com>
15346
15347 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15348
f72f0c23
SM
153492009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15350
15351 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15352 buffers visited. Remove redundant current-buffer-saving.
15353
601a9508
SM
153542009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 Use completion-in-buffer and remove uses of dynamic scoping.
15357 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15358 (pascal-buffer-to-use, pascal-flag): Don't declare.
15359 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15360 (pascal-get-completion-decl, pascal-keyword-completion):
15361 Add `pascal-str' argument, save-excursion,
15362 return the found completions, and don't filter with pascal-pred.
15363 (pascal-completion-cache): New var.
15364 (pascal-completion): Don't switch buffer any more (it was never
15365 necessary). Don't save-excursion any more (it's done by the called
15366 subroutines). Use a cache to avoid redundant computations.
15367 Use complete-with-action rather than pascal-completion-response and
15368 let it apply the predicate as well.
15369 (pascal-complete-word): Use completion-in-buffer when
15370 pascal-toggle-completions is nil.
15371 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15372 not used any more.
15373 (pascal-comp-defun): Don't change buffer any more.
15374 Use complete-with-action rather than pascal-completion-response and
15375 let it apply the predicate as well.
15376 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15377 when neded.
15378
1ff4cb98
KH
153792009-12-02 Kenichi Handa <handa@m17n.org>
15380
15381 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15382 shape for all Indic scripts.
15383
bb12edf1
SM
153842009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15385
15386 Use completion-in-buffer.
15387 * wid-edit.el (widget-field-text-end): New function.
15388 (widget-field-value-get): Use it.
15389 (widget-string-complete, widget-file-complete)
15390 (widget-color-complete): Use it and completion-in-region.
15391 (widget-complete): Don't narrow the buffer.
15392
5813f6ef
GM
153932009-12-02 Glenn Morris <rgm@gnu.org>
15394
c920f222
GM
15395 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15396 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15397 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15398 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15399
5813f6ef
GM
15400 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15401 save-excursion with save-current-buffer.
15402 Widen before searching. (Bug#5093)
15403 (diary-list-sexp-entries): Remove superfluous save-excursion.
15404
34b1d750
GM
154052009-12-02 Michael Welsh Duggan <mwd@cert.org>
15406
15407 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15408 name. (Bug#5038)
15409
b2d5f31a
GM
154102009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15411
15412 * ido.el (ido-file-internal): Handle filenames at point that do
15413 not have a directory part. (Bug#5049)
15414
c710ac3c
JB
154152009-12-02 Juanma Barranquero <lekktu@gmail.com>
15416
15417 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15418 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15419
9946be46
SM
154202009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15421
15422 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15423 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15424 any more.
15425
b08016f2
SM
154262009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15427
e7440df4
SM
15428 * comint.el (comint-insert-input): Ignore clicks to the right of
15429 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15430
3bb8691b 15431 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15432 terminate before setting up the major mode.
15433
f3b757f5
SM
15434 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15435 in case.
15436
a2877f1d
SM
15437 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15438 the last element.
15439
b08016f2
SM
15440 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15441
782d6e30
GM
154422009-12-01 Glenn Morris <rgm@gnu.org>
15443
15444 * window.el (window--display-buffer-2): Fix previous changes.
15445
28f57f7e
CY
154462009-12-01 Chong Yidong <cyd@stupidchicken.com>
15447
15448 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15449
c31a2fdc
GM
154502009-12-01 Glenn Morris <rgm@gnu.org>
15451
15452 * Makefile.in (ELCFILES): Add mpc.elc.
15453
e1ada222
SM
154542009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * mpc.el: New file.
15457
0c9ff2c5
GM
154582009-12-01 Glenn Morris <rgm@gnu.org>
15459
3689984f
GM
15460 * window.el (window-to-use): Define for compiler.
15461
3ab4308b
GM
15462 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15463 consistent with others (no final period).
15464
0c9ff2c5
GM
15465 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15466 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15467
fb0c18ff
DN
154682009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15469
15470 Make vc-print-log buttons work.
045b9da7 15471 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15472
2ac7e73e
JB
154732009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15474
15475 * savehist.el (savehist-autosave-interval): Allow setting to nil
15476 through customize. (Bug#5056)
15477
5237d741
JB
154782009-11-30 Juanma Barranquero <lekktu@gmail.com>
15479
15480 Fix references to jit-lock properties.
15481 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15482 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15483 (perl-font-lock-special-syntactic-constructs):
15484 Quote jit-lock-defer-multiline property.
15485
379241fa
DN
154862009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15487
15488 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15489
054ae856
JL
154902009-11-30 Juri Linkov <juri@jurta.org>
15491
15492 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15493 value `buffer' of `multi-isearch-next-buffer-current-function'.
15494 Use `(current-buffer)' when `buffer' is nil.
15495 (multi-isearch-next-buffer-from-list): Don't fallback to
15496 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15497
67296dda
JL
154982009-11-30 Juri Linkov <juri@jurta.org>
15499
15500 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15501 of buffers with `get-buffer' to `multi-isearch-buffers'.
15502 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15503 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15504 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15505 FILES with `expand-file-name' converting relative file names
15506 to absolute. Doc fix. (Bug#4727)
15507
c585bf32
JL
155082009-11-30 Juri Linkov <juri@jurta.org>
15509
15510 * misearch.el (multi-isearch-read-buffers)
15511 (multi-isearch-read-matching-buffers): New functions.
15512 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15513 Use them in the `interactive' spec. Doc fix.
15514 (multi-isearch-read-files, multi-isearch-read-matching-files):
15515 New functions.
15516 (multi-isearch-files, multi-isearch-files-regexp):
15517 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15518
0a745733
JL
155192009-11-30 Juri Linkov <juri@jurta.org>
15520
15521 * doc-view.el (doc-view-continuous):
15522 Rename from `doc-view-continuous-mode'.
15523 (doc-view-menu): Move "Toggle display" to the top.
15524 Add submenu "Continuous" with radio buttons "Off"/"On"
15525 and "Save as Default".
15526 (doc-view-scroll-up-or-next-page)
15527 (doc-view-scroll-down-or-previous-page)
15528 (doc-view-next-line-or-next-page)
6a7662bb
BR
15529 (doc-view-previous-line-or-previous-page):
15530 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15531
1f9689eb
JL
155322009-11-30 Juri Linkov <juri@jurta.org>
15533
15534 * comint.el (comint-mode-map): Rebind `M-r' from
15535 `comint-previous-matching-input' to
15536 `comint-history-isearch-backward-regexp'.
15537 Unbind `M-s' to allow global key binding `M-s'.
15538 Add menu items for `comint-history-isearch-backward' and
15539 `comint-history-isearch-backward-regexp'. (Bug#3746)
15540
2952b1ae
JL
155412009-11-30 Juri Linkov <juri@jurta.org>
15542
15543 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15544 For def=recenter, replace `recenter' with `recenter-top-bottom'
15545 that is called with `this-command' and `last-command' let-bound
15546 to `recenter-top-bottom'. When the last `def' was not `recenter',
15547 set `recenter-last-op' to nil. (Bug#4981)
15548
7a9547ca
SM
155492009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15550
20565545
SM
15551 Minor cleanup and simplification.
15552 * filecache.el (file-cache-add-directory)
15553 (file-cache-add-directory-recursively)
15554 (file-cache-add-from-file-cache-buffer)
15555 (file-cache-delete-file-regexp, file-cache-delete-directory)
15556 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15557 (file-cache-temp-minibuffer-message): Delete function.
15558 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15559
7a9547ca
SM
15560 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15561 Don't signal an error when bumping into EOB in tr, s, or y.
15562
08e968f3
JL
155632009-11-29 Juri Linkov <juri@jurta.org>
15564
15565 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15566 (Bug#4960)
15567
15568 * descr-text.el (describe-char-unidata-list): Use lowercase name
15569 for "Unicode name" like in other tags.
15570
f8d170a4
JL
155712009-11-29 Juri Linkov <juri@jurta.org>
15572
15573 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15574 New compatibility macro.
7a9547ca 15575 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15576
0116abbd
JL
155772009-11-29 Juri Linkov <juri@jurta.org>
15578
15579 Add defcustom to define the cycling order of `recenter-top-bottom'.
15580 (Bug#4981)
15581
15582 * window.el (recenter-last-op): Doc fix.
15583 (recenter-positions): New defcustom.
15584 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15585 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15586
61eef560
MA
155872009-11-29 Michael Albinus <michael.albinus@gmx.de>
15588
15589 Improve integration of Tramp and ange-ftp in eshell.
15590
e4070cdc 15591 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15592 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15593 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15594
15595 * eshell/esh-util.el (top): Require also Tramp when compiling.
15596 (eshell-directory-files-and-attributes): Check for FTP remote
15597 connection.
15598 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15599 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15600 (eshell-file-attributes): Handle ".". Return `entry'.
15601
15602 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15603 (ange-ftp-directory-files-and-attributes)
15604 (ange-ftp-real-directory-files-and-attributes): New defuns.
15605
15606 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15607 shell with "exec" when possible. This prevents trailing prompts
15608 in `start-file-process'.
15609
f5467d3f
SM
156102009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15611
21f49db9
SM
15612 Try and remove assumptions about point-min==1.
15613 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15614 (rng-compute-mode-line-string): Show the validation percentage in
15615 terms of the narrowed text, not the widened text.
15616 (rng-do-some-validation): Don't catch internal errors when debugging.
15617 (rng-first-error): Simplify.
15618 (rng-after-change-function): Remove work around. AFAIK the bug has
15619 been fixed a while ago.
15620
26224faf
SM
15621 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15622 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15623
d7117720
SM
15624 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15625
f5467d3f
SM
15626 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15627 `cd' doesn't always do it for us (bug#5067).
15628
15629 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15630 on 2009-10-25 as part of some other change (bug#5067).
15631
c5269f1c
SM
156322009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15633
62a258a7
SM
15634 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15635 `suspicious'.
15636 (byte-compile-warnings): Use byte-compile-warning-types.
15637 (byte-compile-save-excursion): Warn about use of set-buffer right
15638 after save-excursion.
15639
c5269f1c
SM
15640 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15641 the excursion as well.
15642
3ba30eb8
MA
156432009-11-27 Michael Albinus <michael.albinus@gmx.de>
15644
15645 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15646 providing a Tramp related implementation of "su" and "sudo".
15647 (eshell-unix-initialize): Add "su" and "sudo".
15648
6c6f788d
DU
156492009-11-27 Daiki Ueno <ueno@unixuser.org>
15650
15651 * net/socks.el (socks-send-command): Convert binary request to
15652 unibyte before sending. This fixes mishandling of some port
15653 numbers such as 129.
15654
10c877fe
SM
156552009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15656
6f06a171
SM
15657 * help.el (describe-bindings-internal): Remove `interactive'.
15658
10c877fe
SM
15659 * man.el (Man-completion-table): Trim a terminating "(".
15660 Remove the space between name page a section.
15661 Add the command's description on the `help-echo' property.
c5269f1c
SM
15662 Remove `process-connection-type' binding since it's unused by
15663 call-process.
10c877fe
SM
15664 Provide completion for the "<section> <name>" format as well.
15665 (Man-default-man-entry): Remove spurious var shadowing the argument.
15666
c44a4822
KR
156672009-11-26 Kevin Ryde <user42@zip.com.au>
15668
15669 * log-view.el: Add "Keywords: tools", since its other keywords
15670 aren't in finder-known-keywords, and following vc.el.
15671
9d58f081
KR
15672 * sha1.el (sha1-string-external): default-directory "/" in case
15673 otherwise non-existent. process-connection-type pipe for touch of
15674 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15675
72fe6b25
SM
156762009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15677
15678 Misc coding convention cleanups.
15679 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15680 hfy-init-kludge-hooks.
15681 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15682 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15683 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15684 and push.
15685 (hfy-slant, hfy-weight): Use tables rather than code.
15686 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15687 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15688 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15689 (hfy-face-to-css): Remove `nconc' with single arg.
15690 (hfy-p-to-face-lennart): Use `or'.
15691 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15692 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15693 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15694 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15695 (hfy-force-fontification): Use run-hooks.
15696
85e0a536
SM
156972009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15698
15699 Various minor fixes.
15700 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15701 Javascript belongs in the header, not the body.
15702 (hfy-javascript): Remove.
15703 (hfy-fontify-buffer): Don't insert it any more.
15704 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15705 Fix bug in invis handling when there were no invis props in a chunk.
15706
62ccc42c
SM
157072009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15708
15709 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15710
2643c7aa
DN
157112009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15712
15713 * finder.el (finder-mode-map): Add a menu.
15714
0e5c8aed
DN
157152009-11-26 Michael McNamara <mac@mail.brushroad.com>
15716
bf0b361c 15717 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15718 "unsigned" structs.
15719
15720 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15721 fork" statement better.
15722
157232009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15724
bf0b361c
JB
15725 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15726 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15727 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15728 Reported by Clay Douglass.
0e5c8aed
DN
15729
15730 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15731 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15732 Fix removing "// Interfaces" when saving .* expansions.
15733 Reported by Pierre-David Pfister.
0e5c8aed 15734
7629c4e7
GM
157352009-11-26 Glenn Morris <rgm@gnu.org>
15736
62ccc42c
SM
15737 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15738 the scope.
7629c4e7 15739
a5d358f8
JB
157402009-11-25 Johan Bockgård <bojohan@gnu.org>
15741
15742 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15743 Really use previous revision.
15744
002cbde5
KR
157452009-11-25 Kevin Ryde <user42@zip.com.au>
15746
15747 * man.el (Man-completion-table): default-directory "/" in case
15748 doesn't otherwise exist. process-environment COLUMNS=999 so as
15749 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15750 any chance of hitting the pseudo-tty TIOCGWINSZ.
15751 (man): completion-ignore-case t for friendliness and since man
15752 itself is case-insensitive on the command line.
15753 Further to Bug#3717.
002cbde5 15754
8cb5ffe8
KR
15755 * arc-mode.el: Add "Keywords: files", so the details in its
15756 commentary can be reached from finder-by-keyword.
34607612
KR
15757 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15758 editing mode, but it's comms related and sgml-mode.el has "comm"
15759 on that basis too.
b8dfcf54 15760 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15761 * international/isearch-x.el, international/ja-dic-cnv.el:
15762 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15763 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15764
1e2d9ba1
JL
157652009-11-25 Juri Linkov <juri@jurta.org>
15766
15767 * man.el (Man-completion-table): Modify regexp to include
15768 section names to completion strings. (Bug#3717)
15769
a601d313
JL
157702009-11-25 Juri Linkov <juri@jurta.org>
15771
15772 Search recursively in gzipped files. (Bug#4982)
15773
15774 * progmodes/grep.el (grep-highlight-matches): Add new options
15775 `always' and `auto'. Doc fix.
15776 (grep-process-setup): Check `grep-highlight-matches' for
15777 `auto-detect' to determine the need to compute grep defaults.
15778 Move Windows/DOS specific --colors settings handling
15779 to `grep-compute-defaults'. Check `grep-highlight-matches'
15780 to get the value of "--color=".
15781 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15782 has the value `auto-detect'. Move Windows/DOS specific settings
15783 from `grep-process-setup'.
15784 (zrgrep): New command with alias `rzgrep'.
15785
bde04ea9
JL
157862009-11-25 Juri Linkov <juri@jurta.org>
15787
15788 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15789 to nil instead of switching off view-mode. (Bug#4896)
15790
7d6b4d3c
JL
157912009-11-25 Juri Linkov <juri@jurta.org>
15792
15793 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15794
15795 * mwheel.el (mwheel-scroll-up-function)
15796 (mwheel-scroll-down-function): New defvars.
15797 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15798 `scroll-up', and `mwheel-scroll-down-function' instead of
15799 `scroll-down'.
15800
15801 * doc-view.el (doc-view-scroll-up-or-next-page)
15802 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15803 Use this ARG in the call to image-scroll-up/image-scroll-down.
15804 Change `interactive' spec to "P". Goto next/previous page only
15805 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15806 SPC/DEL case). Doc fix.
15807 (doc-view-next-line-or-next-page)
15808 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15809 for consistency.
15810 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15811 `doc-view-scroll-up-or-next-page', and buffer-local
15812 `mwheel-scroll-down-function' to
15813 `doc-view-scroll-down-or-previous-page'.
15814
e237085f
JL
158152009-11-25 Juri Linkov <juri@jurta.org>
15816
15817 Provide additional default values (directories at other Dired
15818 windows) via M-n in the minibuffer of some Dired commands.
15819
15820 * dired-aux.el (dired-diff, dired-compare-directories)
15821 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15822 `minibuffer-default' in `minibuffer-with-setup-hook'.
15823 (dired-dwim-target-directory): Find a window that displays Dired
15824 buffer instead of failing when the next window is not Dired.
15825 Use `get-window-with-predicate' to find for the next Dired window.
15826 (dired-dwim-target-defaults): New function.
15827
15828 * ediff-util.el (ediff-read-file-name):
15829 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15830 in `minibuffer-with-setup-hook'.
15831
7d371eac
JL
158322009-11-25 Juri Linkov <juri@jurta.org>
15833
15834 Provide additional default values (file name at point or at the
15835 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15836
15837 * minibuffer.el (read-file-name-defaults): New function.
15838 (read-file-name): Reset `minibuffer-default' to nil when
15839 it duplicates initial input `insdef'.
15840 Bind `minibuffer-default-add-function' to lambda that
15841 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15842 (minibuffer-insert-file-name-at-point): New command.
15843
15844 * files.el (file-name-at-point-functions): New defcustom.
15845 (find-file-default): Remove defvar.
15846 (find-file-read-args): Don't use `find-file-default'.
15847 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15848 to `read-file-name'.
15849 (find-file-literally): Use `read-file-name' with
15850 `confirm-nonexistent-file-or-buffer'.
15851
15852 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15853
15854 * dired.el (dired-read-dir-and-switches):
15855 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15856 to `read-file-name'.
15857 (dired-file-name-at-point): New function.
15858 (dired-mode): Add hook `dired-file-name-at-point' to
15859 `file-name-at-point-functions'.
15860
04ae543a
SM
158612009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 Really make the *Completions* window soft-dedicated (bug#5030).
15864 * window.el (window--display-buffer-2): Add `dedicated' argument.
15865 (display-buffer): Pass it when needed so the dedicated flag is set
15866 after calling set-window-buffer, which would otherwise reset it.
15867
eb708e66
SM
158682009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15869
d6b8d4e7
SM
15870 * progmodes/meta-mode.el (meta-complete-symbol):
15871 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15872 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15873 Use completion-in-region.
15874
5f24557b
SM
15875 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15876 (dabbrev-completion): Use completion-in-region.
15877 (dabbrev--abbrev-at-point): Simplify regexp.
15878
fe4346f0
SM
15879 * abbrev.el (abbrev--before-point): Use word-motion functions
15880 if :regexp is not specified (bug#5031).
15881
cb190d7d
SM
15882 * subr.el (string-prefix-p): New function.
15883
e2ec6dd5
SM
15884 * man.el (Man-completion-cache): New var.
15885 (Man-completion-table): Use it.
15886
eb708e66
SM
15887 * vc.el (vc-print-log-internal): Make `limit' optional for better
15888 compatibility (e.g. with vc-annotate.el).
15889
4cf8971b
KR
158902009-11-24 Kevin Ryde <user42@zip.com.au>
15891
eb708e66 15892 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15893 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15894
4cf8971b
KR
15895 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15896 when .el source file not found or other error.
15897
d204c46c
SM
158982009-11-24 Markus Triska <markus.triska@gmx.at>
15899
15900 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15901
bb301b9a
SM
159022009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15903
449c27f0
SM
15904 Handle the [back] button properly (bug#4979).
15905 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15906 Use help-setup-xref, help-buffer, and with-help-window.
15907 (describe-char): Add `buffer' argument.
15908 Pass proper command to help-setup-xref. Don't meddle with
15909 help-xref-stack-item directly.
15910 (describe-text-category): Use with-help-window and help-buffer.
15911
32fe5377
SM
15912 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15913 for the displayed buffer (bug#4887).
15914
bb301b9a
SM
15915 * man.el (Man-completion-table): New function.
15916 (man): Use it.
15917
35179414
DR
159182009-11-24 David Reitter <david.reitter@gmail.com>
15919
bb301b9a 15920 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15921 .git is) rather than the file's directory and a relative path spec
15922 to work around a bug in git.
15923
605a20a9
MA
159242009-11-24 Michael Albinus <michael.albinus@gmx.de>
15925
15926 Improve handling of processes on remote hosts.
15927
15928 * eshell/esh-util.el (eshell-path-env): New defvar.
15929 (eshell-parse-colon-path): New defun.
15930 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15931
bb301b9a
SM
15932 * eshell/esh-ext.el (eshell-search-path):
15933 Use `eshell-parse-colon-path'.
605a20a9
MA
15934 (eshell-remote-command): Remove argument HANDLER.
15935 (eshell-external-command): Check for FTP remote connection.
15936
bb301b9a
SM
15937 * eshell/esh-proc.el (eshell-gather-process-output):
15938 Use `file-truename', in order to start also symlinked files.
15939 Apply `start-file-process' instead of `start-process'.
15940 Shorten `command' to the local file name part.
605a20a9 15941
bb301b9a
SM
15942 * eshell/em-cmpl.el (eshell-complete-commands-list):
15943 Use `eshell-parse-colon-path'.
605a20a9
MA
15944
15945 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15946
15947 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15948 to `eshell-directory-change-hook'.
15949
d1d33062
TH
159502009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15951
15952 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15953 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15954
a34d8565 159552009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15956
a34d8565
MK
15957 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15958 made on 2009-11-22.
d1d33062 15959
c83b8d1b
GM
159602009-11-24 Glenn Morris <rgm@gnu.org>
15961
15962 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15963 deleted variable bookmark-bmenu-bookmark-column.
15964
83505cfe
SM
159652009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15966
15967 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15968
5241b291
CY
159692009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15970
15971 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15972 two slashes to the "file:" prefix.
15973 (browse-url-file-url): De-munge Cygwin filenames before passing
15974 them to Windows browser.
15975 (browse-url-default-windows-browser): Use call-process.
15976
aefcadb6
JL
159772009-11-23 Juri Linkov <juri@jurta.org>
15978
15979 Implement DocView Continuous mode. (Bug#4896)
15980 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15981 (doc-view-mode-map): Bind C-n/<down> to
15982 `doc-view-next-line-or-next-page', C-p/<up> to
15983 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15984 (doc-view-next-line-or-next-page)
15985 (doc-view-previous-line-or-previous-page): New commands.
15986
0d62bcea
JL
159872009-11-23 Juri Linkov <juri@jurta.org>
15988
15989 Implement Isearch in comint input history. (Bug#3746)
15990 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15991 `isearch-mode-hook'.
15992 (comint-history-isearch): New defcustom.
15993 (comint-history-isearch-backward)
15994 (comint-history-isearch-backward-regexp): New commands.
15995 (comint-history-isearch-message-overlay): New buffer-local variable.
15996 (comint-history-isearch-setup, comint-history-isearch-end)
15997 (comint-goto-input, comint-history-isearch-search)
15998 (comint-history-isearch-message, comint-history-isearch-wrap)
15999 (comint-history-isearch-push-state)
16000 (comint-history-isearch-pop-state): New functions.
16001
b593f105
MA
160022009-11-23 Michael Albinus <michael.albinus@gmx.de>
16003
16004 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
16005 return.
16006 (tramp-handle-make-symbolic-link)
16007 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
16008 Quote file names.
16009 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
16010 (tramp-handle-process-file): Use it.
16011
0f202d5d
SM
160122009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * window.el (move-to-window-line-last-op): Remove.
16015 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16016
216349f8
SM
160172009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16018
0f202d5d 16019 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
16020 * window.el (move-to-window-line-last-op): New var.
16021 (move-to-window-line-top-bottom): New command.
16022 (global-map): Bind M-r move-to-window-line-top-bottom.
16023
c10e0633
GM
160242009-11-23 Sven Joachim <svenjoac@gmx.de>
16025
16026 * dired-x.el (dired-guess-shell-alist-default):
16027 Support xz format. (Bug#4953)
16028
953e0c1a
GM
160292009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16030
16031 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16032 last-command-char/last-command-event.
16033 (viper-prefix-arg-value): Do correct conversion of event-char for
16034 XEmacs.
16035
83505cfe
SM
16036 * emulation/viper-util.el, emulation/viper.el:
16037 Use viper-last-command-char instead of
16038 last-command-char/last-command-event.
953e0c1a 16039
83505cfe
SM
16040 * ediff-init.el, ediff-mult.el, ediff-util.el:
16041 Replace last-command-char and last-command-event
16042 with (ediff-last-command-char) everywhere.
953e0c1a
GM
16043
16044 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16045 created in fundamental mode.
16046
16047 * ediff.el (ediff-version): Revert the change of interactive-p to
16048 called-interactively-p.
16049
9ee12eee
TH
160502009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16051
16052 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16053 generation from word-movement command names.
16054
8b571bf3
JD
160552009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16056
16057 * cus-start.el (all): Add native condition for font-use-system-font.
16058
4121db47
AM
160592009-11-21 Nathaniel Flath <flat0103@gmail.com>
16060
83505cfe
SM
16061 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16062 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 16063
d71f5e0c
TH
160642009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16065
16066 * progmodes/subword.el: Rename from lisp/subword.el.
16067
16068 * subword.el: Rename to progmodes/subword.el.
16069
16070 * Makefile.in (ELCFILES): Adapt to subword.el move.
16071
fc9d6ad6 160722009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 16073 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
16074
16075 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16076 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16077 (bookmark-bmenu-show-filenames): Use push.
16078 (bookmark-bmenu-hide-filenames): Use local var instead of
16079 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16080 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16081 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16082 filenames now that the bookmark names are always available.
16083
26d9285f
SM
160842009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16087 (bookmark-search-pattern): Move and leave unbound.
16088 (bookmark-bmenu-mode-map): Change binding.
16089 (bookmark-read-search-input): Simplify.
16090 Don't use text-char-description. Don't error on non-char events.
16091 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16092 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16093 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16094 Use a local var for the timer.
16095 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16096 (i.e. bookmark-bmenu-search).
16097
d73a0317
GM
160982009-11-21 Glenn Morris <rgm@gnu.org>
16099
16100 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16101
e572025f
CY
161022009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16103
26d9285f
SM
16104 * net/browse-url.el (browse-url-default-windows-browser):
16105 Use cygstart for cygwin.
e572025f 16106
6aeaa3dc
KF
161072009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16108
e4070cdc 16109 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
16110 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16111 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 16112 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
16113 (bookmark-read-search-input): Adjust to fit within 80 columns.
16114
a9b76eec
TH
161152009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16116
16117 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16118 (c-backward-into-nomenclature): Adapt to subword renaming.
16119
16120 * subword.el (subword-forward, subword-backward, subword-mark)
16121 (subword-kill, subword-backward-kill, subword-transpose)
16122 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
16123 (subword-forward-internal, subword-backward-internal):
16124 Rename from forward-subword, backward-subword, mark-subword,
16125 kill-subword, backward-kill-subword, transpose-subwords,
16126 downcase-subword, upcase-subword, capitalize-subword,
16127 forward-subword-internal, backward-subword-internal.
a9b76eec 16128
1e7d4475
SM
161292009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16130
26d9285f
SM
16131 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16132 New options.
1e7d4475
SM
16133 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16134 New vars.
16135 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16136 (bookmark-bmenu-filter-alist-by-regexp)
16137 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16138 (bookmark-bmenu-search): New command.
16139 (bookmark-bmenu-mode-map): Bind it.
16140
653d1554
TH
161412009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16142
ab84bfa0
TH
16143 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16144 backward-subword to quit the byte-compiler.
16145
1f35fda9
TH
16146 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16147
16148 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16149
653d1554 16150 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
16151 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16152 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
16153
16154 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16155 subword.el functions instead of cc-subword.el.
16156
1e7d4475
SM
16157 * progmodes/cc-subword.el: Rename to subword.el.
16158 * subword.el: Rename from progmodes/cc-subword.el.
16159 (subword-mode-map): Rename from c-subword-mode-map.
16160 (subword-mode): Rename from c-subword-mode.
653d1554 16161 (global-subword-mode): New global minor mode.
1e7d4475
SM
16162 (forward-subword): Rename from c-forward-subword.
16163 (backward-subword): Rename from c-backward-subword.
16164 (mark-subword): Rename from c-mark-subword.
16165 (kill-subword): Rename from c-kill-subword.
16166 (backward-kill-subword): Rename from c-backward-kill-subword.
16167 (transpose-subwords): Rename from c-tranpose-subword.
16168 (downcase-subword): Rename from c-downcase-subword.
16169 (capitalize-subword): Rename from c-capitalize-subword.
16170 (forward-subword-internal): Rename from c-forward-subword-internal.
16171 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 16172
9717f119
DN
161732009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16174
8de724f3
DN
16175 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16176 from a dired buffer.
16177 (vc-dired-deduce-fileset): New function.
16178 (vc-root-diff, vc-print-root-log): Use it.
16179
9717f119
DN
16180 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16181 nil LIMIT argument to vc-print-log-internal.
16182
af4999b8
GM
161832009-11-20 Glenn Morris <rgm@gnu.org>
16184
16185 * Makefile.in (ELCFILES): Regenerate.
16186
b58edcb6
JB
161872009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16188
02e1b488
SM
16189 * calc/calc.el (calc-set-mode-line):
16190 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16191 (math-format-number): Rename `math-format-complement-signed' to
16192 `math-format-twos-complement'.
16193
02e1b488 16194 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
16195 math-format-complement-signed.
16196 (calc-radix): Rename `calc-complement-signed-mode' to
16197 `calc-twos-complement-mode'.
02e1b488
SM
16198 (calc-octal-radix, calc-hex-radix): Add an argument for
16199 two's complement.
b58edcb6 16200
02e1b488
SM
16201 * calc/calc-embed.el (calc-embedded-mode-vars):
16202 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 16203
02e1b488
SM
16204 * calc/calc-ext.el (calc-init-extensions):
16205 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16206 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16207
02e1b488
SM
16208 * calc/calc-units.el (math-build-units-table-buffer):
16209 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
16210
16211 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16212 entries.
16213
16214 * calc/calc-vec.el (calcFunc-vunpack):
16215 * calc/calc-aent.el (calc-do-calc-eval):
16216 * calc/calc-forms.el (math-format-date):
16217 * calc/calc-graph.el (calc-graph-plot):
16218 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
16219 * calc/calccomp.el (math-compose-expr):
16220 Let `calc-twos-complement-mode' be nil.
16221
162222009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16225 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16226 * minibuffer.el (completion-in-region-functions): New hook.
16227 (completion-in-region): New function.
16228 * emacs-lisp/lisp.el (lisp-complete-symbol):
16229 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 16230
e3353a78
SM
162312009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16232
eff77808
SM
16233 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16234 (latex-complete-alist): New vars.
16235 (latex-string-prefix-p, latex-complete-bibtex-keys)
16236 (latex-complete-envnames, latex-complete-refkeys)
16237 (latex-complete-data): New functions.
16238 (latex-complete, latex-indent-or-complete): New commands.
16239
d2c9fc42
SM
16240 * window.el (display-buffer-mark-dedicated): New var.
16241 (display-buffer): Obey it.
16242 * minibuffer.el (minibuffer-completion-help): Use it.
16243
31a1c477
SM
16244 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16245
bed4c972
SM
16246 * filecache.el (file-cache-add-file): Use push and cons.
16247 (file-cache-delete-file-regexp): Use push.
16248 (file-cache-complete): Use completion-in-region.
16249
8c22699f
SM
16250 * simple.el (with-wrapper-hook): Fix thinko.
16251
e3353a78
SM
16252 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16253 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16254 Use with-current-buffer and string-to-number.
16255 (hfy-fallback-colour-values): Use assoc-string.
16256 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16257 (hfy-face-at): Remove unused var `found-face'.
16258 (hfy-compile-stylesheet): Remove unused var `css'.
16259 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16260 and `orig-buffer'.
16261 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16262 Use with-current-buffer.
16263 (hfy-text-p): Use expand-file-name and fewer setq.
16264
acca02b0
SM
162652009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16266
16267 * htmlfontify.el, hfy-cmap.el: New files.
16268
042b7cc6
JL
162692009-11-19 Juri Linkov <juri@jurta.org>
16270
16271 * minibuffer.el (completions-format): New defcustom.
16272 (completion--insert-strings): Implement vertical format.
16273
16274 * simple.el (switch-to-completions): Move point to the first
16275 completion when point was at the beginning of the buffer.
16276
da205913
JL
162772009-11-19 Juri Linkov <juri@jurta.org>
16278
16279 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16280
16281 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16282
0b8ee421
CY
162832009-11-19 Chong Yidong <cyd@stupidchicken.com>
16284
16285 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16286 (mail-signature): Change default to t.
16287 (mail-from-style): Deprecate `system-default' value.
16288 (mail-insert-from-field): For default value of mail-from-style,
16289 default to `angles' unless `angles' needs quoting and `parens'
16290 does not.
16291 (mail-citation-prefix-regexp): Use citation regexp from
16292 message-mode.
16293
4265deab
MA
162942009-11-19 Michael Albinus <michael.albinus@gmx.de>
16295
acca02b0
SM
16296 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16297 Set variables for computing the prompt for reading password.
4265deab 16298
27cacd2d
GM
162992009-11-19 Glenn Morris <rgm@gnu.org>
16300
470bce7d
GM
16301 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16302
7e705a1d
GM
16303 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16304
27cacd2d
GM
16305 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16306 (newsticker-treeview-listwindow-height): Fix custom type.
16307
b2f0be0f
KH
163082009-11-19 Kenichi Handa <handa@m17n.org>
16309
16310 * descr-text.el (describe-char-padded-string): Compose with TAB
16311 only if there's a font for CH.
02e1b488 16312 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16313
03446045 163142009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16315
16316 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16317 more accurate version of the regexp. (Bug#3910)
b96337b0 16318
03446045 163192009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16320
16321 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16322
e0620570
JB
163232009-11-18 Juanma Barranquero <lekktu@gmail.com>
16324
16325 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16326 (font-setting-change-default-font): Fix typo in docstring.
16327
6cc6582e
AM
163282009-11-18 Alan Mackenzie <acm@muc.de>
16329
16330 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16331
dfb3c4c6
JD
163322009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16333
02e1b488 16334 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16335
16336 * cus-start.el (all): ... to here.
16337
e268e987
MA
163382009-11-17 Michael Albinus <michael.albinus@gmx.de>
16339
16340 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16341 Don't set `ad-return-value' if `ad-do-it' doesn't.
16342
303ffde8
MA
16343 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16344 modification time.
16345
637fa988
JD
163462009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16347
16348 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16349 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16350
16351 * loadup.el: If feature system-font-setting or font-render-setting is
16352 there, load font-setting.
16353
02e1b488 16354 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16355 * font-setting.el: New file.
16356
1d16a255
GM
163572009-11-17 Glenn Morris <rgm@gnu.org>
16358
16359 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16360
2d84f804
GM
16361 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16362 Preserve point in the list buffer. (Bug#4939)
16363 Use point-at-eol.
16364 (newsticker--treeview-list-update-highlight)
16365 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16366
14467b99
JB
163672009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16368
16369 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16370 Remove.
16371
16372 * calc/calc-ext.el (calc-init-extensions): Remove references to
16373 symclip.
16374
16375 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16376
16377 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16378 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16379 `calc-symclip'.
16380
e3c39c01
KR
163812009-11-16 Kevin Ryde <user42@zip.com.au>
16382
02e1b488 16383 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16384 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16385
497de631
KR
16386 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16387 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16388 Ignore trailing spaces by omit-nulls to split-string (fixing
16389 regression from Emacs 21 due to the incompatible split-string
14467b99 16390 change). (Bug #4928.)
497de631 16391
48b27575
DN
163922009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16393
5237d741 16394 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16395 (vc-print-log-internal): Insert buttons to request more entries
16396 when limiting the output.
16397
16398 * vc-sccs.el (vc-sccs-print-log):
16399 * vc-rcs.el (vc-rcs-print-log):
16400 * vc-cvs.el (vc-cvs-print-log):
16401 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16402 LIMIT is non-nil.
16403
d3e97185
MA
164042009-11-16 Michael Albinus <michael.albinus@gmx.de>
16405
16406 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16407 error when `tramp-gvfs-dbus-event-vector' is set.
16408 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16409
68d87786
SM
164102009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16411
16412 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16413
c0a39702
MA
164142009-11-16 Michael Albinus <michael.albinus@gmx.de>
16415
16416 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16417 (dbus-register-property): Register the handlers of
c0a39702
MA
16418 "org.freedesktop.DBus.Properties" for SERVICE.
16419 (dbus-property-handler): Fix docstring.
16420
1e857121
YM
164212009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16422
16423 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16424 Quote doc string reference in defvaralias as it is not in special form.
16425 (byte-compile-output-docform): Doc fix.
16426
887484c1
JB
164272009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16428
16429 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16430 (calc-complement-signed-mode): New variables.
16431 (calc-set-mode-line): Add indicator for twos-complements.
16432 (math-format-number): Format twos-complement notation.
16433
16434 * calc/calc-bin.el (calc-word-size): Reset the variables
16435 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16436 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16437 (calc-symclip): New functions.
887484c1
JB
16438
16439 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16440
68d87786
SM
16441 * calc/calc-embed.el (calc-embedded-mode-vars):
16442 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16443
16444 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16445 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16446
16447 * calc/calc-ext.el (math-read-number-fancy): Read complement
16448 signed numbers.
68d87786
SM
16449 (calc-init-extensions): Add binding for `calc-symclip'.
16450 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16451
16452 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16453 `calc-symclip'.
68d87786 16454 (calc-modes-menu): Add item for twos complement mode.
887484c1 16455
5237d741 16456 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16457
4cf1d7e3
CY
164582009-11-15 Chong Yidong <cyd@stupidchicken.com>
16459
16460 * register.el (jump-to-register, insert-register): Handle Semantic
16461 tags. From commented-out advice in semantic/senator.el.
16462
f8e65267
DN
164632009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16464
6616006b
DN
16465 * vc.el (vc-log-show-limit): New variable.
16466 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16467 when using a prefix argument.
16468 (vc-print-log-internal): Add new argument LIMIT.
16469
16470 * vc-svn.el (vc-svn-print-log):
16471 * vc-mtn.el (vc-mtn-print-log):
16472 * vc-hg.el (vc-hg-print-log):
16473 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16474 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16475 non-optional.
16476
16477 * vc-sccs.el (vc-sccs-print-log):
16478 * vc-rcs.el (vc-rcs-print-log):
16479 * vc-git.el (vc-git-print-log):
16480 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16481 ignore it. Make the BUFFER argument non-optional.
6616006b 16482
f8e65267
DN
16483 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16484
0566c4bc
CY
164852009-11-15 Chong Yidong <cyd@stupidchicken.com>
16486
7cce3c91
CY
16487 * dired.el (dired-mode-map): Move encryption items to "Operate"
16488 menu (Bug#4703).
16489
d7063de9
CY
16490 * strokes.el (strokes-update-window-configuration): Make strokes
16491 buffer current before erasing (Bug#4906).
16492
0fc10137
JL
164932009-11-15 Juri Linkov <juri@jurta.org>
16494
16495 * simple.el (set-mark-default-inactive): Add :type, :group
16496 and :version. (Bug#4876)
16497
f5fce4ec
MA
164982009-11-15 Michael Albinus <michael.albinus@gmx.de>
16499
16500 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16501 (archive-unique-fname): ... here. (Bug#4929)
16502
8d720a00
SM
165032009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16504
589888fe
SM
16505 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16506 with a real fix.
16507
8d720a00
SM
16508 * novice.el (disabled-command-function): Add useful args.
16509 Setup the help buffer so that [back] works.
16510 Remove redundant call to help-mode.
16511 (disabled-command-function): Use `case'.
16512 (en/disable-command): New function extracted from enable-command.
16513 (enable-command, disable-command): Use it.
16514
a61344d6
GM
165152009-11-14 Glenn Morris <rgm@gnu.org>
16516
497f0cdd
GM
16517 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16518 constants. (Bug#4913)
16519
a61344d6
GM
16520 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16521
d501801e
GM
165222009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16523
16524 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16525 defined in C that have no doc-strings. (Bug#1063)
16526
5af27ac2
GM
165272009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16528
16529 * cus-edit.el (data, files):
16530 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16531
aec5395b
CY
165322009-11-14 Chong Yidong <cyd@stupidchicken.com>
16533
e7791447
CY
16534 * simple.el (shell-command): Doc fix (Bug#4891).
16535
aec5395b
CY
16536 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16537
7a41cd7f
GM
165382009-11-14 Glenn Morris <rgm@gnu.org>
16539
c3583c94
GM
16540 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16541 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16542 If they are already loaded, eval-after-load will do the right thing.
16543
73900d1f
GM
16544 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16545 compiling.
16546
0028351d
GM
16547 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16548
f6714ede
GM
16549 * simple.el (x-selection-owner-p): Declare.
16550 (read-mail-command): Use custom radio type rather than choice.
16551 (completion-no-auto-exit): Doc fix.
16552
7a41cd7f 16553 * custom.el (defgroup):
5af27ac2 16554 * epg-config.el (epg): Doc fixes.
7a41cd7f 16555
2d0659ec
DN
165562009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16557
16558 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16559 * international/ccl.el (define-ccl-program): Do not purecopy the
16560 docstring, defconst does it anyway.
16561
7fdbcd83
SM
165622009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16563
d499c5b9
SM
16564 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16565 a second time.
16566
7fdbcd83
SM
16567 * x-dnd.el (x-dnd-maybe-call-test-function):
16568 * window.el (split-window-vertically):
16569 * whitespace.el (whitespace-help-on):
16570 * vc-rcs.el (vc-rcs-consult-headers):
16571 * userlock.el (ask-user-about-lock-help)
16572 (ask-user-about-supersession-help):
16573 * type-break.el (type-break-force-mode-line-update):
16574 * time-stamp.el (time-stamp-conv-warn):
16575 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16576 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16577 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16578 (term-write-input-ring, term-check-source, term-start-output-log):
16579 (term-display-buffer-line, term-dynamic-list-completions):
16580 (term-ansi-make-term, serial-term):
16581 * subr.el (selective-display):
16582 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16583 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16584 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16585 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16586 (speedbar-remove-localized-speedbar-support)
16587 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16588 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16589 (speedbar-buffers-line-directory):
16590 * simple.el (shell-command-on-region, append-to-buffer)
16591 (prepend-to-buffer):
16592 * shadowfile.el (shadow-save-todo-file):
16593 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16594 (scroll-bar-maybe-set-window-start):
16595 * sb-image.el (speedbar-image-dump):
16596 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16597 (load-save-place-alist-from-file):
16598 * ps-samp.el (ps-print-message-from-summary):
16599 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16600 (ps-background-image, ps-begin-job, ps-do-despool):
16601 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16602 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16603 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16604 (pr-call-process, pr-file-list, pr-interface-save):
16605 * novice.el (disabled-command-function)
16606 (enable-command, disable-command):
16607 * mouse.el (mouse-buffer-menu-alist):
16608 * mouse-copy.el (mouse-kill-preserving-secondary):
16609 * macros.el (kbd-macro-query):
16610 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16611 * informat.el (batch-info-validate):
16612 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16613 * hippie-exp.el (try-expand-dabbrev-visible):
16614 * help-mode.el (help-make-xrefs):
16615 * help-fns.el (describe-variable):
16616 * generic-x.el (bat-generic-mode-run-as-comint):
16617 * finder.el (finder-mouse-select):
16618 * find-dired.el (find-dired-sentinel):
16619 * filesets.el (filesets-file-close):
16620 * files.el (list-directory):
16621 * faces.el (list-faces-display, describe-face):
16622 * facemenu.el (list-colors-display):
16623 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16624 * epg.el (epg--process-filter, epg-cancel):
16625 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16626 (epa--read-signature-type):
16627 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16628 (emerge-file-names):
16629 * ehelp.el (electric-helpify):
16630 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16631 * ediff-vers.el (rcs-ediff-view-revision):
16632 * ediff-util.el (ediff-setup):
16633 * ediff-mult.el (ediff-append-custom-diff):
16634 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16635 (ediff-wordify):
16636 * echistory.el (Electric-command-history-redo-expression):
16637 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16638 * disp-table.el (describe-display-table):
16639 * dired.el (dired-find-buffer-nocreate):
16640 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16641 * dabbrev.el (dabbrev--same-major-mode-p):
16642 * chistory.el (list-command-history):
16643 * apropos.el (apropos-documentation):
16644 * allout.el (allout-obtain-passphrase):
16645 (allout-copy-exposed-to-buffer):
16646 (allout-verify-passphrase): Use with-current-buffer.
16647
2ccbc060
GM
166482009-11-13 Glenn Morris <rgm@gnu.org>
16649
16650 * Makefile.in (ELCFILES): Regenerate.
16651
b172ed20
MA
166522009-11-13 Michael Albinus <michael.albinus@gmx.de>
16653
7fdbcd83
SM
16654 * net/dbus.el (dbus-registered-objects-table): Rename from
16655 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16656 (dbus-unregister-object): Unregister also properties.
16657 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16658 Use a timeout of 500 msec, in order to not block.
16659 (dbus-register-property, dbus-property-handler): New defuns.
16660
e96d62cd
SM
166612009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16662
16663 * simple.el (minibuffer-default-add-completions): Drop deprecated
16664 4th arg.
16665
14bd267d
EZ
166662009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16667
e96d62cd
SM
16668 * textmodes/artist.el (artist-mouse-choose-operation):
16669 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16670 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16671 (artist-compute-up-event-key): New function.
16672 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16673
bf89fd7b
KH
166742009-11-13 Kenichi Handa <handa@m17n.org>
16675
16676 * language/japan-util.el: Make sure that the value of jisx0208
16677 property is jisx0208 character.
16678
f70b8925
DN
166792009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16680
16681 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16682 car or each item, not the whole list.
16683
4d93a9e0
SM
166842009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16685
16686 * minibuffer.el (minibuffer-completion-help):
16687 Use minibuffer-hide-completions.
16688
05404988
SM
166892009-11-12 Per Starbäck <per@starback.se> (tiny change)
16690
16691 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16692 (dired-revert): Use them (bug#4880).
16693
5297bc10
DN
166942009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16695
16696 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16697
e2685eb7
JL
166982009-11-12 Juri Linkov <juri@jurta.org>
16699
16700 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16701 New functions.
16702 (find-file-literally-at-point): Alias of `ffap-literally'.
16703
76410c3e
DN
167042009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16705
6d341a2a
DN
16706 * textmodes/ispell.el (ispell-skip-region-alist):
16707 * textmodes/css-mode.el (auto-mode-alist):
16708 * progmodes/compile.el (auto-mode-alist):
16709 * international/mule.el (ctext-non-standard-encodings-alist)
16710 (ctext-non-standard-encodings-regexp):
16711 * simple.el (shell-command-switch, text-read-only):
16712 * replace.el (occur-mode-map):
16713 * paths.el (rmail-file-name):
16714 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16715 * find-file.el (ff-special-constructs):
16716 * files.el (file-name-handler-alist):
16717 * composite.el: Purecopy strings.
16718
76410c3e
DN
16719 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16720
aaa448c9
DN
167212009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16722
16723 * widget.el (define-widget): Purecopy the docstring.
16724 * international/mule-cmds.el (charset): Do not purecopy the
16725 docstring here, define-widget does it.
16726
16727 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16728 * textmodes/bibtex-style.el (auto-mode-alist):
16729 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16730 * progmodes/compile.el (compile-command):
16731 * language/korea-util.el (default-korean-keyboard):
16732 * international/mule-conf.el (file-coding-system-alist):
16733 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16734 * tooltip.el (tooltip-frame-parameters):
16735 * newcomment.el (comment-end, comment-padding):
16736 * dired.el (dired-trivial-filenames):
16737 * comint.el (comint-file-name-prefix): Purecopy initial values.
16738
bbe650fd
MA
167392009-11-11 Michael Albinus <michael.albinus@gmx.de>
16740
16741 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16742 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16743 `tramp-unload'.
16744 (tramp-advice-make-auto-save-file-name)
16745 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16746 after removing the advice.
16747
6bdad9ae
DN
167482009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16749
2f7f4bee
DN
16750 * progmodes/grep.el (grep-regexp-alist):
16751 * international/mule-cmds.el (iso-2022-control-alist):
16752 * emacs-lisp/timer.el (timer-duration-words):
16753 * subr.el (version-separator, version-regexp-alist):
16754 * minibuffer.el (completion-styles-alist):
16755 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16756 Change defvars to defconsts.
16757
a042de45
DN
16758 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16759 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16760 * international/mule-conf.el: Allow to be byte compiled.
16761
3b6acc72
DN
16762 * international/mule.el (define-charset): Purecopy props.
16763 (load-with-code-conversion): Purecopy doc string and file name.
16764 (put-charset-property): Purecopy strings.
16765 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16766
1c2efdfb 16767 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16768 (define-char-code-property): Correctly purecopy the table.
16769
62591911
DN
16770 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16771
8b908da6
DN
16772 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16773
ff917d63
DN
16774 * subr.el (add-hook): Purecopy strings.
16775 (eval-after-load): Purecopy load-history-regexp and the form.
16776
af89cf77
DN
16777 * custom.el (custom-declare-group): Purecopy load-file-name.
16778
a3c20c83 16779 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16780 * net/eudc.el (eudc-tools-menu):
16781 * international/mule-cmds.el (set-coding-system-map)
16782 (mule-menu-keymap):
16783 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16784 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16785 * replace.el (occur-mode-map):
16786 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16787 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16788 (menu-bar-custom-menu, menu-bar-showhide-menu)
16789 (menu-bar-options-menu, menu-bar-tools-menu)
16790 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16791 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16792 (menu-bar-help-menu):
16793 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16794 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16795
6bdad9ae
DN
16796 * term/x-win.el (x-gtk-stock-map):
16797 * progmodes/vera-mode.el (auto-mode-alist):
16798 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16799 (inferior-lisp-program, inferior-lisp-load-command):
16800 * progmodes/hideshow.el (hs-special-modes-alist):
16801 * progmodes/gud.el (same-window-regexps):
16802 * progmodes/grep.el (grep-program, find-program, xargs-program):
16803 * net/telnet.el (same-window-regexps):
16804 * net/rlogin.el (same-window-regexps):
16805 * language/ethiopic.el (font-ccl-encoder-alist):
16806 * vc-sccs.el (vc-sccs-master-templates):
16807 * vc-rcs.el (vc-rcs-master-templates):
16808 * subr.el (cl-assertion-failed):
16809 * simple.el (next-error-overlay-arrow-position):
16810 * lpr.el (lpr-command):
16811 * locate.el (locate-ls-subdir-switches):
16812 * info.el (same-window-regexps, info)
16813 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16814 * image-mode.el (image-mode, auto-mode-alist):
16815 * hippie-exp.el (hippie-expand-ignore-buffers):
16816 * format.el (format-alist):
16817 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16818 (find-name-arg):
16819 * facemenu.el (facemenu-keybindings):
16820 * dired.el (dired-listing-switches, dired-chown-program):
16821 * diff.el (diff-switches, diff-command):
16822 * cus-edit.el (same-window-regexps):
16823 * bindings.el (mode-line-mule-info)
16824 (mode-line-buffer-identification): Purecopy strings.
16825
e0987650
JL
168262009-11-11 Juri Linkov <juri@jurta.org>
16827
3570691b 16828 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16829 Tell the byte-compiler about dired-get-filename.
16830 (shell-command): In Dired mode, get filename from the current line
16831 as the default value.
16832
b16ff465
GM
168332009-11-10 Glenn Morris <rgm@gnu.org>
16834
e8a11b22
GM
16835 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16836 * calendar/holidays.el, progmodes/cperl-mode.el:
16837 Update x-popup-menu declarations.
16838
b16ff465
GM
16839 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16840 (list-load-path-shadows): Use dolist.
16841 (list-load-path-shadows): Use with-current-buffer.
16842
032c3399
JL
168432009-11-10 Juri Linkov <juri@jurta.org>
16844
16845 * minibuffer.el (read-file-name): Support a list of default values
16846 in `default-filename'. Use the first file name where only one
16847 element is required. Doc fix.
16848
8fb1629f
MA
168492009-11-09 Michael Albinus <michael.albinus@gmx.de>
16850
16851 * net/dbus.el (dbus-unregister-object): Release service, if no
16852 other method is registered for it.
16853
a51203ee 168542009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16855
16856 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16857 bookmark-sort-flag is non-nil (Bug#4653).
16858
9bf7dc8a
CY
168592009-11-08 Chong Yidong <cyd@stupidchicken.com>
16860
15207e74
CY
16861 * emulation/cua-base.el: Add CUA property to some CC mode commands
16862 (Bug#4100).
16863
8bf7ed70
KR
168642009-11-08 Kevin Ryde <user42@zip.com.au>
16865
16866 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16867 at end of sentence (Bug#4818).
8bf7ed70 16868
951802d0
CY
168692009-11-08 Jared Finder <jfinder@crypticstudios.com>
16870
16871 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16872 Handle "see declaration of" MSFT statements (Bug#4100).
16873
e8244310
MA
168742009-11-08 Michael Albinus <michael.albinus@gmx.de>
16875
16876 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16877 (tramp-advice-file-expand-wildcards): Unload via
16878 `ad-remove-advice'.
16879
16880 * net/trampver.el: Update release number.
16881
a51203ee 168822009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16883
16884 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16885 `ad-do-it'.
16886
a51203ee 168872009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16888
16889 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16890 in order to keep context in SELinux.
16891
bedd8a58
CY
168922009-11-08 Chong Yidong <cyd@stupidchicken.com>
16893
16894 * dired-aux.el (dired-query): Place cursor in echo area and allow
16895 C-g.
16896
16897 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16898 menu item if not on a directory (Bug#4701).
16899
0484d600
MA
169002009-11-07 Michael Albinus <michael.albinus@gmx.de>
16901
16902 Sync with Tramp 2.1.17.
16903
16904 * net/tramp.el (tramp-handle-copy-directory): Don't use
16905 `file-remote-p' (due to compatibility).
16906
16907 * net/tramp-compat.el (tramp-compat-copy-directory)
16908 (tramp-compat-delete-directory): New defuns.
16909
16910 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16911 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16912 Use `tramp-compat-delete-directory'.
0484d600
MA
16913
16914 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16915 (tramp-smb-handle-delete-directory):
16916 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16917
16918 * net/trampver.el: Update release number.
16919
b42b2189
CY
169202009-11-07 Chong Yidong <cyd@stupidchicken.com>
16921
6960d7b9
CY
16922 * tar-mode.el (tar-copy): Call write-region on the right buffer
16923 (Bug#4857).
16924
b42b2189
CY
16925 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16926 by hand, if necessary (Bug#4878).
16927
0ad57dfd
CY
169282009-11-06 Chong Yidong <cyd@stupidchicken.com>
16929
d19e23ae
CY
16930 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16931 align size column (Bug#4839).
16932
0ad57dfd
CY
16933 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16934 statement.
16935
0b7f397c
DN
169362009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16937
16938 * progmodes/ld-script.el (auto-mode-alist):
16939 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16940
16941 * cus-face.el (custom-declare-face): Purecopy face spec.
16942
495bd5ca
KH
169432009-11-06 Kenichi Handa <handa@m17n.org>
16944
16945 * international/uni-bidi.el: Re-generated.
16946 * international/uni-category.el: Re-generated.
16947 * international/uni-combining.el: Re-generated.
16948 * international/uni-mirrored.el: Re-generated.
16949
1e8780b1
DN
169502009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16951
16952 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16953 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16954 (tex-start-options, slitex-run-command, latex-run-command)
16955 (tex-run-command, tex-directory):
16956 * textmodes/ispell.el (ispell-html-skip-alists)
16957 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16958 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16959 (adaptive-fill-regexp):
16960 * textmodes/dns-mode.el (auto-mode-alist):
16961 * progmodes/python.el (interpreter-mode-alist):
16962 * progmodes/etags.el (tags-compression-info-list):
16963 * progmodes/etags.el (tags-file-name):
16964 * net/browse-url.el (browse-url-galeon-program)
16965 (browse-url-firefox-program):
16966 * mail/sendmail.el (mail-signature-file)
16967 (mail-citation-prefix-regexp):
16968 * international/mule-conf.el (eight-bit):
16969 * international/latexenc.el (latex-inputenc-coding-alist):
16970 * international/fontset.el (x-pixel-size-width-font-regexp):
16971 * emacs-lisp/warnings.el (warning-type-format):
16972 * emacs-lisp/trace.el (trace-buffer):
16973 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16974 (emacs-lisp-mode-map):
16975 * calendar/holidays.el (holiday-solar-holidays)
16976 (holiday-bahai-holidays, holiday-islamic-holidays)
16977 (holiday-christian-holidays, holiday-hebrew-holidays)
16978 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16979 (hebrew-holidays-1, holiday-oriental-holidays)
16980 (holiday-general-holidays):
16981 * x-dnd.el (x-dnd-known-types):
16982 * tool-bar.el (tool-bar):
16983 * startup.el (site-run-file):
16984 * shell.el (shell-dumb-shell-regexp):
16985 * rfn-eshadow.el (file-name-shadow-tty-properties)
16986 (file-name-shadow-properties):
16987 * paths.el (remote-shell-program, news-directory):
16988 * mouse.el ([C-down-mouse-3]):
16989 * menu-bar.el (menu-bar-tools-menu):
16990 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16991 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16992 (jka-compr-compression-info-list):
16993 * isearch.el (search-whitespace-regexp):
16994 * image-file.el (image-file-name-extensions):
16995 * find-dired.el (find-ls-option):
16996 * files.el (directory-listing-before-filename-regexp)
16997 (directory-free-space-args, insert-directory-program)
16998 (list-directory-brief-switches, magic-fallback-mode-alist)
16999 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
17000 (automount-dir-prefix):
17001 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
17002 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
17003 (face-font-registry-alternatives, face-font-registry-alternatives)
17004 (face-font-family-alternatives):
17005 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
17006 (facemenu-foreground-menu, facemenu-face-menu):
17007 * epa-hook.el (epa-file-name-regexp):
17008 * dnd.el (dnd-protocol-alist):
17009 * textmodes/rst.el (auto-mode-alist):
a51203ee 17010 * button.el (default-button): Purecopy strings.
1e8780b1 17011
0adae11f
GM
170122009-11-06 Glenn Morris <rgm@gnu.org>
17013
17014 * Makefile.in (ELCFILES): Update.
17015
2adaf057
SM
170162009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17017
8f72f03c
SM
17018 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17019 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17020
2adaf057
SM
17021 * nxml/xsd-regexp.el (xsdre-gen-categories):
17022 * nxml/xmltok.el (xmltok-parse-entity):
17023 * nxml/rng-parse.el (rng-parse-validate-file):
17024 * nxml/rng-maint.el (rng-format-manual)
17025 (rng-manual-output-force-new-line):
17026 * nxml/rng-loc.el (rng-save-schema-location-1):
17027 * nxml/rng-cmpct.el (rng-c-parse-file):
17028 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17029 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17030
14862301
SM
170312009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17032
bf0b361c 17033 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
17034 Remove extra save-excursions and make-variable-buffer-local's.
17035 Suggested by Stefan Monnier.
17036
17037 (verilog-getopt-file, verilog-module-inside-filename-p)
17038 (verilog-set-define): Merge GNU 1.35 and repair changes from
17039 switching to using with-current-buffer.
17040
17041 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17042 being treated as a number and confusing AUTORESET.
17043 Reported by Dan Dever.
17044
17045 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17046 Add verilog-auto-ignore-concat to fix backward compatibility with
17047 older verilog-modes. Reported by Dan Katz.
17048
17049 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17050 containing closing anchors "...$".
17051
17052 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17053 Reported by Wade Smith.
17054
48c2d18a 17055 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
17056
170572009-11-05 Michael McNamara <mac@mail.brushroad.com>
17058
bf0b361c
JB
17059 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17060 for labels.
14862301
SM
17061
17062 (verilog-label-re, verilog-calc-1): Support proper indent of named
17063 asserts.
17064
17065 (verilog-backward-token, verilog-basic-complete-re)
17066 (verilog-beg-of-statement, verilog-indent-re): Support proper
17067 indent of the assert statement at the beginning of a block of text.
17068
17069 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17070 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17071 tokens as begins.
17072
4f8f657f
GM
170732009-11-05 Glenn Morris <rgm@gnu.org>
17074
775adc51
GM
17075 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17076 Emacs 19. (Bug#1531)
17077 (byte-compile-fix-header): Update for the above change.
17078 Drop test for epoch::version.
17079
4ad6a5e7 17080 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
17081 * cus-dep.el (custom-make-dependencies):
17082 * finder.el (finder-compile-keywords):
17083 Use autoload-rubric's feature argument.
4ad6a5e7 17084
4f8f657f
GM
17085 * calendar/diary-lib.el (top-level): Make load behave more like require.
17086
881e4184
GM
17087 * vc-git.el (vc-git-stash-map): Move definition before use.
17088
ba214964 170892009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 17090
b6f8ba09
DN
17091 * custom.el (custom-declare-group): Purecopy standard-value.
17092 (custom-declare-group): Purecopy custom-prefix.
17093
7fdbcd83
SM
17094 * international/mule.el (load-with-code-conversion):
17095 Call do-after-load-evaluation unconditionally.
eb6f577b 17096
f6195dfb
DN
17097 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17098
56f14120
SM
170992009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17100
17101 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17102
e5c89ce9
GM
171032009-11-04 Glenn Morris <rgm@gnu.org>
17104
17105 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17106 (byte-compile-compatibility): Remove option.
17107 (byte-compile-close-variables, byte-compile-fix-header)
17108 (byte-compile-insert-header, byte-compile-output-docform)
17109 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17110 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17111 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17112 (byte-compile-insert, byte-compile-defun):
17113 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
17114 (byte-defop-compiler19): Remove.
17115 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17116 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 17117
e24f42ab
JL
171182009-11-04 Juri Linkov <juri@jurta.org>
17119
17120 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17121 (menu-bar-options-menu): Don't quote the `prop' arg of
17122 `menu-bar-make-mm-toggle'.
17123
d3d5f4f5
JB
171242009-11-04 Juanma Barranquero <lekktu@gmail.com>
17125
17126 * calendar/calendar.el (cal-loaddefs):
17127 * calendar/diary-lib.el (diary-loaddefs):
17128 * calendar/holidays.el (hol-loaddefs):
17129 * eshell/esh-module.el (esh-groups): Load rather than require.
17130
6e39d3b2
SM
171312009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17132
e96d62cd
SM
17133 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17134 point-min==1.
7e83e8b4
SM
17135 (todo-top-priorities): Only display-buffer when called interactively.
17136 (todo-item-start): Don't save excursion point.
17137 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17138 (todo-insert-item-here, todo-file-item, todo-remove-item):
17139 Adjust uses of todo-item-start and todo-item-end.
17140
fae4e5b9
SM
17141 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17142 (autoload-rubric): Don't use any more.
fae4e5b9 17143
6e39d3b2
SM
17144 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17145 and only put a prop if it is non-nil.
17146
c9753fb4
JL
171472009-11-03 Juri Linkov <juri@jurta.org>
17148
17149 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17150 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17151
17152 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17153 and "Menu" to make top-level menu item visually one unit (like
17154 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17155 multi-word menu items). Fix :help string for quit-window.
17156
db04f33f
GM
171572009-11-03 Glenn Morris <rgm@gnu.org>
17158
2aea6521
GM
17159 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17160 (byte-compile-file-form-define-abbrev-table)
17161 (byte-compile-file-form-custom-declare-variable)
17162 (byte-compile-variable-ref, byte-compile-defvar):
17163 Whether or not a warning is enabled should only affect whether we issue
17164 the warning, not whether or not we collect the relevant data.
17165 Eg warnings can be turned on and off throughout the course of a file.
17166
db04f33f
GM
17167 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17168 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17169
937e6a56
SM
171702009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17171
17172 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17173 * play/mpuz.el (mpuz-create-buffer):
17174 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17175 (lm-print-y,s,noise, lm-print-w0, lm-init):
17176 * play/gomoku.el (gomoku-prompt-for-move):
17177 * play/fortune.el (fortune-in-buffer):
17178 * play/dissociate.el (dissociated-press):
17179 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 17180 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
17181 * mail/supercite.el (sc-eref-show):
17182 * mail/smtpmail.el (smtpmail-send-it):
17183 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17184 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17185 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17186 (rmail-summary-goto-msg, rmail-summary-expunge)
17187 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17188 (rmail-summary-add-label, rmail-summary-output-menu)
17189 (rmail-summary-output-body):
17190 * mail/rfc822.el (rfc822-addresses):
17191 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17192 * mail/mailpost.el (post-mail-send-it):
17193 * mail/hashcash.el (hashcash-generate-payment):
17194 * mail/feedmail.el (feedmail-run-the-queue)
17195 (feedmail-queue-send-edit-prompt-help-first)
17196 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17197 (feedmail-deduce-address-list):
17198 * eshell/esh-ext.el (eshell-remote-command):
17199 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17200 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17201 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17202 (viper-save-string-in-file, viper-valid-marker):
17203 * emulation/viper-keym.el (viper-toggle-key):
17204 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17205 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17206 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17207 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17208 (viper-exec-form-in-emacs, viper-brac-function):
17209 * emulation/viper.el (viper-delocalize-var):
17210 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17211 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17212 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17213 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17214 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17215 * emulation/edt.el (edt-electric-helpify):
17216 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17217 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17218 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17219 (cua-indent-to-global-mark-column):
17220 * calendar/diary-lib.el (calendar-mark-1):
17221 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17222 Use with-current-buffer.
17223 * emulation/viper.el (viper-delocalize-var): Use dolist.
17224
5b955562
CY
172252009-11-03 Chong Yidong <cyd@stupidchicken.com>
17226
17227 * comint.el (comint-replace-by-expanded-history-before-point):
17228 Replace !! with the previous input string literally (Bug#1795).
17229
6292c599
JB
172302009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17231
17232 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17233 to be made up of whitespace.
17234
8368c14e
CY
172352009-11-02 Chong Yidong <cyd@stupidchicken.com>
17236
17237 * minibuffer.el (read-file-name): Don't use file dialogs for
17238 remote directories (Bug#99).
17239
6f750f0d
CY
172402009-11-01 Chong Yidong <cyd@stupidchicken.com>
17241
17242 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17243
97ab3f47
AS
172442009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17245
17246 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17247 instead of deleting the window or frame.
17248
673c1168
CY
172492009-10-31 Chong Yidong <cyd@stupidchicken.com>
17250
17251 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17252 Support face colors.
17253
937e6a56
SM
17254 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17255 New function. Support face colors (Bug#1168).
673c1168
CY
17256 (tex-common-initialization): Use it.
17257
17258 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17259 mode allows it (Bug#1168).
17260
c9349f0a
CY
172612009-10-31 Juri Linkov <juri@jurta.org>
17262
17263 * facemenu.el (list-colors-display): Don't mark buffer as
17264 modified (Bug#3948).
17265
ebf5c4f5
CY
172662009-10-31 Chong Yidong <cyd@stupidchicken.com>
17267
6a7662bb
BR
17268 * international/mule-diag.el (list-character-sets-1):
17269 Minor message fix (Bug#3526).
5c2dce75 17270
6a7662bb
BR
17271 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17272 Fix face property (Bug#4834).
26581f0e
CY
17273 (etags-list-tags, etags-tags-apropos-additional)
17274 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17275 property.
17276
ebf5c4f5
CY
17277 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17278 items.
17279
9a529312
SM
172802009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17281
17282 * textmodes/two-column.el (2C-split):
17283 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17284 * textmodes/tex-mode.el (tex-set-buffer-directory):
17285 * textmodes/spell.el (spell-region, spell-string):
17286 * textmodes/reftex.el (reftex-erase-buffer):
17287 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17288 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17289 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17290 (reftex-select-item):
17291 * textmodes/reftex-ref.el (reftex-label-info-update)
17292 (reftex-offer-label-menu):
17293 * textmodes/reftex-index.el (reftex-index-change-entry)
17294 (reftex-index-phrases-info):
17295 * textmodes/reftex-global.el (reftex-create-tags-file)
17296 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17297 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17298 (reftex-view-crossref-from-bibtex):
17299 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17300 (reftex-extract-bib-entries-from-thebibliography)
17301 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17302 * textmodes/refbib.el (r2b-capitalize-title):
17303 (r2b-convert-buffer, r2b-help):
17304 * textmodes/page-ext.el (pages-directory)
17305 (pages-directory-goto-with-mouse):
17306 * textmodes/bibtex.el (bibtex-validate-globally):
17307 * textmodes/bib-mode.el (bib-capitalize-title):
17308 * textmodes/artist.el (artist-clear-buffer, artist-system):
17309 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17310 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17311 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17312 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17313 (xscheme-send-control-g-interrupt, xscheme-start-process)
17314 (xscheme-process-sentinel, xscheme-cd):
17315 * progmodes/verilog-mode.el (verilog-read-always-signals)
17316 (verilog-set-define, verilog-getopt-file)
17317 (verilog-module-inside-filename-p):
17318 * progmodes/sh-script.el:
17319 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17320 (python-pdbtrack-grub-for-buffer, python-execute-file):
17321 * progmodes/octave-inf.el (inferior-octave):
17322 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17323 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17324 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17325 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17326 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17327 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17328 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17329 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17330 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17331 (idlwave-shell-examine-display, idlwave-shell-run-region)
17332 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17333 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17334 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17335 (idlwave-help-get-help-buffer):
17336 * progmodes/gud.el (gud-basic-call, gud-find-class)
17337 (gud-tooltip-activate-mouse-motions-if-enabled):
17338 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17339 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17340 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17341 (ebrowse-tags-next-file):
17342 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17343 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17344 (ebnf-eps-finish-and-write):
17345 * progmodes/cpp.el (cpp-edit-save):
17346 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17347 * progmodes/cc-defs.el (c-emacs-features):
17348 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17349 (antlr-directory-dependencies):
17350 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17351 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17352 (ada-find-any-references, ada-make-filename-from-adaname)
17353 (ada-make-body-gnatstub):
17354 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17355 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17356 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17357 * net/rcirc.el (rcirc-debug):
17358 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17359 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17360 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17361 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17362 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17363 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17364 (newsticker--treeview-list-clear-highlight)
17365 (newsticker--treeview-list-update-highlight)
17366 (newsticker--treeview-list-highlight-start)
17367 (newsticker--treeview-tree-update-highlight)
17368 (newsticker--treeview-get-selected-item)
17369 (newsticker-treeview-mark-list-items-old)
17370 (newsticker--treeview-set-current-node):
17371 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17372 * net/newst-backend.el (newsticker--get-news-by-funcall)
17373 (newsticker--get-news-by-wget, newsticker--image-get)
17374 (newsticker--image-sentinel):
17375 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17376 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17377 (eudc-ph-close-session):
17378 * net/eudc.el (eudc-save-options):
17379 * language/thai-word.el (thai-update-word-table):
17380 * language/japan-util.el (japanese-string-conversion):
17381 * international/titdic-cnv.el (tsang-quick-converter)
17382 (ziranma-converter, ctlau-converter):
17383 * international/mule-cmds.el (describe-language-environment):
17384 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17385 (skkdic-convert-postfix, skkdic-convert-prefix):
17386 (skkdic-convert-okuri-nasi, skkdic-convert):
17387 * emacs-lisp/re-builder.el (reb-update-overlays):
17388 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17389 * emacs-lisp/gulp.el (gulp-send-requests):
17390 * emacs-lisp/find-gc.el (trace-call-tree):
17391 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17392 (eieio-describe-generic):
17393 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17394 * emacs-lisp/edebug.el (edebug-outside-excursion):
17395 * emacs-lisp/debug.el (debugger-make-xrefs):
17396 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17397 * emacs-lisp/chart.el (chart-new-buffer):
17398 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17399 Use with-current-buffer.
17400 * textmodes/artist.el (artist-system): Don't call
17401 copy-sequence on a fresh string.
17402 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17403
d566f228
GM
174042009-10-31 Stephen Berman <stephen.berman@gmx.net>
17405
17406 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17407 is no item to edit. (Bug#4820)
d566f228 17408 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17409 buffer. (Bug#4820)
d566f228 17410
f3628edd
GM
174112009-10-31 Glenn Morris <rgm@gnu.org>
17412
5cf3709c
GM
17413 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17414 (comint-last-output-start, comint-last-input-start)
17415 (comint-last-input-end): Don't defvar when compiling.
17416 (ange-ftp-process-file): Use bound-and-true-p.
17417
4c814fd2
GM
17418 * pcmpl-rpm.el (top-level): Move provide statement to end.
17419 (pcmpl-rpm): Remove unused custom group.
17420
113b8dcc
GM
17421 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17422
31c615e4
GM
17423 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17424
416d3588
GM
17425 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17426 (byte-compile-warnings): Add `constants' as an option.
17427 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17428 (display-call-tree): Update for byte-compile-fdefinition possibly
17429 returning `(macro lambda ...)'. (Bug#4778)
17430 (byte-compile-variable-ref, byte-compile-setq-default):
17431 Respect `constants' member of byte-compile-warnings.
17432
00f71f39
SM
174332009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17434
17435 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17436 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17437 to "submit:".
17438
ca0a881a
DN
174392009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17440
17441 * textmodes/ispell.el (ispell-skip-region-alist):
17442 * international/mule-conf.el (eight-bit):
17443 * international/fontset.el (font-encoding-alist):
17444 * startup.el (pure-space-overflow-message):
17445 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17446 * paths.el (gnus-nntp-service, rmail-spool-directory)
17447 (term-file-prefix):
17448 * files.el (save-some-buffers-action-alist):
17449 * cmuscheme.el (same-window-buffer-names):
17450 * ielm.el (same-window-buffer-names):
17451 * shell.el (same-window-buffer-names):
17452 * mail/sendmail.el (same-window-buffer-names):
17453 * progmodes/inf-lisp.el (same-window-buffer-names):
17454 * bindings.el (mode-line-client)
17455 (mode-line-column-line-number-mode-map):
17456 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17457 (tibetan-precomposed-regexp): Purecopy string arguments.
17458
b861e45e
SM
174592009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17460
6df9b6d7
SM
17461 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17462 (calcDigit-nondigit):
17463 * calc/calc-yank.el (calc-copy-to-buffer):
17464 * calc/calc-units.el (calc-invalidate-units-table):
17465 * calc/calc-trail.el (calc-trail-yank):
17466 * calc/calc-store.el (calc-insert-variables):
17467 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17468 * calc/calc-prog.el (calc-read-parse-table):
17469 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17470 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17471 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17472 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17473 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17474 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17475 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17476 * calc/calc-ext.el (calc-realign):
17477 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17478 (calc-embedded-finish-edit, calc-embedded-make-info)
17479 (calc-embedded-finish-command, calc-embedded-stack-change):
17480 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17481
70f44c65
SM
17482 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17483 shell-dynamic-complete-filename in preference to
17484 comint-dynamic-complete-filename.
17485
b861e45e
SM
17486 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17487 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17488 Don't consider whether the display supports colors.
17489 (bookmark-import-new-list): Use dolist.
17490 (bookmark-bmenu-mode-map): Move initialization into declaration.
17491 (bookmark-bmenu-list): Use dolist, simplify.
17492 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17493 (menu-bar-final-items): Use push.
17494
8549241d 174952009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17496
17497 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17498 it works on remote files.
17499 (vc-hg-diff): Don't pass any `--cwd' argument.
17500
30644573
KR
175012009-10-27 Kevin Ryde <user42@zip.com.au>
17502
cc63d28f
SM
17503 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17504 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17505 (Further to Bug#3921).
17506
9be01a63
MA
175072009-10-27 Michael Albinus <michael.albinus@gmx.de>
17508
17509 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17510 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17511 calling `tramp-imap-put-file'. Add file size to the call.
17512 (tramp-imap-get-file-entries): Compute also user name, file size,
17513 and date.
17514 (tramp-imap-handle-insert-directory): Insert uid and gid.
17515 (tramp-imap-handle-file-attributes): Transform uid and gid
17516 according to `id-format'.
17517 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17518 size in header X-Size.
17519
41849bf9
JB
175202009-10-26 Juanma Barranquero <lekktu@gmail.com>
17521
17522 * simple.el (transpose-subr): Give clearer error when the mark
17523 is not set. (Bug#4807)
17524
293c24f9
MA
175252009-10-26 Michael Albinus <michael.albinus@gmx.de>
17526
cc63d28f
SM
17527 * net/tramp.el (tramp-perl-file-truename): New defconst.
17528 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17529 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17530 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17531 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17532
cc63d28f
SM
17533 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17534 Ignore `dired-call-process'.
293c24f9
MA
17535 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17536
175372009-10-26 Julian Scheid <julians37@gmail.com>
17538
cc63d28f 17539 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17540 (tramp-get-remote-readlink): New defun.
17541 (tramp-handle-file-truename): Use it.
17542 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17543 file exists if cache value present.
48c2d18a 17544 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17545 (tramp-handle-file-readable-p): Use it.
17546 (tramp-handle-file-writable-p): Likewise.
17547 (tramp-handle-file-executable-p): Likewise.
17548 (tramp-handle-file-name-all-completions): Try using Perl to get
17549 partial completions. When perl not available, combine `cd' and
17550 `ls' into single remote operation and use shell expansion to get
17551 partial remote directory contents. Set `file-exists-p' cache for
17552 directory and any files returned by ls. Change cache handling to
17553 support partial directory contents. Use error message emitted by
17554 remote `cd' or Perl code for local tramp-error.
17555 (tramp-do-copy-or-rename-file-directly): Avoid separate
17556 tramp-send-command-and-check call.
cc63d28f
SM
17557 (tramp-handle-process-file): Merge three remote ops into one.
17558 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17559 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17560 file-attributes shows uid/gid to be set already.
17561
a7610c52
DN
175622009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17563
17564 * textmodes/tex-mode.el (tex-dvi-view-command)
17565 (tex-show-queue-command, tex-open-quote):
17566 * progmodes/ruby-mode.el (auto-mode-alist)
17567 (interpreter-mode-alist): Purecopy strings.
17568
17569 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17570
17571 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17572 string for the hook, keymap and abbrev table.
17573
17574 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17575
17576 * x-dnd.el (x-dnd-xdnd-to-action):
17577 * startup.el (fancy-startup-text, fancy-about-text): Change to
17578 defconst from defvar.
17579
17580 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17581
17582 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17583 Purecopy initialization strings.
17584
17585 * mail/sendmail.el (mail-header-separator)
17586 (mail-personal-alias-file):
17587 * mail/rmail.el (rmail-default-dont-reply-to-names)
17588 (rmail-ignored-headers, rmail-retry-ignored-headers)
17589 (rmail-highlighted-headers, rmail-secondary-file-directory)
17590 (rmail-secondary-file-regexp):
17591 * files.el (null-device, file-name-invalid-regexp)
17592 (locate-dominating-stop-dir-regexp)
cc63d28f 17593 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17594 (interpreter-mode-alist): Use mapcar instead of mapc.
17595
17596 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17597
17598 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17599 (completion-ignored-extensions):
17600 (debug-ignored-errors): Purecopy strings.
17601
4fcc3d32
SM
176022009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17603
0667de21
SM
17604 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17605 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17606 (pcomplete--here): Use push.
17607
4fcc3d32
SM
17608 * subr.el (all-completions): Declare the 4th arg obsolete.
17609
955ef430
SM
176102009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17611
2d085307
SM
17612 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17613 (pcomplete-unquote-argument): New function.
17614 (pcomplete--common-suffix): Always pay attention to case.
17615 (pcomplete--table-subvert): Quote and unquote the text.
17616 (pcomplete--common-quoted-suffix): New function.
17617 (pcomplete-std-complete): Use it and pcomplete-begin.
17618
955ef430
SM
17619 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17620 we're inside a dedicated or minibuffer window.
17621
7c85c02b
KF
176222009-10-24 Karl Fogel <kfogel@red-bean.com>
17623
17624 * bookmark.el: Update documentation, especially documentation
17625 of `bookmark-alist' and of the bookmark file format.
17626 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17627
3e8ae8a6
CY
176282009-10-24 Chong Yidong <cyd@stupidchicken.com>
17629
3e425845
CY
17630 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17631 keybindings apply to the mail buffer (Bug#4003). Shrink help
17632 window to buffer.
17633
cdd47d48
CY
17634 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17635 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17636 (whitespace-toggle-options, global-whitespace-toggle-options):
17637 Doc fix (Bug#3660).
cdd47d48 17638
ba07c9ad
CY
17639 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17640 of xmltok-start before the end tag was inserted (Bug#2840).
17641
3e8ae8a6
CY
17642 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17643 patterns that are preceded by an open-paren (Bug#1320).
17644
ab276820
CY
176452009-10-24 Sven Joachim <svenjoac@gmx.de>
17646
17647 * files.el (delete-directory): Delete symlinks to directories with
17648 delete-file (Bug#4739).
17649
905a9ed3
DN
176502009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17651
a9a2a6db
DN
17652 * vc.el (vc-backend-for-registration): Rename from
17653 vc-get-backend-for-registration. Update callers.
17654
cc63d28f
SM
17655 * international/mule-cmds.el (set-language-info-alist):
17656 Purecopy lang-env.
905a9ed3
DN
17657 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17658 (charset): Purecopy the name.
17659 (define-char-code-property): Purecopy string arguments.
17660
17661 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17662 Purecopy string arguments.
17663
17664 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17665 * ediff-hook.el (menu-bar-ediff-menu):
17666 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17667 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17668
d270305a
GM
176692009-10-24 Glenn Morris <rgm@gnu.org>
17670
6c74d523 17671 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17672 * term.el (term-dynamic-list-completions): Use choose-completion rather
17673 than obsolete alias mouse-choose-completion.
17674
ae732337
GM
17675 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17676 file-cache-choose-completion.
17677 (file-cache-choose-completion): Handle an optional event argument.
17678 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17679
cc63d28f
SM
17680 * progmodes/octave-mod.el (octave-complete-symbol):
17681 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17682
9847dc91
GM
17683 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17684 use.
17685
e8f2a5d5
GM
17686 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17687 compiler.
17688
d270305a
GM
17689 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17690
c6432f1e
SM
176912009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17692
17693 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17694 Ignore `pred' now that we receive one.
17695 Handle test-completion specially.
17696
6ab196f9
DN
176972009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17698
17699 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17700 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17701 REGISTER ...
17702 (vc-get-backend-for-registration): ... here. New function.
17703 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17704 of vc-responsible-backend, pass the file name instead of the
17705 directory name.
17706
48feed59
SM
177072009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17708
17709 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17710 New funs.
17711 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17712 (pcomplete-comint-setup): Don't modify a global var via
17713 accidental side-effects.
17714 (pcomplete-shell-setup): Adjust call accordingly.
17715 (pcomplete-parse-comint-arguments): Use push.
17716
00006066
CY
177172009-10-23 Chong Yidong <cyd@stupidchicken.com>
17718
36bfa3af
CY
17719 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17720 Allow uncapitalized info node names (Bug#3921).
17721
00006066
CY
17722 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17723 to the DEBUG file (Bug#3781).
17724
aa311d6e
CY
177252009-10-23 Jari Aalto <jari.aalto@cante.net>
17726
17727 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17728 dictionary entry (Bug#4579).
17729
b88f2d0a
MA
177302009-10-23 Michael Albinus <michael.albinus@gmx.de>
17731
17732 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17733 from `rfn-eshadow-update-overlay-hook' when unloading.
17734 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17735 "rsyncc". Adjust doc string.
48c2d18a 17736 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17737 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17738 Keep temporary file when indicated by method ("rsync" and
17739 "rsyncc").
17740 (tramp-handle-write-region): Handle APPEND.
17741 (tramp-delete-temp-file-function): New defun. Added to
17742 `kill-buffer-hook'.
17743
1becddbb
JB
177442009-10-23 Juanma Barranquero <lekktu@gmail.com>
17745
17746 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17747
8f43cbf3
DN
177482009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17749
17750 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17751 (color-name-rgb-alist, tty-standard-colors)
17752 (tty-color-mode-alist): Change to defconst.
17753
17754 * simple.el (mark-inactive): Purecopy message.
17755
17756 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17757 (global-map, yank-menu):
17758 * textmodes/ispell.el (ispell-menu-map):
17759 * net/eudc.el (eudc-tools-menu):
17760 * international/mule-cmds.el (describe-language-environment-map)
17761 (setup-language-environment-map, set-coding-system-map)
17762 (mule-menu-keymap):
17763 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17764 * replace.el (occur-mode-map):
17765 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17766
1d228a31
JB
177672009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17768
6a7662bb
BR
17769 * calc/calc.el (math-read-number, math-read-number-simple):
17770 Use `save-match-data'.
1d228a31 17771
3b067af1
SM
177722009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17773
28a90c44
SM
17774 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17775 rather than fiddling with global-map bindings, since it should only
17776 affect per-terminal settings.
17777 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17778
a452eee8
SM
17779 * minibuffer.el (completion-table-with-terminator): Allow to specify
17780 the terminator-regexp.
17781
ab14d7d5
SM
17782 * simple.el (switch-to-completions): Look for *Completions* in other
17783 frames as well.
17784
3b067af1
SM
17785 * pcomplete.el: Allow the use of completion-tables.
17786 (pcomplete-std-complete): New command.
17787 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17788 (pcomplete--here): Use a function for `form' rather than an expression,
17789 so it can be byte-compiled.
17790 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17791 Add edebug declaration.
17792 (pcomplete-show-completions): Remove unused var `curbuf'.
17793 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17794 Don't assume `completions' is a list of strings any more.
3b067af1 17795
5480359e
JB
177962009-10-22 Juanma Barranquero <lekktu@gmail.com>
17797
17798 * find-dired.el (find-name-arg): Fix typo in docstring.
17799
3170b794
SM
178002009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17801
48c23a25
SM
17802 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17803 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17804
56b14058
SM
17805 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17806 pcomplete-entries.
17807
3170b794
SM
17808 * comint.el (comint-read-input-ring, comint-write-input-ring)
17809 (comint-substitute-in-file-name)
17810 (comint-dynamic-complete-as-filename)
17811 (comint-dynamic-simple-complete)
17812 (comint-dynamic-list-filename-completions)
17813 (comint-dynamic-list-completions)
17814 (comint-redirect-results-list-from-process): Minor simplifications.
17815
2affef34
KR
178162009-10-21 Kevin Ryde <user42@zip.com.au>
17817
3170b794
SM
17818 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17819 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17820 the first form. And insert a blank line after ";;; Code" since
d8194864 17821 that's usual style. (Bug#4612)
2affef34 17822
e7b94bbb
KR
17823 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17824
528c56e2
SM
178252009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 * minibuffer.el (completion-table-with-terminator): Properly implement
17828 boundaries, in case `terminator' appears in the suffix.
17829 (completion--embedded-envvar-table): Don't return boundaries if
17830 there's no valid completion. Simplify.
17831 (completion-file-name-table): New completion table extracted from
17832 completion--file-name-table.
17833 (completion--file-name-table): Use it.
17834 (read-file-name-predicate): Declare obsolete.
17835 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17836 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17837 completion-file-name-table, and use the `pred' argument.
17838 * files.el (locate-file-completion-table): Use the `pred' arg rather
17839 than read-file-name-predicate.
17840 (abbreviate-file-name): Use \` rather than ^ for BOS.
17841
f9ed9b4f
DN
178422009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17843
17844 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17845 vc-responsible-backend to register, it causes problems.
17846
5f2022a3
SM
178472009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17848
17849 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17850
fc754ea1
MA
178512009-10-21 Michael Albinus <michael.albinus@gmx.de>
17852
17853 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17854 (tramp-smb-handle-file-attributes): Use it.
17855 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17856 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17857 `mapcar'. Use `tramp-smb-get-stat-capability'.
17858 Add `dired-filename' text properties.
fc754ea1
MA
17859 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17860 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17861 version.
17862
79bd5ba1
SM
178632009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17864
17865 * subr.el (read-key-delay): Reduce to 0.01.
17866 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17867 (bug#4751).
17868
3c13704d
SM
178692009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17870
554efd10
SM
17871 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17872
c2a37b78
SM
17873 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17874 (Info-menu): Remove unused vars `last' and `completions'.
17875 (Info-index-nodes): Remove unused var `node'.
17876
3c13704d
SM
17877 * info.el (Info-complete-menu-item): Use complete-with-action.
17878
d1e4c403
DN
178792009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17880
17881 Make vc-annotate work through copies and renames.
3c13704d
SM
17882 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17883 Return the file name too.
d1e4c403
DN
17884 (vc-annotate-revision-at-line)
17885 (vc-annotate-find-revision-at-line)
17886 (vc-annotate-revision-previous-to-line)
17887 (vc-annotate-show-log-revision-at-line): Update to get the file
17888 name from vc-annotate-extract-revision-at-line.
17889 (vc-annotate-show-diff-revision-at-line-internal): Change the
17890 argument to mean whether to show a file diff or not. Get the file
17891 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17892 (vc-annotate-show-diff-revision-at-line):
17893 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17894 (vc-annotate-warp-revision): Add an optional file argument.
17895
17896 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17897 (vc-git-annotate-extract-revision-at-line): Also return the file
17898 name if found.
17899
17900 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17901 command. Remove unused code.
17902 (vc-hg-annotate-re): Update to match --follow output.
17903 (vc-hg-annotate-extract-revision-at-line): Also return the file
17904 name if found.
17905
17906 * vc.el: Update annotate-extract-revision-at-line documentation.
17907
b0b0ef98
KR
179082009-10-18 Kevin Ryde <user42@zip.com.au>
17909
17910 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17911 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17912
a9e7f03d
KR
17913 * net/browse-url.el (browse-url): Identify alist with "consp and
17914 not functionp" and let all other things go down the `apply' leg,
17915 as suggested by Stefan. (Further to bug#4531.)
17916
7346a407
CY
179172009-10-18 Chong Yidong <cyd@stupidchicken.com>
17918
17919 * minibuffer.el (read-file-name): Check for repeat before putting
17920 a default argument in file-name-history (Bug#4657).
17921
17922 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17923 read syntax (Bug#4737).
17924
3c13704d 17925 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17926
1da94541
CY
179272009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17928
17929 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17930 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17931 entries and make note of obsolete tags.
17932
2b93080a
SM
179332009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17934
17935 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17936
18b5ffb5
GM
179372009-10-18 Glenn Morris <rgm@gnu.org>
17938
17939 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17940 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17941 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17942 now, and in any case the file header format has changed.
17943
c2e161b2
GM
179442009-10-17 Glenn Morris <rgm@gnu.org>
17945
17946 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17947 (flyspell-get-word, flyspell-large-region)
17948 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17949
a1eb44f5
CY
179502009-10-17 Chong Yidong <cyd@stupidchicken.com>
17951
17952 * Makefile.in (ELCFILES): Add ede/shell.
17953
4418646e
DN
179542009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17955
17956 * term/common-win.el (x-colors): Purecopy it.
17957
4062011e
SM
179582009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17959
17960 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17961 permissive for when the buffer is empty.
17962 (tar-header-block-tokenize): Decode the username and groupname.
17963 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17964
b0b111c3
JB
179652009-10-17 Eric Ludlam <zappo@gnu.org>
17966
17967 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17968 contains multibyte characters, choose first applicable coding
17969 system automatically.
17970
2df48a87
SM
179712009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17972
17973 * international/mule-cmds.el (select-safe-coding-system): If the file
17974 has a coding cookie, use it regardless of any other setting (bug#4712).
17975
fd7dd48c
GM
179762009-10-17 Glenn Morris <rgm@gnu.org>
17977
3ee0b477 17978 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17979 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17980
2550e4b1
GM
17981 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17982 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17983 (dired-keep-marker-symlink, dired-dwim-target)
17984 (dired-copy-preserve-time): Do not autoload these defcustoms.
17985
fd7dd48c
GM
17986 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17987 messages from messing up the file coding. (Bug#4623)
17988
f3e3a990
GM
179892009-10-17 Jari Aalto <jari.aalto@cante.net>
17990
17991 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17992 if no match is found for the current dictionary. (Bug#4578)
17993
17994 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17995 optional, since that is how it is documented, and this is often called
17996 with a nil argument. (Bug#4577)
17997 (flyspell-external-point-words, flyspell-auto-correct-word)
17998 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17999 (flyspell-word-search-backward): Remove nil argument in calls to
18000 flyspell-get-word, since it is not needed now.
18001
180022009-10-17 Ulrich Mueller <ulm@gentoo.org>
18003
1becddbb 18004 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 18005
b61374ab
GM
180062009-10-16 Glenn Morris <rgm@gnu.org>
18007
18008 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
18009
412707c2
SM
180102009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18011
18012 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18013 (ange-ftp-file-size): New function.
18014 (ange-ftp-file-attributes): Use it.
18015
0c6f436e
MA
180162009-10-16 Michael Albinus <michael.albinus@gmx.de>
18017
18018 * net/tramp-smb.el (tramp-smb-version): New defvar.
18019 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18020 repeated checks.
18021
850bfd04
GM
180222009-10-16 Glenn Morris <rgm@gnu.org>
18023
18024 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18025 Maybe copy some custom properties from old to new name. (Bug#4706)
18026
f3ed9aca
JB
180272009-10-16 Juanma Barranquero <lekktu@gmail.com>
18028
18029 * subr.el (error, sit-for, start-process-shell-command)
18030 (start-file-process-shell-command): Set the calling convention
18031 after the function definition.
18032
fd6c5134
SM
180332009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18034
18035 * subr.el (error, sit-for, start-process-shell-command)
18036 (start-file-process-shell-command): Use the new
18037 set-advertised-calling-convention feature.
18038
73874eb7
KH
180392009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18040
fd6c5134
SM
18041 * international/ucs-normalize.el (ucs-normalize-version):
18042 Change to 1.2.
18043 (check-range): Adjust for Unicode 5.2.
73874eb7 18044
03fb33cf
JL
180452009-10-15 Juri Linkov <juri@jurta.org>
18046
18047 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18048 to the `menu-item' format.
18049
4260b402
MA
180502009-10-15 Michael Albinus <michael.albinus@gmx.de>
18051
18052 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18053 if the environment variable does not exist.
18054
18055 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18056 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18057 parameter.
18058 (tramp-smb-handle-add-name-to-file)
18059 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18060 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18061 (tramp-smb-handle-file-attributes)
18062 (tramp-smb-do-file-attributes-with-stat)
18063 (tramp-smb-handle-file-local-copy)
18064 (tramp-smb-handle-insert-directory)
18065 (tramp-smb-handle-make-directory)
18066 (tramp-smb-handle-make-directory-internal)
18067 (tramp-smb-handle-make-symbolic-link)
18068 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18069 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18070 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18071 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18072 Handle long file names.
18073 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18074 process is running.
18075 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18076 Read share names with "-g" option.
18077
d7a0fd6f
GM
180782009-10-15 Ryan Yeske <rcyeske@gmail.com>
18079
18080 * net/rcirc.el (rcirc-view-log-file): New command.
18081 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18082 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18083 specified.
18084
0b44494a
GM
180852009-10-15 Glenn Morris <rgm@gnu.org>
18086
af9fb32f
GM
18087 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18088 from the second command-line argument.
18089 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18090 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18091 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18092 w32-batch-update-autoloads.
18093 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18094 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18095
0b44494a
GM
18096 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18097 the headers cannot be located. Simplify, subtracting superflous
18098 save-excursions.
18099
d5e63715
SM
181002009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18101
18102 Replace completion-base-size by completion-base-position to fix bugs
18103 such as (bug#4699).
18104 * simple.el (completion-base-position): New var.
18105 (completion-base-size): Mark as obsolete.
18106 (choose-completion): Make it work for mouse events as well.
18107 Pass the new base-position to choose-completion-string.
18108 (choose-completion-guess-base-position): New function, extracted from
18109 choose-completion-delete-max-match.
18110 (choose-completion-delete-max-match): Use it. Make obsolete.
18111 (choose-completion-string): Use the new base-position info.
18112 (completion-root-regexp): Delete.
18113 (completion-setup-function): Preserve completion-base-position.
18114 Eliminate obsolete base-size manipulation.
18115 * minibuffer.el (display-completion-list): Don't mess with base-size.
18116 (minibuffer-completion-help): Set completion-base-position instead.
18117 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18118 choose-completion.
18119 * textmodes/bibtex.el (bibtex-complete):
18120 * emacs-lisp/crm.el (crm--choose-completion-string):
18121 Adjust to new calling convention.
18122 * complete.el (partial-completion-mode): Use minibufferp to avoid
18123 bumping into incompatible change to choose-completion-string-functions.
18124 * ido.el (ido-choose-completion-string): Make its calling convention
18125 more permissive.
18126 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18127 base-size manipulation.
18128 (comint-dynamic-list-input-ring): Use dotimes and push.
18129 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18130 fundamental-mode. Use `or'.
18131
92f8bfc7
JL
181322009-10-14 Juri Linkov <juri@jurta.org>
18133
18134 * misearch.el (multi-isearch-next-buffer-from-list)
18135 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18136
e78e280d
SM
181372009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18138
384ca163
SM
18139 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18140 `bytecomp.el'.
18141
681e0e7c
SM
18142 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18143 string we return is all made up of text from the completions rather
18144 than part from the completions and part from the input (bug#4219).
18145
e78e280d
SM
18146 * ido.el (ido-everywhere): Use define-minor-mode.
18147
18148 * buff-menu.el (list-buffers, ctl-x-map):
18149 Mark the entry points with ;;;###autoload cookies.
18150
b4e813ca
DN
181512009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18152
52964e54
DN
18153 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18154 correctly in the detached head case.
18155 (vc-git-print-log): Remove unused binding.
18156
b4e813ca
DN
18157 * vc.el (vc-responsible-backend): When a directory is passed for
18158 for registration create a VC repository if no backend is
18159 responsible for the directory argument.
18160 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
18161
18162 * vc.el: Move comments about RCS and SCCS ...
18163 * vc-rcs.el:
18164 * vc-sccs.el: ... here, respectively.
18165
40ba9882
SM
181662009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * minibuffer.el (completion--file-name-table): Return nil if there's
18169 no file completion, even if substitute-in-file-name changed
18170 the string (bug#4708).
18171
04e0f59b
JL
181722009-10-13 Juri Linkov <juri@jurta.org>
18173
18174 * files-x.el (read-file-local-variable-value): Don't filter out
18175 minor modes from mode name completion (bug#4664).
18176
314c8e25
JB
181772009-10-13 Juanma Barranquero <lekktu@gmail.com>
18178
18179 * international/mule-cmds.el (ucs-names): Remove exclusion of
18180 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18181
5c9b7d36
KH
181822009-10-13 Kenichi Handa <handa@m17n.org>
18183
18184 * international/uni-name.el: Regenerated.
18185
1e7a80f2
JB
181862009-10-13 Juanma Barranquero <lekktu@gmail.com>
18187
18188 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18189 should be automatically buffer-local, but isn't.)
18190
cd29f88b
SS
181912009-10-12 Sam Steingold <sds@gnu.org>
18192
18193 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 18194 timestamps if the buffer has been visited before.
0cd16af4
SS
18195 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18196 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 18197
37493a98
GM
181982009-10-12 Glenn Morris <rgm@gnu.org>
18199
18200 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18201 Let-bind `size'.
18202
3b56b1e6
JB
182032009-10-12 Juanma Barranquero <lekktu@gmail.com>
18204
7422a4bb
JB
18205 * proced.el (proced-unload-function): New function.
18206
fa72d075
JB
18207 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18208 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18209 Doc fix.
18210
3b56b1e6
JB
18211 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18212
4d9b4323
JL
182132009-10-11 Juri Linkov <juri@jurta.org>
18214
18215 * files-x.el (read-file-local-variable-value):
18216 Provide default value only for bound variables (bug#4664).
18217
f6f7e059
MA
182182009-10-11 Michael Albinus <michael.albinus@gmx.de>
18219
18220 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18221 connection methods like smb.
18222
18223 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18224 can be empty.
18225
18226 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18227 (tramp-smb-file-name-handler-alist): Add handlers for
18228 `add-name-to-file', `make-symbolic-link'.
18229 (tramp-smb-handle-add-name-to-file)
2992485f 18230 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
18231 (tramp-smb-handle-make-symbolic-link)
18232 (tramp-smb-get-cifs-capabilities): New defuns.
18233 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18234 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18235 (tramp-smb-handle-file-local-copy)
18236 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
18237 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18238 The file name syntax depends on cifs capabilities.
18239 (tramp-smb-handle-file-attributes):
18240 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18241 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18242 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 18243
67868d26
CY
182442009-10-11 Chong Yidong <cyd@stupidchicken.com>
18245
18246 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18247 (eieio-defclass): Apply deftype handler and setf-method properties
18248 directly.
18249 (eieio-add-new-slot): Avoid union function from cl library.
18250 (eieio--typep): New function.
18251 (eieio-perform-slot-validation): Use it.
18252
6d6a5b7e
KF
182532009-10-10 Karl Fogel <kfogel@red-bean.com>
18254
3b56b1e6 18255 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18256 Update documentation to refer to the variables documented in r1.135.
18257 (Bug#4188)
18258
67b70de9
KF
182592009-10-10 Karl Fogel <kfogel@red-bean.com>
18260
18261 * bookmark.el (Info-suffix-list): Remove this unused variable.
18262 (bookmark-current-point): Remove this obsolete variable.
18263 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18264 Adjust for removal of bookmark-current-point.
18265
18266 (bookmarks-already-loaded, bookmark-current-buffer)
18267 (bookmark-yank-point): Document. (Bug#4188)
18268
58ae51ae
GM
182692009-10-10 Glenn Morris <rgm@gnu.org>
18270
4619ff5e
GM
18271 * frame.el (frame-height): Doc fix.
18272
58ae51ae
GM
18273 * calendar/calendar.el (calendar-split-width-threshold): New option.
18274 (calendar-basic-setup): Use calendar-split-width-threshold.
18275
d364386c
JB
182762009-10-09 Juanma Barranquero <lekktu@gmail.com>
18277
18278 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18279 Ideographic Supplement" range (U+1F200..U+1F2FF).
18280
33e97a28
KF
182812009-10-09 Karl Fogel <kfogel@red-bean.com>
18282
02d0f051 18283 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18284 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18285
182862009-10-09 Karl Fogel <kfogel@red-bean.com>
18287
d364386c 18288 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18289 (bookmark-bmenu-execute-deletions): Don't save here, as
18290 bookmark-delete will now do so if necessary.
d364386c 18291 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18292 (Bug#4348)
18293
9656d87b
GM
182942009-10-09 Glenn Morris <rgm@gnu.org>
18295
18296 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18297
e6227f06
KF
182982009-10-09 Karl Fogel <kfogel@red-bean.com>
18299
18300 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18301 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18302 argument now, so the two function's behaviors will match. (Bug#3645)
18303
288f783b
MA
183042009-10-08 Michael Albinus <michael.albinus@gmx.de>
18305
18306 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18307 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18308 Apply `save-match-data'.
288f783b
MA
18309
18310 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18311 case both directories are remote.
18312 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18313 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18314
872a1ea4
JB
183152009-10-07 Juanma Barranquero <lekktu@gmail.com>
18316
18317 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18318
ab2baced
GM
183192009-10-07 Glenn Morris <rgm@gnu.org>
18320
e78e280d
SM
18321 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18322 of concat.
ab2baced 18323
5c4634c1
SM
183242009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18325
18326 * files-x.el (read-file-local-variable): Include some
18327 non-user-variables in the completion table (bug#4664).
18328
c2dc9732
MA
183292009-10-07 Michael Albinus <michael.albinus@gmx.de>
18330
18331 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18332 message.
18333
18334 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18335 (tramp-smb-file-name-handler-alist): Add handler for
18336 `copy-directory', `expand-file-name', `set-file-modes'.
18337 (tramp-smb-handle-copy-directory)
18338 (tramp-smb-handle-expand-file-name)
18339 (tramp-smb-handle-set-file-modes): New defuns.
18340 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18341 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18342 entry.
18343 (tramp-smb-handle-insert-directory): Don't flush the cache.
18344 (tramp-smb-maybe-open-connection): Check for samba client and
18345 server versions.
18346
11be40a6
EZ
183472009-10-07 Eli Zaretskii <eliz@gnu.org>
18348
18349 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18350 to not error out of search for "^lisp=" fails.
18351
8c4afe20
JB
183522009-10-07 Juanma Barranquero <lekktu@gmail.com>
18353
18354 * makefile.w32-in (WINS_UPDATES): New macro.
18355 (custom-deps, finder-data, autoloads): Use it.
18356
429a1506
GM
183572009-10-07 Glenn Morris <rgm@gnu.org>
18358
ee2e93e2
GM
18359 * Makefile.in (autoloads): Revert previous change.
18360 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18361 the list of preloaded files passed on the command-line, get
18362 it from src/Makefile.
18363
429a1506
GM
18364 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18365 show the original buffer rather than a random one.
18366
a51203ee 183672009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18368
18369 * help.el (describe-no-warranty): Place point in a slightly better
18370 position in the GPLv3 text.
18371
f58f7520
SS
183722009-10-06 Sam Steingold <sds@gnu.org>
18373
18374 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18375 the comm attribute is present before calling regexp-quote.
18376
bde79dc0
JB
183772009-10-06 Juanma Barranquero <lekktu@gmail.com>
18378
18379 * play/animate.el (animate-string): For good effect, make sure
18380 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18381
18382 * play/animate.el (animate-sequence, animate-birthday-present):
18383 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18384
25ab0302
GM
183852009-10-06 Glenn Morris <rgm@gnu.org>
18386
73fe714a
GM
18387 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18388
3405d98c
GM
18389 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18390 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18391 (batch-update-autoloads): Process a string value of autoload-excludes,
18392 set during the build process.
18393 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18394
9fb2cdc5
GM
18395 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18396 inside with-parsed... macro so that `v' is defined.
18397
7938ab41
GM
18398 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18399 * progmodes/fortran.el (fortran-end-of-block)
18400 (fortran-beginning-of-block):
18401 Also push mark in the macro case.
18402
eaf9b564
GM
18403 * emerge.el (emerge-show-file-name):
18404 * calc/calc.el (calc-quit):
18405 * calc/calc-misc.el (calc-big-or-small):
18406 * calc/calc-graph.el (calc-graph-view):
18407 * calc/calc-ext.el (calc-reset):
18408 * calendar/calendar.el (calendar-basic-setup):
18409 Use window-full-height-p.
18410
25ab0302
GM
18411 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18412 header we don't understand, don't insert another. (Bug#4624)
18413 If changing mime charset, insert the new one in the right place.
18414
00169eb6
GM
184152009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18416
18417 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18418 (cal-tex-cursor-month): Correctly increment the end date for diary and
18419 holiday listing. (Bug#4626)
18420
82882188
SM
184212009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18422
40ba9882 18423 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18424 a symbol.
18425
a8f316ca
JB
184262009-10-05 Juanma Barranquero <lekktu@gmail.com>
18427
18428 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18429 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18430 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18431 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18432
18433 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18434 (eieio-default-superclass): Reflow docstrings.
18435 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18436 (eieio-unbind-method-implementations, defmethod)
18437 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18438 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18439 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18440 (eieio-slot-originating-class-p, eieio-slot-name-index)
18441 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18442 (constructor, initialize-instance, no-next-method, object-print)
18443 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18444 Fix typos in docstrings.
18445 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18446 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18447 (next-method-p): Doc fixes.
18448 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18449 Fix typos in error messages.
18450 (eieio-defmethod): Fix typo in description of generic method.
18451
18452 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18453 (eieio-persistent-save-interactive, slot-missing):
18454 Fix typos in docstrings.
18455 (eieio-instance-inheritor-slot-boundp): Doc fix.
18456
18457 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18458 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18459
18460 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18461 (eieio-custom-object-apply-reset):
18462 Fix typos in docstrings and error messages.
18463
18464 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18465 Fix typo in docstring.
18466
18467 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18468 (eieio-browse-tree): Doc fix.
18469 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18470 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18471 Fix typos in docstrings.
18472
18473 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18474 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18475 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18476 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18477 Reflow docstrings.
18478
c66b7ac0
DN
184792009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18480
4a827e0a 18481 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18482 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18483 Set log-view-vc-backend so that diff can work.
4a827e0a 18484
c66b7ac0
DN
18485 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18486 vc-version-diff.
18487 (vc-diff-internal): Autoload this instead of vc-version-diff.
18488
1902a98c
EZ
184892009-10-05 Eli Zaretskii <eliz@gnu.org>
18490
a7a8618b
EZ
18491 * simple.el (eval-expression): Doc fix.
18492
1902a98c
EZ
18493 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18494
0e1f2ee6
MA
184952009-10-05 Michael Albinus <michael.albinus@gmx.de>
18496
18497 * files.el (directory-files-no-dot-files-regexp): New defconst.
18498 (delete-directory): Use it.
18499 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18500
263c02ef 18501 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18502 (tramp-methods): Add recursive option to `tramp-copy-args'.
18503 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18504 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18505 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18506 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18507 Add handler for `copy-directory'.
18508 (tramp-handle-copy-directory): New defun.
18509 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18510 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18511 Optimize sent command.
263c02ef 18512
72aa7df4
SM
185132009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18514
4a34f065
SM
18515 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18516 window if necessary.
18517
72aa7df4
SM
18518 * calendar/calendar.el (calendar-basic-setup): Don't call
18519 switch-to-buffer in a dedicated window.
18520
5feb1ba7
KF
185212009-10-05 Karl Fogel <kfogel@red-bean.com>
18522
18523 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18524 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18525 (bookmark-error-no-filename): New error.
18526 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18527 bookmark has no file. Don't even attempt to handle things that
18528 are not files; the whole point of custom handlers is to keep that
18529 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18530 (bookmark-file-or-variation-thereof): Remove now-unused function.
18531 (bookmark-location): Doc string fix.
18532 (Bug#4250)
18533
1bd49952
KF
185342009-10-04 Karl Fogel <kfogel@red-bean.com>
18535
18536 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18537 don't use a file dialog, because they usually don't know how to read
18538 a directory target from the user. (Bug#4230)
18539 Also, make sure the prompt can display directories as well as files.
18540
825382c0
KF
185412009-10-04 Karl Fogel <kfogel@red-bean.com>
18542
18543 * bookmark.el (bookmark-set, bookmark-buffer-name):
18544 Improve doc strings. (Bug#1193)
18545
13901bcb
KF
185462009-10-04 Karl Fogel <kfogel@red-bean.com>
18547
4a34f065
SM
18548 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18549 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18550 (bookmark-get-annotation, bookmark-set-annotation)
18551 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18552 (bookmark-set-position, bookmark-get-front-context-string)
18553 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18554 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18555 (bookmark-jump-other-window, bookmark-handle-bookmark)
18556 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18557 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18558 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18559 Improve doc strings to say whether bookmark can be a string or
18560 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18561 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18562 (bookmark-default-annotation-text, bookmark-yank-word)
18563 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18564 (bookmark-import-new-list, bookmark-maybe-rename)
18565 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18566 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18567 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18568 add a FIXME comment about how the function may be pointless.
13901bcb 18569 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18570 parameter name, to clarify that this takes a bookmark record
18571 not a bookmark name.
13901bcb 18572 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18573 and improve the doc string a bit.
13901bcb
KF
18574 (Bug#4188)
18575
5c1b3e94
KF
185762009-10-04 Karl Fogel <kfogel@red-bean.com>
18577
18578 * bookmark.el (bookmark-alist): Document the new `handler' element
18579 in the param alist.
18580 (bookmark-make-record-function): Adjust documentation for above.
18581 (Bug#4193)
18582
8559076d
KF
185832009-10-04 Karl Fogel <kfogel@red-bean.com>
18584
18585 * info.el (Info-bookmark-make-record): Document this function.
18586 (Info-bookmark-jump): Document with a doc string, not just a comment.
18587 (Bug#4203)
18588
b4583b8c
MA
185892009-10-04 Michael Albinus <michael.albinus@gmx.de>
18590
18591 * files.el (copy-directory): New defun.
18592
18593 * dired-aux.el (dired-copy-file-recursive): Use it.
18594
131ae8f2
JB
185952009-10-04 Juanma Barranquero <lekktu@gmail.com>
18596
a30e71ae 18597 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18598 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18599 docstrings.
a30e71ae 18600
131ae8f2
JB
18601 * recentf.el (recentf-unload-function): New function.
18602
ccafbf06
GM
186032009-10-04 Glenn Morris <rgm@gnu.org>
18604
18605 * window.el (window-full-height-p): Add doc string.
18606
02c6f098
GM
186072009-10-04 Martin Rudalics <rudalics@gmx.at>
18608
18609 * window.el (window-full-height-p): New function. (Bug#4543)
18610
ed6b0195
DN
186112009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18612
18613 * vc.el: Remove commented out code.
18614 (vc-derived-from-dir-mode): Remove, unused.
18615 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18616
1b8d1cc7
MA
186172009-10-03 Michael Albinus <michael.albinus@gmx.de>
18618
4a34f065
SM
18619 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18620 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18621 there could be recursive loading when `default-directory' is a
18622 remote file name. (Bug#4614)
18623
ac3c593c
GM
186242009-10-03 Glenn Morris <rgm@gnu.org>
18625
686ea556
GM
18626 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18627 the frame is wide.
18628 (calendar-generate-window): Test for shrinkability rather than width.
18629
ac3c593c
GM
18630 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18631 reusing existing buffers, in case we happen to visit two files with the
18632 same basename. (Bug#4593)
18633
573709fd
EZ
186342009-10-02 Eli Zaretskii <eliz@gnu.org>
18635
4a34f065 18636 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18637 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18638 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18639 subdirs of cedet as well.
8f885d01 18640 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18641
8d6c1239
SM
186422009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18643
18644 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18645 Obey advertised-signature-table.
18646
18647 * help-fns.el (help-function-arglist): Don't check
18648 advertised-signature-table.
18649 (describe-function-1): Do it here instead so it also applies to subrs.
18650
c4861de0
MA
186512009-10-02 Michael Albinus <michael.albinus@gmx.de>
18652
18653 * simple.el (start-file-process): Say in the doc-string, that file
18654 handlers might not support pty association, if PROGRAM is nil.
18655
18656 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18657 HOST and USER are strings. They are nil, when there are
18658 incomplete entries in ~/.netrc, for example.
18659 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18660 root directory ("device busy" error otherwise).
18661
8d6c1239
SM
18662 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18663 Flush file properties of created directory.
c4861de0 18664
d2bda74f
EZ
186652009-10-02 Eli Zaretskii <eliz@gnu.org>
18666
18667 * makefile.w32-in (WINS_BASIC): Remove cedet.
18668 (WINS_CEDET): Add cedet.
18669 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18670
895d1904
GM
186712009-10-02 Kevin Ryde <user42@zip.com.au>
18672
18673 * net/browse-url.el (browse-url): Pass any symbol in
18674 browse-url-browser-function to `apply', since if you've mistakenly put
18675 an unbound symbol then the error is clearer. (Bug#4531)
18676
32226619
JB
186772009-10-02 Juanma Barranquero <lekktu@gmail.com>
18678
18679 * allout.el (allout-init, allout-back-to-current-heading)
18680 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18681 (allout-ascend, allout-up-current-level, allout-end-of-level)
18682 (allout-previous-visible-heading, allout-forward-current-level)
18683 (allout-backward-current-level, allout-show-children):
18684 * apropos.el (apropos-describe-plist):
18685 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18686 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18687 * completion.el (add-completion, add-permanent-completion):
18688 * descr-text.el (describe-text-category, describe-char):
18689 * desktop.el (desktop-lazy-abort):
18690 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18691 * dired.el (dired-build-subdir-alist):
18692 * ediff.el (ediff-version):
18693 * elide-head.el (elide-head, elide-head-show):
18694 * emerge.el (emerge-version):
18695 * env.el (getenv):
18696 * face-remap.el (variable-pitch-mode):
18697 * faces.el (describe-face):
18698 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18699 (dired-at-point):
18700 * files.el (find-file-existing, auto-save-mode):
18701 * font-lock.el (font-lock-fontify-buffer):
18702 * help-fns.el (describe-function, describe-variable)
18703 (describe-syntax, describe-categories):
18704 * help.el (view-lossage, describe-bindings, describe-key)
18705 (describe-mode):
18706 * hexl.el (hexl-current-address):
18707 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18708 * info.el (Info-goto-emacs-key-command-node):
18709 * log-edit.el (log-edit-insert-cvs-template)
18710 (log-edit-insert-cvs-rcstemplate):
18711 * menu-bar.el (menu-bar-mode):
18712 * mouse.el (mouse-appearance-menu):
18713 * newcomment.el (comment-indent-new-line):
18714 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18715 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18716 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18717 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18718 * recentf.el (recentf-mode):
18719 * savehist.el (savehist-mode, savehist-save):
18720 * shadowfile.el (shadow-copy-files):
18721 * simple.el (kill-ring-save, next-line, previous-line)
18722 (normal-erase-is-backspace-mode):
18723 * strokes.el (strokes-update-window-configuration)
18724 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18725 (strokes-xpm-for-stroke):
18726 * time.el (emacs-uptime, emacs-init-time):
18727 * tutorial.el (tutorial--describe-nonstandard-key)
18728 (tutorial--detailed-help):
18729 * type-break.el (type-break-mode)
18730 (type-break-mode-line-message-mode, type-break-query-mode)
18731 (type-break-guesstimate-keystroke-threshold):
18732 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18733 * version.el (emacs-version):
18734 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18735 * winner.el (winner-mode):
18736 * calendar/timeclock.el (timeclock-in, timeclock-out)
18737 (timeclock-status-string, timeclock-change)
18738 (timeclock-workday-remaining-string)
18739 (timeclock-workday-elapsed-string)
18740 (timeclock-when-to-leave-string):
18741 * calendar/todo-mode.el (todo-add-category):
18742 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18743 * emacs-lisp/autoload.el (update-file-autoloads):
18744 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18745 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18746 (checkdoc-message-text, checkdoc-defun):
18747 * emacs-lisp/debug.el (debugger-list-functions):
18748 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18749 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18750 (eieio-describe-generic):
18751 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18752 * emacs-lisp/shadow.el (list-load-path-shadows):
18753 * emulation/cua-base.el (cua-mode):
18754 * emulation/edt.el (edt-set-scroll-margins):
18755 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18756 (tpu-toggle-regexp, tpu-toggle-search-direction)
18757 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18758 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18759 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18760 (viper-set-parsing-style-toggling-macro)
18761 (viper-set-emacs-state-searchstyle-macros):
18762 * emulation/viper.el (viper-set-hooks):
18763 * eshell/esh-mode.el (eshell-truncate-buffer):
18764 * international/mule-cmds.el (prefer-coding-system)
18765 (describe-input-method, describe-language-environment):
18766 * international/mule-diag.el (list-character-sets)
18767 (describe-character-set, describe-coding-system)
18768 (describe-fontset, list-fontsets, list-input-methods):
18769 * mail/sendmail.el (mail-signature):
18770 * net/ange-ftp.el (ange-ftp-copy-file):
18771 * net/browse-url.el (browse-url):
18772 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18773 * net/quickurl.el (quickurl-add-url):
18774 * net/rcirc.el (names, topic):
18775 * net/xesam.el (xesam-mode):
18776 * play/5x5.el (5x5-new-game):
18777 * play/yow.el (apropos-zippy):
18778 * progmodes/ada-mode.el (ada-mode-version):
18779 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18780 (f90-end-of-block)
18781 (f90-beginning-of-block):
18782 * progmodes/fortran.el (fortran-end-of-block)
18783 (fortran-beginning-of-block):
18784 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18785 * progmodes/python.el (python-describe-symbol, python-shell):
18786 * term/ns-win.el (ns-print-buffer):
18787 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18788 * textmodes/flyspell.el (flyspell-mode-on):
18789 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18790 (pages-directory-for-addresses):
18791 * textmodes/table.el (table-recognize-cell)
18792 (table-query-dimension, table-generate-source)
18793 (table-insert-sequence, table--warn-incompatibility):
18794 * textmodes/tex-mode.el (tex-validate-buffer):
18795 * textmodes/texinfmt.el (texinfmt-version)
18796 (texinfo-format-buffer):
18797 Use `called-interactively-p' instead of `interactive-p'.
18798
12a3c28c
JB
187992009-10-02 Juanma Barranquero <lekktu@gmail.com>
18800
18801 * image-mode.el (image-toggle-display):
18802 * emacs-lisp/elp.el (elp-instrument-function):
18803 * emacs-lisp/advice.el (ad-make-advised-definition):
18804 * emacs-lisp/easy-mmode.el (define-minor-mode):
18805 * net/browse-url.el (browse-url-maybe-new-window):
18806 * progmodes/sh-script.el (sh-learn-buffer-indent):
18807 Pass new argument 'any to `called-interactively-p'.
18808
171fda8a
JB
188092009-10-01 Juanma Barranquero <lekktu@gmail.com>
18810
171fda8a
JB
18811 * international/uni-bidi.el:
18812 * international/uni-category.el:
18813 * international/uni-combining.el:
18814 * international/uni-comment.el:
18815 * international/uni-decimal.el:
9c3c9fdf 18816 * international/uni-decomposition.el:
171fda8a
JB
18817 * international/uni-digit.el:
18818 * international/uni-lowercase.el:
18819 * international/uni-mirrored.el:
18820 * international/uni-name.el:
18821 * international/uni-numeric.el:
18822 * international/uni-old-name.el:
18823 * international/uni-titlecase.el:
18824 * international/uni-uppercase.el:
18825 Regenerate from Unicode 5.2.0 data.
18826
dcb9734a
GM
188272009-10-01 Glenn Morris <rgm@gnu.org>
18828
18829 * Makefile.in (ELCFILES): Regenerate.
18830
ced10a4c
SM
188312009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18832
9d28c33e
SM
18833 * subr.el (interactive-p): Mark obsolete.
18834 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18835 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18836 advertised-signature-table for subroutines as well.
18837
ced10a4c
SM
18838 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18839 (set-advertised-calling-convention): New function.
18840 (make-obsolete, define-obsolete-function-alias)
18841 (make-obsolete-variable, define-obsolete-variable-alias):
18842 Make the optional-ness of `when' obsolete.
18843 (define-obsolete-face-alias): Make `when' non-optional.
18844 * help-fns.el (help-function-arglist):
18845 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18846 Use advertised-signature-table.
18847
cc3dda16
MA
188482009-10-01 Michael Albinus <michael.albinus@gmx.de>
18849
18850 * files.el (delete-directory): New defun. The original function
18851 in fileio.c has been renamed to `delete-directory-internal'.
18852
18853 * dired.el (dired-delete-file): Call `delete-directory' with
18854 RECURSIVE parameter.
18855
5ce6e4f4 18856 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18857 parameter RECURSIVE. Implementation is missing.
18858
18859 * net/tramp.el (tramp-handle-make-directory): Flush upper
18860 directory's file properties.
ced10a4c 18861 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18862 (tramp-handle-dired-recursive-delete-directory): Flush directory
18863 properties after the remove command only.
18864
ced10a4c
SM
18865 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18866 Handle optional parameter RECURSIVE.
cc3dda16 18867
ced10a4c
SM
18868 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18869 Handle optional parameter RECURSIVE.
cc3dda16
MA
18870
18871 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18872 connection timeout.
18873 (tramp-smb-handle-delete-directory): Handle optional parameter
18874 RECURSIVE.
18875
cf885595
SM
188762009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18877
e3a6b82f
SM
18878 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18879 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18880 (byte-compile-defmacro): Use backquotes.
18881
7201bfbb
SM
18882 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18883
cf885595
SM
18884 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18885 has no associated file.
18886 (vc-resynch-buffer): Use vc-dir-buffers.
18887
a4d2c321
GM
188882009-10-01 Glenn Morris <rgm@gnu.org>
18889
9ffe3f52
GM
18890 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18891 (chart-file-count):
18892 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18893 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18894 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18895 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18896 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18897 (eieio-copy-parents-into-subclass, make-instance, class-children)
18898 (eieio-generic-form):
bd2afec2 18899
9515cdcc
GM
18900 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18901 match-data. (Bug#4555).
18902
a4d2c321
GM
18903 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18904 rather than parsing it as a regexp. This relaxes the layout
18905 requirements and makes errors easier to detect.
18906 (check-declare-verify): Check file is regular.
18907 (check-declare-directory): Doc fix.
18908 * subr.el (declare-function): Doc fix.
18909
b15c31c7
GM
18910 * ibuffer.el (ibuffer-format-qualifier):
18911 * isearch.el (hi-lock-regexp-okay):
18912 * calc/calc.el (math-zerop):
18913 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18914 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18915 Remove unused declarations.
18916
b0b111c3
JB
189172009-09-30 Eric Ludlam <zappo@gnu.org>
18918
18919 * emacs-lisp/eieio.el (boolean-p): Delete.
18920
1fc28a2c
GM
189212009-09-30 Glenn Morris <rgm@gnu.org>
18922
1fc28a2c
GM
18923 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18924
494f4fc7
GM
18925 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18926 filename is not a string.
18927
561580e9
CY
189282009-09-29 Chong Yidong <cyd@stupidchicken.com>
18929
18930 * files.el (safe-local-eval-forms): Fix typo.
18931
dcbbecd4
SM
189322009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18933
18934 * vc-hooks.el (vc-dir-buffers): New var.
18935 (vc-state-refresh): New function.
18936 (vc-state): Use it.
18937 (vc-after-save): Always ask the backend to recompute the new state.
18938 Always call vc-dir if necessary, using vc-dir-buffers.
18939 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18940 Use vc-dir-buffers.
18941 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18942 (vc-dir-prepare-status-buffer, vc-dir-update)
18943 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18944 Don't call expand-file-name on default-directory.
18945
d88444f2
JB
189462009-09-29 Juanma Barranquero <lekktu@gmail.com>
18947
18948 * speedbar.el (speedbar-item-delete):
18949 * calc/calc-prog.el (calc-kbd-if):
18950 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18951
18952 * epa.el (epa-key-list-mode-map):
18953 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18954
18955 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18956 (hs-show-hook): Fix typo in docstring.
18957
5da62d41
GM
189582009-09-29 Glenn Morris <rgm@gnu.org>
18959
8360fce0
GM
18960 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18961 file-name-nondirectory call preventing location of cedet files.
18962 (check-declare-verify): Use literal search rather than re-search.
ae715515 18963 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18964
18965 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18966 Use tramp-compat-file-attributes rather than nonexistent
18967 tramp-compat-handle-file-attributes.
18968
5da62d41
GM
18969 * Makefile.in (lisptagsfiles4): New.
18970 (AUTOGENEL): Add cedet loaddefs files.
18971 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18972 (update-elclist, compile-always, backup-compiled-files)
18973 (bootstrap-clean): Add yet another directory level.
18974 (update-elclist): Use LC_COLLATE rather than COLLATE.
18975 (ELCFILES): Update, via `make update-elclist'.
18976
48267264
JB
189772009-09-29 Juanma Barranquero <lekktu@gmail.com>
18978
18979 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18980 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18981 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18982
2c4cd0b0
AS
189832009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18984
18985 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18986 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18987 (update-elclist): Add third directory level to look for elc files.
18988 (compile-always): Likewise.
18989 (backup-compiled-files): Likewise.
18990 (bootstrap-clean): Likewise.
18991 (ELCFILES): Update.
18992
a2533e47
CY
189932009-09-28 Chong Yidong <cyd@stupidchicken.com>
18994
18995 * Makefile.in (ELCFILES): Add CEDET files.
18996
eefbedb1
MA
189972009-09-28 Michael Albinus <michael.albinus@gmx.de>
18998
18999 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
19000
19001 * net/tramp.el (top): Require tramp-imap.
19002
19003 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19004 Use `tramp-compat-handle-file-attributes'.
19005
190062009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19007
19008 * net/tramp-imap.el: New package.
19009
b0b111c3
JB
190102009-09-28 Eric Ludlam <zappo@gnu.org>
19011
19012 * emacs-lisp/chart.el:
19013 * emacs-lisp/eieio-base.el:
19014 * emacs-lisp/eieio-comp.el:
19015 * emacs-lisp/eieio-custom.el:
19016 * emacs-lisp/eieio-datadebug.el:
19017 * emacs-lisp/eieio-opt.el:
19018 * emacs-lisp/eieio-speedbar.el:
19019 * emacs-lisp/eieio.el: New files.
19020
748e3d67
VJL
190212009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19022
19023 * whitespace.el (whitespace-trailing-regexp)
19024 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19025 Fix doc string.
19026
15120dec
CY
190272009-09-27 Chong Yidong <cyd@stupidchicken.com>
19028
19029 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19030 menu.
19031
19032 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19033 menu-bar-ediff-menu.
19034
19035 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19036 define-overloadable-function.
19037
19038 * progmodes/autoconf.el: Provide autoconf as well, so that this
19039 file can be `require'd.
19040
19041 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19042
19043 * emacs-lisp/autoload.el (generated-autoload-feature)
19044 (generated-autoload-load-name): New vars.
19045 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19046 (make-autoload): Recognize define-overloadable-function and
19047 defclass forms (for EIEIO).
19048
19049 * Makefile.in (update-subdirs): Exclude cedet directory.
19050
135abf91
AR
190512009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19052
1becddbb 19053 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
19054
19055 * faces.el: Default light-background background for region face to
19056 ns_selection_color under NS.
19057
3d994264
TZ
190582009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19059
19060 * net/imap-hash.el: New library, see NEWS.
19061
19062 * Makefile.in (ELCFILES): Add imap-hash.el.
19063
ce9a0ccb
SM
190642009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19065
19066 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19067 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19068 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19069 definition where the docstring could be taken for the return value.
19070
a92cdd49
GM
190712009-09-26 Glenn Morris <rgm@gnu.org>
19072
19073 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19074 Add option to only show images below a certain size.
19075 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19076 save-excursion calls.
19077
416ac2f1
EZ
190782009-09-26 Eli Zaretskii <eliz@gnu.org>
19079
19080 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19081 subdirectories) and eieio.
19082
d9a13f68
AM
190832009-09-26 Alan Mackenzie <acm@muc.de>
19084
6a7662bb
BR
19085 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19086 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
19087
19088 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 19089 character constants (as case labels). (Bug#4289)
d9a13f68 19090
182b3bec
CY
190912009-09-25 Juri Linkov <juri@jurta.org>
19092
19093 * files.el (safe-local-eval-forms): Allow time-stamp in
19094 before-save-hook (Bug#4554).
19095
8f75f2da
JB
190962009-09-25 Drew Adams <drew.adams@oracle.com>
19097
19098 * menu-bar.el (list-buffers-directory): Doc fix.
19099
8390fb80
SM
191002009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19101
19102 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19103 Try and avoid copying twice the same paragraph.
19104 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19105 Remove save-excursion.
19106 (log-edit-changelog-entry): Do it here instead.
19107
11ee8d90
JB
191082009-09-25 Juanma Barranquero <lekktu@gmail.com>
19109
027b1942
JB
19110 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19111 when available, instead of hardcoding mode names. Doc fix.
19112
11ee8d90
JB
19113 * menu-bar.el (list-buffers-directory): Add docstring.
19114 Make automatically buffer-local.
19115
19116 * dired.el (dired-mode):
19117 * files.el (cd-absolute):
19118 * pcvs.el (cvs-temp-buffer):
19119 * pcvs-util.el (cvs-get-buffer-create):
19120 * shell.el (shell-mode):
19121 * vc-dir.el (vc-dir-mode):
19122 Don't make `list-buffers-directory' buffer local.
19123
21289c5d
CY
191242009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19125
8390fb80
SM
19126 * comint.el (comint-exec, comint-run, make-comint):
19127 Doc fixes (Bug#4542).
21289c5d 19128
e8652dd9
GM
191292009-09-25 Glenn Morris <rgm@gnu.org>
19130
19131 * mail/rmailmm.el (rmail-mime): New custom group.
19132 Move all defcustoms in this file into this group.
19133 (rmail-mime-media-type-handlers-alist): Revert previous change.
19134 (rmail-mime-show-images): New option.
19135 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19136 references to it, since it wasn't actually used for anything.
19137 (rmail-mime-insert-image): New function.
19138 (rmail-mime-image): Use rmail-mime-insert-image.
19139 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
19140 obey the value of `rmail-mime-show-images' option. Print the size of
19141 attachments.
e8652dd9 19142
fb652bb5
JB
191432009-09-25 David Engster <deng@randomsample.de>
19144
19145 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19146
32a9841c
VJL
191472009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19148
19149 * whitespace.el: Does not highlight trailing spaces While point is
19150 at end of line. Does not highligt spaces at beginning of buffer
19151 while point is at beginning of buffer. Does not highlight spaces
19152 at end of buffer while point is at end of buffer. (Bug#4177)
19153 New version 12.0.
19154 (whitespace-display-mappings): Adjust initialization.
19155 (whitespace-point, whitespace-font-lock-refontify): New vars.
19156 (whitespace-color-on, whitespace-color-off): Adjust code.
19157 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19158 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19159 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19160
e477ca84
CY
191612009-09-24 Chong Yidong <cyd@stupidchicken.com>
19162
19163 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19164
19165 * textmodes/sgml-mode.el: Remove xml-mode alias.
19166
19167 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 19168 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 19169
68712602
AM
191702009-09-24 Alan Mackenzie <acm@muc.de>
19171
19172 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19173 c-forward-conditionals, but it doesn't move point and doesn't set
19174 the mark.
19175 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19176 (c-down-conditional-with-else, c-backward-conditional)
19177 (c-forward-conditional): Refactor to use c-scan-conditionals.
19178
1659ada0
JB
191792009-09-24 Juanma Barranquero <lekktu@gmail.com>
19180
19181 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19182 (help-default-arg-highlight): Remove.
19183 (help-highlight-arg): New function.
19184 (help-do-arg-highlight): Use it.
19185 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19186
b3f01e46
SM
191872009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19188
19189 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19190 Undo last change, which didn't fix the problem and introduced others.
19191
107ef54a
NR
191922009-09-24 Nick Roberts <nickrob@snap.net.nz>
19193
19194 * progmodes/gdb-mi.el: Don't require speedbar.
19195 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19196
ffa1fed6
GM
191972009-09-24 Glenn Morris <rgm@gnu.org>
19198
2157a2be
GM
19199 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19200
6125167c
GM
19201 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19202
ffa1fed6
GM
19203 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19204 there is no newline after the final mime boundary. (Bug#4539)
19205 Move markers on insertion so that any buttons inserted don't end up in
19206 the next part of a multipart message.
2e9075d3
GM
19207 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19208 (rmail-mime-bulk-handler): Optionally handle images.
19209 (rmail-mime-image): New button action.
19210 (rmail-mime-image-handler): New function.
19211 (rmail-mime-mode): New mode.
19212 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 19213
4a814992
SM
192142009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19215
075518b5
SM
19216 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19217 than just dropping elements from it (bug#4504).
19218
8ad2defc
SM
19219 * term.el (term-set-scroll-region): Don't move cursor any more.
19220 (term-handle-ansi-escape): Call term-goto here instead.
19221 Suggested by Ivan Kanis <apple@kanis.eu>.
19222
4a814992
SM
19223 * term.el: Require CL.
19224 (term-ansi-reset): New function.
19225 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19226 (term-handle-colors-array): Simplify.
19227
5a0c3f56
JB
192282009-09-24 Juanma Barranquero <lekktu@gmail.com>
19229
19230 * allout.el (allout-overlay-interior-modification-handler)
19231 (allout-obtain-passphrase):
19232 * epa-file.el (epa-file-write-region):
19233 * ps-print.el (ps-begin-job):
19234 * vc-hooks.el (vc-toggle-read-only):
19235 * vc-rcs.el (vc-rcs-rollback):
19236 * vc-sccs.el (vc-sccs-rollback):
19237 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19238 (vc-version-diff, vc-revert, vc-rollback):
19239 * wdired.el (wdired-check-kill-buffer):
19240 * emacs-lisp/authors.el (authors):
19241 * net/socks.el (socks-open-connection):
19242 * net/zeroconf.el (zeroconf-service-add-hook):
19243 * obsolete/vc-mcvs.el (vc-mcvs-register):
19244 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19245 (gdb-select-frame):
19246 * progmodes/grep.el (lgrep, rgrep):
19247 * progmodes/idlw-help.el (idlwave-help-check-locations)
19248 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19249 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19250 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19251 (reftex-toc-rename-label): Fix typos in error messages.
19252
19253 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19254 (dired-copy-how-to-fn): Doc fix.
19255 (dired-files-attributes, dired-read-shell-command):
19256 Fix typos in docstrings.
19257
19258 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19259 (dired-x-find-file-other-window): Reflow docstrings.
19260 (dired-omit-marker-char, dired-read-shell-command)
19261 (dired-x-submit-report): Fix typos in docstrings.
19262
19263 * shell.el (shell-mode-hook):
19264 * view.el (View-scroll-line-forward):
19265 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19266 Fix typos in docstrings.
19267
19268 * net/dig.el (dig-invoke): Fix typo in docstring.
19269 (query-dig): Reflow docstring.
19270
19271 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19272 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19273 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19274 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19275 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19276 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19277 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19278 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19279 (idlwave-completion-map, idlwave-current-indent)
19280 (idlwave-custom-ampersand-surround, idlwave-customize)
19281 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19282 (idlwave-define-abbrev, idlwave-determine-class-special)
19283 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19284 (idlwave-end-block-reg, idlwave-end-of-statement)
19285 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19286 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19287 (idlwave-explicit-class-listed, idlwave-file-header)
19288 (idlwave-fill-paragraph, idlwave-find-class-definition)
19289 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19290 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19291 (idlwave-in-quote, idlwave-indent-action-table)
19292 (idlwave-indent-expand-table, idlwave-indent-line)
19293 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19294 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19295 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19296 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19297 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19298 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19299 (idlwave-outlawed-buffers, idlwave-popup-select)
19300 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19301 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19302 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19303 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19304 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19305 (idlwave-statement-type, idlwave-struct-skip)
19306 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19307 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19308 (idlwave-what-module-find-class): Fix typos in docstrings.
19309 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19310 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19311 (idlwave-find-module, idlwave-find-structure-definition)
19312 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19313 (idlwave-list-load-path-shadows, idlwave-next-statement)
19314 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19315 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19316 (idlwave-template): Reflow docstrings.
19317
19318 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19319 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19320 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19321 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19322 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19323 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19324 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19325 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19326 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19327 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19328 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19329 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19330 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19331 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19332 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19333 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19334 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19335 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19336 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19337 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19338 Fix typos in docstrings.
19339 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19340 (idlwave-shell-hide-output, idlwave-shell-mode)
19341 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19342 Reflow docstrings.
19343
19344 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19345
62136c5d
SM
193462009-09-24 Ivan Kanis <apple@kanis.eu>
19347
19348 * term.el (term-bold-attribute): New var.
19349 (term-handle-colors-array): Use it.
19350
9c1a45ed
NR
193512009-09-23 Nick Roberts <nickrob@snap.net.nz>
19352
19353 * progmodes/gdb-mi.el (gdb-version): New variable.
19354 (gdb-non-stop-handler): Set gdb-version.
19355 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19356 Condition "--thread" option on gdb-version.
19357 (gdb-invalidate-threads): Remove unused argument.
19358
03304f31
SM
193592009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19360
19361 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19362 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19363
4f02f0c9
GM
193642009-09-23 Glenn Morris <rgm@gnu.org>
19365
19366 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19367 replying to mail without References or Message-Id. (Bug#4525)
19368
a3b4b363
AR
193692009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19370
19371 * term/ns-win.el (ns-reg-to-script): New variable.
19372
7bda18cc
DU
193732009-09-23 Daiki Ueno <ueno@unixuser.org>
19374
19375 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19376
72169e55
SS
193772009-09-22 Sam Steingold <sds@gnu.org>
19378
19379 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19380 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19381 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19382 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19383
905b7d38
SM
193842009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19385
b0459dec
SM
19386 * textmodes/fill.el: Convert to utf-8 encoding.
19387 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19388 pre-Unicode days.
b0459dec 19389
905b7d38
SM
19390 * add-log.el (change-log-fill-forward-paragraph): New function.
19391 (change-log-mode): Use it so fill-region DTRT.
19392 Set fill-indent-according-to-mode here rather than in
19393 change-log-fill-paragraph.
19394 (change-log-fill-paragraph): Remove.
19395
baa7f3de
JB
193962009-09-22 Juanma Barranquero <lekktu@gmail.com>
19397
19398 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19399 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19400
a8d789f0
GM
194012009-09-22 Glenn Morris <rgm@gnu.org>
19402
daedbbc2
GM
19403 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19404 the scroll-bar scroll the calendar window rather than the buffer.
19405
d8899a74
GM
19406 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19407 commands that move point (as opposed to scrolling).
19408
a8d789f0
GM
19409 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19410
19411 * emacs-lisp/elint.el (elint): New custom group.
19412 (elint-log-buffer): Make it a defcustom.
19413 (elint-scan-preloaded, elint-ignored-warnings)
19414 (elint-directory-skip-re): New options.
19415 (elint-builtin-variables): Doc fix.
19416 (elint-preloaded-env): New variable.
19417 (elint-unknown-builtin-args): Add an entry for encode-time.
19418 (elint-extra-errors): Make it a variable rather than a constant.
19419 (elint-preloaded-skip-re): New constant.
19420 (elint-directory): Skip files matching elint-directory-skip-re.
19421 (elint-features): New variable, local to linted buffers.
19422 (elint-update-env): Initialize elint-features. Possibly add
19423 elint-preloaded-env to the buffer's environment.
19424 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19425 Skip quoted forms.
19426 (elint-init-form): New function, extracted from elint-init-env.
19427 Make non-list forms a warning rather than an error.
19428 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19429 easy-menu-define, put that adds an error-condition, and provide.
19430 When requiring cl, also require cl-macs. Really require cl, to handle
19431 some cl macros. Store required libraries in the list elint-features,
19432 so as not to re-load them. Treat cc-require like require.
19433 (elint-init-env): Call elint-init-form to do the work.
19434 Handle eval-and-compile and such like.
19435 (elint-add-required-env): Do not clear messages.
19436 (elint-special-forms): Add handlers for function, defalias, if, when,
19437 unless, and, or.
19438 (elint-form): Add optional argument to ignore elint-special-forms,
19439 useful to prevent recursive calls from handlers. Doc fix.
19440 Respect elint-ignored-warnings.
19441 (elint-form): Respect elint-ignored-warnings.
19442 (elint-bound-variable, elint-bound-function): New variables.
19443 (elint-unbound-variable): Respect elint-bound-variable.
19444 (elint-get-args): Respect elint-bound-function.
19445 (elint-check-cond-form): Add some simple handling for (f)boundp and
19446 featurep tests.
19447 (elint-check-defalias-form): New handler.
19448 (elint-check-let-form): Make an empty let a warning rather than an
19449 error.
19450 (elint-check-setq-form): Make an empty setq a warning rather than an
19451 error. Respect elint-ignored-warnings.
19452 (elint-check-defvar-form): Accept null doc-strings.
19453 (elint-check-conditional-form): New handler. Does some simple-minded
19454 checking of featurep and (f)boundp tests.
19455 (elint-put-function-args): New function.
19456 (elint-initialize): Use elint-scan-doc-file rather than
19457 elint-find-builtin-variables. Use elint-put-function-args.
19458 Possibly scan preloaded-file-list.
19459 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19460 extend to handle functions as well.
19461
245be23c
JB
194622009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19463
19464 * linum.el (linum-delete-overlays, linum-update-window):
19465 Do not modify the right margin. (Bug#3971)
19466
91fdbd6f
CY
194672009-09-21 Chong Yidong <cyd@stupidchicken.com>
19468
6a7662bb
BR
19469 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19470 Use nxml-mode instead of xml-mode.
91fdbd6f 19471
7589d38e
JB
194722009-09-21 Kevin Ryde <user42@zip.com.au>
19473
19474 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19475
5ac42715
SM
194762009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19477
19478 * net/dig.el (dig-mode): Use define-derived-mode.
19479
09c01323
DN
194802009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19481
4096c5f2
DN
19482 * vc-dispatcher.el (vc-do-command): Return the process object in
19483 the asynchronous case. Use when instead of if. Do not run
5480359e 19484 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19485
0e172cc2
DN
19486 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19487 properties to the stash strings.
19488 (vc-git-stash-list): Return a list of strings.
19489 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19490 (vc-git-stash-show-at-point): New functions.
19491 (vc-git-stash-map): New keymap.
19492
03304f31
SM
19493 * register.el (ctl-x-r-map): Define the keys here instead of
19494 using autoload.
09c01323 19495
03304f31 194962009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19497
19498 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19499 list, to workaround performance problem (bug#4485).
19500
2f5fc4d7
NR
195012009-09-20 Nick Roberts <nickrob@snap.net.nz>
19502
19503 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19504
b0f5fd2e
DU
195052009-09-20 Daiki Ueno <ueno@unixuser.org>
19506
19507 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19508 Document that this option is not recommended to use.
19509
f3445fab
GM
195102009-09-19 Glenn Morris <rgm@gnu.org>
19511
547c6921
GM
19512 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19513 variable `var'.
19514
f3445fab
GM
19515 * calc/calc-alg.el (var):
19516 * calc/calcalg2.el (var): Define for compiler.
19517
946c009b
CY
195182009-09-19 Chong Yidong <cyd@stupidchicken.com>
19519
e3f36d03
SM
19520 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19521 Doc fix (Bug#3932).
e2045997 19522
24aedbca
CY
19523 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19524
327dd27a
CY
19525 * time-stamp.el (time-stamp-month-dd-yyyy)
19526 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19527 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19528 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19529 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19530 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19531
946c009b
CY
19532 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19533 indent buffer only if called interactively (Bug#4452).
19534
3e70541a 195352009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19536 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19537
19538 This fixes bug#4197 (merged to bug#865, though not identical).
19539 * server.el (server-auth-dir): Add docstring note about FAT32.
19540 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19541 but warn against using them.
19542
9b94c32e
NR
195432009-09-19 Nick Roberts <nickrob@snap.net.nz>
19544
19545 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19546 older GDB where there is no has_more field.
19547
66590684
GM
195482009-09-19 Glenn Morris <rgm@gnu.org>
19549
19550 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19551
9a1337f9
CY
195522009-09-18 Chong Yidong <cyd@stupidchicken.com>
19553
19554 * files.el (auto-mode-alist): Change default for XML files to nXML
19555 mode (Bug#4169).
19556
d7554167
JB
195572009-09-18 Juanma Barranquero <lekktu@gmail.com>
19558
19559 * server.el (server-ensure-safe-dir): Pass 'integer
19560 to `file-attributes', as suggested.
19561
35a3f9a4
SM
195622009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19563
19564 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19565 (dired-query): Use read-key.
19566
044f9b05
AR
195672009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19568
19569 * cus-start.el (ns-use-qd-smoothing): Remove.
19570
6188ea49
GM
195712009-09-18 Glenn Morris <rgm@gnu.org>
19572
08cf18e4
GM
19573 * allout.el (top-level): Remove unnecessary progn.
19574
07eae5c5
GM
19575 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19576
6726c25e
GM
19577 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19578 definition of abbrev table.
19579
3f527154 19580 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19581 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19582 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19583 * net/newst-backend.el (newsticker--cache-read-feed):
19584 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19585 condition-case handlers.
19586
ccb4c30c
NR
195872009-09-18 Nick Roberts <nickrob@snap.net.nz>
19588
19589 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19590 (gdb-var-list): Add an element for has_more field.
19591 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19592 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19593 (gdb-var-update-handler-1): Parse output of dynamic variable
19594 objects (STL containers).
19595 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19596 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19597
19598 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19599 gdb-var-list.
19600 (gud-speedbar-buttons): Make node expandable if expression "has more"
19601 children.
19602
8686ac71
JB
196032009-09-17 Juanma Barranquero <lekktu@gmail.com>
19604
19605 * startup.el (emacs-quick-startup): Remove variable and all uses.
19606 (command-line): Set `inhibit-x-resources' instead.
19607 (command-line-1): Use `inhibit-x-resources' instead.
19608
a69c67e8
CY
196092009-09-17 Chong Yidong <cyd@stupidchicken.com>
19610
19611 * subr.el: Fix last change to avoid using the `unless' macro,
19612 which breaks bootstrapping.
19613
354f0faf
SM
196142009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19615
19616 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19617 extended definitions, in case we reload subr.el after having
19618 loaded CL.
19619 (eval-next-after-load): Mark as obsolete.
19620
98b9bf40
JL
196212009-09-17 Juri Linkov <juri@jurta.org>
19622
19623 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19624 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19625 (menu-bar-showhide-menu, menu-bar-tools-menu)
19626 (menu-bar-describe-menu, menu-bar-help-menu)
19627 (minibuffer-local-completion-map, minibuffer-local-map):
19628 Fix list quoting.
19629
28fab7b5
GM
196302009-09-17 Glenn Morris <rgm@gnu.org>
19631
88d5190c
GM
19632 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19633 arguments, whether or not it has a handler.
19634
74f24ba7
GM
19635 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19636
28fab7b5
GM
19637 * simple.el (hard-newline): Give it a doc-string.
19638
a8106aec
GM
19639 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19640 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19641
76251ad7
DN
196422009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19643
72033dbe
DN
19644 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19645 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19646 (menu-bar-options-menu, menu-bar-showhide-menu)
19647 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19648 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19649 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19650 (menu-bar-options-menu, menu-bar-tools-menu)
19651 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19652 (menu-bar-help-menu):
19653 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19654 string arguments.
19655
76251ad7
DN
19656 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19657 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19658 calls for the menu names and :help.
19659
97b952b7
SM
196602009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19661
19662 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19663 to :minor-mode-function (bug#4455).
19664
8f38189e
SM
196652009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19666
d2fd733e
SM
19667 * startup.el (command-line): Initialize the window-system after
19668 processing the command-line.
19669
8f38189e
SM
19670 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19671 page-delimiter matches the empty string.
19672
77564fa4
GM
196732009-09-16 Glenn Morris <rgm@gnu.org>
19674
19675 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19676 byte-compile-not-obsolete-var. It's a list now.
19677 (byte-compile-not-obsolete-funcs): New variable.
19678 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19679 byte-compile-not-obsolete-funcs.
19680 (byte-compile-variable-ref, byte-compile-defvar): Update for
19681 byte-compile-not-obsolete-vars name-change and list nature.
19682 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19683 and variables behind (f)boundp tests.
19684 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19685
79d316d3
DN
196862009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19687
19688 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19689
8fed6934
SM
196902009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19691
19692 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19693 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19694 Don't autoload.
19695
4078fd57
SE
196962009-09-15 Stephen Eglen <stephen@gnu.org>
19697
19698 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19699 the virtual-buffers, use the name of the buffer specified by
4078fd57 19700 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19701 problem if the target and the symlink had different names.)
4078fd57 19702
838ff458
SM
197032009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19704
b3c7c12d
SM
19705 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19706
13dc2bc2
SM
19707 * desktop.el (desktop-path): Check user-emacs-directory.
19708
49fec531
SM
19709 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19710
0e328d37
SM
19711 * loadup.el: Use after-load-functions to GC after loading each file.
19712 Remove the explicit GC calls that used to be sprinkled around.
19713
838ff458
SM
19714 * subr.el (after-load-functions): New hook.
19715 (do-after-load-evaluation): Run it. Use string-match-p to detect
19716 `obsolete' packages, rather than painfully extracting the relevant
19717 directory name.
19718
a62f564f
GM
197192009-09-15 Glenn Morris <rgm@gnu.org>
19720
19721 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19722 free variable `doc'.
19723
19724 * dired.el (dired-mode-map): Add menu entry for async shell command.
19725
19726 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19727 variables, also consider the .elc files, since the .el files are
19728 normally gzipped (subsequent code locates the .el.gz from the .elc).
19729
19730 * calc/calc-prog.el (arglist): Define for compiler.
19731
19732 * calendar/diary-lib.el (diary-display-function): Change the default to
19733 fancy display.
19734 (body): Define for compiler.
19735
19736 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19737 (byte-compile-file-form, byte-compile-lambda)
19738 (byte-compile-top-level-body, byte-compile-form)
19739 (byte-compile-variable-ref, byte-compile-setq)
19740 (byte-compile-setq-default, byte-compile-body)
19741 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19742 (batch-byte-compile): Give some more local variables with common names
19743 a "bytecomp-" prefix to avoid masking warnings about free variables.
19744
cd05fe7f
GM
19745 * startup.el (command-line-1): Give local variables with common names a
19746 distinguishing prefix, so as not to hide free variable warnings during
19747 bootstrap.
19748
a62f564f
GM
19749 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19750 clever and add a suffix to make a unique name, just let the user decide
19751 whether or not to overwrite it. If the input is a directory, write the
19752 default filename to that directory. (Bug#4388)
19753 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19754 is a filename-as-a-directory.
19755
fbc88440
SM
197562009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19757
19758 * textmodes/page.el (what-page): Don't move to beginning of line.
19759 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19760
60308853
DN
197612009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19762
19763 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19764
32ba3abc
DN
197652009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19766
9cd39aff
DN
19767 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19768 * help.el (help-for-help-internal): Add purecopy calls for text.
19769
32ba3abc
DN
19770 * vc.el (top): print-log method now takes an optional SHORTLOG
19771 argument. Add a new method: root.
32ba3abc
DN
19772 (vc-root-diff, vc-print-root-log): New functions.
19773 (vc-log-short-style): New variable.
19774 (vc-print-log-internal): Add support for showing short logs.
19775
19776 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19777 vc-print-root-log and vc-print-root-diff.
19778
19779 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19780 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19781 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19782 short logs.
19783
19784 * vc-cvs.el (vc-cvs-print-log):
19785 * vc-mtn.el (vc-mtn-print-log):
19786 * vc-rcs.el (vc-rcs-print-log):
19787 * vc-sccs.el (vc-sccs-print-log):
19788 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19789 that is ignored for now.
19790
837b0e99
DN
19791 * vc-mtn.el (vc-mtn-annotate-command):
19792 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19793
31cd2dd4
SM
197942009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19797 to function-key-map, and give them ascii-character property.
19798 * term/x-win.el (x-alternatives-map):
19799 * term/ns-win.el (ns-alternatives-map):
19800 * term/internal.el (msdos-key-remapping-map):
19801 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19802
d62e5bf2
GM
198032009-09-14 Glenn Morris <rgm@gnu.org>
19804
19805 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19806 temp-buffers (2009-09-12).
19807
7d0105e5
SM
198082009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19809
19810 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19811 the new read-key function.
19812
e17ed9ad
CY
198132009-09-13 Chong Yidong <cyd@stupidchicken.com>
19814
19815 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19816 is defined (Bug#4405).
19817
1fc26e29
CY
198182009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19819
19820 * recentf.el (recentf-cleanup): Use a hash table to find
19821 duplicates (Bug#4407).
19822
61dc96a2 198232009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19824
19825 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19826 kp-0 to ascii equivalents (Bug#4325).
19827
42c3a9e3
CY
198282009-09-13 Chong Yidong <cyd@stupidchicken.com>
19829
1f5c1626
CY
19830 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19831
42c3a9e3 19832 * eshell/em-hist.el:
31cd2dd4
SM
19833 * eshell/em-dirs.el (eshell-complete-user-reference):
19834 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19835
198362009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19837
19838 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19839 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19840 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19841 * eshell/em-hist.el (eshell-history-file-name):
19842 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19843
1e2b6acf
GM
198442009-09-13 Glenn Morris <rgm@gnu.org>
19845
19846 * ediff-merg.el (ediff-do-merge):
19847 * filesets.el (filesets-run-cmd):
19848 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19849 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19850 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19851 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19852 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19853 Replace empty `let's with `progn'.
19854
adba8116
SM
198552009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19856
19857 * mail/sendmail.el (send-mail-function):
19858 * tooltip.el (tooltip-mode):
19859 * simple.el (transient-mark-mode):
19860 * rfn-eshadow.el (file-name-shadow-mode):
19861 * frame.el (blink-cursor-mode):
19862 * font-core.el (global-font-lock-mode):
19863 * files.el (temporary-file-directory)
19864 (small-temporary-file-directory, auto-save-file-name-transforms):
19865 * epa-hook.el (auto-encryption-mode):
19866 * composite.el (global-auto-composition-mode):
19867 Use custom-initialize-delay.
19868 * startup.el (command-line): Don't explicitly call
19869 custom-reevaluate-setting for all the above vars.
19870 * custom.el (custom-initialize-safe-set)
19871 (custom-initialize-safe-default): Delete.
19872
0a4afea9
SM
198732009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19874
9f94990d
SM
19875 * term/x-win.el (x-initialize-window-system):
19876 * term/w32-win.el (w32-initialize-window-system):
19877 * term/ns-win.el (ns-initialize-window-system): Don't call
19878 mouse-wheel-mode since it's enabled globally by default already.
19879
0a4afea9
SM
19880 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19881 actually define the variable, but only silences the byte-compiler.
19882 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19883 before looking it up.
19884 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19885 is changed.
19886
bf01513f
GM
198872009-09-12 Glenn Morris <rgm@gnu.org>
19888
19889 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19890 1000.
19891 (elint-add-required-env): Don't beep on error.
19892 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19893 (elint-init-env): Skip non-list forms.
19894 (elint-log): Handle unknown file positions.
bf01513f 19895
d85889e4
DU
198962009-09-12 Daiki Ueno <ueno@unixuser.org>
19897
19898 * epg.el (epg-make-context): Add autoload cookie.
19899 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19900 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19901 (epg-verify-string, epg-start-sign, epg-sign-file)
19902 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19903 (epg-encrypt-string, epg-start-export-keys)
19904 (epg-export-keys-to-file, epg-export-keys-to-string)
19905 (epg-start-import-keys, epg-import-keys-from-file)
19906 (epg-import-keys-from-string, epg-start-receive-keys)
19907 (epg-receive-keys, epg-import-keys-from-server)
19908 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19909 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19910 (epg-generate-key-from-file, epg-generate-key-from-string):
19911 Remove autoload cookie.
d85889e4 19912
8f825ee6
EZ
199132009-09-12 Eli Zaretskii <eliz@gnu.org>
19914
36b434ee
EZ
19915 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19916 reevaluation of trash-directory.
19917
8f825ee6
EZ
19918 * mwheel.el: Fix last change.
19919 (mouse-wheel-mode): New defvar.
19920 (mouse-wheel-mode): Remove autoload cookie.
19921
5766c380
SM
199222009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19923
ab5c0fcd
SM
19924 * mwheel.el (mwheel-installed-bindings): New var.
19925 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19926 the bindings we set last time. Use custom-initialize-delay.
19927 * loadup.el: Load mwheel after term/*-win.el.
19928 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19929 and mouse-wheel-up-event now that their first evaluation is done
19930 sufficiently late to be correct.
19931
45448e64
SM
19932 * startup.el (tutorial-directory): Make it a defcustom.
19933 Use custom-initialize-delay rather than eval-at-startup to set it.
19934 * image.el (image-load-path): Make it a defcustom.
19935 Use custom-initialize-delay rather than eval-at-startup to set it.
19936 * subr.el (eval-at-startup): Remove.
19937 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19938
5766c380
SM
19939 * subr.el (do-after-load-evaluation): Warn the user after loading an
19940 obsolete package.
19941
d6549da4
GM
199422009-09-12 Glenn Morris <rgm@gnu.org>
19943
19944 * proced.el (proced-mark-alt): Remove alias.
19945 (proced-mode-map): Remove proced-mark-alt.
19946
19947 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19948 Elint file and directory. Remove initialization entry.
19949
19950 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19951 commands.
19952 (elint-current-buffer): Set mode-line-process.
19953 (elint-init-env): Handle define-derived-mode.
19954 Fix declare-function with unspecified arglist. Guard against odd
19955 defalias statements (eg iso-insert's 8859-1-map).
19956 (elint-add-required-env): Use a temp buffer.
19957 (elint-form): Just print the function/macro name, not the whole form.
19958 Return env unchanged if we fail to parse a macro.
19959 (elint-forms): Guard against parse errors.
19960 (elint-output): New function, to handle batch mode.
19961 (elint-log-message): Add optional argument. Use elint-output.
19962 (elint-set-mode-line): New function.
19963
30194d4d
CY
199642009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19965
19966 * emacs-lisp/elp.el (elp-not-profilable): Add more
19967 functions (Bug#4233).
19968
a035f9b0
CY
199692009-09-12 Chong Yidong <cyd@stupidchicken.com>
19970
19971 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19972 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19973
dad61164
NR
199742009-09-11 Nick Roberts <nickrob@snap.net.nz>
19975
19976 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19977 (gdb-var-list-children): Use json parsing.
19978
9c3c9fdf 199792009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19980
19981 * progmodes/js.el (js--proper-indentation): Handle the case where
19982 char-before is null. Reported by Deniz Dogan.
19983
b4587710
JB
199842009-09-11 Juanma Barranquero <lekktu@gmail.com>
19985
19986 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19987
13890796
DU
199882009-09-11 Daiki Ueno <ueno@unixuser.org>
19989
19990 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19991 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19992 (epg-context-set-passphrase-callback)
97d4bdba 19993 (epg-context-set-progress-callback): Add description about
b18508dd 19994 callback function.
13890796 19995
2efb64a8
SM
199962009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19997
790d0270
SM
19998 * custom.el (custom-delayed-init-variables): New var.
19999 (custom-initialize-delay): New function.
20000 * startup.el (command-line): "Re"evaluate all vars in
20001 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
20002 explicitly any more.
20003 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
20004 to avoid creating a ~/.emacs.d at build-time (bug#4347).
20005
20006 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 20007
ac243a40
NR
200082009-09-11 Nick Roberts <nickrob@snap.net.nz>
20009
20010 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20011 (gdb-var-update-handler): Use json parsing.
20012
657bc6fc
JB
200132009-09-11 Juanma Barranquero <lekktu@gmail.com>
20014
20015 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20016 decode annotated text, regardless of language environment. (Bug#2741)
20017
b6fe8102
SM
200182009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20019
20020 * Makefile.in (autoloads): Make rmail.el writable as well.
20021
5cc443fe
GM
200222009-09-11 Glenn Morris <rgm@gnu.org>
20023
5515c54e
GM
20024 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20025 loaddefs.el.
20026 * dired.el: Regenerate with extracted autoloads.
20027 * Makefile.in (autoloads): Make dired.el writable.
20028
15067158
GM
20029 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20030 * ibuffer.el: Regenerate with extracted autoloads.
20031 * Makefile.in (autoloads): Make ibuffer.el writable.
20032
d35d0238
GM
20033 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20034 * version.el (emacs-copyright, emacs-major-version)
20035 (emacs-minor-version): Reformat doc-strings for make-docfile.
20036
5cc443fe
GM
20037 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20038 functions and variables, since they must be stuff specific to some other
20039 platform.
20040 (apropos-print): Make mouse-click message less specific about button.
20041
20042 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20043 that records where a macro was defined.
20044 * help-fns.el (describe-function-1): Mention if a function has a
20045 compiler-macro.
20046 * help-mode.el (help-function-cmacro): New button.
20047
20048 * locate.el (top-level): Always require dired.
20049 (locate-mode-map): Initialize inside the defvar.
20050
20051 * net/ange-ftp.el (dired-compress-file): Declare.
20052 (ange-ftp-dired-compress-file): Add doc string.
20053
20054 * term/ns-win.el (x-display-name, x-setup-function-keys):
20055 Unify doc-strings with X versions.
20056
8cb95edf
SM
200572009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20058
726a4d09
SM
20059 * emulation/crisp.el (crisp-mode-map): Move initialization
20060 into declaration.
20061 (crisp-mode): Use define-minor-mode.
20062
8cb95edf
SM
20063 * progmodes/xscheme.el (xscheme-evaluation-commands):
20064 Put a :advertised-binding property rather than using
20065 advertised-xscheme-send-previous-expression.
20066 (advertised-xscheme-send-previous-expression): Declare obsolete.
20067 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20068 `advertised-undo'.
20069 (crisp-mode): Add corresponding bindings to
20070 undo's :advertised-binding instead.
20071 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20072 than using dired-advertised-find-file.
20073 (dired-advertised-find-file):
20074 * simple.el (advertised-undo):
20075 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20076 (widget-keymap): Put a :advertised-binding property rather
20077 than using advertised-widget-backward.
20078 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20079 than using advertised-undo.
20080 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20081
07db5857
SS
200822009-09-10 Simon South <ssouth@slowcomputing.org>
20083
20084 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20085 Mark mode is enabled and region is active; otherwise indent or
20086 insert TAB as usual.
20087 (delphi-mode): Update description of TAB-key binding.
20088
50d4ba39
SM
200892009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20090
20091 * subr.el (define-key-rebound-commands): Mark obsolete.
20092 * startup.el (precompute-menubar-bindings): Remove.
20093 (normal-top-level): Remove obsolete code that tried to precompute
20094 menubar bindings.
20095 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20096 define-key-rebound-commands and precompute-menubar-bindings.
20097
ffa894db
KY
200982009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20099
20100 * net/imap.el (imap-interactive-login): Better messages.
20101 (imap-open): Fix bug with renamed buffer on reconnect.
20102 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20103 for easier debugging and cleaner code. On successful (guessed based on
20104 server capabilities) secondary authentication, set imap-state
20105 correctly.
20106 (imap-last-authenticator): Define imap-last-authenticator as a variable
20107 to avoid warnings.
20108
9477096c
GM
201092009-09-10 Glenn Morris <rgm@gnu.org>
20110
20111 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20112
20113 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20114 (byte-compile-file-form-autoload): Don't warn about unknown functions
20115 where the autoload statement comes after the use.
20116 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20117 that any handlers inside the body (eg require) are in turn respected.
20118
20119 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20120 effects.
20121
20122 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20123 and syntax and abbrev tables basic docs, if they don't have any.
20124
20125 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20126
20127 * international/mule-cmds.el (top-level): Require cl when compiling.
20128 (view-hello-file): Use default-value rather than
20129 default-enable-multibyte-characters.
20130
20131 * progmodes/fortran.el: Move all safe and risky properties into the
20132 defcustoms.
20133
20134 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20135 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20136 * mail/undigest.el:
20137 Put autoloads in rmail.el rather than loaddefs.el.
20138 * mail/rmail.el: Regenerate with extracted autoloads.
20139
20140 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20141 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20142
9f16c547
NR
201432009-09-10 Nick Roberts <nickrob@snap.net.nz>
20144
20145 Reported in thread for Bug#4375.
20146 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20147 "-data-evaluate-expression" instead of print.
20148 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20149 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
20150 (gdb): Revert 2009-08-11 change. User should detach inferior
20151 manually.
9f16c547
NR
20152
20153 Remove the word "separate" from IO functions as inferior
20154 output is now never displayed in the GUD buffer.
20155
50405cd0
JB
201562009-09-10 Juanma Barranquero <lekktu@gmail.com>
20157
20158 * startup.el (command-line-normalize-file-name): On Windows and
20159 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20160
7ae62430
JL
201612009-09-10 Juri Linkov <juri@jurta.org>
20162
20163 * isearch.el (isearch-text-char-description): Propertize escape
20164 character sequences with the `escape-glyph' face. (Bug#4344)
20165
20166 * simple.el (shell-command): Set asynchronous process filter to
20167 `comint-output-filter'. (Bug#4343)
20168
20169 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20170 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20171 the list. Move "asm" to the bottom.
20172 (grep-find-ignored-directories): Add `choice' with nil value
20173 to empty the list easily.
20174 (grep-find-ignored-files): New option.
20175 (grep-files-history): Set to nil by default instead of '("ch" "el").
20176 (grep-compute-defaults): Add "<X>" to `grep-template'.
20177 (grep-read-files): Bind new local variables `default-alias' and
20178 `default-extension'. Use a list of default values for the file prompt.
20179 (lgrep): Add `--exclude=' command line options composed from
20180 `grep-find-ignored-files'.
20181 (rgrep): Add `-name' command line options composed from
20182 `grep-find-ignored-files'. (Bug#4301)
20183
cd875252
SM
201842009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20185
20186 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20187 (bug#4368).
20188
cdce0b33
KY
201892009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20190
20191 * calendar/time-date.el (autoload):
20192 Expand define-obsolete-function-alias into defalias and make-obsolete
20193 for old Emacsen that Gnus supports.
20194 (with-no-warnings): Define it for old Emacsen.
20195 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20196 is available.
20197 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20198 float-time is available; suppress compile warning for time-to-seconds.
20199
202002009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20201
20202 * net/imap.el (imap-message-map): Docstring fix.
20203
2b2eb431
GM
202042009-09-09 Glenn Morris <rgm@gnu.org>
20205
20206 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20207 line numbers too. (Bug#4374)
20208
83a5aac5
SM
202092009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20210
755e0210
SM
20211 * smerge-mode.el (smerge-remove-props, smerge-refine):
20212 Use with-silent-modifications (bug#4342).
20213
83a5aac5
SM
20214 * subr.el (with-silent-modifications): New macro.
20215
79f01fa7
JB
202162009-09-07 Juanma Barranquero <lekktu@gmail.com>
20217
20218 * files.el (top-level): Require `cl' when compiling.
20219
448ecec3
GM
202202009-09-07 Glenn Morris <rgm@gnu.org>
20221
20222 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20223
8f09a02f
GM
20224 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20225 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20226
76ff67bf
NR
202272009-09-06 Nick Roberts <nickrob@snap.net.nz>
20228
20229 * vc-git.el (vc-git-annotate-command): Use separator to parse
20230 arguments correctly.
20231
943c8b75
EZ
202322009-09-06 Eli Zaretskii <eliz@gnu.org>
20233
20234 * proced.el (proced-mode): Doc fix.
20235
680db9ac
MA
202362009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20237
20238 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20239 lstat fails.
20240 (tramp-do-file-attributes-with-ls): Check for file existence at
20241 remote end.
20242 (tramp-do-file-attributes-with-stat): Likewise.
20243 (tramp-convert-file-attributes): Return nil when attr is nil.
20244
3f12e5bd
GM
202452009-09-05 Glenn Morris <rgm@gnu.org>
20246
c8dc27bf
GM
20247 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20248 properties to this button.
20249 (diary-fancy-display): Don't extend the button to the final newline.
20250 (diary-fancy-display-mode): Continue to define "q" as a local key.
20251
cca065d8
GM
20252 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20253 efficient.
20254
cddaedb6
GM
20255 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20256
3f12e5bd
GM
20257 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20258 (byte-compile-dest-file-function): New option.
20259 (byte-compile-dest-file): Doc fix.
20260 Obey byte-compile-dest-file-function.
20261 (byte-compile-cl-file-p): New function.
20262 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20263 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20264 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20265 than for file being previously loaded.
20266 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20267 (byte-compile-file-form-require): Handle the case where requiring a file
20268 indirectly causes CL to be loaded.
20269
049a231b
KF
202702009-09-05 Karl Fogel <kfogel@red-bean.com>
20271
20272 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20273 before killing the old buffer, since by the time `kill-buffer' is
20274 run so many buffer variables have been set to nil that it may not
20275 behave as expected. (Bug#4061)
20276
ef7ef2a0
KF
202772009-09-05 Karl Fogel <kfogel@red-bean.com>
20278
20279 * files.el (find-alternate-file): If the old buffer is modified
20280 and visiting a file, behave similarly to `kill-buffer' when
20281 killing it, thus reverting to the pre-1.878 behavior; see
20282 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20283 for discussion. Also, consult `buffer-file-name' as a variable
20284 not as a function, for consistency with the rest of the code.
20285
73d854cd
MA
202862009-09-04 Michael Albinus <michael.albinus@gmx.de>
20287
20288 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20289 also when adding a new directory.
20290
6a7662bb
BR
20291 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20292 New defun.
73d854cd 20293
df120481
SM
202942009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20295
20296 * files.el (locate-file-completion-table): Make it provide boundary
20297 information, so partial-completion works better.
20298
c0bc6d79
SM
202992009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20300
20301 * mail/footnote.el (Footnote-text-under-cursor):
20302 Check footnote-text-marker-alist before using it (bug#4324).
20303
f76a9756
GM
203042009-09-04 Glenn Morris <rgm@gnu.org>
20305
67d110f1
GM
20306 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20307 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20308 * play/solitaire.el, play/tetris.el:
20309 Remove leading * from defcustom and defface docs.
20310
b42d4989
GM
20311 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20312 necessary.
20313 (diary-fancy-overriding-map): New variable.
20314 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20315 Use view-mode.
20316
f76a9756
GM
20317 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20318 goto-line.
20319
e605eeeb
GM
203202009-09-03 Glenn Morris <rgm@gnu.org>
20321
597e2240
GM
20322 * arc-mode.el (archive-mode):
20323 * dos-fns.el (set-default-process-coding-system):
20324 * man.el (Man-getpage-in-background):
20325 * menu-bar.el (menu-bar-describe-menu):
20326 * server.el (server-process-filter):
20327 * startup.el (command-line):
20328 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20329 * w32-fns.el (set-default-process-coding-system):
20330 * x-dnd.el (x-dnd-handle-file-name):
20331 * international/mule-cmds.el (mule-menu-keymap)
20332 (set-default-coding-systems, language-info-alist, set-language-info)
20333 (set-language-environment, standard-display-european-internal)
20334 (set-locale-environment):
20335 * international/mule-diag.el (mule-diag):
20336 * mail/emacsbug.el (report-emacs-bug):
20337 * mail/rmail.el (rmail-mode):
20338 * mail/sendmail.el (mail-setup):
20339 Use default-value rather than default-enable-multibyte-characters.
20340
f38184aa
GM
20341 * progmodes/f90.el: Move all safe properties into the defcustoms.
20342 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20343
e605eeeb
GM
20344 * calendar/appt.el (appt-check):
20345 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20346 (diary-check-diary-file, diary-list-entries)
20347 (diary-include-other-diary-files, diary-simple-display)
20348 (diary-fancy-display, diary-print-entries)
20349 (diary-mark-included-diary-files, diary-make-entry):
20350 Don't call substitute-in-file-name on diary-file.
20351
734db384 203522009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20353 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20354
20355 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20356 (footnote-mode-map): Move initialization into the declaration.
20357 (footnote-minor-mode-map): Define it rather than changing global-map.
20358 (footnote-mode): Use define-minor-mode.
20359
e5aa47f9
MA
203602009-09-02 Michael Albinus <michael.albinus@gmx.de>
20361
20362 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20363 (tramp-do-file-attributes-with-perl)
20364 (tramp-do-file-attributes-with-stat): Rename from
20365 `tramp-handle-file-attributes-with-*'.
20366 (tramp-handle-file-attributes): Use them.
20367 (tramp-do-directory-files-and-attributes-with-perl)
20368 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20369 `tramp-handle-directory-files-and-attributes-with-*'.
20370 (tramp-handle-directory-files-and-attributes): Use them.
20371 (tramp-method-out-of-band-p): Additional parameter SIZE.
20372 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20373 (tramp-handle-write-region): Use it.
734db384 20374 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20375 (tramp-handle-vc-registered): Check, whether the first run did
20376 return files to be tested.
20377 (tramp-advice-make-auto-save-file-name): Do not call directly
20378 `tramp-handle-make-auto-save-file-name', because this would bypass
20379 the locking mechanism.
20380
734db384 20381 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20382 (file-remote-p, process-file, start-file-process, set-file-times)
20383 (tramp-compat-file-attributes): Compatibility functions shall not
20384 call directly `tramp-handle-*', because this would bypass the
20385 locking mechanism.
20386 (tramp-compat-number-sequence): New defun.
20387
6e2ca895
GM
203882009-09-02 Glenn Morris <rgm@gnu.org>
20389
697c7714
GM
20390 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20391 alias for float-time.
20392 (time-to-number-of-days): In Emacs, use float-time.
20393 * net/newst-backend.el (time-add): Suppress warnings from compat
20394 function.
20395 * time.el (emacs-uptime, emacs-init-time):
20396 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20397 Use float-time rather than time-to-seconds.
20398
6e2ca895
GM
20399 * minibuffer.el (completion-initials-expand): Fix typo.
20400
20401 * faces.el (modeline, modeline-inactive, modeline-highlight)
20402 (modeline-buffer-id):
20403 * info.el (info-menu-5): Mark these face aliases as obsolete.
20404
ed17efec
NR
204052009-09-01 Nick Roberts <nickrob@snap.net.nz>
20406
20407 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20408 space ...
20409 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20410 no "--thread" option.
20411 (gdb-stopped): Don't print "Switched to thread" message when it is
20412 unchanged.
20413
fcb68f70
SM
204142009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20415
20416 * minibuffer.el (completion-try-completion)
20417 (completion-all-completions): Remove ill-defined (and
20418 mistakenly installed and luckily never used nor documented)
20419 `completion-styles' property.
20420 (completion-initials-expand, completion-initials-all-completions)
20421 (completion-initials-try-completion): New functions.
20422 (completion-styles-alist): Add doc to each entry.
20423 Add new `initials' entry.
20424
83318a6d
NR
204252009-09-01 Nick Roberts <nickrob@snap.net.nz>
20426
20427 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20428 MI command -var-evaluate-expression.
20429 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20430 and tweak for case of string child.
734db384 20431 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20432
d63eb0e7
GM
204332009-09-01 Glenn Morris <rgm@gnu.org>
20434
c4f6e489
GM
20435 * add-log.el (change-log-date-face, change-log-name-face)
20436 (change-log-email-face, change-log-file-face, change-log-list-face)
20437 (change-log-conditionals-face, change-log-function-face)
20438 (change-log-acknowledgement-face):
20439 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20440 (custom-modified-face, custom-set-face, custom-changed-face)
20441 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20442 (custom-documentation-face, custom-state-face, custom-comment-face)
20443 (custom-comment-tag-face, custom-variable-tag-face)
20444 (custom-variable-button-face, custom-face-tag-face)
20445 (custom-group-tag-face-1, custom-group-tag-face):
20446 * diff-mode.el (diff-header-face, diff-file-header-face)
20447 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20448 (diff-added-face, diff-changed-face, diff-function-face)
20449 (diff-context-face, diff-nonexistent-face):
20450 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20451 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20452 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20453 (Info-title-4-face):
20454 * isearch.el (isearch-lazy-highlight-face):
20455 * log-view.el (log-view-file-face, log-view-message-face):
20456 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20457 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20458 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20459 (cvs-msg-face):
20460 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20461 (smerge-base-face, smerge-markers-face):
20462 * wid-edit.el (widget-documentation-face, widget-button-face)
20463 (widget-field-face, widget-single-line-field-face)
20464 (widget-inactive-face, widget-button-pressed-face):
20465 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20466 (woman-addition-face):
2fb1ec93
GM
20467 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20468 (eshell-ls-executable-face, eshell-ls-readonly-face)
20469 (eshell-ls-unreadable-face, eshell-ls-special-face)
20470 (eshell-ls-missing-face, eshell-ls-archive-face)
20471 (eshell-ls-backup-face, eshell-ls-product-face)
20472 (eshell-ls-clutter-face):
20473 * eshell/em-prompt.el (eshell-prompt-face):
20474 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20475 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20476 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20477 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20478 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20479 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20480 (antlr-font-lock-literal-face):
c4f6e489
GM
20481 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20482 (ebrowse-root-class-face, ebrowse-file-name-face)
20483 (ebrowse-default-face, ebrowse-member-attribute-face)
20484 (ebrowse-member-class-face, ebrowse-progress-face):
20485 * progmodes/make-mode.el (makefile-space-face):
20486 * progmodes/sh-script.el (sh-heredoc-face):
20487 * textmodes/flyspell.el (flyspell-incorrect-face)
20488 (flyspell-duplicate-face):
20489 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20490 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20491 Mark face aliases with "-face" suffix as obsolete.
20492
d80619fa
GM
20493 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20494 compiler.
20495
5f68c1b7
GM
20496 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20497 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20498 easy-menu-define wants to modify these.
20499
20500 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20501
20502 * net/browse-url.el (browse-url-file-url):
20503 * term/internal.el (dos-codepage-setup):
20504 Use default-value rather than default-enable-multibyte-characters.
20505
d80619fa 20506 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20507 * progmodes/flymake.el (flymake-highlight-line)
20508 (flymake-goto-file-and-line, flymake-goto-line):
20509 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20510 (gdb-goto-breakpoint):
20511 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20512 * progmodes/python.el (python-find-function)
20513 (python-pdbtrack-track-stack-file):
20514 * progmodes/verilog-mode.el (verilog-surelint-off):
20515 * term/ns-win.el (ns-open-file-select-line):
20516 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20517 Use forward-line rather than goto-line.
20518
d63eb0e7
GM
20519 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20520 * textmodes/reftex-index.el (reftex-display-index):
20521 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20522 * textmodes/reftex-toc.el (reftex-toc):
20523 Remove unnecessary bindings of default-major-mode (all are followed by
20524 major-mode check and possible mode switch).
20525
0afad278
NR
205262009-08-31 Nick Roberts <nickrob@snap.net.nz>
20527
20528 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20529 Handle watchpoints (bug#4282).
20530 (def-gdb-thread-buffer-command): Enable thread to be selected by
20531 clicking without selecting threads buffer first.
20532 (gdb-current-context-command): Use selected frame so that "up",
20533 "down" etc work in the GUD buffer.
20534 (gdb-update): Find selected frame before rendering stack buffer.
20535 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20536
4e135dd2
SM
205372009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20538
20539 * progmodes/sym-comp.el (displayed-completions): Remove.
20540 (symbol-complete): Use minibuffer-complete.
20541
e61eba34
GM
205422009-08-31 Glenn Morris <rgm@gnu.org>
20543
20544 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20545
734db384
SM
20546 * apropos.el (apropos-symbols-internal):
20547 Handle (obsolete) face aliases.
e61eba34
GM
20548
20549 * faces.el (describe-face): Adjust the output format to be more like
20550 describe-variable, and to mention (obsolete) face aliases.
20551 Adjust the whitespace so that help-setup-xref works.
20552
20553 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20554 * calendar/diary-lib.el (diary-button-face):
20555 Mark these face aliases as obsolete.
20556
20557 * calendar/calendar.el (calendar-today): Doc fix.
20558
4cf71456
NR
205592009-08-31 Nick Roberts <nickrob@snap.net.nz>
20560
20561 * progmodes/gdb-mi.el (gdb-control-all-threads)
20562 (gdb-control-current-thread): Force tool bar update.
20563 (gdb-non-stop-handler): New function.
20564 (gdb-init-1): Use it to test if non-stop mode is supported.
20565 Remove unused gdbmi buffer type.
20566
e61eba34 205672009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20568
20569 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20570 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20571
4324f7ca
NR
205722009-08-30 Nick Roberts <nickrob@snap.net.nz>
20573
20574 * comint.el (comint-exec-1): Check command is non-null first.
20575 Part of gdb-mi.el change (2009-08-28).
20576
a1bf889a
SM
205772009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20578
20579 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20580
060c08b5
JB
205812009-08-30 Juanma Barranquero <lekktu@gmail.com>
20582
20583 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20584 instead of `dolist' to avoid a recursive require when bootstrapping.
20585
ab22be48
SM
205862009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20587
73ebf88f
SM
20588 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20589
80629cfc
SM
20590 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20591
206d0387 20592 * net/imap.el (imap-send-command): Simplify.
734db384 20593 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20594
844f7784
SM
20595 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20596
5ca4661e
SM
20597 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20598 with constant argument.
20599
c61dc887
SM
20600 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20601
7eb73deb
SM
20602 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20603
5fe443de
SM
20604 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20605 Change default, since most of our files don't have a history.
20606 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20607 the user.
20608
6444d64a
SM
20609 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20610 Add comint-run.
20611
5cb16bfc
SM
20612 * calc/calc.el: Improve commenting convention.
20613 (calc-digit-map, toplevel): Simplify.
20614
0aeb71a7
SM
20615 * comint.el (comint-insert-input): Be careful to only set point if we
20616 don't delegate to some other command.
20617
9a9af856
SM
20618 * proced.el (proced-signal-list): Make it an alist.
20619 (proced-grammar-alist): Capitalize names.
20620 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20621 Disable undo manually and make it read-only.
20622 Use completion-annotate-function.
20623
ab22be48
SM
20624 * minibuffer.el (minibuffer-message): If the current buffer is not
20625 a minibuffer, insert the message in the echo area rather than at the
20626 end of the buffer.
20627 (completion-annotate-function): New variable.
20628 (minibuffer-completion-help): Use it.
20629 (completion--embedded-envvar-table): Environment vars are
20630 always case-sensitive.
20631
4a948dbf
GM
206322009-08-30 Glenn Morris <rgm@gnu.org>
20633
20634 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20635 from fortran-current-defun.
20636 (fortran-beginning-of-subprogram): Be more precise about finding the
20637 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20638 (fortran-end-of-subprogram): Simplify.
20639 (fortran-current-defun): Use fortran-start-prog-re.
20640
486cf3b8
JB
206412009-08-29 Juanma Barranquero <lekktu@gmail.com>
20642
20643 * subr.el (do-after-load-evaluation): Simplify.
20644
db167d28
DN
206452009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20646
20647 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20648
20649 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20650 (vc-rcs-print-log): Use it.
20651
20652 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20653
efbc652a
SM
206542009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20655
2aa0e5bf
SM
20656 * paths.el (abbrev-file-name): Move to abbrev.el.
20657 * abbrev.el (abbrev-file-name): Move from paths.el.
20658 Obey user-emacs-directory.
20659 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20660 user-emacs-directory.
20661 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20662 abbrev-file-name and calc-settings-file any more.
20663 * startup.el (command-line): Recompute abbrev-file-name and
20664 abbreviated-home-dir.
20665 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20666 of the special code for when C-h bindings haven't been changed.
20667 (display-startup-echo-area-message): Use with-current-buffer.
20668 (command-line-1): Use a list of strings, rather than a list of lists
20669 of strings for longopts.
20670
51da8fe2
SM
20671 * files.el (get-free-disk-space): Use / for default-directory.
20672
0c3cc4dd
SM
20673 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20674 Use with-current-buffer.
20675
d988dbf6
SM
20676 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20677 Recognize immutable variables like most-positive-fixnum.
20678 (byte-compile-setq-default): Check and warn if trying to assign
20679 to an immutable variable, or a non-variable.
20680
efbc652a
SM
20681 * progmodes/cc-vars.el (c-comment-continuation-stars):
20682 * progmodes/cc-engine.el (c-looking-at-bos):
20683 * progmodes/cc-cmds.el (c-toggle-auto-state)
20684 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20685 (c-comment-line-break-function): Add version of obsolescence.
20686
d30a05d1
JL
206872009-08-28 Juri Linkov <juri@jurta.org>
20688
20689 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20690 associated with `archive-mode'.
20691
20692 * image.el (image-type-header-regexps): Use only JPEG magic number
20693 to determine JPEG images, and don't use `image-jpeg-p' because
20694 Emacs can display non-JFIF non-Exif JPEG images.
20695
1e8eecea
JB
206962009-08-28 Juanma Barranquero <lekktu@gmail.com>
20697
20698 * arc-mode.el (archive-mode):
20699 * emacs-lisp/re-builder.el (re-builder-unload-function):
20700 Protect against the default value of `major-mode' being nil.
20701
dd4fbf56
JB
207022009-08-28 Juanma Barranquero <lekktu@gmail.com>
20703
20704 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20705 Fix typos in docstrings.
20706
20707 * progmodes/js.el (js--macro-decl-re): Doc fix.
20708 (js--plain-method-re, js--split-name): Refloc docstring.
20709 (js--class-styles, js--make-merged-item, js--splice-into-items):
20710 Fix typos in docstrings; reflow docstrings.
20711 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20712 (js--variable-decl-matcher, js--inside-pitem-p)
20713 (js--parse-state-at-point, js--get-all-known-symbols)
20714 (js--symbol-history, js-find-symbol, js--js-references)
20715 (js--moz-interactor, js--js-encode-value, js--read-tab):
20716 Fix typos in docstrings.
20717
72f16325
SM
207182009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20719
14acf2f5
SM
20720 * textmodes/reftex.el (reftex-get-file-buffer-force):
20721 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20722 * emulation/viper.el (viper-go-away, viper-set-hooks):
20723 * emacs-lisp/re-builder.el (re-builder-unload-function):
20724 * emacs-lisp/bytecomp.el (byte-compile-file):
20725 * ses.el (ses-unload-function):
20726 * hexl.el (hexl-find-file):
20727 * files.el (normal-mode):
20728 * ehelp.el (with-electric-help):
20729 * autoinsert.el (auto-insert-alist):
20730 * arc-mode.el (archive-mode):
20731 Use (default-value 'major-mode) instead of default-major-mode.
20732
72f16325
SM
20733 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20734 * international/mule.el (load-with-code-conversion):
20735 * emacs-lisp/debug.el (debug):
20736 * ediff-vers.el (ediff-rcs-get-output-buffer):
20737 * dired.el (dired-internal-noselect): Don't let-bind
20738 default-major-mode around code that doesn't use it.
20739 E.g. buffer creation via get-buffer-create doesn't use it.
20740
aa485f7c
MA
207412009-08-28 Michael Albinus <michael.albinus@gmx.de>
20742
20743 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20744 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20745 when writing the temp file. Otherwise, epa-file gets confused.
20746 (tramp-register-file-name-handlers): Make it a defun. Move also
20747 `epa-file-handler' to the front of `file-name-handler-alist'.
20748
207492009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20750
20751 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20752 start right after a ^M.
20753 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20754 (tramp-completion-file-name-regexp-separate)
20755 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20756 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20757 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20758 (tramp-completion-file-name-handler): Apply the checks here,
20759 instead during registration.
88b5a757 20760 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20761 `tramp-register-file-name-handler'. Register both
20762 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20763 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20764
3f0c2b92
NR
207652009-08-28 Nick Roberts <nickrob@snap.net.nz>
20766
72f16325
SM
20767 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20768 Remove variable ...
3f0c2b92
NR
20769 (gdb-init-1, gdb-display-separate-io-buffer)
20770 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20771 references to it.
20772 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20773 (gdb-inferior-filter): Use comint-output-filter to stop
20774 echoing and remove ^M characters.
20775
705e5bd9
SM
207762009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20777
009fdc2e
SM
20778 * emulation/viper-init.el (viper-restore-cursor-type):
20779 * emulation/cua-base.el (cua--update-indications):
20780 Replace default-cursor-type with (default-value 'cursor-type).
20781
b56a5ae0
SM
20782 * mail/sendmail.el (mail-recover-1):
20783 * international/mule-diag.el (describe-current-coding-system-briefly)
20784 (describe-current-coding-system):
20785 * international/mule-cmds.el (select-safe-coding-system)
20786 (select-message-coding-system)
20787 (set-language-environment-coding-systems, set-locale-environment):
20788 * hexl.el (hexl-insert-multibyte-char):
20789 * dos-w32.el (find-buffer-file-type-coding-system):
20790 * simple.el (what-cursor-position):
20791 Replace uses of default-buffer-file-coding-system
20792 with (default-value 'buffer-file-coding-system).
20793
de70529f
SM
20794 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20795 Replace uses of default-cursor-in-non-selected-windows
20796 with (default-value 'cursor-in-non-selected-windows).
20797 Use with-current-buffer.
20798
705e5bd9
SM
20799 * mail/feedmail.el: Use CL macros.
20800 (feedmail-run-the-queue, feedmail-send-it-immediately):
20801 * dos-w32.el (find-buffer-file-type): Replace uses of
20802 default-buffer-file-type with (default-value 'buffer-file-type).
20803
4d985ac2
GM
208042009-08-28 Glenn Morris <rgm@gnu.org>
20805
20806 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20807 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20808 Use default-value of major-mode rather than default-major-mode.
20809
17c15b81
SM
208102009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20811
3a68ab06
SM
20812 * Makefile.in (update-elcfiles): Report left over elc files.
20813
9421bdd1
SM
20814 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20815 expand-file-name and with-current-buffer.
20816 (mail-get-names, mail-directory): Use with-current-buffer.
20817
17c15b81
SM
20818 * vc.el (vc-read-revision): New function.
20819 (vc-version-diff, vc-merge): Use it.
20820
ba83a64e
SS
208212009-08-27 Sam Steingold <sds@gnu.org>
20822
20823 * simple.el (kill-do-not-save-duplicates): New user option.
20824 (kill-new): When it is non-nil, and the new string is the same as
20825 the latest kill, set replace to t to avoid duplicates in kill-ring.
20826
be3e598a 208272009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20828
20829 * net/tramp.el (tramp-handle-process-file): Do not flush all
20830 caches when `process-file-side-effects' is set.
20831 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20832 instead of `tramp-find-file-exists-command'.
20833 Unset `process-file-side-effects'.
d5b5c94a
MA
20834
208352009-08-27 Michael Albinus <michael.albinus@gmx.de>
20836
20837 * net/tramp.el (tramp-methods): New method "rsyncc".
20838 (top): Add completion function for "rsyncc".
20839 (tramp-message-show-message): New defvar.
20840 (tramp-message, tramp-error): Use it.
20841 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20842 remote copying.
20843 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20844 `tramp-methods' entry `copy-env' of "rsyncc".
20845 (tramp-vc-registered-read-file-names): New defconst.
20846 (tramp-vc-registered-file-names): New defvar.
20847 (tramp-handle-vc-registered): Implement optimization strategy.
20848 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20849 (tramp-vc-file-name-handler): New defun.
20850 (tramp-get-ls-command, tramp-get-test-command)
20851 (tramp-get-file-exists-command, tramp-get-remote-ln)
20852 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20853 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20854
20855 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20856 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20857 timestamps.
20858 (tramp-get-file-property): Check for timestamps in
20859 `tramp-cache-inhibit-cache'.
20860 (tramp-set-file-property): Write timestamp.
20861
1339cf20
KH
208622009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20863
20864 * language/japan-util.el (japanese-symbol-table): Add entries for
20865 cp932-2-byte.
20866
20867 * international/characters.el: Add category `j' to cp932-2-byte.
20868
726e3f1d
KH
208692009-08-27 Kenichi Handa <handa@m17n.org>
20870
20871 * international/fontset.el (build-default-fontset-data): New macro.
20872 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20873 tibetan, ethiopic, and ipa.
726e3f1d 20874
4e3b4528
SM
208752009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20876
20877 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20878 (enable-multibyte-characters): Not customizable any more.
20879
20880 * subr.el (default-mode-line-format, default-header-line-format)
20881 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20882 (default-direction-reversed, default-truncate-lines)
20883 (default-left-margin, default-tab-width, default-case-fold-search)
20884 (default-left-margin-width, default-right-margin-width)
20885 (default-left-fringe-width, default-right-fringe-width)
20886 (default-fringes-outside-margins, default-scroll-bar-width)
20887 (default-vertical-scroll-bar, default-indicate-empty-lines)
20888 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20889 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20890 (default-scroll-down-aggressively, default-fill-column)
20891 (default-cursor-type, default-buffer-file-type)
20892 (default-cursor-in-non-selected-windows)
20893 (default-buffer-file-coding-system, default-major-mode)
20894 (default-enable-multibyte-characters): Mark as obsolete.
20895
b3cca6a6
DN
208962009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20897
652cc1a2
DN
20898 * vc-dir.el (vc-dir-update): Remove debug helper.
20899
b3cca6a6
DN
20900 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20901
4ed8c7aa
SS
209022009-08-26 Sam Steingold <sds@gnu.org>
20903
20904 * simple.el (save-interprogram-paste-before-kill): New user option.
20905 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20906 save the interprogram-paste into kill-ring before overriding it
20907 with the Emacs kill.
20908
3b64d86b
DN
209092009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20910
20911 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20912 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20913 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20914 and move to vc-rcs.el.
20915 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20916 move to vc-rcs.el.
20917 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20918 (vc-rcs-update-changelog): Remove.
20919 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20920 and move to vc-rcs.el.
20921
20922 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20923 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20924 renaming.
20925 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20926 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20927 vc.el, renamed to be RCS specific.
20928
72f16325
SM
20929 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20930 New functions.
20931 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20932
20933 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20934 New functions.
20935
636a36a0
SM
209362009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20937
20938 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20939
239b3340
DN
209402009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20941
b91f0762 20942 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20943 (vc-git-stash, vc-git-stash-show): New functions.
20944 (vc-git-extra-menu-map): Bind them.
b91f0762 20945
b8e54362
DN
20946 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20947 directory correctly in case the item is a directory itself.
20948
239b3340
DN
20949 * vc.el: Document the desired behavior for reverted files in the
20950 `added' state.
dc810649
DN
20951 (vc-default-prettify-state-info): Remove function, unused.
20952
20953 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20954
e49c0179
GM
209552009-08-26 Glenn Morris <rgm@gnu.org>
20956
20957 * bindings.el (standard-mode-line-format): Reposition dashes in
20958 which-func entry. (Bug#4217)
20959
3029e594
GM
20960 * files.el (enable-local-variables, enable-local-eval)
20961 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20962 the defcustoms.
20963 (auto-mode-alist, ignored-local-variables)
20964 (save-some-buffers-action-alist): Move risky declarations to the
20965 definitions.
20966 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20967 (font-lock-defaults, format-alist, imenu--index-alist)
20968 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20969 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20970 (mode-line-modified, mode-line-mule-info, mode-line-position)
20971 (mode-line-process, mode-line-remote, outline-level)
20972 (parse-time-rules, rmail-output-file-alist)
20973 (special-display-buffer-names, vc-mode):
20974 Move risky declarations to the relevant files.
72f16325
SM
20975 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20976 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20977 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20978 * font-core.el (font-lock-defaults):
20979 * format.el (format-alist):
20980 * vc-hooks.el (vc-mode):
20981 * window.el (special-display-buffer-names):
20982 * international/mule-cmds.el (input-method-alist):
20983 Define riskiness here (dumped file) rather than in files.el.
20984 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20985 * imenu.el (imenu-generic-expression, imenu--index-alist):
20986 * outline.el (outline-level):
20987 * time.el (display-time-string):
20988 * calendar/parse-time.el (parse-time-rules):
20989 * mail/rmailout.el (rmail-output-file-alist):
20990 Autoload riskiness here, rather than placing in files.el.
20991
8476cfaf
SM
209922009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20993
20994 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20995
0b35b48e
MA
209962009-08-25 Michael Albinus <michael.albinus@gmx.de>
20997
20998 * simple.el (process-file-side-effects): New defvar.
20999
21000 * dired-aux.el (dired-show-file-type):
21001 * vc.el (vc-diff-internal):
21002 * vc-arch.el (vc-arch-diff):
21003 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
21004 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
21005 * vc-git.el (vc-git-registered, vc-git-working-revision)
21006 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
21007 (vc-git--empty-db-p):
21008 * vc-hooks.el (vc-user-login-name):
21009 * vc-svn.el (vc-svn-registered, vc-svn-state)
21010 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21011 * progmodes/grep.el (grep-probe): Let-bind
21012 `process-file-side-effects' with nil.
21013
21014 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21015
21016 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21017 daemon. Replace ping by checking for running service for bluez
21018 and zeroconf. (Bug#4239)
21019
d54cc599
GM
210202009-08-25 Kevin Ryde <user42@zip.com.au>
21021
21022 * net/dig.el (dig): Add autoload cookie.
21023
7bfd055d
GM
210242009-08-25 Glenn Morris <rgm@gnu.org>
21025
bac9c66c
GM
21026 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21027 load-history for absolute file-names.
21028 (byte-compile-file-form-require): Warn about use of the cl package.
21029
7bfd055d
GM
21030 * format.el (format-alist): Doc fix.
21031
5ac1f9e0
GM
21032 * play/bubbles.el (top-level): Don't require cl at run-time.
21033
af62aa88
GM
21034 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21035 run-time cl).
21036
71e036af
DD
210372009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21038
21039 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21040 from cl package.
21041 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21042
42110eaf
JB
210432009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21044
21045 * calc/calc-alg.el (math-trig-rewrite)
21046 (math-hyperbolic-trig-rewrite): New functions.
21047 (calc-simplify): Simplify trig functions when asked.
21048
88421f3e
SM
210492009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21050
21051 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21052
dbd9624e
KH
210532009-08-24 Kenichi Handa <handa@m17n.org>
21054
21055 * language/ind-util.el (mapthread): Delete it.
21056 (combinatorial): New function.
21057 (indian--puthash-cv): Use combinatorial instead of mapthread.
21058
9b89e3ee
GM
210592009-08-22 Kevin Ryde <user42@zip.com.au>
21060
21061 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21062 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21063 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21064 Clarify docstring that the value is strings not symbols.
21065 (checkdoc-list-of-strings-p): New function.
21066
e6ce8c42
GM
210672009-08-22 Glenn Morris <rgm@gnu.org>
21068
2ddf2ea6 21069 * files.el (auto-mode-alist):
a3374680
GM
21070 * hippie-exp.el (he-concat-directory-file-name):
21071 * lpr.el (lpr-windows-system, printer-name):
21072 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21073 * ps-print.el (ps-windows-system):
21074 * startup.el (command-line):
21075 * emulation/viper-ex.el (viper-glob-function):
21076 * international/mule-cmds.el (set-language-environment-coding-systems):
21077 * net/ange-ftp.el (ange-ftp-write-region):
21078 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 21079 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
21080 unisoft-unix, vax-vms, win32, w32.
21081
977955fa
GM
21082 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21083 given name if the pattern is not more specific.
21084
b4deec2e
GM
21085 * calendar/lunar.el (lunar-phase-names): New option.
21086 (lunar-phase): Doc fix.
21087 (lunar-cycles-per-year): New constant.
21088 (lunar-index): New function.
21089 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21090 (lunar-phase-name): Use lunar-phase-names.
21091 (calendar-lunar-phases): Use format.
21092 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21093
47e83968
GM
21094 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21095 Copy imenu-example--name-and-position function here for own use.
21096 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21097
e6ce8c42
GM
21098 * bs.el (bs--redisplay):
21099 * cus-edit.el (custom-redraw):
21100 * ibuffer.el (ibuffer-bury-buffer):
21101 * server.el (server-goto-line-column):
21102 * startup.el (command-line-1):
21103 * strokes.el (strokes-xpm-for-stroke):
21104 * term.el (term-display-buffer-line):
21105 * view.el (View-goto-line):
21106 * calc/calc.el (calc-do, calc-trail-buffer):
21107 * play/gamegrid.el (gamegrid-add-score-insecure):
21108 * progmodes/ada-mode.el (ada-compile-goto-error):
21109 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21110 (ebrowse-select-1st-to-9nth):
47e83968 21111 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
21112 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21113 * progmodes/gud.el (gud-display-line):
21114 (idlwave-shell-display-line):
21115 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21116 * progmodes/make-mode.el (makefile-browser-toggle):
21117 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21118 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21119 * textmodes/picture.el (picture-draw-rectangle):
21120 * textmodes/reftex-index.el (reftex-index-goto-letter):
21121 (reftex-select-jump-to-previous):
21122 * textmodes/reftex-sel.el (reftex-find-start-point)
21123 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21124 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21125 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21126 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21127 * textmodes/two-column.el (2C-associated-buffer):
21128 Use forward-line rather than goto-line.
21129
21130 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21131 goto-line.
21132
4b18bdb3
GM
21133 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21134 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21135 (quick-check-list-to-regexp): Declare.
e6ce8c42 21136
72f16325
SM
21137 * progmodes/make-mode.el (makefile-browser-insert-selection):
21138 Use goto-char rather than goto-line.
e6ce8c42
GM
21139
21140 * progmodes/prolog.el (compilation-error-regexp-alist)
21141 (compilation-forget-errors): Declare.
21142
32a2cf25
JL
211432009-08-22 Juri Linkov <juri@jurta.org>
21144
21145 * progmodes/grep.el (lgrep, rgrep): At the beginning
21146 set `dir' to `default-directory' unless `dir' is a non-nil
21147 readable directory. (Bug#4052)
21148 (lgrep, rgrep): Change a weird way to report an error
21149 from using `read-string' to using `error'.
21150 Instead of using interactive arguments in the function body,
21151 add new argument `confirm'.
21152
5443c9b7
SM
211532009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21154
cb5b40ee
SM
21155 * textmodes/remember.el (remember-buffer):
21156 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21157 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21158 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
21159 * net/newst-treeview.el (newsticker-groups-filename):
21160 * net/newst-backend.el (newsticker-cache-filename):
21161 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21162 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21163 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21164 (speedbar-buffers-line-path, speedbar-path-line)
21165 (speedbar-buffers-line-path):
21166 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21167 (epg-sign-keys):
21168 * epa.el (epa-display-verify-result):
21169 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21170
d6261cc1
GM
211712009-08-21 Glenn Morris <rgm@gnu.org>
21172
3e1ea342
GM
21173 * progmodes/js.el (inferior-moz-process): Fix declaration.
21174
ce86eeb5
GM
21175 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21176
fff28970
GM
21177 * obsolete/rnewspost.el (news-mail-reply):
21178 Use goto-char rather than goto-line.
21179
d93e053b
GM
21180 * term/ns-win.el (ns-open-file-select-line):
21181 Use line-beginning-position rather than goto-line.
21182
d5d105e8
GM
21183 * apropos.el (apropos-command):
21184 * ehelp.el (electric-helpify):
21185 * printing.el (pr-show-setup):
21186 * strokes.el (strokes-help):
21187 * tutorial.el (tutorial--describe-nonstandard-key)
21188 (tutorial--detailed-help):
21189 * woman.el (woman-mini-help, woman-display-extended-fonts):
21190 * calc/calc-help.el (calc-describe-key):
21191 * emulation/edt.el (edt-electric-helpify):
21192 * international/mule-diag.el (mule-diag):
21193 * play/yow.el (apropos-zippy):
21194 * progmodes/python.el (python-describe-symbol):
21195 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21196 * textmodes/table.el (*table--cell-describe-mode)
21197 (*table--cell-describe-bindings):
21198 Use help-print-return-message rather than the now obsolete alias.
21199
a8ab722f 21200 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
21201 (calendar-cursor-to-visible-date):
21202 * play/5x5.el (5x5-position-cursor):
21203 * play/decipher.el (decipher):
21204 * play/gomoku.el (gomoku-goto-xy):
21205 * play/landmark.el (lm-goto-xy):
21206 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21207 (mpuz-paint-digit):
21208 Use forward-line, not goto-line.
a8ab722f 21209
d6261cc1
GM
21210 * mail/rmail.el (rmail-obsolete): Delete custom group.
21211 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21212 (rmail-remote-password, rmail-remote-password-required):
21213 Remove unneeded :set-after and :set properties.
21214
9e846523
MA
212152009-08-21 Michael Albinus <michael.albinus@gmx.de>
21216
21217 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21218
bbe1f502
DN
212192009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21220
bcc5db24
DN
21221 * loadup.el: Remove leftover macos code.
21222
bbe1f502
DN
21223 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21224 Explicitly pass the date format to git blame so that user local
21225 so that the output format can be parsed.
21226
6fd2d19a
MA
212272009-08-20 Michael Albinus <michael.albinus@gmx.de>
21228
21229 * net/dbus.el (top): Don't check for (getenv
21230 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21231
31764e15
SM
212322009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21233
21234 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 21235 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 21236
28930e39
SM
212372009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21238
4fd15622 21239 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 21240 Bug#3287.
4fd15622 21241
b3d8e4a0
SM
21242 * help.el (help-print-return-message): Rename from
21243 print-help-return-message.
21244
c9829c70
SM
21245 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21246 cvs-mode-map parent hack.
21247 (log-view-mode): Derive from special-mode.
21248
b932657b
SM
21249 * linum.el (linum-mode): window-size-change-functions is redundant.
21250 Adapt to new window-configuration-change-hook behavior.
21251 (linum-after-size, linum-after-config): Remove.
21252
1b700bca
SM
21253 * imenu.el (imenu-example--name-and-position)
21254 (imenu-example--lisp-extract-index-name)
21255 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21256 Mark as obsolete.
21257
28930e39
SM
21258 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21259 (inferior-prolog-mode): Use it.
21260 (inferior-prolog-load-file): Reset list of errors.
21261
c9af0b68
KH
212622009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21263
21264 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21265
21266 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21267
720c7cd6
MA
212682009-08-19 Michael Albinus <michael.albinus@gmx.de>
21269
21270 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21271 is running already.
21272
03a74b84
SM
212732009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21274
21275 * subr.el (listify-key-sequence-1): Use normal syntax since those
21276 integers are nowadays always represented by the same (positive) number
21277 on all platforms.
21278 (read-key-empty-map): New const.
21279 (read-key-delay): New var.
21280 (read-key): New function.
21281 (force-mode-line-update): Use with-current-buffer.
21282 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21283 (start-process-shell-command, start-file-process-shell-command):
21284 Discourage the use of command-args.
21285
f43e88d4
GM
212862009-08-19 Glenn Morris <rgm@gnu.org>
21287
21288 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21289
890429cc
SM
212902009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21291
85be9ec4
SM
21292 * simple.el (choose-completion-string): Don't rely on
21293 minibuffer-completing-file-name and ad-hoc checks to decide whether
21294 to continue completion or not.
21295
890429cc
SM
21296 * minibuffer.el (minibuffer-hide-completions): New function.
21297 (completion--do-completion): Use it.
21298 (completions-annotations): New face.
21299 (completion--insert-strings): Use it.
21300 (completion-pcm--delim-wild-regex): Add docstring.
21301 (completion-pcm--string->pattern): Add support for 0-width delimiters
21302 in completion-pcm--delim-wild-regex.
21303
265d4549
SM
213042009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21305
d440b941
SM
21306 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21307 Remove unused var `buffer-modified-p'.
21308
265d4549
SM
21309 * minibuffer.el (completion--do-completion): Move point for the #b001
21310 case as well (bug#4176).
21311 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21312
ba6f7d86
MA
213132009-08-18 Michael Albinus <michael.albinus@gmx.de>
21314
21315 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21316 and :session buses.
21317
98819490
KH
213182009-08-18 Kenichi Handa <handa@m17n.org>
21319
265d4549
SM
21320 * international/ucs-normalize.el (ucs-normalize-version):
21321 Change to 1.1.
58627cf0
KH
21322 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21323 (utf-8-hfs): Make it perform normalization on encoding too.
21324
98819490
KH
21325 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21326 (sentence-end-without-space): Delete duplicated chars.
21327 (sentence-end-base): Likewise.
e739cc85
KH
21328
21329 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21330 (html-mode): Delete duplicated chars from sentence-end-base.
21331
21332 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21333 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21334
645b9326
CY
213352009-08-17 Chong Yidong <cyd@stupidchicken.com>
21336
21337 * files.el (hack-one-local-variable): If the mode function is for
21338 a minor mode, pass it an argument (Bug#4148).
21339
56c195af
MA
213402009-08-17 Michael Albinus <michael.albinus@gmx.de>
21341
21342 * net/tramp.el (tramp-register-completion-file-name-handler):
21343 Check also for (member 'partial-completion completion-styles).
21344
7a55c78b
CY
213452009-08-16 Chong Yidong <cyd@stupidchicken.com>
21346
21347 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21348 abbrev (Bug#3943).
21349
be3e598a 213502009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21351
21352 * progmodes/cperl-mode.el: Merge upstream 6.2.
21353 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21354 (cperl-forward-re): Check cperl-brace-recursing.
21355 (cperl-highlight-charclass): New function.
21356 (cperl-find-pods-heres): Use it.
31cd2dd4 21357 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21358 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21359 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21360 (cperl-beautify-level): Don't process entire regexp.
21361 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21362 calling man.
21363 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21364 (cperl-init-faces): Build a list in the normal way.
21365
81b1f9c9
CY
213662009-08-16 Chong Yidong <cyd@stupidchicken.com>
21367
21368 * calendar/parse-time.el (parse-time-string-chars): Save match
21369 data.
21370
c3732cb8
SM
213712009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21372
55659495
SM
21373 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21374 (sql-product): Use it.
21375 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21376 (sql-set-product): Add completion.
21377 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21378 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21379 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21380 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21381 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21382 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21383 (sql-highlight-db2-keywords): Remove.
21384 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21385 (sql-highlight-product): Use derived-mode-p.
21386 (sql-set-sqli-buffer): Use with-current-buffer.
21387 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21388 Simplify.
21389
1ae79427
SM
21390 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21391
c3732cb8
SM
21392 * term.el: Fix commenting convention, turn comments into docstrings.
21393
f24b8bf3
CY
213942009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21395
21396 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21397
7b6fefac 213982009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21399
1200ac26 21400 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21401 character classes, to handle non-ascii characters (Bug#3190).
21402
214032009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21404
1abbe4e5
CY
21405 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21406 another heredoc if the user adds another < (Bug#3226).
21407
c3732cb8
SM
21408 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21409 Don't initialize based on window-system (Bug#4124).
19261da4 21410
daad00fc
CY
21411 * facemenu.el (facemenu-read-color): Use a completion function
21412 that accepts any defined color, such as RGB triplets (Bug#3677).
21413
e1bdde78
CY
21414 * files.el (get-free-disk-space): Change fallback default
21415 directory to /. Expand DIR argument before switching to fallback.
21416 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21417
9d73a99e
CY
214182009-08-15 Chong Yidong <cyd@stupidchicken.com>
21419
21420 * files.el (load-library): Doc fix.
21421
68b962d4 214222009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21423
953e0c1a 21424 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21425 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21426 incremental search string.
9d73a99e 21427
c3732cb8 21428 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21429 XEmacs.
9d73a99e 21430
c3732cb8
SM
21431 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21432 (ediff-merge-region-is-non-clash)
21433 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21434 Also check if the job is really a merge job.
9d73a99e 21435
c3732cb8 21436 * ediff.el (ediff-current-file): New function.
9d73a99e 21437
2e330adc
CY
214382009-08-15 Chong Yidong <cyd@stupidchicken.com>
21439
21440 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21441 conventions.
c3732cb8 21442 (js-insert-and-indent): Delete function.
2e330adc
CY
21443 (js-mode-map): Don't bind keys to js-insert-and-indent.
21444 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21445 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21446 (js-auto-indent-flag): Delete variable.
2e330adc 21447
17b5d0f7
CY
214482009-08-14 Chong Yidong <cyd@stupidchicken.com>
21449
c3732cb8
SM
21450 * progmodes/js.el: Remove proclaim statement.
21451 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21452
ba2d8894
CY
21453 * files.el (auto-mode-alist): Use js-mode for .js files.
21454
c3732cb8 21455 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21456
21457 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21458
21459 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21460
c3732cb8 21461 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21462
214632009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21464 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21465
21466 * progmodes/js.el: New file.
21467
b6377f1d
MH
214682009-08-14 Mark A. Hershberger <mah@everybody.org>
21469
21470 * timezone.el (timezone-parse-date): Add ability to understand ISO
21471 basic format (minimal separators) dates in addition to the
21472 already-supported extended format dates.
21473
bc0eef46
EZ
214742009-08-14 Eli Zaretskii <eliz@gnu.org>
21475
4e021e65
EZ
21476 * international/ucs-normalize.el: Add a `coding' file variable.
21477
bc0eef46
EZ
21478 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21479
53dab179
SS
214802009-08-14 Sam Steingold <sds@gnu.org>
21481
6801c38a 21482 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21483
6c58c39c
CY
214842009-08-13 Chong Yidong <cyd@stupidchicken.com>
21485
21486 * faces.el (help-argument-name): Define it here instead of
21487 help-fns.el, because in daemon mode help-fns.el may be loaded when
21488 faces are still uninitialized (Bug#1078).
21489
21490 * help-fns.el (help-argument-name): Move defface to faces.el.
21491
c7baf7e9
NR
214922009-08-13 Nick Roberts <nickrob@snap.net.nz>
21493
21494 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21495 create buffer with a pty but no process so that GDB can make the
21496 inferior the controlling process.
21497
9c40e995 214982009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21499
21500 * international/ucs-normalize.el: New file.
21501
8cdba32b
RS
215022009-08-13 Richard Stallman <rms@gnu.org>
21503
5c950923
RS
21504 * mail/rmail.el (rmail-get-attr-names):
21505 Accept an attribute header that is too short.
21506
76e1e40b
RS
21507 * mail/rmail.el (rmail-forget-messages):
21508 Ignore nil elt in rmail-message-vector. Use dotimes.
21509
1fc01b08
RS
21510 * progmodes/compile.el (compilation-goto-locus):
21511 Use next-error-move-function.
21512
8cdba32b
RS
21513 * simple.el (next-error-move-function): New variable.
21514
99910cf4
JL
215152009-08-12 Juri Linkov <juri@jurta.org>
21516
21517 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21518 always non-nil. (Bug#4052)
21519
21520 * replace.el (read-regexp): Return empty string when
21521 `default-value' is nil.
21522 (keep-lines-read-args): Don't use empty string as the
21523 default value for `read-regexp'. (Bug#2495)
21524
fc5bdf6c
JL
215252009-08-12 Juri Linkov <juri@jurta.org>
21526
21527 * international/mule-cmds.el (ucs-insert): Change arguments
21528 from `arg' to `character', `count', `inherit' to be the same
21529 as in `insert-char'. Doc fix. (Bug#4039)
21530
21531 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21532
77748848
JL
215332009-08-12 Juri Linkov <juri@jurta.org>
21534
21535 * files-x.el: New file.
21536
21537 * files.el: Move code that deals with adding/deleting
21538 file/directory-local variables to files-x.el.
21539
21540 * Makefile.in (ELCFILES): Add files-x.elc.
21541
c8a44c4e
DD
215422009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21543
27a9fd5a
DD
21544 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21545 to use `goto-line'.
21546 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21547 `goto-line'.
21548 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21549 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21550 threads list.
107ef54a 21551 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21552 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21553 (gdb-stopped): ...here so it's sent when first thread stops.
21554 (gdb-registers-handler-custom): Do nothing if register names are
21555 unknown yet.
27a9fd5a 21556
c8a44c4e
DD
21557 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21558 from `gdb-mi.el' to avoid extra tangling.
21559
21560 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21561 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21562 (gdb-update-gud-running): No extra fuss for updating frame number.
21563
dfd4e693
SM
215642009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21565
51c4341f
SM
21566 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21567 (describe-language-environment-map, setup-language-environment-map)
21568 (set-coding-system-map): Move initialization into declaration.
21569 (set-language-info-alist): Last arg to define-key-after can be skipped.
21570
21571 * international/quail.el (quail-completion-1): Simplify.
21572 (quail-define-rules): Use slightly more compact code.
21573 (quail-insert-decode-map): Propertize keys, compact columns.
21574
dfd4e693
SM
21575 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21576 Add goto-line.
21577
83326559
MB
215782009-08-10 Miles Bader <miles@gnu.org>
21579
21580 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21581 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21582 (js2-instance-member, js2-private-member, js2-private-function-call)
21583 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21584 (js2-magic-paren, js2-external-variable):
21585 Remove "-face" suffix from face names.
21586 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21587 (js2-highlight-undeclared-vars, js2-peek-token)
21588 (js2-parse-function-params, js2-mode-show-errors)
21589 (js2-mode-show-warnings, js2-make-magic-delimiter)
21590 (js2-mode-highlight-magic-parens): Update to use new face names.
21591
8e754ea2
MA
215922009-08-09 Michael Albinus <michael.albinus@gmx.de>
21593
21594 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21595 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21596
1c292fc7
CY
215972009-08-09 Chong Yidong <cyd@stupidchicken.com>
21598
18d433a7
CY
21599 * subr.el: Provide hashtable-print-readable.
21600
1c292fc7
CY
21601 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21602 hs-c-like-adjust-block-beginning.
21603 (hs-hide-block-at-point): Stop hiding at the beginning of
21604 hs-block-end-regexp (Bug#700).
21605
2db0ae07
DD
216062009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21607
21608 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21609 a macro.
21610 (gdb-registers-handler-custom): Do not fail when register names
21611 are unavailable.
21612
fe4740a6
DD
216132009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21614
21615 * progmodes/gdb-mi.el (gdb-control-all-threads)
21616 (gdb-control-current-thread): Interactive setters for
21617 `gdb-gud-control-all-threads' to use in menu.
21618 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21619 (gud-tool-bar-map): Add non-stop/A,T indicator.
21620 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21621
ce299d55
CY
216222009-08-08 Yoni Rabkin <yoni@rabkins.net>
21623
21624 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21625 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21626 (net-utils-mode): New mode for viewing diagnostic network output.
21627 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21628 (net-utils-run-simple): New function.
21629 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21630
7c4654ad
DD
216312009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21632
21633 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21634 (gdb-memory-set-address, def-gdb-set-positive-number)
21635 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21636 after changing settings.
21637 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21638 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21639 (gdb-registers-handler-custom): Print registers in right order and
21640 allow changing register values (only for current thread yet).
9cbac26b
DD
21641 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21642 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21643 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21644 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21645 Thread info in mode name.
9cbac26b 21646 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21647
0f25a277
EZ
216482009-08-08 Eli Zaretskii <eliz@gnu.org>
21649
21650 * mail/rmail.el (rmail-add-mbox-headers)
21651 (rmail-set-message-counters-counter): Search for
21652 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21653
b971be60
GM
216542009-08-08 Glenn Morris <rgm@gnu.org>
21655
21656 * Makefile.in (ELCFILES): Update.
21657
a35d3ad8
EZ
216582009-08-07 Eli Zaretskii <eliz@gnu.org>
21659
6a7662bb
BR
21660 * mail/sendmail.el (mail-yank-original):
21661 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21662 text is yanked.
21663
8b0bcc2e
EZ
21664 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21665 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21666 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21667 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21668 (calc-graph-init): Don't send -display and -geometry to
21669 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21670 running "pgnuplot -V" with shell-command-to-string.
21671
21672 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21673 the default.
21674
216752009-08-07 Eli Zaretskii <eliz@gnu.org>
21676
21677 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21678 org/org-latex.elc.
21679
3bca7ca5
DN
216802009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21681
3c53763c
DN
21682 * vc-dispatcher.el (vc-resynch-window): Update comment.
21683
3bca7ca5
DN
21684 * term.el (term-handle-ansi-escape): Add comments with the
21685 terminfo capabilities implemented.
21686
7b217360
DD
216872009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21688
5f9d345c 21689 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21690 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21691 (gdb-propertize-header): Move earlier.
21692 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21693 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21694 Refresh disassembly buffers only after threads list have been
21695 update.
21696 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21697 variables.
21698
b4d84ecf
JL
216992009-08-04 Juri Linkov <juri@jurta.org>
21700
21701 * files.el: Commands to add/delete file/directory-local variables.
21702 (read-file-local-variable, read-file-local-variable-value)
21703 (read-file-local-variable-mode, modify-file-local-variable)
21704 (modify-file-local-variable-prop-line)
21705 (modify-dir-local-variable): New functions.
21706 (add-file-local-variable, delete-file-local-variable)
21707 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21708 (add-dir-local-variable, delete-dir-local-variable)
21709 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21710 (copy-dir-locals-to-file-locals-prop-line): New commands.
21711
42da39c1
CY
217122009-08-04 Chong Yidong <cyd@stupidchicken.com>
21713
21714 * abbrev.el (insert-abbrev-table-description): Prettify output.
21715 Suggested by Karl Chen.
21716
98bf8494
DD
217172009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21718
78b9fb28 21719 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21720 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21721 (gdb-overlay-arrow-position, gdb-thread-position)
21722 (gdb-disassembly-position): Declare variables.
21723 (gdb-wait-for-pending): Function now.
21724 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21725 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21726 compilation goes smoothly.
21727 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21728 (gdb-non-stop-setting): New customization setting which replaces
21729 `gdb-non-stop' so changing it doesn't break active GDB session.
21730 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21731 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21732 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21733 (gdb-show-threads-by-default): New customization options.
21734 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21735 routines.
21736 (gdb-get-buffer-create): Send buffers update signal when they are
21737 created.
21738 (gdb-invalidate-locals, gdb-invalidate-registers)
21739 (gdb-invalidate-breakpoints)
21740 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21741 (gdb-invalidate-memory): Accept update signal.
21742 (gdb-current-context-command): Use --frame option.
21743 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21744 Implement `gdb-frame-number' selection logic.
21745 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21746 whether to show GUD toolbar buttons.
21747 (gdb-thread-exited): Unselect current thread when it exits.
21748 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21749 (gdb-mark-line): Routine which sets overlay arrow or inverses
21750 video on fringeless displays.
21751 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21752 to build aligned columns of data in GDB buffers and set text
21753 properties line-by-line.
21754 (gdb-invalidate-breakpoints)
21755 (gdb-breakpoints-list-handler-custom)
21756 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21757 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21758 (gdb-registers-handler-custom): Align data columns.
21759 (gdb-locals-handler-custom): Now prints data like in variable
21760 declarations.
21761 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21762 Remove confusing buttons.
78b9fb28
DD
21763 (gdb-invalidate-threads): Append --frame.
21764 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21765 between breakpoints/threads buffers.
21766 (gdb-set-window-buffer): Now can ignore dedicated windows.
21767 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21768 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21769 (def-gdb-thread-buffer-gud-command): Replaces
21770 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21771 for fine thread control.
21772 (gdb-preempt-existing-or-display-buffer): New function used to
21773 display bound buffers without breaking window layout.
21774 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21775 (gdb-select-frame): New version of `gdb-frames-select' which now
21776 sets `gdb-frame-number' so commands may use --frame option instead
21777 of inner debugger state.
21778 (gdb-frame-handler): Do not set `gdb-frame-number'.
21779 (gdb-threads-mode-map): Select threads with mouse.
21780
21781 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21782 avoid compilation warning.
21783 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21784 `gdb-show-stop-p`.
21785
566f3909
DD
21786 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21787 Argument `key' renamed to `buffer-type'.
21788 (gdb-current-context-buffer-name): Do not add thread info to
21789 buffer name when no thread is selected.
21790 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21791 command (bug 3794).
21792 (gdb-thread-selected): Handle `=thread-selected' notification.
21793 (gdb-wait-for-pending): New macro to deal with congestion problems.
21794 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21795 breakpoints.
7b6fefac
JB
21796 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21797 This fixes problem similar to one described in bug 3947.
566f3909
DD
21798 (gud-menu-map): More menu items.
21799 (gdb-init-1): Reset `gdb-thread-number' to nil.
21800
4a31122c
DD
21801 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21802 non-stop settings.
21803
21804 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21805 (gdb-current-context-command): Do not append --thread if
21806 `gdb-thread-number' is nil.
6a7662bb
BR
21807 (gdb-running-threads-count, gdb-stopped-threads-count):
21808 New variables.
4a31122c 21809 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21810 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21811 New customization options.
4a31122c
DD
21812 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21813 GUD commands.
7b6fefac 21814 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21815 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21816 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21817 set `gdb-thread-number' and update `gud-running' properly.
21818 (gdb-running): Update threads list when new threads appear.
21819 (gdb-stopped): Support non-stop operation and new thread switching
21820 logic.
21821 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21822 (gdb-json-partial-output): New set of JSON routines.
21823 (def-gdb-auto-update-trigger): New `signal-list' optional
21824 argument.
21825 (gdb-thread-list-handler-custom): Update `gud-running',
21826 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21827 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21828 (gdb-continue-thread, gdb-step-thread): New commands for fine
21829 thread execution control.
21830 (gud-menu-map): New menu items to switch non-stop options.
21831 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21832 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21833
21834 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21835 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21836 gdb-buffer-rules.
21837 (def-gdb-auto-update-handler): New nopreserve optional argument.
21838 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21839
88b5a757 21840 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21841 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21842 (gdb-parent-mode): New mode to derive other GDB modes from.
21843 (gdb-display-disassembly-for-thread)
21844 (gdb-frame-disassembly-for-thread): New commands for threads
21845 buffer.
21846
21847 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21848 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21849 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21850 (gdb-update): We now store all GDB buffers in a list so that they
21851 can be updated by traversing a list instead of calling invalidate
7b6fefac 21852 triggers explicitly.
a5c9f540
DD
21853 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21854 pair for GDB buffer.
21855 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21856 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21857 handle pending triggers.
21858 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21859 (def-gdb-thread-buffer-simple-command)
21860 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21861 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21862 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21863 New commands which show buffers bound to thread.
88b5a757 21864 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21865
7b6fefac
JB
21866 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21867 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21868 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21869 to (gud-comint-buffer) in *-buffer-name functions
21870 because (gdb-get-target-string) already does that.
21871 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21872 (gdb-changed-registers-handler): Rewritten without regexps.
21873
ba214964 21874 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21875 (gdb-thread-number): New variable.
21876 (gdb-current-context-command): New macro which adds --thread
21877 option to command.
7b6fefac 21878 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21879 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21880 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21881 (gdb-select-thread): New command which selects current thread.
21882 (gdb-invalidate-frames, gdb-invalidate-locals)
21883 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21884
2ac33804
MA
218852009-08-04 Michael Albinus <michael.albinus@gmx.de>
21886
21887 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21888 robust. (Bug#3977)
2ac33804
MA
21889 (tramp-handle-insert-file-contents): `unwind-protect' must be
21890 inside `with-parsed-tramp-file-name'.
21891
21892 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21893 fails.
21894
39d0296f
NR
218952009-08-03 Nick Roberts <nickrob@snap.net.nz>
21896
21897 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21898 directory if CLASSPATH is not set.
21899
adcbca53
MA
219002009-08-03 Michael Albinus <michael.albinus@gmx.de>
21901
7b6fefac
JB
21902 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21903 New defconst.
7ef849b6 21904 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21905
30924b0b
CY
219062009-08-02 Kevin Ryde <user42@zip.com.au>
21907
7b6fefac
JB
21908 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21909 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21910
b6ce92f1
CY
219112009-08-02 Chong Yidong <cyd@stupidchicken.com>
21912
d977a092
CY
21913 * select.el (x-set-selection): Doc fix (Bug#4021).
21914
21915 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21916
b6ce92f1
CY
21917 * help-fns.el (describe-variable): Treat list return values from
21918 dir-locals-find-file properly (Bug#4005).
21919
7b6fefac 219202009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21921
21922 * net/tramp.el (tramp-debug-message): Print also microseconds.
21923
219242009-08-02 Michael Albinus <michael.albinus@gmx.de>
21925
21926 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21927 or END is non-nil.
21928 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21929 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21930 format.
21931
5ce6e4f4 21932 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21933 (tramp-get-file-property): Use it.
21934
6a7662bb
BR
21935 * autorevert.el (auto-revert-handler):
21936 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21937
2aafe808
JR
219382009-08-02 Jason Rumney <jasonr@gnu.org>
21939
21940 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21941 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21942
e094097c
CY
219432009-08-02 Chong Yidong <cyd@stupidchicken.com>
21944
21945 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21946 (font-lock-variable-name-face, font-lock-constant-face):
21947 Darken the colors for light backgrounds.
e094097c 21948
de94f281
EZ
219492009-08-01 Eli Zaretskii <eliz@gnu.org>
21950
21951 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21952 month names. (Bug#3987)
21953
54b99340
CY
219542009-07-31 Chong Yidong <cyd@stupidchicken.com>
21955
21956 * simple.el (line-move-finish): Pass whole number to
21957 line-move-to-column.
34be836c 21958 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21959
38216c30
JB
219602009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21961
21962 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21963
c779896d
CY
219642009-07-29 Alan Mackenzie <acm@muc.de>
21965
21966 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21967
592ccae0
DD
219682009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21969
35edc6c6
DD
21970 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21971 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21972
5a9e3ab7
JB
219732009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21974
21975 * calc/calc.el (calc-mode-map): Add keybinding for
21976 `calc-transpose-lines'.
21977
7b6fefac 219782009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21979
21980 * calc/calc-misc.el (calc-transpose-lines): New function.
21981
905fb90e
MA
219822009-07-28 Michael Albinus <michael.albinus@gmx.de>
21983
21984 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21985 Simplify check for out-of-band methods.
21986 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21987 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21988
76e14464
DN
219892009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21990
21991 * vc-git.el (vc-git-checkin): Fix typo.
21992
6088b51f 219932009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21994
21995 * progmodes/js2-mode.el: New file.
21996
b85157fe
NR
219972009-07-28 Nick Roberts <nickrob@snap.net.nz>
21998
21999 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
22000 (gud-menu-map): Adjust tooltip accordingly.
22001
d43c2b06
DN
220022009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22003
1c0f0c3b
DN
22004 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
22005 (vc-bzr-log-view-mode): Adjust log-view-file-re.
22006
d43c2b06
DN
22007 * add-log.el (change-log-mode-map): Add a menu.
22008
3dec5c36
MA
220092009-07-27 Michael Albinus <michael.albinus@gmx.de>
22010
22011 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22012 function returns nil.
22013 (dbus-handle-event): Handle special return value :ignore.
22014 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22015
5704140c
CY
220162009-07-26 Chong Yidong <cyd@stupidchicken.com>
22017
22018 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22019 it's not needed.
22020
3077d1f6
EZ
220212009-07-25 Eli Zaretskii <eliz@gnu.org>
22022
22023 Fix Bug#3888:
22024
22025 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22026
22027 * term/pc-win.el (x-display-name, x-colors)
22028 (x-select-enable-clipboard, x-select-text): Doc fix.
22029
22030 * term/common-win.el (x-display-name, x-colors): Doc fix.
22031
22032 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22033 (xw-defined-colors): Doc fix.
22034
22035 * w32-fns.el (x-select-text, x-setup-function-keys)
22036 (x-get-selection, x-set-selection): Doc fix.
22037
22038 * term/x-win.el (x-select-text, x-setup-function-keys)
22039 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22040
22041 * select.el (x-set-selection): Doc fix.
22042
51768bc8
MA
220432009-07-25 Michael Albinus <michael.albinus@gmx.de>
22044
22045 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22046 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
22047 "IsNSSSupportAvailable" method is not available.
22048 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 22049
b11c2874
KH
220502009-07-24 Kenichi Handa <handa@m17n.org>
22051
22052 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 22053 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
22054 (build-unicode-category-table): Fix range checks.
22055
ba83b7b6
DN
220562009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22057
22058 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22059 the buffer we try to sync is current when calling
22060 vc-resynch-buffer.
22061
22062 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22063 not show up to date files.
22064
7a8ae964
GM
220652009-07-24 Glenn Morris <rgm@gnu.org>
22066
22067 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22068 Add autoload cookies. If necessary, initialize.
22069 (elint-log): Handle non-file buffers.
22070 (elint-initialize): Add optional argument to reinitialize.
22071 (elint-find-builtin-variables): Save excursion.
22072
a707eb05
DN
220732009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22074
22075 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22076 for Lint.
22077
0a2ddfa6
DN
220782009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22079
d6a62b0d
DN
22080 * vc.el (vc-print-log-internal): New function, split out from ...
22081 (vc-print-log): ... here.
10b5dcad 22082 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 22083
0a2ddfa6
DN
22084 * vc-git.el (vc-git-add-signoff): New variable.
22085 (vc-git-checkin): Use it.
22086 (vc-git-toggle-signoff): New function.
22087 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
22088 (vc-git--run-command-string): Accept a nil FILE argument.
22089 (vc-git-stash-list): New function.
22090 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 22091
589a99f2
GM
220922009-07-23 Glenn Morris <rgm@gnu.org>
22093
22094 * help-fns.el (describe-variable): Describe ignored and risky local
22095 variables in a similar way to that in which we describe safe ones.
22096
22097 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22098 (byte-compile-output-file-form, byte-compile-output-docform)
22099 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22100 Give some more local variables with common names a "bytecomp-" prefix,
22101 so as not to shadow things during compilation.
22102 * emacs-lisp/cl-macs.el (load-time-value)
22103 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22104 `outbuffer' to `bytecomp-outbuffer'.
22105
22106 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22107 since the next two variables cover them automatically now.
22108 (elint-builtin-variables, elint-autoloaded-variables): New.
22109 (elint-unknown-builtin-args): Remove all members, since they can be
22110 parsed automatically now.
22111 (elint-extra-errors): New.
22112 (elint-env-add-env, elint-env-add-macro): Use cadr.
22113 (elint-current-buffer): Use or. Change final message.
22114 (elint-get-top-forms): Use line-end-position.
22115 (elint-init-env): Use cadr. Handle autoload, declare-function,
22116 and defalias.
22117 (elint-add-required-env): Doc fix. Use or. Standardize error.
22118 (regexp-assoc): Remove unused function.
22119 (elint-top-form): Set elint-current-pos, to record the start of the
22120 top-level form, for compilation-mode.
22121 (elint-form): Trap errors in macro expansion. Use dolist.
22122 (elint-unbound-variable): Use elint-builtin-variables and
22123 elint-autoloaded-variables.
22124 (elint-get-args): Use cadr, or.
22125 (elint-check-cond-form): Use dolist, cadr.
22126 (elint-check-condition-case-form): Doc fix. Use cadr.
22127 Use elint-extra-errors.
22128 (elint-log): New function.
22129 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22130 Distinguish errors and warnings.
22131 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22132 Use a bytecomp-style format.
22133 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22134 (elint-get-log-buffer): Use compilation mode. Disable undo.
22135 Don't truncate lines.
22136 (elint-initialize): Set builtin and autoloaded variable lists.
22137 Only process elint-unknown-builtin-args if non-nil.
22138 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22139 New functions.
22140 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22141
855b42a2
GM
221422009-07-22 Kevin Ryde <user42@zip.com.au>
22143
22144 * net/newst-backend.el (newsticker--parse-atom-1.0)
22145 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22146 (newsticker--parse-rss-1.0):
22147 * progmodes/idlwave.el (idlwave-mode):
22148 * progmodes/idlw-shell.el (idlwave-shell-mode):
22149 * progmodes/vera-mode.el (vera-mode):
22150 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22151 * progmodes/vhdl-mode.el (vhdl-mode):
22152 * textmodes/table.el (table-generate-source)
22153 (table--warn-incompatibility):
22154 Hyperlink urls in docstrings with URL `...'.
22155
fd413a37
GM
221562009-07-22 Glenn Morris <rgm@gnu.org>
22157
cb711556
GM
22158 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22159 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22160 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22161 Remove leading * from defcustom docs.
22162
fd413a37
GM
22163 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22164
22165 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22166 defcustom doc.
22167 (list-load-path-shadows): Optionally, just return shadows as a string.
22168
22169 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22170
a4f69701
CY
221712009-07-21 Chong Yidong <cyd@stupidchicken.com>
22172
6a7662bb
BR
22173 * mail/rmailedit.el (rmail-edit-mode):
22174 Use auto-save-include-big-deletions.
a4f69701 22175
6a7662bb
BR
22176 * mail/rmail.el (rmail-variables):
22177 Use auto-save-include-big-deletions.
a4f69701
CY
22178
22179 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22180 changes.
22181
ec06459c
JB
221822009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22183
22184 * calc/calc.el (calc-undo-length): New variable.
22185 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22186
b41b0976
RS
221872009-07-21 Richard Stallman <rms@gnu.org>
22188
22189 * files.el (auto-save-mode): Handle buffer-save-size = -2
22190 for toggling mode.
22191
4ed32706
GM
221922009-07-21 Glenn Morris <rgm@gnu.org>
22193
531b1264
GM
22194 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22195
55d27f41
GM
22196 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22197
02df3f4d
GM
22198 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22199 silence compiler. Instead...
22200 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22201 (ps-print-ensure-fontified): Update for above function name changes.
22202
fdd8417e
GM
22203 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22204 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22205 silence compiler. Instead...
22206 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22207 (mh-show-buffer): Only define for compiler.
22208 (pr-mh-current-message): Update for above function name changes.
22209
4ed32706
GM
22210 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22211 as an argument.
22212 (find-file-noselect, insert-file-1): Update for above change.
22213
22214 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22215
22216 * mail/mailclient.el (mailclient-send-it): Fix message.
22217
22218 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22219 (edebug-eval): Check cl-debug-env is bound.
22220 (print-level, print-circle): Don't redefine built-in variables.
22221
22222 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22223 (custom-print-vectors): Remove old comments from doc.
22224
22225 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22226 (emerge-version): Make the variable an obsolete alias for the
22227 emacs-version variable. Make the function obsolete.
22228 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22229 Emerge options, rather than merging in into the main Options menu.
22230 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22231 and auto advance modes. Disable edit/fast items when not relevant.
22232
86812144
CY
222332009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22234
22235 * term/vt420.el (terminal-init-vt420): Fix typo.
22236
6bb90094
SS
222372009-07-20 Sam Steingold <sds@gnu.org>
22238
22239 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22240 variable (removed from compile.el on 2004-03-11).
22241
42e0a725
CY
222422009-07-20 Chong Yidong <cyd@stupidchicken.com>
22243
22244 * files.el (hack-local-variables-filter): Fix last change.
22245
2ee20f24
JL
222462009-07-19 Juri Linkov <juri@jurta.org>
22247
22248 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22249 (dir-local-variables-alist): New buffer-local variable.
22250 (hack-local-variables-filter): If variable is not dir-local,
22251 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22252 because file-local overrides dir-local.
3570691b 22253 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
22254 Remove obsolete declaration.
22255 (hack-dir-local-variables): Add dir-local variable/value pair to
22256 `dir-local-variables-alist' and remove duplicates. Doc fix.
22257
22258 * help-fns.el (describe-variable): Add information about
22259 file-local and dir-local variables.
22260
89bf83cd
CY
222612009-07-19 Chong Yidong <cyd@stupidchicken.com>
22262
22263 * files.el (hack-local-variables-filter): Rewrite.
22264
1a8d3541
GM
222652009-07-19 Glenn Morris <rgm@gnu.org>
22266
d9e8a018
GM
22267 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22268 Silence compiler by only defining on XEmacs.
22269
da332cfb
GM
22270 * international/mule.el (auto-coding-regexp-alist): Only match
22271 BABYL... at the start of buffer, not of lines. (Bug#3790)
22272
1a8d3541
GM
22273 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22274 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22275 (cal-menu-context-mouse-menu): Doc fix.
22276
22277 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22278
22279 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22280
d842b103
JL
222812009-07-18 Juri Linkov <juri@jurta.org>
22282
22283 * info.el: Virtual Info keyword finder.
3570691b 22284 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22285 (Info-finder-file): New variable.
22286 (Info-finder-find-file): New function.
22287 (finder-known-keywords, finder-package-info)
22288 (find-library-name, lm-commentary): Use defvar and
22289 declare-function to silence compiler warnings.
22290 (Info-finder-find-node): New function.
22291 (info-finder): New command.
22292
22293 * subr.el (process-kill-buffer-query-function): New function.
22294 (add-hook)<kill-buffer-query-functions>: Add hook
22295 `process-kill-buffer-query-function'.
22296
10d37df7
AM
222972009-07-18 Alan Mackenzie <acm@muc.de>
22298
7b6fefac 22299 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22300 (c-postprocess-file-styles): Give invocation of `c-set-style'
22301 DONT-OVERRIDE parameter of t. Already set style variables will
22302 thus not be overridden by style settings given by `c-file-syle'.
22303
22304 * files.el (hack-local-variables-filter): Remove entries with
22305 duplicate keys from `file-local-variables-alist'.
22306
102e1a41
EZ
223072009-07-18 Eli Zaretskii <eliz@gnu.org>
22308
22309 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22310 x-set-selection if display-selections-p returns nil for the
22311 current frame.
22312
16f2e9fc
CY
223132009-07-18 Chong Yidong <cyd@stupidchicken.com>
22314
22315 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22316
f22693fc
EZ
223172009-07-18 Eli Zaretskii <eliz@gnu.org>
22318
a6c2c80c
EZ
22319 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22320 Accept nil in addition to a regexp.
22321 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22322 Accept nil in addition to a regexp.
22323 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22324 buffers that have an associated file. Handle nil values of
22325 desktop-buffers-not-to-save and desktop-files-not-to-save.
22326 (Bug#3833)
22327
f22693fc
EZ
22328 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22329 (x-disown-selection-internal): New functions.
22330
e456379a
NR
223312009-07-18 Nick Roberts <nickrob@snap.net.nz>
22332
22333 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22334 warning.
22335 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22336 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22337
0013b70f
CY
223382009-07-18 David De La Harpe Golden <david@harpegolden.net>
22339
22340 * simple.el (set-mark): Revert last change.
22341
0855c2ca
CY
223422009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22343
22344 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22345 rendering of pngs is not possible instead of messaging a long
22346 description.
22347
3f5c9cad
CY
223482009-07-17 David De La Harpe Golden <david@harpegolden.net>
22349
22350 * w32-fns.el (x-selection-owner-p): New function.
22351
22352 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22353 (mouse-yank-at-click, mouse-yank-primary):
22354 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22355 insertion.
3f5c9cad
CY
22356
22357 * simple.el (deactivate-mark, set-mark): Only save selection if we
22358 own it.
22359
1fc87f9b
KH
223602009-07-17 Kenichi Handa <handa@m17n.org>
22361
22362 * case-table.el (describe-buffer-case-table): Fix for the case
22363 that KEY is a cons.
22364
d56fdcd2
DN
223652009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22366
22367 * vc-rcs.el (vc-rcs-find-file-hook):
22368 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22369
bede3e9f
MA
223702009-07-16 Michael Albinus <michael.albinus@gmx.de>
22371
22372 * net/tramp.el (tramp-wait-for-output): Handle the case when
22373 commands do not return a newline but a null byte before the shell
22374 prompt. (Bug#3858)
22375
7653ca1d
YM
223762009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22377
22378 * term/ns-win.el (ns-set-alpha): Don't declare.
22379 (ns-set-background-alpha): Remove function.
22380
ed2a52e9
SM
223812009-07-16 Kevin Ryde <user42@zip.com.au>
22382
22383 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22384 y-or-n-p, for safety.
22385
7a907299
RS
223862009-07-16 Richard Stallman <rms@gnu.org>
22387
22388 * files.el (auto-save-mode): If buffer-saved-size is -2,
22389 don't clobber it.
22390
22391 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22392 (rmail-retry-ignored-headers): Add more uninteresting fields.
22393
c0db3477
CY
223942009-07-15 Jari Aalto <jari.aalto@cante.net>
22395
22396 * net/rcirc.el (rcirc): Use history variables.
22397 (rcirc-server-name-history, rcirc-nick-name-history)
22398 (rcirc-server-port-history): New variables.
22399
6c875452
KH
224002009-07-15 Kenichi Handa <handa@m17n.org>
22401
bf974dc9
KH
22402 * international/mule-cmds.el (set-language-environment-charset):
22403 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22404 ignore them.
22405
6c875452
KH
22406 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22407 Delete unibyte-display.
22408
2066b4fe
CY
224092009-07-15 Chong Yidong <cyd@stupidchicken.com>
22410
22411 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22412
f9be2e35
CY
224132009-07-15 Chong Yidong <cyd@stupidchicken.com>
22414
22415 * simple.el (deactivate-mark): Optional argument FORCE.
22416 (set-mark): Use deactivate-mark.
22417
22418 * info.el (Info-search): No need to check transient-mark-mode
22419 before calling deactivate-mark.
22420
22421 * select.el (x-set-selection): Doc fix.
22422 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22423 (xselect--selection-bounds): Handle buffer values.
22424 Suggested by David De La Harpe Golden.
f9be2e35 22425
6a7662bb
BR
22426 * mouse.el (mouse-set-region, mouse-drag-track):
22427 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22428 select-active-regions work.
22429
be3e598a 224302009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22431
22432 * simple.el (deactivate-mark): If select-active-regions is
22433 non-nil, copy the selection data into a string.
22434 (activate-mark): If select-active-regions is non-nil, set the
22435 selection to the current buffer.
22436 (set-mark): Update selection if select-active-regions is non-nil.
22437
22438 * select.el (x-valid-simple-selection-p): Allow buffer values.
22439
cbd61418
SM
224402009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22441
22442 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22443 and more featureful message-mode.
22444
f470187f
CY
224452009-07-14 Chong Yidong <cyd@stupidchicken.com>
22446
22447 * select.el (x-set-selection): Doc fix.
22448 (x-valid-simple-selection-p): Disallow selection data consisting
22449 of a list or cons of integers, since that is not used.
22450 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22451 (xselect-convert-to-string, xselect-convert-to-length)
22452 (xselect-convert-to-filename, xselect-convert-to-charpos)
22453 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22454
bfc99364
DD
224552009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22456
22457 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22458 output in -break-info command (Emacs bug #3794).
22459
e32721f5
GM
224602009-07-14 Glenn Morris <rgm@gnu.org>
22461
1e46f9e4
GM
22462 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22463 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22464 (edebug-print-length, edebug-print-level, edebug-print-circle)
22465 (edebug-sit-for-seconds, edebug-view-outside)
22466 (edebug-bounce-point, edebug-set-global-break-condition)
22467 (edebug-Go-nonstop-mode, edebug-trace-mode)
22468 (edebug-Trace-fast-mode, edebug-continue-mode)
22469 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22470 (edebug-visit-eval-list): Doc fixes.
22471
e32721f5
GM
22472 * subr.el (def-edebug-spec): Doc fix.
22473
66a85e76
KH
224742009-07-14 Kenichi Handa <handa@m17n.org>
22475
22476 * international/characters.el: Fix setting of category ?C.
22477
28571246
JD
224782009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22479
7b6fefac 22480 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22481 ns-popup-font-panel instead of generate-fontset-menu.
22482
5d74672c
EZ
224832009-07-12 Eli Zaretskii <eliz@gnu.org>
22484
7b6fefac 22485 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22486
eb1727a4
CY
224872009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22488
22489 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22490 the PK\003\004 header (Bug#3770).
22491
208384c5
CY
224922009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22493
22494 * pcomplete.el (pcomplete-comint-setup): Check for
22495 shell-dynamic-complete-filename too.
22496
774409a1
CY
224972009-07-11 Chong Yidong <cyd@stupidchicken.com>
22498
22499 * simple.el (temporary-goal-column): Change the value for
22500 line-move-visual to a cons cell.
22501 (line-move-visual): Record or set the window hscroll, if
22502 necessary (Bug#3494).
22503 (line-move-1): Handle cons value of temporary-goal-column.
22504
1639ee1d
KH
225052009-07-11 Kenichi Handa <handa@m17n.org>
22506
22507 * international/mule-diag.el (describe-character-set): Don't show
22508 width.
22509
2b1d2412
SS
225102009-07-10 Sam Steingold <sds@gnu.org>
22511
22512 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22513 Omake sometimes indents the errors it prints, so allow all
22514 regexps to start with spaces.
22515
ed3a5691
EZ
225162009-07-10 Eli Zaretskii <eliz@gnu.org>
22517
ed2a52e9
SM
22518 * cus-edit.el (customize-changed-options-previous-release):
22519 Bump value to 22.1. (Bug#3804)
ed3a5691 22520
49405d0e
SS
225212009-07-08 Sam Steingold <sds@gnu.org>
22522
22523 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22524 to be a cons cell (test . ignored-directory) to selectively ignore
22525 some directories depending on the location of the search.
22526
93c3eb7c
MA
225272009-07-08 Michael Albinus <michael.albinus@gmx.de>
22528
22529 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22530 remote user is root, on the local host.
22531 (tramp-local-host-p): Either the local user or the remote user
22532 must be root. (Bug#3771)
22533
6f2a8484
NR
225342009-07-08 Nick Roberts <nickrob@snap.net.nz>
22535
22536 * progmodes/gdb-mi.el (gdb): Remove description of
22537 gdb-use-separate-io-buffer.
69cb8d82 22538 (menu): Don't allow toggling of or enable
6f2a8484
NR
22539 gdb-use-separate-io-buffer from menubar.
22540
88d03607
CY
225412009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22542
22543 * mail/unrmail.el (unrmail): Make sure the message ends with two
22544 newlines (Bug#3769).
22545
7ef5b8b2
GM
225462009-07-08 Glenn Morris <rgm@gnu.org>
22547
22548 * calendar/calendar.el (calendar-current-date): Rework previous change.
22549
3ce82f97
GM
225502009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22551
22552 * calendar/calendar.el (calendar-current-date):
22553 Add an optional argument giving an offset from today.
22554
f35fc841
GM
225552009-07-08 Glenn Morris <rgm@gnu.org>
22556
22557 * tutorial.el (tutorial--describe-nonstandard-key):
22558 Adjust the message for when a key has been unbound.
22559 (help-with-tutorial): Hide the arch-tag.
22560
40149292
KH
225612009-07-08 Kenichi Handa <handa@m17n.org>
22562
69cb8d82
KH
22563 * international/fontset.el (setup-default-fontset): For each
22564 script, append (not set) font-specs.
22565
40149292
KH
22566 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22567 docstring.
22568
ff0c4194
NR
225692009-07-08 Nick Roberts <nickrob@snap.net.nz>
22570
22571 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22572 -data-list-register-names to ...
22573 (gdb-starting): ... here because GDB 7.0 requires execution to
22574 have started when using this MI command.
22575 (gdb-set-header): New function to distinguish select and
22576 unselected tabs in gdb buffers.
22577 (gdb-propertize-header): New macro that uses gdb-set-header.
22578 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22579 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22580
8954c675
CY
225812009-07-07 Chong Yidong <cyd@stupidchicken.com>
22582
22583 * Makefile.in (ELCFILES): Remove fadr.elc.
22584
0996385d
DD
225852009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22586
dc6b4519
DD
22587 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22588 may contain frame information, so `string-match' should be used.
22589 (gdb-update): Disassembly is invalidated through
22590 `gdb-get-selected-frame'.
22591 (gdb-pad-string): New function to pad string with spaces.
22592 (gdb-invalidate-disassembly): Invalidate only if the buffer
22593 exists.
22594 (gdb-disassembly-handler-custom): Column alignment.
22595 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22596 placing new ones.
22597 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22598 end of line, too.
22599 (gdb-frame-handler): Match convention to for disassembly buffer
22600 mode name.
17c1380b 22601 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22602 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22603 not highlight breakpoints without line information.
69a197a2 22604 (gdb-input): Add trailing newline to command.
dc6b4519 22605
14340b25
DD
22606 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22607 buffer properly.
22608 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22609 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22610 now.
22611 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22612 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22613 to place breakpoints.
14340b25
DD
22614 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22615 functions.
22616 (gdb-disassembly-handler-custom): Show overlay arrow.
22617 (gdb-disassembly-place-breakpoints): Show breakpoints in
22618 disassembly buffer.
22619 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22620 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22621 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22622 in `gud-menu-map'.
14340b25 22623
38d4f316 22624 * fadr.el: Remove.
1f2a6224 22625
7b6fefac 22626 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22627 (gdb-memory-address): New variable which holds top address of
7b6fefac 22628 memory page shown in memory buffer.
6a7662bb
BR
22629 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22630 New customization variables.
0996385d
DD
22631 New functions:
22632 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22633 display the memory buffer.
22634 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22635 buffer display parameters.
22636 (def-gdb-memory-format, gdb-memory-format-binary)
22637 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22638 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22639 Functions for setting memory buffer format.
22640 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22641 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22642 unit size used in memory buffer.
6a7662bb
BR
22643 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22644 Switch to next/previous page of memory buffer.
28d67a53 22645 Now using (bindat-get-field) instead of fadr functions.
0996385d 22646
9ba562d3
SS
226472009-07-07 Sam Steingold <sds@gnu.org>
22648
22649 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22650 non-top-level files.
22651
a43977db
KH
226522009-07-07 Kenichi Handa <handa@m17n.org>
22653
6a7662bb
BR
22654 * international/mule-cmds.el (reset-language-environment):
22655 Put the highset priority to the charset iso-8859-1.
a43977db 22656
d44d05e8
CY
226572009-07-06 Chong Yidong <cyd@stupidchicken.com>
22658
22659 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22660 to the end of the line when locating the block (Bug#700).
22661
3e2fa353
MA
226622009-07-06 Michael Albinus <michael.albinus@gmx.de>
22663
22664 * net/tramp.el (tramp-handle-write-region): Flush file properties
22665 in case of short track.
22666
be3e598a 226672009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22668
bf0b361c
JB
22669 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22670 Coded custom representation of verilog error regular expressions
22671 to work with Emacs-22's new format.
d88782c3 22672 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22673 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22674 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22675 error recognition into XEmacs.
22676 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22677 error recognition into Emacs-22.
22678
25c6f63e
CY
226792009-07-06 Chong Yidong <cyd@stupidchicken.com>
22680
22681 * woman.el: Remove stand-alone closing parentheses.
22682 (woman-file-name, woman2-format-paragraphs)
22683 (woman-leave-blank-lines): Code cleanup.
22684 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22685 (woman-italic, woman-bold, woman-unknown, woman-addition):
22686 Change defaults to inherit from default faces.
25c6f63e
CY
22687 (woman2-process-escapes): Consume the newline after a stand-alone
22688 filler character (Bug#3651).
22689
f176290e
GM
226902009-07-06 Glenn Morris <rgm@gnu.org>
22691
22692 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22693 (top-level): Move provide to the end.
22694 (ffap): Remove defunct URL from custom group.
22695
22696 * subr.el (eval-after-load): Doc fix.
22697
7b6fefac 226982009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22699
22700 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22701 `calc-embedded-word' is called twice.
22702
4b8b1ec5
SM
227032009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22704
22705 * files.el (find-alternate-file-other-window, find-alternate-file):
22706 Obey confirm-nonexistent-file-or-buffer.
22707
d6ceb380
MA
227082009-07-05 Michael Albinus <michael.albinus@gmx.de>
22709
22710 * dired-aux.el (dired-show-file-type): Handle remote files.
22711
be3e598a 227122009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22713
4b8b1ec5
SM
22714 * desktop.el (desktop-globals-to-save):
22715 Add file-name-history (Bug#2750).
c760f19e 22716
6d00ce04
CY
227172009-07-05 Chong Yidong <cyd@stupidchicken.com>
22718
4b8b1ec5 22719 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22720
6ee21b07
JB
227212009-07-04 Johan Bockgård <bojohan@gnu.org>
22722
22723 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22724 property on entire argument since this is what eshell-lisp-command
22725 expects.
22726
f0dbdc25
MA
227272009-07-03 Michael Albinus <michael.albinus@gmx.de>
22728
22729 * net/tramp-gvfs.el (tramp-gvfs-methods)
22730 (tramp-gvfs-zeroconf-domain)
22731 (tramp-bluez-discover-devices-timeout): Add version flag.
22732 (tramp-gvfs-handler-mounted-unmounted)
22733 (tramp-gvfs-connection-mounted-p): Polish handling of
22734 incompatibilities between GVFS 0.2 and 1.0.
22735
e044e4fc
JD
227362009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22737
4b8b1ec5 22738 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22739
2e9b968b
JB
227402009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22741
bf0b361c 22742 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22743 formatted correctly.
22744
baf1a55e
JL
227452009-07-02 Juri Linkov <juri@jurta.org>
22746
22747 * info.el: Virtual Info files and nodes.
22748 (Info-virtual-files, Info-virtual-nodes): New variables.
22749 (Info-current-node-virtual): New variable.
22750 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22751 New functions.
22752 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22753 to check for a virtual file instead of checking a fixed list
22754 of node names.
22755 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22756 instead of ad-hoc processing of "dir" and (apropos history toc).
22757 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22758 instead of ad-hoc processing of "dir" and (apropos history toc).
22759 Reread a file when moving from a virtual node.
22760 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22761 (Info-directory-toc-nodes, Info-directory-find-file)
22762 (Info-directory-find-node): New functions.
22763 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22764 (Info-history): Move part of code to
22765 `Info-history-find-node'.
22766 (Info-history-toc-nodes, Info-history-find-file)
22767 (Info-history-find-node): New functions.
22768 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22769 (Info-toc): Move part of code to `Info-toc-find-node'.
22770 (Info-toc-find-node): New function.
4b8b1ec5 22771 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22772 the current Info file name to references because now the node
22773 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22774 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22775 (Info-toc-nodes): Rename input argument `file' to `filename'.
22776 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22777 instead of ad-hoc processing of ("dir" apropos history toc).
22778 (Info-index-nodes): Use Info-virtual-file-p
22779 to check for a virtual file instead of checking a fixed list
22780 of node names.
22781 (Info-index-node): Add check for `Info-current-node-virtual'.
22782 Raise `save-match-data' higher up the tree to contain
22783 `search-forward' too (bug fix).
22784 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22785 (Info-virtual-index-nodes): New variable.
22786 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22787 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22788 (Info-apropos-file, Info-apropos-nodes): New variables.
22789 (Info-apropos-toc-nodes, Info-apropos-find-file)
22790 (Info-apropos-find-node, Info-apropos-matches): New functions.
22791 (info-apropos): Move part of code to `Info-apropos-find-node' and
22792 `Info-apropos-matches'.
22793 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22794 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22795 for a virtual file instead of checking a fixed list of node names.
22796
22797 * simple.el (async-shell-command): New command.
22798
22799 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22800
22801 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22802 instead of `mount-info'.
22803
d04bc496
MA
228042009-07-02 Michael Albinus <michael.albinus@gmx.de>
22805
22806 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22807 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22808
af0403e0
KH
228092009-07-02 Kenichi Handa <handa@m17n.org>
22810
22811 * international/mule.el (set-keyboard-coding-system): Force *-unix
22812 coding-system to avoid eol conversion.
22813
99278f8a
MA
228142009-07-01 Michael Albinus <michael.albinus@gmx.de>
22815
4b8b1ec5
SM
22816 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22817 Add handler for `process-file', `shell-command' and
99278f8a
MA
22818 `start-file-process'.
22819 (tramp-gvfs-handle-shell-command)
22820 (tramp-gvfs-handle-start-file-process)
22821 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22822 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22823
3f1c6666
JD
228242009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22825
22826 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22827
3f396bac
KH
228282009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22829
22830 * language/korean.el (set-language-info-alist): Add korean-cp949,
22831 cp949 to spec.
22832
c1185193
KH
228332009-07-01 Kenichi Handa <handa@m17n.org>
22834
22835 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22836
22837 * international/encoded-kb.el: Deleted.
22838
22839 * international/mule.el (set-keyboard-coding-system): Perform the
22840 necessary setup here instead of calling encoded-kbd-setup-display.
22841
3f150a60
GM
228422009-07-01 Glenn Morris <rgm@gnu.org>
22843
22844 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22845
b0d5b05b
GM
228462009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22847
22848 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22849
4f4126e6
MA
228502009-06-30 Michael Albinus <michael.albinus@gmx.de>
22851
4b8b1ec5
SM
22852 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22853 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22854 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22855
7ae3ea65 22856 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22857 (top): Add a default for "synce" in `tramp-default-user-alist'.
22858 Add completion function for "synce" method.
22859 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22860 (tramp-hal-interface-manager, tramp-hal-interface-device):
22861 New defconst.
22862 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22863 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22864 New defuns.
d6ceb380
MA
22865
22866 * net/trampver.el: Update release number.
7ae3ea65 22867
0ad6626b
KH
228682009-06-30 Kenichi Handa <handa@m17n.org>
22869
22870 * international/fontset.el (setup-default-fontset): Add CJK fonts
22871 for symbols and the other miscellaneous characters.
22872
4b8b1ec5
SM
22873 * language/korea-util.el (setup-korean-environment-internal):
22874 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22875 (exit-korean-environment): Cancel above.
22876
22877 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22878 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22879 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22880 environments, and an exit-function to cancel that.
22881
22882 * language/japan-util.el (setup-japanese-environment-internal):
22883 Call use-cjk-char-width-table with arg `ja_JP'.
22884
22885 * international/characters.el (cjk-char-width-table): Delete it.
22886 (cjk-char-width-table-list): New variable.
22887 (use-cjk-char-width-table): New arg local-name.
22888 (use-default-char-width-table): Fix for the case that Emacs is
22889 already using the default char-width-table.
22890
fd46e893
MA
228912009-06-29 Michael Albinus <michael.albinus@gmx.de>
22892
22893 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22894 modes mandatory. (Bug#3712)
22895
b87d9f96
AM
228962009-06-29 Alan Mackenzie <acm@muc.de>
22897
22898 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22899 correction between the visible width of TABs and their number of bytes.
b87d9f96 22900
2d25aa5a
CY
229012009-06-29 Chong Yidong <cyd@stupidchicken.com>
22902
22903 * server.el (server-buffer-done): Prevent kill-buffer from
22904 prompting by clearing the buffer modification flag (Bug#3696).
22905
a3a8b002
DN
229062009-06-28 Michael McNamara <mac@mail.brushroad.com>
22907
bf0b361c 22908 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22909 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22910 (verilog-basic-complete-re): Support localparam lineup.
22911 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22912 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22913 commenting.
22914 (verilog-leap-to-case-head): Now support *nested* unique &
22915 priority case statements.
22916 (verilog-auto-lineup): Make just declarations the default (as it
22917 had been).
4b8b1ec5 22918 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22919 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22920 select the various styles of automatic lineup.
a3a8b002
DN
22921 (verilog-error-regexp-alist): Rework to support the XEmacs style
22922 of error regular expressions from compilers, lint tools &
22923 simulators. Note that GNU Emacs has made it impossible for a mode
22924 to load such things.
22925 (electric-verilog-terminate-line, verilog-indent-declaration)
22926 (verilog-auto-wiure): Rework for radio button selection of
22927 auto-lineup selection of specification of auto lineup.
22928 (verilog-beg-of-statement-1): Redesign to support proper operation
22929 in additional code, based on testing with auto-lineup.
22930 (verilog-calculate-indent, assignments & declarations)
22931 (verilog-backward-token): Enhance to support auto-lineup of
22932 assignments & declarations.
22933 (verilog-in-directive-p, verilog-at-struct-p): New function for
22934 easy test of whether we are.
22935 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22936 to support safe execution at almost anyline.
22937 (verilog-calc-1): Properly support indenting deep inside generate
22938 blocks.
48c2d18a 22939 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22940 as it is redundant with font-lock-defaults.
a8f316ca 22941 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22942 to avoid circular calls if syntax-ppss is a function (as is the
22943 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22944 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22945 (verilog-ovm-begin-re, verilog-ovm-end-re)
22946 (verilog-ovm-statement-re, verilog-leap-to-head)
22947 (verilog-backward-token): Add support for OVM macros. Some are
22948 complete statements, and others open and close scopes like begin
22949 and end.
22950 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22951 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22952 compilation issue.
48c2d18a 22953 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22954 coverpoint, constraint and cross statements.
a3a8b002
DN
22955 (verilog-defun-level-list, verilog-generate-defun-level-list)
22956 (verilog-all-defun-level-list): Redo these specifications - it is
22957 too hard to support eval-when compile aggregation of lists also
22958 built at when-compile time.
22959 (verilog-defun-level-list): Place defconsts of variables used in
22960 building regular expressions which are built in eval-when-compile
22961 bodies in the same eval-when-compile body to facilitate compile
22962 without load.
22963 (verilog-beg-block-re-ordered): Support indenting
22964 virtual/protected tasks and functions.
7b6fefac 22965 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22966 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22967 indentation of some module items (generate items).
22968 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22969 across virtual/protected tasks and functions.
22970
229712009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22972
bf0b361c 22973 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22974 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22975 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22976 in concatenations. Reported by Yishay Belkind.
22977 (verilog-auto-ascii-enum): Support one-hot state machines in
22978 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22979 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22980 modport in AUTOINST and add vl-modport for users.
22981 Reported by David Rogoff.
a3a8b002
DN
22982 (verilog-auto-inout-module, verilog-auto-inst)
22983 (verilog-decls-get-interfaces, verilog-insert-definition)
22984 (verilog-insert-one-definition, verilog-read-decls)
22985 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22986 (verilog-sig-modport, verilog-signals-combine-bus)
22987 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22988 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22989 Suggested by David Rogoff.
22990 (verilog-repair-open-comma): Fix non-insertion of comma when
22991 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22992 (verilog-make-width-expression): Simplify [A-1:0] expression
22993 widths to just {A{1'b0}}.
22994 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22995 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22996 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22997 inputs/outputs or data type. Suggested by Vasu Kandadi.
22998 (next-error-last-buffer): Fix byte-compiler warning.
22999 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
23000 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 23001 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 23002 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 23003 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 23004 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 23005 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
23006 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
23007 causing use of <= assignments. Reported by Alex Reed.
23008 (verilog-read-decls): Fix triand, trior, wand, wor to be
23009 recognized by AUTOWIRE. Reported by Spencer Isaacson.
23010 (verilog-extended-complete-re): Support import "DPI-C" functions.
23011 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 23012 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
23013 (verilog-insert-date, verilog-insert-year)
23014 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23015 Windows systems. Reported by Michael Potts.
23016 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 23017 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 23018 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 23019 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
23020 (verilog-read-decls): Fix detecting "parameter int" when using
23021 AUTOINSTPARAM. Reported by Bruce T.
23022 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 23023 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 23024 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
23025 verilog-goto-defun will work. Reported by Lawrence Butcher.
23026 (verilog-getopt): Expand environment variables in -f file
23027 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 23028 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
23029 when reading enumerations.
23030 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23031 Suggested by Stephen Peltan.
4b8b1ec5 23032 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
23033 files. Reported by Steve Peltan.
23034
f7c0d931
CY
230352009-06-28 David De La Harpe Golden <david@harpegolden.net>
23036
23037 * files.el (trash-directory): Fix defcustom type.
23038
baf1a55e 230392009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
23040
23041 * help-fns.el (describe-function-1): Correctly locate adviced
23042 functions in hyperlink (Bug#2438).
23043
d63a01ef
CY
230442009-06-28 Chong Yidong <cyd@stupidchicken.com>
23045
23046 * files.el (trash-directory): Change default to nil.
23047 (move-file-to-trash): If trash-directory is nil and
23048 system-move-file-to-trash is unbound, perform freedesktop-style
23049 trashing.
23050
230512009-06-28 David De La Harpe Golden <david@harpegolden.net>
23052
23053 * files.el (move-file-to-trash): Add freedesktop trash
23054 support (Bug#973).
23055
fc2f6a26
GM
230562009-06-28 Glenn Morris <rgm@gnu.org>
23057
23058 * autorevert.el (global-auto-revert-non-file-buffers)
23059 (global-auto-revert-mode): Doc fixes.
23060
00242b07
JB
230612009-06-27 Johan Bockgård <bojohan@gnu.org>
23062
23063 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23064
f5594f03
CY
230652009-06-27 Chong Yidong <cyd@stupidchicken.com>
23066
e8a2b2da
CY
23067 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23068 opened an X connection before calling x-get-resource (Bug#3194).
23069
f5594f03
CY
23070 * play/doctor.el: Remove reference to obsolete website.
23071 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23072
3c3bf6ce
DN
230732009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23074
23075 Remove find-file-not-found-hook VC method. (Bug#2757)
23076 * vc-hooks.el (vc-file-not-found-hook)
23077 (vc-default-find-file-not-found-hook): Remove functions.
23078 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23079 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23080 * vc.el:
23081 * vc-hg.el:
23082 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23083
e26a7bc0
AM
230842009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23085
23086 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 23087 compatibility function for `looking-back'.
e26a7bc0 23088
4b8b1ec5 23089 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 23090 Use `ispell-looking-back'.
e26a7bc0 23091
d9848600
MA
230922009-06-24 Michael Albinus <michael.albinus@gmx.de>
23093
23094 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 23095 rather than `filename'.
d9848600 23096
05fbc4a9
MB
230972009-06-23 Miles Bader <miles@gnu.org>
23098
23099 * face-remap.el (text-scale-set): New function.
23100
f86ca715
GM
231012009-06-23 Glenn Morris <rgm@gnu.org>
23102
33e2c2e5
GM
23103 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23104
f529f302
GM
23105 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23106
34995333
GM
23107 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23108
cc80ccee
GM
23109 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23110
84cb770d
GM
23111 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23112 Simplify Persian conditionals.
23113
d916c965
GM
23114 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23115 variable `filename'.
23116
b6a44b27
GM
23117 * comint.el (comint-insert-input): Doc fix.
23118
f86ca715
GM
23119 * Makefile.in (ELCFILES): Fix typo in previous change.
23120
666e158e
MB
231212009-06-23 Miles Bader <miles@gnu.org>
23122
23123 * cus-start.el: Add entry for `recenter-redisplay'.
23124
be3e598a 231252009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
23126
23127 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23128 Add an optional argument for the backend, use it instead of
23129 calling vc-backend.
4b8b1ec5
SM
23130 (vc-mode-line): Add an optional argument for the backend.
23131 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
23132 special handling for vc-state being a buffer to ...
23133
23134 * vc-rcs.el (vc-rcs-find-file-hook):
23135 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23136
23137 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23138 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23139 vc-stay-local-p and vc-mode-line calls.
23140
23141 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23142 (vc-cvs-diff, vc-cvs-annotate-command)
23143 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23144 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23145 vc-mode-line calls.
23146
23147 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23148 direct comparison.
23149 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23150 backend when calling vc-mode-line.
23151 (vc-register): Do not create a closure for calling the vc register
23152 function, call it directly.
23153
2764748c
DN
231542009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23155
23156 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23157 to make it obvious item can be clicked.
f5a0b281
DN
23158
23159 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23160
d4a885b2
KH
231612009-06-23 Kenichi Handa <handa@m17n.org>
23162
23163 * language/korea-util.el (korean-key-bindings): Change the binding
23164 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23165 same command.
23166
e3610693
MA
231672009-06-22 Michael Albinus <michael.albinus@gmx.de>
23168
23169 Sync with Tramp 2.1.16.
23170
23171 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23172
23173 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23174 when a loading of a package fails. Completion function for rsync
23175 is `tramp-completion-function-alist-ssh'.
23176 (all): Replace all calls of `split-string' and
23177 `tramp-split-string' by `tramp-compat-split-string'.
23178 (tramp-default-method): Use `tramp-compat-process-running-p'.
23179 (tramp-default-proxies-alist): Allow also Lisp forms.
23180 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 23181 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
23182 (tramp-domain-regexp): Allow also "-", "_" and ".".
23183 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23184 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23185 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
23186 (tramp-handle-directory-files-and-attributes-with-stat):
23187 Care about filenames with spaces, or starting with "-".
e3610693
MA
23188 (tramp-handle-dired-uncache): New defun.
23189 (tramp-handle-insert-directory): Don't flush the directory from
23190 cache, this is handled by `dired-uncache' now.
23191 (tramp-handle-insert-file-contents): Improve error handling.
23192 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23193 Quote `tramp-end-of-output'.
23194 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
23195 (tramp-check-for-regexp): Both echoes must be present, before removing.
23196 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
23197 (tramp-compute-multi-hops): Eval cons cells of
23198 `tramp-default-proxies-alist'.
23199 (tramp-maybe-open-connection): Use the same command pattern for
23200 first hop and further hops.
23201 (tramp-wait-for-output): Remove handling of newlines.
23202 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23203 (tramp-split-string): Remove function. It is handled in
23204 tramp-compat now.
23205
4b8b1ec5
SM
23206 * net/tramp-cmds.el (tramp-bug):
23207 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
23208
23209 * net/tramp-compat.el (tramp-compat-split-string)
23210 (tramp-compat-process-running-p): New defuns.
23211
23212 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23213 for `dired-uncache'.
23214
23215 * net/tramp-gvfs.el: New package.
23216
4b8b1ec5
SM
23217 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23218 Add handler for `dired-uncache'.
e3610693
MA
23219 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23220
23221 * net/trampver.el: Update release number. Make version check fit
23222 for SXEmacs 22.
23223
13a3f374
JM
232242009-06-22 Jim Meyering <meyering@redhat.com>
23225
e0a28a3b 23226 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
23227 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23228 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23229
5242671e 232302009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 23231 Nick Roberts <nickrob@snap.net.nz>
13a3f374 23232
e0a28a3b 23233 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
23234 repository (http://sphinx.net.ru/hg/gdb-mi/).
23235
3fde45af
GM
232362009-06-22 Glenn Morris <rgm@gnu.org>
23237
46253b34
GM
23238 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23239 `mode' and `eval' entries. (Bug#3430)
23240
97e18192
GM
23241 * Makefile.in (ELCFILES): Add fadr.elc.
23242
731a00fb
GM
23243 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23244 differing behavior of \n and ^ in strings. (Bug#3385)
23245
c66cd0ff
GM
23246 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23247
3fde45af
GM
23248 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23249 property.
23250 (lisp-indent-function): Make it a defcustom.
23251
db2241a0
NR
232522009-06-21 Nick Roberts <nickrob@snap.net.nz>
23253
23254 * progmodes/gdb-ui.el: Replace with ...
5242671e 23255 * progmodes/gdb-mi.el: ... this file.
db2241a0 23256 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23257
232582009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23259
db2241a0
NR
23260 * fadr.el: New file.
23261
38d4f316 23262See ChangeLog.14 for earlier changes.
e3d51b27
MR
23263
23264;; Local Variables:
23265;; coding: utf-8
e3d51b27
MR
23266;; End:
23267
73b0cd50 23268 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23269
23270 This file is part of GNU Emacs.
23271
23272 GNU Emacs is free software: you can redistribute it and/or modify
23273 it under the terms of the GNU General Public License as published by
23274 the Free Software Foundation, either version 3 of the License, or
23275 (at your option) any later version.
23276
23277 GNU Emacs is distributed in the hope that it will be useful,
23278 but WITHOUT ANY WARRANTY; without even the implied warranty of
23279 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23280 GNU General Public License for more details.
23281
23282 You should have received a copy of the GNU General Public License
23283 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.