New variable rcirc-user-authenticated to pacify compiler
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0b4e93f1
LL
12011-03-22 Leo Liu <sdl.web@gmail.com>
2
3 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
4 located before rcirc-prompt-end-marker.
5 (rcirc-complete): Error if point is not after rcirc prompt.
6 Handle the case when table is nil.
9882e214 7 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 8
fccee4ab
CY
92011-03-22 Chong Yidong <cyd@stupidchicken.com>
10
11 * custom.el (custom--inhibit-theme-enable): Make it affect only
12 custom-theme-set-variables and custom-theme-set-faces.
13 (provide-theme): Ignore custom--inhibit-theme-enable.
14 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15 (custom-enabling-themes): Delete variable.
16 (enable-theme): Accept only loaded themes as arguments. Ignore
17 the special custom-enabled-themes variable.
18 (custom-enabled-themes): Forbid themes from setting this.
19 Eliminate use of custom-enabling-themes.
20 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 21
af896da6
LL
222011-03-21 Leo Liu <sdl.web@gmail.com>
23
24 * ido.el (ido-read-internal): Add ido-selected to history instead
25 of user input.
26
78f64af0
SM
272011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * subr.el (deferred-action-list, deferred-action-function):
30 Mark obsolete.
31
b16ac1ec
LL
322011-03-21 Leo Liu <sdl.web@gmail.com>
33
810f7698
LL
34 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
35 change on 2011-02-13 (bug#8309).
36
b16ac1ec
LL
37 * minibuffer.el (read-file-name-function): Change default value.
38 (read-file-name--defaults): Rename from read-file-name-defaults.
39 (read-file-name-default): Rename from read-file-name.
40 (read-file-name): Call read-file-name-function.
41
4e05e67e
GM
422011-03-21 Glenn Morris <rgm@gnu.org>
43
44 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
45 Doc fixes.
46
4359915b
CY
472011-03-21 Chong Yidong <cyd@stupidchicken.com>
48
49 * cus-theme.el: Add missing provide statement.
50 (customize-create-theme): Extract theme value correctly.
51 (custom-theme-visit-theme): Autoload.
52 (customize-create-theme): Prompt before inserting default faces.
53
1fe275ee
JB
542011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
55
56 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
57 units and musical notes.
58
3ec03f7e
LL
592011-03-20 Leo <sdl.web@gmail.com>
60
61 * ido.el (ido-read-internal): Use completing-read-default.
62 (ido-completing-read): Fix compatibility with completing-read.
63
7d476bde
CO
642011-03-20 Christian Ohler <ohler@gnu.org>
65
66 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
67 (ert-delete-all-tests): Use `called-interactively-p' rather than
68 `interactive-p'.
69 (ert--make-xrefs-region): Respect END.
70
fe0fb33e
CY
712011-03-19 Chong Yidong <cyd@stupidchicken.com>
72
ff854b0b
CY
73 * dired-aux.el (dired-create-directory): Signal an error if the
74 directory already exists (Bug#8246).
75
fe0fb33e
CY
76 * facemenu.el (list-colors-display): Call list-faces-display
77 inside with-help-window.
78 (list-colors-print): Use display property to align the final
79 column, instead of checking window-width.
80
576bce32
EZ
812011-03-19 Eli Zaretskii <eliz@gnu.org>
82
83 * emerge.el (emerge-metachars): Separate value for ms-dos and
84 windows-nt systems.
85 (emerge-protect-metachars): Quote correctly for ms-dos and
86 windows-nt systems.
87
b14e3e21 882011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
89
90 * info.el (info-initialize): Replace all uses of `:' with
91 path-separator for compatibility with non-Unix systems.
92 Cache quoting of path-separator. (Bug#8258)
93
b14e3e21 942011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
95
96 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
97 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
98 (mouse-avoidance-mode): Fix typos in docstrings.
99
4525ce3e
CY
1002011-03-19 Chong Yidong <cyd@stupidchicken.com>
101
102 * startup.el (package-subdirectory-regexp): Move from package.el.
103 Omit \\` and \\', and let callers add them.
104
105 * emacs-lisp/package.el (package-strip-version)
106 (package-load-all-descriptors): Add \\` and \\' to
107 package-subdirectory-regexp before using it.
108 (package-untar-buffer): New arg DIR; ensure that file untars only
109 into this expected directory. Remove superfluous delete-region.
110 (package-unpack): Caller changed.
111 (package-tar-file-info): Use package-subdirectory-regexp.
112
a904a09a 1132011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 114
a904a09a
SM
115 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
116 diff-mode-shared-map (bug#8284).
117 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
118
1192011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
120
121 * calendar/time-date.el (format-seconds): Use assoc instead of
122 assoc-string, since assoc-string doesn't exist in XEmacs.
123
171fc304
JB
1242011-03-17 Juanma Barranquero <lekktu@gmail.com>
125
126 * custom.el (custom-known-themes): Reflow docstring.
127 (custom-theme-load-path): Fix typo in docstring.
128 (load-theme): Fix typo in error message.
129 (custom-available-themes, custom-variable-theme-value):
130 Use `let', not `let*'.
131
d71990a1
JB
1322011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
133
134 * calc/README: Mention inclusion of musical notes.
135
136 * calc/calc-units.el (calc-lu-quant): Rename from
137 `calc-logunits-quantity'.
138 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
139 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
140 (calc-db): Rename from `calc-dblevel'.
141 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
142 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
143 (calc-np): Rename from `calc-nplevel'.
144 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
145 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
146 (calc-lu-plus): Rename from `calc-logunits-add'.
147 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
148 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
149 (calc-lu-minus): Rename from `calc-logunits-sub'.
150 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
151 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
152 (calc-lu-times): Rename from `calc-logunits-mul'.
153 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
154 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
155 (calc-lu-divide): Rename from `calc-logunits-div'.
156 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
157 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
158
159 * calc/calc-ext.el (calc-init-extensions): Update the names of the
160 functions being autoloaded.
161
162 * calc/calc.el (calc-lu-power-reference): Rename from
163 `calc-logunits-power-reference'.
164 (calc-lu-field-reference): Rename from
165 `calc-logunits-field-reference'.
166
167 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
168
40c2934b
SM
1692011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * minibuffer.el (completion-all-sorted-completions):
172 Use :completion-cycle-penalty text property if present.
173
b0911414
KM
1742011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
175
176 * allout.el (allout-yank-processing): Adjust for new rebulleting
177 regime so bullet being yanked is used without prompting the user
178 for a choice.
179
8a05b668
JB
1802011-03-16 Juanma Barranquero <lekktu@gmail.com>
181
182 * startup.el (command-line): Warn the user that _emacs is deprecated.
183
5ba5fb81
JB
1842011-03-16 Juanma Barranquero <lekktu@gmail.com>
185
186 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
187 (delphi-verbose, delphi-comment-face, delphi-string-face)
188 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
189 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
190 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
191 (delphi-new-comment-line, delphi-font-lock-defaults)
192 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
193 Fix typos in docstrings.
194
2dab465b
KM
1952011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
196
5ba5fb81 197 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
198 Invert the roles of character and string values for INSTEAD, so a
199 string is used for the more common case of a defaulting prompt.
200
0adf5618
SM
2012011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * progmodes/ruby-mode.el (ruby-backward-sexp):
204 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
205 * play/gamegrid.el (gamegrid-make-face):
206 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
207 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
208 * notifications.el (notifications-notify):
209 * net/xesam.el (xesam-search-engines):
210 * net/quickurl.el (quickurl-list-insert):
211 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
212
d72700e5
CY
2132011-03-15 Chong Yidong <cyd@stupidchicken.com>
214
215 * startup.el (command-line): Update package subdirectory regexp.
216
49c5410a
SM
2172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
218
c6eee9aa
SM
219 * allout.el (allout-abbreviate-flattened-numbering)
220 (allout-mode-deactivate-hook): Fix up obsolescence "date".
221
49c5410a
SM
222 * subr.el (read-char-choice): Only show the cursor after the prompt,
223 not after the answer.
224
047b2bb9
KR
2252011-03-15 Kevin Ryde <user42@zip.com.au>
226
227 * help-fns.el (variable-at-point): Skip leading quotes, if any
228 (bug#8253).
229
0a57d256
SM
2302011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
233 warning message.
234
77c992bc
MA
2352011-03-14 Michael Albinus <michael.albinus@gmx.de>
236
237 * shell.el (shell): When called interactively, offer to change the
238 shell file name on remote hosts.
239
eebc475d
TZ
2402011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
241
242 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
243 integration for LDAP parameters. The host, base, user or binddn,
244 and secret tokens can be specified in a netrc file, for instance.
245 This is optional because an `auth-source' parameter must be
246 specified in the search attributes.
247
9d05d1ba
JB
2482011-03-13 Juanma Barranquero <lekktu@gmail.com>
249
250 * help.el (describe-mode): Link to the mode's definition (bug#8185).
251
09d9db2c
GM
2522011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
255 into declaration. Remove redundant and harmful binding.
256
2572011-03-12 Eli Zaretskii <eliz@gnu.org>
258
259 * files.el (file-ownership-preserved-p): Pass `integer' as an
260 explicit 2nd argument to `file-attributes'. If the file's owner
261 is the Administrators group on Windows, and the current user is
262 Administrator, consider that a match.
263
264 * server.el (server-ensure-safe-dir): Consider server directory
265 safe on MS-Windows if its owner is the Administrators group while
266 the current Emacs user is Administrator. Use `=' to compare
267 numerical UIDs, since they could be integers or floats.
268
219bd536
JB
2692011-03-12 Juanma Barranquero <lekktu@gmail.com>
270
271 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
272
f3afd36b
MA
2732011-03-12 Michael Albinus <michael.albinus@gmx.de>
274
275 Sync with Tramp 2.2.1.
276
277 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
278
279 * net/trampver.el: Update release number.
280
3aaaa6f1
SM
2812011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
282
94642599
SM
283 * progmodes/compile.el (compilation--previous-directory): Fix up
284 various nil/dead-marker mismatches (bug#8014).
285 (compilation-directory-properties, compilation-error-properties):
286 Don't call it at a position past the one we're about to change.
287
3aaaa6f1
SM
288 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
289 Disable obsolescence warnings in the file that declares it.
290
14239447
KM
2912011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
292
219bd536 293 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
294 allout-widgets-tally as a hash table rather than nil to prevent
295 mode-line redisplay warnings.
296 Also, clarify the module description and fix a comment typo.
297
135e287c
JB
2982011-03-11 Juanma Barranquero <lekktu@gmail.com>
299
300 * help-fns.el (describe-variable): Don't complete keywords.
301 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
302
ffbf300e
CY
3032011-03-10 Chong Yidong <cyd@stupidchicken.com>
304
ba08b241
CY
305 * emacs-lisp/package.el (package-version-join): Impose a standard
306 string representation for pre/alpha/beta version lists.
307 (package-unpack-single): Standardize the directory name by passing
308 it through package-version-join.
309 (package-strip-rcs-id): Accept any version string that does not
310 signal an error in version-to-list.
ffbf300e 311
f346fd6b
MA
3122011-03-10 Michael Albinus <michael.albinus@gmx.de>
313
314 * simple.el (delete-trailing-whitespace): Return nil for the
315 benefit of `write-file-functions'.
316
ccb55d27
GM
3172011-03-10 Glenn Morris <rgm@gnu.org>
318
5ceaac0c
GM
319 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
320
02da65ff
GM
321 * vc/vc-git.el (vc-git-program): New option.
322 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
323 (vc-git--call): Use it.
324
b2f603cc
GM
325 * eshell/esh-util.el (eshell-condition-case): Doc fix.
326
5772caab
GM
327 * cus-edit.el (Custom-newline): If no button at point, look
328 for a subgroup button at start-of-line. (Bug#2298)
329
ccb55d27
GM
330 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
331
ec6ecaed
JD
3322011-03-10 Julien Danjou <julien@danjou.info>
333
334 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
335 `cursor-type' is nil.
336
9d5aa01d
JB
3372011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
338
339 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
340
b6a5875b
KM
3412011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
342
343 * allout.el Summary: Change so yank of distinctive-bullet items
344 preserves the existing header prefix, rebulleting it if necessary,
345 rather than replacing it. This is necessary for proper operation
346 of cooperative addons like allout-widgets.
219bd536 347 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
348 SOLICIT arg to INSTEAD, and interpret additionally a string value
349 as alternate bullet to be used, instead of prompting the user for
350 a bullet character.
351
ee545c35
MA
3522011-03-09 Michael Albinus <michael.albinus@gmx.de>
353
354 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
355 not use `tramp-file-name-port', because this returns also
356 `tramp-default-port'.
357
c47971d7
DD
3582011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
359
360 * net/rcirc.el (rcirc-handler-001): Remove useless
361 with-rcirc-process-buffer.
362 (rcirc-check-auth-status): Swap arguments to string-match.
363
13522cb4
GM
3642011-03-09 Glenn Morris <rgm@gnu.org>
365
0be6f4f1
GM
366 * shell.el (shell-mode):
367 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
368
13522cb4
GM
369 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
370 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
371
515de2e3
CY
3722011-03-08 Chong Yidong <cyd@stupidchicken.com>
373
374 * emacs-lisp/package.el (package-refresh-contents)
375 (package-menu-execute): Use condition-case-no-debug.
376
b511b994
MA
3772011-03-08 Michael Albinus <michael.albinus@gmx.de>
378
379 * simple.el (shell-command-to-string): Use `process-file'.
380
381 * emacs-lisp/package.el (package-tar-file-info): Handle also
382 remote files.
383
384 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
385 `equal' for upload base check.
386
25bbfb31
AM
3872011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
388
389 * textmodes/texinfo.el (texinfo-environments):
390 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
391
be996521
GM
3922011-03-08 Glenn Morris <rgm@gnu.org>
393
e9c8529f
GM
394 * cus-start.el (cursor-in-non-selected-windows):
395 Fix :set quoting oddness. (Bug#8192)
396
be996521
GM
397 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
398 in some setf expressions. (Bug#2159)
399
2bb5649e
CY
4002011-03-08 Chong Yidong <cyd@stupidchicken.com>
401
402 * custom.el (custom-available-themes): Return themes in
403 alphabetical order.
404
7600cf45
CY
4052011-03-07 Chong Yidong <cyd@stupidchicken.com>
406
407 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
408 application of patch from Alan Mackenzie (Bug#7595).
409
fa7062f6
DD
4102011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
411
412 * net/rcirc.el (rcirc-connect): Fix PASS bug.
413
619f4b62
GM
4142011-03-07 Glenn Morris <rgm@gnu.org>
415
416 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 417 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 418
e63e9234
ER
4192011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
420
421 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
422 Add optional `after-sunset' argument. (Bug#8190)
423
16130297
AH
4242011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
425
426 * play/morse.el (nato-alphabet, nato-region, denato-region):
427 New variable and functions. (Bug#2288)
f72c1fd6 428 (morse-region, unmorse-region): Barf if read-only.
16130297 429
2b0787b3
SM
4302011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * progmodes/gud.el (gdb-script-syntax-propertize-function):
433 Don't change the syntax of a \n that closes a comment (bug#8169).
434
5c69cb2c
CY
4352011-03-06 Chong Yidong <cyd@stupidchicken.com>
436
437 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
438 defcustom.
439 (package--update-file): Doc fix. Accept relative file names.
440 (package--archive-contents-from-file): Remove the argument, since
441 it's necessarily always "archive-contents".
442 (package-maint-add-news-item): Pass relative file name args to
443 package--update-file.
444 (package-upload-buffer-internal): Prompt for a destination if
445 package-archive-upload-base is invalid. Create the directory if
446 it does not exist.
447 (package-upload-buffer, package-upload-file): Doc fix.
448
892777ba
CY
4492011-03-06 Chong Yidong <cyd@stupidchicken.com>
450
451 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
452 and move isearch-yank-line to M-s C-e (Bug#8183).
453
9d1f0f55
AM
4542011-03-06 Alan Mackenzie <acm@muc.de>
455
456 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
457 (c-guess-basic-syntax): Move CASE 19 to a different place,
458 correctly to process template-args-cont lines.
9d1f0f55 459
479a2c9b
JB
4602011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
461
2b0787b3
SM
462 * calc/calc-ext.el (calc-init-extensions):
463 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
464 and calc-nplevel, respectively. Add keybindings for calc-spn,
465 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
466 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
467
468 * calc/calc-units.el (calc-dblevel): Rename from
469 calc-logunits-dblevel.
470 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
471 (math-midi-round, math-freqp, math-midip, math-spnp)
472 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
473 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
474 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
475 (math-notes): New variable.
476
477 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 478
f561e49a
CY
4792011-03-06 Chong Yidong <cyd@stupidchicken.com>
480
481 * emacs-lisp/package.el (package-archives): Accept either ordinary
482 directory names, in addition to HTTP URLs.
483 (package--with-work-buffer): New macro. Handle normal directories.
484 (package-handle-response): Don't display the failing buffer.
485 (package-download-single, package-download-tar)
486 (package--download-one-archive): Use package--with-work-buffer.
487 (package-archive-base): Rename from package-archive-url.
488
79a0fb58
GM
4892011-03-06 Glenn Morris <rgm@gnu.org>
490
491 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
492 (xmodmap-generic-mode): Respect generic-extras-enable-list.
493
ffd0a502
DC
4942011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
495
496 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
497
01c35094
JB
4982011-03-06 Juanma Barranquero <lekktu@gmail.com>
499
500 * allout.el (allout-init, allout-prefixed-keybindings)
501 (allout-unprefixed-keybindings):
502 * progmodes/prolog.el (prolog-find-term):
503 Fix typos in docstrings.
504
509742cc
NS
5052011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
506
507 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
508
14369ab3
KR
5092011-03-06 Kevin Ryde <user42@zip.com.au>
510
511 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
512
aa248733
MS
5132011-03-06 Michael Shields <shields@msrl.com> (tiny change)
514
515 * window.el (one-window-p, walk-windows, display-buffer):
516 Doc fixes. (Bug#5567)
517
da0275f8
JB
5182011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
519
520 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
521 of the variable if it exists.
522
845fc5e5
JB
5232011-03-06 Juanma Barranquero <lekktu@gmail.com>
524
525 * bookmark.el:
526 * desktop.el:
527 * emacs-lock.el:
528 * ps-print.el:
529 * saveplace.el:
530 * net/tramp-cache.el:
01c35094 531 * obsolete/fast-lock.el:
845fc5e5
JB
532 * textmodes/reftex.el:
533 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
534
7e27ce9c
AL
5352011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
536
01c35094
JB
537 * files.el (delete-directory, copy-directory, list-directory):
538 Use read-directory-name.
7e27ce9c
AL
539
540 * find-file.el (ff-find-the-other-file):
541 * net/ange-ftp.el (ange-ftp-make-directory):
542 * printing.el (pr-interactive-dir):
543 * progmodes/ada-prj.el (ada-prj-load-directory):
544 * progmodes/ebnf2ps.el (ebnf-print-directory)
545 (ebnf-spool-directory, ebnf-eps-directory)
546 (ebnf-syntax-directory):
547 * shell.el (shell):
548 * speedbar.el (speedbar-create-directory):
549 * vc/emerge.el (emerge-merge-directories):
550 * vc/vc-dir.el (vc-dir):
551 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
552
d23ae2b0
CY
5532011-03-05 Chong Yidong <cyd@stupidchicken.com>
554
555 * help-mode.el (help-buffer): If we are to return the current
556 buffer, signal an error if it's not in Help mode (Bug#8147).
557
2de9cc1a
RT
5582011-03-05 Reuben Thomas <rrt@sc3d.org>
559
560 * files.el (file-name-version-regexp): Handle backup files of the
561 form `foo.js.~HEAD~1~' (Bug#8159).
562
81fb60b2
GM
5632011-03-05 Glenn Morris <rgm@gnu.org>
564
565 * eshell/esh-var.el: Don't require esh-test when compiling.
566 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
567 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 568 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 569
c5f09daf
DE
5702011-03-05 David Engster <deng@randomsample.de>
571
572 * files.el (save-some-buffers): Report the names of buffers saved
573 automatically due to buffer-save-without-query (Bug#8134).
574
77f63d30
DD
5752011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
576
577 * net/rcirc.el: Add QuakeNet authentication support.
578 (rcirc-authinfo, rcirc-check-auth-status)
579 (rcirc-authenticate): Support QuakeNet.
580
72d2c2e3
DD
5812011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
582
583 * net/rcirc.el: Add functionality to authenticate before
584 autojoining channels.
585 (rcirc-authenticate-before-join): New option.
586 (rcirc-authenticated-hook): New variable.
587 (rcirc-connect): Make local variable rcirc-user-authenticated.
588 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
589 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
590 New functions.
591 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
592 Call rcirc-check-auth-status.
72d2c2e3 593
d733e817
MA
5942011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
595
596 * net/soap-client.el (soap-namespace-put-link): Check if the target
597 name is fully qualified -- use only the name part.
598 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
599 types, treated the same as xsd:sequence. (Bug#8166)
600
3ae59fff
EZ
6012011-03-05 Eli Zaretskii <eliz@gnu.org>
602
603 * files.el (find-file-noselect): Don't ask about re-visiting
604 non-literally if the file is already visited in image-mode.
605 (Bug#8177)
606
a9eeff78
GM
6072011-03-05 Glenn Morris <rgm@gnu.org>
608
d783d303
GM
609 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
610 (eshell-mode): Use eshell-kill-buffer-function.
611 Run the -initialize functions independently of the -load-hooks.
612 * eshell/esh-proc.el (eshell-kill-process-function): New function.
613 (eshell-gather-process-output, eshell-sentinel)
614 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
615 Use eshell-kill-process-function.
616 * eshell/em-alias.el (eshell-alias-load-hook):
617 * eshell/em-banner.el (eshell-banner-load-hook):
618 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
619 * eshell/em-dirs.el (eshell-dirs-load-hook):
620 * eshell/em-glob.el (eshell-glob-load-hook):
621 * eshell/em-hist.el (eshell-hist-load-hook):
622 * eshell/em-pred.el (eshell-pred-load-hook):
623 * eshell/em-prompt.el (eshell-prompt-load-hook):
624 * eshell/em-rebind.el (eshell-rebind-load-hook):
625 * eshell/em-script.el (eshell-script-load-hook):
626 * eshell/em-smart.el (eshell-smart-load-hook):
627 * eshell/em-term.el (eshell-term-load-hook):
628 * eshell/em-unix.el (eshell-unix-load-hook):
629 * eshell/esh-arg.el (eshell-arg-load-hook):
630 * eshell/esh-cmd.el (eshell-cmd-load-hook):
631 * eshell/esh-ext.el (eshell-ext-load-hook):
632 * eshell/esh-io.el (eshell-io-load-hook):
633 * eshell/esh-mode.el (eshell-exit-hook):
634 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
635 * eshell/esh-var.el (eshell-var-load-hook):
636 Set default hook values to nil. (Bug#5375)
637
4a0f18a8
GM
638 * eshell/esh-module.el (eshell-module-unload-hook)
639 (eshell-modules-list): Remove leading * from defcustom docs.
640
a9eeff78
GM
641 * eshell/esh-util.el (eshell-for): Make it obsolete.
642 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
643 * eshell/em-dirs.el (eshell-save-some-last-dir):
644 * eshell/em-hist.el (eshell-save-some-history)
645 (eshell-hist-parse-modifier):
646 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
647 (eshell-ls-entries):
648 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
649 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
650 (eshell/which):
651 * eshell/esh-ext.el (eshell-find-interpreter):
652 * eshell/esh-mode.el (eshell-mode):
653 * eshell/esh-module.el (eshell-unload-extension-modules):
654 * eshell/esh-proc.el (eshell-process-interact):
655 * eshell/esh-test.el (eshell-test):
656 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
657 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
658 (eshell-variables-list):
659 * eshell/eshell.el (eshell-unload-all-modules):
660 Replace eshell-for with dolist.
661
85a55d38
GM
6622011-03-04 Glenn Morris <rgm@gnu.org>
663
664 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
665
38c179c9
TT
6662011-03-04 Tom Tromey <tromey@redhat.com>
667
668 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
669
732795fa
GM
6702011-03-04 Glenn Morris <rgm@gnu.org>
671
015bea8f
GM
672 * outline.el (outline-regexp): No longer allow nil.
673 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
674
9d982739
GM
675 * net/browse-url.el (browse-url):
676 Handle deleted default-directory. (Bug#6077)
677
732795fa
GM
678 * recentf.el (recentf-include-p): In case of a buggy predicate,
679 err on the side of including, not excluding. (Bug#5843)
680
d6ffd3f8
JB
6812011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
682
683 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
684 variables as units.
685
a918ed9b
BR
6862011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
687
688 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
689 if there is no node. (Bug#3261)
690
fc0e9092
LL
6912011-03-04 Leo <sdl.web@gmail.com>
692
0a5cb52b
LL
693 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
694
fc0e9092
LL
695 * time.el (display-time-world-list): Fix typo. (Bug#7571)
696
a65112fb 6972011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
698
699 * cus-edit.el (custom-buffer-create-internal):
700 Split search string before passing it to `customize-apropos' (bug#8136).
701
3191adaf
DA
7022011-03-04 Drew Adams <drew.adams@oracle.com>
703
704 * image-dired.el (image-dired-cmd-read-exif-data-options):
705 Fix typo in docstring (bug#8156).
706
fcd8ed1d
DD
7072011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
708
709 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
710
de69c0a8
CO
7112011-03-03 Christian Ohler <ohler@gnu.org>
712
713 * emacs-lisp/ert.el (ert--explain-equal): New function.
714 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
715 All callers changed.
716 (ert--explain-equal-including-properties): Renamed from
717 `ert--explain-not-equal-including-properties'. All callers
718 changed.
719
7c0d1441
CO
7202011-03-03 Christian Ohler <ohler@gnu.org>
721
722 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
723 (ert-char-for-test-result, ert-string-for-test-result)
724 (ert-run-tests-batch, ert--print-test-for-ewoc):
725 Handle `ert-test-quit'.
726
31128af6
DA
7272011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
728
729 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
730 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
731
06083aa1
GM
7322011-03-03 Glenn Morris <rgm@gnu.org>
733
734 * files.el (file-truename): Doc fix. (Bug#2341)
735
c7a74801
BR
7362011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
737
01c35094 738 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 739
614b85f8
VJ
7402011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
741
742 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
743 programs output backslashes. (Bug#7663)
744
f96dc50f
GM
7452011-03-03 Glenn Morris <rgm@gnu.org>
746
fb532fe8
GM
747 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
748 (mail-mode): Remove mail-sent-via from the doc.
749 (mail-sent-via): Make it obsolete. (Bug#1776)
750
a915d7a1
GM
751 * progmodes/grep.el (grep-highlight-matches): Doc fix.
752 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
753
f96dc50f
GM
754 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
755 with no parents. (Bug#8025)
756
71f8b7ed
G
7572011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
758
759 * password-cache.el (password-in-cache-p): Add autoload.
760
8889f4e2
GM
7612011-03-02 Glenn Morris <rgm@gnu.org>
762
3ab7ebb9
GM
763 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
764 * dired-x.el (Man-support-local-filenames): Autoload it.
765 (dired-guess-shell-alist-default): Also handle Red Hat's man.
766
2777ccbf
GM
767 * dired-x.el (dired-default-directory-alist, dired-default-directory):
768 Mark as obsolete.
769 (dired-smart-shell-command): Just call dired-current-directory.
770
5dedeef2
GM
771 * dired-x.el (dired-jump-other-window): Add autoload.
772 (dired-default-directory-alist, dired-default-directory): Doc fixes.
773 (dired-default-directory-alist): Mark as risky.
774
8889f4e2
GM
775 * dired-x.el (dired-omit-here-always): Make it obsolete.
776
d77aaf6f
CY
7772011-03-02 Chong Yidong <cyd@stupidchicken.com>
778
779 * textmodes/artist.el (artist-curr-go): Default to pen-line.
780 (artist-select-op-pen-line): New function.
781 (artist-menu-map): New variable.
782 (artist-mode-map): Add a menu to the menu-bar.
783
771fc75e
JB
7842011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
785
786 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
787 when evaluating.
788
789 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
790 New function.
791 (math-logunits-add, math-logunits-mul, math-logunits-divide):
792 (math-logunits-quant, math-logunits-level):
793 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
794 functions.
795 (math-logunits-level): Extract units from ratio.
796
f6132e5a
JB
7972011-03-01 Juanma Barranquero <lekktu@gmail.com>
798
799 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
800
7454f200
GM
8012011-03-01 Glenn Morris <rgm@gnu.org>
802
a65112fb
GM
803 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
804 (diary-hebrew-birthday): Rename and rework functions added
805 in previous change.
7454f200 806
cdcbd5a7
ER
8072011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
808
809 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
810 (diary-hebrew-birthday): New functions.
811
9903d828
GM
8122011-03-01 Glenn Morris <rgm@gnu.org>
813
814 * dired.el (dired-safe-switches-p): Beef it up.
815 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
816
75da6eb9
SM
8172011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * dired.el (dired-safe-switches-p): New function.
820
6640b281
GM
8212011-03-01 Glenn Morris <rgm@gnu.org>
822
823 * files.el (dir-locals-collect-variables):
824 Add the ability to exclude subdirectories. (Bug#8100)
825
826 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
827
cead857b
CS
8282011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
829
830 * ido.el (ido-everywhere): Doc fix.
831 (ido-mode): Doc fix.
832
0a906ec3
GM
8332011-02-28 Glenn Morris <rgm@gnu.org>
834
835 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
836
22b300de
MA
8372011-02-28 Michael Albinus <michael.albinus@gmx.de>
838
839 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
840 shadows.
841
abec5126 8422011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
843
844 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
845
ca3afb79
JB
8462011-02-28 Juanma Barranquero <lekktu@gmail.com>
847
848 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
849 Fix typos in docstrings.
850
edb57480
SB
8512011-02-28 Stephen Berman <stephen.berman@gmx.net>
852
853 * dired-aux.el (dired-update-file-line):
854 Fix 2010-11-09 change. (Bug#8131)
855
2b0c7330 8562011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
857
858 * international/mule-cmds.el (set-default-coding-systems): Use the
859 -unix variant of encoding in default-keyboard-coding-system.
860 (Bug#8122)
861
df7f0d0b
CY
8622011-02-27 Chong Yidong <cyd@stupidchicken.com>
863
864 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
865
3e478a7c 8662011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
867
868 * term/screen.el: New file (Bug#2650).
869
1f0816b6
SM
8702011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
873 (pcase-mutually-exclusive-predicates): New var.
874 (pcase--split-consp, pcase--split-pred): Use it.
875 (pcase--split-equal, pcase--split-member): When splitting against
876 a pure predicate, run it to know the outcome.
877 (pcase--u1): Mark vars that are actually used.
878 (pcase--q1): Avoid introducing unused vars.
879
b49df742
JB
8802011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
881
882 * calc/calc-ext.el (calc-init-extensions):
883 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
884
885 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
886 symbolic mode.
887
888 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
889 argument is a variable.
890
e573299d
SM
8912011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
894 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
895 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
896
61e9662e
TZ
8972011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
898
899 * password-cache.el (password-in-cache-p): Convenience function to
900 check if a key is in the cache, even if the value is nil.
901
7fe42546
J
9022011-02-25 Jambunathan K <kjambunathan@gmail.com>
903
904 * emacs-lisp/package-x.el (package--archive-contents-from-url)
905 (package--archive-contents-from-file): New functions.
906 (package-update-news-on-upload): New var.
907 (package-upload-buffer-internal): Extract archive-contents from
908 package-archive-upload-base if it is not found at archive-url.
909 Obey package-update-news-on-upload.
910 (package-upload-buffer, package-upload-file): Doc fix.
911
2d8a57ef
GM
9122011-02-24 Glenn Morris <rgm@gnu.org>
913
6a88f031
GM
914 * files-x.el (modify-dir-local-variable): Handle dir-locals from
915 the cache, and from non-file sources.
916
303f9ae0
GM
917 * help-fns.el (describe-variable): Return consistent results when a
918 dir-local from a file came from the cache or did not. (Bug#8095)
919 If a dir-local has no associated file, say it came from a "directory".
920
07915ed9
GM
921 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
922 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
923
ebe401f6
GM
924 * files.el (dir-locals-find-file): Doc fix.
925 Fix the check for cache elements that have no associated file,
303f9ae0 926 and the mtime check for those that do. (Bug#8095)
ebe401f6 927
b36f2f1c
GM
928 * dired-x.el (dired-hack-local-variables):
929 Handle interrupts during hacking local variables. (Bug#5216)
930
2d8a57ef
GM
931 * emacs-lisp/autoload.el (autoload-save-buffers)
932 (autoload-find-destination, update-directory-autoloads):
933 Avoid prompts when updating autoloads.
934
53cfe624
SM
9352011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
938
c1449bff
KH
9392011-02-23 Kenichi Handa <handa@m17n.org>
940
941 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
942 error when a multipart boundary in the nested multipart is found.
943
251ebe0f
KH
944 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
945 header components.
946
5582c670
GM
9472011-02-23 Glenn Morris <rgm@gnu.org>
948
817b48a7
GM
949 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
950 * dired-x.el (dired-omit-mode): Safe if boolean.
951 (dired-enable-local-variables): Fix doc and custom type.
952 (dired-enable-local-variables, dired-local-variables-file)
953 (dired-hack-local-variables): Make obsolete.
954 (dired-omit-here-always): Use dir-locals.el instead.
955
5582c670
GM
956 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
957
5f9d345c
SM
9582011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * help-fns.el (describe-function-1): Don't signal an error just because
961 the DOC file disappeared.
962
01c35094 9632011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
964
965 * eshell/esh-ext.el (eshell-external-command): Do not restrict
966 remote check to "ftp". (Bug#8089)
967
e84efb70
AM
9682011-02-21 Alan Mackenzie <acm@muc.de>
969
970 Fix bug #7930.
971 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
972 in macros finding their way into c-state-nonlit-pos-cache.
973 Strengthen the comments.
974 (c-state-dump): New commented out diagnostic routine.
975
c6309045
MA
9762011-02-21 Michael Albinus <michael.albinus@gmx.de>
977
978 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
979 `field' property of `rfn-eshadow-overlay'.
980
06b840e0
LI
9812011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
982
983 * net/netrc.el (netrc-parse): Comment fix.
984
6d713256
CY
9852011-02-21 Chong Yidong <cyd@stupidchicken.com>
986
987 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
988 Autoload. Add optional arg FRAME, and pass it to color-values.
989 (color-complement): Caller changed. Doc fix.
990 (color-gradient): Rewrite for better clarity and efficiency.
991
992 * faces.el (color-values): Use cond for clarity. Doc fix.
993
5f9d345c 994 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 995 color.el instead.
5f9d345c
SM
996 (list-colors-sort-key, list-colors-print):
997 Use color-normalized-values.
6d713256
CY
998
9992011-02-20 Drew Adams <drew.adams@oracle.com>
1000
1001 * color.el: First part of merge from hexrgb.el.
1002 (color-rgb-to-hex): Rename from color-rgb->hex.
1003 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1004 saturation to zero if the value is too small.
1005 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1006 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1007 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1008 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1009 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1010 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1011 (color-cie-de2000): Doc fix.
1012
aa9c0efc
AM
10132011-02-20 Alan Mackenzie <acm@muc.de>
1014
1015 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1016 locating the beginning of a macro. (Bug#7595)
1017
18cfb5a1
GM
10182011-02-20 Glenn Morris <rgm@gnu.org>
1019
e17816e5
GM
1020 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1021 Don't autoload it.
1022
18cfb5a1
GM
1023 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1024 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1025
01c35094
JB
10262011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1027 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
1028
1029 * progmodes/hideshow.el (hs-find-block-beginning)
1030 (hs-hide-level-recursive): Ignore comments when parsing braces
1031 (Bug#8036).
1032
10332011-02-19 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1036 (vc-bzr-pull): Use it.
1037
3ab713fd
CY
10382011-02-19 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1041 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1042 but returning an alist. Ignore comments in bzr conffile.
1043 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1044 (vc-bzr-error-regex-alist): New var.
1045 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1046
5f9d345c
SM
1047 * vc/vc-dispatcher.el (vc-do-async-command):
1048 Bind inhibit-read-only to t.
3ab713fd
CY
1049
1050 * progmodes/compile.el (compilation--flush-directory-cache):
1051 Handle the case where cdr of compilation--flush-directory-cache
1052 points to no buffer, which can occur if we previously switched to
1053 compilation-mode in a pregenerated buffer.
1054
16bc9688
KH
10552011-02-19 Kenichi Handa <handa@m17n.org>
1056
1057 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1058 get the header copy into the temporary buffer.
1059 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1060 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1061 buffer-file-coding-system to undecided.
1062
67ab0163 10632011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 1064
a167e505
EZ
1065 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1066 Document completion with asterisk and a substring.
1067
67ab0163 10682011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
1069
1070 * files.el (find-file-literally): Doc fix.
1071
41002397
GM
1072 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1073
b8bd9908
GM
1074 * log-edit.el (log-edit-insert-changelog):
1075 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1076
4d737eb2
GM
10772011-02-19 Glenn Morris <rgm@gnu.org>
1078
cad7445b
GM
1079 * dired-x.el: Don't require dired-aux.
1080 (dired-do-create-files, dired-mark-read-regexp)
1081 (dired-do-create-files-regexp): Autoload from dired-aux.
1082
bea584fa
GM
1083 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1084 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1085
d6e96966
GM
1086 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1087 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1088
42924231
GM
1089 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1090 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1091 (dired-clean-up-buffers-too): Declare.
1092
203784cc
GM
1093 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1094 * dired.el (dired-initial-position): Merge dired-x's version here.
1095 (dired-find-subdir): Declare.
1096
30abce25
GM
1097 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1098 * dired-aux.el (dired-add-entry): Give it a doc-string.
1099 Merge dired-x's dired-omit handling here.
1100 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1101
4d737eb2
GM
1102 * international/mule-diag.el (list-input-methods-1):
1103 Indent all lines of multi-line doc-strings. (Bug#8066)
1104
abd20d91
CY
11052011-02-18 Chong Yidong <cyd@stupidchicken.com>
1106
1107 Fix 2011-02-02 changes.
1108
1109 * apropos.el (apropos-print): Call apropos-mode before setting up
1110 buffer variables. Use inhibit-read-only.
1111
5f9d345c
SM
1112 * emacs-lisp/package.el (package--list-packages):
1113 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
1114
1115 * play/solitaire.el (solitaire): Call solitaire-mode before
1116 setting up buffer variables. Use inhibit-read-only.
1117
e697fcfc
LM
11182011-02-18 Lawrence Mitchell <wence@gmx.li>
1119
1120 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1121 Bind case-fold-search to nil when looking for end of here-doc.
1122
4114ed61
EZ
11232011-02-18 Eli Zaretskii <eliz@gnu.org>
1124
e697fcfc
LM
1125 * image-mode.el (image-toggle-display-image):
1126 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
1127 files. (Bug#8047)
1128
aa56f361
SM
11292011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * files.el (cd): Make completion obey cd-path (bug#7924).
1132
d1be20a1
GM
11332011-02-18 Glenn Morris <rgm@gnu.org>
1134
135dee55
GM
1135 * progmodes/prolog.el: Don't require compile when compiling.
1136 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1137 (compilation-forget-errors, compilation-fake-loc)
1138 (compilation-parse-errors-function, compilation-error-list): Declare.
1139 (prolog-inferior-mode): Require 'compile.
1140
15e0d5a1
GM
1141 * emulation/cua-base.el (pc-selection-mode): Declare.
1142
002b46b7
GM
1143 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1144 (customize-object): Add autoload cookie.
1145 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1146 (eieio-browse, describe-class, eieio-describe-class)
1147 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1148 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1149 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1150 * Makefile.in (autoloads): Make eieio.el writable.
1151
d1be20a1
GM
1152 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1153 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1154 (dired-hack-local-variables): Use inhibit-read-only.
1155 (dired-guess-default): Simplify.
1156 (dired-make-relative-symlink): Use dotimes.
1157 (dired-simultaneous-find-file): Use dolist.
1158 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1159 (dired-x-hands-off-my-keys): Doc fix.
1160 (dired-x-bind-find-file): Doc fix. Use remapping.
1161 (after-init-hook): No need to add dired-x-bind-find-file.
1162 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1163 No need to call expand-file-name.
1164 (dired-filename-at-point): Remove unused locals `end', `filename'.
1165
f9d554dd
SM
11662011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1169
5da16a86
CO
11702011-02-18 Christian Ohler <ohler@gnu.org>
1171
1172 * emacs-lisp/ert.el (ert--setup-results-buffer)
1173 (ert-results-pop-to-backtrace-for-test-at-point)
1174 (ert-results-pop-to-messages-for-test-at-point)
1175 (ert-results-pop-to-should-forms-for-test-at-point)
1176 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1177 were incorrect and unnecessary. This should make `make check'
1178 pass again.
1179
3a00a363
KM
11802011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1181
01c35094 1182 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1183 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1184 * lisp/allout.el: Remove commentary about remove encryption
1185 passphrase mnemonic support and verification.
01c35094
JB
1186 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1187 armored text using gpg1, and indicate that the gpg version *might*
1188 be the problem in the error message.
3a00a363 1189
73057ba9
DD
11902011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1191
1192 * net/rcirc.el (rcirc-float-time): New function.
1193 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1194 (rcirc-ctcp-sender-PING): Use it.
1195
8551cb32
GM
11962011-02-17 Glenn Morris <rgm@gnu.org>
1197
53ef76c7
GM
1198 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1199 (speedbar-update-flag, speedbar-fetch-etags-command)
1200 (speedbar-fetch-etags-arguments):
1201 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1202 (term-completion-autolist, term-completion-addsuffix)
1203 (term-completion-recexact, term-completion-fignore):
1204 * term/sup-mouse.el (sup-mouse-fast-select-window):
1205 * term/x-win.el (x-select-request-type):
1206 Convert some defvars with "*" to defcustoms.
1207
64a14c74
GM
1208 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1209
92e39d6f
GM
1210 * vc/vc.el (vc-default-previous-version):
1211 Remove alias that points nowhere. (Bug#4496)
1212
fc14288b
GM
1213 * dired-x.el (dired-clean-up-after-deletion):
1214 kill-buffer does not need save-excursion.
1215 (dired-do-run-mail): Doc fix.
1216 (dired-filename-at-point): Doc fix.
1217 Use looking-at, and skip-chars rather than re search.
1218
8551cb32
GM
1219 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1220
96497653
KM
12212011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1222
aac7a935
KM
1223 * allout-widgets.el: New allout extension that shows allout
1224 outline structure with graphical widgets. 'allout-widgets'
1225 customize group is an 'allout' subgroup, for easy discovery.
1226
96497653
KM
1227 * allout.el: Include PGP and GnuPG in Keywords, and other
1228 commentary refinements.
1229 (allout-abbreviate-flattened-numbering): Rename to
1230 allout-flattened-numbering-abbreviation, and
1231 define-obsolete-variable-alias the old name.
1232 (allout-flattened-numbering-abbreviation): Rename from
1233 allout-abbreviate-flattened-numbering.
1234 (allout-mode-p): Include among autoloads, for use by other modes
1235 with impunity.
e697fcfc
LM
1236 (allout-listify-exposed):
1237 Use allout-flattened-numbering-abbreviation.
96497653
KM
1238 (allout-encrypt-string): Use set-buffer-multibyte directly.
1239 (allout-set-buffer-multibyte): Remove.
1240
be4a1d71
DD
12412011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1242
1243 * simple.el (just-one-space): Remove useless `or' call.
1244
274c2d34
MA
12452011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1246
c6309045 1247 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1248 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1249 (soap-decoded-multi-refs, soap-current-wsdl)
1250 (soap-encoded-namespaces): Rename CL-style *...* variables.
1251
88ae2870
MA
12522011-02-16 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * net/soap-client.el: Add "comm" and "hypermedia" to the
1255 keywords. Reflow too long lines.
1256
1257 * net/soap-inspect.el: Ditto. Require 'cl.
1258
689743a2
BG
12592011-02-16 Bastien Guerry <bzg@altern.org>
1260
1261 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1262 in a `doctor-type' argument.
1263
16d2ff89
MA
12642011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1265
1266 * net/soap-client.el:
1267 * net/soap-inspect.el: New files.
1268
c6cefd36
LL
12692011-02-16 Leo <sdl.web@gmail.com>
1270
1271 * dired-x.el (dired-mode-map, dired-extra-startup):
1272 Remove dired-copy-filename-as-kill since it's already in dired.el.
1273
da5e0ce4
GM
12742011-02-16 Glenn Morris <rgm@gnu.org>
1275
1276 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1277 Doc fixes. Add :set property, replacing top-level calls.
1278 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1279 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1280 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1281 (dired-clean-up-after-deletion): Use when and dolist.
1282 (dired-jump): Use unless and when.
1283 (dired-virtual): Use line-end-position.
1284 (dired-default-directory-alist): Rename from default-directory-alist.
1285 (dired-default-directory): Update for above name change.
1286 (dired-vm): Drop VM < 5 and simplify.
1287 (dired-buffer-more-recently-used-p): Rewrite.
1288 (dired-filename-at-point): Use when and or.
1289 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1290 Update callers.
1291
c5ca3aa0
GM
12922011-02-15 Glenn Morris <rgm@gnu.org>
1293
1294 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1295
33f6cf7b
CY
12962011-02-14 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * vc/vc-git.el (vc-git-root-log-format): New option for
1299 customizing log format.
1300 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1301 (vc-git-log-view-mode): Use it.
1302 (vc-git-expanded-log-entry): New function.
1303 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1304
1305 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1306 customizing log format.
1307 (vc-hg-print-log): Use it.
1308 (vc-hg-expanded-log-entry): New function.
1309 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1310 vc-hg-expanded-log-entry. Truncate lines in root log.
1311
1312 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1313
e697fcfc
LM
1314 * vc/log-view.el (log-view-mode-menu):
1315 Add log-view-toggle-entry-display.
33f6cf7b 1316
461b69ae
GM
13172011-02-14 Glenn Morris <rgm@gnu.org>
1318
1319 * dired-x.el: Don't require man when compiling.
1320 (dired-omit-extensions, dired-local-variables-file)
1321 (dired-x-hands-off-my-keys): Make them defcustoms.
1322 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1323 (vm-visit-folder): Declare rather than defining.
1324 (dired-x-help-address, dired-x-variable-list): Remove.
1325 (dired-x-submit-report): Make it an obsolete alias.
1326
35f52ed6
JB
13272011-02-14 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1330
b2108a36
TZ
13312011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1332
67186ae2 1333 * net/imap.el: Bring it back.
b2108a36 1334
abfc152b
AM
13352011-02-13 Alan Mackenzie <acm@muc.de>
1336
1337 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1338 narrow-to-region call that cuts context off the end (Bug#7722).
1339
e697fcfc
LM
1340 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1341 Refactor nested if-forms with a simple cond.
abfc152b
AM
1342 (c-forward-<>-arglist): Revert 2011-01-31 change.
1343
d4eb88c7
CY
13442011-02-13 Chong Yidong <cyd@stupidchicken.com>
1345
1346 * vc/log-view.el: New command log-view-toggle-entry-display for
1347 toggling log entries between concise and detailed forms.
1348 (log-view-toggle-entry-display): New command.
1349 (log-view-mode-map): Bind RET to it.
1350 (log-view-expanded-log-entry-function): New variable.
1351 (log-view-current-entry, log-view-inside-comment-p)
1352 (log-view-current-tag): New functions.
1353 (log-view-toggle-mark-entry): Use log-view-current-entry and
1354 log-view-end-of-defun instead of searching directly with
1355 log-view-message-re.
1356 (log-view-end-of-defun): Likewise. Add optional ARG for
1357 compatibility with end-of-defun.
1358 (log-view-end-of-defun): Ignore comments and VC buttons.
1359
1360 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1361 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1362
2609a08e
TZ
13632011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1364
114fe546
G
1365 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1366
2609a08e
TZ
1367 * net/imap-hash.el: Remove file.
1368
7a6ebb1a
MA
13692011-02-13 Michael Albinus <michael.albinus@gmx.de>
1370
1371 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1372
1373 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1374 call.
1375
1376 * net/tramp-imap.el: Remove file.
1377
75d4dcc9
CY
13782011-02-13 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1381 widget library for buttons, just use button.el.
1382
1383 * vc/log-view.el (log-view-mode-map): Don't inherit from
1384 widget-keymap.
1385
3c65e88d 13862011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1387
86361e1e
GM
1388 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1389 (nintersection, set-difference, nset-difference)
1390 (set-exclusive-or, nset-exclusive-or): Doc fix.
1391
dc4c6a7a
GM
1392 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1393
8a6f24e5
GM
1394 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1395 :italic props, so that frame-set-background-mode works. (Bug#7966)
1396
3caced0b
GM
1397 * simple.el (next-error): Doc fix.
1398
9de31df2
TV
13992011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1400
1401 * dired-aux.el (dired-create-files): Adapt destination name to
1402 match the new behavior of copy-directory.
1403
38a71655
CY
14042011-02-12 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1407 from rmail-dont-reply-to-names. Callers changed.
1408 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1409 (rmail-dont-reply-to): Make it an obsolete alias.
1410
1411 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1412 nil, and make obsolete (Bug#7888).
1413 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1414
1415 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1416
1417 * mail/rmailsort.el (rmail-sort-by-correspondent)
1418 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1419
1420 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1421
470d996d
TV
14222011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1423
1424 * files.el (copy-directory): New argument COPY-CONTENTS for
1425 copying directory contents into another existing directory.
1426
e2784c87
TH
14272011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1428
1429 * minibuffer.el (completion-table-case-fold): New function for
1430 creating a case-insensitive completion table.
1431
563790b6
TZ
14322011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1433
1434 * net/tramp.el (tramp-default-method): Also check if
1435 `auth-source-search' is bound.
1436 (tramp-read-passwd): Use `auth-source-search' instead of
1437 `auto-source-user-or-password'.
1438
1439 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1440 `auto-source-user-or-password.
1441 (tramp-imap-passphrase-callback-function): Use it.
1442
1443 * net/imap-hash.el: Autoload `auto-source-search' instead of
1444 `auto-source-user-or-password.
1445 (imap-hash-open-connection): Use it.
1446
1447 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1448 `auto-source-user-or-password.
1449 (smtpmail-try-auth-methods): Use it.
1450
c6affbde
PH
14512011-02-12 Phil Hagelberg <phil@hagelb.org>
1452
1453 * emacs-lisp/package.el: Allow packages to be reinstalled.
1454 (package--write-file-no-coding): Remove EXCL arg.
1455 (package-unpack-single): Don't use it.
1456
b5a53795
KP
14572011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1458
1459 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1460 in each sub directory.
1461 (vc-svn-registered): Use vc-svn-root.
1462 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1463 (vc-svn-repository-hostname): Use "svn info".
1464
25833f5e
DD
14652011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1466
1467 * simple.el (delete-trailing-whitespace): New optional buffer
1468 bound parameters.
1469
75d1d833
BG
14702011-02-11 Bastien Guerry <bzg@altern.org>
1471
1472 * files.el (basic-save-buffer): save unmodified buffers when
1473 the file pointed by buffer-file-name doesn't exist.
1474
e0e36cac
DD
14752011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1476
079721e9 1477 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1478
59350862
GM
14792011-02-11 Glenn Morris <rgm@gnu.org>
1480
1481 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1482
5708ce5e
JB
14832011-02-11 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1486
b016851c
SM
14872011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1488
59003be9
SM
1489 * server.el (server-process-filter): Use pcase.
1490
9517f8af
SM
1491 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1492 conflicting ways.
1493 (smie-indent--parent): Extend to "parent of arg".
1494 (smie-indent-inside-string): New function.
1495 (smie-indent-functions): Use it.
1496
cf77dd27
SM
1497 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1498 bzr locking race condition.
1499
49ffc078
SM
1500 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1501 still valid before using it.
1502
1a0a6cef
SM
1503 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1504 `message' -> `compilation-message' rename (bug#8004).
1505
b016851c
SM
1506 Move keymap initialization into declaration.
1507 * textmodes/enriched.el (enriched-mode-map):
1508 * textmodes/bib-mode.el (bib-mode-map):
1509 * term/lk201.el (lk201-function-map):
1510 * tar-mode.el (tar-mode-map):
1511 * replace.el (occur-mode-map):
1512 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1513 * progmodes/idlw-help.el (idlwave-help-mode-map):
1514 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1515 * play/solitaire.el (solitaire-mode-map):
1516 * play/snake.el (snake-mode-map, snake-null-map):
1517 * play/pong.el (pong-mode-map):
1518 * play/handwrite.el (menu-bar-handwrite-map):
1519 * play/gametree.el (gametree-mode-map):
a65112fb 1520 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1521 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1522 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1523 (newsticker--url-keymap):
1524 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1525 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1526 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1527 (menu-bar-edit-menu, menu-bar-custom-menu)
1528 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1529 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1530 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1531 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1532 (menu-bar-tools-menu, menu-bar-describe-menu)
1533 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1534 (menu-bar-help-menu):
1535 * mail/rmailsum.el (rmail-summary-mode-map):
1536 * kmacro.el (kmacro-step-edit-map):
1537 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1538 (ibuffer-mode-operate-map):
1539 * hi-lock.el (hi-lock-menu, hi-lock-map):
1540 * emulation/vip.el (vip-mode-map):
1541 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1542 * bookmark.el (bookmark-bmenu-mode-map):
1543 * help-mode.el (help-mode-map): Move initialization into declaration.
1544
1be1d1e9
DD
15452011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1546
1547 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1548 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1549 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1550 (rcirc-cmd-me, rcirc-authenticate): Use them.
1551
26d2a9bd
KM
15522011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1553
1554 * allout.el: Synopsis: Change allout user configuration so
1555 auto-activation is controlled solely by customization
1556 `allout-auto-activation'.
1557
01c35094 1558 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1559 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1560 Also, explicitly invoke (allout-setup) after allout-auto-activation
1561 is custom-defined, to affect the settings in emacs sessions besides
1562 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1563 (allout-auto-activation): Use allout-auto-activation-helper to
1564 :set. Revise the docstring.
1565 (allout-init): Reduce functionality to just customizing
1566 allout-auto-activation, and mark obsolete.
1567 (allout-mode): Respect string values for allout-auto-activation.
1568 Run allout-after-copy-or-kill-hook without any args.
01c35094 1569 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1570 (outlineify-sticky): Adjust docstring for new scheme.
1571 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1572 should concentrate on the kill ring.
1573
b8e0f0cd
G
15742011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1575
1576 * password-cache.el (password-cache-remove): Accept secrets that are
1577 not strings.
1578
ccded26c
SM
15792011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1582 of here-doc that immediately follows a comment.
1583
ee6a57ab
DD
15842011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1585
4d04fdc9
DD
1586 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1587
ee6a57ab
DD
1588 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1589 available.
1590 (rcirc-ctcp-sender-PING): New function.
1591
6ca94a0b
SM
15922011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1595 Remove the mark/nomark handling, and activate shift-select-mode instead.
1596
1597 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1598
226590f8
JB
15992011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1600
1601 * calc/calc-units.el (math-logunits-quant): Add support for
1602 non-logarithmic units.
1603
dd0b691e
KM
16042011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1605
4ec28e14
KM
1606 * allout.el (allout-after-copy-or-kill-hook): New hook for
1607 extension-specific processing of killed text.
1608 (allout-mode): Include new allout-after-copy-or-kill-hook among
1609 mentioned hooks.
01c35094 1610 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1611 after kill happens even if barf-if-buffer-read-only is raised.
1612 Include new allout-after-copy-or-kill-hook among that subsequent
1613 processing.
1614 (allout-deannotate-hidden): Actually remove the annotation text
1615 properties.
1616
dd0b691e
KM
1617 * allout.el (allout-listify-exposed): Copy text sans text properties.
1618
07e52e08
MA
16192011-02-07 Michael Albinus <michael.albinus@gmx.de>
1620
b016851c 1621 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1622
c5aff743
DD
16232011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1624
1625 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1626
03925868
JB
16272011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1628
b016851c 1629 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1630 `calc-default-field-reference-level'.
b016851c 1631 (calc-logunits-power-reference): Rename from
01c35094 1632 `calc-default-power-reference-level'.
03925868 1633
b016851c 1634 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1635 `math-logunits-level'
b016851c 1636 (math-logunits-plus): Rename from math-logcombine.
03925868 1637 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1638 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1639 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1640 New functions.
b016851c
SM
1641 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1642 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1643 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1644 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1645 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1646 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1647 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1648 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1649 New functions.
1650
b016851c 1651 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1652 (calc-ul-prefix-help): Remove.
1653 (calc-l-prefix-help): New function.
1654 (calc-full-help): Add reference to `calc-l-prefix-help'.
1655
1656 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1657
ec6ad6f2
JB
1658 * calc/README: Mention logarithmic units.
1659
f8b351c1
CY
16602011-02-06 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1663 non-ASCII characters (Bug#7925).
1664
a60287ff
GM
16652011-02-05 Glenn Morris <rgm@gnu.org>
1666
1667 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1668
9ad53e98
GM
1669 * calendar/diary-lib.el (diary-font-lock-keywords):
1670 Tweak diary-time-regexp match. (Bug#7891)
1671
9783df21
GM
1672 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1673 (f90-mode): Use it for mode's `find-tag-default-function' property.
1674
df275851
GM
1675 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1676
95838641
GM
1677 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1678
827b77e9
DD
16792011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1680
1681 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1682 (Bug#6386).
1683
7cb76591
SM
16842011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1685
ba70ab1c
SM
1686 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1687 font-lock-syntax-table remappings.
1688 (sh-here-doc-markers, sh-here-doc-re): Remove.
1689 (sh-font-lock-close-heredoc): Remove.
1690 (sh-syntax-propertize-here-doc): New function.
1691 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1692 instead of the sh-here-doc-re.
1693 (sh-font-lock-paren): Don't do anything in comments or strings.
1694 Handle line continuations. Accept a few more chars.
1695 Don't rely on the font-lock-syntax-table remappings.
1696 `esac' is not a valid pattern.
1697 (sh-syntax-propertize-function): Handle here-docs differently, so we
1698 don't bother syntax-propertizing the insides.
1699
7cb76591
SM
1700 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1701 Handle new bashisms ";&" and ";;&" (bug#7947).
1702
39b20f56
MA
17032011-02-05 Michael Albinus <michael.albinus@gmx.de>
1704
7cb76591
SM
1705 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1706 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1707
51aba3f3
MA
17082011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1709
1710 * net/tramp.el (tramp-postfix-method-format)
1711 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1712 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1713 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1714 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1715 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1716 Doc fix.
1717
7bc61bb7
SS
17182011-02-04 Sam Steingold <sds@gnu.org>
1719
1720 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1721
d93c111e
AS
17222011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1723
1724 * international/mule-util.el (with-coding-priority): Doc fix.
1725
6f52d86e
EZ
17262011-02-04 Eli Zaretskii <eliz@gnu.org>
1727
1728 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1729
c1b4afac
SS
17302011-02-03 Sam Steingold <sds@gnu.org>
1731
1732 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1733 Do not error out when `func' is nil.
1734
a857d3c7
MA
17352011-02-03 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1738 `tramp-default-remote-path' to the docstring.
1739 (tramp-get-remote-path): Suppress error message when `getconf
1740 PATH' fails.
1741
1742 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1743
8aa88760
GM
17442011-02-03 Glenn Morris <rgm@gnu.org>
1745
219ea611
GM
1746 * vc/vc-hg.el (vc-hg-command): Doc fix.
1747
8d7b5b5b
GM
1748 * term/w32-win.el (libpng-version): Declare for compiler.
1749
c03eac34
GM
1750 * msb.el: No need to load dired while compiling.
1751
7f07c1fe
GM
1752 * emacs-lisp/elint.el (elint-standard-variables):
1753 Remove a couple of built-ins that now have doc-strings.
1754
befe199d
GM
1755 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1756 `require' is automatically `eval-and-compile'd.
1757
2d7d6439
GM
1758 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1759 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1760
8aa88760
GM
1761 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1762 Move definition before use.
1763 (strokes-report-bug): Make it obsolete.
1764
e90f8545
SS
17652011-02-02 Sam Steingold <sds@gnu.org>
1766
1767 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1768 from `special-mode', entering it makes the buffer read-only, so
1769 call it only when everything has been already inserted.
1770 * emacs-lisp/ert.el (ert--setup-results-buffer)
1771 (ert-results-pop-to-backtrace-for-test-at-point)
1772 (ert-results-pop-to-messages-for-test-at-point)
1773 (ert-results-pop-to-timings): Ditto.
1774 * emacs-lisp/package.el (package--list-packages): Ditto.
1775 * play/solitaire.el (solitaire): Ditto.
1776
90db975f
CY
17772011-02-02 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * progmodes/compile.el: Make all faces inherit.
1780 (compilation-warning): Inherit from font-lock-variable-name-face.
1781 (compilation-info): Inherit from font-lock-type-face.
1782 (compilation-line-number): Reassign to font-lock-keyword-face.
1783 (compilation-column-number): Reassign to font-lock-doc-face.
1784 (compilation-leave-directory-face): Reassign to
1785 font-lock-builtin-face.
1786
bc35ff32
EZ
17872011-02-02 Eli Zaretskii <eliz@gnu.org>
1788
1789 * dired.el (dired-insert-directory): Don't invoke `ls' when
1790 ls-lisp.el is used to emulate it.
1791
39cde66c
JD
17922011-02-01 Julien Danjou <julien@danjou.info>
1793
1794 * color.el (color-gradient): Add a color-gradient function.
1795
abef340a
SS
17962011-02-01 Sam Steingold <sds@gnu.org>
1797
1798 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1799 bind "z" to `kill-this-buffer'.
1800 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1801 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1802 (apropos-mode): Inherit from `special-mode'.
1803 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1804 * bookmark.el (bookmark-bmenu-mode): Define using
1805 `define-derived-mode' inheriting from `special-mode'.
1806 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1807 * image-mode.el (image-mode-map): Ditto.
1808 * replace.el (occur-mode): Define using
1809 `define-derived-mode' inheriting from `special-mode'.
1810 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1811 * calendar/diary-lib.el (diary-fancy-display-mode):
1812 Inherit from `special-mode-map'.
1813 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1814 Inherit from `special-mode'.
1815 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1816 `special-mode-map'.
1817 (package-menu-mode): Define using `define-derived-mode'
1818 inheriting from `special-mode'.
1819 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1820 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1821 (xesam-mode-map): Define separately.
1822 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1823 * progmodes/compile.el (compilation-minor-mode-map)
1824 (compilation-mode-map): Inherit from `special-mode-map'.
1825 * vc/diff-mode.el (diff-mode-shared-map):
1826 Inherit from `special-mode-map'.
1827 * vc/log-view.el (log-view-mode-map): Add a comment.
1828
928f4e73
CY
18292011-02-01 Chong Yidong <cyd@stupidchicken.com>
1830
1831 * custom.el (load-theme): Define return value. Drop use of
1832 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1833 (custom-theme-load-confirm): Scroll in the correct window.
1834 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1835
1836 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1837 checkbox if load-theme fails.
1838
7d116647
SM
18392011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * progmodes/compile.el (compilation-next-error): Check there's
1842 a message before using it (bug#7941).
1843
4fdfcddf
JB
18442011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1845
1846 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1847 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1848 of potential pivots.
1849
3b95603f
AM
18502011-01-31 Alan Mackenzie <acm@muc.de>
1851
7d116647
SM
1852 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1853 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1854 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1855 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1856
6fa1f651
CY
18572011-01-31 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * files.el (copy-directory): Fix arguments to recursive call.
1860
14beddf4 18612011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1862
1863 * files.el (copy-directory): If destination is an existing
1864 directory, copy into a subdirectory there.
1865
14beddf4 18662011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1867
1868 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1869 files.
1870
14beddf4 18712011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1872
6fc0aac3
CY
1873 * image-dired.el (image-dired-mouse-display-image): No-op if no
1874 file is found (Bug#7817).
1875
d1f14baa
CY
1876 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1877
14beddf4 18782011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1879
7d116647
SM
1880 * international/quail.el (quail-keyboard-layout-alist):
1881 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1882
14beddf4 18832011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1884
1885 * msb.el (msb-menu-bar-update-buffers): Update for changed
1886 argument handling of menu-bar-select-frame. (Bug#7902)
1887
14beddf4 18882011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1889
1890 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1891 to the recursion depth (Bug#7722).
1892
14beddf4 18932011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1894
1895 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1896 command-line-default-directory (Bug#7872).
1897
9e11271c
SM
18982011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * progmodes/compile.el (compilation--flush-directory-cache):
1901 New function, extracted from compilation--remove-properties.
1902 (compilation--remove-properties, compilation--parse-region): Use it.
1903 (compilation--previous-directory): Handle one more case.
1904 (compilation-enable-debug-messages): Remove.
1905 (compilation-parse-errors, compilation--flush-parse): Just remove the
1906 left over debug messages.
1907
038714ab
SS
19082011-01-31 Sam Steingold <sds@gnu.org>
1909
1910 * progmodes/compile.el (compilation-enable-debug-messages):
1911 Add a variable to make the parsing messages introduced in
1912 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1913 (compilation-parse-errors, compilation--flush-parse): Use it.
1914
2a4466ca
DD
19152011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1916
35f52ed6 1917 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1918 (rcirc-nick-completion-format): New defcustom.
1919 (rcirc-complete): Use it.
1920
186ecaf1
DD
19212011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1922
1923 * net/rcirc.el: Clean log filenames (Bug#7933).
1924 (rcirc-log-write): Use convert-standard-filename.
1925 (rcirc-log-filename-function): Documentation updates.
1926
253f7d1b
JD
19272011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1928
9e11271c
SM
1929 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1930 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1931 (report-emacs-bug-can-use-osx-open): New function.
1932 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1933 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1934
a2b6e5d6
CY
19352011-01-29 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1938 updating Dired or VC-dir buffers after async command completes.
1939
1940 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1941 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1942
1943 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1944 completions if it exists. Use vc-set-async-update.
1945 (vc-git-pull): Use vc-set-async-update.
1946
1947 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1948 read-shell-command. Use vc-set-async-update.
1949 (vc-hg-merge-branch): Use vc-set-async-update.
1950
8907f7b9
DU
19512011-01-29 Daiki Ueno <ueno@unixuser.org>
1952
9e11271c
SM
1953 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1954 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1955 (Bug#7931).
1956
e52f87a1
SM
19572011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * progmodes/compile.el: Avoid an N² behavior in grep.
1960 (compilation--previous-directory): New fun.
1961 (compilation--previous-directory-cache): New var.
1962 (compilation--remove-properties): Flush it.
1963 (compilation-directory-properties, compilation-error-properties):
1964 Use the new fun to speed up looking for the current directory.
1965
659114fd
CY
19662011-01-29 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * vc/vc-hg.el (vc-hg-history): New var.
1969 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1970 (vc-hg-merge-branch): New function.
1971
1972 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1973 the other way around.
1974
1975 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1976 (vc-git-merge-branch): New functions.
1977 (vc-git-history): New var.
1978
9bfe5783
CY
19792011-01-28 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1982
1983 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1984 vc-do-async-command.
1985
e52f87a1
SM
1986 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1987 Callers changed.
9bfe5783 1988
b1ea593c
LL
19892011-01-28 Leo <sdl.web@gmail.com>
1990
1991 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1992 highlighting to the "this function is advised" message.
b1ea593c
LL
1993
1994 * help-mode.el (help-mode-finish): Apply highlighting here, to
1995 avoid clobbering by substitute-command-keys (Bug#6304).
1996
40e22d80
CY
19972011-01-28 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * woman.el (woman0-roff-buffer): Process roff escape sequences
2000 occurring prior to the first request (Bug#7843).
2001
01c63f4c
SM
20022011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2003
55fb9013
SM
2004 * progmodes/compile.el: Don't use font-lock any more.
2005 (compilation-error-regexp-alist-alist): Change handling of makepp
2006 so it preserves the warning/error distinction on subsequent files.
2007 Simplify various rules.
2008 (compilation-directory-properties): Use font-lock-face.
2009 Add a compilation-message property.
2010 (compilation-internal-error-properties): Use font-lock-face.
2011 Don't set the compilation-debug property here.
2012 (compilation--put-prop, compilation--remove-properties)
2013 (compilation--parse-region, compilation--ensure-parse)
2014 (compilation--ensure-parse): New functions.
2015 (compilation-parse-errors): New function, largely inspired of
2016 compilation-mode-font-lock-keywords. Set compilation-debug here.
2017 (compilation--parsed): New var.
2018 (compilation--flush-parse): Use compilation--ensure-parse.
2019 (compilation-start): Don't call font-lock.
2020 (compilation-turn-on-font-lock): Remove.
2021 (compilation-setup): Don't set font-lock-extra-managed-props not change
2022 other font-lock settings, other than keywords.
2023 Don't activate font-lock-mode.
2024 Set change-major-mode-hook and before-change-functions.
2025 (compilation--unsetup): Remove properties and hooks.
2026 (compilation-next-single-property-change): New function.
2027 (compilation-next-error): Use it to parse when needed.
2028 (compile-goto-error): Parse buffer as needed.
2029 (compilation--compat-error-properties): Don't need a dummy `face'
2030 property any more.
2031
8fe52384
SM
20322011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2035 (compilation-process-setup-function): Fix docstring's false promises.
2036 (compilation-error-regexp-alist-alist): Catch omake's continuous
2037 recompilation message and avoid reuse of old markers.
2038 (compilation-parse-errors-function): Declare obsolete.
2039 (compilation-buffer-modtime): Remove.
2040 (compilation--make-cdrloc, compilation--loc->col)
2041 (compilation--loc->line, compilation--loc->file-struct)
2042 (compilation--loc->marker, compilation--loc->visited)
2043 (compilation--make-file-struct, compilation--file-struct->file-spec)
2044 (compilation--file-struct->formats)
2045 (compilation--file-struct->loc-tree): New macros. Use them.
2046 (compilation--message): New defstruct. Use them.
2047 (compilation-next-error-function): Don't mess with timestamps to try
2048 and guess when to reparse.
2049
01c63f4c
SM
20502011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2051
5e853d01
SM
2052 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2053 (tex-old-error-file-name): New function,
2054 extracted from tex-compilation-parse-errors.
2055 (tex-compilation-parse-errors): Remove.
2056 (tex-error-regexp-alist): New var.
2057 (tex-shell): Use it to avoid compilation-parse-errors-function.
2058
07b741a7
SM
2059 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2060 (grep-mode-font-lock-keywords): Remove regexp that seems like
2061 a left-over from before we used compile.el.
2062 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2063 modifying the buffer within with-silent-modifications.
2064
2065 * progmodes/compile.el: Cleanup text-properties namespace by using
2066 `compilation-message' instead of `message', `compilation-directory'
2067 instead of `directory', and `compilation-debug' instead of `debug'.
2068 (compilation-last-buffer, compilation-parsing-end)
2069 (compilation-error-list, compilation-old-error-list): Move to the
2070 compatibility part of the code.
2071 (compilation-error-properties): If `file' is a function, let it return
2072 a file name.
2073 (compilation-mode-font-lock-keywords): Be more conservative with the
2074 omake "^ *" pattern prefix, to try and minimize the risk of
2075 pathologically slow regexp matching.
2076 (compilation-start): Use inhibit-read-only.
2077 (compilation--unsetup): New function.
2078 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2079 (compilation-filter): Minor tweaks.
8fe52384 2080 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 2081 (compilation--flush-file-structure): New fun.
8fe52384 2082 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
2083 (debug-ignored-errors): Add "Moved past last ...".
2084 (compilation--compat-error-properties)
2085 (compilation--compat-parse-errors): Rename by doubling the "-".
2086
01c63f4c
SM
2087 Port features from the previous prolog.el to the new one.
2088 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2089 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2090 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2091 variable and use a function to compute the value dynamically.
2092 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2093 (prolog-continued-prompt-regexp): Remove, unused.
2094 (prolog-find-value-by-system): Try and use the value of prolog-system
2095 in the *prolog* buffer if it helps.
2096 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2097 (prolog-zip-on): ..and check prolog-system and version here instead.
2098 (prolog-inferior-self-insert-command): New command.
2099 (prolog-inferior-mode-map): Use it.
2100 (prolog-inferior-error-regexp-alist): New var.
8fe52384 2101 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
2102 (prolog-input-filter): Use derived-mode-p.
2103 (prolog-inferior-guess-flavor): New function.
2104 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2105 make-comint to avoid running comint-mode twice.
2106 (prolog-inferior-buffer): New fun.
2107 (prolog-old-process-region, prolog-old-process-file):
2108 Don't call prolog-bsts here...
2109 (prolog-build-prolog-command): ...do it here instead.
2110 (prolog-old-process-region, prolog-old-process-file):
2111 Use compilation-fake-loc and compilation-forget-errors.
2112 (prolog-consult-compile-region): Use bolp.
2113
2f224f0b
CY
21142011-01-28 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2117
db0e305d
SS
21182011-01-27 Sam Steingold <sds@gnu.org>
2119
9e11271c
SM
2120 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2121 Remove "*server*" which is never created by emacs server.
db0e305d 2122
27bbeb29
DD
21232011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2124
2125 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2126 there are some diff switches.
2127
153c5428
SM
21282011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2129
89fdaac7
SM
2130 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2131 Copy change made to ruby-font-lock-syntactic-keywords.
2132
153c5428
SM
2133 * htmlfontify.el: Make it obey the font-lock-face text property.
2134 Miscellaneous cleanup such as:
2135 - Don't hide expressions after a closing paren.
2136 - Move initial setq into let.
2137 - Hoist common parts out of ifs.
2138 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2139 (hfy-face-at): Use get-text-property instead.
2140 (hfy-prop-invisible-p): Use invisible-p if available.
2141 (htmlfontify-manual): Use \\[...].
2142 (hfy-html-quote-regex): Use [...].
2143 (hfy-combined-face-spec): Simplify.
2144 (hfy-compile-face-map): Don't presume point-min==1.
2145 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2146 match end of string.
2147 (hfy-text-p): η-reduce.
2148 (hfy-tags-for-file): Receive cache-hash directly.
2149 (hfy-mark-tag-names): Adjust call.
2150
ed7646d4
GM
21512011-01-27 Glenn Morris <rgm@gnu.org>
2152
2153 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2154 (msb-after-load-hook): Remove eval-after-load wackiness.
2155
ed68f651
SS
21562011-01-25 Sam Steingold <sds@gnu.org>
2157
2158 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2159 literal "diff" (important for windows-nt).
2160
0fe719e6
GM
21612011-01-25 Glenn Morris <rgm@gnu.org>
2162
2163 * emacs-lisp/copyright.el (copyright-at-end-flag)
2164 (copyright-names-regexp): Add safety properties.
2165 (copyright-year-ranges): New option.
2166 (copyright-find-end): New function, split from copyright-update-year.
2167 (copyright-update-year): Use copyright-find-end.
2168 (copyright-fix-years): Optionally, convert years to ranges.
2169 Handle years continued over comment lines.
2170 Do not mess with the fill-prefix.
2171 Do not call copyright-update.
2172 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 2173 Skip directories. Find files with only safe local vars.
0fe719e6 2174
06d8ace5 21752011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
2176
2177 * files.el (file-name-non-special): Only change buffer-file-name after
2178 insert-file-contents if it's `visit'ing the file (bug#7854).
2179
06d8ace5 21802011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
2181
2182 * dired.el (dired-revert): Doc fix (Bug#7758).
2183
06d8ace5
GM
2184 * simple.el (line-move-visual): Doc fix (Bug#7594).
2185
21862011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2187
2188 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2189 here-doc which ends with an underscore.
2190 (ruby-mode-set-encoding): Skip shebang line always.
2191 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2192 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2193 (ruby-forward-sexp): Stop after literal hash key labels.
2194 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2195 bracket.
2196
06d8ace5 21972011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2198
2199 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2200 the correct buffer (Bug#7650).
2201
06d8ace5
GM
22022011-01-25 Glenn Morris <rgm@gnu.org>
2203
2204 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2205
ce558208
GM
2206 * simple.el (do-auto-fill): Give it a doc string.
2207
4d265b4d
GM
2208 * button.el (make-text-button): Doc fix. (See bug#7881)
2209
21bb5ce0
SM
22102011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2211
ab0a61d0
SM
2212 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2213 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2214
21bb5ce0
SM
2215 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2216 Handle ?" and friends differently (e.g. don't use backrefs).
2217
603823f5
JB
22182011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2219
2220 * calc/calc.el (calc-default-power-reference-level)
2221 (calc-default-field-reference-level): New variables.
35f52ed6 2222 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2223 (math-logunits): New variable.
2224 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2225 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2226 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2227 New functions.
603823f5
JB
2228 (math-find-base-units-rec): Add entry for ln(10).
2229 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2230 (calc-ul-prefix-help): New function.
2231 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2232 functions. Add keybindings for new units functions.
603823f5 2233
11ea68ce 22342011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2235
2236 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2237 rcirc buffers. (Bug#4940)
10617634 2238
0412a5a4
GM
22392011-01-22 Glenn Morris <rgm@gnu.org>
2240
2241 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2242 split out from copyright-update-year.
2243 (copyright-update): Don't mess with the GPL version if we don't own the
2244 copyright. Update license regexp, and remove no longer needed
2245 Esperanto stuff.
d226ec23 2246 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2247
e7c1dca8
CY
22482011-01-22 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2251
4d0143e6
JA
22522011-01-22 Jari Aalto <jari.aalto@cante.net>
2253
2254 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2255 (lm): Rename to landmark.
2256 (lm-test-run): Rename to landmark-test-run.
2257
e3545d0d
CY
22582011-01-22 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2261 "Case sensitive" menu item.
2262
7c82f3e2 22632011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2264
2265 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2266 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2267
7c82f3e2 22682011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2269
2270 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2271
7c82f3e2 22722011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2273
6e1dbaa9
RM
2274 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2275 Assume foo(bar) is a manpage reference rather than some unquoted
2276 symbol (bug#7705).
26a27884 2277
7c82f3e2 22782011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2279
2280 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2281 Suggested by Flo <sensorflo@gmail.com>.
2282
7c82f3e2 22832011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2284
2285 * progmodes/compile.el (compilation-error-regexp-alist):
2286 Fix custom type. (Bug#7812)
2287
4936e3ba
KM
22882011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2289
2290 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2291 allout-number-siblings, in keeping with what obtained due to
2292 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2293 (prefixed) ?i.
2294 (allout-before-change-handler): Better expose spots affected by
2295 undo.
2296
cde7e38b
CY
22972011-01-22 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2300
6b072b27
PH
23012011-01-22 Phil Hagelberg <phil@evri.com>
2302
2303 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2304 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2305 (pcmpl-ssh-config-hosts): New function.
2306 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2307 pcmpl-ssh-known-hosts.
2308
26d82c3a
JB
23092011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2310
c310ff4f
JB
2311 * calc/calc-undo.el (calc-undo): Autoload it.
2312 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2313 and autoload for `calc-undo'.
2314 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2315 * calc/calc-prog.el:
2316 * calc/calc-graph.el:
2317 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2318
a10c4149
ŠN
23192011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2320
2321 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2322 keybindings to `calc-undo'.
2323
8dabbfd6
SM
23242011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 Don't mess with *temp*.
2327 * obsolete/spell.el: Move from textmodes/spell.el.
2328 (spell-string):
2329 * term.el (term-read-input-ring):
2330 * startup.el (display-startup-echo-area-message):
2331 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2332 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2333 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2334 point-min==1.
2335
d3e51865
KM
23362011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2337
35f52ed6 2338 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2339 reapplying defalias.
2340
2341 (allout-hotspot-key-handler): Check for non-control-modified
2342 bindings for hotspot characters if there are no control-modified
2343 versions.
2344
d3e51865
KM
2345 * allout.el: Summary - migrate to defining allout mode using
2346 define-minor-mode instead of defun. Significantly clean-up
2347 internal keymap provisions, refactoring and, in the process,
2348 removing a lot of accumulated cruft.
2349
2350 allout-mode-map is now a keymap by virtue of being a defalias to
2351 allout-mode-map-value, which contains the actual keymap structure.
2352
8dabbfd6
SM
2353 (allout-mode): Use define-minor-mode rather than defun.
2354 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2355 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2356 entry will be '(allout-mode . allout-mode-map) - see
2357 allout-mode-map-value, below. Adjust docstring to track changes.
2358 (allout-minor-mode): Remove this defalias, now that we're using
2359 define-minor-mode.
2360 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2361 keymap is allout-mode-map-value, via defalias.
2362 (allout-mode-map-value): The variable holding the actual mode
2363 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2364 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2365 allout-bind-keys, and including the binding-composition
2366 functionality of the former produce-allout-mode-map and
2367 allout-setup-mode-map.
2368 (allout-institute-keymap): Take over the "setup" part of the former
2369 allout-setup-mode-map. Reassign allout-mode-map-value value and
2370 update the defalias.
01c35094 2371 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2372 (allout-unprefixed-keybindings):
2373 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2374 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2375 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2376 user can customize if they want to use that binding.
2377 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2378 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2379 elided that, previously, instead of the one for \C-h.)
2380 (allout-hotspot-key-handler): Remove attempt to resolve the key
2381 through the literal key-string lookup on allout-keybindings-list.
2382 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2383 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2384 (allout-pre-command-business): Use allout-mode-map-value instead
2385 of allout-mode-map.
2386 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2387 the bindings if they want to use a keybinding having a trailing
2cf429d0 2388 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2389 (allout-keybindings-list): Remove. It's not been useful for a
2390 while. (See allout-hotspot-key-handler changes, above.)
2391 (produce-allout-mode-map): Remove. Consolidate into
2392 allout-compose-and-institute-keymap.
2393 (allout-mode-map-adjustments): Remove. No longer necessary with
2394 removal of allout-preempt-trailing-ctrl-h.
2395 (allout-setup-mode-map): Remove. Consolidate into
2396 allout-compose-and-institute-keymap and allout-institute-keymap.
2397
c11136ec
GM
23982011-01-20 Glenn Morris <rgm@gnu.org>
2399
dbfb414e
GM
2400 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2401
c11136ec
GM
2402 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2403
9aea757b
CY
24042011-01-20 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2407
2408 * files.el (find-alternate-file, basic-save-buffer)
2409 (basic-save-buffer-2, revert-buffer, recover-file)
2410 (kill-buffer-ask, abort-if-file-too-large)
2411 (set-visited-file-name, write-file, backup-buffer)
2412 (basic-save-buffer, save-some-buffers):
2413 * dired-aux.el (dired-compress-file): Callers changed.
2414
5dd4f3f7
GM
24152011-01-19 Glenn Morris <rgm@gnu.org>
2416
2417 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2418 Also check the property status. (Bug#7861)
2419
56761182
MA
24202011-01-18 Michael Albinus <michael.albinus@gmx.de>
2421
2422 * net/tramp.el (tramp-debug-message): Extend function exclude
2423 list. Use `regexp-opt'.
2424
a9faac5c 24252011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2426
9cc3a0c7
SM
2427 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2428 highlighting doesn't spill over subsequent lines.
2429
1a1fcbe1
SM
2430 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2431 keymap expression. Improve docstring.
2432
74a10be5
SM
2433 * electric.el (electric-indent-post-self-insert-function):
2434 Don't auto-indent for indent-to-left-margin, it's too often
2435 counter-productive.
2436
721be9cd
TH
24372011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2438
2439 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2440 spaces if the frame was resized, so that the full visible buffer
2441 serves as canvas for strokes.
2442
a767645f
GM
24432011-01-16 Glenn Morris <rgm@gnu.org>
2444
2445 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2446 Also skip directories.
a767645f 2447
444ee8dd
KR
24482011-01-16 Kevin Ryde <user42@zip.com.au>
2449
2450 * info-xref.el: Version 3.
2451 (info-xref-check, info-xref-check-all): Move commentary details
2452 into docstrings for better visibility.
2453 Use compilation-mode for the results buffer.
2454 (info-xref-output, info-xref-output-error, info-xref-with-output)
2455 (info-xref-filename, info-xref-in-progress):
2456 New internals for this.
2457 (info-xref-check-list, info-xref-check-buffer)
2458 (info-xref-check-all-custom): Use those.
2459 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2460 (info-xref-output-heading): Rename from info-xref-filename-heading.
2461 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2462 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2463 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2464 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2465 (info-xref-subfile-p): Move to generic section with those two.
2466 (info-xref-check-node): New function split from
2467 info-xref-check-buffer, shared by info-xref-docstrings.
2468 (info-xref-goto-node-p): Move to a checking section with that func.
2469 (info-xref-unavail): New counter.
2470 (info-xref-check-node): Use it.
2471 (info-xref-with-output): Show count of unavailables at end of output.
2472 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2473 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2474 (info-xref-check-all-custom): Fix quietening viper-mode and
2475 gnus-registry-install -- use setq not let so as not to unbind
2476 after load.
2477
d4119912
JL
24782011-01-16 Juri Linkov <juri@jurta.org>
2479
2480 * isearch.el (isearch-abort): Don't quit if search has
2481 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2482
b024d9f0
MD
24832011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2484
2485 * files.el (backup-buffer): Make last-resort backup file in
2486 .emacs.d (Bug#6953).
2487
2488 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2489 make it with permission 700.
2490
d52969e8 24912011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2492
74a10be5
SM
2493 * mail/rmailmm.el (rmail-mime-insert-header):
2494 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2495 system used to decode the header.
2496 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2497 (rmail-mime-insert-decoded-text):
2498 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2499 (rmail-show-mime): If only a header part was decoded, find the
2500 coding system while ignoring mm-charset-override-alist.
2501
d52969e8 25022011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2503
2504 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2505
d52969e8 25062011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2507
2508 * mail/rmailmm.el (rmail-mime-next-item)
2509 (rmail-mime-previous-item): Delete them.
2510 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2511 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2512 Callers changed.
e7ca0062
KH
2513 (rmail-mime-raw-mode): Recursively call for children.
2514 (rmail-mode-map): Change mapping of tab and backtab to
2515 forward-button and backward-button respectively.
2516 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2517 button.
2518 (rmail-mime-update-tagline): New function.
2519 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2520 body display is changed.
74a10be5 2521 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2522 (rmail-mime-image): Delete this button type.
2523 (rmail-mime-toggle): New button type.
2524 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2525 body display is changed. Change the save button label to "Save".
2526 Don't process show/hide button here.
2527 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2528 the body display is changed. Unconditionally call
2529 rmail-mime-insert for children.
2530 (rmail-mime-handle): Update `display' vector of the just inserted
2531 entity.
2532 (rmail-mime-process): If mail-header-parse-content-type returns
2533 nil, use "text/plain" as the fallback type.
2534 (rmail-mime-insert): For raw-mode, recursively call
2535 rmail-mim-insert for children.
2536 (rmail-mime): Handle the case that the current buffer is not rmail
2537 buffer (e.g. in summary buffer).
2538
d52969e8 25392011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2540
2541 * mail/rmailmm.el (rmail-mime-next-item)
2542 (rmail-mime-previous-item): Skip the body of a non-multipart
2543 entity if a tagline is shown.
2544
362b9d48
GM
25452011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2548 (tmm-prompt): Simplify.
2549 (tmm-add-prompt): Remove unused var `win'.
2550
2551 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2552 to minor mode which used nil accidentally to mean "turn off".
2553
25542011-01-15 Michael Albinus <michael.albinus@gmx.de>
2555
2556 * net/tramp-sh.el (tramp-find-inline-compress)
2557 (tramp-get-inline-coding): Quote command after pipe symbol for
2558 local calls under W32. (Bug#6784)
2559
25602011-01-15 Michael Albinus <michael.albinus@gmx.de>
2561
2562 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2563 only when running under W32.
2564
25652011-01-15 Eli Zaretskii <eliz@gnu.org>
2566
2567 * progmodes/grep.el (grep-compute-defaults): Quote the program
2568 file name after the pipe symbol in Grep templates. (Bug#6784)
2569 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2570
25712011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2572
2573 * buff-menu.el (Buffer-menu-buffer-list): New var.
2574 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2575 restricted buffer list is not lost on revert (Bug#7749).
2576
25772011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2578
2579 * net/ldap.el (ldap-search-internal): Discard stderr output.
2580
25812011-01-15 Eli Zaretskii <eliz@gnu.org>
2582
2583 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2584
25852011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2588
25892011-01-15 Kenichi Handa <handa@m17n.org>
2590
2591 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2592 part as a plain text.
2593 (rmail-mime-process-multipart): Set the default content-type to
2594 nil for unknown multipart subtypes (bug#7651).
2595
6d3d6113
SM
25962011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2597
4391b429
SM
2598 * hexl.el (hexl-mode-old-*): Remove.
2599 (hexl-mode--old-var-vals): New var to replace them.
2600 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2601 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2602 Use them to set local vars (bug#7846).
2603 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2604 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2605 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2606
6d3d6113
SM
2607 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2608 (smerge-resolve--normalize-re): New var.
2609 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2610 (smerge-resolve): Use them.
2611 * newcomment.el (comment-only-p): New function.
2612 (comment-or-uncomment-region): Use it.
2613
77ab81d0 26142011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2615
2616 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2617 table, get the value before switching to the output buffer. (Bug#7733)
2618
77ab81d0 26192011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2620
2621 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2622
8faba62c
KS
26232011-01-14 Kim F. Storm <storm@cua.dk>
2624
2625 * emulation/cua-base.el (cua--init-keymaps):
2626 Remap exchange-point-and-mark in cua-global-keymap.
2627
ab7eb811
TH
26282011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2629
2630 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2631 loop keyword.
2632
fc55380c
SM
26332011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2636 Require CL.
2637 (easy-menu-create-menu, easy-menu-convert-item-1):
2638 Use :label rather than nil for labels. Use `case'.
2639 Add :enable as alias for :active.
2640 (easy-menu-binding): Obey :label.
2641
dbed16aa
SM
26422011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2643
4d789d84
SM
2644 Use run-mode-hooks for major mode hooks (bug#513).
2645 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2646 Rename from reftex-toc-map.
2647 (reftex-toc-mode): Use define-derived-mode.
2648 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2649 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2650 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2651 (reftex-select-label-mode, reftex-select-bib-mode):
2652 Use define-derived-mode.
2653 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2654 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2655 Move init into delcaration.
2656 (reftex-index-mode, reftex-index-phrases-mode):
2657 Use define-derived-mode.
2658 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2659 speedbar-syntax-table. Move init into declaration.
2660 (speedbar-mode-map): Rename from speedbar-key-map.
2661 Move init into declaration.
2662 (speedbar-file-key-map): Move init into declaration.
2663 (speedbar-mode): Use define-derived-mode.
2664 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2665 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2666 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2667 (chart-face-list): Move initialization into declaration.
2668 (chart-mode): Use define-derived-mode.
2669 * calculator.el (calculator-mode-map): Move init into declaration.
2670 (calculator-mode): Use define-derived-mode.
2671
b49a2dbf
SM
2672 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2673 work for nested comments.
2674
dbed16aa
SM
2675 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2676 (prolog-use-prolog-tokenizer-flag): Change default when
2677 syntax-propertize can be used.
2678 (prolog-syntax-propertize-function): New var.
2679 (prolog-mode-variables): Move make-local-variable into `set'.
2680 Don't make comment-column local since we don't set it.
2681 Set comment-add (as it was in previous prolog.el). Use dolist.
2682 Set syntax-propertize-function.
2683 (prolog-mode, prolog-inferior-mode):
2684 Call prolog(-inferior)-menu directly, not through the mode-hook.
2685 (prolog-buffer-module, prolog-indent-level)
2686 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2687 (prolog-comment-limits, prolog-goto-comment-column):
2688 Use line-(end|beginning)-position.
2689 (prolog-build-prolog-command): Tighten up regexp.
2690 (prolog-consult-compile): Move make-local-variable into `set'.
2691 (prolog-consult-compile-filter, prolog-goto-next-paren)
2692 (prolog-help-on-predicate, prolog-clause-info)
2693 (prolog-mark-predicate): Don't let+setq.
2694 (prolog-indent-line): Use indent-line-to.
2695 Only call prolog-goto-comment-column if necessary.
2696 (prolog-indent-level): Use bobp.
2697 (prolog-first-pos-on-line): Remove, not used any more.
2698 (prolog-in-string-or-comment): Use syntax-ppss if available.
2699 (prolog-help-on-predicate): Use read-string.
2700 (prolog-goto-predicate-info): Simplify.
2701 (prolog-read-predicate): Use `default' rather than `initial'.
2702 (prolog-temporary-file): Use make-temp-file to close a security hole.
2703 (prolog-toggle-sicstus-sd): New command.
2704 (prolog-electric-underscore, prolog-variables-to-anonymous):
2705 Use dynamic-scoping as it was meant.
2706 (prolog-menu): Move menu definitions to top-level.
2707 Use a toggle-button for Sicstus's source debugger.
2708 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2709 to "System".
2710 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2711 Move other menu definition to top-level.
2712
50f8cd96
TH
27132011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2714
5b355315
TH
2715 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2716 name. Keep original document's directory as default-directory
2717 (bug#6446).
1281bd51
TH
2718 (doc-view-initiate-display): Fall back to normal mode when
2719 doc-view-mode cannot be enabled, also when extracting the document
2720 text into a separate buffer (bug#6446).
5b355315 2721
50f8cd96
TH
2722 * simple.el (shell-command): Don't error out if shell command
2723 buffer contains text with non-nil read-only property when erasing
2724 the buffer.
2725
821f936d
KS
27262011-01-13 Kim F. Storm <storm@cua.dk>
2727
2728 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2729 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2730 items when cycling through the matches.
2731
f754f898
TH
27322011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2733
2734 * dired-x.el (dired-omit-verbose): New defcustom that allows
2735 disabling the omit messages.
2736 (dired-omit-expunge): Use it.
2737
d221e780
CO
27382011-01-13 Christian Ohler <ohler@gnu.org>
2739
2740 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2741
a03b542a
CY
27422011-01-13 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * font-lock.el (font-lock-verbose): Default to nil.
2745
25ca2e61
CY
27462011-01-13 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2749 (compose-mail): New arg RETURN-ACTION.
2750 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2751
2752 * mail/sendmail.el (mail-return-action): New var.
2753 (mail-mode): Make it buffer-local.
2754 (mail-bury): Obey it. Move special Rmail window handling to
2755 rmail-mail-return.
2756 (mail, mail-setup): New arg RETURN-ACTION.
2757 (sendmail-user-agent-compose): Move from simple.el.
2758
2759 * mail/rmail.el (rmail-mail-return): New function.
2760 (rmail-start-mail): Pass it to compose-mail.
2761
2a8b13af
CY
27622011-01-12 Chong Yidong <cyd@stupidchicken.com>
2763
b2948a87
CY
2764 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2765 menus. Add menu item for customize-themes.
2766
2767 * cus-theme.el (customize-themes):
74a10be5
SM
2768 * emacs-lisp/package.el (package--list-packages):
2769 Use switch-to-buffer.
2a8b13af 2770
059616e5
JB
27712011-01-11 Johan Bockgård <bojohan@gnu.org>
2772
2773 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2774
04380ff1
SM
27752011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * progmodes/prolog.el: Fix up coding convention and such.
2778 (prolog-indent-width): Use the same default as in
2779 previous prolog.el rather than tab-width which depends on which buffer
2780 is current when the file is loaded.
2781 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2782 is not available.
2783 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2784 (prolog-known-systems): Remove.
2785 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2786 Move initialization into declaration.
2787 (prolog-mode-map): Move initialization into declaration.
2788 Remove system-specific mode-map vars, since they referred to the same
2789 keymap anyway.
2790 (prolog-mode-variables): Obey the user's preference w.r.t
2791 adaptive-fill-mode. Prefer symbol-value to `eval'.
2792 (prolog-mode-keybindings-edit): Add compatibility bindings.
2793 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2794 (mercury-mode-map): New var.
2795 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2796 (prolog-ensure-process, prolog-process-insert-string)
2797 (prolog-consult-compile): Use with-current-buffer.
2798 (prolog-guess-fill-prefix): Simplify data flow.
2799 (prolog-replace-in-string): New function to use instead of
2800 replace-in-string.
2801 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2802 (prolog-uncomment-region): Use `uncomment-region' when available.
2803 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2804 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2805 of int-to-char and char-to-int.
2806 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2807
e2019526
SB
28082011-01-11 Stefan Bruda <stefan@bruda.ca>
2809
2810 * progmodes/prolog.el: Replace by a whole new file.
2811
3fa173b4
SM
28122011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2815 (declare-function, undefined, insert-for-yank)
2816 (replace-regexp-in-string): Follow checkdoc's recommendations.
2817
7973bcea
SM
28182011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2821 refreshing the diary buffer.
2822
0af8c88b
KM
28232011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2824
7973bcea 2825 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2826 (allout-encrypt-string): Prevent encryption from adding an extra
2827 newline at the end of the topic body.
2828 (allout-version): Increment to 2.3.
2829
1a27c64e
MA
28302011-01-10 Michael Albinus <michael.albinus@gmx.de>
2831
7973bcea
SM
2832 * net/dbus.el (dbus-unregister-service): Complete doc.
2833 Fix call of dbus-error signal.
5c0b4070 2834 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2835
0a203b61
MA
28362011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2837
2838 * net/dbus.el (dbus-unregister-service): Translate returned
2839 integer into a symbol.
2840 (dbus-register-property): Use `dbus-register-service' to do the
2841 name registration.
2842
895123f5
CY
28432011-01-09 Chong Yidong <cyd@stupidchicken.com>
2844
7973bcea
SM
2845 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2846 Suggested by Joakim Verona.
12e1f328 2847
732eb50a
CY
2848 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2849
895123f5
CY
2850 * wid-edit.el (visibility): Replace :on-image and :off-image
2851 widget properties with :on-glyph and :off-glyph, for consistency
2852 with the `visibility' widget.
2853 (widget-toggle-value-create, widget-visibility-value-create):
2854 Merge into a single function `widget-toggle-value-create'.
2855
2856 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2857 (custom-face-edit-value-create, custom-face-value-create):
2858 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2859 :off-glyph, for consistency with the `visibility' widget.
2860
c8043a22
AS
28612011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2862
2863 * net/ldap.el (ldap-search-internal): Don't use eval.
2864
b7617f6d
CY
28652011-01-09 Chong Yidong <cyd@stupidchicken.com>
2866
973f1f2a
CY
2867 * subr.el (read-char-choice): Use read-key.
2868
b7617f6d
CY
2869 * custom.el (custom-safe-themes): Rename from
2870 custom-safe-theme-files. Add :risky tag.
2871 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2872 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2873
900503ae
CY
28742011-01-09 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2877 from Search and add a label to Undo.
2878
2879 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2880 inappropriate buttons and adding :vert-only tags.
2881
2882 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2883 removal of Help tool-bar button. Remove Undo button for space.
2884
2885 * info.el (info-tool-bar-map): Add :vert-only tags.
2886
c44d54b3
TH
28872011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2888
2889 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2890 image backend support. Either of them is fine.
2891
3ef01959
CY
28922011-01-08 Chong Yidong <cyd@stupidchicken.com>
2893
3d91e302
CY
2894 * subr.el (y-or-n-p): Doc fix.
2895
278f6845
CY
2896 * custom.el (custom-safe-theme-files): New defcustom.
2897 (custom-theme-load-confirm): New function.
2898 (load-theme): Load theme using `load', confirming with
2899 custom-theme-load-confirm if necessary.
2900
3ef01959
CY
2901 * subr.el (read-char-choice): New function, factored out from
2902 dired-query and hack-local-variables-confirm.
2903
2904 * dired-aux.el (dired-query):
2905 * files.el (hack-local-variables-confirm): Use it.
2906
2907 * dired-aux.el (dired-compress-file):
2908 * files.el (abort-if-file-too-large, find-alternate-file)
2909 (set-visited-file-name, write-file, backup-buffer)
2910 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2911 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2912 Use new format string args for y-or-n-p and yes-or-no-p.
2913
7c837933
AS
29142011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2915
2916 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2917 [gcc-include]: Tighten file name match, add match for column
2918 number. (Bug#7806)
6c7ec171 2919 [gnu]: Remove unused group.
7c837933 2920
d0981f82
GM
29212011-01-08 Glenn Morris <rgm@gnu.org>
2922
e7a42417
GM
2923 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2924
d0981f82
GM
2925 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2926
d43bb7d3
SS
29272011-01-07 Sam Steingold <sds@gnu.org>
2928
2929 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2930 the `explicit-shell-file-name' because that is the
2931 non-interactive shell.
2932
8c51d2a2
CY
29332011-01-07 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * subr.el (y-or-n-p): Accept format string args.
2936
66b7b0fe
GM
29372011-01-07 Glenn Morris <rgm@gnu.org>
2938
2939 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2940
1e004a83
KM
29412011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2942
66b7b0fe 2943 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2944 the visible containing topic, rather than a collapsed one.
66b7b0fe 2945 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2946 (allout-exposure-change-hook): Remove documentation remarks
2947 concerning removed allout-view-change-hook.
2948 (allout-flag-region): Remove invocation of and documentation
2949 remarks concerning allout-view-change-hook.
2950
b0a8e46b
GM
29512011-01-06 Glenn Morris <rgm@gnu.org>
2952
2953 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2954 (vc-bzr-annotate-extract-revision-at-line):
2955 Handle authors with embedded spaces. (Bug#7792)
2956
875c044a
TH
29572011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2958
2959 * doc-view.el (doc-view-image-width): New variable.
2960 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2961 backend for PNG images, and do dynamic rescaling instead of
2962 reconverting the whole doc.
2963
1f6f7722
GM
29642011-01-05 Glenn Morris <rgm@gnu.org>
2965
2966 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2967
e9e68fda
KM
29682011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2969
4896e8fc 2970 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2971 long text lines that cross more than a single physical window
2972 line, ie when truncate-lines is nil.
e9e68fda
KM
2973 (allout-next-visible-heading): Provide for change in line-move
2974 behavior on long lines when truncate-lines is nil. In that case,
2975 line-move can wind up on the same textual line when it moves to
2976 the next window line, and moving to the bullet position after the
2977 move yields zero advancement. Add logic to detect and compensate
2978 for the lack of progress.
2979 (allout-current-topic-collapsed-p): move-end-of-line respect for
2980 field boundaries is different when operating with body lines
2981 shorter than window width versus ones greater than window width,
2982 which can yield false negatives in this function. Avoid
2983 difference by applying move-end-of-line while field-text-motion is
2984 inhibited.
2985
3f1b6eb2
GM
29862011-01-04 Glenn Morris <rgm@gnu.org>
2987
2988 * textmodes/rst.el (rst-compile-toolsets):
2989 Add pdf and s5 to option alist.
2990
6388924a
MA
29912011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2992
7973bcea 2993 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2994 dont-register-service. Updated docstring accordingly.
2995
c3e4b003
AS
29962011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2997
2998 * textmodes/rst.el (rst-compile-pdf-preview)
2999 (rst-compile-slides-preview): Remove extra line.
3000
ef4271fe
GM
30012011-01-04 Glenn Morris <rgm@gnu.org>
3002
3003 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3004 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3005 default to `prog' without a .py extension.
3006 (rst-compile-pdf-preview, rst-compile-slides-preview):
3007 Use program names from rst-compile-toolsets, rather than hard-coding.
3008 (rst-portable-mark-active-p): Fix presumed typo.
3009
7c420169 30102011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 3011
7c420169 3012 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
3013 libpng versions both before and after 1.4.0. (Bug#7716)
3014
7c420169 30152011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 3016
6491af11
EZ
3017 * time.el (display-time-mode): Mention display-time-interval in
3018 the doc string. (Bug#7713)
3019
7c420169 30202011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
3021
3022 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3023 condition-case and return an error message string if something
3024 goes wrong.
2f952059 3025 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
3026 header by rmail-mime-insert-header.
3027
7c420169 30282011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
3029
3030 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3031 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3032 (rmail-mime-mbox-buffer)
3033 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3034 (rmail-mime-entity): Argument changed. All codes handling an
3035 entity object are changed.
2f952059 3036 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
3037 the above change.
3038 (rmail-mime-entity-children, rmail-mime-entity-handler)
3039 (rmail-mime-entity-tagline): New functions.
3040 (rmail-mime-message-p): New function.
3041 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3042 (rmail-mime-entity-segment, rmail-mime-next-item)
3043 (rmail-mime-previous-item, rmail-mime-shown-mode)
3044 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3045 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
3046 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3047 New functions.
186f7f0b
KH
3048 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3049 (rmail-mime-insert-decoded-text): New function.
3050 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3051 (rmail-mime-insert-image): Argument changed. Caller changed.
3052 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 3053 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
3054 (rmail-mime-insert-bulk): Argument changed.
3055 (rmail-mime-multipart-handler): Return t.
2f952059
ML
3056 (rmail-mime-process-multipart): Argument changed.
3057 Handle "multipart/alternative" here.
186f7f0b
KH
3058 (rmail-mime-process): Argument changed.
3059 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3060 (rmail-mime-insert): Argument changed. Handle raw display mode.
3061 (rmail-mime): Argument changed. Handle toggling of raw display
3062 mode.
3063 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3064 rmail-mime-view-buffer.
3065 (rmail-insert-mime-forwarded-message): Likewise.
3066 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3067
3068 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3069 non-nil, handle the header in rmail-show-mime-function.
3070
7c420169 30712011-01-02 Leo <sdl.web@gmail.com>
e1a23575 3072
7c420169 3073 * help-fns.el (describe-variable): Fix previous change.
e1a23575 3074
7c420169 30752011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
3076
3077 * isearch.el (isearch-lazy-highlight-error): New variable.
3078 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3079 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3080 to the current value of `isearch-error' (Bug#7468).
3081
7c420169 30822011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
3083
3084 * help-fns.el (describe-variable): Don't emit trailing whitespace
3085 (Bug#7511).
3086
7c420169 30872011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
3088
3089 * textmodes/rst.el (rst-compile-pdf-preview)
3090 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3091
7c420169 30922011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
3093
3094 * emulation/edt-mapper.el: Override mapping of function keys so
3095 that the later call to read-key-sequence works.
3096
7c420169 30972011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
3098
3099 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3100 Unix EOLs. (Bug#7589)
3101
7c420169
CY
31022011-01-02 Leo <sdl.web@gmail.com>
3103
3104 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3105 if point is not behind eshell-last-output-end (Bug#7585).
3106
31072011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * files.el (file-local-variables-alist):
3110 Make permanent-local (bug#7767).
3111
31122011-01-02 Glenn Morris <rgm@gnu.org>
3113
3114 * version.el (emacs-copyright): Set short copyright year to 2011.
3115
31162011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3117
3118 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3119 an existing temp buffer. (Bug#7746)
3120
31212011-01-02 Glenn Morris <rgm@gnu.org>
3122
3123 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3124 multiple addresses. (Bug#7760)
3125
fb9a573a
KM
31262011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3127
e9e68fda 3128 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
3129 do-auto-fill if everything points back to allout-auto-fill.
3130 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3131 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3132
8d68c659
MA
31332010-12-31 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3136 and "scpx".
3137
291cc045
TH
31382010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3139
3140 * doc-view.el (doc-view-set-doc-type): New function refactored
3141 from doc-view-mode.
3142 (doc-view-fallback-mode): New function.
3143 (doc-view-mode): Use it.
3144 (doc-view-mode-maybe): New function that checks if doc-view-mode
3145 can be used and falls back to the next best mode otherwise.
3146
3147 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3148 DVI, OpenDocument, and MS Office files.
3149
8ee2dc5c
AS
31502010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3151
3152 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3153
f9e68477
TH
31542010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3155
3156 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3157 on a copy of auto-mode-alist, because that deletes with side
3158 effects.
3159
ad727c81
TH
31602010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3161
7973bcea
SM
3162 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3163 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
3164 fallback instead of hard coding fundamental mode.
3165
b71b7803
TH
31662010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3167
3168 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3169 Office) files also for searching.
3170
95e16d17
TH
31712010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3172
3173 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3174 Office) files. Not yet enabled via auto-mode-list.
3175 (doc-view-unoconv-program): New custom variable.
3176 (doc-view-mode-p): Handle new odf document type.
3177 (doc-view-odf->pdf): New conversion function.
3178 (doc-view-convert-current-doc): Call it for odf files.
3179 (doc-view-mode): Recognize newly supported file extensions.
3180
b191c9d9
MA
31812010-12-30 Michael Albinus <michael.albinus@gmx.de>
3182
3183 * net/tramp.el (tramp-default-method-alist)
3184 (tramp-default-user-alist)
3185 (tramp-local-host-regexp, tramp-prefix-domain-format)
3186 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3187
3188 * net/tramp-ftp.el:
3189 * net/tramp-gvfs.el:
3190 * net/tramp-gw.el:
3191 * net/tramp-imap.el:
3192 * net/tramp-sh.el:
3193 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3194 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3195
6e457cc9
KF
31962010-12-29 Karl Fogel <kfogel@red-bean.com>
3197
3198 * saveplace.el (save-place-alist-to-file): Save list sorted and
3199 pretty-printed, so that it is mergeable by line-based text merging,
3200 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3201
fb9a573a
KM
32022010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3203
e9e68fda 3204 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3205 (allout-mode): Argument "toggle" => "force".
3206 Refine the docstring.
3207 Remove special provisions for reactivation, besides the 'force'
3208 argument.
3209 Consolidate layout provisions coce directly into the activation
3210 condition branch, now that we've removed those provisions.
3211 (allout-unload-function): Explicitly activate the mode before
3212 deactivating, if it's initially deactivated.
3213 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3214 warnings for version of function used only where
3215 set-buffer-multibyte is unavailable.
3216
c940c054
CY
32172010-12-28 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3220 are handled by the menu-bar entries. As before, don't use
3221 :visibile to avoid changing the tool-bar.
3222
4c145d5d
MA
32232010-12-27 Michael Albinus <michael.albinus@gmx.de>
3224
3225 * net/secrets.el (secrets-delete-alias): New defun.
3226
fe99f704
MA
32272010-12-27 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3230 methods, otherwise ~/.ssh/config would be ignored.
3231
723ee192
SM
32322010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * emacs-lisp/rx.el: Make it a superset of sregex.
3235 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3236 of args, add `regex' alias.
3237 (rx-info): Add arg to distinguish head and standalone forms.
3238 (rx-check, rx-form): Pass the corresponding arg.
3239 (rx-**): Simplify.
3240 (rx-repeat): Make it work for any number of args.
3241 (rx-syntax): Make it accept syntax chars as is.
3242 * obsolete/sregex.el: Move from emacs-lisp/.
3243 * emacs-lisp/re-builder.el: Remove sregex support.
3244 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3245
e77714da
EZ
32462010-12-25 Eli Zaretskii <eliz@gnu.org>
3247
3248 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3249 PRIMARY first, then the clipboard. (Bug#7699)
3250
17870c01
SM
32512010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3254 print-number-table.
3255
6bfa51ba
CY
32562010-12-21 Chong Yidong <cyd@stupidchicken.com>
3257
d78cdcf7
CY
3258 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3259 .emacs.elc (Bug#7530).
3260
6bfa51ba
CY
3261 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3262 image spec (Bug#7480).
3263
9d9cfd53
DU
32642010-12-21 Daiki Ueno <ueno@unixuser.org>
3265
3266 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3267 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3268 Move from lisp/.
9d9cfd53 3269
adc0b793
JD
32702010-12-20 Leo <sdl.web@gmail.com>
3271
3272 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3273 always be performed (Bug#7680).
3274
778ca437
CY
32752010-12-20 Chong Yidong <cyd@stupidchicken.com>
3276
3f95d7ff
CY
3277 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3278 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3279 mouse-region-match.
778ca437 3280
3f95d7ff 3281 * color.el: Move from gnus/.
94975270 3282
f48fdaad
CY
3283 * vc/diff.el (diff-better-file-name): Function deleted.
3284 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3285 (diff-no-select): Just use expand-file-name.
3286
3287 * tool-bar.el (tool-bar--image-expression): New function.
3288 (tool-bar-local-item, tool-bar--image-exp): Use it.
3289 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3290 Use :enable instead of :visible to avoid changing the tool-bar
3291 configuration unnecessarily.
3292
3293 * info.el (info-tool-bar-map): Add separators.
3294
2e306b39
KB
32952010-12-17 Ken Brown <kbrown@cornell.edu>
3296
3297 * loadup.el: Use version numbers in Cygwin build.
3298
395542c6
RT
32992010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3300
3301 * ido.el (ido-file-internal): Ask for confirmation before
3302 overwriting an existing file (Bug#1238).
3303
4039c786
CY
33042010-12-16 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * tool-bar.el (tool-bar-setup): Add separators.
3307
3308 * menu-bar.el (featurep): Use menu-bar-separator.
3309
45720dc3
GM
33102010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3311
3312 Migrate allout encryption provisions from pgg to epg.
3313
3314 * allout.el (allout-toggle-current-subtree-encryption)
3315 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3316 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3317 for simpler universal argument interpretation.
35f52ed6 3318 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3319 changed encryption provisions. Change fetch-pass to keymode-cue, for
3320 simpler universal argument interpretation. Remove provisions for
3321 handling key type and identity - they'll all be within
3322 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3323 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3324 for keypair recipients (universal argument > 1) and, in addition,
3325 associating the specified recipients with the outline (universal
3326 argument > 4) using a file local variable setting for
3327 'epa-file-encrypt-to'.
3328 Require epa, for recipients handling.
3329 Change how regexp filtering elements are named.
3330 Describe the problem with caching of incorrect symmetric-decryption
3331 keys.
3332 Use the epa-passphrase-callback-function, in case the user is using
3333 GnuPG v1.
3334 Support saving of the selected keypair recipients when invoked with a
3335 keymode-cue > 4.
3336 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3337 Require 'epa.
3338 Establish epg-context with armoring and default epg-protocol.
3339 Remove all passphrase cache, verification, and hinting code.
3340 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3341 No longer used, delete.
3342 (allout-mode): Adjust docstring to describe changed encryption
3343 provisions. Describe the problem with caching of incorrect
3344 symmetric-decryption keys.
3345 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3346 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3347 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3348 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3349 Obsolete, remove.
3350
33088bed
DU
33512010-12-16 Daiki Ueno <ueno@unixuser.org>
3352
3353 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3354 key selection prompt; make 'silent as default (Bug#7487).
3355
bfc49a5b
LL
33562010-12-16 Leo <sdl.web@gmail.com>
3357
7973bcea
SM
3358 * eshell/eshell.el (eshell-directory-name):
3359 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3360
68251e16
GM
33612010-12-15 Glenn Morris <rgm@gnu.org>
3362
3363 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3364
99f053cf 33652010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3366 Scott Evans <gse@antisleep.com>
99f053cf
JA
3367
3368 * rect.el (rectange--default-line-number-format)
3369 (rectangle-number-line-callback): New functions.
3370 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3371
5614fd56
CY
33722010-12-15 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3375 Delete unused variables.
3376 (move-to-column-force): Remove function obsolete since 21.2.
3377
d68b0220
MA
33782010-12-14 Michael Albinus <michael.albinus@gmx.de>
3379
3380 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3381 (tramp-handle-insert-file-contents): Do not set permanent-local
3382 property.
3383
7973bcea
SM
3384 * net/tramp-cache.el (tramp-persistency-file-name):
3385 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3386
3387 * net/tramp-sh.el (tramp-methods): Add "ksu".
3388 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3389 method list.
3390
0273f794
GM
33912010-12-14 Glenn Morris <rgm@gnu.org>
3392
ab274982
GM
3393 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3394 (find-tag-marker-ring): Declare.
3395 (js-find-symbol): Require etags.
3396
e758216c
GM
3397 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3398 Require mail-utils.
3399 (mail-alias-file): Don't autoload. Doc fix.
3400 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3401 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3402 Mark as obsolete, and risky.
3403 (mail-setup): Simplify.
3404
53aff12a
GM
3405 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3406 * mail/sendmail.el (build-mail-aliases): Update autoload.
3407
aae4b48c
GM
3408 * dired.el (dired-trivial-filenames, dired-chown-program)
3409 (dired-auto-revert-buffer): Remove autoload cookies.
3410 * mail/sendmail.el (mail-recover-1): Require 'dired.
3411
bff7c1ad
GM
3412 * dired.el (dired-subdir-switches, dired-chown-program)
3413 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3414 Make into defcustoms.
3415 (dired-chown-program): Simplify initialization.
3416
0273f794
GM
3417 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3418
bc557672
RF
34192010-12-13 Romain Francoise <romain@orebokech.com>
3420
3421 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3422
7410c270
G
34232010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3424
3425 * net/netrc.el (netrc-point-at-eol): Remove the unused
3426 netrc-point-at-old and netrc-bound-and-true-p bindings.
3427 (netrc-parse): Cache the netrc contents.
3428
f49d1f52 34292010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3430
3431 * subr.el (posn-col-row): Evaluate header-line-format in the
3432 context of the POSITION window's buffer.
3433
f49d1f52 34342010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3435
3436 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3437 (with-silent-modifications): Doc fixes.
3438
f49d1f52 34392010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3440
3441 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3442 Revert previous from. Use `save-restriction'.
158d5945 3443
f49d1f52 34442010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3445
3446 * calendar/diary-lib.el (diary-list-sexp-entries):
3447 Handle case of no newline at end of file. (Bug#7536)
3448
f49d1f52 34492010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3450
3451 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3452
f49d1f52 34532010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3454
f49d1f52 3455 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3456 (tramp-process-actions): Do not widen.
d68b0220 3457
f49d1f52
SM
3458 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3459 Protect buffer-modified value. (Bug#7557)
32802ee1 3460
f49d1f52 34612010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3462
3463 * log-edit.el (log-edit-changelog-entries):
3464 Regexp quote filename. (Bug#7505)
3465
f49d1f52 34662010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3467
3468 * cus-edit.el (custom-save-all):
3469 Bind print-length and print-level to nil. (Bug#7581)
3470
f49d1f52 34712010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3472
d5e6e0b6
GM
3473 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3474 Run hooks to update menu contents. (Bug#7586)
3475
3c1e62f8
GM
3476 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3477 file names, for the sake of MS Windows. (Bug#7588)
3478
f49d1f52 34792010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3480
3481 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3482 empty lines without a leading space.
3483
f49d1f52 34842010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3485
740af6c9
GM
3486 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3487 while mapping over marks (Bug#6810).
86a6e8e0 3488
f49d1f52 34892010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3490
3491 * image-dired.el (image-dired-db-file)
3492 (image-dired-temp-image-file, image-dired-gallery-dir)
3493 (image-dired-temp-rotate-image-file): Set default values relative
3494 to image-dired-dir (Bug#7518).
3495
f49d1f52 34962010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3497
3498 * format.el (format-decode-run-method): Pass args FROM and TO, not
3499 point-min and point-max, to shell-command-on-region (Bug#7488).
3500
f49d1f52 35012010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3502
3503 * frame.el (blink-cursor-mode): Make default t for ns.
3504
f49d1f52 35052010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3506
3507 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3508
f49d1f52 35092010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3510
637c2c43
CY
3511 * comint.el (comint-dynamic-list-input-ring)
3512 (comint-dynamic-complete-filename)
3513 (comint-replace-by-expanded-filename)
3514 (comint-dynamic-simple-complete)
3515 (comint-dynamic-list-filename-completions)
3516 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3517
74194465
CY
3518 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3519 Doc fix (Bug#7471).
3520
f49d1f52 35212010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3522
3523 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3524 (Bug#7533).
3525
01c35094 35262010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3527
3528 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3529 (Bug#7491).
3530
f49d1f52 35312010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3532
3533 * files.el (file-relative-name): Handle UNC file names on
3534 DOS/Windows. (Bug#4674)
3535
f49d1f52 35362010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3537
3538 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3539 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3540 (epg-context-set-passphrase-callback): Mention that the callback
3541 is not called when used with GnuPG 2.x.
3542
f49d1f52 35432010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3544
3545 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3546 Ensure ps-footer-font-size-internal is initialized.
3547 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3548
f49d1f52 35492010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3550
3551 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3552 within condition-case.
3553 (rmail-show-mime): Don't use condition-case.
3554 (rmail-search-mime-message): New function.
3555 (rmail-search-mime-message-function): Set to
3556 rmail-search-mime-message.
3557
f49d1f52 35582010-12-13 Leo <sdl.web@gmail.com>
bd794450 3559
0fdd1db7 3560 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3561 (ido-mode): Use it.
3562 (ido-completing-read): Call it.
3563
fdbb4d85
KF
35642010-12-12 Karl Fogel <kfogel@red-bean.com>
3565
3566 * bookmark.el (bookmark-name-from-full-record): Rename back to
3567 this original name from `bookmark-name-from-record' reverting part
3568 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3569 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3570 third-party callers. (Bug#7609)
fdbb4d85 3571
0e5cf2b8
AM
35722010-12-12 Alan Mackenzie <acm@muc.de>
3573
3574 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3575 template arglist, check that the current language supports this.
3576
6961d41c
GM
35772010-12-11 Glenn Morris <rgm@gnu.org>
3578
2b404597
GM
3579 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3580 state of the file matches. (Bug#7544)
3581 (vc-bzr-register, vc-bzr-checkin)
3582 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3583 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3584
6961d41c
GM
3585 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3586
1e5d2a04
KK
35872010-12-11 Karel Klíč <kklic@redhat.com>
3588
3589 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3590
175069ef
SM
35912010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 Derive from prog-mode, use derived-mode-p, and fix up various
3594 minor style issues in lisp/progmodes.
3595
3596 * progmodes/vhdl-mode.el (vhdl-mode):
3597 * progmodes/verilog-mode.el (verilog-mode):
3598 * progmodes/vera-mode.el (vera-mode):
3599 * progmodes/sql.el (sql-mode):
3600 * progmodes/scheme.el (scheme-mode):
3601 * progmodes/perl-mode.el (perl-mode):
3602 * progmodes/octave-inf.el (inferior-octave-mode):
3603 * progmodes/autoconf.el (autoconf-mode):
3604 * progmodes/m4-mode.el (m4-mode):
3605 * progmodes/inf-lisp.el (inferior-lisp-mode):
3606 * progmodes/idlwave.el (idlwave-mode):
3607 * progmodes/icon.el (icon-mode):
3608 * progmodes/idlw-help.el (idlwave-help-mode):
3609 * progmodes/dcl-mode.el (dcl-mode):
3610 * progmodes/idlw-shell.el (idlwave-shell-mode):
3611 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3612 (ebrowse-member-mode, ebrowse-electric-position-mode):
3613 Use define-derived-mode.
3614
3615 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3616 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3617 (xscheme-debugger-mode-p, xscheme-send-string-1):
3618 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3619 (tcl-load-file, tcl-restart-with-file):
3620 * progmodes/ps-mode.el (ps-run-running):
3621 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3622 * progmodes/js.el (js--get-all-known-symbols):
3623 * progmodes/inf-lisp.el (inferior-lisp-proc):
3624 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3625 (idlwave-template, idlwave-update-buffer-routine-info)
3626 (idlwave-update-current-buffer-info)
3627 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3628 (idlwave-scan-class-info, idlwave-fix-keywords)
3629 (idlwave-list-buffer-load-path-shadows):
3630 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3631 (idlwave-toolbar-remove):
3632 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3633 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3634 (idlwave-shell-menu-def):
3635 * progmodes/idlw-complete-structtag.el
3636 (idlwave-prepare-structure-tag-completion):
3637 * progmodes/gud.el (gud-set-buffer):
3638 * progmodes/f90.el (f90-backslash-not-special):
3639 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3640
3641 * progmodes/xscheme.el (xscheme-start)
3642 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3643 * progmodes/which-func.el (which-function):
3644 * progmodes/vhdl-mode.el (vhdl-set-style):
3645 * progmodes/verilog-mode.el (verilog-set-compile-command)
3646 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3647 (verilog-set-define, verilog-auto-reeval-locals):
3648 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3649 * progmodes/simula.el (simula-mode):
3650 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3651 * progmodes/python.el (python-check, python-mode):
3652 * progmodes/prolog.el (prolog-mode-variables):
3653 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3654 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3655 * progmodes/delphi.el (delphi-mode):
3656 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3657 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3658 (c-font-lock-init): Move make-local-variable to their setq.
3659
3660 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3661 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3662 make-local-hook.
3663 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3664 (sh-set-shell): Don't set require-final-newline since it's already done
3665 by prog-mode.
3666 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3667 since we never set it.
3668 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3669 Use read-string and standard prompt.
3670 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3671 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3672 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3673 (meta-common-mode-map): Rename from meta-mode-map.
3674 Remove C-m binding, which is a user preference, not mode specific.
3675 (meta-common-mode): New major mode; replace meta-common-initialization.
3676 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3677 around with font-lock.
3678 * progmodes/etags.el (select-tags-table-mode):
3679 Derive from special-mode.
3680 * progmodes/octave-mod.el (octave-mode):
3681 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3682 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3683 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3684 Let define-derived-mode do its job.
3685 * progmodes/cpp.el (cpp-edit-mode-map):
3686 Move initialization into declaration.
3687 (cpp-edit-mode): Use define-derived-mode.
3688 (cpp-edit-load): Use derived-mode-p.
3689 * progmodes/mixal-mode.el (mixal-mode):
3690 * progmodes/f90.el (f90-mode):
3691 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3692 require-final-newline since prog-mode does it already.
3693 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3694 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3695 * progmodes/antlr-mode.el: Require cc-mode upfront.
3696 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3697 the declaration.
3698 (antlr-directory-dependencies, antlr-show-makefile-rules):
3699 Use derived-mode-p.
3700 (antlr-language-option): Don't assume point-min==1.
3701 (antlr-mode): Use define-derived-mode.
3702 * progmodes/ada-mode.el: Use derived-mode-p.
3703 (ada-mode): Use define-derived-mode.
3704 Use hack-local-variables-hook.
3705
61f91c04
SM
37062010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3709 (texinfo-mode): Don't disable adaptive-fill-mode.
3710 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3711 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3712 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3713 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3714 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3715 (texinfo-insert-@quotation, texinfo-insert-@samp)
3716 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3717 (texinfo-insert-@uref): Use define-skeleton.
3718 (texinfo-insert-@-with-arg): Delete.
3719
72a44673
EZ
37202010-12-10 Eli Zaretskii <eliz@gnu.org>
3721
3722 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3723 nil, do quote archive member names. (Bug#6144)
3724
ab540f59
GM
37252010-12-10 Glenn Morris <rgm@gnu.org>
3726
66f782de
GM
3727 * files.el (diff-no-select): Declare.
3728
e554b3f8
GM
3729 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3730 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3731
ab540f59
GM
3732 * comint.el (comint-input-ring-file-name): Doc fix.
3733
f68ab99b
EZ
37342010-12-09 Eli Zaretskii <eliz@gnu.org>
3735
3736 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3737 New functions.
61f91c04
SM
3738 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3739 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3740 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3741 instead of `nil'.
3742 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3743 and menu-bar-positive-p instead of `nil' and `>', respectively.
3744 (Bug#1077)
3745
650453a9
VJL
37462010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3747
3748 * whitespace.el (whitespace-newline-mode): Code fix.
3749
28d5de72
GM
37502010-12-09 Glenn Morris <rgm@gnu.org>
3751
3752 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3753 Rename functions without commas, update callers.
3754
b596d50d 37552010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3756
b596d50d
GM
3757 * whitespace.el (whitespace-cleanup-region):
3758 Clean up spaces before tabs. (Bug#7582)
16498102 3759
eff37c5e
KF
37602010-12-08 Karl Fogel <kfogel@red-bean.com>
3761
3762 * bookmark.el: Adjust parameter names and doc strings to resolve
3763 confusion over whether "bookmark" meant a bookmark name or a
3764 bookmark record. Along the way, shorten one function's name for
3765 similar reasons. (Issue #7548)
3766 (bookmark-name-from-record): New name for
3767 `bookmark-name-from-full-record'. All callers changed.
3768 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3769 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3770 (bookmark-get-annotation, bookmark-set-annotation)
3771 (bookmark-get-filename, bookmark-set-filename)
3772 (bookmark-get-position, bookmark-set-position)
3773 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3774 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3775 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3776 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3777 Rename `bookmark' parameter to `bookmark-name-or-record', to
3778 clearly show its role, and shorten or adjust doc strings accordingly.
3779 (bookmark-set-name): Same, and pass the parameter directly to
3780 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3781 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3782 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3783 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3784 and in some cases shorten doc string accordingly.
3785 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3786 and `new-name', and adjust an internal variable to avoid confusion.
3787 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3788 parameter in doc string.
3789
5fe9ebd1
GM
37902010-12-08 Glenn Morris <rgm@gnu.org>
3791
ac8331a7
GM
3792 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3793 from gdb's history file. (Bug#7575)
3794
5fe9ebd1
GM
3795 * mail/emacsbug.el (report-emacs-bug):
3796 Try to handle some other mail clients.
3797
33cf0fb2
SM
37982010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3801 Use string-prefix-p.
3802 (file-name-version-regexp): New var.
3803 (file-name-sans-versions):
3804 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3805 (jka-compr-get-compression-info): Use dolist.
3806 (jka-compr-compression-info-list): Don't bother specifying
3807 version/backup regexps.
3808
11c31b99
TH
38092010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3810
3811 * simple.el (just-one-space): Make argument n default to 1 if
3812 omitted.
3813
a733fc37
SM
38142010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * electric.el (electric-indent-post-self-insert-function):
3817 Delete trailing newlines even if we don't reindent.
3818
88b5a757
DD
38192010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3820
a733fc37
SM
3821 * minibuffer.el (completion-at-point): Remove the `arg'.
3822 * bindings.el (complete-symbol): Move back from minibuffer.el.
3823
38242010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3825
88b5a757
DD
3826 * simple.el (just-one-space): Delete newlines for negative arg.
3827
ce327e48
SM
38282010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3831 (ansi-color-filter-apply): Simplify.
3832 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3833
ac73d955
BR
38342010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3835
3836 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3837
8c44f097
CY
38382010-12-04 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * dired.el (dired-use-ls-dired): Set default to a special
3841 "unspecified" value.
3842 (dired-insert-directory): When called the first time, check
3843 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3844
15af15e5
TO
38452010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3846
3847 * replace.el: Add "collect" feature to occur.
3848 (occur-collect-regexp-history): New var.
88b5a757
DD
3849 (occur-read-primary-args): Return a replace string for nlines,
3850 if needed.
15af15e5
TO
3851 (occur): Extend the meaning of nlines.
3852
b2e6e5bd
SM
38532010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3856 (which-func-update-1): Distinguish symbols from strings.
3857 (which-function): Stay within 80 columns.
3858
ee9355dc
SM
38592010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3860
7f0ea0ff
SM
3861 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3862
ee9355dc
SM
3863 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3864 Improve docstring.
3865 (comment-style): Use comment-styles's docs to describe values.
3866
3e972d98
JD
38672010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3868
3869 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3870 and ns-show-prefs (Bug#7535).
3871
3872 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3873 bindings (Bug#7535).
3874
c879436a
GM
38752010-12-03 Glenn Morris <rgm@gnu.org>
3876
afe27238
GM
3877 * nxml/nxml-mode.el: Require rng-nxml.
3878 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3879 Remove declarations.
3880
65beee52
GM
3881 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3882 * nxml/rng-nxml.el, nxml/rng-valid.el:
3883 Remove leading `*' from defcustom docs.
3884
ad961a00
GM
3885 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3886 (normal-top-level-add-to-load-path, tty-handle-args):
3887 Convert comments to basic doc-strings.
3888
c5fd0ab5
GM
3889 * net/browse-url.el (browse-url-url-at-point)
3890 (browse-url-default-browser): Remove autoload cookies.
3891
f62f063d
GM
3892 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3893 Remove more undefined cl functions.
3894
c879436a
GM
3895 * vc/diff.el (diff-sentinel): Make new arguments optional.
3896 * ibuf-ext.el (diff-sentinel): Update declaration.
3897
3721e124
DU
38982010-12-03 Daiki Ueno <ueno@unixuser.org>
3899
3900 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3901 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3902 (epg-context-set-passphrase-callback): Mention that the callback
3903 is not called when used with GnuPG 2.x.
3904
66feec8b
MA
39052010-12-02 Michael Albinus <michael.albinus@gmx.de>
3906
3907 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3908 (tramp-file-name-port): Check also for `tramp-default-port'.
3909 (tramp-get-connection-name): New defun.
3910 (tramp-get-connection-process): Use it.
3911 (tramp-debug-message): Extend function exclude list.
3912 (tramp-drop-volume-letter): Fix doc string.
3913
3914 * net/tramp-cmds.el: Remove solved todo item.
3915
66feec8b
MA
3916 * net/tramp-ftp.el:
3917 * net/tramp-gvfs.el:
3918 * net/tramp-gw.el:
3919 * net/tramp-imap.el:
3920 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3921 and `tramp-default-user-alist', respectively.
3922
88b5a757
DD
3923 * net/tramp-gw.el (tramp-gw-open-connection):
3924 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3925
3926 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3927 `tramp-file-name-port'.
3928
3929 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3930 and "psftp". Exchange "%k" marker with options.
3931 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3932 Compute size of link target.
35f52ed6
JB
3933 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3934 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3935 copy arguments. Use `tramp-get-connection-name' and
3936 `tramp-get-connection-buffer'. Improve debug messages.
3937 (tramp-compute-multi-hops): Remove port determination.
3938 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3939
3940 * net/trampver.el: Update release number.
3941
bd77c2ef
GM
39422010-12-02 Glenn Morris <rgm@gnu.org>
3943
05907bb3
GM
3944 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3945 Avoid infinite loop over windows. (Bug#7492)
3946
bd77c2ef
GM
3947 * progmodes/flymake.el (flymake-check-file-limit):
3948 Allow nil to mean "no limit".
3949 (flymake-check-patch-master-file-buffer): Update for above change.
3950 Allow a .tex file-name extension to be optional.
3951 (flymake-master-tex-init): Also match \include statements.
3952
f7ca27a1
SS
39532010-11-30 Sam Steingold <sds@gnu.org>
3954
3955 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3956 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3957 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3958 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3959 define-derived-mode').
3960 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3961 users who want to call `nxml-parent-document-set'.
3962
402c8a49
CY
39632010-11-27 Chong Yidong <cyd@stupidchicken.com>
3964
3965 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3966 stand-alone lines, since that is handled by log-edit-match-to-eoh
3967 (Bug#6465).
3968
d1882ac7
EW
39692010-11-27 Eduard Wiebe <usenet@pusto.de>
3970
3971 * dired.el (dired-get-filename): Replace backslashes with slashes
3972 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3973 * locate.el (locate-default-make-command-line): Don't consider
3974 drive letter and root directory part of
3975 `directory-listing-before-filename-regexp'. (Bug#7308)
3976 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3977
07976ae3 39782010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3979
3980 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3981 of :smie-open/close-alist.
3982 (smie-next-sexp): Make it accept a "start token" as argument.
3983 (smie-indent-keyword): Be careful not to misidentify tokens that span
3984 more than one line, as empty lines. Add argument `token'.
3985
07976ae3 39862010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3987
afde451a
KH
3988 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3989 multipart subtypes, insert all as usual.
3990
3d9ee611
KH
3991 * mail/rmail.el: Require rfc2047.
3992
07976ae3 39932010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3994
3995 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3996 (rmail-mime-entity-disposition)
3997 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3998 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3999 (rmail-mime-save): Handle the case that the button's `data' is a
4000 MIME entity.
4001 (rmail-mime-insert-text): New function.
9e0ecdab 4002 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
4003 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4004 (rmail-mime-insert-bulk): New function mostly copied from the old
4005 rmail-mime-bulk-handler.
9e0ecdab
GM
4006 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4007 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
4008 the old rmail-mime-multipart-handler.
4009 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 4010 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
4011 rmail-mime-show.
4012 (rmail-mime-insert-multipart, rmail-mime-parse)
4013 (rmail-mime-insert, rmail-show-mime)
4014 (rmail-insert-mime-forwarded-message)
4015 (rmail-insert-mime-resent-message): New functions.
4016 (rmail-insert-mime-forwarded-message-function): Set to
4017 rmail-insert-mime-forwarded-message.
4018 (rmail-insert-mime-resent-message-function): Set to
4019 rmail-insert-mime-resent-message.
4020
4021 * mail/rmailsum.el: Require rfc2047.
4022 (rmail-header-summary): Handle multiline Subject: field.
4023 (rmail-summary-line-decoder): Change the default to
4024 rfc2047-decode-string.
4025
4026 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4027 (rmail-mime-feature): Change the default to `rmailmm'.
4028 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4029 (rmail-display-labels): Likewise.
4030 (rmail-show-message-1): Check rmail-enable-mime, and use
4031 rmail-show-mime-function for a MIME message. Decode the headers
4032 according to RFC2047.
4033
07976ae3 40342010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
4035
4036 * progmodes/which-func.el (which-func-imenu-joiner-function):
4037 Return a string, as expected.
4038 (which-function-mode): Make sure we stop any previous timer before
4039 starting a new one.
4040
07976ae3 40412010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
4042
4043 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
4044 (tramp-default-user-alist, tramp-default-proxies-alist):
4045 Adapt custom options type. (Bug#7445)
e40fc745 4046
07976ae3 40472010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
4048
4049 * progmodes/python.el: Add Ipython support (Bug#5390).
4050 (python-shell-prompt-alist)
4051 (python-shell-continuation-prompt-alist): New options.
4052 (python--set-prompt-regexp): New function.
33aeea0e
SM
4053 (inferior-python-mode, run-python, python-shell):
4054 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
4055 prompt based on the Python interpreter.
4056 (python--prompt-regexp): New var.
4057 (python-check-comint-prompt)
4058 (python-comint-output-filter-function): Use it.
4059 (run-python): Use a pipe (Bug#5694).
4060
07976ae3 40612010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
4062
4063 * progmodes/python.el (run-python): Doc fix.
4064 (python-keep-current-directory-in-path): New var (Bug#7454).
4065
07976ae3 40662010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
4067
4068 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4069 Prompt user before actually printing.
4070
0b839457
GM
40712010-11-27 Glenn Morris <rgm@gnu.org>
4072
4073 * startup.el (package-enable-at-startup, package-initialize):
4074 Remove unnecessary declarations.
4075
96107967
EZ
40762010-11-27 Eli Zaretskii <eliz@gnu.org>
4077
4078 * international/characters.el (glyphless-char-display-control):
4079 Exclude newline and TAB from the c0-control group.
4080
a140ec5f
GM
40812010-11-27 Glenn Morris <rgm@gnu.org>
4082
82445062
GM
4083 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4084 (expand-mail-aliases): Remove unnecessary autoload.
4085
08b5f072
GM
4086 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4087
e96d4147
GM
4088 * shell.el (shell-dir-cookie-re): Move definition before use.
4089
a140ec5f
GM
4090 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4091 Replace undefined CL functions.
4092
a2249e66
EZ
40932010-11-26 Eli Zaretskii <eliz@gnu.org>
4094
228482b2
EZ
4095 * simple.el (prog-mode): Set bidi-paragraph-direction to
4096 left-to-right.
4097
a2249e66
EZ
4098 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4099
d01d7b8d
GM
41002010-11-26 Glenn Morris <rgm@gnu.org>
4101
4102 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4103 diary-outlook-formats can be sensitive to calendar-date-style.
4104 (diary-outlook-formats): Simplify the default setting.
4105 (diary-from-outlook-internal): Pass subject and body as arguments.
4106 Use dolist rather than dotimes. Don't save the diary buffer.
4107 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4108 Pass subject and body as explicit arguments to the -internal function.
4109
b3ea64a3
LMI
41102010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4111
4112 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4113 parsing them. This makes mailto:...?subject=foo\nbar work.
4114
d5e7b0d8
SM
41152010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * vc/diff.el (diff): Fix last change.
4118
872ab164
SM
41192010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4122 (pcase--dontcare-upats): New var.
4123 (pcase-let, pcase-let*): Generate better code.
4124 Accept the same bodies as `let'.
4125 (pcase-dolist): New macro.
4126 (pcase--trivial-upat-p): New helper function.
4127 (pcase--expand): Strip leading "(let nil" if any.
4128
876d1684
LMI
41292010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4130
7bd9b9d8
LMI
4131 * mail/mailclient.el (browse-url): Require.
4132 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4133 use the external browser function to send the mail (bug#7469).
4134
876d1684
LMI
4135 * net/browse-url.el (browse-url-browser-function): Revert the
4136 default back to the previous value, since the new value broke
4137 mailclient.el.
4138 (browse-url-mailto-function): New variable for mailto: URLs.
4139 (browse-url): Use the new variable for mailto: URLs.
4140
6e13206c
SM
41412010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * eshell/esh-cmd.el (eshell-parse-command):
4144 * eshell/esh-arg.el (eshell-parse-arguments):
4145 * eshell/em-script.el (eshell-source-file):
4146 Use with-silent-modifications.
4147
3d92f44e
CY
41482010-11-23 Chong Yidong <cyd@stupidchicken.com>
4149
4150 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4151 for a merge location.
4152
4153 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4154 (vc-bzr-merge-branch): Always prompt.
4155 (vc-bzr-async-command): Use the full branch filename.
4156
8f5f1e68
SM
41572010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * shell.el (shell): Use current-buffer by default if it's already
4160 a shell mode buffer and its process is dead.
ee9355dc 4161 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 4162
331460ac
TH
41632010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4164
8f5f1e68
SM
4165 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4166 Mention that the keywords should be comma separated.
331460ac 4167
2c3160c5
CY
41682010-11-23 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4171 Accept optional prefix arg meaning to prompt for a command.
4172 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4173 prefix arg meaning to prompt for a command.
4174 (vc-pull): Alias for vc-update.
4175
4176 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4177 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4178 (vc-bzr-merge-branch): New functions, implementing merge-branch
4179 and pull operations.
4180
b2e44819
SM
41812010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4182
8a0eb852
SM
4183 * Makefile.in: Fix up last merge.
4184
b2e44819
SM
4185 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4186 (diff-sentinel): Get them as arguments instead.
4187 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4188 (diff-file-local-copy, diff-better-file-name): New funs.
4189 (diff-no-select): Rename from diff-into-buffer.
4190 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4191 Prefer closures to buffer-local variables.
4192 (diff): Adjust accordingly.
4193 (diff-buffer-with-file): Move from files.el.
4194 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4195 (diff-buffer-internal): Remove.
4196 (diff-buffer-buffer): Remove.
4197 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4198 the buffer name used, and so as not to mess up windows and frames.
4199
6a7662bb
BR
42002010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4201
4202 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4203 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4204 (diff-buffer-with-file): Use it.
4205 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4206 (diff): Use it.
4207
c799747b
TH
42082010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4209
4210 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4211 \ref's or \pageref's value as default instead of initial input.
4212
e274eb13
MA
42132010-11-21 Michael Albinus <michael.albinus@gmx.de>
4214
4215 * files.el (backup-by-copying-when-mismatch): The default value is
4216 now t.
4217
4218 * startup.el (normal-top-level):
4219 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4220 `backup-by-copying-when-mismatch'.
4221
77af54d7
JD
42222010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4223
4224 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4225
4e2f7d2a
CY
42262010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4227
6a7662bb
BR
4228 * progmodes/python.el (python-font-lock-keywords):
4229 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4230
b7d1e144
JD
42312010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4232
4233 * term/ns-win.el (ns-right-control-modifier)
4234 (ns-right-command-modifier): Defvar them.
4235
4236 * cus-start.el (all): Add ns-right-control-modifier and
4237 ns-right-command-modifier (Bug#7458).
4238
c11cc37a
GM
42392010-11-20 Glenn Morris <rgm@gnu.org>
4240
4241 * emacs-lisp/authors.el (authors-ignored-files)
4242 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4243
7dcd777e
TH
42442010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4245
4246 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4247 (report-emacs-bug-parse-query-results)
4248 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4249 keywords used for querying the bug database to show them in the
4250 existing bugs buffer.
4251
d2bd5189
JD
42522010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4253
4254 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4255
4256 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4257
0e7c0582
EZ
42582010-11-20 Eli Zaretskii <eliz@gnu.org>
4259
4260 * international/characters.el (glyphless-char-display-control):
4261 Make it a defcustom, with update-glyphless-char-display as its
4262 :set attribute.
4263 (top level): Don't call update-glyphless-char-display.
4264
7398933f
MA
42652010-11-20 Michael Albinus <michael.albinus@gmx.de>
4266
4267 Sync with Tramp 2.2.0.
4268
4269 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4270 `file-remote-p' (due to compatibility).
4271
4272 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4273 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4274
4275 * net/trampver.el: Update release number.
4276
1cd64aae
EZ
42772010-11-20 Eli Zaretskii <eliz@gnu.org>
4278
4279 * faces.el (glyphless-char): Define value for `pc'.
4280
614316a7
TH
42812010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4282
26214810
EZ
4283 Implemented a bug querying mechanism.
4284 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4285 (report-emacs-bug-create-existing-bugs-buffer)
4286 (report-emacs-bug-parse-query-results)
26214810 4287 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4288
9061f667
TH
42892010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4290
4291 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4292 a \ref{} or \pageref{} macro, then use its value as initial input.
4293
1265829e
JB
42942010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4295
4296 * calc/calc-units.el (math-build-units-table-buffer):
4297 calc/README: Mention that the TeX specific units won't use the
4298 `tex' prefix in TeX mode.
4299 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4300 prefix for units in TeX mode.
4301
9fca7811
SM
43022010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4305 * comint.el (comint-kill-region): Make the yank-handler argument
4306 obsolete.
9fca7811 4307
4a47c275 43082010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4309
e2f454c4
SM
4310 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4311 that are both openers (resp. closers) and something else.
4312 (smie-grammar): Loosen definition of valid values.
4313 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4314 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4315 (smie-indent-after-keyword): Adjust users.
4316 (smie-indent-keyword): Don't indent empty lines.
4317
88bf1bec
SM
4318 * vc-hg.el (vc-hg-program): New var.
4319 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4320 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4321
4a47c275 43222010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4323
4324 * emacs-lisp/autoload.el (autoload-find-destination): The function
4325 coding-system-eol-type may return non-numeric values. (Bug#7414)
4326
4a47c275 43272010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4328
4329 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4330
4a47c275 43312010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4332
4333 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4334
4a47c275 43352010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4336
4337 * textmodes/picture.el (picture-mouse-set-point): Don't use
4338 posn-col-row; explicitly compute the motion based on the posn at
4339 the window-start (Bug#7390).
4340
4a47c275 43412010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4342
4343 * novice.el (disabled-command-function):
4344 Fix 2009-11-15 change. (Bug#7384)
4345
4a47c275 43462010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4347
4348 * calendar/calendar.el (diary-iso-date-forms): Make elements
4349 mutually exclusive. (Bug#7377)
4350
4a47c275 43512010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4352
4353 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4354 when filling the remaining "unconstrained" values.
4355
4a47c275 43562010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4357
acef0722
SM
4358 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4359 safety predicate.
4360
4361 * files.el (safe-local-variable-p): Gracefully handle errors.
4362
7bea8c7a
SM
4363 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4364 Use smie-indent-virtual when indenting relative to an opener.
4365 (smie-rule-separator): Use smie-rule-parent.
4366 (smie-indent-keyword): Consult rules, even for openers at bol.
4367 (smie-indent-comment-close): Try to align closer's content.
4368
4a47c275 43692010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4370
4371 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4372
4a47c275 43732010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4374
aa514451
GM
4375 * printing.el (pr-menu-bind): Doc fix.
4376
32b636de
GM
4377 * speedbar.el (speedbar-toggle-images): Doc fix.
4378
bc1d5cdf
GM
4379 * progmodes/python.el (python-shell): Doc fix.
4380
c790cad4
GM
4381 * wid-edit.el (widget-field-use-before-change)
4382 (widget-use-overlay-change): Doc fixes.
4383
c51bb5d2
SM
43842010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4385
8bbb7dd8
SM
4386 Minor cleanup to improve style.
4387 * textmodes/rst.el (rst-update-section): Use point-marker.
4388 (rst-get-decoration): Eliminate unneeded assignment.
4389 (rst-promote-region, rst-straighten-decorations)
4390 (rst-section-tree, rst-adjust): Use point-marker.
4391 (rst-toc-mode-mouse-goto): Avoid setq.
4392 (rst-shift-region-guts, rst-shift-region-left)
4393 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4394 (rst-convert-bullets-to-enumeration): Use copy-marker.
4395
b7e270a2
SM
4396 * minibuffer.el (completion-fail-discreetly): New var.
4397 (completion--do-completion): Use it.
4398
c51bb5d2
SM
4399 * electric.el (electric-pair-pairs): New var.
4400 (electric-pair-post-self-insert-function): Use it.
4401 (electric-layout-post-self-insert-function): Don't insert a before
4402 newline unless it's actually needed.
4403
c04f2ac0
SM
44042010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4405
bac2de0f
SM
4406 * progmodes/python.el (run-python): Explain why we remove the current
4407 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4408
c04f2ac0
SM
4409 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4410
7100ff98
SM
44112010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4412
03f70355
SM
4413 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4414 (octave-mode-map): Don't bind ;, SPC, and LF.
4415 (octave-auto-indent, octave-auto-newline): Remove.
4416 (electric-layout-rules): Declare.
4417 (octave-mode): Set electric-layout-rules.
4418 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4419 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4420 (octave-electric-space): Remove.
4421
7100ff98
SM
4422 * electric.el (electric-layout-mode): New minor mode.
4423 (electric--after-char-pos): New function.
4424 (electric-indent-post-self-insert-function): Use it.
4425 (electric-layout-rules): New var.
4426 (electric-layout-post-self-insert-function): New function.
4427 (electric-indent-mode): Make them interact better.
4428
cca982d0
SM
44292010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4432 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4433 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4434
84992dff
AM
44352010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4436
4437 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4438 Make sure to check inside the word (Bug#6761).
4439
afa42fe3
CY
44402010-11-14 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * startup.el (command-line): If the cursorColor resource is set,
4443 change the cursor face-spec (Bug#7392).
4444
a798747d 44452010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4446
a798747d 4447 The main features of the following allout.el changes are:
1c9b9df0
KM
4448 - implement user customization for the allout key bindings
4449 - add a customization control by which the user can inhibit use of
a798747d 4450 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4451 describe-prefix-bindings
4452 - adapt to new version of called-interactively-p, while
a798747d 4453 maintaining backwards compatibility with old version
01c35094 4454 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4455
a798747d
GM
4456 * allout.el (allout-keybindings, allout-bind-keys)
4457 (allout-keybindings-binding, allout-prefixed-keybindings)
4458 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4459 (allout-keybindings-list, allout-mode-map-adjustments)
4460 (allout-setup-mode-map): Establish allout-mode keymaps as user
4461 customizable settings, and also establish a customizable setting which
4462 regulates whether or not a trailing control-h is reserved for use with
4463 describe-prefix-bindings - and inhibit it by default, so that control-h
4464 *is* reserved for describe-prefix-bindings unless the user changes it.
4465
4466 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4467 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4468 modified events more comprehensively.
4469
a798747d
GM
4470 * allout.el (allout-substring-no-properties):
4471 Alias to use or provide version of `substring-no-properties'.
4472 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4473
a798747d
GM
4474 * allout.el (allout-next-single-char-property-change):
4475 Alias to use or provide version of `next-single-char-property-change'.
4476 (allout-annotate-hidden, allout-hide-by-annotation):
4477 Use `allout-next-single-char-property-change'.
1c9b9df0 4478
a798747d
GM
4479 * allout.el (allout-select-safe-coding-system):
4480 Alias to use or provide version of `select-safe-coding-system'.
4481 (allout-toggle-subtree-encryption):
4482 Use `allout-select-safe-coding-system'.
1c9b9df0 4483
a798747d
GM
4484 * allout.el (allout-set-buffer-multibyte):
4485 Alias to use or provide version of `set-buffer-multibyte'.
4486 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4487
a798747d
GM
4488 * allout.el (allout-called-interactively-p): Macro for using the
4489 different versions of called-interactively-p identically, depending on
4490 the subroutine's argument signature.
4491 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4492 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4493
a798747d
GM
4494 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4495 (allout-previous-visible-heading, allout-forward-current-level)
4496 (allout-backward-current-level, allout-show-children):
4497 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4498
a798747d
GM
4499 * allout.el (allout-before-change-handler):
4500 Exempt edits to the (overlaid) character after the allout outline
4501 bullet from edit confirmation prompt.
1c9b9df0 4502
a798747d
GM
4503 * allout.el (allout-add-resumptions):
4504 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4505
a798747d
GM
4506 * allout.el (allout-beginning-of-line):
4507 Use `allout-previous-single-char-property-change' alias for the sake of
4508 diverse compatibility.
1c9b9df0 4509
a798747d
GM
4510 * allout.el (allout-end-of-line):
4511 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4512
0216b738
CY
45132010-11-13 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * frame.el (frame-notice-user-settings): Don't clobber other
4516 user-set parameters when calling face-set-after-frame-default in
4517 response to background-color parameter (Bug#7373).
4518
0eb025fb
EZ
45192010-11-13 Eli Zaretskii <eliz@gnu.org>
4520
4521 * international/characters.el (glyphless-char-display-control):
88b5a757 4522 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4523 Signal an error if display method is not one of the recognized
4524 symbols.
0eb025fb 4525
6e060cee
MA
45262010-11-13 Michael Albinus <michael.albinus@gmx.de>
4527
4528 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4529 (tramp-compat-line-end-position): Remove them.
4530
4531 * net/tramp.el (tramp-parse-rhosts-group)
4532 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4533 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4534 (tramp-parse-netrc-group, tramp-parse-putty-group)
4535 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4536 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4537 (tramp-sh-handle-file-selinux-context)
4538 (tramp-sh-handle-file-name-all-completions)
4539 (tramp-sh-handle-insert-directory)
4540 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4541 (tramp-wait-for-output, tramp-send-command-and-read)
4542 * net/tramp-smb.el (tramp-smb-read-file-entry)
4543 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4544
4545 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4546 `point-at-bol'.
4547 (tramp-remote-coding-commands): Add an alternative using "base64
4548 -d -i". This is needed for older base64 versions from GNU
4549 coreutils. Reported by Klaus Reichl
4550 <Klaus.Reichl@thalesgroup.com>.
4551
8da5345f
HN
45522010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4553
4554 * simple.el (count-words-region): New function.
4555
c156a63b
SM
45562010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4557
78835dd0
SM
4558 * shell.el (shell-dir-cookie-re): New custom variable.
4559 (shell-dir-cookie-watcher): New function.
4560
ebff325e
SM
4561 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4562 and compilation-mode (bug#7350).
4563
4e9e1584
SM
4564 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4565 highlight when one of them is empty.
4566
4490f875
SM
4567 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4568 trailing space.
4569 (skeleton-newline): New function.
4570 (skeleton-internal-1): Use it.
4571
c156a63b
SM
4572 * simple.el (open-line): `newline' may strip trailing space.
4573
f3bb9e16
KR
45742010-11-12 Kevin Ryde <user42@zip.com.au>
4575
4576 * international/mule-cmds.el (princ-list): Use mapc.
4577
7847454a
GM
45782010-11-12 Glenn Morris <rgm@gnu.org>
4579
4580 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4581 Use it to replace all instances of "*Compile-Log*".
7847454a 4582
aa310257
SM
45832010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4586 indentation specs.
4587
cbf83ce9
SM
45882010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * progmodes/modula2.el: Use SMIE and skeleton.
4591 (m2-mode-syntax-table): (*..*) can be nested.
4592 Add //...\n. Fix paren syntax.
4593 (m2-mode-map): Remove LF and TAB bindings.
4594 (m2-indent): Add safety property.
4595 (m2-smie-grammar): New var.
4596 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4597 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4598 (m2-mode): Use define-derived-mode.
4599 (m2-newline, m2-tab): Remove.
4600 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4601 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4602 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4603 (m2-import): Use define-skeleton.
4604
e7c4fb1e
GM
46052010-11-11 Glenn Morris <rgm@gnu.org>
4606
b3e4c911
GM
4607 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4608
b3e22bd4
GM
4609 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4610 (ls-lisp-verbosity): Add custom :set-after property.
4611 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4612 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4613 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4614 (ls-lisp-set-options): New function.
4615 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4616 Doc fix.
b3e22bd4 4617
55a4b4fe
GM
4618 * play/landmark.el (lm-prompt-for-move):
4619 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4620
e7c4fb1e
GM
4621 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4622
4623 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4624 (idlwave-study-twins): Prefix dynamic local variable `name'.
4625 (idlwave-routine-twin-compare): Update for above change.
4626
4627 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4628 Prefix dynamic local variables `name', `kwd', and `link'.
4629 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4630 * progmodes/idlw-complete-structtag.el
4631 (idlwave-complete-structure-tag-help):
4632 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4633 (idlwave-complete-sysvar-tag-help)
4634 (idlwave-complete-class-structure-tag-help):
4635 Update for above name changes.
4636
afe2870b
LMI
46372010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4638
4639 * net/browse-url.el (browse-url-browser-function): Change the
4640 default to use `browse-url-mail' on mailto: URLs.
4641
fbe3be3f
CY
46422010-11-10 Chong Yidong <cyd@stupidchicken.com>
4643
cbf83ce9
SM
4644 * emacs-lisp/package.el (package-read-all-archive-contents):
4645 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4646
a7cfbaea 46472010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4648
4649 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4650 already found as misspellings by (flyspell-large-region), just
c97685d4 4651 do highlighting (bug#7322).
bd4532fc 4652
13e7256f
GM
46532010-11-10 Glenn Morris <rgm@gnu.org>
4654
6d2a1e35
GM
4655 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4656
d4aca69c
GM
4657 * emulation/edt.el (edt-with-position): New macro.
4658 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4659 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4660 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4661
f8a09adb
GM
4662 * emulation/tpu-extras.el (tpu-with-position): New macro.
4663 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4664
c026460b
GM
4665 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4666
dea53a43
GM
4667 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4668 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4669 (texinfo-master-menu, texinfo-insert-node-lines)
4670 (texinfo-multiple-files-update):
4671 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4672 Use line-beginning-position.
4673
72bc50c0
GM
4674 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4675 No recent Emacs supports system-type `emx'.
4676
4677 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4678 (ada-command-separator, ada-default-prj-properties)
4679 (ada-find-any-references): Update for above name change.
4680
4681 * dirtrack.el (dirtrack-directory-function)
4682 (dirtrack-canonicalize-function):
4683 * filecache.el (file-cache-completion-ignore-case)
4684 (file-cache-case-fold-search, file-cache-ignore-case):
4685 * term.el (serial-port-is-file-p): Cosmetic change.
4686
4687 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4688 Remove non-existent `windows-95' system-type.
4689 * dired.el (dired-chown-program): Remove non-existent `linux'
4690 system-type.
4691
17731c39
GM
4692 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4693 (ping-program-options): Remove non-existent `linux' system-type.
4694
9228bbd3
GM
4695 * startup.el (package-initialize): Update declaration.
4696
6e404950
GM
4697 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4698 (ls-lisp-handle-switches): Use time-less-p.
4699 (ls-lisp-format-time): Use float-time.
4700
6f0d4bb6
GM
4701 * textmodes/remember.el (remember-time-to-seconds): Remove.
4702 (remember-store-in-mailbox): Use float-time.
4703
4704 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4705
4706 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4707 never a real function.
4708 (with-no-warnings): Remove compat stub, now unused.
4709 (time-less-p): Doc fix.
4710 (time-to-number-of-days): Simplify.
4711
73171bd4
GM
4712 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4713 Remove.
4714 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4715 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4716 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4717 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4718 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4719
13e7256f
GM
4720 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4721 (eshell-shuffle-files, eshell-shorthand-tar-command)
4722 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4723 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4724 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4725 Prefix dynamic local variable `matches'.
4726
b565f5a1
GM
4727 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4728 Prefix dynamic local variable `skeleton'.
4729
5ad3e885
KY
47302010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4731
4732 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4733 in mail buffer; make yank-action always a command that yanks original
4734 buffer.
4735
14121c52
GM
47362010-11-09 Glenn Morris <rgm@gnu.org>
4737
4738 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4739
d607b96b 47402010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4741
9bdba5f5
SM
4742 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4743 completion field (bug#7211).
4744
73525e72
SM
4745 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4746 Fix handling of backslash escapes.
4747 (python-quote-syntax): Adjust accordingly.
4748
d607b96b 47492010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4750
4751 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4752 (vc-mtn-workfile-branch): Adjust to new output format.
4753
d607b96b 47542010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4755
4756 * international/mule-cmds.el (princ-list): Mark as obsolete.
4757
d607b96b 47582010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4759
4760 * emacs-lisp/smie.el: New package.
4761
d607b96b 47622010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4763
7f925a67
SM
4764 * files.el (backup-by-copying-when-mismatch):
4765 Set `permanent-local' property.
6ce78fdc
MA
4766
4767 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4768 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4769
d607b96b 47702010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4771
4772 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4773
d607b96b 47742010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4775
7f925a67 4776 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4777 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4778 AUTOINOUT for SV style multidimensional arrays, bug294.
4779 Reported by Eric Mastromarchi.
4780 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4781 font-lock-fontify-buffer to cleanup style issues.
4782
d607b96b 47832010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4784
4785 * locate.el (locate, locate-mode): Doc fixes.
4786
d607b96b 47872010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4788
4789 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4790 user for confirmation.
4791 (server-force-stop): Use it.
4792 (server-start): Use server-force-stop for kill-emacs-hook, to
4793 avoid user interaction while killing Emacs.
4794
9b026d9f
GM
47952010-11-09 Glenn Morris <rgm@gnu.org>
4796
3406534c 4797 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4798 (meta-indent-line): Simplify.
3406534c 4799
9b026d9f
GM
4800 * vc/emerge.el (emerge-line-number-in-buf):
4801 * textmodes/ispell.el (ispell-region):
4802 * textmodes/fill.el (current-fill-column):
4803 * progmodes/xscheme.el (xscheme-send-current-line):
4804 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4805 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4806 * progmodes/sh-script.el (sh-handle-prev-do):
4807 * progmodes/meta-mode.el (meta-indent-line):
4808 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4809 (idlwave-in-quote):
4810 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4811 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4812 * progmodes/fortran.el (fortran-looking-at-if-then):
4813 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4814 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4815 (cperl-find-pods-heres):
4816 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4817 * net/quickurl.el (quickurl-list-insert):
4818 * net/ldap.el (ldap-search-internal):
4819 * net/eudc.el (eudc-expand-inline):
4820 * mail/sendmail.el (sendmail-send-it):
4821 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4822 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4823 (viper-brac-function):
4824 * calc/calc-yank.el (calc-do-grab-region):
4825 * calc/calc-keypd.el (calc-keypad-press):
4826 * term.el (term-move-columns, term-insert-spaces):
4827 * speedbar.el (speedbar-highlight-one-tag-line):
4828 * simple.el (current-word):
4829 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4830 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4831 (Info-scroll-down):
4832 * hippie-exp.el (he-line-beg):
4833 * epa.el (epa--marked-keys):
4834 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4835 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4836 (dired-relist-entry):
4837 * buff-menu.el (Buffer-menu-buffer):
4838 * array.el (current-line):
4839 * allout.el (allout-resolve-xref)
4840 (allout-latex-verbatim-quote-curr-line):
4841 Replace yet more uses of end-of-line etc with line-end-position, etc.
4842
db94771e
SM
48432010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4844
1398b795
SM
4845 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4846 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4847 (checkdoc-syntax-table): Initialize in the declaration.
4848 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4849 the mode on unconditionally.
4850
db94771e
SM
4851 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4852 (extent-end-position, extent-start-position): Remove setf method for
4853 non-existing functions (bug#7319).
4854
674728d4
SM
48552010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4858 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4859 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4860 (smie-prec2->grammar): Rename from smie-prec2-levels.
4861 (smie-grammar): Rename from smie-op-levels.
4862 (smie-indent--hanging-p): Rename from smie-hanging-p.
4863 (smie-rule-hanging-p): New alias.
4864 (smie-indent--bolp): Rename from smie-bolp.
4865 (smie-indent--hanging-p): New alias.
4866 (smie--token): New dynamically bound variable.
4867 (smie-indent--parent): New function.
4868 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4869 (smie-rule-next-p): Rename from smie-next-p.
4870 (smie-rule-prev-p): Rename from smie-prev-p.
4871 (smie-rule-sibling-p, smie-rule-parent)
4872 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4873 (smie-rule-separator-outdent): New var.
4874 (smie-indent--rule): Merge with smie-indent--column.
4875 (smie-indent-forward-token, smie-indent-backward-token):
4876 Also recognize close parens.
4877 (smie-indent-keyword): Don't use smie-indent--column any more.
4878 (smie-indent-after-keyword): Ignore closers by default.
4879 (smie-indent-line): Use with-demoted-errors.
4880 * progmodes/octave-mod.el (octave-smie-grammar):
4881 Rename from octave-smie-op-levels.
4882 (octave-smie-rules): Adjust to new behavior.
4883 * progmodes/prolog.el (prolog-smie-grammar):
4884 Rename from prolog-smie-op-levels.
4885
26f097bf
GM
48862010-11-07 Glenn Morris <rgm@gnu.org>
4887
de3490e1
GM
4888 * eshell/esh-util.el (subst-char-in-string)
4889 (directory-files-and-attributes): These compatibility definitions are
4890 not needed on any version of Emacs since at least 21.4.
4891
3ba6b2ee
GM
4892 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4893 (verilog-get-end-of-line): Remove.
4894 (verilog-within-string, verilog-re-search-forward-substr)
4895 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4896 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4897 Use point-at-bol, point-at-eol.
4898 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4899 Remove.
4900 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4901 (electric-pascal-terminate-line, pascal-set-auto-comments)
4902 (pascal-indent-paramlist, pascal-indent-declaration)
4903 (pascal-get-lineup-indent, pascal-func-completion)
4904 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4905 Use point-at-bol, point-at-eol.
4906 * progmodes/flymake.el (flymake-line-beginning-position)
4907 (flymake-line-end-position): Remove.
4908 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4909 * eshell/esh-util.el (line-end-position, line-beginning-position):
4910 Remove compat definitions.
4911
76fc02b6
GM
4912 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4913 Use end-of-line N.
4914 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4915 Use line-end-position.
4916
e180ab9f
GM
4917 * emacs-lisp/chart.el (chart-zap-chars):
4918 * play/decipher.el (decipher-set-map):
4919 * progmodes/ada-mode.el (ada-get-current-indent)
4920 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4921 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4922 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4923 (ada-get-all-references):
4924 * progmodes/cperl-mode.el (cperl-electric-paren)
4925 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4926 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4927 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4928 (cperl-word-at-point-hard):
4929 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4930 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4931 (idlwave-shell-display-line):
4932 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4933 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4934 * progmodes/js.el (js--re-search-forward-inner)
4935 (js--re-search-backward-inner):
4936 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4937 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4938 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4939 * textmodes/flyspell.el (flyspell-process-localwords):
4940 * textmodes/ispell.el (ispell-buffer-local-parsing)
4941 (ispell-buffer-local-dict, ispell-buffer-local-words):
4942 Use point-at-bol and point-at-eol.
4943
26f097bf
GM
4944 * speedbar.el (speedbar-generic-item-info)
4945 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4946 (speedbar-add-indicator, speedbar-check-vc-this-line)
4947 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4948 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4949 Replace more uses of end-of-line etc with line-end-position.
4950
b05fde66
GM
49512010-11-06 Glenn Morris <rgm@gnu.org>
4952
5ed619e0
GM
4953 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4954 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4955 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4956 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4957 (texinfo-multiple-files-update):
4958 * textmodes/table.el (table--probe-cell-left-up)
4959 (table--probe-cell-right-bottom):
4960 * textmodes/picture.el (picture-tab-search):
4961 * textmodes/page-ext.el (pages-copy-header-and-position)
4962 (pages-directory-for-addresses):
4963 * progmodes/vera-mode.el (vera-get-offset):
4964 * progmodes/simula.el (simula-calculate-indent):
4965 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4966 * progmodes/prolog.el (end-of-prolog-clause):
4967 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4968 * progmodes/icon.el (indent-icon-exp):
4969 * progmodes/etags.el (tag-re-match-p):
4970 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4971 * progmodes/ebnf2ps.el (ebnf-begin-file):
4972 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4973 (dcl-save-local-variable):
4974 * play/life.el (life-setup):
4975 * play/gametree.el (gametree-looking-at-ply):
4976 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4977 * mail/sendmail.el (mail-mode-auto-fill):
4978 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4979 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4980 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4981 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4982 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4983 * type-break.el (type-break-file-keystroke-count):
4984 * term.el (term-replace-by-expanded-history-before-point)
4985 (term-skip-prompt, term-extract-string):
4986 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4987 (speedbar-contract-line, speedbar-toggle-line-expansion)
4988 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4989 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4990 * sort.el (sort-skip-fields):
4991 * skeleton.el (skeleton-internal-list):
4992 * simple.el (line-move-finish, line-move-to-column):
4993 * shell.el (shell-forward-command):
4994 * misc.el (copy-from-above-command):
4995 * makesum.el (double-column):
4996 * ebuff-menu.el (electric-buffer-update-highlight):
4997 * dired.el (dired-move-to-end-of-filename):
4998 * dframe.el (dframe-popup-kludge):
4999 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5000 * arc-mode.el (archive-get-lineno):
5001 Use line-end-position and line-beginning-position.
5002
e2a9c0bc
GM
5003 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5004 (idlwave-study-twins): Prefix dynamic local `class'.
5005 (idlwave-routine-twin-compare): Update for above name change.
5006
4e44448f
GM
5007 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5008 Use boundp tests to silence compiler. Update for changed name of
5009 bytecomp-filename variable.
5010
8f6c3eac
GM
5011 * emulation/viper-cmd.el (viper-read-string-with-history):
5012 Prefix dynamic local `initial'.
5013 (viper-minibuffer-standard-hook): Update for above name change.
5014
79d1dabe
GM
5015 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5016 (elint-init-form): Update for above name change.
5017
0e4bb7f0
GM
5018 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5019 local variables `cbeg' and `cend' a prefix.
5020 (mail-extr-voodoo): Update for above name change.
5021
c8f3bf36
GM
5022 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5023 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5024 (reftex-toc-promote-action): Doc fix.
5025
5026 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5027 `prompt', `data' a prefix.
5028 (reftex-select-post-command-hook, reftex-select-callback)
5029 (reftex-select-mouse-accept, reftex-select-read-cite):
5030 Update for above name changes.
5031
5032 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5033 `refstyle' to reftex-refstyle.
5034 (reftex-offer-label-menu): Update for above name change.
5035 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5036 `refstyle' name change.
5037
b05fde66
GM
5038 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5039 with with-current-buffer.
5040 (diff, template): Give dynamic local variables a prefix.
5041 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5042 (emerge-line-number-in-buf): Update for above name change.
5043 (emerge-combine-versions-internal): Rename local `template' to
5044 emerge-combine-template.
5045 (emerge-combine-versions-edit): Update for above name change.
5046
5d8f9169
RA
50472010-11-06 Ralf Angeli <angeli@caeruleus.net>
5048
5049 * textmodes/reftex-cite.el
5050 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5051 entries with whitespace after \bibitem.
5052 (reftex-create-bibtex-file): Match entries containing numbers and
5053 symbol constituents. Make sure that entries with whitespace at
5054 various places are found.
5055
f8aefe82
MA
50562010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5057
5058 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5059
e06918d2
JD
50602010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5061
5062 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5063
17fc58c9
GM
50642010-11-05 Glenn Morris <rgm@gnu.org>
5065
f7fe4837
GM
5066 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5067 (woman2-roff-buffer): Give local variable `request' a prefix.
5068 (woman0-macro): Rename argument `request' in the same way.
5069 (woman-request): New name for `request' dynamic variable.
5070 (woman-unquote, woman-forward-arg): Update for above name change.
5071 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5072 (woman1-unquote): New name for `unquote' dynamic variable.
5073 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5074 (woman-translations): Rename from `translations'. No longer global.
5075 (woman2-tr, woman-translate): Update for above name change.
5076 (woman-translate): Check for bound variable.
5077 (woman2-roff-buffer): Give local variable `translations' a prefix.
5078
869c4186
GM
5079 * play/doctor.el: Give all local variables a prefix. Update callers.
5080 (doc$, doctor-put-meaning): Use backquote.
5081
215461a8
GM
5082 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5083 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5084
17fc58c9
GM
5085 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5086 variables bytes, ptr, op a prefix.
5087 (disassemble-offset): Update for above change.
5088
015eea59
CY
50892010-11-03 Chong Yidong <cyd@stupidchicken.com>
5090
5091 * emacs-lisp/package.el (package-unpack): Remove no-op.
5092 (package--builtins, package--dir): Doc fix.
5093 (package-activate-1, package-activate, package-install)
5094 (package-compute-transaction): Fix error message.
5095 (package-delete): Use delete-directory. Omit system packages.
5096 (package-initialize): Set package-alist to nil first.
5097 (package-menu-mark-delete, package-menu-mark-install): Don't add
5098 symbols that are inconsistent with the package state.
5099 (package-menu-execute): Perform deletions and installations as
5100 single batch operations.
5101
033862d1
GM
51022010-11-03 Glenn Morris <rgm@gnu.org>
5103
0b03a950
GM
5104 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5105 (props): Remove unnecessary declaration.
5106
e337e22c
GM
5107 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5108 set-process-query-on-exit-flag.
5109
a88e24dd 5110 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
5111 (reftex-toc-do-promote): Remove unused local `mpos'.
5112 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 5113
537b04b9
GM
5114 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5115
52365e61
GM
5116 * play/landmark.el (lm-losing-threshold): Correct spelling.
5117 (lm-human-plays): Use new name.
5118
cd32f8a9
GM
5119 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5120 (gomoku-human-plays): Use new name.
5121
033862d1
GM
5122 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5123 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5124 (gomoku-score-trans-table, gomoku-winning-threshold)
5125 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5126
4b99edf2
CY
51272010-11-03 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * emacs-lisp/package.el: Don't put built-in packages in
5130 package-alist, to avoid loading inefficiencies.
5131 (package-built-in-p): Make VERSION optional, and treat it as a
5132 minimum acceptable version.
6a7662bb
BR
5133 (package-activate): Search separately for built-in packages.
5134 Emit a warning if a dependency fails.
4b99edf2
CY
5135 (define-package): Handle most common case, where there is no
5136 obsolete package, first.
5137 (package-compute-transaction): Print required version in error.
5138 (package--initialized): New variable.
5139 (list-packages): Use it.
5140 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
5141 built-in packages in packages-alist; keep it separate.
5142 Set package--initialized.
4b99edf2
CY
5143 (describe-package): Avoid activating packages as a side-effect.
5144 Search separately for built-in packages.
5145 (describe-package-1): Handle the case where an elpa package is
5146 simultaneously built-in and available/installed.
6a7662bb
BR
5147 (package-installed-p, package--generate-package-list):
5148 Search separately for built-in packages.
4b99edf2
CY
5149 (package-load-descriptor): Doc fix.
5150
3225dcaa
SM
51512010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5154 Handle __DATA__ and __END__.
5155
fa14dc18
NF
51562010-11-02 Noah Friedman <friedman@splode.com>
5157
5158 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5159 nil, do not ask to recompile files that are not already compiled,
5160 and do not recompile them.
5161
0f75c62a
CY
51622010-11-02 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * emacs-lisp/package.el (package-initialize): Ensure that
5165 obsoleted built-in packages are not in package-activated-list
5166 during activation.
5167 (describe-package-1): Make the "installed" status override
5168 "built-in".
5169
b29f5b7b
VJL
51702010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5171
5172 * subr.el (version-separator, version-regexp-alist): Remove '*'
5173 from docstring.
5174 (version-list-<=, version<=, version=): Doc fix.
5175
b18fad6d
KH
51762010-11-01 Kenichi Handa <handa@m17n.org>
5177
5178 * faces.el (glyphless-char): Inherit underline for tty.
5179
a8039db1 51802010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
5181
5182 Implement various display methods for glyphless characters.
5183
5184 * international/characters.el (char-acronym-table): New variable.
5185 (glyphless-char-control): New variable.
35f52ed6 5186 (update-glyphless-char-display): New function.
b2cca856
KH
5187
5188 * faces.el (glyphless-char): New face.
5189
28886d5e
GM
51902010-11-01 Glenn Morris <rgm@gnu.org>
5191
919dd7aa
GM
5192 * calendar/holidays.el (general-holidays, oriental-holidays)
5193 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5194 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5195 the definitions of their targets.
5196
c79fc059
GM
5197 * emacs-lisp/smie.el (smie): New custom group.
5198 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5199
c8ccffb1
GM
5200 * faces.el (xw-defined-colors, x-setup-function-keys):
5201 * mouse-sel.el (x-select-text):
5202 * term/w32console.el (x-setup-function-keys): Update declarations.
5203
f4ff702e
GM
5204 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5205
806c491a
GM
5206 * textmodes/ispell.el (comment-add): Declare.
5207
c3dfebd1
GM
5208 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5209 Declare.
5210
28886d5e
GM
5211 * info.el (finder-keywords-hash, package-alist): Declare.
5212
693c9d15
CY
52132010-11-01 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * finder.el (finder-compile-keywords): Don't use intern-soft,
5216 since package names may not yet exist in the obarray.
5217
52182010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5219
5220 * vc/vc-arch.el (vc-arch-checkin):
5221 * vc/vc-cvs.el (vc-cvs-checkin):
5222 * vc/vc-mtn.el (vc-mtn-checkin):
5223 * vc/vc-rcs.el (vc-rcs-checkin):
5224 * vc/vc-sccs.el (vc-sccs-checkin):
5225 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5226 since 2010-04-21 commit by Stefan Monnier.
5227
36967cf7
GM
52282010-11-01 Glenn Morris <rgm@gnu.org>
5229
feb5e60a
GM
5230 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5231
1f023ca9
GM
5232 * startup.el (package-enable-at-startup, package-initialize):
5233 Silence compiler.
5234
36967cf7
GM
5235 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5236 Silence compiler.
5237
430e7297
JD
52382010-10-31 Julien Danjou <julien@danjou.info>
5239
5240 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5241 (byte-recompile-directory):
5242 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5243 Use `byte-recompile-file'.
5244
c8c59954
GM
52452010-10-31 Glenn Morris <rgm@gnu.org>
5246
5247 * cus-start.el: Handle standard values via a keyword.
5248 Only set version property if specified.
5249 (cursor-in-non-selected-windows, menu-bar-mode)
5250 (tool-bar-mode, show-trailing-whitespace):
5251 Do not specify standard values.
5252 (transient-mark-mode, temporary-file-directory): Use :standard.
5253
04e63796
JD
52542010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5255
5256 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5257 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5258
2699a554 52592010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5260
5261 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5262 preserve owner and group when editing files. (Bug#7289)
5263
35fcc05c 52642010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5265
5266 * speedbar.el (speedbar-mode):
5267 * play/fortune.el (fortune-in-buffer, fortune):
5268 * play/gomoku.el (gomoku-mode):
5269 * play/landmark.el (lm-mode):
5270 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5271 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5272
82f7efc3
GM
5273 * select.el (x-selection): Mark it as an obsolete alias.
5274
2699a554 52752010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5276
f486841f 5277 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5278 major-mode (bug#7284).
5279
2699a554 52802010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5281
5282 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5283 rather than just an unused variable that inherits from the real one.
5284
e6ef5dd9
AM
52852010-10-31 Alan Mackenzie <acm@muc.de>
5286
5287 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5288 This fixes bug #7185.
5289
8a500a91
CY
52902010-10-30 Chong Yidong <cyd@stupidchicken.com>
5291
5292 * startup.el (command-line): Search for package directories, and
5293 don't load package.el if none are found.
5294
6a7662bb
BR
5295 * emacs-lisp/package.el (describe-package, list-packages):
5296 Call package-initialize if it has not been called yet.
8a500a91 5297
4f9e41e4
AM
52982010-10-30 Alan Mackenzie <acm@muc.de>
5299
5300 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5301 which fontifies the tail of an enum.
5302 (c-basic-matchers-after): Insert a call to the above new function.
5303 This fixes bug #7264.
5304
88f43c67
GM
53052010-10-30 Glenn Morris <rgm@gnu.org>
5306
5307 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5308 tool-bar-mode, transient-mark-mode. (Bug#7306)
5309 Include the :set property in the dumped Emacs.
5310
c4d17d50
SM
53112010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 SMIE: change indent rules format, improve smie-setup.
5314 * emacs-lisp/smie.el (smie-precs-precedence-table)
5315 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5316 Mark them pure so the tables gets built at compile time.
5317 (smie-bnf-precedence-table): Store the closer-alist in the table.
5318 (smie-prec2-levels): Preserve the closer-alist.
5319 (smie-blink-matching-open): Be more forgiving in case of indentation.
5320 (smie-hanging-p): Rename from smie-indent--hanging-p.
5321 (smie-bolp): Rename from smie-indent--bolp.
5322 (smie--parent, smie--after): New dynamic vars.
5323 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5324 (smie-indent-rules): Remove.
5325 (smie-indent--offset-rule): Remove fun.
5326 (smie-rules-function): New var.
5327 (smie-indent--rule): New fun.
5328 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5329 (smie-indent-exps): Use it.
5330 (smie-setup): Setup paren blinking; add keyword args for token
5331 functions; extract closer-alist from op-levels.
5332 (smie-indent-debug-log): Remove var.
5333 (smie-indent-debug): Remove fun.
5334 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5335 (prolog-smie-rules): New fun to replace it.
5336 (prolog-mode-variables): Simplify.
5337 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5338 it's setup automatically.
5339 (octave-smie-indent-rules): Remove.
5340 (octave-smie-rules): New fun to replace it.
5341 (octave-mode): Simplify.
5342
9d794026
GM
53432010-10-29 Glenn Morris <rgm@gnu.org>
5344
e088c02a
GM
5345 * files.el (temporary-file-directory): Remove (already defined in C).
5346 * cus-start.el: Add temporary-file-directory.
5347
9d794026
GM
5348 * abbrev.el (abbrev-mode):
5349 * composite.el (auto-composition-mode):
5350 * menu-bar.el (menu-bar-mode):
5351 * simple.el (transient-mark-mode):
5352 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5353 that they do not define the associated variables twice.
5354 * simple.el (transient-mark-mode): Remove defvar.
5355 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5356 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5357 Handle multiple groups, and also custom-delayed-init-variables.
5358 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5359
dcc029e0
SM
53602010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5363 (pcase-if): Add one minor optimization.
5364 (pcase-split-equal): Rename from pcase-split-eq.
5365 (pcase-split-member): Rename from pcase-split-memq.
5366 (pcase-u1): Add strings to the member optimization.
5367 Add `guard' variant of predicates.
5368 (pcase-q1): Add string patterns.
5369
a62b88d4
SM
53702010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5373
f41f19b0
GM
53742010-10-28 Glenn Morris <rgm@gnu.org>
5375
b3edb781
GM
5376 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5377 Move menu-bar related settings to ../menu-bar.el.
5378 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5379 Move ns-specific settings here from term/ns-win.el.
5380
f41f19b0
GM
5381 * simple.el (x-selection-owner-p): Remove unused declaration.
5382
6175cd08
SM
53832010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * minibuffer.el (completion-cycling): New var (bug#7266).
5386 (minibuffer-complete, completion--do-completion):
5387 Use completion--flush-all-sorted-completions.
5388 (minibuffer-complete): Only cycle if completion-cycling is set.
5389 (completion--flush-all-sorted-completions): Unset completion-cycling.
5390 (minibuffer-force-complete): Set completion-cycling.
5391 (completion-all-sorted-completions): Move declaration before first use.
5392
19677c71
LL
53932010-10-28 Leo <sdl.web@gmail.com>
5394
5395 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5396 which changes the order of matches seen by users (bug#7231).
5397
53982010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5399
5400 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5401 Don't confuse -omega as "-o mega".
5402
2122161f
SM
54032010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5404
ce8794df
SM
5405 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5406 (log-edit-author): New dynamic var.
5407 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5408 to return the author if different from committer.
5409 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5410
80cb310d
SM
5411 * play/landmark.el: Adjust commenting convention.
5412 (lm-nil-score): Rename from nil-score.
5413 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5414 (OOOOscore): Move into a let in lm-score-trans-table.
5415 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5416
2122161f
SM
5417 * electric.el (electric-indent-chars): Autoload.
5418 * progmodes/octave-mod.el (octave-mode):
5419 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5420 (ruby-mode-abbrev-table): Merge initialization and declaration.
5421
e925113b
GM
54222010-10-27 Glenn Morris <rgm@gnu.org>
5423
208d109c
GM
5424 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5425 variable.
5426
7d3e3843
GM
5427 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5428
e925113b
GM
5429 * term/ns-win.el: Restore require of cl when compiling.
5430 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5431 (ns-handle-nxopen): Optionally handle the temp-case.
5432 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5433 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5434
b94a5a43
GM
54352010-10-26 Glenn Morris <rgm@gnu.org>
5436
5437 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5438
fc3eda04
AR
54392010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5440
5441 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5442 global map.
5443 * term/common-win.el (x-setup-function-keys): Remove most of the
5444 keymappings. Comment on the remaining ones.
5445
c79b0b1c
PO
54462010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5447
c31dc2c0 5448 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5449 (server-start): Use server-port.
5450
725513b7
GM
54512010-10-26 Glenn Morris <rgm@gnu.org>
5452
d7d8c62a
GM
5453 * term/ns-win.el (ns-version-string): Remove unused declaration.
5454 (ns-invocation-args): Change to x-invocation-args.
5455 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5456 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5457 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5458 Use x-invocation-args instead of ns-invocation-args.
5459 (ns-initialize-window-system, handle-args-function-alist):
5460 Use x-handle-args instead of ns-handle-args.
5461 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5462 * startup.el (command-line-ns-option-alist): Replace
5463 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5464 ns-handle-iconic with the x- equivalents.
5465
725513b7
GM
5466 * term/common-win.el (x-select-enable-clipboard):
5467 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5468
5469 * term/ns-win.el: No need to require cl when compiling.
5470 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5471 (xw-defined-colors): Use the common-win definitions.
5472 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5473 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5474 * term/common-win.el (x-select-text, x-alternatives-map)
5475 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5476 * loadup.el [ns]: Load common-win.
5477
77ec02d8
DU
54782010-10-26 Daiki Ueno <ueno@unixuser.org>
5479
5480 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5481 recipients; expand mail aliases (Bug#7280).
77ec02d8 5482
6a5c2175
GM
54832010-10-25 Glenn Morris <rgm@gnu.org>
5484
59ba9d59
GM
5485 * term/common-win.el (x-handle-switch): Simplify with pop.
5486 Optionally handle numeric switches.
5487 (x-handle-numeric-switch): Just call x-handle-switch.
5488 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5489 (x-handle-name-switch, x-handle-display, x-handle-args):
5490 Simplify with pop.
5491
6a5c2175
GM
5492 * term/ns-win.el: Do not require easymenu.
5493 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5494 <spell>: Move adjustments to menu-bar.el.
5495 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5496 <separator-undo, spell>: Move ns-win's adjustments here.
5497 * loadup.el [ns]: Do not load easymenu.
5498
01898dc2
CY
54992010-10-24 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5502 Delete (Bug#7222).
01898dc2
CY
5503
5504 * startup.el (fancy-startup-tail): Instead of using inline images,
5505 refer to image files from etc/.
5506
5507 * wid-edit.el (checkbox): Likewise.
5508 (widget-image-find): Center image specs.
5509
a44d921f
GM
55102010-10-24 Glenn Morris <rgm@gnu.org>
5511
5512 * term/ns-win.el (x-select-text): Doc fix.
5513 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5514 (x-select-text): Move to term/common-win.
5515 * term/w32-win.el (xw-defined-colors): Move to common-win.
5516 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5517 (x-setup-function-keys, x-select-text): Move to common-win.
5518 * term/common-win.el (x-select-text, x-alternatives-map)
5519 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5520 definitions here.
5521
709228c0 55222010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5523
5524 * net/mairix.el (mairix-searches-mode-map):
5525 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5526
0c382083 55272010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5528
2b0c7330 5529 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5530 auto-built for efficiency of execution and updating.
5531 (verilog-extended-complete-re): Support 'pure' fucntion & task
5532 declarations (these have no bodies).
ca39416c
AH
5533 (verilog-beg-of-statement): General cleanup to enable support of
5534 'pure' fucntion & task declarations (these have no bodies).
5535 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5536 noticed by Steve Pearlmutter.
5537 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5538 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5539 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5540 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5541 attribute handling for lining up declarations and assignments.
5542 (verilog-beg-of-statement-1): Fix issue where continued declaration
5543 is indented differently if it is after a begin..end clock.
5544 (verilog-in-attribute-p, verilog-skip-backward-comments)
5545 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5546 attributes by indent code. Reported by Jeff Steele.
ca39416c 5547 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5548 (verilog-backward-up-list, verilog-in-struct-region-p)
5549 (verilog-backward-token, verilog-in-struct-p)
5550 (verilog-in-coverage-p, verilog-do-indent)
5551 (verilog-pretty-declarations): Use verilog-backward-up-list as
5552 wrapper around backward-up-list inorder to properly skip comments.
5553 Reported by David Rogoff.
5554 (verilog-property-re, verilog-endcomment-reason-re)
5555 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5556 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5557 of if). Reported by Max Bjurling and
a03c2342 5558 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5559 declaration. Reported by Brian Hunter.
a03c2342 5560
0c382083 55612010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5562
2b0c7330 5563 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5564 (verilog-gate-keywords, verilog-read-sub-decls)
5565 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5566 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5567 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5568 (verilog-read-decls): Fix spaces in V2K module parameters causing
5569 mis-identification as interfaces, bug287.
5570 (verilog-read-decls): Fix not treating "parameter string" as a
5571 parameter in AUTOINSTPARAM.
5572 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5573 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5574 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5575 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5576 (verilog-font-lock-keywords-2): Fix highlighting of single
5577 character pins, bug264. Reported by Michael Laajanen.
5578 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5579 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5580 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5581 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5582 (verilog-pretty-expr): Fix interactive arguments, bug272.
5583 Reported by Mark Johnson.
5584 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5585 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5586 bug269. Suggested by Gary Delp.
a03c2342 5587 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5588 (verilog-preprocessor, verilog-set-compile-command):
5589 Create verilog-preprocess and verilog-preprocessor to show
5590 preprocessed output.
a03c2342
WS
5591 (verilog-get-beg-of-line, verilog-get-end-of-line)
5592 (verilog-modi-file-or-buffer, verilog-modi-name)
5593 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5594 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5595 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5596 (verilog-colorize-region, verilog-highlight-buffer)
5597 (verilog-highlight-includes, verilog-highlight-modules)
5598 (verilog-highlight-region, verilog-mode): Rename colorize to
5599 highlight to match other packages. Disable module highlighting,
5600 as received speed complaints, reenable for experimentation only
5601 using new verilog-highlight-modules.
5602 (verilog-read-decls): Fix regexp stack overflow in very large
5603 AUTO_TEMPLATEs, bug250.
5604 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5605 (verilog-scan): Create verilog-save-buffer-state to standardize
5606 making insignificant changes that shouldn't call hooks.
5607 (verilog-save-no-change-functions, verilog-save-scan-cache)
5608 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5609 Create verilog-save-no-change-functions to wrap verilog-scan
5610 preservation, and fix to work with nested preserved calls.
5611 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5612 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5613 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5614 (verilog-submit-bug-report): Update variable list to be complete.
5615 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5616 breaking on-the-fly font-locking.
5617 (verilog-colorize-buffer, verilog-colorize-include-files)
5618 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5619 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5620 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5621 AUTOINST cell instance name, middle mouse button now finds-file on
5622 it. Suggested by Brad Dobbie.
5623 (verilog-alw-get-temps, verilog-auto-reset)
5624 (verilog-auto-sense-sigs, verilog-read-always-signals)
5625 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5626 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5627 initialization section of a for() should be ignored.
5628 Reported by Dan Dever.
a03c2342
WS
5629 (verilog-error-font-lock-keywords)
5630 (verilog-error-regexp-emacs-alist)
5631 (verilog-error-regexp-xemacs-alist): Fix error detection of
5632 Cadence HAL, reported by David Asher. Repair drift between the
5633 three similar error variables.
5634 (verilog-modi-lookup, verilog-modi-lookup-cache)
5635 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5636 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5637 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5638 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5639 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5640 "{1*2{...". Broke in last revision.
5641 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5642 submodule connections with replications "{#{a},#{b}}".
5643
0c382083
CY
56442010-10-24 Juanma Barranquero <lekktu@gmail.com>
5645
5646 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5647 Fix typo in docstring.
5648
56492010-10-24 Kenichi Handa <handa@m17n.org>
5650
5651 * face-remap.el (text-scale-adjust): Call read-event with a proper
5652 prompt.
5653
56542010-10-24 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * emacs-lisp/unsafep.el: Don't mark functions that display
5657 messages as safe. Suggested by Johan Bockgård.
5658
56592010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5662 Turn comments into docstrings.
5663
5664 * minibuffer.el (completion--replace): Move point where it belongs
5665 when there's a common suffix (bug#7215).
5666
9317e499
CY
56672010-10-24 Chong Yidong <cyd@stupidchicken.com>
5668
5669 Merge read-color and facemenu-read-color (Bug#7242).
5670
5671 * faces.el (read-color): Use the completion code from
5672 facemenu-read-color. Require match in completion. Doc fix.
5673
5674 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5675 (facemenu-set-foreground, facemenu-set-background):
5676 Use read-color.
9317e499
CY
5677
5678 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5679 (set-cursor-color, set-mouse-color, set-border-color):
5680 Use read-color.
9317e499 5681
a44d921f 56822010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5683
5684 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5685 argument of delete-file and delete-directory (Bug#7011).
5686
43207249
CY
56872010-10-24 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5690 button-buffer-map.
5691
484db896 56922010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5693
5694 * emacs-lisp/package.el (package--generate-package-list): Make the
5695 *Packages* buffer read-only.
5696
10f5e3e6
AM
56972010-10-24 Alan Mackenzie <acm@muc.de>
5698
5699 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5700 result of `c-beginning-of-decl-1' between invocations of a lambda
5701 function (Bug #7265).
5702
3ec6ca72
DU
57032010-10-24 Daiki Ueno <ueno@unixuser.org>
5704
5705 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5706 executable is not available on the system (Bug#7268).
5707
ec514007
GM
57082010-10-24 Glenn Morris <rgm@gnu.org>
5709
f5f25615
GM
5710 * select.el (selection-coding-system, next-selection-coding-system):
5711 Sync doc with C versions.
3646b86d 5712
8aa0f263
GM
5713 * w32-vars.el (x-select-enable-clipboard):
5714 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5715 * term/common-win.el (x-select-enable-clipboard): Move here.
5716
46710489
GM
5717 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5718 definition of C variable.
5719
ec514007
GM
5720 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5721 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5722 Don't redefine things that are defined in C.
5723 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5724 (show-trailing-whitespace, auto-hscroll-mode)
5725 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5726 Set up the appropriate custom properties.
5727
8a79905d
CY
57282010-10-24 Chong Yidong <cyd@stupidchicken.com>
5729
5730 Bind "C-c ]" to ...
5731 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5732 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5733 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5734 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5735
aa02a29f
GM
57362010-10-23 Glenn Morris <rgm@gnu.org>
5737
7dfc15df
GM
5738 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5739 say what it was.
5740
66c6abf0
GM
5741 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5742 Sync docs with C version.
f3d87560 5743
3193e969
GM
5744 * term/ns-win.el (xw-defined-colors):
5745 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5746
6f748f70
GM
5747 * term/pc-win.el (x-select-enable-clipboard):
5748 * term/x-win.el (x-select-enable-clipboard):
5749 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5750
7aa93795
GM
5751 * comint.el (comint-password-prompt-regexp): Make it less vague.
5752 Bump version.
5753
17284e30
GM
5754 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5755
aa02a29f
GM
5756 * help.el (finder-by-keyword): Remove unnecessary autoload.
5757
69b55131
GM
57582010-10-22 Glenn Morris <rgm@gnu.org>
5759
9a0dd02d
GM
5760 * loadup.el: Unconditionally load float-sup.
5761 * paren.el (show-paren-delay):
5762 * emacs-lisp/float-sup.el:
5763 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5764 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5765 (lazy-lock-stealth-verbose): Assume float support.
5766 * ps-print.el: Assume float support on Emacs.
5767 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5768 Remove non-float branch.
5769
69b55131
GM
5770 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5771 src/Makefile no longer being pre-processed.
5772
7c23d9e8
SM
57732010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * emacs-lisp/find-func.el (find-library): Use test-completion.
5776
23737b4a
LMI
57772010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5778
7c23d9e8 5779 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5780
6e060cee 57812010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5782
5783 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5784 space in stat format string.
5785 (tramp-send-command): Unset $PS1 when using here documents, in
5786 order not to get several prompts.
5787 (tramp-get-inline-coding): Return `nil' in case of errors.
5788
08ffb131
DU
57892010-10-21 Daiki Ueno <ueno@unixuser.org>
5790
7c23d9e8
SM
5791 * hexl.el (hexl-mode, hexl-mode-exit):
5792 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5793 (hexl-revert-buffer-function): New function.
5794 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5795
ba7fdf30
AM
57962010-10-19 Alan Mackenzie <acm@muc.de>
5797
7c23d9e8
SM
5798 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5799 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5800 that these keywords aren't wrongly matched as identifiers.
5801
ba7fdf30
AM
5802 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5803 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5804 c-after-change. (Bug#7181)
ba7fdf30 5805
7fd8732d
CY
58062010-10-19 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5809 Don't mark as safe.
5810
5811 * custom.el (custom-theme-set-variables): Likewise.
5812 (load-theme): Add custom-theme-set-faces and
5813 custom-theme-set-variables to safe-functions while loading.
5814 (custom-enabled-themes): Mark as risky.
5815
3f12b18c
JD
58162010-10-18 Julien Danjou <julien@danjou.info>
5817
5818 * bindings.el: Remove end dashes in default mode-line-format.
5819
b8a47412
CY
58202010-10-19 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5823 to delete-forward-char.
5824
5825 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5826 deletechar, and hence delete-forward-char.
5827
ca3fa302
JB
58282010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * repeat.el (repeat): Use read-key (bug#6256).
5831
58322010-10-19 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * emacs-lisp/unsafep.el: Don't mark functions that display
5835 messages as safe. Suggested by Johan Bockgård.
5836
58372010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * minibuffer.el (completion--replace): Move point where it belongs
5840 when there's a common suffix (bug#7215).
5841
58422010-10-19 Kenichi Handa <handa@m17n.org>
5843
5844 * international/characters.el: Add category '|' (word breakable)
5845 to fullwidth characters.
5846
3224b54d
MA
58472010-10-19 Michael Albinus <michael.albinus@gmx.de>
5848
5849 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5850 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5851 order to make stat results a float. Patch by Andreas Schwab
5852 <schwab@linux-m68k.org>.
5853
36ba6f07
JD
58542010-10-18 Julien Danjou <julien@danjou.info>
5855
5856 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5857 hidden by `make-pointer-invisible'.
5858
43f964fc
SM
58592010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5860
5861 * files.el (locate-file-completion-table): Strip non-matching elements
5862 before checking length of list (bug#7238).
5863
e48eb343
CY
58642010-10-18 Chong Yidong <cyd@stupidchicken.com>
5865
5866 * custom.el (custom-theme-set-variables): Mark as a safe function.
5867 (load-theme): Check forms using unsafep.
5868
5869 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5870
df987d70
AM
58712010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5872
43f964fc
SM
5873 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5874 Fix aspell data file searching (bug#7230).
df987d70 5875
29a4c45b
CY
58762010-10-16 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * cus-theme.el (custom-theme--migrate-settings): New var.
5879 (customize-create-theme): Allow editing the `user' theme.
5880 (custom-theme-add-variable, custom-theme-add-var-1)
5881 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5882 to the front of each variable or face widget.
5883 (custom-theme-write): Save theme settings in the correct order.
5884 Optionally, remove saved settings from user customizations.
43f964fc
SM
5885 (custom-theme-write-variables, custom-theme-write-faces):
5886 Save only the checked widgets.
29a4c45b
CY
5887 (customize-themes): Add a link for migrating custom settings.
5888
43f964fc
SM
5889 * custom.el (custom-declare-theme, provide-theme):
5890 Use custom-theme-name-valid-p.
29a4c45b
CY
5891 (custom-theme-name-valid-p): Remove checks that are now
5892 unnecessary since themes no longer obey load-path.
5893
5894 * cus-edit.el (custom-variable-value-create): For the simple
5895 style, hide documentation string when hidden.
5896
782b5e8d
CY
58972010-10-16 Chong Yidong <cyd@stupidchicken.com>
5898
647bc502
CY
5899 * cus-edit.el (custom-variable, custom-face): Combine the
5900 :inhibit-magic and :display-style properties into a single
5901 :custom-style property.
43f964fc
SM
5902 (custom-toggle-hide-variable, custom-toggle-hide-face):
5903 New functions. If hiding an edited value, save it to :shown-value.
5904 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5905 (custom-magic-reset): Allow magic property to be unset.
5906
782b5e8d
CY
5907 * custom.el: Custom themes no longer use load-path.
5908 (custom-theme-load-path): New option. Change built-in theme
5909 directory to etc/.
5910 (custom-enabled-themes): Add custom-theme-load-path dependency.
5911 (custom-theme--load-path): New function.
5912 (load-theme, custom-available-themes): Use it.
5913
5914 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5915 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5916 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5917 :custom-style property.
782b5e8d
CY
5918
5919 * themes/*.el: Moved to etc/.
5920
99f65cfa
RA
59212010-10-16 Ralf Angeli <angeli@caeruleus.net>
5922
5923 * textmodes/reftex-cite.el
5924 (reftex-extract-bib-entries-from-thebibliography): Do not move
5925 point when searching for \bibitem entries. Match entries with
5926 spaces or tabs in front of arguments.
5927
da16abfc
CY
59282010-10-16 Chong Yidong <cyd@stupidchicken.com>
5929
5930 * cus-theme.el (customize-create-theme): Delete overlays after
5931 erasing. If given a THEME arg, display only the faces of that arg
5932 instead of custom-theme--listed-faces.
5933 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5934 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5935 (custom-theme-add-variable, custom-theme-add-face): Apply value
5936 from the theme settings, instead of the current value.
5937 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5938 (custom-theme-visit-theme): Allow calling outside theme buffers.
5939 (custom-theme-merge-theme): Don't enable the theme when merging.
5940 (custom-theme-write-variables, custom-theme-write-faces): Use the
5941 :shown-value properties to save buffer values, not global ones.
5942 (customize-themes): Display a warning about user customizations.
5943
5944 * cus-edit.el (custom-variable-value-create)
5945 (custom-face-value-create): Obey new special properties
5946 :shown-value and :inhibit-magic.
5947
aa095b2d
MA
59482010-10-15 Michael Albinus <michael.albinus@gmx.de>
5949
5950 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5951 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5952 <dale@codefu.org>.
aa095b2d 5953
7ca9cfda
KH
59542010-10-14 Kenichi Handa <handa@m17n.org>
5955
9650fc61
KH
5956 * mail/rmail.el (rmail-show-message-1): Catch an error of
5957 base64-decode-region and just show an error message (bug#7165).
5958
43f964fc 5959 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5960 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5961 a font-spec (bug#7197).
5962
220d91b8 59632010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5964
5965 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5966
220d91b8 59672010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5968
c0943d3d
JB
5969 * international/mule.el (define-coding-system):
5970 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5971 * composite.el (compose-region): Fix typo in docstring.
5972
4983ddea
CY
59732010-10-14 Chong Yidong <cyd@stupidchicken.com>
5974
de43f11b
CY
5975 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5976 only after checking the theme-face property.
5977
4983ddea
CY
5978 * faces.el (face-spec-reset-face): Reset all attributes in one
5979 single call to set-face-attribute.
5980 (face-spec-match-p): Make it a defsubst.
5981 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5982 (x-create-frame-with-faces, tty-create-frame-with-faces)
5983 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5984 frame-set-background-mode, since they are recomputed immediately
5985 afterwards in face-set-after-frame-default.
5986 (face-set-after-frame-default): Minor optimization.
5987 (cursor): Provide non-trivial defface spec.
5988
5989 * custom.el (custom-theme-recalc-face): Simplify.
5990
a974dcf2
JB
59912010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5992
43f964fc 5993 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5994 (math-is-polynomial, math-is-poly-rec): Replace `var'
5995 with `math-var'.
5996
43f964fc 5997 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5998 (calcFunc-table, math-scan-for-limits): Replace `var'
5999 with `math-var'.
6000
10e4702a
GM
60012010-10-13 Glenn Morris <rgm@gnu.org>
6002
6003 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6004
88f427d5
SB
60052010-10-13 Stephen Berman <stephen.berman@gmx.net>
6006
6007 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6008
a1d16a7b
G
60092010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6010
6011 * net/tls.el (tls-program): Remove spurious %s from openssl.
6012 (tls-starttls-switches): Remove starttls hack.
6013 (open-tls-stream): Ditto.
6014 (tls-find-starttls-argument): Ditto.
6015
2e288d54
JB
60162010-10-13 Juanma Barranquero <lekktu@gmail.com>
6017
6018 * image.el (image-library-alist): Declare as obsolete alias.
6019 (image-type-available-p): Use `dynamic-library-alist'.
6020
6021 * term/w32-win.el (dynamic-library-alist):
6022 Use instead of `image-library-alist'.
6023
35744400
IS
60242010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6025
6026 * subr.el (last): Make it faster. (Bug#7174)
6027
290fe464
RO
60282010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6029
6030 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6031
2919746c
CY
60322010-10-12 Chong Yidong <cyd@stupidchicken.com>
6033
6034 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6035 (describe-theme-1): Extract doc from unloaded themes.
6036
6037 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6038
6039 * themes/tango-theme.el:
6040 * themes/tango-dark-theme.el:
6041 * themes/wheatgrass-theme.el: New files.
6042
6b09b5d1
CY
60432010-10-12 Chong Yidong <cyd@stupidchicken.com>
6044
6045 * cus-theme.el (describe-theme, customize-themes)
6046 (custom-theme-save): New commands.
6047 (custom-new-theme-mode-map): Bind C-x C-s.
6048 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6049 (customize-create-theme): New optional arg THEME.
6050 (custom-theme-revert): Use it.
6051 (custom-theme-visit-theme): Remove dead code.
6052 (custom-theme-merge-theme): Use custom-available-themes.
6053 (custom-theme-write): Make interactive.
6054 (custom-theme-write): Use custom-theme-name-valid-p.
6055 (describe-theme-1, custom-theme-choose-revert)
6056 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6057 New funs.
6058 (custom-theme-allow-multiple-selections): New option.
6059 (custom-theme-choose-mode): New major mode.
6060
43f964fc
SM
6061 * custom.el (custom-theme-set-variables): Remove dead code.
6062 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6063 (custom--inhibit-theme-enable): New var.
6064 (provide-theme): Obey it.
6065 (load-theme): Replace load with manual read/eval, in order to
6066 check for correctness. Use custom-theme-name-valid-p.
6067 (custom-theme-name-valid-p): New function.
6068 (custom-available-themes): Use it.
6069
6070 * cus-edit.el (custom--initialize-widget-variables): New function.
6071 (Custom-mode): Use it.
6072
43f964fc
SM
6073 * cus-face.el (custom-theme-set-faces): Remove dead code.
6074 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6075
6076 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6077
16366259
JB
60782010-10-12 Juanma Barranquero <lekktu@gmail.com>
6079
cb7d821e 6080 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 6081
4c14013d 60822010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 6083
4c14013d
JB
6084 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6085 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6086 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6087
6088 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 6089
4c14013d 60902010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
6091
6092 * emacs-lisp/lisp.el (lisp-completion-at-point):
6093 Use emacs-lisp-mode-syntax-table for the whole function.
6094
4c14013d 60952010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
6096
6097 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
6098 instead of font-lock-mode before adding keywords.
6099 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
6100 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6101 non-nil; removed hook inhibit hack.
6102
4c14013d 61032010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 6104
d15f9a2b
GM
6105 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6106 (load-path-shadows-find): ... to this.
6107 (list-load-path-shadows): Update for above change.
6108
c7d6d8a1
GM
6109 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6110
f0b7f5a8
KY
61112010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6112
6113 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6114 Fix comment for declare-function.
6115
05d22d02
CY
61162010-10-11 Chong Yidong <cyd@stupidchicken.com>
6117
6118 * custom.el (custom-fix-face-spec): New function; code moved from
6119 custom-face-edit-fix-value.
6120 (custom-push-theme): Use it when checking if a face has been
6121 changed outside customize.
6122 (custom-available-themes): New function.
6123 (load-theme): Use it.
6124
43f964fc 6125 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
6126
6127 * custom.el (custom-push-theme): Cleanup (use cond).
6128 (disable-theme): Recompute the saved-face property.
6129 (custom-theme-recalc-face): Follow face alias before setting prop.
6130
43f964fc
SM
6131 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6132 New variables, containing checkbox images.
05d22d02
CY
6133
6134 * startup.el (fancy-startup-tail):
6135 * wid-edit.el (checkbox): Use them.
6136
293e7c22
DN
61372010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6138
a0310a6c
DN
6139 * shell.el (shell-mode-map):
6140 * progmodes/modula2.el (m2-mode-map):
6141 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6142 * play/mpuz.el (mpuz-mode-map):
6143 * play/landmark.el (lm-mode-map):
6144 * play/decipher.el (decipher-mode-map):
6145 * play/5x5.el (5x5-mode-map):
6146 * net/telnet.el (telnet-mode-map):
6147 * net/quickurl.el (quickurl-list-mode-map):
6148 * net/mairix.el (mairix-searches-mode-map):
6149 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6150 * net/dig.el (dig-mode-map):
6151 * mail/mspools.el (mspools-mode-map):
6152 * hexl.el (hexl-mode-map):
6153 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6154 (wordstar-C-o-map, wordstar-C-q-map):
6155 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6156 * emacs-lisp/chart.el (chart-map):
6157 * edmacro.el (edmacro-mode-map):
6158 * erc/erc-list.el (erc-list-menu-mode-map):
6159 * array.el (array-mode-map): Declare and define in one step.
6160
293e7c22
DN
6161 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6162
446b12da
DU
61632010-10-10 Daiki Ueno <ueno@unixuser.org>
6164
6165 * epa.el (epa-passphrase-callback-function): Display filename
6166 passed as the 3rd arg.
43f964fc
SM
6167 * epa-file.el (epa-file-passphrase-callback-function):
6168 Pass filename to epa-passphrase-callback-function.
446b12da 6169
76c16af8
CY
61702010-10-09 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * cus-edit.el (custom-face-widget-to-spec)
6173 (custom-face-get-current-spec, custom-face-state): New functions.
6174 (custom-face-set, custom-face-mark-to-save)
6175 (custom-face-value-create, custom-face-state-set): Use them.
6176
6177 * cus-theme.el (custom-theme--listed-faces): New var.
6178 (customize-create-theme): Use *Custom Theme* as the buffer name.
6179 Set revert-buffer-function. Optional arg BUFFER. Insert all
6180 faces listed in custom-theme--listed-faces.
6181 (custom-theme-revert): New function.
6182 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6183 bottom of the list.
6184 (custom-theme-write): Prompt for theme name if empty.
6185 (custom-theme-write-variables): Use dolist.
6186 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6187
e15f8aaa
AM
61882010-10-09 Alan Mackenzie <acm@muc.de>
6189
6190 Enhance fontification of declarators to take account of the
6191 presence/absence of "typedef".
6192
6193 * cc-engine.el (c-forward-type): New &optional param
6194 "brace-block-too".
6195 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6196 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6197
6198 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6199 fontification of declarators which follow a "}".
6200 (c-font-lock-declarations): Fontify declarators according to the
6201 presence/absence of "typedef".
6202
6203 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6204 for "typedef".
6205 (c-typedef-decl-key): New lang variable built from
6206 c-typedef-decl-kwds.
6207
cf321e50
LMI
62082010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6209
77aec221
LMI
6210 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6211 since that's too annoying. Move the filter groups commands to
6212 TAB/backtab.
6213
7450df5d
LMI
6214 * epa.el (epa-passphrase-callback-function): Say what we're
6215 querying the password for.
6216
cf321e50 6217 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6218 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6219
587faadd
CY
62202010-10-08 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6223 (custom-magic-value-create): Pad button tags with spaces.
6224 (custom-face-edit): New variable.
6225 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6226 face editor here, instead of using custom-face-selected.
6227 Pass face defaults to custom-face-edit widget.
587faadd
CY
6228 (custom-face-selected, custom-display-unselected): Delete widgets.
6229 (custom-display-unselected-match): Function removed.
43f964fc
SM
6230 (custom-face-set, custom-face-mark-to-save):
6231 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6232
6233 * wid-edit.el (widget--completing-widget): New var.
6234 (widget-default-complete): Bind it when doing completion.
6235 (widget-string-complete, widget-file-complete): Use it.
6236
a1ab97d0
GM
62372010-10-09 Glenn Morris <rgm@gnu.org>
6238
85d50db7
GM
6239 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6240 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6241 (holiday-hebrew-misc): Small simplifications.
6242
3fb78d1f
GM
6243 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6244
a1ab97d0
GM
6245 * net/browse-url.el: Don't require thingatpt, term, dired,
6246 executable, or w3-auto when compiling.
6247 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6248 Declare.
6249 (browse-url-text-emacs): Require term.
6250
2187e5bb
AS
62512010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6252
6253 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6254
e5d49589
GM
62552010-10-08 Glenn Morris <rgm@gnu.org>
6256
5823f53f
GM
6257 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6258
e5d49589
GM
6259 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6260 (shadows-compare-text-p): Make it an obsolete alias for...
6261 (load-path-shadows-compare-text): ... new name.
6262 (find-emacs-lisp-shadows): Update for above name change.
6263 (load-path-shadows-same-file-or-nonexistent): New name for the old
6264 shadow-same-file-or-nonexistent.
6265
4628bef1 62662010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6267
6268 * minibuffer.el (completion--some, completion--do-completion)
6269 (minibuffer-complete-and-exit, minibuffer-completion-help)
6270 (completion-basic-try-completion)
6271 (completion-basic-all-completions)
6272 (completion-pcm--find-all-completions): Use lexical-let to
6273 avoid some false matches in variable completion (Bug#7056)
6274
4628bef1 62752010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6276
6277 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6278
4628bef1 62792010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6280
6281 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6282 return non-nil if the file exists (Bug#7090).
6283
4628bef1 62842010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6285
6286 * minibuffer.el (completion--replace):
6287 Better preserve markers (bug#7138).
6288
4628bef1 62892010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6290
6291 * server.el (server-process-filter): Doc fix.
6292
4628bef1 62932010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6294
6295 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6296
e4adf61e
GM
62972010-10-08 Glenn Morris <rgm@gnu.org>
6298
24ac444f
GM
6299 * vc/ediff-wind.el (ediff-setup-control-frame):
6300 * vc/ediff-ptch.el (ediff-default-backup-extension):
6301 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6302 (ediff-exec-process): Remove system-types emx, windows-95.
6303
e4adf61e
GM
6304 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6305
61328d7c
CY
63062010-10-07 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * cus-edit.el (custom-variable, custom-face): Doc fix.
6309 (custom-face-edit): Add value-create attribute.
6310 (custom-face-edit-value-create)
43f964fc
SM
6311 (custom-face-edit-value-visibility-action): New functions.
6312 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6313 (custom-face-edit-deactivate): Show empty values with shadow face.
6314 (custom-face-selected): Only use this for face specs with default
6315 attributes.
6316 (custom-face-value-create): Cleanup.
6317
6318 * wid-edit.el (widget-checklist-value-create): Use dolist.
6319 (widget-checklist-match-find): Make second arg optional.
6320
ac44263a
GM
63212010-10-07 Glenn Morris <rgm@gnu.org>
6322
849b02b4
GM
6323 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6324 Prefix things.
6325
ac44263a
GM
6326 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6327 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6328 load-path-shadows-mode, update references.
06d9ef85
GM
6329 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6330 Rename variable and button.
6331 (list-load-path-shadows): Update button caller.
ac44263a 6332
29c72a6e
SM
63332010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6336 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6337 (smie-merge-prec2s): Handle those new entries.
6338 (smie-prec2-levels): Only set precedence to nil for actual
6339 openers/closers.
6340 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6341 that is now unnecessary.
6342
775f75bc 63432010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6344
6345 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6346
7e1e2a6e
GM
63472010-10-07 Glenn Morris <rgm@gnu.org>
6348
58d1ac6d
GM
6349 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6350 (mail-position-on-field): Remove declarations.
6351 (mail-position-on-field): Autoload it.
6352 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6353 and mail-header-end. Don't require sendmail.
6354
7b9235ad
GM
6355 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6356 (shadow-mode): New mode.
6357 (shadow-find-file): New button.
6358 (list-load-path-shadows): Use shadow-mode and buttons.
6359
52da2182
GM
6360 * iimage.el (iimage-version): Remove.
6361 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6362 Turn into defcustoms.
6363 (iimage-mode-map): Give it a doc string.
6364
7e1e2a6e
GM
6365 * calendar/appt.el (appt-activate): Give a warning rather than an error
6366 if there is no diary-file.
6367
e44eccd7
MA
63682010-10-06 Michael Albinus <michael.albinus@gmx.de>
6369
29c72a6e
SM
6370 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6371 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6372
4583e796
GM
63732010-10-06 Glenn Morris <rgm@gnu.org>
6374
6aecca99
GM
6375 * font-core.el (font-lock-defaults-alist): Remove variable.
6376 (font-lock-mode): Doc fix.
6377 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6378 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6379 (font-lock-set-defaults): Doc fix.
6380 Do not consult font-lock-defaults-alist.
6381
645a6257
GM
6382 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6383
4583e796
GM
6384 * emacs-lisp/cl.el: No longer provide cl-19.
6385
bd8fadca
MA
63862010-10-05 Michael Albinus <michael.albinus@gmx.de>
6387
6388 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6389 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6390 New defuns, taken from tramp-smb.el.
6391 (tramp-coding-system-change-eol-conversion)
43f964fc 6392 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6393
43f964fc 6394 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6395 (tramp-compat-coding-system-change-eol-conversion)
6396 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6397 from tramp.el.
6398
6399 * net/tramp-gvfs.el:
6400 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6401 by `tramp-compat-set-process-query-on-exit-flag'.
6402
43f964fc
SM
6403 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6404 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6405 `tramp-handle-file-exists-p' and
6406 `tramp-handle-file-newer-than-file-p'.
6407 (tramp-imap-handle-file-exists-p)
6408 (tramp-imap-handle-file-executable-p)
6409 (tramp-imap-handle-file-readable-p)
6410 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6411 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6412
6413 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6414 by `tramp-compat-set-process-query-on-exit-flag' and
6415 `tramp-coding-system-change-eol-conversion' by
6416 `tramp-compat-coding-system-change-eol-conversion'.
6417
43f964fc
SM
6418 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6419 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6420 `tramp-handle-file-exists-p' and
6421 `tramp-handle-file-newer-than-file-p'.
6422 (tramp-smb-handle-directory-files-and-attributes)
6423 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6424 (tramp-smb-handle-file-newer-than-file-p): Remove.
6425 (tramp-smb-maybe-open-connection):
6426 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6427 `tramp-compat-set-process-query-on-exit-flag'.
6428
726c5357
GM
64292010-10-05 Glenn Morris <rgm@gnu.org>
6430
6431 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6432
4a93e698
MA
64332010-10-04 Michael Albinus <michael.albinus@gmx.de>
6434
6435 Continue reorganization of load dependencies. (Bug#7156)
6436
6437 * net/tramp.el (tramp-handle-file-local-copy-hook)
6438 (tramp-delete-temp-file-function): Move down.
6439 (tramp-exists-file-name-handler): Move up.
6440 (tramp-register-file-name-handlers): Simplify autoload.
6441 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6442 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6443 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6444 (tramp-handle-file-name-completion)
6445 (tramp-handle-file-name-directory)
6446 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6447 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6448 (tramp-handle-find-backup-file-name)
6449 (tramp-handle-insert-file-contents, tramp-handle-load)
6450 (tramp-handle-substitute-in-file-name)
6451 (tramp-handle-unhandled-file-name-directory)
6452 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6453 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6454
6455 * net/tramp-gvfs.el (top):
6456 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6457
6458 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6459 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6460
b4593555
GM
64612010-10-04 Glenn Morris <rgm@gnu.org>
6462
6463 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6464 (appt-activate): Give status messages.
6465
8762aa10
TZ
64662010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6467
6468 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6469 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6470 `gnutls-negotiate' (formerly `starttls-negotiate').
6471 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6472
82fb8701
DN
64732010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6474
6475 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6476 log-outgoing commands.
6477 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6478 to create a buffer local revert-buffer-function variable.
6479 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6480 revert-buffer-function lambda.
6481
c1ae068b
LMI
64822010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6483
6484 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6485 `gnutls-boot'. Make TYPE the only required parameter.
6486 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6487 (open-ssl-stream): Use it.
6488
67141a37
GM
64892010-10-03 Glenn Morris <rgm@gnu.org>
6490
77f38949
GM
6491 * subr.el (directory-sep-char): Remove obsolete variable.
6492 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6493 it is "necessary".
6494
67141a37
GM
6495 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6496 * vc/vc.el (vc-static-header-alist): Doc fix.
6497 * vc/vc-cvs.el (vc-cvs-header):
6498 * vc/vc-rcs.el (vc-rcs-header):
6499 * vc/vc-sccs.el (vc-sccs-header):
6500 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6501 * obsolete/vc-mcvs.el (vc-mcvs-header):
6502 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6503 on XEmacs.
6504
96bcef2e
CY
65052010-10-03 Chong Yidong <cyd@stupidchicken.com>
6506
43f964fc
SM
6507 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6508 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6509
ef47f179
GM
65102010-10-03 Glenn Morris <rgm@gnu.org>
6511
01c35094 6512 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6513
aee3c6f7
GM
6514 * textmodes/rst.el (rst-font-lock-keywords-function):
6515 Drop Emacs 20 code.
6516
f88cd114
GM
6517 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6518
6abfe35f
GM
6519 * printing.el: Drop Emacs 20 code.
6520
59e31cfa
GM
6521 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6522 without having used appt.el already).
6523
922ad43e
GM
6524 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6525 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6526 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6527 XEmacs.
6528 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6529 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6530
ef47f179
GM
6531 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6532 (charset-width, find-charset-region, chars-in-region, forward-point)
6533 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6534 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6535 Remove compatibility cruft (none of these are used by ps*.el).
6536
ac6ca7ba
KR
65372010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6538
6539 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6540
2a847524
CY
65412010-10-03 Chong Yidong <cyd@stupidchicken.com>
6542
43f964fc
SM
6543 * server.el (server-process-filter, server-return-error):
6544 Give emacsclient time to shut down after receiving an error string.
2a847524 6545
4bc3c53d
MA
65462010-10-02 Michael Albinus <michael.albinus@gmx.de>
6547
6548 * files.el (remote-file-name-inhibit-cache): New defcustom.
6549
43f964fc
SM
6550 * time.el (display-time-file-nonempty-p):
6551 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6552
43f964fc
SM
6553 * net/tramp.el (tramp-completion-reread-directory-timeout):
6554 Fix docstring.
4bc3c53d
MA
6555
6556 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6557 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6558 `remote-file-name-inhibit-cache'. Check also for an integer
6559 value. Add/increase counter when `tramp-verbose' >= 10.
6560 (tramp-set-file-property): Add/increase counter when
6561 `tramp-verbose' >= 10.
6562
6563 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6564 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6565 (tramp-bug): Set tramp-autoload cookie. Report all interned
6566 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6567 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6568 characters only in strings.
6569
6570 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6571 to backward compatibility.
6572
6573 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6574 (tramp-handle-file-name-all-completions)
43f964fc
SM
6575 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6576 (tramp-open-connection-setup-interactive-shell):
6577 Call `tramp-cleanup-connection' directly.
4bc3c53d 6578
9c524fcb
GM
65792010-10-02 Glenn Morris <rgm@gnu.org>
6580
3226d6ca
GM
6581 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6582
6583 * subr.el (char-bytes): Remove obsolete function.
6584
6585 * isearch.el (isearch-return-char): Remove obsolete function.
6586
6587 * mouse.el: No longer provide mldrag.
6588 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6589 Remove obsolete aliases.
6590
6591 * comint.el (comint-kill-output): Remove obsolete alias.
6592
6593 * composite.el (decompose-composite-char): Remove obsolete function.
6594 * ps-def.el (decompose-composite-char): Remove unused function.
6595
6596 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6597
6598 * outline.el (outline-visible): Remove obsolete function.
6599
6600 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6601 * faces.el (internal-find-face, internal-get-face)
6602 (frame-update-faces, frame-update-face-colors)
6603 (x-frob-font-weight, x-frob-font-slant)
6604 (internal-frob-font-weight, internal-frob-font-slant)
6605 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6606 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6607 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6608 since Emacs 21.1.
6609 * emulation/viper-util.el (viper-get-face):
6610 * obsolete/lucid.el (find-face, get-face): Use facep.
6611 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6612 Remove unused functions.
6613 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6614
9c524fcb
GM
6615 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6616 delete tempfile if interrupted during compilation.
6617
aecb42aa
LMI
66182010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6619
6620 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6621 gnutls-cli.
6622 (tls-program): Add --insecure to be consistent with the defaults from
6623 openssl s_client. Now all three commands are insecure.
6624
73077a9a
EZ
66252010-10-01 Eli Zaretskii <eliz@gnu.org>
6626
6627 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6628 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6629 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6630
1ef075bb
GM
66312010-10-01 Glenn Morris <rgm@gnu.org>
6632
1fcaf927
GM
6633 * obsolete/sc.el: Remove file.
6634
1ef075bb
GM
6635 * files.el (temporary-file-directory): On darwin, also try
6636 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6637
a16f5f64
JB
66382010-10-01 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6641 Let's not break compatibility gratuitously, shall we?
6642
6b958814
G
66432010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6644
47e08896 6645 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6646 (tls-find-starttls-argument): Use it.
6647 (open-tls-stream): Ditto.
6648
47e08896 6649 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6650 entry.
6651 (netrc-machine): Ditto.
6652
cad90f3b
EZ
66532010-09-30 Eli Zaretskii <eliz@gnu.org>
6654
6655 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6656
968ef9b4
JB
66572010-09-30 Juanma Barranquero <lekktu@gmail.com>
6658
6659 * server.el (server-start): Don't write pid to the authentication file.
6660 (server-create-tty-frame): Don't send pid.
6661 (server-process-filter): Send pid at the start of every connection.
6662
3536dea8
GM
66632010-09-30 Glenn Morris <rgm@gnu.org>
6664
8e378d88
GM
6665 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6666 (show-all-diary-entries): Remove obsolete function aliases.
6667
3536dea8
GM
6668 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6669 Remove options, obsolete since 22.1.
6a7662bb
BR
6670 (appt-display-format, appt-display-message):
6671 Remove backwards-compatibility code.
3536dea8
GM
6672 (appt-check): No longer check appt-issue-message.
6673 (appt-make-list): No longer autoload it. Doc fix. No longer
6674 activate the package.
6675
df7fcaff
LMI
66762010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6677
6678 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6679 (starttls-negotiate): Just call boot, and let the handshake be
6680 triggered from the read loop.
df7fcaff 6681
c2828614
GM
66822010-09-29 Glenn Morris <rgm@gnu.org>
6683
17a46341
GM
6684 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6685 not displaying the diary.
6686 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6687 * calendar/appt.el (appt-check): No longer need to kill diary.
6688
7161e329
GM
6689 * calendar/diary-lib.el (diary-list-entries): Move the
6690 "Preparing..." message entirely here.
6691 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6692 messages to diary-list-entries.
6693 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6694 diary-display-function.
6695
d0de6cba
GM
6696 * calendar/diary-lib.el (diary-include-other-diary-files):
6697 Trap some recursive includes.
6698
c2828614
GM
6699 * calendar/appt.el (appt-activate): Check diary file.
6700
0c43b6f8
KY
67012010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6702
6703 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6704 construction.
6705
6706 * calendar/time-date.el: No need to require cl for Emacs 21.
6707
97ce2730
GM
67082010-09-28 Glenn Morris <rgm@gnu.org>
6709
6710 * calendar/appt.el (appt-check): Minor simplification.
6711
e0a185ae
KY
67122010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6713
6714 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6715 citation prefix.
6716
c19f76a1
AS
67172010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6718
95b6d681
JB
6719 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6720 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6721
fd057fd2
KH
67222010-09-27 Kenichi Handa <handa@m17n.org>
6723
6724 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6725 "ustar" format.
6726
368b3544
KH
67272010-09-27 Kenichi Handa <handa@m17n.org>
6728
6729 * international/mule.el (define-coding-system): Docstring fixed.
6730
6731 * international/mule-diag.el (describe-character-set): Use princ
6732 with proper print-length and print-level instead of insert.
6733
95b6d681 67342010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6735
6736 * window.el (walk-windows): Doc fix (bug#7105).
6737
99368725
SM
67382010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * emacs-lisp/float-sup.el (e): Remove.
6741
8ed70bf3
LMI
67422010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6743
6744 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6745 variable.
6746 (starttls-negotiate): Use it.
6747
d2e9d0bb
LMI
67482010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6749
6750 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6751 back.
6752
15413fb4
SM
67532010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6756
1821a7b4
LMI
67572010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6758
6303aba1
LMI
6759 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6760
1821a7b4
LMI
6761 * net/netrc.el (netrc-store-data): New function.
6762
8af55556
TZ
67632010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6764
6765 * net/gnutls.el: GnuTLS glue code to set up a connection.
6766
42343747
JD
67672010-09-25 Julien Danjou <julien@danjou.info>
6768
6769 * notifications.el: Call dbus-register-signal only if it is bound.
6770
ec60da52
GM
67712010-09-25 Glenn Morris <rgm@gnu.org>
6772
6773 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6774 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6775 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6776 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6777 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6778 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6779 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6780 * eshell/esh-util.el, eshell/esh-var.el:
6781 Remove leading `*' from docs of faces and defcustoms.
6782
4c964351
UM
67832010-09-25 Ulrich Mueller <ulm@gentoo.org>
6784
6785 * eshell/em-ls.el (eshell-ls-archive-regexp):
6786 * eshell/esh-util.el (eshell-tar-regexp):
6787 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6788 * info.el (Info-suffix-list):
6789 * international/mule.el (auto-coding-alist):
6790 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6791 * progmodes/etags.el (tags-compression-info-list):
6792 Support xz compression.
6793
41f54b73
CY
67942010-09-25 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * files.el (get-free-disk-space): Don't assume the "df" output
6797 columns line up (Bug#6995).
6798
40b1a3a9
JB
67992010-09-25 Juanma Barranquero <lekktu@gmail.com>
6800
6801 * finder.el (finder-unknown-keywords):
6802 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6803 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6804
ba3033ee
JB
68052010-09-25 Juanma Barranquero <lekktu@gmail.com>
6806
6807 * server.el (server-start): Revert part of 2010-08-08 change. Using
6808 address 127.0.0.1 for local host is now done in Fmake_network_process.
6809
5e339ee2
GM
68102010-09-24 Glenn Morris <rgm@gnu.org>
6811
6812 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6813 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6814 * textmodes/css-mode.el, textmodes/dns-mode.el:
6815 Move autoloaded auto-mode-alist entries to files.el.
6816 * files.el (auto-mode-alist): Move entries here.
6817
af3ccb5c
GM
68182010-09-23 Glenn Morris <rgm@gnu.org>
6819
6820 * isearch.el (isearch-lazy-highlight-cleanup)
6821 (isearch-lazy-highlight-initial-delay)
6822 (isearch-lazy-highlight-interval)
6823 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6824 * net/net-utils.el (ipconfig-program-options):
6825 Move aliases to options before the associated definitions.
6826
266a86bd 68272010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6828
6829 * newcomment.el (comment-normalize-vars): Better test validity of
6830 comment-end-skip.
6831
27ffea71 68322010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6833
6834 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6835 (float-e): New name for `e'.
6836 (degrees-to-radians, radians-to-degrees):
6837 * calendar/solar.el (solar-longitude):
6838 * calculator.el (calculator-registers, calculator-funcall):
6839 * textmodes/artist.el (artist-spray-random-points):
6840 * play/bubbles.el (bubbles--initialize-images): Use new names.
6841
27ffea71 68422010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6843
6844 Update to CEDET 1.0's version of EIEIO.
6845
9e0d4f9e
SM
6846 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6847 New function.
a2930e43
EL
6848 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6849 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6850 (class-precedence-list): If class is nil, return nil.
6851 (eieio-generic-call): If class of first input arg is nil, don't
6852 look up static methods, and do check for primary methods.
6853 (initialize-instance): See if the default needs to be evaluated
6854 during the constructor.
6855 (eieio-perform-slot-validation-for-default): Don't do the check
6856 for values that will eventually be evaluated.
6857 (eieio-eval-default-p): New function.
6858 (eieio-default-eval-maybe): Use it.
6859
27ffea71 68602010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6861
6862 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6863 method-invocation-order.
6864 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6865 (eieio-class-precedence-dfs): Compute class precedence list using
6866 dfs algorithm.
6867 (eieio-class-precedence-bfs): Compute class precedence list using
6868 bfs algorithm.
9e0d4f9e 6869 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6870 c3 algorithm.
6871 (class-precedence-list): New function.
6872 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6873 (inconsistent-class-hierarchy): New error symbol.
6874 (call-next-method): Stow the replacement argument list for future
6875 call-next-method invocations.
6876
266a86bd 68772010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6878
ea7f9ebf
GM
6879 * calendar/appt.el (appt-check): If not displaying the diary,
6880 use (diary 1) to only get the entries we need.
6881 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6882 that it is in day order. (Bug#7019)
6883
1bf6d075
GM
6884 * calendar/appt.el (appt-check): Rather than showing the diary,
6885 just turn off invisible display, and only if needed.
6886
87e798a7
GM
6887 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6888
1fc7dabf
GM
68892010-09-23 Glenn Morris <rgm@gnu.org>
6890
7a16788b
GM
6891 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6892 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6893 Start warnings with lower-case, like the majority.
7a16788b 6894
19543b17
GM
6895 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6896
54238e6d
GM
6897 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6898
ce009d0b
GM
6899 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6900 * files.el (auto-mode-alist): Move ld-script entries here, further down
6901 the list.
6902
7b344dfe
GM
6903 * vc/add-log.el: Don't require timezone when compiling.
6904 (timezone-make-date-sortable): Autoload it.
6905 (change-log-sortable-date-at): Don't require timezone.
6906 Use `ignore-errors'.
6907
d9703498
GM
6908 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6909 Move alias before definition, so it does not need autoloading.
6910
1fc7dabf
GM
6911 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6912 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6913 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6914 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6915 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6916 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6917 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6918 * textmodes/tex-mode.el, textmodes/two-column.el:
6919 Remove leading `*' from docs of defcustoms etc.
6920
7676efad
TZ
69212010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6922
6923 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6924
b069e5a6
G
69252010-09-22 Dan Christensen <jdc@uwo.ca>
6926
6927 * calendar/time-date.el (date-to-time): Try using parse-time-string
6928 first before using the slower timezone-make-date-arpa-standard.
6929
1bf68d53
KY
69302010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6931
6932 * calendar/time-date.el (format-seconds): Comment fix.
6933
cd205c76
GM
69342010-09-22 Glenn Morris <rgm@gnu.org>
6935
6936 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6937 is not automatically buffer-local.
6938
4ddea91b
SM
69392010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6942 (smie-indent-comment): Be more careful with comment-start-skip.
6943 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6944 (smie-indent-functions): Use them.
6945
b0f037ed
MA
69462010-09-21 Michael Albinus <michael.albinus@gmx.de>
6947
6948 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6949
8cf1771a
JD
69502010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6951
36a1b6db
JD
6952 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6953 tool-bar-position. Don't modify frame parameters here.
180fb94a 6954 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6955
8cf1771a
JD
6956 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6957
0097720d
SM
69582010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6959
5d8e0d5d
SM
6960 * textmodes/reftex-parse.el (reftex-what-macro)
6961 (reftex-context-substring): Let-bind forward-sexp-function to nil
6962 since we don't need/want to treat \begin...\end as a block (bug#7053).
6963
984edd22
SM
6964 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6965
6966 * simple.el (blink-matching-open): Use syntax-class.
6967
3672149f
SM
6968 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6969 Set invisibility spec for pascal's outline mode.
6970 (pascal-outline-change): Clean up calling convention.
6971 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6972
549d0e1e
SM
6973 * progmodes/prolog.el (prolog-smie-forward-token)
6974 (prolog-smie-backward-token): New functions.
6975 (prolog-mode-variables): Use them to parse "!," correctly.
6976 Set up smie-blink-matching for ".".
6977
a9cb95dd
SM
6978 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6979 and `end'.
6980 (ispell-region, ispell-process-line): Update users.
6981
de558d10
SM
6982 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6983 point-min==1.
6984
94eb3112
SM
6985 * textmodes/ispell.el: Fix commenting convention.
6986 (ispell-parse-output): Simplify, use push.
6987 (ispell-region): Use match-string-no-properties.
6988 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6989 (ispell-minor-mode): Use define-minor-mode.
6990 (ispell-message): Remove unused var `skip-regexp'.
6991 (ispell-add-per-file-word-list): Use dynamic let-binding.
6992 Try and use the proper comment marker.
6993
1f7f45a5
SM
6994 * mail/sendmail.el: Fix commenting convention.
6995 (sendmail-send-it): Use line-beginning-position.
6996
0097720d
SM
6997 * help-fns.el (describe-variable): Add original value, if applicable.
6998
596880ea
JB
69992010-09-20 Juanma Barranquero <lekktu@gmail.com>
7000
f0713411
JB
7001 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7002
596880ea
JB
7003 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7004
37c0347e
SM
70052010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7006
2bc01104
SM
7007 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7008 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7009 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7010 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7011 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7012 something like "." can also be a closer.
7013 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7014 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7015 Rename internal functions to use "--". Update callers.
7016
e2c3f530
SM
7017 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7018
37c0347e
SM
7019 * fringe.el (fringe-styles): New var.
7020 (fringe-mode, fringe-query-style): Use it.
7021
74790210
MM
70222010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7023
7024 * progmodes/sql.el: Version 2.8
93acd23d 7025 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
7026 (sql-product-alist): Add :list-all and :list-table features for
7027 SQLite, Postgres and MySQL products.
7028 (sql-redirect): Handle default value.
7029 (sql-execute, sql-execute-feature): New functions.
7030 (sql-read-table-name): New function.
93acd23d 7031 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
7032 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7033 for above functions.
7034 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7035 for above functions.
7036 (sql-postgres-login-params): Add user and database defaults.
7037 (sql-buffer-live-p): Bug fix.
93acd23d 7038 (sql-product-history): New variable.
35f52ed6 7039 (sql-read-product): New function. Use it.
74790210
MM
7040 (sql-set-product, sql-product-interactive): Use it.
7041 (sql-connection-history): New variable.
93acd23d 7042 (sql-read-connection): New function. Use it.
74790210
MM
7043 (sql-connect): New function.
7044 (sql-for-each-login): Redesign function interface.
7045 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
7046 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7047 (sql-comint): Check for program. Existing live buffer.
74790210
MM
7048 (sql-comint-postgres): Add port parameter.
7049
cec01cd2
SM
70502010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * emacs-lisp/warnings.el: Fix commenting convention.
7053 (display-warning): Use special mode and make the buffer read-only.
7054
c2a845b5
JB
70552010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7056
7057 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7058 empty string when it follows a repeated or optional pattern.
7059
f5632fb6
SM
70602010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7063 (indent-region): Use indent-according-to-mode.
7064
71b961e8
EZ
70652010-09-18 Eli Zaretskii <eliz@gnu.org>
7066
7067 * fringe.el (fringe-mode): Doc fix.
7068
dbbd7ad4
KRC
70692010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7070
7071 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7072 refreshing the preview buffer.
7073
b879a6e2
SM
70742010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7077 (latex-syntax-propertize-rules): New consts; replace
7078 tex-font-lock-syntactic-keywords.
7079 (tex-env-mark, latex-env-before-change): New functions.
7080 (latex-electric-env-pair-mode): New minor mode.
7081 (tex-font-lock-verb): Change arguments; do move point.
7082 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7083 representation as a form of comment.
7084 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7085 (doctex-syntax-propertize-rules): New const; replaces
7086 doctex-font-lock-syntactic-keywords.
7087 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7088
7089 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7090 (fortran-make-syntax-propertize-function): New function; replaces
7091 fortran-font-lock-syntactic-keywords.
7092 (fortran-mode): Use it.
7093 (fortran-line-length): Use it. Improve interactive spec.
7094
7095 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7096 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7097 when adding surrounding \(..\).
7098
7099 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7100
4be520fb
SM
71012010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7102
269c197e
SM
7103 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7104 Use with-current-buffer.
7105
4be520fb
SM
7106 * isearch.el (isearch-face): Rename from `isearch'.
7107 (isearch-highlight): Use new name.
7108
a67597d6
EZ
71092010-09-17 Eli Zaretskii <eliz@gnu.org>
7110
7111 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7112 5, for `half' width fringes. (Bug#6933)
7113
31c381e8
SM
71142010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7115
3fe6ef4e
SM
7116 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7117 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7118
31c381e8
SM
7119 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7120
fb0cf781
J
71212010-09-17 Stephen Berman <stephen.berman@gmx.net>
7122
7123 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7124 in calculating new frame position. Add more space between new and
7125 parent on the left (Bug#7048).
7126
1a9dc3b5
MA
71272010-09-17 Michael Albinus <michael.albinus@gmx.de>
7128
7129 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7130 defmacro.
7131
dff0fdc3
CY
71322010-09-16 Chong Yidong <cyd@stupidchicken.com>
7133
31c381e8 7134 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 7135
117c96c7
CY
7136 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7137 obsolete alias for x-selection-value.
7138
dff0fdc3
CY
7139 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7140
c6f2191f
MA
71412010-09-16 Michael Albinus <michael.albinus@gmx.de>
7142
7143 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7144 cookie.
7145
6139f995
MA
71462010-09-15 Michael Albinus <michael.albinus@gmx.de>
7147
7148 * net/tramp-compat.el (tramp-compat-with-temp-message)
7149 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7150 (tramp-compat-process-put): New defuns.
7151
7152 * net/tramp.el (top):
7153 * net/tramp-gvfs.el (top):
7154 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7155
31c381e8
SM
7156 * net/tramp.el (tramp-progress-reporter-update):
7157 Use `tramp-compat-funcall'.
6139f995
MA
7158
7159 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
7160 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7161 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
7162 (tramp-get-remote-stat, tramp-get-remote-readlink):
7163 Use `tramp-compat-with-temp-message'.
6139f995
MA
7164
7165 * net/tramp-sh.el (top): Require 'cl.
7166 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
7167 (tramp-open-connection-setup-interactive-shell):
7168 Use `tramp-compat-process-put'.
6139f995 7169
22c3ce97
AM
71702010-09-15 Alan Mackenzie <acm@muc.de>
7171
7172 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7173 indentation.
a4ee83cc 7174 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 7175
4f1e9960
SM
71762010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7179 `lexical' for warnings related to lexical scoping.
7180 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7181 global vars which don't have a prefix and could hence affect lexical
7182 scoping in unrelated files.
7183
01e80360
LMI
71842010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7185
7186 * net/imap.el: Revert back to version
7187 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7188 seem problematic.
7189
5e2a84e3
JB
71902010-09-14 Juanma Barranquero <lekktu@gmail.com>
7191
7192 * obsolete/old-whitespace.el (whitespace-unload-function):
7193 Explicitly pass `obarray' to `unintern' to avoid a warning.
7194
f3a30a50
SM
71952010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7198 Add `when' argument. Update callers.
7199
7200 * subr.el (unintern): Declare the obarray arg mandatory.
7201
92b99a01
GM
72022010-09-14 Glenn Morris <rgm@gnu.org>
7203
67ae9766
GM
7204 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7205 Doc fixes.
7206
92b99a01
GM
7207 * calendar/diary-lib.el (diary-included-files): New variable.
7208 (diary-list-entries): Maybe initialize diary-included-files.
7209 (diary-include-other-diary-files): Append to diary-included-files.
7210 * calendar/appt.el (appt-update-list): Also check the members of
7211 diary-included-files. (Bug#6999)
08151ec5 7212 (appt-check): Doc fix.
92b99a01 7213
6664fc59 72142010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7215
7216 * simple.el (line-move-visual): Do not truncate goal column to
7217 integer size. (Bug#7020)
7218
6664fc59 72192010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7220
7221 * repeat.el (repeat): Allow repeating when the last event is a click.
7222 Suggested by Drew Adams (bug#6256).
7223
6664fc59 72242010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7225
01c35094 7226 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7227 Replace setting HGRCPATH to "" by some less invasive --config options.
7228
6664fc59 72292010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7230
7231 * font-lock.el (font-lock-beginning-of-syntax-function):
7232 Mark as obsolete.
7233
6664fc59 72342010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7235
7236 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7237 and tool-bar modes. (Bug#6211)
7238 (menu-bar-mode): Move setting of standard-value after the
7239 minor-mode definition, otherwise it seems to have no effect.
7240
6664fc59 72412010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7242
7243 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7244 Fix typo. (Bug#6976)
7245
6664fc59 72462010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7247
7248 * whitespace.el: Allow cleaning up blanks without blank
7249 visualization (Bug#6651). Adjust help window for
7250 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7251 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7252 (whitespace-style): Add new value 'face. Adjust docstring.
7253 (whitespace-space, whitespace-hspace, whitespace-tab):
7254 Adjust foreground property face.
9c405a86
CY
7255 (whitespace-line-column): Adjust docstring and type declaration.
7256 (whitespace-style-value-list, whitespace-toggle-option-alist)
7257 (whitespace-help-text): Adjust const initialization.
7258 (whitespace-toggle-options, global-whitespace-toggle-options):
7259 Adjust docstring.
7260 (whitespace-display-window, whitespace-interactive-char)
7261 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7262 (whitespace-help-scroll): New fun.
7263
ba96ddf5
KY
72642010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7265
7266 * calendar/time-date.el (format-seconds): Comment fix.
7267
a386ac70
MM
72682010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7269
7270 * progmodes/sql.el: Version 2.7.
7271 (sql-buffer-live-p): Improve detection.
7272 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7273 (sql-set-sqli-buffer): Use it.
7274 (sql-product-interactive): Run `sql-set-sqli-hook'.
7275 (sql-rename-buffer): Code cleanup.
7276 (sql-redirect, sql-redirect-value): New functions. More to come.
7277
5d921df2
JB
72782010-09-13 Juanma Barranquero <lekktu@gmail.com>
7279
7280 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.
7281 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7282 (TRAMP_SRC): New macro.
7283 ($(lisp)/net/tramp-loaddefs.el): New target.
7284
03c1ad43
MA
72852010-09-13 Michael Albinus <michael.albinus@gmx.de>
7286
7287 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7288
7289 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7290
7291 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7292 'tramp-compat, everything else is required there.
7293 Use `ignore-errors' where appropriate.
03c1ad43
MA
7294 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7295 (tramp-terminal-type, tramp-end-of-output)
7296 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7297 (tramp-completion-function-alist-ssh)
7298 (tramp-completion-function-alist-telnet)
7299 (tramp-completion-function-alist-su)
7300 (tramp-completion-function-alist-putty, tramp-remote-path)
7301 (tramp-remote-process-environment, tramp-sh-extra-args)
7302 (tramp-actions-before-shell, tramp-uudecode)
7303 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7304 (tramp-perl-file-attributes)
7305 (tramp-perl-directory-files-and-attributes)
7306 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7307 (tramp-perl-encode, tramp-perl-decode)
7308 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7309 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7310 (tramp-handle-make-symbolic-link, tramp-handle-load)
7311 (tramp-handle-file-name-as-directory)
7312 (tramp-handle-file-name-directory)
7313 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7314 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7315 (tramp-do-file-attributes-with-ls)
7316 (tramp-do-file-attributes-with-perl)
7317 (tramp-do-file-attributes-with-stat)
7318 (tramp-handle-set-visited-file-modtime)
7319 (tramp-handle-verify-visited-file-modtime)
7320 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7321 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7322 (tramp-handle-file-selinux-context)
7323 (tramp-handle-set-file-selinux-context)
7324 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7325 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7326 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7327 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7328 (tramp-handle-file-ownership-preserved-p)
7329 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7330 (tramp-handle-directory-files-and-attributes)
7331 (tramp-do-directory-files-and-attributes-with-perl)
7332 (tramp-do-directory-files-and-attributes-with-stat)
7333 (tramp-handle-file-name-all-completions)
7334 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7335 (tramp-handle-copy-file, tramp-handle-copy-directory)
7336 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7337 (tramp-do-copy-or-rename-file-via-buffer)
7338 (tramp-do-copy-or-rename-file-directly)
7339 (tramp-do-copy-or-rename-file-out-of-band)
7340 (tramp-handle-make-directory, tramp-handle-delete-directory)
7341 (tramp-handle-delete-file)
7342 (tramp-handle-dired-recursive-delete-directory)
7343 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7344 (tramp-handle-insert-directory)
7345 (tramp-handle-unhandled-file-name-directory)
7346 (tramp-handle-expand-file-name)
7347 (tramp-handle-substitute-in-file-name)
7348 (tramp-handle-executable-find, tramp-process-sentinel)
7349 (tramp-handle-start-file-process, tramp-handle-process-file)
7350 (tramp-handle-call-process-region, tramp-handle-shell-command)
7351 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7352 (tramp-handle-insert-file-contents)
7353 (tramp-handle-insert-file-contents-literally)
7354 (tramp-handle-find-backup-file-name)
7355 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7356 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7357 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7358 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7359 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7360 (tramp-find-file-exists-command, tramp-open-shell)
7361 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7362 (tramp-open-connection-setup-interactive-shell)
7363 (tramp-local-coding-commands, tramp-remote-coding-commands)
7364 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7365 (tramp-inline-compress-commands, tramp-find-inline-compress)
7366 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7367 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7368 (tramp-send-command-and-check, tramp-barf-unless-okay)
7369 (tramp-send-command-and-read, tramp-mode-string-to-int)
7370 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7371 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7372 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7373 (tramp-method-out-of-band-p, tramp-local-host-p)
7374 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7375 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7376 (tramp-get-test-command, tramp-get-test-nt-command)
7377 (tramp-get-file-exists-command, tramp-get-remote-ln)
7378 (tramp-get-remote-perl, tramp-get-remote-stat)
7379 (tramp-get-remote-readlink, tramp-get-remote-trash)
7380 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7381 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7382 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7383 tramp-sh.el.
7384 (tramp-methods, tramp-default-method-alist)
7385 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7386 Move initialization to tramp-sh.el.
7387 (tramp-temp-name-prefix): Make it a defconst.
7388 (tramp-dissect-file-name): Don't check anymore for multi-hop
7389 methods.
7390 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7391 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7392 (tramp-get-debug-buffer): Use it.
7393
7394 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7395 initialization forms.
7396 (tramp-set-connection-property): Don't protect `tramp-message'
7397 call, it isn't necessary any longer.
7398 (tramp-dump-connection-properties): Use `ignore-errors'.
7399
7400 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7401 'password-cache and 'auth-source.
7402
7403 * net/tramp-gvfs.el (top):
7404 * net/tramp-smb.el (top): Require 'tramp-sh.
7405
7406 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7407
7408 * net/tramp-sh.el: New file, derived from tramp.el.
7409 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7410 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7411 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7412 Use `ignore-errors' where appropriate.
7413 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7414 `tramp-file-name-handler-alist'.
7415 (tramp-send-command-and-check): Return t or nil. Remove all
7416 `zerop' checks, where called.
7417 (tramp-handle-set-file-modes)
7418 (tramp-do-copy-or-rename-file-directly)
7419 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7420 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7421 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7422 (tramp-get-remote-ln): Set tramp-autoload cookie.
7423
7424 * net/tramp-fish.el: Remove file.
7425
c5fe4acb
DU
74262010-09-13 Daiki Ueno <ueno@unixuser.org>
7427
7428 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7429 buffer-file-name to avoid file-locking. (Bug#7026)
7430
7ea2d383
MA
74312010-09-13 Julien Danjou <julien@danjou.info>
7432
7433 * notifications.el (notifications-notify): Add support for
7434 image-path and sound-name.
7435 (notifications-specification-version): Add this variable.
7436
5616cc54
SM
74372010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7438
31c381e8 7439 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7440
94c7243b
LL
74412010-09-12 Leo <sdl.web@gmail.com>
7442
7443 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7444 (rcirc-completion-start): New variables.
7445 (rcirc-nick-completions): Rename to rcirc-completions.
7446 (rcirc-nick-completion-start-offset): Delete.
7447 (rcirc-completion-at-point): New function for constructing
7448 completion data for both nicks and irc commands. Add to
7449 completion-at-point-functions in rcirc mode.
7450 (rcirc-complete): Rename from rcirc-nick-complete; use
7451 rcirc-completion-at-point.
7452 (defun-rcirc-command): Update rcirc-client-commands.
7453
0f34ae28
GM
74542010-09-11 Glenn Morris <rgm@gnu.org>
7455
7456 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7457 atomically, to avoid parallel build errors. (Bug#4196)
7458
9250002f
MM
74592010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7460
7461 * progmodes/sql.el: Version 2.6
7462 (sql-dialect): Synonym for "sql-product".
7463 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7464 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7465 Set "sql-buffer" to buffer name not buffer object so multiple sql
7466 interactive buffers work properly. Reverts misguided changes in
7467 earlier work.
7468 (sql-comint): Make sure different buffer name is used if "*SQL*"
7469 buffer is for a different product.
7470 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7471 login param.
7472 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7473 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7474 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7475 Accept new buffer name or prompt for one.
7476 (sql-port): Default to zero.
7477 (sql-comint-mysql): Handle "sql-port" as a numeric.
7478 (sql-port-history): Delete unused variable.
7479 (sql-get-login): Default "sql-port" to a number.
31c381e8 7480 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7481 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7482 "sqlite3" executables.
31c381e8 7483 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7484 (sql-buffer-live-p): New function.
7485 (sql-mode-menu, sql-send-string): Use it.
7486 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7487 syntax pattern.
7488 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7489 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7490
a9ec34f4
LMI
74912010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7492
31c381e8 7493 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7494
cf38dd42
SM
74952010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7498 to replace texinfo-font-lock-syntactic-keywords.
7499 (texinfo-mode): Use it.
7500
7501 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7502 Use syntax-propertize-function.
7503
7504 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7505 replace sgml-font-lock-syntactic-keywords.
7506 (sgml-mode): Use it.
7507
7508 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7509 since we don't use it.
7510
7511 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7512
7513 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7514 if available.
7515 (vhdl-fontify-buffer): Adjust.
7516
7517 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7518 replace tcl-font-lock-syntactic-keywords.
7519 (tcl-mode): Use it.
7520
7521 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7522 replace simula-font-lock-syntactic-keywords.
7523 (simula-mode): Use it.
7524
7525 * progmodes/sh-script.el (sh-st-symbol): Remove.
7526 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7527 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7528 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7529 (sh-font-lock-paren): Set syntax-multiline.
7530 (sh-font-lock-syntactic-keywords): Remove.
7531 (sh-syntax-propertize-function): New function to replace it.
7532 (sh-mode): Use it.
7533
7534 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7535 Define while compiling.
7536 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7537 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7538 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7539 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7540 (ruby-here-doc-end-syntax): Only define when
7541 syntax-propertize is not available.
7542 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7543 New functions.
7544 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7545 (electric-indent-chars): Silence bytecompiler.
7546 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7547 electric-indent-chars.
7548
7549 * progmodes/python.el (python-syntax-propertize-function): New var to
7550 replace python-font-lock-syntactic-keywords.
7551 (python-mode): Use it.
7552 (python-quote-syntax): Simplify and adjust to new use.
7553
7554 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7555 replace perl-font-lock-syntactic-keywords.
7556 (perl-syntax-propertize-special-constructs): New fun to replace
7557 perl-font-lock-special-syntactic-constructs.
7558 (perl-font-lock-syntactic-face-function): New fun.
7559 (perl-mode): Use it.
7560
7561 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7562 to replace octave-font-lock-close-quotes.
7563 (octave-syntax-propertize-function): New function to replace
7564 octave-font-lock-syntactic-keywords.
7565 (octave-mode): Use it.
7566
7567 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7568 replaces mixal-font-lock-syntactic-keywords.
7569 (mixal-mode): Use it.
7570
7571 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7572 New var; replaces makefile-font-lock-syntactic-keywords.
7573 (makefile-mode): Use it.
7574 (makefile-imake-mode): Adjust.
7575
7576 * progmodes/js.el (js--regexp-literal): Define while compiling.
7577 (js-syntax-propertize-function): New var; replaces
7578 js-font-lock-syntactic-keywords.
7579 (js-mode): Use it.
7580
7581 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7582 replaces gdb-script-font-lock-syntactic-keywords.
7583 (gdb-script-mode): Use it.
7584
7585 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7586 (fortran--font-lock-syntactic-keywords): New var.
7587 (fortran-line-length): Update syntax-propertize-function and
7588 fortran--font-lock-syntactic-keywords.
7589
7590 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7591
7592 * progmodes/cfengine.el (cfengine-mode):
7593 Use syntax-propertize-function.
7594 (cfengine-font-lock-syntactic-keywords): Remove.
7595
7596 * progmodes/autoconf.el (autoconf-mode):
7597 Use syntax-propertize-function.
7598 (autoconf-font-lock-syntactic-keywords): Remove.
7599
7600 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7601 (ada-after-change-function, ada-initialize-syntax-table-properties)
7602 (ada-handle-syntax-table-properties): Only define when
7603 syntax-propertize is not available.
7604 (ada-mode): Use syntax-propertize-function.
7605
7606 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7607 (font-lock-fontify-syntactic-keywords-region): Move handling of
7608 font-lock-syntactically-fontified to...
7609 (font-lock-default-fontify-region): ...here.
7610 Let syntax-propertize-function take precedence.
7611 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7612
7613 * emacs-lisp/syntax.el (syntax-propertize-function)
7614 (syntax-propertize-chunk-size, syntax-propertize--done)
7615 (syntax-propertize-extend-region-functions): New vars.
7616 (syntax-propertize-wholelines, syntax-propertize-multiline)
7617 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7618 (syntax-propertize): New functions.
7619 (syntax-propertize-rules): New macro.
7620 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7621 (syntax-ppss): Call syntax-propertize.
7622
7623 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7624
36f7d366
AM
76252010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7626
7627 * textmodes/ispell.el (ispell-init-process): Improve comments.
7628 XEmacs compatibility changes regarding (add-hook) 'local option
7629 and (set-process-query-on-exit-flag).
7630
8fca3921
MA
76312010-09-09 Michael Albinus <michael.albinus@gmx.de>
7632
cf38dd42
SM
7633 * net/tramp-cache.el (tramp-parse-connection-properties):
7634 Set tramp-autoload cookie.
8fca3921 7635
399653d6
GM
76362010-09-09 Glenn Morris <rgm@gnu.org>
7637
7638 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7639 (imagemagick-register-types): Doc fix.
7640
c34a9669
SM
76412010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7642
b073dc4b
SM
7643 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7644
7645 * progmodes/js.el (require): Require is already "eval-and-compile".
7646 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7647 (js--re-search-backward): Use js--re-search-forward.
7648
7649 * progmodes/fortran.el (fortran-line-length): Don't recompute
7650 syntactic keywords redundantly a second time.
7651
7652 * progmodes/ada-mode.el: Replace "(set '" with setq.
7653 (ada-mode): Simplify.
7654 (ada-create-case-exception, ada-adjust-case-interactive)
7655 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7656 (ada-search-ignore-string-comment, ada-move-to-start)
7657 (ada-move-to-end): Use with-syntax-table.
7658
7659 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7660 (font-lock-unfontify-region, font-lock-default-fontify-region):
7661 Update usage correspondingly.
7662 (font-lock-fontify-syntactic-keywords-region):
7663 Set parse-sexp-lookup-properties buffer-locally here.
7664 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7665
c34a9669
SM
7666 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7667
13639aab
GM
76682010-09-08 Glenn Morris <rgm@gnu.org>
7669
5a972c36
GM
7670 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7671 Error if not compiled with -DBYTE_CODE_METER.
7672
13639aab
GM
7673 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7674 Ignore dir-locals-file.
7675
331b2b90
SM
76762010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7679 Not a const.
7680 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7681 for the `gnu' messages.
7682 (compilation-set-skip-threshold): New command.
7683 (compilation-start): Use \' rather than $.
7684 (compilation-forget-errors): Use clrhash.
7685
73b4d51a
AM
76862010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7687
7688 * textmodes/ispell.el (ispell-valid-dictionary-list):
7689 Simplify logic.
7690
0f34aa77
MA
76912010-09-08 Michael Albinus <michael.albinus@gmx.de>
7692
7693 Migrate to Tramp 2.2. Rearrange load dependencies.
7694 (Bug#1529, Bug#5448, Bug#5705)
7695
7696 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7697 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7698 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7699
7700 * net/tramp.el (top): Remove all other tramp-* loads except
7701 tramp-compat.el. Remove all changes to tramp-unload-hook for
7702 other tramp-* packages. Rearrange defun order. Change calls of
7703 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7704 `tramp-compat-octal-to-decimal' to new function names.
7705 (tramp-terminal-type, tramp-initial-end-of-output)
7706 (tramp-methods, tramp-foreign-file-name-handler-alist)
7707 (tramp-tramp-file-p, tramp-completion-mode-p)
7708 (tramp-send-command-and-check, tramp-get-remote-path)
7709 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7710 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7711 (with-file-property, with-connection-property): Move to
7712 tramp-cache.el.
7713 (tramp-local-call-process, tramp-decimal-to-octal)
7714 (tramp-octal-to-decimal): Move to tramp-compat.el.
7715 (tramp-handle-shell-command): Do not require 'shell.
7716 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7717 symbols.
7718 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7719
7720 * net/tramp-cache.el (top): Require 'tramp. Add to
7721 `tramp-unload-hook'.
7722 (tramp-cache-data, tramp-get-file-property)
7723 (tramp-set-file-property, tramp-flush-file-property)
7724 (tramp-flush-directory-property, tramp-get-connection-property)
7725 (tramp-set-connection-property, tramp-flush-connection-property)
7726 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7727 cookie.
7728 (with-file-property, with-connection-property): New defuns, moved
7729 from tramp.el.
7730 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7731 macro.
7732
7733 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7734 (tramp-version): Set tramp-autoload cookie.
7735
7736 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7737 changes to tramp-unload-hook for other tramp-* packages. Add to
7738 `tramp-unload-hook'.
7739 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7740 (tramp-compat-call-process): New defuns, moved from tramp.el.
7741
7742 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7743 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7744 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7745 `tramp-compat-decimal-to-octal' to new function name.
7746 (tramp-fish-method): Make it a defconst.
7747 (tramp-fish-file-name-p): Make it a defsubst.
7748 (tramp-fish-method, tramp-fish-file-name-handler)
7749 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7750
7751 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7752 `tramp-foreign-file-name-handler-alist'. Add to
7753 `tramp-unload-hook'.
7754 (tramp-ftp-method): Make it a defconst.
7755 (tramp-ftp-file-name-p): Make it a defsubst.
7756 (tramp-ftp-method, tramp-ftp-file-name-handler)
7757 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7758
7759 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7760 `tramp-foreign-file-name-handler-alist'. Add to
7761 `tramp-unload-hook'. Change checks, whether package can be
7762 loaded.
7763 (tramp-gvfs-file-name-p): Make it a defsubst.
7764 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7765 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7766 (tramp-gvfs-handle-file-directory-p): New defun.
7767 (tramp-gvfs-file-name-handler-alist): Use it.
7768
7769 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7770 `tramp-foreign-file-name-handler-alist'. Add to
7771 `tramp-unload-hook'.
7772 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7773 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7774 defconst.
7775 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7776 (tramp-gw-open-connection): Set tramp-autoload cookie.
7777
7778 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7779 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7780 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7781 loaded.
7782 (tramp-imap-file-name-p): Make it a defsubst.
7783 (tramp-imap-method, tramp-imaps-method)
7784 (tramp-imap-file-name-handler)
7785 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7786
7787 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7788 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7789 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7790 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7791 function name.
7792 (tramp-smb-tunnel-method): Make it a defconst.
7793 (tramp-smb-file-name-p): Make it a defsubst.
7794 (tramp-smb-method, tramp-smb-file-name-handler)
7795 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7796
7797 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7798 (tramp-uuencode-region): Set tramp-autoload cookie.
7799
7800 * net/trampver.el (top) Add to `tramp-unload-hook'.
7801 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7802 cookie. Update release number.
7803
308e764f
AM
78042010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7805
7806 * textmodes/ispell.el (ispell-start-process): Make sure original
7807 arg list is properly initialized (Bug#6993, Bug#6994).
7808
10999305 78092010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7810
7811 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7812
7813 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7814 chars like - or ] (bug#6984).
7815 (rx-any-condense-range): Explode 2-char ranges.
7816
10999305
CY
78172010-09-06 Glenn Morris <rgm@gnu.org>
7818
7819 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7820
78212010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7822
7823 * textmodes/bibtex.el:
7824 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7825
f292afe5
LMI
78262010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7827
331b2b90 7828 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7829 since no callers use it.
7830 (imap-message-get): Ditto.
7831 (imap-message-put): Ditto.
7832 (imap-mailbox-map): Ditto.
7833 (imap-mailbox-put): Ditto.
7834 (imap-mailbox-get): Ditto.
a131b9b8 7835 (imap-mailbox-get): Revert last change for this function.
f292afe5 7836
dfe1285d
LMI
78372010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7838
331b2b90 7839 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7840 callers to use `imap-fetch' instead. According to the comments, this
7841 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7842 (imap-enable-exchange-bug-workaround): Remove.
7843 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7844
3ff31c90
LMI
78452010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7846
7847 * net/imap.el (imap-log): New convenience function used throughout
7848 instead of repeating the same code all over the place.
7849
dfe1285d 78502010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7851
7852 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7853 when mouse-drag-copy-region is non-nil (Bug#6956).
7854
93a596e1
CY
78552010-09-05 Chong Yidong <cyd@stupidchicken.com>
7856
8d76af4a
CY
7857 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7858 Improve regexps (Bug#6987).
7859 (dired-sort-toggle): Search more robustly for -t flag.
7860
93a596e1
CY
7861 * files.el (get-free-disk-space): Search more robustly for
7862 "available" column. Suggested by Ehud Karni
7863 <ehud@unix.mvs.co.il>.
7864
733946e7
JB
78652010-09-05 Juanma Barranquero <lekktu@gmail.com>
7866
7867 * international/uni-bidi.el:
7868 * international/uni-category.el:
7869 * international/uni-combining.el:
7870 * international/uni-decimal.el:
7871 * international/uni-mirrored.el:
7872 * international/uni-name.el: Regenerate.
7873
2e664aab
SM
78742010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7875
6aeafb34
SM
7876 * electric.el (electric-indent-post-self-insert-function):
7877 Don't reindent with a sloppy indentation function.
7878
2e664aab
SM
7879 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7880 border case in change-log-mode.
7881
13ef65a4
CY
78822010-09-04 Chong Yidong <cyd@stupidchicken.com>
7883
7884 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7885 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7886 Recognize leading tab in gcc-include regexp. Ignore names with
7887 leading "from" or "in" in gnu regexp (Bug#6937).
7888
5abf1556
SM
78892010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7890
6aeafb34 7891 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7892 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7893 (ispell-start-process): Avoid setq and simplify logic.
7894 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7895 (kill-buffer-hook): Don't use it globally with code that uses
7896 expand-file-name since that may call kill-buffer via
7897 code_conversion_restore.
7898
0be01d2c
CY
78992010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7900
7901 * emacs-lisp/package.el (package-directory-list): Only call
7902 file-name-nondirectory on a string.
7903
ebf662f4
CY
79042010-09-02 Chong Yidong <cyd@stupidchicken.com>
7905
5abf1556
SM
7906 * emacs-lisp/package.el (package--download-one-archive):
7907 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7908 (package-activate-1, package-mark-obsolete, define-package)
7909 (package-compute-transaction, package-list-maybe-add): Use push.
7910
e5eddfd1
SM
79112010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7912
89acf735
SM
7913 Use SMIE's blink-paren for octave-mode.
7914 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7915 Backslashes do not escape single-quotes, single-quotes do.
7916 (octave-block-else-regexp, octave-block-end-regexp)
7917 (octave-block-match-alist): Remove.
7918 (octave-smie-bnf-table): New var, with old content.
7919 (octave-smie-op-levels): Use it.
7920 (octave-smie-closer-alist): New var.
7921 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7922 (octave-blink-matching-block-open): Remove.
7923 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7924 (octave-electric-space): Let self-insert-command run expand-abbrev and
7925 blink parens.
7926
3b843809
SM
7927 * electric.el (electricity): New group.
7928 (electric-indent-chars): New var.
7929 (electric-indent-post-self-insert-function): New fun.
7930 (electric-indent-mode): New minor mode.
7931 (electric-pair-skip-self): New custom.
7932 (electric-pair-post-self-insert-function): New function.
7933 (electric-pair-mode): New minor mode.
7934
0da20854
SM
7935 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7936 calcAlg-blink-matching-open.
7937 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7938 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7939 Use the new blink-matching-check-function.
7940
a49e651e
SM
7941 Provide blink-matching support to SMIE.
7942 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7943 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7944 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7945
e5eddfd1
SM
7946 * simple.el (newline): Fix last change to properly remove itself from
7947 the hook.
7948
b13ebb5c
SM
79492010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * simple.el (newline): Eliminate optimization.
7952 Use post-self-insert-hook to set hard-newline and things before
7953 running post-self-insert-hook.
7954 (blink-matching-check-mismatch): New function.
7955 (blink-matching-check-function): New variable.
7956 (blink-matching-open): Use them.
7957 Skip back forward over prefix chars skipped by forward-sexp.
7958 Don't check if the parens are backslash escaped.
7959 (blink-paren-post-self-insert-function): Check backslash escaping here.
7960
e687c2cd
CY
79612010-09-02 Chong Yidong <cyd@stupidchicken.com>
7962
b13ebb5c
SM
7963 * emacs-lisp/package.el (package-menu-mode-map):
7964 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7965 (package-menu-mode): Set revert-buffer-function.
7966 (package-menu-revert): Doc fix.
7967
567efba9
AM
79682010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7969
7970 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7971 `default-directory' unless using Ispell per-directory personal
7972 dictionaries and not in a mini-buffer under XEmacs.
7973 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7974 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7975
6d7cc563
JD
79762010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7977
08d4877e
J
7978 * simple.el (kill-new): Call interprogram-cut-function with only
7979 one argument.
7980
45240125
JD
7981 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7982 Remove cut buffer from error message.
7983
7984 * term/x-win.el (x-select-text):
7985 * term/pc-win.el (x-selection-value):
7986 * term/ns-win.el (x-selection-value):
7987 * eshell/em-term.el:
7988 * w32-fns.el (x-get-selection-value):
7989 * mouse-sel.el (mouse-sel-set-selection-function):
7990 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7991
6d7cc563
JD
7992 * term/x-win.el: Update documentation for x-last-selected-text-*.
7993 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7994 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7995 (x-select-text): Remove argument PUSH, update documentation.
7996 Remove cut-buffer code.
6d7cc563 7997 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7998 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7999 Update documentation, remove cut-buffer code.
8000 Call x-selection-value-internal.
6d7cc563
JD
8001 (x-clipboard-yank): Call x-selection-value-internal.
8002 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8003
8004 * term/pc-win.el (x-last-selected-text):
8005 x-cut-buffer-or-selection-value renamed to x-selection-value
8006 (x-select-text): Remove argument PUSH, update documentation.
8007
8008 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8009 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 8010 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
8011 (x-select-text): Remove argument PUSH, update documentation.
8012
8013 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8014
8015 * w32-fns.el (x-last-selected-text):
8016 x-cut-buffer-or-selection-value renamed to x-selection-value.
8017 (x-cut-buffer-max): Remove.
8018 (x-select-text): Remove argument PUSH, update documentation.
8019
8020 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8021
8022 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8023
8024 * mouse-sel.el (mouse-sel-get-selection-function):
8025 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 8026 (x-select-text): Remove optional push.
6d7cc563 8027
4de81ee0
SM
80282010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8f4e9110
SM
8030 * simple.el (blink-paren-function): Move from C to here.
8031 (blink-paren-post-self-insert-function): New function.
8032 (post-self-insert-hook): Use it.
8033
4de81ee0
SM
8034 * emacs-lisp/pcase.el (pcase-split-memq):
8035 Fix overenthusiastic optimisation.
8036 (pcase-u1): Handle the case of a lambda pred.
8037
d419e1d9
KH
80382010-08-31 Kenichi Handa <handa@m17n.org>
8039
8040 * international/mule-cmds.el (standard-display-european-internal):
8041 Setup standard-display-table for 8-bit characters by storing 8-bit
8042 characters in the element vector.
8043
1e05f387
SM
8044 * disp-table.el (standard-display-8bit):
8045 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
8046 characters in the element vector.
8047 (standard-display-european): Likewise.
8048
61f7096c
CY
80492010-08-31 Masatake YAMATO <yamato@redhat.com>
8050
8051 * textmodes/nroff-mode.el (nroff-view): New command.
8052 (nroff-mode-map): Bind it to C-c C-c.
8053
ec5d3ff7
SM
80542010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8055
c8977b2e
SM
8056 * emacs-lisp/smie.el (smie-down-list): New command.
8057
ec5d3ff7
SM
8058 Remove old indentation and navigation code on octave-mode.
8059 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8060 smie-down-list rather than add a binding for octave-down-block.
8061 (octave-mark-block, octave-blink-matching-block-open):
8062 Rely on forward-sexp-function.
8063 (octave-fill-paragraph): Don't narrow, so you can use
8064 indent-according-to-mode.
8065 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8066 (octave-in-block-p, octave-re-search-forward-kw)
8067 (octave-re-search-backward-kw, octave-indent-calculate)
8068 (octave-end-as-array-index-p, octave-block-end-offset)
8069 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8070 (octave-down-block, octave-backward-up-block, octave-up-block)
8071 (octave-before-magic-comment-p, octave-indent-line): Remove.
8072
187d3296
CY
80732010-08-31 Chong Yidong <cyd@stupidchicken.com>
8074
8075 * emacs-lisp/package.el (package--read-archive-file): Just use
8076 `read', to avoid copying an additional string.
8077 (package-menu-mode): Set header-line-format here.
8078 (package-menu-refresh, package-menu-revert): Signal an error if
8079 not in the Package Menu.
8080 (package-menu-package-list): New var.
8081 (package--generate-package-list): Operate on the current buffer;
8082 don't assume that it is *Packages*, since the user may rename it.
8083 Allow persistent package listings and sort keys using
8084 package-menu-package-list and package-menu-package-sort-key.
8085 (package-menu--version-predicate): Fix version calculation.
8086 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
8087 (package--list-packages): Create the *Packages* buffer.
8088 Set package-menu-package-list-key.
187d3296
CY
8089 (list-packages): Sorting by status is now the default.
8090 (package-buffer-info): Use match-string-no-properties.
8091 (define-package): Add a &rest argument for future proofing, but
8092 don't use it yet.
8093 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
8094 Merge into a single function, package-install-from-buffer.
8095 (package-install-file): Change caller.
187d3296
CY
8096
8097 * finder.el: Load finder-inf using `require'.
8098 (finder-list-matches): Sorting by status is now the default.
8099 (finder-compile-keywords): Simpify printing.
8100
e17b68ed
SM
81012010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8104 (octave-mode-map): Remove special bindings for forward/backward-block
8105 and octave-backward-up-block. Use smie-close-block.
8106 (octave-continuation-marker-regexp): New var.
8107 (octave-continuation-regexp): Use it.
8108 (octave-operator-table, octave-smie-op-levels)
8109 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8110 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8111 (octave-mode): Use SMIE.
8112 (octave-close-block): Delete.
8113
42b6a73b
EZ
81142010-08-30 Eli Zaretskii <eliz@gnu.org>
8115
8116 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8117 CLIPBOARD, not in PRIMARY. (Bug#6944)
8118
f291fe60
SM
81192010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8120
ee992a8c
SM
8121 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8122 a list of parents.
8123 (smie-indent-column): Allow indirection through variables.
8124
d36b74ca
SM
8125 * composite.el (save-buffer-state): Delete, unused.
8126 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8127 (font-lock-default-fontify-region): Use with-syntax-table.
8128 * jit-lock.el (with-buffer-unmodified): Remove.
8129 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8130
f291fe60
SM
8131 Use `declare' in defmacros.
8132 * window.el (save-selected-window):
8133 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8134 * progmodes/python.el (def-python-skeleton):
8135 * net/dbus.el (dbus-ignore-errors):
8136 * jka-cmpr-hook.el (with-auto-compression-mode):
8137 * international/mule.el (with-category-table):
8138 * emacs-lisp/timer.el (with-timeout):
8139 * emacs-lisp/lisp-mnt.el (lm-with-file):
8140 * emacs-lisp/eieio.el (with-slots):
8141 * emacs-lisp/easymenu.el (easy-menu-define):
8142 * emacs-lisp/debug.el (debugger-env-macro):
8143 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8144 (Multiple-value-call, Multiple-value-prog1):
8145 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8146 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8147 edebug rule to definition.
8148 * emacs-lisp/lisp-mode.el (save-selected-window)
8149 (with-current-buffer, combine-after-change-calls)
8150 (with-output-to-string, with-temp-file, with-temp-buffer)
8151 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8152 (dolist, dotimes, when, unless):
8153 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8154
96ae4c8f
CY
81552010-08-29 Chong Yidong <cyd@stupidchicken.com>
8156
8157 * finder.el: Require `package'.
8158 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8159 (finder-package-info): Var deleted.
8160 (finder-keywords-hash, finder--builtins-alist): New vars.
8161 (finder-compile-keywords): Compute package--builtins and
8162 finder-keywords-hash instead of finder-keywords-hash, respecting
8163 the "Package" header.
f291fe60
SM
8164 (finder-unknown-keywords, finder-list-matches):
8165 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
8166 (finder-mode): Don't set font-lock-defaults.
8167 (finder-exit): We don't use "*Finder-package*" and "*Finder
8168 Category*" buffers anymore.
8169
8170 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8171 (package--builtins): Set default value to nil.
8172 (package-initialize): Load precomputed value of package--builtins
8173 from finder-inf.el.
8174 (package-alist, package-compute-transaction)
8175 (package-download-transaction): Improve docstring.
8176 (package-read-all-archive-contents): Do not change
8177 package--builtins here.
8178 (list-packages): Make package-list-packages an alias for this.
8179 Sort by status by default.
8180 (package--list-packages): Add optional PACKAGES arg.
8181 (describe-package-1): Use font-lock-face property. For built-in
8182 packages, insert file commentary.
8183 (package--generate-package-list): Rename from
8184 package-list-packages-internal; all callers changed. Add optional
8185 PACKAGES arg. Add alphabetical sort fallbacks.
8186 (package-menu--version-predicate, package-menu--status-predicate)
8187 (package-menu--description-predicate)
8188 (package-menu--name-predicate): New functions.
8189
8190 * info.el (Info-finder-find-node): Search package-alist instead of
8191 finder-package-info.
8192
e2046ecf
CY
81932010-08-29 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8196 "alpha" and "beta".
8197 (version-to-list): Handle versions like "10.3d".
8198
6fe79b7c
SM
81992010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8202 (macroexp-accumulate): Use `declare'.
8203
1a868076
VJL
82042010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8205
8206 * whitespace.el (whitespace-style): Adjust type declaration.
8207
9e69cb05
KH
82082010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8209
8210 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8211
82122010-08-26 Chong Yidong <cyd@stupidchicken.com>
8213
8214 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8215 (Bug#6907).
8216
4142607e
NW
82172010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8218
8219 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8220 (js-paren-indent-offset, js-square-indent-offset)
8221 (js-curly-indent-offset): New options.
8222 (js--proper-indentation): Use them.
8223
88a36e60
DC
82242010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8225
8226 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8227 instead of inspecting font-lock properties (Bug#6916).
8228
38dbc4d8
DR
82292010-08-26 David Reitter <david.reitter@gmail.com>
8230
8231 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8232 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8233 (server-execute): Do not run hooks here.
8234
44ffae96
MA
82352010-08-26 Michael Albinus <michael.albinus@gmx.de>
8236
8237 Sync with Tramp 2.1.19.
8238
0dc3e410
MA
8239 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8240 deleting tmpfile.
8241 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8242
0dc3e410 8243 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8244 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8245 (tramp-completion-handle-file-name-completion):
8246 Use `tramp-connectable-p'.
20b8ac83 8247
44ffae96
MA
8248 * net/trampver.el: Update release number.
8249
cb6c4991
CY
82502010-08-26 Chong Yidong <cyd@stupidchicken.com>
8251
8252 * help.el (help-map): Bind `C-h P' to describe-package.
8253
8254 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8255
8256 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8257 when downloading archives.
8258 (describe-package-1): Add package commentary.
8259 (package-install-button-action): New function.
8260 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8261 (package-menu-view-commentary): Function removed.
8262 (package-list-packages-internal): Hide the `package' package too.
8263
b60f961f
KH
82642010-08-25 Kenichi Handa <handa@m17n.org>
8265
8266 * language/misc-lang.el ("Arabic"): New language environment.
8267 Setup composition-function-table for Arabic characters.
8268
8269 * international/fontset.el (setup-default-fontset): Fix typo for
8270 arabic OTF spec (fini->fina).
8271
a0c16be4
J
82722010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8273
8274 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8275 on all frames.
8276
85cc3d4f
VJL
82772010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8278
8279 * whitespace.el: Allow cleaning up blanks without blank
8280 visualization (Bug#6651). Adjust help window for
8281 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8282 instead of whitespace-line-column (from EmacsWiki). New version
8283 13.1.
88b5a757 8284 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8285 (whitespace-space, whitespace-hspace, whitespace-tab):
8286 Adjust foreground property face.
85cc3d4f
VJL
8287 (whitespace-line-column): Adjust docstring and type declaration.
8288 (whitespace-style-value-list, whitespace-toggle-option-alist)
8289 (whitespace-help-text): Adjust const initialization.
8290 (whitespace-toggle-options, global-whitespace-toggle-options):
8291 Adjust docstring.
8292 (whitespace-display-window, whitespace-interactive-char)
8293 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8294 (whitespace-help-scroll): New fun.
8295
cb8759ca
CY
82962010-08-24 Chong Yidong <cyd@stupidchicken.com>
8297
8298 * emacs-lisp/package.el (list-packages): Alias for
8299 package-list-packages.
8300
44a41a47
KR
83012010-08-24 Kevin Ryde <user42@zip.com.au>
8302
be7748e7
KR
8303 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8304 (Bug#5651).
8305
44a41a47
KR
8306 * progmodes/ruby-mode.el (ruby): Add defgroup.
8307
edfd00fa
CY
83082010-08-24 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * progmodes/python.el: Add Ipython support (Bug#5390).
8311 (python-shell-prompt-alist)
8312 (python-shell-continuation-prompt-alist): New options.
8313 (python--set-prompt-regexp): New function.
6a7662bb
BR
8314 (inferior-python-mode, run-python, python-shell):
8315 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8316 prompt based on the Python interpreter.
8317 (python--prompt-regexp): New var.
8318 (python-check-comint-prompt)
8319 (python-comint-output-filter-function): Use it.
8320 (run-python): Use a pipe (Bug#5694).
8321
83222010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8323
8324 * progmodes/python.el (python-send-region): Send a different
8325 Python command if Ipython is in use.
8326 (python-check-version): Use a Python command to find the version.
8327
1c409d0b
CY
83282010-08-24 Chong Yidong <cyd@stupidchicken.com>
8329
8330 * mouse.el (mouse-yank-primary): Avoid setting primary when
8331 deactivating the mark (Bug#6872).
8332
733946e7 83332010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8334
8335 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8336 with "else" (Bug#3991).
8337
e73f184c
MA
83382010-08-23 Michael Albinus <michael.albinus@gmx.de>
8339
8340 * net/dbus.el: Accept UNIX domain sockets as bus address.
8341 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8342 this is done in dbusbind.c.
e73f184c
MA
8343 (dbus-check-event): Adapt test for bus.
8344 (dbus-return-values-table, dbus-unregister-service)
8345 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8346 Adapt doc string.
8347
1a140747
JB
83482010-08-23 Juanma Barranquero <lekktu@gmail.com>
8349
8350 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8351
7133b7ee
JL
83522010-08-22 Juri Linkov <juri@jurta.org>
8353
8354 * simple.el (read-extended-command): New function with the logic
8355 for `completing-read' moved to Elisp from `execute-extended-command'.
8356 Use `function-called-at-point' in `minibuffer-default-add-function'
8357 to get a command name for M-n (bug#5364, bug#5214).
8358
198a7a97
CY
83592010-08-22 Chong Yidong <cyd@stupidchicken.com>
8360
8361 * startup.el (command-line-1): Issue warning for ignored arguments
8362 --unibyte, etc (Bug#6886).
8363
c00725d7
LL
83642010-08-22 Leo <sdl.web@gmail.com>
8365
8366 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8367 (ignore, bright, dim, keyword): Split list of nicknames before
8368 passing to rcirc-add-or-remove (Bug#6894).
8369
bc7d7ea6
CY
83702010-08-22 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8373
b0126eac 83742010-08-22 Leo <sdl.web@gmail.com>
e0143335 8375
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8376 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8377 * ido.el: Revert Óscar's.
e0143335
LL
8378 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8379 Remember the buffers at head, rather than their name.
76e3243a 8380 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8381
b0126eac 83822010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8383 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8386 extra backslash added to each line (bug#6890).
8387
b0126eac 83882010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8389
8390 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8391
b0126eac 83922010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8393
8394 * menu-bar.el (menu-bar-games-menu): Add landmark.
8395
b0126eac 83962010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8397
9130a2d6
GM
8398 * align.el (align-regexp): Make group and spacing arguments
8399 use the interactive defaults when non-interactive. (Bug#6698)
8400
fb89a654
GM
8401 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8402 expansion, so as not to need sendmail.
8403 (mail-text-start): Remove declaration.
8404 (rmail-retry-failure): Require sendmail.
8405
b0126eac 84062010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8407
8408 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8409
b0126eac 84102010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8411
186e86db
SM
8412 * progmodes/flymake.el (flymake-start-syntax-check-process):
8413 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8414
b0126eac 84152010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8416
8417 * files.el: Add `word-wrap' as safe local variable.
8418
b0126eac 84192010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8420
8421 * woman.el (woman-translate): Case matters. (Bug#6849)
8422
b0126eac 84232010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8424
8425 * simple.el (kill-region): Doc fix (Bug#6787).
8426
b0126eac 84272010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8428
8429 * calendar/diary-lib.el (diary-header-line-format):
8430 Fit it to the window, not the frame.
8431
b0126eac 84322010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8433
8434 * subr.el (ignore-errors): Add debug declaration.
8435
b0126eac 84362010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8437
8438 * whitespace.el (whitespace-color-off): Remove post-command-hook
8439 locally.
8440
537ffaf3
SM
84412010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8444
d64b8a68
CY
84452010-08-21 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * cus-edit.el (custom-group-value-create): Add extra newline
8448 before end line (Bug#6876).
8449
d2625c3d
CY
84502010-08-21 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8453 when extending it. Before killing on the second click, check if
8454 the buffer is the correct one. Doc fix.
8455 (mouse-secondary-save-then-kill): Allow usage without first
8456 calling mouse-start-secondary, by defaulting to point. Don't save
8457 an empty secondary selection. Doc fix.
8458
80525855
VJL
84592010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8460
91bdeb66
VJL
8461 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8462 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8463 New version 13.0.
80525855
VJL
8464 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8465 Adjust initialization.
8466 (whitespace-bob-marker, whitespace-eob-marker)
8467 (whitespace-buffer-changed): New vars.
8468 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8469 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8470 (whitespace-post-command-hook, whitespace-display-char-on):
8471 Adjust code.
80525855 8472 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8473 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8474
4b9c0a49
SM
84752010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8476
118cf454
SM
8477 * files.el (locate-file-completion-table): Only list the .el and .elc
8478 extensions if there's no other choice (bug#5955).
8479
a2e5caf7
SM
8480 * facemenu.el (facemenu-self-insert-data): New var.
8481 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8482 New functions.
8483 (facemenu-add-face): Use them.
8484
4b9c0a49
SM
8485 * simple.el (blink-matching-open): Obey forward-sexp-function.
8486
0193499f
SM
84872010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8488
b2a15250
SM
8489 * simple.el (prog-mode-map): New var.
8490 (prog-indent-sexp): New command.
8491
b5ba2d6f
SM
8492 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8493
9acd1bdc
SM
8494 * progmodes/prolog.el (smie): Require.
8495
8723cfa4
SM
8496 * emacs-lisp/smie.el (smie-default-backward-token)
8497 (smie-default-forward-token): Strip properties.
8498 (smie-next-sexp): Be more careful with associative operators.
8499 (smie-forward-sexp-command): Generalize.
8500 (smie-backward-sexp-command): Simplify.
8501 (smie-closer-alist): New var.
8502 (smie-close-block): New command.
8503 (smie-indent-debug-log): New var.
8504 (smie-indent-offset-rule): Add a few more cases.
8505 (smie-indent-column): New function.
8506 (smie-indent-after-keyword): Use it.
8507 (smie-indent-keyword): Use it.
8508 Fix up the opener code's point position.
8509 (smie-indent-comment): Only applies at BOL.
8510 (smie-indent-debug): New command.
8511
0193499f
SM
8512 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8513 declarations that are useful before running the macro.
8514
0c9b8993
GM
85152010-08-18 Joakim Verona <joakim@verona.se>
8516
8517 * image.el (imagemagick-types-inhibit): New variable.
8518 (imagemagick-register-types): New function.
8519 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8520 (image-transform-set-scale, image-transform-fit-to-height)
8521 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8522 (image-transform-fit-to-width, image-transform-fit-to-height):
8523 New functions.
ccd80618
JV
8524 (image-toggle-display-image): Support image transforms.
8525
1075cd61
KY
85262010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * image.el (create-animated-image): Don't add heuristic mask to image
8529 (Bug#6839).
8530
64cb6c78
J
85312010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8532
0193499f
SM
8533 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8534 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8535
ff80a446
SM
85362010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8537
afa22f7c
SM
8538 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8539
ff80a446
SM
8540 Font-lock '...' strings, plus various simplifications and fixes.
8541 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8542 (octave-font-lock-close-quotes): New function.
8543 (octave-font-lock-syntactic-keywords): New var.
8544 (octave-mode): Use it. Set beginning-of-defun-function.
8545 (octave-mode-map): Don't override the <foo>-defun commands.
8546 (octave-mode-menu): Pass it directly to easy-menu-define;
8547 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8548 (octave-block-match-alist): Fix up last change so that
8549 octave-close-block uses the more specific keyword.
8550 (info-lookup-mode): Silence byte-compiler.
8551 (octave-beginning-of-defun): Not interactive any more.
8552 Optimize slightly.
8553 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8554 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8555 (octave-completion-at-point-function): Make sure point is within
8556 beg..end.
8557 (octave-reindent-then-newline-and-indent):
8558 Use reindent-then-newline-and-indent.
8559 (octave-add-octave-menu): Remove.
8560
2269b349
JD
85612010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8562
489cd5bd
JD
8563 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8564 (report-emacs-bug-can-use-xdg-email): New functions.
8565 (report-emacs-bug): Set can-xdg-email to result of
8566 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8567 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8568 about it.
30ebab6d 8569
a2fb159c
GM
8570 * net/browse-url.el (browse-url-default-browser): Add cond
8571 for browse-url-xdg-open.
8572 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8573
85742010-08-17 Glenn Morris <rgm@gnu.org>
8575
8576 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8577 (c-fontify-recorded-types-and-refs): Define for compiler.
8578 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8579 before use.
8580
8581 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8582 Fix format call.
8583
bb6aba9c
MA
85842010-08-17 Michael Albinus <michael.albinus@gmx.de>
8585
8586 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8587 properties.
8588 (tramp-handle-process-file): Call the program in a subshell, in
8589 order to preserve working directory.
8590 (tramp-action-password): Hide password prompt before next run.
8591 (tramp-process-actions): Widen connection buffer for the trace.
8592
8f10c937
DD
85932010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8594
8595 * net/rcirc.el (rcirc-log-process-buffers): New option.
8596 (rcirc-print): Use it.
8597 (rcirc-generate-log-filename): New function.
8598 (rcirc-log-filename-function): Change default to
8599 rcirc-generate-log-filename (Bug#6828).
8600
7c23dd44
CY
86012010-08-16 Chong Yidong <cyd@stupidchicken.com>
8602
8603 * simple.el (deactivate-mark): If select-active-regions is `only',
8604 only set selection for temporarily active regions.
8605
8606 * cus-start.el: Change defcustom for select-active-regions.
8607
6d3e82d2
CY
86082010-08-15 Chong Yidong <cyd@stupidchicken.com>
8609
8610 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8611 (mouse-drag-track): Use LOCATION arg to push-mark.
8612 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8613 consideration when updating point and mark (Bug#6840).
8614
c68263b1
CY
86152010-08-15 Chong Yidong <cyd@stupidchicken.com>
8616
8617 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8618 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8619
456f369a
ŠN
86202010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8621
ff80a446
SM
8622 * font-lock.el (lisp-font-lock-keywords-2):
8623 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8624 with-demoted-errors, and with-silent-modifications (Bug#6025).
8625
c22e18f5
KR
86262010-08-14 Kevin Ryde <user42@zip.com.au>
8627
8628 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8629 (copyright-update): Temporary switch-to-buffer to ensure the
8630 buffer change being queried is visible (Bug#5394).
c22e18f5 8631
6f1a6faf
TT
86322010-08-14 Tom Tromey <tromey@redhat.com>
8633
8634 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8635 (Bug#6733).
8636
e7afcf30
EZ
86372010-08-14 Eli Zaretskii <eliz@gnu.org>
8638
8639 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8640 MS-DOS. (Bug#6689)
8641
2b4e6277
J
86422010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8643
8644 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8645 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8646 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8647 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8648 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8649 Call menu-bar-set-tool-bar-position.
2b4e6277 8650
dc94fc85
SM
86512010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8652
c5683ceb
SM
8653 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8654 comment style (bug#6834).
8655 * progmodes/scheme.el (scheme-mode-syntax-table):
8656 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8657 "b" flag in "' 14b" syntax.
8658
c82d5b11
SM
8659 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8660 for (un)commenting the region and performing completion.
8661 (octave-mode-menu): Use standard commands for help and completion.
8662 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8663 (octave-mode): Use define-derived-mode.
8664 Set completion-at-point-functions and don't set columns.
8665 Don't disable adaptive-fill-regexp.
8666 (octave-describe-major-mode, octave-comment-region)
8667 (octave-uncomment-region, octave-comment-indent)
8668 (octave-indent-for-comment): Remove.
8669 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8670 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8671 (octave-initialize-completions): No need to make an alist.
8672 (octave-completion-at-point-function): New function.
8673 (octave-complete-symbol): Use it.
8674 (octave-insert-defun): Use define-skeleton.
8675
8676 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8677 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8678
abec5126 86792010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8680
8681 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8682 indentation of inserted comment.
8683
3a46642b
J
86842010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8685
8686 * faces.el (region): Add type gtk that uses gtk colors.
8687
8688 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8689 Handle theme-name change.
8690
3bd2cfef
MM
86912010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8692
8693 * progmodes/sql.el: Version 2.5
8694 (sql-product-alist): Add :prompt-cont-regexp property for several
8695 database products.
8696 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8697 (sql-output-newline-count, sql-output-by-send):
8698 New variables. Record number of newlines in input text.
3bd2cfef
MM
8699 (sql-send-string): Handle multiple filters and count newlines.
8700 (sql-send-magic-terminator): Count terminator newline.
8701 (sql-interactive-remove-continuation-prompt): Filters output to
8702 remove continuation prompts; one for each newline.
8703 (sql-interactive-mode): Set up new variables, prompt regexp and
8704 output filter.
8705 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8706 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8707
d02c9bcd
SM
87082010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * emacs-lisp/pcase.el: New file.
8711
80ca4f1e
MA
87122010-08-10 Michael Albinus <michael.albinus@gmx.de>
8713
8714 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8715 as here-document, otherwise the command could exceed maximum
8716 length of command line.
d02c9bcd
SM
8717 (tramp-handle-vc-registered): Call script accordingly.
8718 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8719
2948599b
KH
87202010-08-10 Kenichi Handa <handa@m17n.org>
8721
8722 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8723 composable pattern.
8724
148cef8e
CY
87252010-08-09 Chong Yidong <cyd@stupidchicken.com>
8726
8727 * emacs-lisp/package.el (package-version-split)
8728 (package--version-first-nonzero, package-version-compare):
8729 Functions removed.
8730 (package-directory-list, package-load-all-descriptors)
8731 (package--built-in, package-activate, define-package)
8732 (package-installed-p, package-compute-transaction)
8733 (package-read-all-archive-contents)
8734 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8735 (package-tar-file-info, package-list-packages-internal):
8736 Use version-to-list and version-list-*.
148cef8e 8737
d02c9bcd
SM
8738 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8739 Use version-to-list.
148cef8e
CY
8740 (package-upload-buffer-internal): Use version-list-<=.
8741
82a9ce0f
KH
87422010-08-09 Kenichi Handa <handa@m17n.org>
8743
231e5e5f 8744 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8745 composable pattern.
8746
7adf5fdc
CY
87472010-08-08 Chong Yidong <cyd@stupidchicken.com>
8748
fc560445
CY
8749 * tutorial.el (tutorial--default-keys): C-d is now bound to
8750 delete-forward-char (Bug#6826).
8751
7adf5fdc
CY
8752 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8753 for `double' value of mouse-1-click-follows-link (Bug#6807).
8754
e54a1075
JB
87552010-08-08 Johan Bockgård <bojohan@gnu.org>
8756
8757 * replace.el (replace-highlight): Bind isearch-forward and
8758 isearch-error, ensuring that highlighting is updated if the user
8759 switches the search direction (Bug#6808).
8760
8761 * isearch.el (isearch-lazy-highlight-forward): New var.
8762 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8763 (isearch-lazy-highlight-update): Use it.
8764
7815fe19 87652010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8766
8d9e03e4
JB
8767 * international/mule.el (define-charset): Store NAME as :base property.
8768 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8769 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8770 current priority. Force using the designation of the specific
8d9e03e4 8771 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8772
7815fe19 87732010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8774
8775 * emulation/pc-select.el (pc-selection-mode-hook)
8776 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8777 (pc-selection-mode): Fix typos in docstrings.
8778
7815fe19 87792010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8780
8781 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8782 ctext-non-standard-encodings-alist here.
8783
8d9e03e4
JB
8784 * international/mule.el (ctext-non-standard-encodings-alist):
8785 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8786 (ctext-standard-encodings): New variable.
8787 (ctext-non-standard-encodings-table): List only elements for
8788 non-standard encodings.
186e86db 8789 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8790 Check ctext-standard-encodings.
8791
8792 * international/mule-conf.el (compound-text): Doc fix.
8793 (ctext-no-compositions): Doc fix.
8794 (compound-text-with-extensions): Doc fix.
8795
7815fe19 87962010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8797
8798 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8799
8d9e03e4 88002010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8801
9ebc731b
JB
8802 * progmodes/which-func.el (which-func-format): Split help-echo text
8803 into lines, like other mode-line tooltips.
8804
d5b8058f
JB
8805 * server.el (server-start): When using TCP sockets, force IPv4
8806 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8807
8d9e03e4 88082010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8809
8810 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8811
8d9e03e4 88122010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8813
8814 * term.el (term-delimiter-argument-list): Reflow docstring.
8815 (term-read-input-ring, term-write-input-ring, term-send-input)
8816 (term-bol, term-erase-in-display, serial-supported-or-barf):
8817 Fix typos in docstrings.
8818
8d9e03e4 88192010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8820
8821 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8822
8d9e03e4 88232010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8824
8825 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8826
8d9e03e4 88272010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8828
8829 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8830 Fix typo in docstring (bug#6747).
8831
7815fe19 88322010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8833
8834 * eshell/esh-io.el (eshell-get-target): Better detection of
8835 read-only file (Bug#6762).
8836
7815fe19 88372010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8838
8839 * align.el (align-default-spacing): Doc fix.
8840 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8841
733946e7 88422010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8843
490b89ac 8844 * calendar/icalendar.el
93acd23d
JB
8845 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8846 (icalendar--get-weekday-numbers): New.
81ee9410 8847 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8848 values in weekly rules. (Bug#6766)
81ee9410 8849
490b89ac
UJ
88502010-08-08 Ulf Jasper <ulf.jasper@web.de>
8851
8852 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8853 (icalendar--create-uid, icalendar-export-region)
8854 (icalendar--parse-summary-and-rest): Code formatting.
8855
2c695727
JB
88562010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8857
01c35094 8858 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8859 to italicize headers.
8860 (calc-highlight-selections-with-faces): New variable.
8861 (calc-selected-face, calc-nonselected-face): New faces.
8862
8863 * calc/calccomp.el (math-comp-highlight-string): Use
8864 `calc-highlight-selections-with-faces' to determine how to highlight
8865 sub-formulas.
8866
8867 * calc/calc-sel.el (calc-show-selections): Change message to when
8868 using faces to highlight selections.
8869
b93d4f22
MM
88702010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8871
8d9e03e4
JB
8872 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8873 Add SQLite 3 keywords, functions and datatypes.
8874 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8875 (Bug#6686).
8876
9852377f
CY
88772010-08-07 Chong Yidong <cyd@stupidchicken.com>
8878
8879 * simple.el (select-active-regions): Move to keyboard.c.
8880 (deactivate-mark): Used saved-region-selection.
8881 (select-active-region): Function removed.
8882 (activate-mark, set-mark, push-mark-command)
8883 (handle-shift-selection): Don't call it.
8884 (keyboard-quit): Avoid adding the region to the window selection.
8885
8886 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8887 select-active-regions implementation.
8888 (mouse-yank-at-click): Doc fix.
8889
8890 * cus-start.el: Add custom declaration for select-active-regions.
8891
822775bf
EZ
88922010-08-07 Eli Zaretskii <eliz@gnu.org>
8893
4c5130d6
EZ
8894 * simple.el (delete-forward-char): Doc fix.
8895
822775bf
EZ
8896 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8897 after reading the tutorial.
8898
bd4c5e3e
AM
88992010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8900
6a7662bb
BR
8901 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8902 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8903 their respective lines. (Bug#193)
bd4c5e3e 8904
d00fa9b6
MA
89052010-08-06 Michael Albinus <michael.albinus@gmx.de>
8906
8d9e03e4 8907 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8908 property "vec".
6a7662bb
BR
8909 (tramp-process-sentinel): Use it for flushing the cache.
8910 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8911 already when running the sentinel.
8912
89132010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8914
8915 * comint.el (comint-mode): Make directory tracking functions
8916 functional on remote files. (Bug#6764)
8917
b3d42406
DN
89182010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8919
8920 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8921
29cf3e20
EZ
89222010-08-05 Eli Zaretskii <eliz@gnu.org>
8923
6a7662bb
BR
8924 * emacs-lisp/find-gc.el (find-gc-source-files):
8925 Rename unexec.c => unexcoff.c.
29cf3e20 8926
6a7662bb
BR
8927 * emacs-lisp/authors.el (authors-fixed-entries):
8928 Rename unexec.c => unexcoff.c.
29cf3e20 8929
39e1bf0b
MA
89302010-08-05 Michael Albinus <michael.albinus@gmx.de>
8931
8932 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8933 cache, not only file cache.
8934 (tramp-process-sentinel): New defun.
8935 (tramp-handle-start-file-process): Use it, in order to invalidate
8936 file caches.
8937
9f982e22
LL
89382010-08-03 Leo <sdl.web@gmail.com>
8939
8940 * server.el (server-start): Simplify loop.
8941
0798a8d8
SM
89422010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8943
548c5c47
SM
8944 * frame.el (screen-height, screen-width, set-screen-width)
8945 (set-screen-height): Remove ancient compatibility aliases.
8946
3311d1c2
SM
8947 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8948 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8949
0798a8d8
SM
8950 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8951 that change current buffer.
8952
26ee77a6
YM
89532010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8954
8955 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8956 beginning of the string. Use `string-match-p'. (Bug#6765)
8957
aa1859f5
J
89582010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8959
8960 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8961
376c2b6b
CY
89622010-08-01 Chong Yidong <cyd@stupidchicken.com>
8963
0798a8d8 8964 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8965 (package--builtins): Tweak descriptions.
0798a8d8
SM
8966 (package-print-package): Upcase descriptions if necessary.
8967 Show all built-in packages in font-lock-builtin-face.
8968 (package-list-packages-internal): Omit "emacs" package.
8969 Show status of built-in packages as "built-in".
376c2b6b 8970
16041401
CY
89712010-07-31 Chong Yidong <cyd@stupidchicken.com>
8972
8973 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8974 before killing to preserve the primary selection (Bug#6701).
8975
8976 * term/x-win.el (x-select-text): Doc fix.
8977
0798a8d8
SM
89782010-07-31 Nathaniel Flath <flat0103@gmail.com>
8979
452ea855
AM
8980 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8981 (objc-font-lock-extra-types):
452ea855 8982 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8983 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8984 (c++-make-template-syntax-table)
8985 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8986 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8987 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8988 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8989 * progmodes/cc-fonts.el (c-make-inverse-face)
8990 (c-basic-matchers-after):
452ea855
AM
8991 * progmodes/cc-engine.el (c-forward-keyword-clause)
8992 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8993 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8994 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8995 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8996 The above functions were modified or created.
452ea855 8997
37766706
J
89982010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8999
0798a8d8 9000 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 9001
cd83d522
EZ
90022010-07-31 Eli Zaretskii <eliz@gnu.org>
9003
9004 * files.el (bidi-paragraph-direction): Define safe local values.
9005
9006 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9007 language-info-alist. Remove outdated FIXME in a comment.
9008
28e5cf7c
AM
90092010-07-31 Alan Mackenzie <acm@muc.de>
9010
9011 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9012 Auto-fill broken in C/C++ modes.
9013
bfeabdc3
JD
90142010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9015
9016 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9017 (menu-bar-showhide-tool-bar-menu-customize-disable)
9018 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
9019 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9020 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
9021 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9022 make a menu for Options => toolbar that can move it.
9023
063e5294
CY
90242010-07-29 Chong Yidong <cyd@stupidchicken.com>
9025
9026 * emacs-lisp/package-x.el (package--make-rss-entry):
9027 (package-maint-add-news-item, package--update-news)
9028 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9029
9030 * emacs-lisp/package.el (package-archive-url): Rename from
9031 package-archive-id.
9032 (package-install): Doc fix.
9033 (package-download-single, package-download-tar, package-install)
9034 (package-menu-view-commentary): Callers changed.
9035
683cc385
MA
90362010-07-29 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * net/tramp.el (tramp-handle-start-file-process): Check only for
9039 `remote-tty' process property.
9040 (tramp-open-shell): Don't check for tty.
9041 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9042 process property.
9043
9044 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9045 host.
9046
bc44bef7
PH
90472010-07-28 Chong Yidong <cyd@stupidchicken.com>
9048
9049 * emacs-lisp/package.el (package-load-list, package-archives)
9050 (package-archive-contents, package-user-dir)
9051 (package-directory-list, package--builtins, package-alist)
9052 (package-activated-list, package-obsolete-alist): Mark as risky.
9053
90542010-07-28 Phil Hagelberg <phil@evri.com>
9055
9056 Add support for non-default package repositories.
9057 * emacs-lisp/package.el (package-archive-base): Var deleted.
9058 (package-archives): New variable.
9059 (package-archive-contents): Doc fix.
0798a8d8 9060 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
9061 (package--write-file-no-coding): New function.
9062 (package-unpack-single): Use it.
9063 (package-archive-id): New function.
9064 (package-download-single, package-download-tar)
9065 (package-menu-view-commentary): Use it.
9066 (package-installed-p): Make second argument optional.
9067 (package-read-all-archive-contents): New function.
9068 (package-initialize): Use it.
9069 (package-read-archive-contents): Add ARCHIVE argument.
9070 (package--add-to-archive-contents): New function.
9071 (package-install): Don't call package-read-archive-contents.
9072 (package--download-one-archive): Store archive file in a
9073 subdirectory of package-user-dir.
9074 (package-menu-execute): Remove spurious line movement.
9075
8a52f00a
JD
90762010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9077
9078 * cus-start.el (tool-bar-style): Add text-image-horiz.
9079
b21d3ceb
MA
90802010-07-28 Michael Albinus <michael.albinus@gmx.de>
9081
9082 * progmodes/gud.el (gud-common-init): Check for remoteness of
9083 `file', and not of `default-directory'.
9084
8fbcce2d
MA
90852010-07-28 Michael Albinus <michael.albinus@gmx.de>
9086
9087 * net/tramp.el (tramp-methods): Move hostname to the end in all
9088 ssh `tramp-login-args'.
9089 (tramp-verbose): Describe verbose level 9.
9090 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9091 (tramp-open-connection-setup-interactive-shell): Trace stty
9092 settings if `tramp-verbose' >= 9.
9093 (tramp-handle-start-file-process): Implement tty setting.
9094 (Bug#4604, Bug#6360)
9095
9096 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9097 `tramp-verbose' to 9.
9098
128440c9
AH
90992010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9100
9101 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9102 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9103 Remove references to package `lisp-re' (bug#4369).
9104
ae0c2494
TT
91052010-07-27 Tom Tromey <tromey@redhat.com>
9106
9107 * progmodes/js.el (js-mode):
9108 * progmodes/make-mode.el (makefile-mode):
9109 * progmodes/simula.el (simula-mode):
9110 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9111
0ed082fe 91122010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
9113
9114 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9115
7c7c04c0
JB
9116 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9117 (display-time-world-buffer-name, display-time-world-mode-map):
9118 Fix typos in docstrings.
9119
0ed082fe 91202010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
9121
9122 * image-mode.el (image-display-size): New function.
9123 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9124 (image-mode-fit-frame): Use it (Bug#6639).
9125
0ed082fe 91262010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
9127
9128 * dired.el (dired-buffers-for-dir): Handle list values of
9129 dired-directory (Bug#6636).
9130
aa2d4bd3
SS
91312010-07-26 Sam Steingold <sds@gnu.org>
9132
9133 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9134 Do not call `x-get-selection' the second time, reuse the value.
9135
78b84da3
DU
91362010-07-26 Daiki Ueno <ueno@unixuser.org>
9137
9138 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 9139 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 9140
4f195cf7
DU
91412010-07-25 Daiki Ueno <ueno@unixuser.org>
9142
9143 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9144 exists before passing an error to find-file-not-found-functions
9145 (bug#6723).
9146
195e19e4
LH
91472010-07-23 Lukas Huonker <l.huonker@gmail.com>
9148
9149 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9150 Remove leading nil element, adjust values.
9151 (tetris-shapes, tetris-shape-scores):
9152 Change representation of shapes and remove some redundancy.
9153 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9154 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9155 Adjust for working with new representation of shapes.
9156 (tetris-shape-rotations): New function.
9157 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9158 (tetris-rotate-prev, tetris-rotate-next):
9159 Adjust for working with the new version of tetris-test-shape.
9160
9cf2db99
MT
91612010-07-23 Markus Triska <markus.triska@gmx.at>
9162
9163 * progmodes/ps-mode.el: Use comint (bug#5954).
9164 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9165 (ps-mode-other-newline): Simplify.
9166 (ps-run-mode): Derive from comint-mode instead of
9167 fundamental-mode, yielding input history etc.
9168 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9169 (ps-run-send-string): Adapt for comint-mode.
9170 (ps-run-newline): Remove now unneeded function.
9171
225d5e9e
MA
91722010-07-23 Michael Albinus <michael.albinus@gmx.de>
9173
9174 * net/tramp.el (tramp-methods): Move hostname to the end in all
9175 plink `tramp-login-args'.
9176
84bc68f2
MA
91772010-07-23 Michael Albinus <michael.albinus@gmx.de>
9178
9179 * net/tramp.el (tramp-open-shell): New defun.
9180 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9181 Use it.
9182
1eb5ca1c
MA
91832010-07-23 Michael Albinus <michael.albinus@gmx.de>
9184
9185 * net/tramp.el (tramp-file-name-regexp-unified)
9186 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9187 not regard the volume letter as remote filename. (Bug#5447)
9188
440735a7
JB
91892010-07-23 Juanma Barranquero <lekktu@gmail.com>
9190
9191 * custom.el (custom-declare-variable): Give a clearer error message
9192 when the docstring is missing (bug#6476).
9193
5474c40f
MM
91942010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9195
9196 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9197 (sql-login-params): New widget definition.
9198 (sql-oracle-login-params, sql-mysql-login-params)
9199 (sql-solid-login-params, sql-sybase-login-params)
9200 (sql-informix-login-params, sql-ingres-login-params)
9201 (sql-ms-login-params, sql-postgres-login-params)
9202 (sql-interbase-login-params, sql-db2-login-params)
9203 (sql-linter-login-params): Use it.
9204 (sql-sqlite-login-params): Use it; Define "database" parameter as
9205 a file name.
c4cc8b9a 9206 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9207 (sql-comint-sqlite): Make sure database name is complete.
9208 (sql-for-each-login): New function.
9209 (sql-connect, sql-save-connection): Use it.
9210 (sql-get-login-ext): New function.
9211 (sql-get-login): Use it.
9212 (sql-make-alternate-buffer-name): Handle :file parameters.
9213
9c0deccb
JB
92142010-07-22 Juanma Barranquero <lekktu@gmail.com>
9215
9216 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9217 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9218
aac818a8
TL
92192010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9220
9221 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9222
47d2734f
LM
92232010-07-22 Lawrence Mitchell <wence@gmx.li>
9224
9225 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9226
10e73994
MA
92272010-07-21 Michael Albinus <michael.albinus@gmx.de>
9228
9229 * net/tramp.el (tramp-get-ls-command)
9230 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9231 instead of "/".
9232
d26b0ea9
MM
92332010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9234
9235 * progmodes/sql.el: Version 2.3.
f49d1f52 9236 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9237 enhanced the widget definition.
88b5a757
DD
9238 (sql-mode-menu): Add submenu to select connections.
9239 (sql-interactive-mode-menu): Add "Save Connection" item.
9240 (sql-add-product): Fix menu item.
d26b0ea9 9241 (sql-get-product-feature): Improved error handling.
5f9d345c 9242 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9243 (sql-make-alternate-buffer-name): Simplified.
9244 (sql-product-interactive): Handle missing product.
9245 (sql-connect): Support string keys, minor improvements.
9246 (sql-save-connection): New function.
9247 (sql-connection-menu-filter): New function.
9248
af4b9ae5
MA
92492010-07-20 Michael Albinus <michael.albinus@gmx.de>
9250
9251 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9252 (tramp-open-connection-setup-interactive-shell):
9253 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9254 `tramp-send-command' where it belongs to.
9255
da040a16
MA
92562010-07-20 Michael Albinus <michael.albinus@gmx.de>
9257
9258 * net/tramp.el (tramp-perl-file-attributes)
9259 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9260 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9261 front of `login-args'.
9262
16f3ade5
JB
92632010-07-19 Juanma Barranquero <lekktu@gmail.com>
9264
9265 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9266 Set `show-trailing-whitespace' to nil.
9267 (display-time-world-display): Simplify.
9268
00af0b67
AM
92692010-07-18 Alan Mackenzie <acm@muc.de>
9270
9271 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9272 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9273 (c-before-hack-hook): Call `c-set-style' differently according to
9274 whether c-file-style was set in file or directory local
9275 variables.
9276
30c4d8dc
MM
92772010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9278
9279 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9280 (sql-product, sql-user, sql-database, sql-server, sql-port):
9281 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9282 property.
9283 (sql-password): Use defcustom :risky keyword rather than putting
9284 risky-local-variable property.
9285 (sql-oracle-login-params, sql-sqlite-login-params)
9286 (sql-solid-login-params, sql-sybase-login-params)
9287 (sql-informix-login-params, sql-ingres-login-params)
9288 (sql-ms-login-params, sql-postgres-login-params)
9289 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9290 (sql-linter-login-params): Add `port' option.
88b5a757 9291 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9292 (sql-comint-oracle, sql-comint-sybase)
9293 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9294 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9295 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9296 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9297 sql-comint-*.
88b5a757 9298 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9299 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9300 (sql-connection): New variable.
30c4d8dc
MM
9301 (sql-interactive-mode): Set it.
9302 (sql-connection-alist): New variable.
9303 (sql-connect): New function.
9304 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9305 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9306
f12492c8
TV
93072010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9308
9309 * image-mode.el (image-bookmark-make-record): Do not set context
9310 in an image (Bug#6650).
9311
91023c68
CY
93122010-07-17 Chong Yidong <cyd@stupidchicken.com>
9313
9314 * simple.el (select-active-region): New function.
9315 (push-mark-command, set-mark, activate-mark)
9316 (handle-shift-selection): Use it.
9317 (deactivate-mark): Don't check for size of region.
9318
9319 * mouse.el (mouse-drag-track): Use select-active-region.
9320
1c0e8f0e
MA
93212010-07-17 Michael Albinus <michael.albinus@gmx.de>
9322
9323 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9324 "--dired" stronger.
9325
2490cbbc
CY
93262010-07-17 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * term/x-win.el (x-select-enable-primary): Change default to nil.
9329 (x-select-enable-clipboard): Add :version keyword.
9330
9331 * mouse.el (mouse-drag-copy-region):
9332 * simple.el (select-active-regions): Likewise.
9333
f253ef6a
RS
93342010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9335
a628ad9d 9336 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9337 (vc-coding-system-for-diff): Use it to decide whether to inherit
9338 from the file the EOL format for reading the diffs of that file.
9339 (Bug#4451)
9340
134a027f
EZ
93412010-07-16 Eli Zaretskii <eliz@gnu.org>
9342
9343 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9344 unibyte, so compressed attachments are not compressed again.
9345
7e4289ad
MA
93462010-07-16 Michael Albinus <michael.albinus@gmx.de>
9347
9348 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9349 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9350 (tramp-find-shell): Simplify setting connection property.
9351 (tramp-get-ls-command): Make test for "--color=never" stronger.
9352
7473fff9 93532010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9354
9355 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9356 blocks within record declarations (i.e. variant parts) correctly.
9357
a11b38ee
SS
93582010-07-15 Simon South <ssouth@member.fsf.org>
9359
9360 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9361 over literal tokens when parsing so newlines aren't "absorbed" by
9362 single-line comments. Corrects the indentation of case blocks
9363 that have a comment on the first line.
9364
077e0753
KF
93652010-07-14 Karl Fogel <kfogel@red-bean.com>
9366
9367 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9368 by Drew Adams (Bug#5504).
9369
243881ed
J
93702010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9371
9372 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9373 now that Unicode is used (Bug#6594).
243881ed 9374
f9d71b42
CY
93752010-07-14 Chong Yidong <cyd@stupidchicken.com>
9376
9377 * term/x-win.el (x-select-enable-clipboard): Default to t.
9378 (x-initialize-window-system): Don't overwrite Paste menu item.
9379
9380 * simple.el (select-active-regions): Default to t.
9381 (push-mark-command): Don't overwrite primary with empty string.
9382
9383 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9384 (mouse-drag-copy-region): Default to nil.
9385
9386 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9387 Cut/Copy/Paste menu bar items.
9388
a628ad9d 93892010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9390
9391 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9392 Patch applied by Karl Fogel.
9393
9394 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9395 and `bookmark-current-buffer' if they have been already set in
9396 another buffer (e.g gnus-art).
9397
e44fa724 93982010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9399 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9400
9401 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9402
9403 * bookmark.el (bookmark-make-record-default): Allow unneeded
9404 information to be omitted from the record.
9405
9406 Adjust declarations and calls:
9407
9408 * info.el (bookmark-make-record-default): Adjust declaration.
9409 (Info-bookmark-make-record): Adjust call.
9410
9411 * woman.el (bookmark-make-record-default): Adjust declaration.
9412 (woman-bookmark-make-record): Adjust call.
9413
9414 * man.el (bookmark-make-record-default): Adjust declaration.
9415 (Man-bookmark-make-record): Adjust call.
9416
9417 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9418
9419 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9420
0c4371fe
KF
94212010-07-13 Karl Fogel <kfogel@red-bean.com>
9422
9423 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9424 This is also from Thierry Volpiatto's patch in bug #6444. However,
9425 because it was extraneous to the functional change in that patch,
9426 and causes a re-indendation, I am committing it separately.
9427
2bb8db3e 94282010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9429
9430 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9431 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9432 Patch applied by Karl Fogel (Bug#6444).
068a0233 9433
21bd02a6
CY
94342010-07-13 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9437
79cb9c05
AR
94382010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9439
9440 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9441 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9442 (ns-alternatives-map): Change S-tab binding to backtab
9443 (bug#6616).
9444
9445 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9446 under ns.
9447
beb000f9
AS
94482010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9449
dd86ea11
JB
9450 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9451 (Bug#5806)
e9952282 9452
beb000f9
AS
9453 * language/tv-util.el (tai-viet-re): Remove format.
9454
6f2cdcd1
KH
94552010-07-12 Kenichi Handa <handa@m17n.org>
9456
dd86ea11
JB
9457 * language/hebrew.el: Remove no-byte-compile declaration.
9458 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9459 composition-function-table for 3-character looking back.
9460 (hebrew-font-get-precomposed): New function.
9461 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9462
f479ef6e
CY
94632010-07-11 Chong Yidong <cyd@stupidchicken.com>
9464
9465 * mouse.el (mouse-drag-track): Handle select-active-regions
9466 (Bug#6612).
9467
3277c1ee
MA
94682010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9469
9470 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9471 empty argument to gvfs-copy.
9472
3260caf8
GM
94732010-07-10 Glenn Morris <rgm@gnu.org>
9474
9475 * calendar/calendar.el (calendar-week-end-day): New function.
9476 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9477 Respect calendar-week-start-day. (Bug#6606)
9478 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9479 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9480 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9481 respect calendar-week-start-day.
9482
c876b263
CY
94832010-07-10 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * simple.el (use-region-p): Doc fix (Bug#6607).
9486
dce34635
AG
94872010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9488
6a7662bb
BR
9489 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9490 Add regexps for cucumber and ruby.
dce34635 9491
c0397930
DU
94922010-07-08 Daiki Ueno <ueno@unixuser.org>
9493
9494 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9495 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9496 find-file from opening empty buffer when decryption failed
c0397930
DU
9497 (bug#6568).
9498
fd5539c6
AM
94992010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9500
a628ad9d
JB
9501 * textmodes/ispell.el (ispell-alternate-dictionary):
9502 Use file-readable-p.
fd5539c6
AM
9503 Return nil if no word-list is found at default locations.
9504 (ispell-complete-word-dict): Default to nil.
9505 (ispell-command-loop): Use 'word-list' when using lookup-words.
9506 (lookup-words): Use ispell-complete-word-dict or
9507 ispell-alternate-dictionary. Check for word-list availability
9508 and handle errors if needed with better messages (Bug#6539).
9509 (ispell-complete-word): Use ispell-complete-word-dict or
9510 ispell-alternate-dictionary.
9511
4565b08e
CS
95122010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9513
9514 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9515 builtins (BufferError, BytesWarning, WindowsError; callables
9516 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9517
a2c270e7
GM
95182010-07-07 Glenn Morris <rgm@gnu.org>
9519
9520 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9521 (zone-shift-left): Ignore intangibility, and any errors from
9522 forward-char.
9523 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9524 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9525 deleting, and copying text properties.
9526 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9527 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9528 to point-max is hard.
9529 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9530 (zone-fill-out-screen): Ignore intangibility.
9531
81133808
CY
95322010-07-05 Chong Yidong <cyd@stupidchicken.com>
9533
4ad11f8c
CY
9534 * menu-bar.el (menu-bar-mode):
9535 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9536 if it has been set.
9537
81133808
CY
9538 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9539 word/line selection (Bug#6565).
9540
b24344ca
JB
95412010-07-04 Juanma Barranquero <lekktu@gmail.com>
9542
9543 * net/dbus.el (dbus-send-signal): Declare function.
9544
b1ce08da
MA
95452010-07-04 Michael Albinus <michael.albinus@gmx.de>
9546
9547 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9548 (dbus-register-property): New optional argument EMITS-SIGNAL.
9549 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9550
5592c08f
CY
95512010-07-03 Chong Yidong <cyd@stupidchicken.com>
9552
9553 * mouse.el (mouse-drag-overlay): Variable deleted.
9554 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9555 (mouse--remap-link-click-p): New function.
9556 (mouse-drag-track): Handle dragging by using temporary Transient
9557 Mark mode, instead of a special overlay.
9558 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9559 mouse-show-mark.
9560
9561 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9562 deleted.
9563
a6ed0e28
JL
95642010-07-02 Juri Linkov <juri@jurta.org>
9565
9566 * autoinsert.el (auto-insert-alist): Fix readability
9567 by using dotted pair notation for lambda.
9568
c91e692b
JL
95692010-07-02 Juri Linkov <juri@jurta.org>
9570
9571 * faces.el (read-face-name): Rename arg `string-describing-default'
9572 to `default'. Doc fix. Display the default value in quotes
9573 in the prompt. With empty input, return the `default' arg,
9574 unless the default value is a string (in which case return nil).
9575 (describe-face): Replace the string `default' arg of `read-face-name'
9576 with the symbol `default'.
9577
23640f8f
CY
95782010-07-02 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * emulation/viper-cmd.el (viper-delete-backward-char)
9581 (viper-del-backward-char-in-insert)
9582 (viper-del-backward-char-in-replace, viper-change)
9583 (viper-backward-indent): Replace delete-backward-char with
9584 delete-char (Bug#6552).
9585
b32d1614
CY
95862010-07-01 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9589
c1ef4455
CY
95902010-06-30 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9593 argument passed to frame-creation-function (Bug#5378).
9594
9595 * faces.el (x-handle-named-frame-geometry)
9596 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9597 (face-set-after-frame-default, tty-create-frame-with-faces):
9598 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9599 PARAMETER argument.
9600
55702e89
AS
96012010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9602
9603 * startup.el (command-line): Don't call tool-bar-setup in a
9604 tty-only build.
9605
dc9a226c
CY
96062010-06-30 Chong Yidong <cyd@stupidchicken.com>
9607
9608 * ruler-mode.el (ruler--save-header-line-format): New fun.
9609 (ruler-mode): Use it as a setter function, so as not to overwrite
9610 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9611
a2f043d3
CY
96122010-06-29 Chong Yidong <cyd@stupidchicken.com>
9613
9614 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9615 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9616 (vc-log-outgoing): Use it.
9617 (vc-diff-internal): Set diff-vc-backend.
9618
9619 * vc/diff-mode.el (diff-vc-backend): New var.
9620
62d115ef
J
96212010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9622
6a7662bb
BR
9623 * dynamic-setting.el (font-setting-change-default-font):
9624 Remove call to message.
62d115ef 9625
1180f752
KH
96262010-06-28 Kenichi Handa <handa@m17n.org>
9627
9628 * international/quail.el (quail-insert-kbd-layout): Fix the
9629 showing of untranslated characters.
9630
b9229673
CY
96312010-06-28 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * simple.el (delete-active-region): New option.
9634 (delete-backward-char): Implement in Lisp.
9635 (delete-forward-char): New command.
9636
5f9d345c 9637 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9638 (mouse-show-mark): Simplify.
9639
9640 * bindings.el (global-map): Bind delete and DEL, the former to
9641 delete-forward-char.
9642
a628ad9d 96432010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9644
9645 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9646 (ruby-mode): Bind indent-line-function (Bug#5119).
9647
3468f435
CY
96482010-06-27 Chong Yidong <cyd@stupidchicken.com>
9649
9650 * startup.el (command-line): Recognize "0" X resource value.
9651
6431f2e6
CY
96522010-06-27 Chong Yidong <cyd@stupidchicken.com>
9653
9654 * startup.el (command-line): Use X resources to set the value of
9655 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9656
9657 * menu-bar.el (menu-bar-mode):
9658 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9659 Set init-value to t.
9660
9661 * frame.el (frame-notice-user-settings): Don't change
9662 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9663 vice versa (Bug#2249).
9664
b61dfbe2
EZ
96652010-06-26 Eli Zaretskii <eliz@gnu.org>
9666
9667 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9668
f5cbf40e
AM
96692010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9670
a628ad9d
JB
9671 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9672 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9673
a628ad9d 9674 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9675 default directories are expanded (Bug#6143).
f5cbf40e 9676
8f3b8a5f
JL
96772010-06-24 Juri Linkov <juri@jurta.org>
9678
9679 * minibuffer.el (completions-format): Change default from nil to
9680 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9681
5af72a47
JL
96822010-06-24 Juri Linkov <juri@jurta.org>
9683
9684 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9685 buffer-locally to lambda that re-runs the vc diff command.
9686 (Bug#6447)
9687
8f804316
CY
96882010-06-24 Chong Yidong <cyd@stupidchicken.com>
9689
9690 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9691 echo area is in use (Bug#3412).
9692
be19ef0b
GM
96932010-06-22 Glenn Morris <rgm@gnu.org>
9694
6555773f
GM
9695 * textmodes/texinfmt.el (texinfo-format-region)
9696 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9697 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9698 (texinfo-format-option, texinfo-noindent):
9699 Use line-beginning-position and line-end-position.
9700
be19ef0b
GM
9701 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9702 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9703 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9704 utf-8 characters.
9705
7f0b7b3e
KF
97062010-06-21 Karl Fogel <kfogel@red-bean.com>
9707
49554388
GM
9708 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9709 forward-line fallout.
9710
e8579ebc
CY
97112010-07-06 Chong Yidong <cyd@stupidchicken.com>
9712
9713 * mouse.el (mouse-appearance-menu): Add docstring.
9714
9715 * help.el (describe-key): Print up-event using key-description.
9716
5d1cd8bd
MA
97172010-07-03 Michael Albinus <michael.albinus@gmx.de>
9718
9719 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9720 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9721 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9722
112dbc0e
MA
97232010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9724
9725 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9726
d0cb23ca
DN
97272010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9728
9729 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9730 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9731 cases that cause insertion.
9732 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9733 with a nil state.
9734
01b229d1
CY
97352010-06-30 Chong Yidong <cyd@stupidchicken.com>
9736
9737 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9738
8bf1c786 97392010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9740
9741 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9742
dfc6544c
CY
97432010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9744
9745 * generic-x.el (bat-generic-mode): Fix regexp for command line
9746 switches (Bug#5719).
9747
b7d4de51
CY
97482010-06-27 Masatake YAMATO <yamato@redhat.com>
9749
dfc6544c
CY
9750 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9751 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9752
53cfe624 97532010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9754
8bf1c786 9755 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9756 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9757 bindings of bookmark-automatically-show-annotations (Bug#6515).
9758
aca54191
EZ
97592010-06-25 Eli Zaretskii <eliz@gnu.org>
9760
9761 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9762 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9763
2330fa87
ŠN
97642010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9765
9766 * comint.el (make-comint, make-comint-in-buffer): Mention return
9767 value in the docstrings. (Bug#6498)
9768
29115ca9
YR
97692010-06-24 Yoni Rabkin <yoni@rabkins.net>
9770
9771 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9772 since it is not present when using some non-default switches.
9773
2c79f053
KF
97742010-06-23 Karl Fogel <kfogel@red-bean.com>
9775
7f0b7b3e
KF
9776 * simple.el (compose-mail): Fix doc string to refer to
9777 `compose-mail-user-agent-warnings', instead of to the
9778 nonexistent `compose-mail-check-user-agent'.
9779
43a91810
AM
97802010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9781
9782 Fix an indentation bug:
9783
9784 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9785 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9786 of existing values.
9787
9788 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9789 (c-clear->-pair-props-if-match-before): now return t when they've
9790 cleared properties, nil otherwise.
9791 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9792 by taking account of the existing value.
9793
9794 * progmodes/cc-defs.el
9795 (c-clear-char-property-with-value-function): Fix this to clear the
9796 property rather than overwriting it with nil.
9797
8adb4c33
CY
97982010-06-20 Chong Yidong <cyd@stupidchicken.com>
9799
9800 * emacs-lisp/package.el (package-print-package): Add link to
9801 package description via describe-package.
9802 (describe-package-1): List package requirements. Add button to
9803 perform installation.
9804 (package-menu-describe-package): New command.
9805
9806 * help-mode.el (help-package): New button type.
9807
cced7584
CY
98082010-06-19 Chong Yidong <cyd@stupidchicken.com>
9809
9810 * emacs-lisp/package.el: Move package-list-packages binding to
9811 menu-bar.el.
9812 (describe-package, describe-package-1, package--dir): New funs.
9813 (package-activate-1): Use package--dir.
9814
9815 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9816
9817 * help-mode.el (help-package-def): New button type.
9818
9819 * menu-bar.el: Move package-list-packages binding here from
9820 package.el.
9821
d148e8f9
GH
98222010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9823
9824 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9825
b1a03ef6
SM
98262010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * emacs-lisp/edebug.el (edebug-read-list):
9829 Phase out old-style backquotes.
9830
dbd6da78
JL
98312010-06-17 Juri Linkov <juri@jurta.org>
9832
9833 * help-mode.el (help-mode): Set buffer-local variable
9834 revert-buffer-function to help-mode-revert-buffer.
9835 (help-mode-revert-buffer): New function.
9836
9837 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9838 before popping to "*info*" (like in other Info functions).
9839 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9840 old-history-forward. Pop to old-buffer-name or "*info*" to
9841 recreate the killed buffer. Set Info-history-forward from
9842 old-history-forward.
9843 (Info-breadcrumbs-depth): Add :group and :version.
9844
64eba874
DN
98452010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9846
9847 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9848
26508c03
AM
98492010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9850
a628ad9d
JB
9851 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9852 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9853
69582fcd
JB
98542010-06-17 Juanma Barranquero <lekktu@gmail.com>
9855
54ea2a0d
JB
9856 * emacs-lisp/package.el (package-menu-mode-map):
9857 Move initialization into declaration.
9858
69582fcd
JB
9859 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9860
44198b6e
CY
98612010-06-17 Chong Yidong <cyd@stupidchicken.com>
9862
9863 * emacs-lisp/package.el (package-archive-base): Point to
9864 elpa.gnu.org.
9865 (package-enable, package-load-list): New defcustoms.
9866 (package-user-dir, package-directory-list): Turn into defcustoms.
9867 Don't include package-user-dir in package-directory-list.
9868 (package--builtins-base): Don't include Emacs as a "package".
9869 (package-subdirectory-regexp): New var.
9870 (package-load-all-descriptors, package-compute-transaction)
9871 (package-download-transaction): Obey package-load-list.
9872 (package-activate-1): Rename from package-do-activate.
9873 (package-list-packages-internal): Check package-load-list.
9874 (package-load-descriptor, package-generate-autoloads)
9875 (package-unpack, package-unpack-single)
6a7662bb
BR
9876 (package--read-archive-file, package-delete):
9877 Use expand-file-name.
44198b6e
CY
9878
9879 * emacs-lisp/package-x.el: New file. Package uploading
9880 functionality split out from package.el.
9881
95b6d681 9882 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9883
98842010-06-17 Tom Tromey <tromey@redhat.com>
9885
9886 * emacs-lisp/package.el: New file.
9887
50d76a9f
DN
98882010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9889
9890 Fix vc-annotate for renamed files when using Git.
76e3243a 9891 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9892 ls-files. Doe not pass the object as a file name to cat-file, it
9893 is not a file name.
9894 (vc-git-annotate-command): Pass the file name using -- to avoid
9895 ambiguity with the revision.
9896 (vc-git-previous-revision): Pass a relative file name.
9897
6095a05b
GM
98982010-06-22 Glenn Morris <rgm@gnu.org>
9899
943375a6
GM
9900 * progmodes/js.el (js-mode-map): Use standard capitalization and
9901 ellipses for menu entries.
9902
6095a05b
GM
9903 * wid-edit.el (widget-complete): Doc fix.
9904
4514199e
JH
99052010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9906
9907 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9908
c4786d60
DN
99092010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9910
11c46b39 9911 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9912 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9913 VC backend. Use it when non-nil.
a628ad9d 9914 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9915 (Bug#6487).
11c46b39 9916
c4786d60 9917 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9918 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9919 Do not pass the file name to the 'previous-revision call when we
9920 don't want a file diff. (Bug#6489)
9921
04ec0963
DN
99222010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9923
11c46b39 9924 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9925 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9926 the VC backend. Use it when non-nil.
76e3243a 9927 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9928 backend to vc-find-revision. (Bug#6487)
9929
c036381c
DN
99302010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9931
9932 Fix reading file names in Git annotate buffers.
95b6d681
JB
9933 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9934 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9935
05c123e6
AM
99362010-06-20 Alan Mackenzie <acm@muc.de>
9937
9938 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9939 in file local variables, set it first.
9940
4111f0c7
GM
99412010-06-19 Glenn Morris <rgm@gnu.org>
9942
74739ffd
GM
9943 * descr-text.el (describe-char-unicode-data): Insert separating
9944 space when needed. (Bug#6422)
9945
4111f0c7
GM
9946 * progmodes/idlwave.el (idlwave-action-and-binding):
9947 Fix typo in 2009-12-03 change. (Bug#6450)
9948
e20f0421
SM
99492010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9952 handling for `lambda' (misunderstanding).
9953
fb3e306a
JB
99542010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9955
dd86ea11 9956 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9957 constants aren't distributed after they are factored out.
9958
e020fb59
JL
99592010-06-16 Juri Linkov <juri@jurta.org>
9960
9961 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9962 `list-colors-print'. (Bug#6332)
9963
b8add347
SM
9964 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9965
36901266
SM
99662010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9967
49b2e83d
SM
9968 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9969 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9970
36901266
SM
9971 * font-lock.el (font-lock-major-mode): Rename from
9972 font-lock-mode-major-mode to distinguish it from
9973 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9974 (font-lock-set-defaults):
9975 * font-core.el (font-lock-default-function): Adjust users.
9976 (font-lock-mode): Don't set it at all.
9977
2a64315a 99782010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9979
76e3243a 9980 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9981
2a64315a 99822010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9983
9984 * calendar/appt.el (appt-time-msg-list): Doc fix.
9985 (appt-check): Let-bind appt-warn-time.
9986 (appt-add): Make the 3rd argument optional.
9987 Simplify argument names. Doc fix. Check for integer WARNTIME.
9988 Only add WARNTIME to the output list if non-nil.
9989
2a64315a 99902010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9991
9992 * calendar/appt.el (appt-check): Let the 3rd element of
9993 appt-time-msg-list specify the warning time.
9994 (appt-add): Add new argument with the warning time. (Bug#5176)
9995
6a7662bb 99962010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9997
76e3243a 9998 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9999 older than version 1.6. (Bug#6361)
10000
2a64315a 100012010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
10002
10003 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10004 used by cl-do-arglist. (Bug#6408)
10005
30d7ac37
AM
100062010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10007
6a7662bb
BR
10008 * textmodes/ispell.el (ispell-dictionary-base-alist):
10009 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
10010 Suggested by Rolando Pereira (bug#6434).
10011
8fd02581
JB
100122010-06-15 Juanma Barranquero <lekktu@gmail.com>
10013
10014 * facemenu.el (list-colors-sort): Doc fix.
10015
6a7662bb 100162010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
10017
10018 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10019
f0bf7c8e
JL
100202010-06-14 Juri Linkov <juri@jurta.org>
10021
10022 Add sort option `list-colors-sort'. (Bug#6332)
10023 * facemenu.el (color-rgb-to-hsv): New function.
10024 (list-colors-sort): New defcustom.
10025 (list-colors-sort-key): New function.
10026 (list-colors-display): Doc fix. Sort list according to the option
10027 `list-colors-sort'.
10028 (list-colors-print): Add HSV values to `help-echo' property of
10029 RGB strings.
10030
c42fe9a5
JL
100312010-06-14 Juri Linkov <juri@jurta.org>
10032
10033 * compare-w.el: Move to the "vc" subdirectory.
10034
b263a4c4
SM
100352010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10036
d8b0cddd
SM
10037 * image-mode.el (image-mode-map): Remap left-char and right-char.
10038
b263a4c4
SM
10039 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10040
89877f5f
CY
100412010-06-12 Chong Yidong <cyd@stupidchicken.com>
10042
133a8d82
CY
10043 * term/common-win.el (x-colors): Add all the color names defined
10044 in rgb.txt (Bug#6332).
10045
89877f5f
CY
10046 * facemenu.el (list-colors-print): Don't print extra names if it
10047 will overflow the window width.
10048
10049 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 10050 change (Bug#6343).
89877f5f 10051
9d1f18b5
EZ
100522010-06-12 Eli Zaretskii <eliz@gnu.org>
10053
10054 * files.el (make-directory): Doc fix (bug#6396).
10055
b81a0b56
MA
100562010-06-12 Michael Albinus <michael.albinus@gmx.de>
10057
10058 * net/tramp.el (tramp-remote-process-environment): Protect version
10059 string by apostroph.
10060 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10061 XEmacs.
10062 (tramp-file-name-for-operation): Add `call-process-region'.
10063 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10064
10065 * net/tramp-compat.el (top): Do not autoload
10066 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10067 only when `start-file-process' is not bound.
10068 (tramp-advice-file-expand-wildcards): Do not use
10069 `tramp-handle-file-remote-p'.
10070 (tramp-compat-make-temp-file): Handle the case, that
10071 `make-temp-file' has no third argument EXTENSION.
10072
69f18acc
JB
100732010-06-11 Juanma Barranquero <lekktu@gmail.com>
10074
5fee75d4
JB
10075 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10076
69f18acc
JB
10077 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10078
9766adfb
JL
100792010-06-11 Juri Linkov <juri@jurta.org>
10080
10081 * finder.el (finder-known-keywords): Add keyword "vc"
10082 for version control.
10083
10084 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10085 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10086 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10087 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10088
56b2854f
JL
100892010-06-11 Juri Linkov <juri@jurta.org>
10090
10091 Move version control related files to the "vc" subdirectory.
10092 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10093 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10094 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10095 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10096 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10097 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10098 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10099 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10100 Move files to the "vc" subdirectory.
10101
6534e58a
CY
101022010-06-11 Chong Yidong <cyd@stupidchicken.com>
10103
10104 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10105 (Bug#6367).
10106
84d9562f
SE
101072010-06-11 Stephen Eglen <stephen@gnu.org>
10108
10109 * shell.el: Bind `shell-resync-dirs' to M-RET.
10110
3ef0a6a5
MA
101112010-06-10 Michael Albinus <michael.albinus@gmx.de>
10112
10113 * notifications.el: Move file from lisp/net, because it is
10114 supposed to talk locally to the user.
10115
fa4003da
MA
101162010-06-10 Julien Danjou <julien@danjou.info>
10117
10118 * net/notifications.el (notifications-on-action-signal)
10119 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 10120 argument to the callback functions. Add docstrings.
fa4003da
MA
10121 (notifications-notify): Fix docstring.
10122
46e6650e
GM
101232010-06-10 Glenn Morris <rgm@gnu.org>
10124
10125 * emacs-lisp/authors.el (authors-ignored-files)
10126 (authors-valid-file-names): Add some files.
10127
a71832f7
SM
101282010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10131 merge conflict, giving preference to the emacs-23 version of the code.
10132
8c6eab5a
SM
101332010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10134
989bc97f
SM
10135 * emacs-lisp/advice.el (ad-compile-function):
10136 Define warning-suppress-types before we let-bind it (bug#6275).
10137
8c6eab5a
SM
10138 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10139 declare it, make it buffer-local and permanent-local (bug#6324).
10140 (vc-resynch-window): Adjust name.
10141 * vc-hooks.el (vc-find-file-hook): Adjust name.
10142
890a18d6
MA
101432010-06-09 Michael Albinus <michael.albinus@gmx.de>
10144
10145 * net/notifications.el (notifications-notify): Fix docstring.
10146
bf3e70eb
JB
101472010-06-09 Juanma Barranquero <lekktu@gmail.com>
10148
10149 Update to Unicode 6.0.0 beta.
10150 * international/charprop.el: Update copyright.
10151 * international/mule-cmds.el (ucs-names): Update character ranges.
10152 * international/uni-bidi.el:
10153 * international/uni-category.el:
10154 * international/uni-combining.el:
10155 * international/uni-comment.el:
10156 * international/uni-decimal.el:
10157 * international/uni-decomposition.el:
10158 * international/uni-digit.el:
10159 * international/uni-lowercase.el:
10160 * international/uni-mirrored.el:
10161 * international/uni-name.el:
10162 * international/uni-numeric.el:
10163 * international/uni-old-name.el:
10164 * international/uni-titlecase.el:
10165 * international/uni-uppercase.el: Regenerate.
10166
b978141d
JB
101672010-06-09 Juanma Barranquero <lekktu@gmail.com>
10168
ee8359ba
JB
10169 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10170 (smie-precs-precedence-table): Fix typo in docstring.
10171
f64ab8fb
JB
10172 * vc-mtn.el (log-edit-extract-headers): Declare function.
10173
883ffa8c
JB
10174 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10175
b978141d
JB
10176 * net/notifications.el (dbus-register-signal): Declare function.
10177 (notifications-notify): Fix typos and reflow docstring.
10178
5f4f2ae4
DN
101792010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10180
10181 Improve VC create/retrieve tag/branch.
10182 * vc.el (vc-create-tag): Do not read the directory name for VCs
10183 with repository revision granularity. Adjust the tag/branch
10184 prompt. Reset VC properties.
10185 (vc-retrieve-tag): Do not read the directory name for VCs
10186 with repository revision granularity. Reset VC properties.
10187
41a86354
MA
101882010-06-09 Julien Danjou <julien@danjou.info>
10189
ef33fd34 10190 * net/notifications.el: New file.
41a86354 10191
fab43c76
DN
101922010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10193
00fd1147
DN
10194 Add optional support for resetting VC properties.
10195 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10196 call vc-file-clearprops when true.
10197 (vc-resynch-buffer): Add new optional argument, pass it down.
10198 (vc-resynch-buffers-in-directory): Likewise.
10199
fab43c76
DN
10200 Improve support for special markup in the VC commit message.
10201 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10202 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10203 * vc-git.el (vc-git-checkin):
10204 * vc-bzr.el (vc-bzr-checkin): Likewise.
10205
e7d67e73
SM
102062010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10209 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10210
277e6741
MP
102112010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10212
10213 * iimage.el: Remove images as soon as the underlying text is modified.
10214 (iimage-modification-hook): New function.
10215 (iimage-mode-buffer): Use it.
10216
83156c18
SM
102172010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10220 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10221 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10222 (smie-indent-keyword): Add handling of open-paren keywords.
10223 (smie-indent-comment-continue): Don't assume comment-continue.
10224
13b5221f
MR
102252010-06-07 Martin Rudalics <rudalics@gmx.at>
10226
10227 * window.el (pop-to-buffer): Remove the conditional that
10228 compares new-window and old-window, so it will reselect
10229 the selected window unconditionally.
10230 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10231
c2ea5810
SM
102322010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * emacs-lisp/smie.el (smie-indent-offset-after)
10235 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10236 (smie-indent-after-keyword): Use them.
10237 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10238 (smie-indent-keyword): Tweak the black magic.
10239 (smie-indent-comment-continue): Strip comment-continue before use.
10240 (smie-indent-functions): Indent comments before keywords.
10241
27dd3c11
JL
102422010-06-06 Juri Linkov <juri@jurta.org>
10243
10244 * isearch.el (isearch-lazy-highlight-search): Fix looping
10245 by checking for empty match. This syncs this loop with the
10246 similar loop in `isearch-search'. (Bug#6362)
10247
35b148ee
JB
102482010-06-05 Juanma Barranquero <lekktu@gmail.com>
10249
10250 * net/dbus.el (dbus-register-method): Declare function.
10251 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10252 (dbus-introspect): Doc fix.
10253 (dbus-event-bus-name, dbus-introspect-get-interface)
10254 (dbus-introspect-get-argument): Reflow docstrings.
10255
eccdfe5f
DN
102562010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10257
10258 vc-log-incoming/vc-log-outgoing fixes for Git.
10259 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10260 incoming/outgoing logs.
10261 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10262 instead of vc-git-compute-remote.
10263 (vc-git-compute-remote): Remove.
10264
86253dc0
CY
102652010-06-04 Chong Yidong <cyd@stupidchicken.com>
10266
10267 * term/common-win.el (x-colors): Add "dark green" and "dark
10268 turquoise" (Bug#6332).
10269
0665f661
JL
102702010-06-04 Juri Linkov <juri@jurta.org>
10271
10272 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10273 Instead of setting `replace' to t and replacing the same string
10274 with itself, don't do certain actions when
10275 kill-do-not-save-duplicates is non-nil and string is equal to car
10276 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10277 interprogram-paste strings to kill-ring, and don't push the input
10278 argument `string' to kill-ring.
10279 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10280
087fc47a
JB
102812010-06-04 Juanma Barranquero <lekktu@gmail.com>
10282
10283 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10284
4f201088
MA
102852010-06-04 Michael Albinus <michael.albinus@gmx.de>
10286
10287 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10288 (tramp-gvfs-handler-mounted-unmounted)
10289 (tramp-gvfs-connection-mounted-p): Handle default-location.
10290
10291 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10292 move files to trash.
10293
18ccd78a
JB
102942010-06-04 Juanma Barranquero <lekktu@gmail.com>
10295
10296 * international/mule-cmds.el (nonascii-insert-offset)
10297 (nonascii-translation-table): Add obsolescence information.
10298
10299 * international/mule.el (make-translation-table-from-vector): Doc fix.
10300
3845c322
GM
103012010-06-03 Glenn Morris <rgm@gnu.org>
10302
10303 * desktop.el (desktop-clear-preserve-buffers):
10304 Add "*Warnings*" buffer. (Bug#6336)
10305
54d3626e
DN
103062010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10307
6941ffec
DN
10308 vc-log-incoming/vc-log-outgoing improvements for Git.
10309 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10310 short log.
10311 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10312
54d3626e
DN
10313 Add bindings for vc-log-incoming and vc-log-outgoing.
10314 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10315 and vc-log-outgoing.
10316 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10317 and vc-log-outgoing.
10318
aa1bc616
CY
103192010-06-03 Chong Yidong <cyd@stupidchicken.com>
10320
10321 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10322 (rcirc-handler-366): Always sort nicknames.
10323
e2d2a205
JB
103242010-06-03 Juanma Barranquero <lekktu@gmail.com>
10325
10326 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10327
44ea155d
CY
103282010-06-03 Chong Yidong <cyd@stupidchicken.com>
10329
a628ad9d 10330 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10331
a91dedc4
SM
103322010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10335 (rcirc-sort-nicknames-join): Avoid setq.
10336
c62bf05a
DD
103372010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10338
10339 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10340 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10341 (rcirc-handler-366): Use them.
10342
dd2c3c92
SM
103432010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 Split smie-indent-calculate into more manageable chunks.
10346 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10347 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10348 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10349 (smie-indent-exps): Extract from smie-indent-calculate.
10350 (smie-indent-functions): New var.
10351 (smie-indent-functions): Use them.
10352
927c346b
SM
103532010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10354
10355 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10356 (smie-indent-calculate): Simplify and cleanup.
10357
1efeec86
MA
103582010-06-02 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10361 (tramp-gvfs-mount-point): Remove.
10362 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10363 New defuns.
1efeec86
MA
10364 (with-tramp-dbus-call-method): Format trace message.
10365 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10366 Implement backup call, when operation on local files fails.
10367 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10368 (tramp-gvfs-handle-make-directory): Make more traces.
10369 (tramp-gvfs-url-file-name): Hexify file name in url.
10370 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10371 into account for the resulting file name.
10372 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10373 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10374 (tramp-gvfs-handler-mounted-unmounted)
10375 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10376 attribute "default_location". Set "prefix" property.
10377 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10378 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10379 exists. Raise an error, if not (due to a corresponding answer
10380 "no" in interactive questions, for example).
10381
89877f5f 103822010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10383
10384 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10385
24f574a9
JB
103862010-06-01 Juanma Barranquero <lekktu@gmail.com>
10387
10388 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10389 right-*. (Bug#6265)
10390
290736f2
DN
103912010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10392
61158bfa
DN
10393 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10394 * vc-git.el (vc-git-compute-remote): New function.
10395 (vc-git-log-outgoing): Use it instead of hard coding a value.
10396 (vc-git-log-incoming): New function.
10397
5828f6ca
DN
10398 Improve state updating for VC tag commands.
10399 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10400 to update the state of all buffers in the directory.
10401
290736f2
DN
10402 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10403
feceda26
SM
104042010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10407 `file-directory-p' to the filename part rather than to the whole text.
10408
896114cf
SM
104092010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10412
1603358c
DA
104132010-05-31 Drew Adams <drew.adams@oracle.com>
10414
10415 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10416
fe40dc63
JB
104172010-05-31 Juanma Barranquero <lekktu@gmail.com>
10418
10419 * subr.el (momentary-string-display): Just use read-event to read
10420 the exit event (Bug#6238).
10421
9e8014c6
EZ
104222010-05-30 Eli Zaretskii <eliz@gnu.org>
10423
10424 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10425
61a08071
JB
104262010-05-30 Juanma Barranquero <lekktu@gmail.com>
10427
10428 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10429 Suggested by Eli Zaretskii <eliz@gnu.org>.
10430
5feec8ca
SM
104312010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * minibuffer.el (completion-file-name-table): Don't return a boundary
10434 past the end of `string' (bug#6299).
10435 (completion--file-name-table): Delegate to completion-file-name-table
10436 for the `boundaries' case.
10437
8175cb90
JB
104382010-05-30 Juanma Barranquero <lekktu@gmail.com>
10439
2b94133f
JB
10440 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10441 movement commands.
10442
8175cb90
JB
10443 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10444 `path-separator', but maintain compatibility with Emacs 20.2.
10445
0191e222
CY
104462010-05-29 Chong Yidong <cyd@stupidchicken.com>
10447
10448 * server.el (server-process-filter): Receive parent-id argument
10449 from emacsclient.
10450 (server-create-window-system-frame): New arg. Pass parent-id as
10451 frame parameter.
10452
9b655a0a
EZ
104532010-05-29 Eli Zaretskii <eliz@gnu.org>
10454
db5dce9d
EZ
10455 Bidi-sensitive word movement with arrow keys.
10456 * subr.el (right-arrow-command, left-arrow-command): Move to
10457 bindings.el.
10458
10459 * bindings.el (right-char, left-char): Move from subr.el and
10460 rename from right-arrow-command and left-arrow-command.
10461 (right-word, left-word): New functions.
10462 (global-map) <right>: Bind to right-char.
10463 (global-map) <left>: Bind to left-char.
10464 (global-map) <C-right>: Bind to right-word.
10465 (global-map) <C-left>: Bind to left-word.
10466
9b655a0a
EZ
10467 * ls-lisp.el (ls-lisp-classify-file): New function.
10468 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10469 (ls-lisp-classify): Call ls-lisp-classify-file.
10470 (insert-directory): Remove blanks from switches.
10471
fcb52808
CY
104722010-05-29 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10475 (ansi-color-drop-regexp): New constant.
10476 (ansi-color-apply, ansi-color-filter-region)
896114cf 10477 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10478 (ansi-color-apply): Build string list before calling concat.
10479
0040735a
JL
104802010-05-28 Juri Linkov <juri@jurta.org>
10481
10482 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10483 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10484 (Bug#5270)
10485
b6827fff
MA
104862010-05-28 Michael Albinus <michael.albinus@gmx.de>
10487
10488 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10489 to ignored backtrace functions.
10490 (with-progress-reporter): Expand docstring.
10491 (tramp-handle-delete-file): Implement TRASH argument.
10492 (tramp-get-remote-trash): New defun.
10493
eba082a2
MA
104942010-05-28 Michael Albinus <michael.albinus@gmx.de>
10495
6a7662bb
BR
10496 * net/tramp-compat.el (tramp-compat-delete-file):
10497 Use `symbol-value' for backward compatibility.
eba082a2
MA
10498
10499 * net/tramp.el (tramp-handle-make-symbolic-link)
10500 (tramp-handle-load)
10501 (tramp-do-copy-or-rename-file-via-buffer)
10502 (tramp-do-copy-or-rename-file-directly)
10503 (tramp-do-copy-or-rename-file-out-of-band)
10504 (tramp-handle-process-file, tramp-handle-call-process-region)
10505 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10506 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10507 (tramp-delete-temp-file-function): Use `delete-file' instead
10508 of `tramp-compat-delete-file'.
10509
10510 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10511 (tramp-fish-handle-make-symbolic-link)
10512 (tramp-fish-handle-process-file): Use `delete-file' instead
10513 of `tramp-compat-delete-file'.
10514
6a7662bb
BR
10515 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10516 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10517
0dc3e410
MA
10518 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10519 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10520
6a7662bb
BR
10521 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10522 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10523
10524 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10525 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10526 (tramp-smb-handle-write-region): Use `delete-file' instead of
10527 `tramp-compat-delete-file'.
10528 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10529
f1a5d776
CY
105302010-05-27 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10533 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10534 (dired-do-flagged-delete, dired-do-delete): Use trash.
10535
10536 * speedbar.el (speedbar-item-delete): Allow trashing.
10537
10538 * files.el (delete-directory): New arg TRASH.
10539
10540 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10541 (ange-ftp-rename-remote-to-remote)
10542 (ange-ftp-rename-local-to-remote)
10543 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10544 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10545 `delete-file'.
10546 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10547 allow trashing.
10548
10549 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10550 handle new TRASH arg of `delete-file'.
10551
c4ce1145 10552 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10553 (tramp-handle-make-symbolic-link, tramp-handle-load)
10554 (tramp-do-copy-or-rename-file-via-buffer)
10555 (tramp-do-copy-or-rename-file-directly)
10556 (tramp-do-copy-or-rename-file-out-of-band)
10557 (tramp-handle-process-file, tramp-handle-call-process-region)
10558 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10559 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10560 (tramp-delete-temp-file-function): Use null TRASH arg in
10561 tramp-compat-delete-file call.
10562
10563 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10564 (tramp-fish-handle-delete-file)
10565 (tramp-fish-handle-make-symbolic-link)
10566 (tramp-fish-handle-process-file): Use null TRASH arg in
10567 `tramp-compat-delete-file' call.
10568
10569 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10570 arg in `tramp-compat-delete-file' call.
10571
10572 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10573 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10574 `tramp-compat-delete-file' call.
10575
10576 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10577 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10578 `tramp-compat-delete-file' call.
10579
10580 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10581 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10582 (tramp-smb-handle-write-region): Use null TRASH arg in
10583 tramp-compat-delete-file call.
10584 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10585 (tramp-smb-handle-delete-file): Rename arg.
10586
10587 * diff.el (diff-sentinel):
10588 * epg.el (epg--make-temp-file, epg-decrypt-string)
10589 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10590 * jka-compr.el (jka-compr-partial-uncompress)
10591 (jka-compr-call-process, jka-compr-write-region):
10592 * server.el (server-sentinel): Remove optional arg from
10593 delete-file, reverting 2010-05-03 change.
10594
ecb0ab90
CY
105952010-05-27 Chong Yidong <cyd@stupidchicken.com>
10596
6a7662bb
BR
10597 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10598 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10599
2b25da45
KH
106002010-05-27 Kenichi Handa <handa@m17n.org>
10601
10602 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10603 element of GSTRING is nil.
10604
11e4d8c0
SM
106052010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10606
10607 * emacs-lisp/smie.el (smie-forward-token-function)
10608 (smie-backward-token-function): New vars.
10609 (smie-backward-sexp, smie-forward-sexp)
10610 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10611 (smie-default-backward-token): Rename from smie-backward-token and
10612 skip comments.
10613 (smie-default-forward-token): Rename from smie-forward-token and
10614 skip comments.
10615 (smie-next-sexp): Handle nil results from next-token.
10616 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10617
4da3541b
CY
106182010-05-27 Chong Yidong <cyd@stupidchicken.com>
10619
896114cf
SM
10620 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10621 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10622
106232010-05-27 Masatake YAMATO <yamato@redhat.com>
10624
10625 * htmlfontify.el (hfy-face-resolve-face): New function.
10626 (hfy-face-to-style): Use it (Bug#6279).
10627
6dc439cb
SM
106282010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10631 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10632
021eb8d7
GM
106332010-05-26 Glenn Morris <rgm@gnu.org>
10634
10635 * emulation/edt.el (edt-load-keys): Use locate-library.
10636
bef4957b
CY
106372010-05-25 Chong Yidong <cyd@stupidchicken.com>
10638
10639 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10640 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10641 (log-edit-changelog-insert-entries): Args changed.
10642 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10643 (log-edit-insert-changelog-entries): Reorganize return value of
10644 `log-edit-changelog-entries' to pass filenames to
10645 log-edit-changelog-insert-entries.
10646
84fb0956
TV
106472010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10648
10649 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10650 `image-dired-dired-insert-marked-thumbs' to
10651 `image-dired-dired-toggle-marked-thumbs'.
10652
10653 * image-dired.el: Require cl when compiling.
10654 (image-dired-dired-toggle-marked-thumbs): Rename from
10655 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10656 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10657 to 'no-dir. Skip files whose names don't match
10658 `image-file-name-regexp'. When file has a thumbnail overlay,
10659 delete it. (Bug#5270)
10660
0fb1193d
JL
106612010-05-25 Juri Linkov <juri@jurta.org>
10662
10663 * image-mode.el (image-mode): Add image-after-revert-hook to
10664 after-revert-hook.
10665 (image-after-revert-hook): New function. (Bug#5669)
10666
fc937924
JL
106672010-05-25 Juri Linkov <juri@jurta.org>
10668
10669 * image.el (image-animated-p): When delay between animated images
10670 is 0, set it to 10 (0.1 sec). (Bug#6258)
10671
fa9ba953
MA
106722010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10673
10674 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10675 `forward-word', its default syntax could be changed.
fa9ba953 10676
9e021389
MA
106772010-05-25 Michael Albinus <michael.albinus@gmx.de>
10678
10679 * net/tramp.el (tramp-progress-reporter-update): New defun.
10680 (with-progress-reporter): Use it.
10681 (tramp-process-actions):
6a7662bb
BR
10682 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10683 Preserve current message, in order to let progress reporter continue
9e021389
MA
10684 afterwards. (Bug#6257)
10685
6169260b
GM
106862010-05-25 Glenn Morris <rgm@gnu.org>
10687
10688 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10689 Add :version.
10690
d26781af
RY
106912010-05-25 Ryan Yeske <rcyeske@gmail.com>
10692
8826afe3 10693 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10694 (rcirc-default-full-name): Change to "unknown".
10695 (rcirc-user-name-history): Add variable.
8826afe3
GM
10696
106972010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10698 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10699
10700 * net/rcirc.el (rcirc-server-alist): Add :pass.
10701 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10702 username and password.
a628ad9d 10703 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10704 value to server when connecting.
10705
d355a0b7
SM
107062010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10707
f5228f84
SM
10708 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10709 (smie-merge-prec2s): Pass the tables as separate args.
10710 (smie-bnf-precedence-table): Adjust call accordingly.
10711 (smie-prec2-levels): Set levels at the end.
10712
d355a0b7
SM
10713 Replace Lisp calls to delete-backward-char by delete-char.
10714 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10715 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10716 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10717 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10718 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10719 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10720 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10721 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10722 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10723 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10724 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10725 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10726 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10727 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10728 delete-backward-char by calls to delete-char.
10729
f668ef02
KH
107302010-05-25 Kenichi Handa <handa@m17n.org>
10731
10732 * language/hebrew.el (hebrew-shape-gstring): New function.
10733 Register it in composition-function-table for all Hebrew combining
10734 characters.
10735
397eb3f3
SM
107362010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * epa.el (epa--select-keys): Don't explicitly delete the window since
10739 that can fail (e.g. sole window in frame). Use dedication instead.
10740
171eda53 107412010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10742
10743 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10744
110683ad
CY
107452010-05-22 Chong Yidong <cyd@stupidchicken.com>
10746
10747 * image.el (image-refresh): Define as an alias for image-flush.
10748
10749 * image-mode.el (image-toggle-display-image): Caller changed.
10750
df9db151
JL
107512010-05-21 Juri Linkov <juri@jurta.org>
10752
10753 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10754 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10755 whitespace, call wildcard-to-regexp on substrings and concat them
10756 with "\\|". (Bug#6114)
10757
c0209c2c
AM
107582010-05-21 Alan Mackenzie <acm@muc.de>
10759
171eda53
SM
10760 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10761 Replace parameter `here' with `here-' and `here-plus', which sandwich
10762 any pertinent CPP construct.
c0209c2c
AM
10763 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10764 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10765 CPP construct from taking part in the scanning.
10766
655bded0
MA
107672010-05-21 Michael Albinus <michael.albinus@gmx.de>
10768
10769 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10770 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10771 Tune `with-progress-reporter' messages.
655bded0
MA
10772 (tramp-handle-vc-registered):
10773 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10774 (tramp-fish-handle-insert-file-contents)
10775 (tramp-fish-maybe-open-connection):
10776 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10777 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10778 (tramp-imap-handle-insert-file-contents)
10779 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10780
3e17a1a7
JB
107812010-05-21 Juanma Barranquero <lekktu@gmail.com>
10782
bf1e8d4a
JB
10783 * add-log.el (change-log-font-lock-keywords):
10784 Highlight all authors in multi-author entries.
10785
3e17a1a7
JB
10786 * smerge-mode.el (smerge-refine-ignore-whitespace)
10787 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10788 Fix typos in docstrings.
10789 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10790
969e684a
GM
107912010-05-21 Glenn Morris <rgm@gnu.org>
10792
e75c1e7d
GM
10793 * progmodes/fortran.el (fortran-mode):
10794 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10795
969e684a
GM
10796 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10797 having a relative path in src/Makefile.in.
10798
a50878fa
KR
107992010-05-20 Kevin Ryde <user42@zip.com.au>
10800
10801 * help-mode.el (help-make-xrefs): For Info node links turn
10802 newlines into spaces. Link node names with newlines are matched
10803 by help-xref-info-regexp and buttonized, this change ensures they
10804 can be followed successfully with RET. (Bug#6206)
10805
f66a2f90
JL
108062010-05-20 Juri Linkov <juri@jurta.org>
10807
10808 * locate.el (locate): Use pop-to-buffer instead of
10809 switch-to-buffer-other-window. (Bug#6204)
10810
201d895a
JL
108112010-05-20 Juri Linkov <juri@jurta.org>
10812
10813 * replace.el (replace-highlight): Fix lazy-highlighting
10814 for `M-s w str M-% str RET'.
10815
1ddb2ea0
MY
108162009-12-15 Masatake YAMATO <yamato@redhat.com>
10817
10818 * isearch.el (isearch-yank-word-or-char): Pull next subword
10819 when `subword-mode' is activated. (Bug#6220)
10820
a6020335
MH
108212010-05-20 Mark A. Hershberger <mah@everybody.org>
10822
10823 * isearch.el (isearch-update-post-hook): New hook.
10824 (isearch-update): Use the new hook. (Bug#6225)
10825
50de6a38
JL
108262010-05-20 Juri Linkov <juri@jurta.org>
10827
10828 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10829 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10830 (Bug#6222)
10831
5d944a8f
JL
108322010-05-20 Juri Linkov <juri@jurta.org>
10833
10834 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10835 (Bug#6223)
10836
f5d6548a
JL
108372010-05-20 Juri Linkov <juri@jurta.org>
10838
10839 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10840 FILE-NAME to read from the minibuffer when called interactively
10841 with prefix argument instead of using buffer-file-name.
10842 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10843
10844 * dired.el: Update autoloads.
10845
f8e63691
CY
108462010-05-20 Chong Yidong <cyd@stupidchicken.com>
10847
10848 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10849 nxml-finish-element, for consistency with SGML mode.
10850
10851 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10852 octave-close-block.
10853
07d7c3bd
JB
108542010-05-20 Juanma Barranquero <lekktu@gmail.com>
10855
10856 * composite.el: Require cl when compiling.
10857 (reference-point-alist, compose-gstring-for-graphic)
10858 (compose-gstring-for-terminal): Fix typos in docstrings.
10859
7bce8510
JL
108602010-05-19 Juri Linkov <juri@jurta.org>
10861
10862 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10863 set-window-parameter.
10864
a7723e05
MA
108652010-05-19 Michael Albinus <michael.albinus@gmx.de>
10866
10867 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10868 where appropriate.
10869 (tramp-maybe-open-connection): Use it.
10870
3f2e7735
EZ
108712010-05-19 Eli Zaretskii <eliz@gnu.org>
10872
10873 * simple.el (move-end-of-line): Make sure we are at line beginning
10874 before backing up to end of previous line.
10875
8d9181c7
MA
108762010-05-19 Michael Albinus <michael.albinus@gmx.de>
10877
8c4ec20f
MA
10878 * password-cache.el (password-cache-remove): Fix docstring.
10879
8d9181c7
MA
10880 * net/secrets.el: Autoload the widget functions.
10881 (secrets-search-items, secrets-create-item)
10882 (secrets-get-attributes, secrets-expand-item): Attributes will be
10883 stored on the password database without leading ":", as all other
10884 clients do as well.
10885 (secrets-mode): Fix docstring.
10886 (secrets-show-secrets): Provide it as autoloaded command only when
10887 D-Bus support is available. Check existence of Secret Service API.
10888
2a96c2a7
SM
108892010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10890
10891 * indent.el (indent-region): Deactivate region (bug#6200).
10892
d24e10b1
GM
108932010-05-19 Glenn Morris <rgm@gnu.org>
10894
10895 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10896
2833d915
KH
108972010-05-19 Kenichi Handa <handa@m17n.org>
10898
10899 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10900 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10901
134c2f29
JB
109022010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10903
10904 * calc/calc-trail.el (calc-trail-isearch-forward)
10905 (calc-trail-isearch-backward): Ensure that the new window
10906 point is set correctly.
10907
278847cd
SM
109082010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * subr.el (read-quoted-char): Resolve modifiers after key
10911 remapping (bug#6212).
10912
3a8e7cbd
MA
109132010-05-18 Michael Albinus <michael.albinus@gmx.de>
10914
10915 Add visualization code for secrets.
10916 * net/secrets.el (secrets-mode): New major mode.
10917 (secrets-show-secrets, secrets-show-collections)
10918 (secrets-expand-collection, secrets-expand-item)
10919 (secrets-tree-widget-after-toggle-function)
10920 (secrets-tree-widget-show-password): New defuns.
10921
472e7ec1
SM
109222010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10923
224b70cb
SM
10924 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10925 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10926 handled in smie-next-sexp.
10927 (smie-indent-calculate): Provide a starting indentation (so the
10928 recursion is well-founded ;-).
10929
472e7ec1
SM
10930 Fix handling of non-associative equal levels.
10931 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10932 when it's not needed.
10933 (smie-op-left, smie-op-right): New functions.
10934 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10935 Better handle equal levels to distinguish the associative case from
10936 the "multi-keyword construct" case.
10937 (smie-backward-sexp, smie-forward-sexp): Use it.
10938
35e53abd
JB
109392010-05-18 Juanma Barranquero <lekktu@gmail.com>
10940
5d8fe0ba
JB
10941 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10942
35e53abd
JB
10943 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10944 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10945
5ad4bef5
SM
109462010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 Provide a simple generic indentation engine and use it for Prolog.
10949 * emacs-lisp/smie.el: New file.
10950 * progmodes/prolog.el (prolog-smie-op-levels)
10951 (prolog-smie-indent-rules): New var.
10952 (prolog-mode-variables): Use them to configure SMIE.
10953 (prolog-indent-line, prolog-indent-level): Remove.
10954
00681a3c
JB
109552010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10956
560bb7ae 10957 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10958 order before computing the averages.
10959
eba62f7a
JB
109602010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10961
597517ef 10962 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10963 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10964 (math-vector-avg): New function.
10965
560bb7ae 10966 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10967 being grouped depend on the radix (Bug#6189).
10968
8c5ff6dd
KR
109692010-05-15 Ken Raeburn <raeburn@raeburn.org>
10970
10971 * version.el (emacs-copyright, emacs-version): Don't define here,
10972 now that emacs.c defines it.
10973
98d8b17e
EZ
109742010-05-15 Eli Zaretskii <eliz@gnu.org>
10975
71078429
EZ
10976 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10977 "Describe Language Environment" menu item.
10978
ce6233c1
EZ
10979 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10980
d20e1419
EZ
10981 Bidi-sensitive movement with arrow keys.
10982 * subr.el (right-arrow-command, left-arrow-command): New functions.
10983
10984 * bindings.el (global-map): Bind them to right and left arrow keys.
10985
98d8b17e 10986 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10987 * files.el (convert-standard-filename):
10988 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10989 the corresponding systems.
10990
10991 * w32-fns.el (w32-convert-standard-filename): Rename from
10992 convert-standard-filename. Doc fix.
10993
10994 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10995 (convert-standard-filename): Don't defalias.
10996 (register-name-alist, make-register, register-value)
10997 (set-register-value, intdos): Obsolete aliases for the
10998 corresponding dos-* functions and variables.
10999 (dos-intdos): Add a doc string.
11000
ae6bc504
JB
110012010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11002
11003 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11004 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11005 (math-compose-tex-func):
11006 * calc/calccomp.el (math-compose-expr):
11007 * calc/calc-ext.el (math-format-flat-expr-fancy):
11008 * calc/calc-store.el (calc-read-var-name):
11009 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11010
11011 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 11012 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 11013 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 11014 (math-standard-units): Add units.
ae6bc504 11015
c26ea4b2
SM
110162010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11017
7aefa445 11018 * progmodes/asm-mode.el (asm-mode):
13973643
SM
11019 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11020
c26ea4b2
SM
11021 * pcomplete.el (pcomplete-completions-at-point): New function,
11022 extracted from pcomplete-std-complete.
11023 (pcomplete-std-complete): Use it.
11024
02be533b
GM
110252010-05-15 Glenn Morris <rgm@gnu.org>
11026
11027 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11028 Remove references to CVS, RCS and Old directories.
11029
78ed0efc
JB
110302010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11031
ae6bc504 11032 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
11033 appropriate.
11034
10dcc561
SM
110352010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11036
5ccaa359
SM
11037 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11038 (sh-mode-syntax-table): Give it a default value instead.
11039 (sh-header-marker): Make buffer-local.
11040 (sh-mode): Move make-local-variable to the corresponding setq.
11041 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11042 Use complete-with-action.
11043
10dcc561
SM
11044 * simple.el (prog-mode): New (abstract) major mode.
11045 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11046 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11047
c38762fd
JB
110482010-05-14 Juanma Barranquero <lekktu@gmail.com>
11049
11050 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11051 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11052 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11053 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11054 (sql-escape-newlines-filter, sql-input-sender)
11055 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11056
2ef3c144
CY
110572010-05-13 Chong Yidong <cyd@stupidchicken.com>
11058
560bb7ae 11059 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
11060
11061 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11062 latex-open-block and C-c / to latex-close-block.
11063
11064 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11065 and C-c C-e to sgml-close-tag.
11066
3b30ccda
MA
110672010-05-13 Michael Albinus <michael.albinus@gmx.de>
11068
11069 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 11070 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
11071 (tramp-handle-load, tramp-handle-file-local-copy)
11072 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
11073 (tramp-maybe-send-script, tramp-find-shell):
11074 Use `with-progress-reporter'.
3b30ccda
MA
11075 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11076 Fix message text.
11077
11078 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11079 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11080 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11081 Use `with-progress-reporter'.
11082
57ff5d7b
AM
110832010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11084
a628ad9d
JB
11085 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11086 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 11087
5a70d10f
SM
110882010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11089
791ffe1c
SM
11090 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11091
5a70d10f
SM
11092 * dos-fns.el: Add "dos-" prefix for namespace control.
11093 (convert-standard-filename): Define as alias for
11094 dos-convert-standard-filename but only if applicable.
11095
38d93f03
AM
110962010-05-12 Alan Mackenzie <acm@muc.de>
11097
11098 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11099 Push the mark at the start of these functions when appropriate.
11100
902a6d8d
SM
111012010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * minibuffer.el (completion-cycle-threshold): New custom var.
11104 (completion--do-completion): Use it.
11105 (minibuffer-complete): Use cycling if appropriate.
11106
9ee120ba
JB
111072010-05-11 Juanma Barranquero <lekktu@gmail.com>
11108
11109 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11110 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11111
841c4085
JL
111122010-05-11 Juri Linkov <juri@jurta.org>
11113
11114 * scroll-all.el (scroll-all-check-to-scroll):
11115 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11116
8a67c70e
SM
111172010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11118
f2b9ed18
SM
11119 * iimage.el (iimage-mode-map): Move initialization into declaration.
11120 (iimage-mode-buffer): Use with-silent-modifications.
11121 Simplify calling convention. Adjust callers.
11122 (iimage-mode): Don't run hook redundantly.
11123
8a67c70e
SM
11124 * minibuffer.el (completion-pcm--pattern->regex):
11125 Fix last change (bug#6160).
11126
4bbedd98
JL
111272010-05-10 Juri Linkov <juri@jurta.org>
11128
11129 Remove nodes visited during Isearch from the Info history.
11130 * info.el (Info-isearch-initial-history)
11131 (Info-isearch-initial-history-list): New variables.
11132 (Info-isearch-start): Record initial values of
11133 Info-isearch-initial-history and Info-isearch-initial-history-list.
11134 Add Info-isearch-end to isearch-mode-end-hook.
11135 (Info-isearch-end): New function.
11136
94ecf5da
MA
111372010-05-10 Michael Albinus <michael.albinus@gmx.de>
11138
11139 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
11140 format string, in order to work around a bug in pdksh.
11141 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
11142 (tramp-handle-verify-visited-file-modtime): Do not send a command
11143 when the connection is not established.
11144 (tramp-handle-set-file-times): Simplify the check for utc.
11145
c5eb971b
JB
111462010-05-10 Juanma Barranquero <lekktu@gmail.com>
11147
11148 Fix use of `filter-buffer-substring' (rework previous change).
11149 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11150 (cua-repeat-replace-region):
11151 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11152 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11153 (cua-cut-region-to-global-mark): Use it.
11154
7492acc9
MM
111552010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11156
77e2fc7a
JB
11157 * progmodes/sql.el: Version 2.1.
11158 (sql-product-alist): Redesign structure of product info.
11159 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
11160 (sql-port, sql-port-history): New variables.
11161 (sql-interactive-product): New variable.
11162 (sql-send-terminator): New variable.
77e2fc7a 11163 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
11164 (sql-oracle-login-params, sql-sqlite-login-params)
11165 (sql-mysql-login-params, sql-solid-login-params)
11166 (sql-sybase-login-params, sql-informix-login-params)
11167 (sql-ingres-login-params, sql-ms-login-params)
11168 (sql-postgres-login-params, sql-interbase-login-params)
11169 (sql-db2-login-params, sql-linter-login-params)
11170 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
11171 (sql-mode-map): Add C-c C-i to start interactive mode.
11172 (sql-mode-menu): Update existing menu entries.
11173 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
11174 (sql-mode-oracle-font-lock-keywords)
11175 (sql-mode-postgres-font-lock-keywords)
11176 (sql-mode-ms-font-lock-keywords)
11177 (sql-mode-sybase-font-lock-keywords)
11178 (sql-mode-informix-font-lock-keywords)
11179 (sql-mode-interbase-font-lock-keywords)
11180 (sql-mode-ingres-font-lock-keywords)
11181 (sql-mode-solid-font-lock-keywords)
11182 (sql-mode-mysql-font-lock-keywords)
11183 (sql-mode-sqlite-font-lock-keywords)
11184 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11185 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11186 reduce run-time complexity.
11187 (sql-add-product, sql-del-product): New functions.
11188 (sql-set-product-feature, sql-get-product-feature): New functions.
11189 (sql-product-font-lock): Update product API.
11190 (sql-add-product-keywords): New function.
11191 (sql-highlight-product): Update product API.
11192 (sql-help-list-products): New function.
11193 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11194 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11195 prompt for port.
11196 (sql-copy-column): Copy without properties.
11197 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11198 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11199 Implement as a filter.
7492acc9
MM
11200 (sql-escape-newlines-filter): Implement as a filter.
11201 (sql-remove-tabs-filter): New function.
11202 (sql-send-magic-terminator): New function.
11203 (sql-send-string): Implement magic terminator.
11204 (sql-send-region): Use `sql-send-string'.
11205 (sql-interactive-mode): Use product API.
11206 (sql-product-interactive): Use product API.
11207 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11208 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11209 (sql-db2, sql-linter): Use `sql-product-interactive'.
11210 (sql-connect): New function.
11211 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11212 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11213 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11214 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11215 Use `sql-connect'.
7492acc9 11216
79ccd68f
SM
112172010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11220 New custom variable.
11221 (completion-pcm--string->pattern): Use it.
11222 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11223 Make it handle any symbol as `any'.
11224 (completion-pcm--merge-completions): Extract common suffix for the new
11225 `prefix' symbol as well.
11226 (completion-substring--all-completions): Use the new `prefix' symbol.
11227
0d5852cf
MA
112282010-05-09 Michael Albinus <michael.albinus@gmx.de>
11229
11230 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11231 not bound.
11232 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11233 (tramp-compat-funcall): New defmacro.
11234 (tramp-compat-line-beginning-position)
11235 (tramp-compat-line-end-position)
11236 (tramp-compat-temporary-file-directory)
11237 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11238 (tramp-compat-copy-file, tramp-compat-copy-directory)
11239 (tramp-compat-delete-file, tramp-compat-delete-directory)
11240 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11241 * net/tramp.el (top, with-progress-reporter)
11242 (tramp-rfn-eshadow-setup-minibuffer)
11243 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11244 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11245 (tramp-completion-mode-p, tramp-check-for-regexp)
11246 (tramp-open-connection-setup-interactive-shell)
11247 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11248 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11249 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11250 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11251 (tramp-reporter-dump-variable, tramp-load-report-modules)
11252 (tramp-append-tramp-buffers)
11253 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11254
11255 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11256
f913fe7d
SM
112572010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11258
11259 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11260 buffer-modtime. Adjust users.
11261
0235128c 112622010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11263
77e2fc7a 11264 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11265 car of each item, not the whole list (Bug#6083).
f034e176 11266
0235128c 112672010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11268
11269 * progmodes/js.el (js-mode): Make paragraph variables local before
11270 calling c-setup-paragraph-variables (Bug#6071).
11271
0235128c 112722010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11273
11274 * composite.el (compose-region, reference-point-alist): Fix typos
11275 in the doc strings.
11276
77e2fc7a 112772010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11278
11279 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11280 gnuplot's "set" command.
11281
0235128c 112822010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11283
11284 * abbrev.el (last-abbrev-text): Doc fix.
11285 (abbrev-prefix-mark): Don't escape parenthesis.
11286
0235128c 112872010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11288
11289 * composite.el (find-composition): Doc fix.
11290
0235128c 112912010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11292
11293 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11294 (sql-oracle-program, sql-sqlite-options)
11295 (sql-query-placeholders-and-send): Doc fixes.
11296 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11297 (sql-imenu-generic-expression, sql-buffer)
11298 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11299 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11300 (sql-mode-sybase-font-lock-keywords)
11301 (sql-mode-informix-font-lock-keywords)
11302 (sql-mode-interbase-font-lock-keywords)
11303 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11304 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11305 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11306 (sql-product-feature, sql-highlight-product)
11307 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11308 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11309 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11310 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11311 Fix typos in docstrings.
11312
0235128c 113132010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11314
11315 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11316 property instead of `invisible' and `after-string' (bug#5998).
11317
0235128c 113182010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11319
11320 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11321
0235128c 113222010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11323
11324 * filecache.el (file-cache-add-directory-list)
11325 (file-cache-add-directory-recursively): Fix typos in docstrings.
11326
0235128c 113272010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11328
11329 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11330 (gujarati-composable-pattern): Fix typo.
ece33a6e 11331
0235128c 113322010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11333
11334 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11335 (tamil-composable-pattern, malayalam-composable-pattern):
11336 Add two-part vowels to "v" (vowel sign).
771533aa 11337
0235128c 113382010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11339
99833607
CY
11340 * files.el (copy-directory): Handle symlinks (Bug#5982).
11341
0235128c 113422010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11343
11344 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11345 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11346 (Bug#5846).
11347
0235128c 113482010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11349
0ca12598
GM
11350 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11351
d2c7b917
GM
11352 * minibuffer.el (completion-at-point): Doc fix.
11353
ba5bf5f0
SM
113542010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * electric.el (Electric-command-loop): Minor tweak.
11357
11358 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11359 better with dedicated windows.
11360
0235128c
SM
113612010-05-07 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * Version 23.2 released.
11364
560bb7ae 113652010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11366 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11367
11368 Highlight vendor specific properties.
11369 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11370 (css-proprietary-property): New face.
11371 (css-font-lock-keywords): Use them.
11372
c0162ade
EZ
113732010-05-07 Eli Zaretskii <eliz@gnu.org>
11374
11375 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11376
f3ee9200
SM
113772010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11378
05623156
SM
11379 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11380 * files.el (auto-mode-alist): Remove redundant entries.
11381
f3ee9200
SM
11382 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11383 * simple.el (auto-save-mode): Move from files.el.
11384 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11385
560bb7ae 113862010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11387
76e3243a 11388 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11389
765d4319
KY
113902010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11391
11392 * mail/binhex.el (binhex-decode-region-internal)
11393 * mail/uudecode.el (uudecode-decode-region-internal)
11394 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11395 (dns-read-type, dns-query)
11396 * pgg-parse.el (pgg-parse-armor)
11397 * pgg.el (pgg-verify-region)
11398 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11399 XEmacs.
11400
86d21cc0 11401 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11402
f83483ff
JB
114032010-05-07 Juanma Barranquero <lekktu@gmail.com>
11404
40ab7974
JB
11405 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11406
f83483ff
JB
11407 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11408 * emulation/cua-base.el (cua-repeat-replace-region):
11409 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11410 (cua-cut-region-to-global-mark):
11411 Remove text properties with `set-text-properties'.
11412
9566840f
MA
114132010-05-06 Michael Albinus <michael.albinus@gmx.de>
11414
f3ee9200
SM
11415 * net/tramp.el (top, with-progress-reporter):
11416 Use `symbol-function' inside `funcall'.
9566840f
MA
11417
11418 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11419 (tramp-compat-delete-file, tramp-compat-delete-directory):
11420 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11421
11422 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11423 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11424 inside `funcall'.
11425
0c495c21
SM
114262010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11427
1493963b
SM
11428 * minibuffer.el (completion--sreverse, completion--common-suffix):
11429 New functions.
11430 (completion-pcm--merge-completions): Extract common suffix when safe.
11431
0c495c21
SM
11432 * emacs-lisp/easy-mmode.el (define-minor-mode):
11433 Make :variable more flexible.
11434 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11435
221a0647
JL
114362010-05-05 Juri Linkov <juri@jurta.org>
11437
11438 Add `slow' and `history' tags to the desktop data.
11439
11440 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11441 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11442 (Info-finder-find-node): Require `finder.el' to be able
11443 to restore node from the desktop.
11444 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11445 data `Info-history' and `slow' tag in the assoc list.
11446 (Info-restore-desktop-buffer): Don't restore nodes with the
11447 `slow' tag. Restore `Info-history'.
11448
66bdc868
MA
114492010-05-05 Michael Albinus <michael.albinus@gmx.de>
11450
11451 Add FORCE argument to `delete-file'.
11452
11453 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11454 forcing to delete the temporary file.
11455 (ange-ftp-delete-file): Add FORCE arg.
11456 (ange-ftp-rename-remote-to-remote)
11457 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11458 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11459 Force file deletion.
66bdc868
MA
11460
11461 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11462
11463 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11464 (tramp-handle-make-symbolic-link, tramp-handle-load)
11465 (tramp-do-copy-or-rename-file-via-buffer)
11466 (tramp-do-copy-or-rename-file-directly)
11467 (tramp-do-copy-or-rename-file-out-of-band)
11468 (tramp-handle-process-file, tramp-handle-call-process-region)
11469 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11470 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11471 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11472
11473 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11474 (tramp-fish-handle-make-symbolic-link)
11475 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11476
0c495c21
SM
11477 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11478 Use `tramp-compat-delete-file'.
66bdc868
MA
11479
11480 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11481 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11482
11483 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11484 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11485
11486 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11487 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11488 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11489 Use `tramp-compat-delete-file'.
66bdc868 11490
f44379e7
SM
114912010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11492
365f8d85
SM
11493 Minor cleanups.
11494 * subr.el (add-minor-mode): Use push.
11495 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11496 * emulation/edt.el (edt-select-mode): Simplify.
11497
80ac5d4d
SM
11498 Use define-minor-mode in more cases.
11499 * term/tvi970.el (tvi970-set-keypad-mode):
11500 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11501 (normal-erase-is-backspace-mode):
11502 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11503 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11504 (get-scroll-bar-mode): New function.
11505 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11506
11507 Use define-minor-mode for less obvious cases.
f44379e7
SM
11508 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11509 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11510 * international/iso-ascii.el (iso-ascii-mode):
11511 * frame.el (auto-raise-mode, auto-lower-mode):
11512 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11513
c04b03f8
MA
115142010-05-04 Michael Albinus <michael.albinus@gmx.de>
11515
11516 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11517 in order to see error messages for failed logins.
11518
53967e09
CY
115192010-05-03 Chong Yidong <cyd@stupidchicken.com>
11520
11521 * diff.el (diff-sentinel):
11522
11523 * epg.el (epg--make-temp-file, epg-decrypt-string)
11524 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11525
11526 * jka-compr.el (jka-compr-partial-uncompress)
11527 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11528
11529 * server.el (server-sentinel): Use delete-file's new FORCE arg
11530 (Bug#6070).
11531
56eb0904
SM
115322010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 Use define-minor-mode where applicable.
11535 * view.el (view-mode):
11536 * type-break.el (type-break-query-mode)
11537 (type-break-mode-line-message-mode):
11538 * textmodes/reftex.el (reftex-mode):
11539 * term/vt100.el (vt100-wide-mode):
11540 * tar-mode.el (tar-subfile-mode):
11541 * savehist.el (savehist-mode):
11542 * ibuf-ext.el (ibuffer-auto-mode):
11543 * composite.el (auto-composition-mode):
11544 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11545 Use define-minor-mode.
11546 (vhdl-mode): Use static mode-line format.
11547 (vhdl-mode-line-update): Delete.
11548 (vhdl-create-mode-menu, vhdl-activate-customizations)
11549 (vhdl-hs-minor-mode): Don't bother calling it.
11550
672eb710
SM
115512010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11552
8f92b8ad
SM
11553 * simple.el (with-wrapper-hook): Move.
11554 (buffer-substring-filters): Mark obsolete.
11555 (filter-buffer-substring-functions): New variable.
1fada563 11556 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11557
c04b03f8 115582010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11559 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11560
11561 Implement compression for inline methods.
11562
11563 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11564 (tramp-copy-size-limit): Allow also nil.
11565 (tramp-inline-compress-commands): New defconst.
11566 (tramp-find-inline-compress, tramp-get-inline-compress)
11567 (tramp-get-inline-coding): New defuns.
cb7f3653 11568 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11569 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11570 (tramp-handle-file-local-copy, tramp-handle-write-region)
11571 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11572
8c0bf8b3
SM
115732010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11574
07125a91
SM
11575 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11576 Remove unused functions.
11577
f3a47002
SM
11578 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11579 Set find-tag-default-function as a variable rather than a property.
11580
8c0bf8b3
SM
11581 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11582 * progmodes/etags.el (tags-completion-at-point-function):
11583 Remove left over interactive spec. Add autoloading stub.
11584 (complete-tag): Use tags-completion-at-point-function.
11585
27601456
CY
115862010-04-30 Chong Yidong <cyd@stupidchicken.com>
11587
cb7f3653 11588 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11589
09d0284d
CY
115902010-04-29 Chong Yidong <cyd@stupidchicken.com>
11591
27d3cd56
CY
11592 * ido.el (ido-init-completion-maps): Remove C-v binding.
11593 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11594
3a07ffce
CY
115952010-04-29 Chong Yidong <cyd@stupidchicken.com>
11596
11597 * minibuffer.el (tags-completion-at-point-function): New function.
11598 (completion-at-point-functions): Use it.
11599
3a07ffce
CY
11600 * progmodes/etags.el (complete-tag): Revert last change.
11601
3d14bb73
AM
116022010-04-29 Alan Mackenzie <acm@muc.de>
11603
11604 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11605 off-by-one error (in end of macro position).
11606
7d353d11
SM
116072010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11610 firefox is absent. Don't autoload.
11611 (browse-url-galeon-program): Don't autoload.
11612
48111a85
CY
116132010-04-28 Chong Yidong <cyd@stupidchicken.com>
11614
11615 * bindings.el (complete-symbol): Move into minibuffer.el.
11616
11617 * minibuffer.el (complete-tag): Move from etags.el. If tags
11618 completion cannot be performed, return nil instead of signalling
11619 an error.
11620 (completion-at-point): Make it an alias for complete-symbol.
11621 (complete-symbol): Move from bindings.el, and replace with the
11622 body of completion-at-point.
11623
11624 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11625
7ba94701
MA
116262010-04-28 Michael Albinus <michael.albinus@gmx.de>
11627
11628 * net/tramp.el (tramp-remote-selinux-p): New defun.
11629 (tramp-handle-file-selinux-context)
11630 (tramp-handle-set-file-selinux-context): Use it.
11631
95c6cc3e
SS
116322010-04-28 Sam Steingold <sds@gnu.org>
11633
11634 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11635 `safe-local-variable' if the value is a string or a symbol with
11636 the property `bug-reference-url-format'.
11637
36045ff3
CY
116382010-04-28 Chong Yidong <cyd@stupidchicken.com>
11639
537ffaf3
SM
11640 * progmodes/bug-reference.el (bug-reference-url-format):
11641 Revert 2010-04-27 change due to security risk.
36045ff3 11642
56924d99
SM
116432010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 Make it possible to locally disable a globally enabled mode.
11646 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11647 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11648 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11649 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11650 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11651 that subsequent hooks get a chance to disable it.
11652
ccaa4765
SM
116532010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11654
17818d71
SM
11655 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11656 Avoid re-enabling a minor mode after the user turned the minor mode
11657 off if MODE-enable-in-buffers is run twice (typically once from
11658 fundamental-mode's after-change-major-mode-hook and a second time from
11659 run-mode-hook's own after-change-major-mode-hook).
11660
ccaa4765
SM
11661 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11662
2a6f654e
SS
116632010-04-27 Sam Steingold <sds@gnu.org>
11664
11665 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11666 `safe-local-variable' if the value is a string or a function, as
11667 documented and implemented on 2010-04-02.
11668
cecaa674
JB
116692010-04-27 Juanma Barranquero <lekktu@gmail.com>
11670
11671 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11672 when method is 'kill.
11673
116742010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11675
a628ad9d
JB
11676 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11677 condition in default directory check.
01c35094 11678 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11679 Kill ispell process when killing its associated buffer.
11680
7dd7fbb9
JD
116812010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11682
11683 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11684 but we aren't using it.
11685
7ac82b84
J
116862010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11687
11688 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11689 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11690
fea1add4
GM
116912010-04-24 Glenn Morris <rgm@gnu.org>
11692
11693 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11694 Ignore VCS-ignore files, and deleted nextstep preferences files.
11695 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11696 (authors-ambiguous-files): New list.
11697 (authors-valid-file-names): Add some deleted files.
11698 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11699 (authors-disambiguate-file-name): New function. (Bug#5501)
11700 (authors-canonical-file-name): Doc fix.
11701 Don't warn about obsolete files.
11702 (authors-canonical-file-name, authors-scan-el):
11703 Use authors-disambiguate-file-name.
11704
cbcfee6e
GM
11705 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11706 Add autoload cookies.
11707 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11708 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11709 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11710 They have definitions / compiler macros in cl.el.
11711 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11712 Replace manual autoloads with generated ones.
11713 (htmlfontify-unload-rgb-file): Remove autoload.
11714 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11715
3b548e1b
SM
117162010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11717
9ae0c310
SM
11718 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11719 (byte-compile-setq-default): Optimize for the
11720 single-var case and don't call byte-compile-form in this case to avoid
11721 inf-loop with byte-compile-set-default.
11722
3b548e1b
SM
11723 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11724
632c5478
MA
117252010-04-23 Michael Albinus <michael.albinus@gmx.de>
11726
11727 Implement SELINUX backends.
11728
3b548e1b
SM
11729 * net/tramp.el (tramp-file-name-handler-alist):
11730 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11731 (tramp-handle-file-selinux-context)
11732 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11733 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11734 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11735
3b548e1b
SM
11736 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11737 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11738 (tramp-gvfs-handle-file-selinux-context)
11739 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11740 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11741
11742 * net/ange-ftp.el (ange-ftp-copy-file):
11743 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11744 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11745 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11746 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11747
a94d821f
MA
117482010-04-22 Michael Albinus <michael.albinus@gmx.de>
11749
11750 Synchronize with Tramp repository.
11751
11752 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11753 (tramp-action-process-alive, tramp-action-out-of-band)
11754 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11755 (tramp-exists-file-name-handler): Fix docstring.
11756 (with-progress-reporter): New defmacro.
11757 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11758 (tramp-maybe-open-connection): Use it.
11759
a92375d9
MA
117602010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11761
11762 Detect ssh 'ControlMaster' argument automatically in some cases.
11763
11764 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11765 (tramp-default-method): Use it.
11766
489fe4c2
MA
117672010-04-22 Michael Albinus <michael.albinus@gmx.de>
11768
25f14cdb
MA
11769 * net/tramp.el (tramp-handle-copy-file): Add new optional
11770 parameter `preserve-selinux-context'.
11771 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11772
a92375d9
MA
117732010-04-22 Michael Albinus <michael.albinus@gmx.de>
11774
489fe4c2
MA
11775 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11776 Ensure, that non remote files are still checked. Oops.
11777
acd1f317
MA
117782010-04-21 Michael Albinus <michael.albinus@gmx.de>
11779
11780 Fix Bug#5840.
11781
11782 * icomplete.el (icomplete-completions): Use `non-essential'.
11783
11784 * net/tramp.el (tramp-connectable-p): New defun.
11785 (tramp-handle-expand-file-name)
11786 (tramp-completion-handle-file-name-all-completions)
11787 (tramp-completion-handle-file-name-completion): Use it.
11788
62c5b459
SM
117892010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11790
11791 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11792
f904c0f9
JD
117932010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11794
11795 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11796
11797 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11798
11799 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11800 is present.
11801
11802 * info.el (info-tool-bar-map): Add labels.
11803
11804 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11805
11806 * cus-edit.el (custom-commands): Add labels for tool bar.
11807 (custom-buffer-create-internal, Custom-mode): Adjust for
11808 labels in custom-commands.
11809
11810 * dynamic-setting.el: Renamed from font-setting.el.
11811
c5cbeb12
LL
118122010-04-21 John Wiegley <jwiegley@gmail.com>
11813
11814 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11815 toggles the use of virtual buffers.
537ffaf3 11816 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11817 (ido-toggle-virtual-buffers): New function.
11818
fcc93746
JB
118192010-04-21 Juanma Barranquero <lekktu@gmail.com>
11820
11821 Use `define-derived-mode'; fix window selection; doc fixes.
11822 * play/tetris.el (tetris, tetris-update-speed-function)
11823 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11824 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11825 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11826 (tetris-pause-game): Fix typos in docstrings.
11827 (tetris-mode-map, tetris-null-map):
11828 Move initialization into declaration.
11829 (tetris-mode): Define with `define-derived-mode';
11830 set show-trailing-whitespace to nil.
11831 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11832
574c05e2
KK
118332010-04-21 Karel Klíč <kklic@redhat.com>
11834
11835 * files.el (backup-buffer): Handle SELinux context, and return it
11836 if a backup was made by renaming.
11837 (backup-buffer-copy): Set SELinux context to the target file.
11838 (basic-save-buffer): Set SELinux context of the newly written file.
11839 (basic-save-buffer-1): Now it also returns any SELinux context.
11840 (basic-save-buffer-2): Set SELinux context of the newly created file,
11841 and return it.
11842 * net/tramp.el (tramp-file-name-for-operation):
11843 Add file-selinux-context.
11844
e97a42c1
SM
118452010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11846
f2b9ed18
SM
11847 Make the log-edit comments use RFC822 format throughout.
11848
e97a42c1
SM
11849 * vc.el (vc-checkin, vc-modify-change-comment):
11850 Adjust to new vc-start/finish-logentry.
11851 (vc-find-conflicted-file): New command.
11852 (vc-transfer-file): Adjust to new vc-checkin.
11853 (vc-next-action): Improve scoping.
11854
11855 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11856 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11857
11858 * vc-git.el (vc-git-log-edit-mode): Remove.
11859 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11860 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11861
11862 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11863 (vc-start-logentry): Remove argument `extra'.
11864 (vc-finish-logentry): Remove extra args.
11865
11866 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11867 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11868 (vc-bzr-conflicted-files): New function.
11869
11870 * log-edit.el (log-edit-extra-flags)
11871 (log-edit-before-checkin-process): Remove.
11872 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11873 (log-edit-headers-alist): New var.
11874 (log-edit-header-contents-regexp): New const.
11875 (log-edit-match-to-eoh): New function.
11876 (log-edit-font-lock-keywords): Use them.
11877 (log-edit): Insert a "Summary:" header as default.
11878 (log-edit-mode): Mark font-lock rules as case-insensitive.
11879 (log-edit-done): Cleanup headers.
11880 (log-view-process-buffer): Remove.
11881 (log-edit-extract-headers): New function to replace it.
11882
938efb77
JB
118832010-04-20 Juanma Barranquero <lekktu@gmail.com>
11884
11885 * subr.el (default-direction-reversed): Remove obsolescence info.
11886
1cfb415b
SM
118872010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11888
cb4f9513
SM
11889 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11890 windows/frames.
11891
6e610c72
SM
11892 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11893 I.e. include text after point in the completion region.
11894 Also, return nil when we're not after/in a symbol.
11895
1cfb415b
SM
11896 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11897 default enable-multibyte-characters.
11898
c80fa13c
SM
118992010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11900
87926e02
SM
11901 * international/mule.el: Help the user choose a valid coding-system.
11902 (read-buffer-file-coding-system): New function.
11903 (set-buffer-file-coding-system): Use it. Prompt the user if the
11904 coding-system cannot encode all the chars.
11905
c80fa13c
SM
11906 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11907 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11908 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11909 Don't use *vc-bzr-shelve*.
11910
6e104790 119112010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11912
11913 Fix the version number for added files.
11914 * vc-hg.el (vc-hg-working-revision): Check if the file is
11915 registered after hg parent fails (Bug#5961).
11916
6e104790 119172010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11918
11919 * htmlfontify.el (htmlfontify-buffer)
11920 (htmlfontify-copy-and-link-dir): Autoload entry points.
11921
6e104790 119222010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11923
11924 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11925 name relative to the project root (Bug#5960).
11926
6e104790 119272010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11928
11929 * vc-git.el (vc-git-print-log): Doc fix.
11930
6e104790 119312010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11932
11933 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11934
53cfe624 119352010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11936
11937 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11938 default settings (Bug#5928).
11939
6e104790 119402010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11941
11942 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11943 New function.
0a23b2c3 11944 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11945
6e104790 119462010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11947
11948 * language/indian.el (malayalam-composable-pattern): Fix previous
11949 change (add U+0D4D "SIGN VIRAMA").
11950 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11951 (tamil-composable-pattern): Fix typo in the regexp.
11952 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11953 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11954 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11955
6e104790 119562010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11957
11958 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11959 paragraph-separate (Bug#5821).
11960
6e104790 119612010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11962
11963 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11964
11965 * info.el (Info-find-node-2): Comment out code that skips
11966 breadcrumbs line.
11967 (Info-mouse-follow-link): New command.
11968 (Info-link-keymap): New keymap.
11969 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11970 Return a string with links instead of inserting breadcrumbs
11971 to the Info buffer.
11972 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11973 Instead of putting the `invisible' text property over the Info
11974 header, make an overlay over the Info header with the `invisible'
11975 property and `after-string' set to the string returned by
11976 `Info-breadcrumbs'.
11977
6e104790 119782010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11979
11980 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11981 Reported by monkey@sandpframing.com.
11982
98923800
SM
119832010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11984
b5feea0f
SM
11985 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11986 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11987 available in the "keyseq cache" any more.
11988
98923800
SM
11989 * custom.el (defcustom): Add edebug spec.
11990
fd5c9dfa
JL
119912010-04-18 Juri Linkov <juri@jurta.org>
11992
11993 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11994
11995 * view.el (view-file, view-buffer): Move test for special mode-class
11996 from view-file to view-buffer.
11997
11998 * tar-mode.el (tar-extract): Turn if's into one cond
11999 like in arc-mode.el.
12000
b3671a51
JL
120012010-04-18 Juri Linkov <juri@jurta.org>
12002
12003 Add 7z archive format support (bug#5475).
12004
12005 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12006 (archive-7z-extract): New defcustom.
12007 (archive-find-type): Add magic string for 7z.
12008 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12009 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12010 `buffer' arg of `call-process'.
12011 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12012 call the function `archive-7z-extract' with the variable
12013 `archive-7z-extract' let-bound to `archive-zip-extract'.
12014 (archive-7z-summarize, archive-7z-extract): New functions.
12015
12016 * international/mule.el (auto-coding-alist):
12017 * files.el (auto-mode-alist): Add 7z file extension.
12018
8a37fb25
SM
120192010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12020
e9515805
SM
12021 * loadup.el: Setup hash-cons for pure data.
12022
f8ea0098
SM
12023 Fix duplicate entries in cedet's loaddefs.el files.
12024 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12025 Should make most file-local generated-autoload-file unnecessary.
12026 (print-readably): Silence warnings.
12027 (autoload-find-destination): Take load-name as an arg to make sure
12028 it's the same as the one that will be in the file.
12029 (autoload-generate-file-autoloads): Adjust to above changes.
12030 Try to make the dataflow a bit simpler.
12031
8a37fb25
SM
12032 * cvs-status.el (cvs-refontify): Remove unused.
12033
f8b91752
JB
120342010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12035
76e3243a 12036 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 12037
76e3243a 12038 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
12039 twos-complement mode.
12040
d8b01fef
JB
120412010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12042
76e3243a
JB
12043 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12044 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
12045 (calc-inverse): Add "Option" to message, as appropriate.
12046 (calc-hyperbolic): Add "Option" to message, as appropriate.
12047 (calc-option, calc-is-option): New functions.
12048
76e3243a 12049 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
12050 (calc-option-prefix-help): New function.
12051
76e3243a 12052 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 12053
76e3243a 12054 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
12055 (calc-option-flag): New variable.
12056 (calc-do): Set `calc-option-flag to nil.
12057 (calc-set-mode-line): Add "Opt " as appropriate.
12058
74f806a1
JL
120592010-04-16 Juri Linkov <juri@jurta.org>
12060
12061 Move scrolling commands from simple.el to window.el
12062 because their primitives are implemented in window.c.
12063
12064 * simple.el (scroll-error-top-bottom)
12065 (scroll-up-command, scroll-down-command, scroll-up-line)
12066 (scroll-down-line, scroll-other-window-down)
12067 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12068 * window.el (scroll-error-top-bottom)
12069 (scroll-up-command, scroll-down-command, scroll-up-line)
12070 (scroll-down-line, scroll-other-window-down)
12071 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12072 Move from simple.el to window.el because their primitives are
12073 implemented in window.c.
12074
ad40eec5
JL
120752010-04-16 Juri Linkov <juri@jurta.org>
12076
12077 * isearch.el (isearch-lookup-scroll-key): Check both
12078 `isearch-scroll' and `scroll-command' properties.
12079 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12080
12081 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12082
12083 * simple.el (scroll-up-command, scroll-down-command)
12084 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12085
a4b000fb
JL
120862010-04-15 Juri Linkov <juri@jurta.org>
12087
12088 * simple.el (scroll-up-command, scroll-down-command)
12089 (scroll-up-line, scroll-down-line): Put `scroll-command'
12090 property on the these symbols. Remove them from
12091 `scroll-preserve-screen-position-commands'.
12092
12093 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12094 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12095 Remove it from `scroll-preserve-screen-position-commands'.
12096
12097 * isearch.el (isearch-allow-scroll): Doc fix.
12098
4874f5e6
MA
120992010-04-15 Michael Albinus <michael.albinus@gmx.de>
12100
12101 * net/tramp.el (tramp-error-with-buffer): Don't show the
12102 connection buffer when we are in completion mode.
12103 (tramp-file-name-handler): Catch the error for some operations
12104 when we are in completion mode. This gives the user the chance to
12105 correct the file name in the minibuffer.
12106
82883f0a
GM
121072010-04-15 Glenn Morris <rgm@gnu.org>
12108
12109 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12110
528b9ea9
JB
121112010-04-15 Juanma Barranquero <lekktu@gmail.com>
12112
12113 Simplify by using `define-derived-mode'.
12114 * info.el (Info-mode):
12115 * calendar/todo-mode.el (todo-mode):
12116 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12117 (gomoku-mode-map): Move initialization into declaration.
12118
5f2b693f
MA
121192010-04-14 Michael Albinus <michael.albinus@gmx.de>
12120
12121 Fix Bug#5840.
12122 * ido.el (ido-file-name-all-completions-1):
12123 * minibuffer.el (minibuffer-completion-help):
12124 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12125
ebb9641f
SM
121262010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12127
38111a5a
SM
12128 * simple.el (non-essential): New var.
12129
ebb9641f
SM
12130 Add a new field `location' to bookmarks for non-file bookmarks.
12131 * bookmark.el (bookmark-location): Use the new field, if present.
12132 (bookmark-insert-location): Undo last change, not needed any more.
12133 * man.el (Man-bookmark-make-record):
12134 * woman.el (woman-bookmark-make-record): Add `location' field.
12135
7b05466f
JL
121362010-04-14 Juri Linkov <juri@jurta.org>
12137
12138 * simple.el (scroll-error-top-bottom): New defcustom.
12139 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12140
12141 * emulation/pc-select.el (pc-select-override-scroll-error):
12142 Obsolete in favor of `scroll-error-top-bottom'.
12143
32129746
JL
121442010-04-14 Juri Linkov <juri@jurta.org>
12145
12146 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12147 `scroll-up-command' and `M-v' to `scroll-down-command'.
12148
12149 * emulation/cua-rect.el (cua--init-rectangles):
12150 * forms.el (forms--change-commands):
12151 * image-mode.el (image-mode-map):
12152 Remap scroll-down-command and scroll-up-command
12153 in addition to scroll-down and scroll-up.
12154
9013a7f8
JL
121552010-04-14 Juri Linkov <juri@jurta.org>
12156
12157 * mwheel.el (scroll-preserve-screen-position-commands):
12158 Add mwheel-scroll to this list of commands.
12159
12160 * simple.el (scroll-preserve-screen-position-commands):
12161 Add scroll-up-command, scroll-down-command, scroll-up-line,
12162 scroll-down-line to this list of commands.
12163
3b7e1d5f
SM
121642010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12165
c1e25821
SM
12166 * obsolete/complete.el: Move from lisp/complete.el.
12167
5b31b787
SM
12168 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12169
3b7e1d5f
SM
12170 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12171 to the minor mode function now turns the mode ON unconditionally.
12172
398a825b
SM
121732010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12174
a544e7c1
SM
12175 * vc-dir.el (vc-dir-kill-line): New command.
12176 (vc-dir-mode-map): Bind it to C-k.
12177
a1979d8e
SM
12178 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12179
398a825b
SM
12180 * woman.el: Add bookmark declarations to silence the compiler.
12181 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12182 step to compatibility between man and woman bookmarks.
12183 Adjust for Man-default-bookmark-title renaming.
12184 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12185
12186 * man.el: Add bookmark declarations to silence the compiler.
12187 (Man-name-local-regexp): Make it match NAME as well.
12188 (Man-getpage-in-background): Return the buffer.
12189 (Man-notify-when-ready): Use `case'.
12190 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12191 Don't hardcode "NAME". Simplify.
12192 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12193 Rename from Man-bookmark-make-record.
12194 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12195 we have the actual man-args. Use Man-getpage-in-background rather
12196 than `man' since the arg is already processed. Let bookmark.el do the
12197 window handling. Only wait for the relevant process.
12198 Don't forget to autoload.
12199
12200 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12201
45be326a
TV
122022010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12203
12204 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12205 New functions.
12206 (woman-mode): Setup bookmark support.
12207
12208 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12209 (man-bookmark-jump): New functions.
12210 (Man-mode): Setup bookmark support.
12211
3acb4c93
CY
122122010-04-10 Jari Aalto <jari.aalto@cante.net>
12213
12214 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12215 recognize ssh-keygen prompt (Bug#2817).
12216
b6bbb65e
MA
122172010-04-10 Michael Albinus <michael.albinus@gmx.de>
12218
12219 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12220
b533bc97
MA
122212010-04-10 Michael Albinus <michael.albinus@gmx.de>
12222
12223 Synchronize with Tramp repository.
12224
12225 * net/tramp.el (tramp-completion-function-alist)
12226 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12227 (tramp-local-coding-commands, tramp-remote-coding-commands):
12228 Fix docstring.
12229 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12230 (tramp-handle-directory-files-and-attributes)
12231 (tramp-get-remote-path): Use `copy-tree'.
12232 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12233 compatibility: Use `completion-ignore-case' if
12234 `read-file-name-completion-ignore-case' does not exist.
12235 (tramp-do-copy-or-rename-file-directly): Do not use
12236 `tramp-handle-file-remote-p'.
45be326a
TV
12237 (tramp-do-copy-or-rename-file-out-of-band):
12238 Use `tramp-compat-delete-directory'.
b533bc97 12239 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12240 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12241 Use `format-spec-make'.
b533bc97
MA
12242 (tramp-find-foreign-file-name-handler)
12243 (tramp-advice-make-auto-save-file-name)
12244 (tramp-set-auto-save-file-modes): Remove superfluous check for
12245 `stringp'. This is done inside `tramp-tramp-file-p'.
12246 (tramp-debug-outline-regexp): New defconst.
12247 (tramp-get-debug-buffer): Use it.
12248 (tramp-check-for-regexp): Use (forward-line 1).
12249 (tramp-set-auto-save-file-modes): Adapt version check.
12250
45be326a
TV
12251 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12252 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12253 (tramp-compat-make-temp-file): Simplify fallback implementation.
12254 (tramp-compat-copy-tree): Remove function.
12255 (tramp-compat-delete-directory): Provide implementation for older
12256 Emacsen.
12257
12258 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12259 Do not use `tramp-fish-handle-file-attributes.
12260
12261 * net/trampver.el: Update release number.
12262
ba33df00
GM
122632010-04-10 Glenn Morris <rgm@gnu.org>
12264
12265 * progmodes/compile.el (compilation-save-buffers-predicate):
12266 Add missing :version tag.
12267
4a8ae76f
SS
122682010-04-09 Sam Steingold <sds@gnu.org>
12269
12270 * progmodes/compile.el (compilation-save-buffers-predicate):
12271 Remove the "autoload" cookie.
12272
0880716f
SS
12273 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12274 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12275 and `bug-reference-prog-mode' can be used in hooks directly.
12276
6aebd58c
DN
122772010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12278
12279 Add --author support to git commit.
12280 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12281 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12282 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12283 New declarations.
6aebd58c 12284
f6d90772
ER
122852010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12286
12287 * vc-hooks.el, vc-git.el: Improve documentation comments.
12288
e754e83b
SM
122892010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 Fix some of the problems in defsubst* (bug#5728).
12292 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12293 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12294
9e86ab0b
SS
122952010-04-07 Sam Steingold <sds@gnu.org>
12296
e754e83b
SM
12297 * progmodes/compile.el (compilation-save-buffers-predicate):
12298 New custom variable.
9e86ab0b
SS
12299 (compile, recompile): Pass it to `save-some-buffers'.
12300
b0c8b840
JD
123012010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12302
12303 * wid-edit.el (widget-choose): Move cursor to the second line of
12304 the buffer (Bug#5695).
12305
31527c56
DN
123062010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12307
12308 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12309 * vc.el (vc-print-log-setup-buttons): New function split out from
12310 vc-print-log-internal.
12311 (vc-log-internal-common): New function, a parametrized version of
12312 vc-print-log-internal.
12313 (vc-print-log-internal): Just call vc-log-internal-common with the
12314 right arguments.
12315 (vc-incoming-outgoing-internal):
12316 (vc-log-incoming, vc-log-outgoing): New functions.
12317 (vc-log-view-type): New permanent local variable.
12318
12319 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12320
12321 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12322 of the dynamic bound vc-short-log.
12323 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12324
12325 * vc-git.el (vc-git-log-outgoing): New function.
12326 (vc-git-log-view-mode): Use vc-log-view-type instead
12327 of the dynamic bound vc-short-log.
12328
12329 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12330 of the dynamic bound vc-short-log. Highlight the tag.
12331 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12332 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12333 (vc-hg-incoming-mode): Remove.
12334 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12335
7ec69e2b
DN
123362010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12337
12338 Fix default-directory for vc-root-diff.
12339 * vc.el (vc-root-diff): Bind default-directory to the root
12340 directory for the diff command.
12341
fd9ea9d3
WS
123422010-04-07 Michael McNamara <mac@mail.brushroad.com>
12343
6e104790 12344 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12345 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12346 word keywords, suggested by Steve Pearlmutter.
6e104790 12347 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12348 port lists.
6e104790 12349 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12350 fix bug for /* / comments.
6e104790 12351 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12352 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12353 (verilog-pretty-declarations): Enhance to line up declarations
12354 inside a parameter list, suggested by Alan Morgan.
12355 (verilog-pretty-expr): Tune assignment regular expression match
12356 string for corner cases; also use markers instead of character
12357 number as indent changes the later.
fd9ea9d3
WS
12358
123592010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12360
6e104790
SM
12361 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12362 as missing keyword.
12363 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12364 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12365 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12366 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12367 Tennant.
12368 (verilog-keywords):
fd9ea9d3
WS
12369 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12370 1800-2009 keywords, including "global.".
12371
2a07afc5
JW
123722010-04-06 John Wiegley <jwiegley@gmail.com>
12373
8b32731a 12374 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12375 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12376 file basename). Should use uniquify to offer a real solution.
2a07afc5 12377
f9a27d86
JW
123782010-04-06 John Wiegley <jwiegley@gmail.com>
12379
8b32731a
JB
12380 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12381 comment to code, and add a :version tag.
12382 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12383
9caf8a8f
JB
123842010-04-06 Juanma Barranquero <lekktu@gmail.com>
12385
12386 Enable recentf-mode if using virtual buffers.
12387 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12388 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12389 (ido-make-buffer-list): Simplify.
12390 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12391
5a97d2da
JL
123922010-04-05 Juri Linkov <juri@jurta.org>
12393
12394 Scrolling commands which scroll a line instead of full screen.
12395 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12396
12397 * simple.el (scroll-up-line, scroll-down-line): New commands.
12398 Put property isearch-scroll=t on them.
12399
12400 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12401 Remove commands.
12402
79ce172a
JL
124032010-04-05 Juri Linkov <juri@jurta.org>
12404
8b32731a 12405 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12406 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12407
12408 * simple.el (scroll-up-command, scroll-down-command): New commands.
12409 Put property isearch-scroll=t on them.
12410
12411 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12412 `scroll-down-command' and [next] from `scroll-up' to
12413 `scroll-up-command'.
12414
12415 * emulation/cua-base.el: Put property CUA=move on
12416 `scroll-up-command' and `scroll-down-command'.
12417 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12418 and `scroll-down-command' to `cua-scroll-down'.
12419
309d5b43
JB
124202010-04-05 Juanma Barranquero <lekktu@gmail.com>
12421
6460e534 12422 * help.el (describe-mode): Return nil.
309d5b43 12423
0523d117
JW
124242010-04-04 John Wiegley <jwiegley@gmail.com>
12425
12426 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12427 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12428 (ido-virtual): Face used to indicate virtual buffers in the list.
12429 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12430 exists, but a virtual buffer of that name does (which would be why
12431 it was in the list), recreate the buffer by reopening the file.
12432 (ido-make-buffer-list): If virtual buffers are being used, call
12433 `ido-add-virtual-buffers-to-list' before the make list hook.
12434 (ido-virtual-buffers): New variable which contains a copy of the
12435 current contents of the `recentf-list', albeit pared down for the
12436 sake of speed, and with proper faces applied.
12437 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12438 create a list of "virtual buffers" to present to the user in
12439 addition to the currently open set. Note that this logic could
12440 get rather slow if that list is too large. With the default
12441 `recentf-max-saved-items' of 200, there is little speed penalty.
12442
202ff0d6
SM
124432010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * font-lock.el: Require CL when compiling.
12446 (font-lock-turn-on-thing-lock): Use `case'.
12447
ef43a0f4
EZ
124482010-04-03 Eli Zaretskii <eliz@gnu.org>
12449
12450 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12451 Zaretskii.
ef43a0f4 12452
9c13a46e
JL
124532010-04-02 Juri Linkov <juri@jurta.org>
12454
12455 * ehelp.el (electric-help-orig-major-mode):
12456 New buffer-local variable.
12457 (electric-help-mode): Set it to original major-mode. Doc fix.
12458 (with-electric-help): Use `electric-help-orig-major-mode' instead
12459 of (default-value 'major-mode). Doc fix.
12460 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12461
3fb87bf5
SS
124622010-04-02 Sam Steingold <sds@gnu.org>
12463
12464 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12465 `vc-hg-command' with a list of flags.
12466
202ff0d6
SM
12467 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12468 Also accept "patch" and "RFE".
dbb5e44a
SS
12469 (bug-reference-fontify): `bug-reference-url-format' can also be a
12470 function to be able to handle the bug kind.
202ff0d6 12471 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12472
d0b22876
JD
124732010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12474
12475 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12476 value to fboundp, it may not be a symbol.
12477
1625d379
CY
124782010-03-31 Chong Yidong <cyd@stupidchicken.com>
12479
202ff0d6 12480 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12481
1cd095c6
JL
124822010-03-31 Juri Linkov <juri@jurta.org>
12483
12484 * simple.el (next-line, previous-line): Re-throw a signal
12485 with `signal' instead of using `ding'.
12486 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12487
67189e62
JL
124882010-03-31 Juri Linkov <juri@jurta.org>
12489
12490 * simple.el (keyboard-escape-quit): Raise deselecting the active
12491 region higher than exiting the minibuffer.
12492 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12493
1546c559
JL
124942010-03-31 Juri Linkov <juri@jurta.org>
12495
12496 * image.el (image-animated-p): Use `image-metadata' instead of
12497 `image-extension-data'. Get GIF extenstion data from metadata
12498 property `extension-data'.
12499
85626eef
SM
125002010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * simple.el (append-to-buffer): Simplify.
12503
85738751 125042010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12505
12506 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12507 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12508
85738751 125092010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12510
12511 * language/sinhala.el (composition-function-table): Fix regexp for
12512 the new Unicode specification.
12513
12514 * language/indian.el (devanagari-composable-pattern)
12515 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12516 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12517 specification.
12518 (bengali-composable-pattern, gurmukhi-composable-pattern)
12519 (gujarati-composable-pattern, oriya-composable-pattern)
12520 (telugu-composable-pattern): New variables to cope with the new
12521 Unicode specification. Use them in composition-function-table.
12522
85738751 125232010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12524
79d74ac5 12525 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12526 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12527 vectors rather than cons cells, as used in menu-bar-update-buffers.
12528
85738751 125292010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12530
2a793f7f
CY
12531 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12532 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12533 electric punctuation for "{}();,:" (Bug#5586).
12534
03ffe8be
CY
12535 * mail/sendmail.el (mail-default-directory): Doc fix.
12536
85738751 125372010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12538
12539 * mail/sendmail.el (mail-default-directory): Doc fix.
12540
85738751 125412010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12542
12543 * subr.el (version-regexp-alist, version-to-list)
12544 (version-list-<, version-list-=, version-list-<=)
12545 (version-list-not-zero, version<, version<=, version=): Doc fix.
12546 (Bug#5744).
12547
85738751 125482010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12549
12550 * vc.el (vc-root-diff): Doc fix.
12551
85738751 125522010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12553
9aa2c576
CY
12554 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12555
9d30a9f4
CY
12556 * simple.el (append-to-buffer): Fix last change.
12557
85738751 125582010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12559
12560 * simple.el (append-to-buffer): Ensure that point is preserved if
12561 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12562 (Bug#5749)
12563
2372f278
SM
125642010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * files.el (auto-mode-case-fold): Change default to t.
12567
2223a1b3
JL
125682010-03-30 Juri Linkov <juri@jurta.org>
12569
12570 * dired-x.el (dired-omit-mode): Doc fix.
12571
0ef84fc8
JL
125722010-03-30 Juri Linkov <juri@jurta.org>
12573
12574 * replace.el (occur-accumulate-lines): Move occur-engine related
12575 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12576 to be located after `occur-engine'.
12577
dc2d2590
JL
125782010-03-30 Juri Linkov <juri@jurta.org>
12579
12580 Make occur handle multi-line matches cleanly with context.
12581 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12582
12583 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12584 (occur-engine): Add local variables `ret', `prev-after-lines',
12585 `prev-lines'. Use more arguments for `occur-context-lines'.
12586 Set first elem of its returned list to `data', and the second elem
12587 to `prev-after-lines'. Don't print the separator line.
12588 In the end, print remaining context after-lines.
12589 (occur-context-lines): Add new arguments `begpt', `endpt',
12590 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12591 after-lines of the previous match with before-lines of the
12592 current match and not overlap them. Return a list with two
12593 values: the output line and the list of context after-lines.
12594
47c88c06
JL
125952010-03-30 Juri Linkov <juri@jurta.org>
12596
12597 * replace.el (occur-accumulate-lines): Fix a bug where the first
12598 context line at the beginning of the buffer was missing.
12599
a7b02820
EZ
126002010-03-30 Eli Zaretskii <eliz@gnu.org>
12601
12602 * files.el: Make bidi-display-reordering safe variable for boolean
12603 values.
12604
9326ba26 126052010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12606 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12607
12608 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12609 (progress-reporter-update, progress-reporter-do-update):
12610 Handle non-numeric value arguments.
9326ba26
CY
12611 (progress-reporter--pulse-characters): New var.
12612
f6f8aa12
CY
126132010-03-28 Chong Yidong <cyd@stupidchicken.com>
12614
12615 * progmodes/compile.el (compilation-start): Fix regexp detection
12616 of initial cd command (Bug#5771).
12617
7ed287b5
CY
126182010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12619
12620 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12621
146b8b16
NR
126222010-03-27 Nick Roberts <nickrob@snap.net.nz>
12623
12624 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12625 * progmodes/gdb-mi.el: Restore.
12626 * progmodes/gdb-ui.el: Remove.
12627 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12628
b23caf75
GM
126292010-03-25 Glenn Morris <rgm@gnu.org>
12630
12631 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12632 all dired buffers, even tramp ones. (Bug#5755)
12633
18c812bd
SM
126342010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 Add "union tags" in mpc.el.
12637 * mpc.el: Remove backward compatibility code.
12638 (mpc-browser-tags): Change default.
12639 (mpc--find-memoize-union-tags): New var.
12640 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12641 (mpc-cmd-find): Handle the case where the playlist does not exist.
12642 Handle union-tags.
12643 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12644 (mpc-cmd-add): Use mpc-cmd-flush.
12645 (mpc-tagbrowser-tag-name): New fun.
12646 (mpc-tagbrowser-buf): Use it.
12647 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12648
efee6a6d
SM
126492010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12650
9586c41a
SM
12651 Misc cleanup.
12652 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12653 Use replace-regexp-in-string.
12654 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12655 (makefile-imake-mode-syntax-table): Move init into defvar.
12656 (makefile-mode): Use define-derived-mode.
12657
efee6a6d
SM
12658 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12659 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12660 not be present any more.
12661
c6f3804c
JB
126622010-03-24 Juanma Barranquero <lekktu@gmail.com>
12663
12664 * faces.el (set-face-attribute): Fix typo in docstring.
12665 (face-valid-attribute-values): Reflow docstring.
12666
e867cb5d 126672010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12668
efee6a6d 12669 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12670
e867cb5d 126712010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12672
12673 * indent.el (indent-for-tab-command): Doc fix.
12674
e867cb5d 126752010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12676
efee6a6d
SM
12677 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12678 Fix off-by-one error. Fixes bug #5747.
657071fc 12679
e867cb5d 126802010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12681
12682 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12683 (image-dired-read-comment): Doc fix.
12684
efee6a6d
SM
12685 * json.el (json-object-type, json-array-type, json-key-type)
12686 (json-false, json-null, json-read-number):
c8de140b
JB
12687 * minibuffer.el (completion-in-region-functions):
12688 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12689 (cal-tex-cursor-week):
12690 * emacs-lisp/trace.el (trace-function):
12691 * eshell/em-basic.el (eshell/printnl):
12692 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12693 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12694 * obsolete/levents.el (allocate-event, event-key, event-object)
12695 (event-point, event-process, event-timestamp, event-to-character)
12696 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12697 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12698 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12699 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12700 (reftex-highlight-selection): Fix typos in docstrings.
12701
e867cb5d 127022010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12703
12704 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12705
e867cb5d 127062010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12707
12708 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12709 2008-02-13 without comment; mark it obsolete.
12710 (rmail-highlight-headers): Use rmail-highlight-face once more.
12711
e867cb5d 127122010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12713
12714 * woman.el (woman2-process-escapes): Only consume the newline if
12715 the filler character is on a line by itself (Bug#5729).
12716
e867cb5d 127172010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12718
12719 * language/indian.el (devanagari-composable-pattern): Add more
12720 consonants.
12721
e867cb5d 127222010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12723
12724 * net/trampver.el: Update release number.
12725
e867cb5d 127262010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12727
efee6a6d
SM
12728 * net/tramp.el (tramp-find-executable):
12729 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12730 output of "wc -l" more robust.
12731 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12732 (tramp-open-connection-setup-interactive-shell): Remove workaround
12733 for OpenSolaris bug, it is not needed anymore.
12734
e867cb5d 127352010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12736
12737 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12738
e867cb5d 127392010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12740
12741 * files.el (auto-mode-alist): Accept more verilog file patterns.
12742
b2b8574b
SM
127432010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12746
1d94ebb0
GM
127472010-03-24 Glenn Morris <rgm@gnu.org>
12748
7e263967
GM
12749 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12750 log-edit-before-checkin-process.
12751
5ac92c5f
GM
12752 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12753
12754 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12755
549f324a
GM
12756 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12757 (log-view-process-buffer, log-edit-extra-flags): Declare.
12758
495b517c
GM
12759 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12760
f4087766
SS
127612010-03-23 Sam Steingold <sds@gnu.org>
12762
12763 Fix bug#5620: recalculate all markers on compilation buffer
12764 modifications, not on file modifications.
38e9aa53
GM
12765 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12766 variable: the buffer modification time, for buffers not associated with
12767 files.
f4087766
SS
12768 (compilation-mode): Create it.
12769 (compilation-filter): Update it.
12770 (compilation-next-error-function): Use it instead of
12771 `visited-file-modtime' for timestamp.
12772
774642e5
JL
127732010-03-23 Juri Linkov <juri@jurta.org>
12774
12775 Implement Occur multi-line matches.
12776 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12777
12778 * replace.el (occur): Doc fix.
12779 (occur-engine): Set `begpt' to the beginning of the first line.
12780 Set `endpt' to the end of the last match line. At first, count
12781 line numbers between `origpt' and `begpt'. Split out code from
12782 `out-line' variable to new let-bindings `match-prefix' and
12783 `match-str'. In `out-line' add non-numeric prefix to all
12784 non-first lines of multi-line matches. Finally, count lines
12785 between `begpt' and `endpt' and add to `lines'.
12786
f14d1172
JL
127872010-03-23 Juri Linkov <juri@jurta.org>
12788
12789 * replace.el (occur-accumulate-lines, occur-engine):
12790 Use `occur-engine-line' instead of duplicate code.
12791 (occur-engine-line): New function created from duplicate code
12792 in `occur-accumulate-lines' and `occur-engine'.
12793
53e87c57
JL
12794 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12795 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12796
75a3ff20
JL
127972010-03-23 Juri Linkov <juri@jurta.org>
12798
12799 * finder.el: Remove TODO tasks.
12800
12801 * info.el (Info-finder-find-node): Add node "all"
12802 with all package info. Handle a list of multiple keywords
12803 separated by comma.
12804 (info-finder): In interactive use with a prefix argument,
12805 use `completing-read-multiple' to read a list of keywords
12806 separated by comma.
12807
00278747
SM
128082010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 Add a new completion style `substring'.
12811 * minibuffer.el (completion-basic--pattern): New function.
12812 (completion-basic-try-completion, completion-basic-all-completions):
12813 Use it.
12814 (completion-substring--all-completions)
12815 (completion-substring-try-completion)
12816 (completion-substring-all-completions): New functions.
12817 (completion-styles-alist): New style `substring'.
12818
64cb11cc
SM
128192010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12820
12821 Get rid of .elc files after removal of the corresponding .el.
12822 * Makefile.in (compile-clean): New target.
12823 (compile-main): Use it.
12824
835e2c65
JD
128252010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12826
12827 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12828 don't do make there. When compiling with separate object dir, there
12829 is no Makefile there.
12830
111a9dff
SM
128312010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 Get rid of the ELCFILES abomination, again.
12834 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12835 (all, compile): Don't call compile-last.
12836 (compile-main): Build the "elcfiles" list dynamically.
12837 (compile-targets): New (internal) target.
12838
82c3d67a
AS
128392010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12840
12841 * Makefile.in (top_srcdir): Define.
12842 (abs_top_builddir): Define.
12843 (srcdir): Don't append `/..'.
12844 (EMACS): Use ${abs_top_builddir}.
12845 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12846 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12847 $(srcdir).
82c3d67a
AS
12848 (lisp): Use $(srcdir) instead of @srcdir@.
12849
d66ecdbb
JL
128502010-03-21 Juri Linkov <juri@jurta.org>
12851
12852 Fix message of multi-line occur regexps and multi-buffer header lines.
12853 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12854
12855 * replace.el (occur-1): Don't display regexp if it is longer
12856 than window-width. Use `query-replace-descr' to display regexp.
12857 (occur-engine): Don't display regexp in the buffer header for
12858 multi-buffer occur. Display a separate header line with total
12859 match count and regexp for multi-buffer occur.
12860 Use `query-replace-descr' to display regexp.
12861
f05e1b94
TZ
128622010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12863
12864 * net/secrets.el: Fix parenthesis.
12865 (secrets-enabled): Fix parenthesis.
12866
801ba3ba
SM
128672010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12868
3613edce
SM
12869 Use more relative file and directory names.
12870 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12871 (setwins, setwins_almost, setwins_for_subdirs):
12872 Don't `cd'; output relative names.
12873 (all, compile, compile-always, compile-last): Set emacswd.
12874 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12875 Just cd to the lisp source dir so we can use relative file names.
12876
801ba3ba
SM
12877 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12878
2b1400b9
GM
128792010-03-20 Glenn Morris <rgm@gnu.org>
12880
12881 * textmodes/rst.el: Use faces for font-lock customization, and make the
12882 old -face variables obsolete.
12883 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12884 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12885 (rst-block-face, rst-external-face, rst-definition-face)
12886 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12887 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12888 Make obsolete.
12889 (rst-font-lock-keywords-function): Update for above changes.
12890
5e418f17
JL
128912010-03-20 Juri Linkov <juri@jurta.org>
12892
12893 * s-region.el:
12894 * obsolete/s-region.el: Move to obsolete.
12895
b0287b39
JB
128962010-03-19 Juanma Barranquero <lekktu@gmail.com>
12897
12898 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12899
3c95bbb6
DN
129002010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12901
12902 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12903
09158997
DN
129042010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12905
12906 Add special markup processing for commit logs.
12907 * log-edit.el (log-edit-extra-flags): New variable.
12908 (log-edit): Add new argument MODE. Use that mode when non-nil
12909 instead of the log-view-mode.
12910 (log-view-process-buffer): New function.
12911
12912 * vc.el: Document that the checkin method takes optional
12913 arguments. Document new backend specific method: log-view-mode.
12914 (vc-default-log-edit-mode): New function.
12915 (vc-checkin): Use a backend specific log-view-mode.
12916 Pass extra arguments to the checkin method.
12917 (vc-modify-change-comment): Pass a dummy extra argument.
12918
12919 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12920 log-edit.
12921 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12922 (vc-finish-logentry): Process the log buffer before passing it
12923 down. Pass log-edit-extra-flags.
12924
12925 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12926 command.
85626eef
SM
12927 (log-edit-extra-flags, log-edit-before-checkin-process):
12928 New declarations.
09158997
DN
12929
12930 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12931 command.
85626eef
SM
12932 (log-edit-extra-flags, log-edit-before-checkin-process):
12933 New declarations.
09158997
DN
12934 (vc-hg-log-edit-mode): New derived mode.
12935
12936 * vc-arch.el (vc-arch-checkin):
12937 * vc-cvs.el (vc-cvs-checkin):
12938 * vc-git.el (vc-git-checkin):
12939 * vc-mtn.el (vc-mtn-checkin):
12940 * vc-rcs.el (vc-rcs-checkin):
12941 * vc-sccs.el (vc-sccs-checkin):
12942 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12943
f430423d
SM
129442010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12947 parent typo).
12948
aa8f8277
GM
129492010-03-19 Glenn Morris <rgm@gnu.org>
12950
f430423d 12951 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12952
04525749
GM
129532010-03-18 Glenn Morris <rgm@gnu.org>
12954
c70815f1
GM
12955 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12956
84d0a5f8
GM
12957 * replace.el (query-replace-history): Give it a doc string.
12958 (map-query-replace-regexp): Use query-replace-from-history-variable
12959 and query-replace-to-history-variable.
12960
e3a15161
GM
12961 * mail/hashcash.el (declare-function): Remove duplicate definition.
12962
27be0364
GM
12963 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12964 Make it an obsolete alias for report-emacs-bug-address.
12965 (message-strip-special-text-properties): Declare.
12966 (report-emacs-bug): Remove test for a pretest bug address.
12967 Combine message-mode-specific code.
12968
88b8d18e
GM
12969 * mail/supercite.el: Don't require sendmail.
12970 (mh-in-header-p): Declare rather than using with-no-warnings.
12971 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12972 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12973
1a355d09
GM
12974 * calendar/cal-french.el: Convert to utf-8.
12975
04525749
GM
12976 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12977 Emacs scripts.
12978
ae84eb97
MA
129792010-03-16 Michael Albinus <michael.albinus@gmx.de>
12980
12981 * net/secrets.el (secrets-enabled): New variable. Use it instead
12982 of a subfeature.
12983
7c75524e
MA
129842010-03-15 Michael Albinus <michael.albinus@gmx.de>
12985
12986 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12987 service "org.freedesktop.secrets" can be pinged.
12988 Provide subfeature `enabled'.
7c75524e 12989
57938a79
JL
129902010-03-14 Juri Linkov <juri@jurta.org>
12991
12992 Add finder unknown keywords.
12993
12994 * finder.el (finder-unknown-keywords): New function.
12995
12996 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12997 to create a Finder node with unknown keywords.
12998
88f4758e
JL
129992010-03-14 Juri Linkov <juri@jurta.org>
13000
13001 * finder.el (finder-compile-keywords): Replace `princ' with
13002 `prin1' on a list of symbols interned from keyword strings.
13003
13004 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13005 a comma, then split keywords using a comma and optional whitespace.
13006 Otherwise, split by whitespace.
13007
13008 * complete.el:
13009 * face-remap.el:
13010 * log-view.el:
13011 * net/hmac-def.el:
13012 * net/hmac-md5.el:
13013 * net/netrc.el:
13014 * progmodes/mixal-mode.el: Fix keywords.
13015
7725ebb7
MA
130162010-03-13 Michael Albinus <michael.albinus@gmx.de>
13017
13018 * Makefile.in (ELCFILES): Add net/secrets.elc.
13019
13020 * net/secrets.el: New file.
13021
6f320937
CY
130222010-03-12 Chong Yidong <cyd@stupidchicken.com>
13023
13024 * facemenu.el (list-colors-display, list-colors-print): New arg
13025 callback. Use it to allow selecting colors.
13026
13027 * wid-edit.el (widget-image-insert): Insert image prop even if the
13028 current display is non-graphic.
13029 (widget-field-value-set): New fun.
13030 (editable-field): Use it.
13031 (widget-field-value-get): Clean up unused var.
85626eef
SM
13032 (widget-color-value-create, widget-color--choose-action):
13033 New funs. Allow using list-colors-display to choose color.
6f320937 13034
647f9993
CY
130352010-03-12 Chong Yidong <cyd@stupidchicken.com>
13036
13037 * cus-edit.el: Resort topmost custom groups.
13038 (custom-buffer-sort-alphabetically): Default to t.
13039 (customize-apropos): Use apropos-parse-pattern.
13040 (custom-search-field): New var.
13041 (custom-buffer-create-internal): Add custom-apropos search field.
13042 (custom-add-parent-links): Don't display parent doc.
13043 (custom-group-value-create): Don't sort top-level custom group.
85626eef 13044 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
13045
13046 (custom-variable-state): New fun, from custom-variable-state-set.
13047 (custom-variable-state-set): Use it.
13048 (custom-group-value-create): Hide options with standard values
13049 using the :hidden-states property. Use progress reporter.
13050
13051 (custom-show): Simplify.
13052 (custom-visibility): Disable images by default.
13053 (custom-variable): New property :hidden-states.
13054 (custom-variable-value-create): Enable images for
13055 custom-visibility widgets. Use :hidden-states property to
13056 determine initial visibility.
13057
13058 * wid-edit.el (widget-image-find): Give images center ascent.
13059 (visibility): Add :on-image and :off-image properties.
13060 (widget-visibility-value-create): Use them.
13061
eba5b4dd
CY
130622010-03-12 Chong Yidong <cyd@stupidchicken.com>
13063
13064 * cus-edit.el (processes): Remove from development group.
13065 (oop, hypermedia): Delete group.
26f4b8ab 13066 (comm): Promote to top-level group.
eba5b4dd
CY
13067
13068 * net/browse-url.el (browse-url):
13069 * net/xesam.el (xesam):
13070 * net/tramp.el (tramp):
13071 * net/goto-addr.el (goto-address):
26f4b8ab 13072 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
13073
13074 * view.el (view): Remove from editing group.
13075
13076 * uniquify.el (uniquify): Put in files group.
13077
13078 * net/browse-url.el (browse-url):
13079 * ps-print.el (postscript): Put in external group.
13080
13081 * cus-edit.el (outlines):
13082 * textmodes/text-mode.el (text-mode-hook):
13083 * textmodes/table.el (table):
13084 * textmodes/picture.el (picture):
13085 * outline.el (outlines): Put in wp group.
13086
13087 * nxml/nxml-mode.el (nxml): Remove from wp group.
13088
13089 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13090
13091 * mail/metamail.el (metamail): Remove from hypermedia group.
13092
13093 * cus-edit.el (abbrev):
13094 * whitespace.el (whitespace):
13095 * vcursor.el (vcursor):
13096 * reveal.el (reveal):
13097 * hl-line.el (hl-line): Put in convenience group.
13098
13099 * epg-config.el (epg): Put in data group.
13100
13101 * emulation/pc-select.el (pc-select): Put in emulations group.
13102
13103 * calculator.el (calculator): Put in applications group.
13104
8117868f
DN
131052010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13106
13107 Add .dir-locals.el support for file-less buffers.
13108 * files.el (hack-local-variables): Split out code to apply local
13109 variable settings ...
13110 (hack-local-variables-apply): ... here. New function.
13111 (hack-dir-local-variables): Use the default directory for when the
13112 buffer does not have an associated file.
13113 (hack-dir-local-variables-non-file-buffer): New function.
13114 * diff-mode.el (diff-mode):
13115 * vc-annotate.el (vc-annotate-mode):
13116 * vc-dir.el (vc-dir-mode):
13117 * log-edit.el (log-edit-mode):
13118 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13119
855a2294
DN
131202010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13121
13122 Add support for shelving snapshots and for showing shelves.
13123 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13124 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13125 New functions.
13126 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13127 (vc-bzr-extra-menu-map): Map them.
13128
3e5b7009
GM
131292010-03-11 Glenn Morris <rgm@gnu.org>
13130
0dcf7d7e
GM
13131 * cus-edit.el (customize-changed-options-previous-release):
13132 Bump to 23.1.
13133
3e5b7009
GM
13134 * image.el (image-animate-max-time): Fix :version tag.
13135
288f9fc0
CY
131362010-03-10 Chong Yidong <cyd@stupidchicken.com>
13137
13138 * Branch for 23.2.
13139
53ef91b1
SM
131402010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * vc-git.el (vc-git-revision-table): Include remote branches.
13143
b41460ae 131442010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
13145
13146 Animated image API.
13147 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13148
13149 * image.el (image-animate-max-time): New defcustom.
13150 (image-animated-types): New defconst.
13151 (create-animated-image, image-animate-timer)
13152 (image-animate-start, image-animate-stop, image-animate-timeout)
13153 (image-animated-p): New functions.
13154
13155 * image-mode.el (image-toggle-display-image):
13156 Replace `create-image' with `create-animated-image'.
13157
e5d1fb10 131582010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
13159
13160 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13161 instead of "format:"; this ensures that the output is
13162 newline-terminated.
13163
4e7cafbe
CY
131642010-03-08 Chong Yidong <cyd@stupidchicken.com>
13165
13166 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13167 that all errors are caught, and that the return value is always a
13168 list (Bug#5692).
13169
aec66319
KH
131702010-03-08 Kenichi Handa <handa@m17n.org>
13171
13172 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 13173 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 13174
b327c975
AS
131752010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13176
13177 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13178 call to rfc822-bad-address. (Bug#5692)
13179
1c465a6a
CY
131802010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13181
85626eef
SM
13182 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13183 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13184
a4e32226
CY
131852010-03-06 Chong Yidong <cyd@stupidchicken.com>
13186
13187 * calculator.el (calculator): Don't bind split-window-keep-point
13188 (Bug#5674).
13189
4c83ed3d
SM
131902010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * vc-git.el: Re-flow to fit into 80 columns.
13193 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13194 Remove spurious `quote' element in each case alternative.
13195 (vc-git-show-log-entry): Use prog1.
13196 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13197
e8defde3
SM
131982010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13199
13200 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13201
233f0c9f
CY
132022010-03-03 Chong Yidong <cyd@stupidchicken.com>
13203
13204 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13205 definition, not the name (Bug#5481).
13206
254bedef 132072010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13208
13209 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13210 argument with a local variable. (Bug#5670)
13211
7187cdae
JL
132122010-03-02 Juri Linkov <juri@jurta.org>
13213
13214 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13215
9cf3544e
MA
132162010-03-02 Michael Albinus <michael.albinus@gmx.de>
13217
13218 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13219 error when FILENAME and NEWNAME are existing remote directories.
13220
13221 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13222 parameter DIR-FLAG.
13223
33f77982
GM
132242010-03-02 Glenn Morris <rgm@gnu.org>
13225
13226 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13227 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13228
d99ea08e
KH
132292010-03-01 Kenichi Handa <handa@m17n.org>
13230
e8defde3 13231 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13232 myanmar-composable-pattern.
13233
e8defde3
SM
13234 * international/characters.el (script-list):
13235 * international/fontset.el (script-representative-chars):
13236 Change myanmar to burmese.
d99ea08e 13237 (otf-script-alist): Likewise.
4aa2c3b2
KH
13238 (setup-default-fontset): Likewise. Re-fix :otf spec.
13239
b374f54d
KY
132402010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13241
13242 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13243
71572c03
JD
132442010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13245
13246 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13247
00cffdeb
MA
132482010-02-28 Michael Albinus <michael.albinus@gmx.de>
13249
13250 * net/tramp.el (tramp-handle-write-region): START can be a string.
13251 Take care in the checks. Reported by Dan Davison
13252 <davison@stats.ox.ac.uk>.
13253
d4b06783
MA
132542010-02-28 Michael Albinus <michael.albinus@gmx.de>
13255
13256 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13257 (dbus-set-property, dbus-get-all-properties):
13258 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13259
8c3e96d2
CY
132602010-02-28 Chong Yidong <cyd@stupidchicken.com>
13261
de3a1fe9
CY
13262 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13263 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13264 * calendar/icalendar.el (icalendar--add-diary-entry):
13265 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13266 * files.el (recover-session-finish): Use with-current-buffer
13267 instead of save-excursion.
13268
c53b9c3b
SM
132692010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 Fix in-buffer completion when after-change-functions modify the buffer.
13272 * minibuffer.el (completion--replace): New function.
13273 (completion--do-completion): Use it and use relative movement.
13274
4a16bdc6
CY
132752010-02-27 Chong Yidong <cyd@stupidchicken.com>
13276
13277 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13278
b8280f39
CY
132792010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13280
c53b9c3b
SM
13281 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13282 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13283
f88cc4d6
KH
132842010-02-26 Kenichi Handa <handa@m17n.org>
13285
13286 * language/burmese.el: Fix entries in composition-function-table.
13287 (myanmar-composable-pattern): New variable.
13288
13289 * international/fontset.el (setup-default-fontset): Add an entry
13290 for myanmar.
13291
13292 * international/characters.el (script-list): Add Myanmar
13293 Extended-A.
13294
cdbf9100
GM
132952010-02-26 Glenn Morris <rgm@gnu.org>
13296
90a94603
GM
13297 * custom.el (custom-initialize-delay): Doc fix.
13298
cdbf9100
GM
13299 * mail/sendmail.el (send-mail-function): Autoload the call
13300 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13301
f95a5fd0
CY
133022010-02-24 Chong Yidong <cyd@stupidchicken.com>
13303
13304 * files.el (hack-local-variables-filter): For eval forms, also
13305 check safe-local-variable-p (Bug#5636).
13306
459a5f4b
MA
133072010-02-22 Michael Albinus <michael.albinus@gmx.de>
13308
13309 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13310 setting the modes by `ignore-errors'. It might fail, for example
13311 if the file is not owned by the user but the group.
13312 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13313
bb23f6e8
CY
133142010-02-21 Chong Yidong <cyd@stupidchicken.com>
13315
6a7662bb
BR
13316 * files.el (directory-listing-before-filename-regexp):
13317 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13318 date-like filenames (Bug#5597).
13319
b660eb70
CY
13320 * htmlfontify.el (htmlfontify): Doc fix.
13321
13322 * eshell/eshell.el (eshell): Doc fix.
13323
bb23f6e8
CY
13324 * startup.el (fancy-about-screen): In mode-line, apply
13325 mode-line-buffer-id face only to the buffer name (Bug#5613).
13326
3e39928c
CY
133272010-02-20 Kevin Ryde <user42@zip.com.au>
13328
f7e0618c
JB
13329 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13330 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13331 (Bug#5599).
13332
0f00e948
EZ
133332010-02-20 Eli Zaretskii <eliz@gnu.org>
13334
13335 * subr.el (remove-yank-excluded-properties): Explain in a comment
13336 why `category' property is removed.
13337
3513efb2
CY
133382010-02-19 Chong Yidong <cyd@stupidchicken.com>
13339
6a7662bb
BR
13340 * isearch.el (isearch-update-post-hook, isearch-update):
13341 Revert 2010-02-17 change.
3513efb2 13342
b4340b3f
UJ
133432010-02-19 Ulf Jasper <ulf.jasper@web.de>
13344
13345 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13346 (icalendar--convert-weekly-to-ical)
13347 (icalendar--convert-yearly-to-ical)
13348 (icalendar--convert-block-to-ical)
13349 (icalendar--convert-cyclic-to-ical)
13350 (icalendar--convert-anniversary-to-ical): Take care of time
13351 specifications where hour has 1-digit only (Bug#5549).
13352
8cfae03d
NR
133532010-02-19 Nick Roberts <nickrob@snap.net.nz>
13354
13355 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13356 of disassemble output in GDB 7.1.
13357
055e4eea
GM
133582010-02-19 Glenn Morris <rgm@gnu.org>
13359
13360 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13361 property. (Bug#5593)
13362
ff6b00de
SS
133632010-02-18 Sam Steingold <sds@gnu.org>
13364
13365 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13366
fe8c0b47
SM
133672010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13368
13369 Use abbreviated file names in bookmarks (bug#5591).
13370 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13371 calls to expand-file-name.
13372 (bookmark-relocate): Use abbreviated file names in bookmarks.
13373 (bookmark-load): Use abbreviated file names in messages.
13374
73a37a69
MA
133752010-02-18 Michael Albinus <michael.albinus@gmx.de>
13376
13377 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13378 expand "." and "..". Reported by Thierry Volpiatto
13379 <thierry.volpiatto@gmail.com>.
13380
6e4f5731
MA
133812010-02-18 Michael Albinus <michael.albinus@gmx.de>
13382
13383 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13384 permissions of the temporary file to "0600". In case the remote
13385 file has no read permissions for the owner, there might be
13386 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13387
1338822010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13389
13390 * emacs-lisp/authors.el (authors-renamed-files-alist):
13391 Add entries for INSTALL.CVS.
13392
ba5bf642
MH
133932010-02-17 Mark A. Hershberger <mah@everybody.org>
13394
f7e0618c 13395 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13396
f7e0618c 13397 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13398 (isearch-update): Use the new hook.
13399
aac0b0f2
MA
134002010-02-16 Michael Albinus <michael.albinus@gmx.de>
13401
fe8c0b47
SM
13402 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13403 Fix errors in copying directories.
aac0b0f2
MA
13404 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13405 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13406 (tramp-handle-delete-file)
13407 (tramp-handle-dired-recursive-delete-directory)
13408 (tramp-handle-write-region): Flush also the cache for the upper
13409 directory.
13410
05bbe066
CY
134112010-02-16 Chong Yidong <cyd@stupidchicken.com>
13412
e8ab3908
CY
13413 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13414
ff90f4b0
CY
13415 * cus-edit.el (hardware): Doc fix.
13416
13417 * man.el (man): Add to external custom group.
13418
13419 * delim-col.el (columns): Move to wp custom group.
13420
13421 * doc-view.el (doc-view): Add to data custom group.
13422
fe8c0b47 13423 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13424
05bbe066
CY
13425 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13426 by ispell-parse-output (Bug#5575).
13427
fa6ea913
KH
134282010-02-16 Kenichi Handa <handa@m17n.org>
13429
13430 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13431 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13432 (skkdic-convert): Use `euc-japan' coding system for writing.
13433
88fd78ae
GM
134342010-02-16 Glenn Morris <rgm@gnu.org>
13435
13436 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13437 tex-main-file before using it. (Bug#5562)
13438
2b8c974a
SM
134392010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13442 warnings, since it is annoying for the user to see them each time he
13443 runs the code.
13444
7540f029
MA
134452010-02-15 Michael Albinus <michael.albinus@gmx.de>
13446
13447 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13448 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13449 instead of PROC for caching "first-password-request". Otherwise,
13450 new processes would not profit from passwords already entered.
13451
2b8c974a
SM
13452 * net/tramp-cache.el (tramp-dump-connection-properties):
13453 Don't save "first-password-request" property.
7540f029 13454
fa5f7c5f
JB
134552010-02-14 Juanma Barranquero <lekktu@gmail.com>
13456
13457 * outline.el (outline-head-from-level):
13458 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13459 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13460 (elint-defun, elint-buffer-env, elint-top-form-logged)
13461 (elint-unbound-variable):
13462 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13463 Fix typos in docstrings.
13464
ecbaeb7b
MA
134652010-02-14 Michael Albinus <michael.albinus@gmx.de>
13466
13467 * files.el (insert-directory): When WILDCARD-REGEXP and
13468 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13469 whole directory. (Bug#5551)
13470
13471 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13472 dired's alignment sanity. (Bug#5516)
13473
91e3333f
JL
134742010-02-14 Juri Linkov <juri@jurta.org>
13475
13476 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13477 Remove remaining ^H with their preceding chars. (Bug#5566)
13478
36020642
GM
134792010-02-13 Glenn Morris <rgm@gnu.org>
13480
13481 * simple.el (transpose-subr): Give it a doc-string.
13482
13483 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13484 Doc fixes.
13485
f5952338
JL
134862010-02-12 Juri Linkov <juri@jurta.org>
13487
13488 * arc-mode.el (archive-unique-fname): Make directories for nested
13489 archives. (Bug#5540)
13490
918fe50f
JL
134912010-02-12 Juri Linkov <juri@jurta.org>
13492
13493 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13494
c07ff221
SM
134952010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13496
48b1e7cf
SM
13497 * subr.el (copy-overlay): Handle deleted overlays.
13498
c07ff221
SM
13499 * man.el (Man-completion-table): Don't signal an error if we can't run
13500 manual-program (bug#4056).
13501
0e374247
JB
135022010-02-10 Juanma Barranquero <lekktu@gmail.com>
13503
13504 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13505
dbf8402b
SM
135062010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13507
348d1e60
SM
13508 * info.el (Info-bookmark-jump): Simplify.
13509
dbf8402b
SM
13510 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13511 (bookmark-default-handler): Accept new bookmark field `buffer'.
13512
e6d23bb5
CY
135132010-02-10 Chong Yidong <cyd@stupidchicken.com>
13514
13515 * iswitchb.el (iswitchb-completions): Revert last change.
13516
a8e4290b
MA
135172010-02-10 Michael Albinus <michael.albinus@gmx.de>
13518
2b23acde 13519 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13520 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13521 This prevents file names like "~/" being listed literally.
a8e4290b 13522
c59d6fad
DN
135232010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13524
348d1e60
SM
13525 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13526 Remove dead code. (Bug#5546)
c59d6fad 13527
3a66e78f
CY
135282010-02-09 Chong Yidong <cyd@stupidchicken.com>
13529
13530 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13531 correctly (Bug#5548).
13532
f29fd869
CY
135332010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13534
13535 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13536 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13537
7fad1447
KH
135382010-02-08 Kenichi Handa <handa@m17n.org>
13539
13540 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13541 cookie for putting `lisp-indent-function'.
7fad1447 13542
50e4518b
GM
135432010-02-07 Glenn Morris <rgm@gnu.org>
13544
13545 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13546 Move F2003 named interfaces from keywords-2 to keywords-1, and
13547 use function-name-face rather than constant-face.
13548 Simplify "abstract interface" regexp.
13549
a4cc44cf
CY
135502010-02-07 Chong Yidong <cyd@stupidchicken.com>
13551
13552 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13553 ID-FORMAT. Pass it to `file-attributes'.
13554
13555 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13556
c917476d
CY
135572010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13558
13559 * faces.el (set-face-attribute): Allow calling
13560 internal-set-lisp-face-attribute with 'unspecified family and
13561 foundry argument (Bug#5536).
13562
7cf3f3d6
GM
135632010-02-07 Glenn Morris <rgm@gnu.org>
13564
13565 * progmodes/f90.el (f90-font-lock-keywords-2)
13566 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13567 Handle F2003 named interfaces.
13568
ffe87109
CY
135692010-02-06 Chong Yidong <cyd@stupidchicken.com>
13570
13571 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13572 beg and end before calling c-get-state-before-change-functions.
13573
4775ecad
DN
135742010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13575
33aeea0e
SM
13576 * vc-bzr.el (vc-bzr-dir-extra-headers):
13577 Disable the pending merges header.
4775ecad 13578
0d17c4b9
JL
135792010-02-05 Juri Linkov <juri@jurta.org>
13580
13581 * doc-view.el (doc-view-mode):
13582 * image-mode.el (image-mode): Put property mode-class=special.
13583 (Bug#4896)
13584
8228a275
MH
135852010-02-05 Mark A. Hershberger <mah@everybody.org>
13586
13587 * vc-svn.el (vc-svn-revision-table): New function.
13588
d9320986
MA
135892010-02-05 Michael Albinus <michael.albinus@gmx.de>
13590
13591 * net/ange-ftp.el (ange-ftp-insert-directory):
13592 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13593 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13594 Handle also directories. (Bug#5478)
13595
f43d8ecc
GM
135962010-02-05 Glenn Morris <rgm@gnu.org>
13597
13598 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13599
ce3a988d
CY
136002010-02-05 Chong Yidong <cyd@stupidchicken.com>
13601
13602 * startup.el (command-line-1): Convert options beginning with a
13603 single dash as well (Bug#5519).
13604
bdd42899
SM
136052010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13606
51b23c44
SM
13607 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13608 * minibuffer.el (completion-initials-expand): Only check the presence
13609 of delims *within* the boundaries, since otherwise the / delim is
13610 always found for files.
13611
bdd42899
SM
13612 Fix up various corner case problems.
13613 * doc-view.el (doc-view-last-page-number): New function.
13614 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13615 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13616 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13617 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13618 (doc-view-convert-current-doc): Don't create the resolution.el file
13619 here any more.
13620 (doc-view-pdf/ps->png): Do it here instead.
13621 (doc-view-already-converted-p): Check that resolution.el is present.
13622 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13623 windows that are not yet showing images.
13624
d5b3979c
MA
136252010-02-04 Michael Albinus <michael.albinus@gmx.de>
13626
13627 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13628 `dired-uncache' for every elemnt which is an absolute file name.
13629
13630 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13631 directory, handle its directory component.
13632 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13633 function is called permanently and creates noise, otherwise.
13634
13635 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13636 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13637 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13638
b003beb1
DB
136392010-02-04 David Burger <dburger@google.com> (tiny change)
13640
13641 * macros.el (apply-macro-to-region-lines):
13642 Minor simplification. (Bug#5485)
13643
ea92f9f3
GM
136442010-02-04 Glenn Morris <rgm@gnu.org>
13645
a03ae20d
GM
13646 * mail/rmail.el (rmail-show-message-1): Handle malformed
13647 quoted-printable text. (Bug#5441)
13648
4d01b827
GM
13649 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13650
ea92f9f3
GM
13651 * simple.el (visual-line-mode): Capitalize lighter.
13652
82055bb7
JW
136532010-02-03 John Wiegley <jwiegley@gmail.com>
13654
13655 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13656 list of files considered for "virtual buffer" completions.
13657
8214b6e4
MA
136582010-02-03 Michael Albinus <michael.albinus@gmx.de>
13659
13660 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13661 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13662 when dired is called with a list of files, which are not in
13663 `default-directory'. (Bug#5478)
13664
1df9718f
SM
136652010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13666
13667 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13668
02ba1267
JL
136692010-02-02 Juri Linkov <juri@jurta.org>
13670
13671 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13672 from unidiff to allow function-line after @@.
13673
a0c6a0fb
JL
136742010-02-02 Juri Linkov <juri@jurta.org>
13675
13676 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13677 '(RCS SCCS) with inverted condition.
13678
c35fcd52
MA
136792010-02-02 Michael Albinus <michael.albinus@gmx.de>
13680
13681 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13682 messages.
13683
6ba973c1
JL
136842010-02-01 Juri Linkov <juri@jurta.org>
13685
13686 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13687 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13688 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13689 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13690
0bca393f
SM
136912010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13692
13693 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13694 (doc-view-revert-buffer): New command.
13695 (doc-view-mode-map): Use it.
13696
7a444e2a
DN
136972010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13698
13699 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13700 pending merge is detected.
13701
ad6fc8f4
JL
137022010-01-31 Juri Linkov <juri@jurta.org>
13703
13704 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13705 beginning of interactive spec like all other grep commands do.
13706 Put "all" in front of "gz". (Bug#5260)
13707
b9236874
DN
137082010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13709
13710 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13711
1e868757
CY
137122010-01-29 Chong Yidong <cyd@stupidchicken.com>
13713
13714 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13715 regexp is incorrect (Bug#5476).
13716
e5c70c41
MA
137172010-01-29 Michael Albinus <michael.albinus@gmx.de>
13718
13719 * net/tramp.el (tramp-handle-insert-directory): Handle also
13720 symlinks, when FILENAME is not in `default-directory'.
13721
0c0b61f1
MA
137222010-01-28 Michael Albinus <michael.albinus@gmx.de>
13723
13724 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13725 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13726
13727 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13728 of SWITCHES. Handle the case, FILENAME is not in
13729 `default-directory'. (Bug#5478)
13730 (tramp-register-file-name-handlers): Add safe-magic property.
13731
763f325e
CY
137322010-01-28 Chong Yidong <cyd@stupidchicken.com>
13733
13734 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13735 unzip (Bug#5475).
13736
fd09a83f
CY
137372010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13738
13739 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13740 (flymake-master-make-header-init): Add other C++ filename masks.
13741 (flymake-find-possible-master-files)
13742 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13743
7e5686f0
MA
137442010-01-28 Michael Albinus <michael.albinus@gmx.de>
13745
13746 Fix some busybox annoyances.
13747
13748 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13749 not responding." string.
13750 (tramp-open-connection-setup-interactive-shell): Dump stty
13751 settings. Enable "neveropen" arg for all `tramp-send-command'
13752 calls. Handle "=" in variable values properly.
13753 (tramp-find-inline-encoding): Raise an error, when no encoding is
13754 found.
13755 (tramp-wait-for-output): Check, whether PROC buffer is available.
13756 Remove spurious " ^H" sequences, sent by busybox.
13757 (tramp-get-ls-command): Suppress coloring, if possible.
13758
c6265c10
GM
137592010-01-28 Glenn Morris <rgm@gnu.org>
13760
c85a168b
GM
13761 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13762
c6265c10
GM
13763 * log-edit.el (log-edit-strip-single-file-name): Add missing
13764 :safe, :group, and :version tags.
13765
7d82a738
SB
137662010-01-27 Stephen Berman <stephen.berman@gmx.net>
13767
13768 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13769 buffers. (Bug#5477)
13770
8b0e68ea
CY
137712010-01-27 David De La Harpe Golden <david@harpegolden.net>
13772
13773 * files.el (delete-directory): Handle moving to trash without
13774 first doing recursion (Bug#5436).
13775
368d3208
DN
137762010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13777
13778 * vc-hooks.el (vc-path): Mark as obsolete.
13779
755da7fa
DN
137802010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13781
e2396d80
DN
13782 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13783 names too.
13784
755da7fa
DN
13785 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13786 for the short log.
13787 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13788
6a6d15ab 137892010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13790
ac9ffe99 13791 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13792
48c2d18a 13793 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13794
25f38310 137952010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13796
13797 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13798 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13799
51850286
DN
138002010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13801
c2f1d6d8
DN
13802 Remove support for adding --signoff on commit.
13803 Future support will use an incompatible generic mechanism.
13804 * vc-git.el (vc-git-add-signoff): Remove variable.
13805 (vc-git-toggle-signoff): Remove function.
13806 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13807
6a7662bb
BR
13808 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13809 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13810 was set.
13811 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13812 earlier, call it again in case the background mode has changed.
13813
02c6d0d0
CY
138142010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13815
13816 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13817 (Bug#3541).
13818
064eee03
CY
138192010-01-23 Chong Yidong <cyd@stupidchicken.com>
13820
02c6d0d0
CY
13821 * emacs-lisp/assoc.el (aelement): Doc fix.
13822 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13823
5336c3ec 138242010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13825
48c2d18a 13826 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13827 is the same as subprogram call, not declaration. (Bug#5435).
13828
0536254e
MA
138292010-01-23 Michael Albinus <michael.albinus@gmx.de>
13830
13831 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13832 (tramp-smb-maybe-open-connection): Use it.
13833
411d06c2
MA
138342010-01-22 Michael Albinus <michael.albinus@gmx.de>
13835
0536254e 13836 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13837
c893016b
SM
138382010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13841 just because we see "encoding: 8bit".
13842 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13843
9425f8e1
CY
138442010-01-22 Chong Yidong <cyd@stupidchicken.com>
13845
13846 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13847
6a801864
EZ
138482010-01-22 Eli Zaretskii <eliz@gnu.org>
13849
13850 * jka-compr.el (jka-compr-load): If load-file is not in
13851 load-history, try its file-truename version. (bug#5447)
13852
3e8f7d91
AM
138532010-01-21 Alan Mackenzie <acm@muc.de>
13854
13855 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13856 * progmodes/cc-engine.el (c-invalidate-state-cache):
13857 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13858 special cpp construct is still in the buffer.
13859 (c-parse-state): Record the special cpp with markers, not numbers.
13860
f0bd0ad5
CY
138612010-01-21 Kenichi Handa <handa@m17n.org>
13862
13863 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13864 process last-command-event, as it is now decoded first (Bug#5380).
13865
5189d95b
CY
138662010-01-20 Chong Yidong <cyd@stupidchicken.com>
13867
13868 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13869
e073d74a
GM
138702010-01-20 Glenn Morris <rgm@gnu.org>
13871
13872 * indent.el (tab-always-indent): Fix custom-type.
13873
8ee04f3a
AM
138742010-01-19 Alan Mackenzie <acm@muc.de>
13875
13876 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13877 buffer throws "args out of range".
13878 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13879 playing the role of delimiter.
13880
6a47c86a
SL
138812010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13882
bf0b361c 13883 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13884 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13885 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13886 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13887 Improve comments in "is" portion. Handle null procedure declaration.
13888 (ada-move-to-end): Improve doc string.
13889
2acfb954
ÓF
138902010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13891
e90d57c0 13892 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13893 Remove obsolete information from commentary.
e90d57c0
JB
13894 (ido-choice-list): Initialize to nil.
13895 (ido-get-bufname): Reject minibuffers.
13896 (ido-make-buffer-list): If "default" is a nonexistent
13897 buffer, ignore it, as per the function's comment.
13898 (ido-kill-buffer-internal): New function.
13899 (ido-kill-buffer-at-head): Use it.
13900 (ido-visit-buffer): Likewise.
2acfb954 13901
244b023e
CY
139022010-01-18 Chong Yidong <cyd@stupidchicken.com>
13903
13904 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13905
db9e401b
JB
139062010-01-18 Juanma Barranquero <lekktu@gmail.com>
13907
db9e401b
JB
13908 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13909 Fix typos in chart titles.
13910
13911 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13912 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13913 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13914 (describe-class, eieio-describe-generic, describe-generic):
13915 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13916 (eieio-speedbar-expand):
13917 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13918 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13919 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13920 (viper-del-backward-char-in-replace, viper-backward-indent)
13921 (viper-brac-function, viper-register-to-point, viper-submit-report):
13922 * net/tramp.el (tramp-remote-coding-commands):
13923 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13924 Fix typos in docstrings.
13925
9295137d
CY
139262010-01-17 Chong Yidong <cyd@stupidchicken.com>
13927
13928 * mail/sendmail.el (mail-yank-original): Set the mark if the
13929 specified function for yanking does not do it.
13930
4d0bbcb6
DN
139312010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13932
7902c120
DN
13933 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13934
4d0bbcb6
DN
13935 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13936 resyncing a directory.
13937
0b702bc1
SL
139382010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13939
6a47c86a 13940 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13941 (ada-ident-re): Delete ., allow multibyte characters.
13942 (ada-goto-label-re): New; matches goto labels.
13943 (ada-block-label-re): New; matches block labels.
13944 (ada-label-re): New; matches both.
5f9d345c 13945 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13946 `ada-block-label-re' instead.
13947 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13948 Use `ada-block-label-re'.
13949 (ada-indent-on-previous-lines): Improve handling of goto labels.
13950 (ada-get-indent-block-start): Special-case block label.
13951 (ada-get-indent-label): Split into `ada-indent-block-label' and
13952 `ada-indent-goto-label'.
13953 (ada-goto-stmt-start, ada-goto-next-non-ws):
13954 Optionally ignore goto labels.
13955 (ada-goto-next-word): Simplify.
13956 (ada-indent-newline-indent-conditional): Insert newline before
13957 trying to fix indentation; doc fix.
13958
05287c49
JB
139592010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13960
13961 * calc/calc.el (calc-command-flags): Give it an initial value.
13962
4963739e
JB
139632010-01-17 Juanma Barranquero <lekktu@gmail.com>
13964
4963739e
JB
13965 * files.el (minibuffer-with-setup-hook):
13966 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13967 (artist-key-draw-continously, artist-key-do-continously-continously)
13968 (artist-key-set-point-continously, artist-mouse-draw-continously):
13969 Fix typos in docstrings.
13970
116bd1ee
CY
139712010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13972
6a7662bb
BR
13973 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13974 Never return t (Bug#3898).
116bd1ee 13975
2784cd7a 139762010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13977
13978 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13979 can parse the output of the external commands (Bug#5279).
13980
abd5cfe8
CY
139812010-01-16 Jari Aalto <jari.aalto@cante.net>
13982
13983 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13984
4fe22cdf
CY
139852010-01-16 Chong Yidong <cyd@stupidchicken.com>
13986
bbdc98ef
CY
13987 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13988
c7dc1ac1
CY
13989 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13990
4fe22cdf
CY
13991 * startup.el (command-line): Remove unused --icon-type arg.
13992 Handle --display arg, passing it to command-line-1 (Bug#5392).
13993
045b9da7
ML
139942010-01-16 Mario Lang <mlang@delysid.org>
13995
045b9da7
ML
13996 * emacs-lisp/chart.el (chart-translate-namezone):
13997 * textmodes/artist.el (artist-compute-popup-menu-table):
13998 Remove duplicated words in doc-strings.
13999
6554a5df
CY
140002010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14001
14002 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14003 to mairix-search to suppress threading (Bug#5342).
14004
ca4f0e9a
KH
140052010-01-15 Kenichi Handa <handa@m17n.org>
14006
14007 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 14008 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 14009
1db3226b
GM
140102010-01-15 Glenn Morris <rgm@gnu.org>
14011
56a03f46
GM
14012 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14013
14014 * wid-edit.el (widget-keymap): Doc fix.
14015
1db3226b
GM
14016 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14017 former seems to be more widely accepted by various svn versions.
14018
80cd4bb4
JB
140192010-01-14 Juanma Barranquero <lekktu@gmail.com>
14020
d1f18ec0
JB
14021 * find-cmd.el (find-constituents):
14022 * vc-arch.el (vc-arch-root):
14023 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
14024 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14025 * progmodes/ada-stmt.el (ada-if):
14026 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14027 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14028 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14029 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14030
80cd4bb4
JB
14031 * progmodes/flymake.el (flymake-post-syntax-check):
14032 Fix typo in error message.
14033
9c23ca47
JB
140342010-01-14 Juanma Barranquero <lekktu@gmail.com>
14035
14036 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14037 which is always a string. (Bug#5313)
14038
8794c483
JB
140392010-01-14 Juanma Barranquero <lekktu@gmail.com>
14040
14041 * progmodes/ada-xref.el (ada-default-prj-properties):
14042 Simplify previous change.
14043
95005d39
SL
140442010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14045
14046 * progmodes/ada-xref.el (ada-default-prj-properties):
14047 Default ada_project_path to $ADA_PROJECT_PATH.
14048
140492010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
14050
14051 * progmodes/ada-mode.el (ada-create-keymap):
14052 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14053
fb0d1545
SL
140542010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14055
14056 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14057 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14058 (ada-get-current-indent, ada-imenu-generic-expression)
14059 (ada-which-function): Check for it.
14060
5c9434d0
SL
140612010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14062
14063 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14064 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14065
3a4f3a3b
GM
140662010-01-14 Glenn Morris <rgm@gnu.org>
14067
14068 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14069
d9a7c140
KH
140702010-01-14 Kenichi Handa <handa@m17n.org>
14071
14072 * composite.el (auto-composition-mode): Make it a buffer local
14073 variable (permanent-local).
14074 (auto-composition-function): Set the default value to
14075 auto-compose-chars.
49caf252 14076 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
14077 (global-auto-composition-mode): Likewise.
14078 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 14079
38bee102
KF
140802010-01-13 Karl Fogel <kfogel@red-bean.com>
14081
14082 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 14083
b8b45afc
MA
140842010-01-12 Michael Albinus <michael.albinus@gmx.de>
14085
14086 * files.el (copy-directory): Compute target for recursive
14087 directories with identical names. (Bug#5343)
14088
893db5bc
GM
140892010-01-12 Glenn Morris <rgm@gnu.org>
14090
6a7662bb
BR
14091 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14092 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 14093
d8b8451f
SS
140942010-01-11 Sam Steingold <sds@gnu.org>
14095
14096 * imenu.el (imenu-default-create-index-function): Detect infinite
14097 loops caused by imenu-prev-index-position-function.
14098
30afcdff
JB
140992010-01-11 Juanma Barranquero <lekktu@gmail.com>
14100
14101 * htmlfontify.el (htmlfontify-load-rgb-file)
14102 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14103 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14104 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14105 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14106 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14107 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14108 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14109 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14110 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14111 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14112 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14113 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14114 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14115 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14116 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14117 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14118 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14119 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14120 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14121 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14122 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14123 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14124 backslash-quoting from parentheses, etc.
14125
92b1c416
CY
141262010-01-11 Chong Yidong <cyd@stupidchicken.com>
14127
14128 * progmodes/js.el: Autoload javascript-mode alias.
14129
4454adab
JB
141302010-01-11 Juanma Barranquero <lekktu@gmail.com>
14131
14132 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14133 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14134 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14135 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14136 Fix typos in docstrings.
14137 (ffap-url-regexp): Doc fix.
14138 (ffap-at-mouse): Fix typo in message.
14139
6589a2f9
GM
141402010-01-11 Glenn Morris <rgm@gnu.org>
14141
14142 * version.el (emacs-copyright): Set copyright year to 2010.
14143
4e5617ee
SM
141442010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * format.el (format-annotate-function): Only set
14147 write-region-post-annotation-function after running to-fn so as not to
14148 affect nested write-region calls (bug#5273).
14149
52bee098
CY
141502010-01-10 Chong Yidong <cyd@stupidchicken.com>
14151
a069f067
CY
14152 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14153 wisent/python.el.
14154
e709e39d
CY
141552010-01-09 Chong Yidong <cyd@stupidchicken.com>
14156
14157 * man.el (Man-goto-section): Signal error if the section is not
14158 found (Bug#5317).
14159
6ee86780
JB
141602010-01-09 Juanma Barranquero <lekktu@gmail.com>
14161
14162 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14163 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14164
fa7b5f7b
CY
141652010-01-09 Chong Yidong <cyd@stupidchicken.com>
14166
14167 * progmodes/compile.el: Don't treat compile-command as safe if
14168 compilation-read-command might be nil (Bug#4218).
14169
de62c4d9
JD
141702010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14171
14172 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14173 NS options.
14174
e94be827
KH
141752010-01-08 Kenichi Handa <handa@m17n.org>
14176
4e5617ee
SM
14177 * international/fontset.el (build-default-fontset-data):
14178 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 14179
1dfae2a2
JB
141802010-01-07 Juanma Barranquero <lekktu@gmail.com>
14181
14182 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14183 to `create-file-buffer' as it expects, not just a buffer name.
14184 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14185 to help uniquify. (Bug#3224)
14186
d0cf45b7
JD
141872010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14188
14189 * font-setting.el (font-setting-change-default-font): Use user-spec
14190 instead of name.
14191
7534fa5e
DN
141922010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14193
14194 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14195
fd579fdc
CY
141962010-01-05 Tom Tromey <tromey@redhat.com>
14197
4e5617ee
SM
14198 * progmodes/python.el (python-font-lock-keywords):
14199 Handle qualified decorators (Bug#881).
fd579fdc 14200
37860caf
DN
142012010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14202
14203 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14204 in a lightweight checkout.
14205
69db641d
KH
142062010-01-05 Kenichi Handa <handa@m17n.org>
14207
4e5617ee 14208 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14209
b25d6a02
DN
142102010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14211
14212 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14213
137d88ca
DN
142142010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14215
14216 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14217 checkouts. (Bug#618)
3d5d0aa9 14218 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14219 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14220 (vc-bzr-shelve-menu-map):
14221 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14222 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14223
da76998b
CY
142242010-01-02 Chong Yidong <cyd@stupidchicken.com>
14225
14226 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14227 They are valid characters in URL paths (rfc3986), and at least
14228 Firefox does not understand the encoded version (Bug#3166).
14229
b2ad70b6
CY
142302010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14231
14232 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14233 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14234 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14235 (octave-end-as-array-index-p): New function.
14236 (calculate-octave-indent): Use it.
14237
54136282
KF
142382010-01-02 Karl Fogel <kfogel@red-bean.com>
14239
14240 * bookmark.el: Consistently put the text property on the bookmark name.
14241 (bookmark-bmenu-marks-width): Bump back to 2, to include
14242 annotation marks.
14243 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14244 property on the bookmark name, instead of not putting it at all.
14245 (bookmark-bmenu-list): Fix where we put the text property.
14246
cc4d3cad
KF
142472010-01-02 Karl Fogel <kfogel@red-bean.com>
14248
14249 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14250 for showing buffer modified state (as added in the previous change).
14251
b894c439
KF
142522010-01-02 Karl Fogel <kfogel@red-bean.com>
14253
14254 * bookmark.el: Show modified state of bookmark buffer more accurately.
14255 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14256 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14257 (with-buffer-modified-unmodified): New macro.
14258 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14259 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14260 Use new macro to preserve the buffer modified state.
b894c439 14261
3a69db53
KF
142622010-01-02 Karl Fogel <kfogel@red-bean.com>
14263
4e5617ee 14264 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14265 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14266 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14267 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14268 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14269 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14270 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14271
af414f10
EZ
142722010-01-02 Eli Zaretskii <eliz@gnu.org>
14273
4e5617ee
SM
14274 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14275 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14276
f2ec0e5e
CY
142772010-01-02 Ryan Yeske <rcyeske@gmail.com>
14278
14279 * net/rcirc.el: Add follow-link binding (Bug#4738).
14280
38c1ba62
EZ
142812010-01-02 Eli Zaretskii <eliz@gnu.org>
14282
4e5617ee 14283 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14284 (cvs-update): New target for backward compatibility.
14285
4e5617ee 14286 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14287 (cvs-update): New target for backward compatibility.
14288
ea2c0f5b
KF
142892010-01-02 Karl Fogel <kfogel@red-bean.com>
14290
14291 * bookmark.el: Remove gratuitous gratitude.
14292
5ae329f4
KF
142932010-01-02 Karl Fogel <kfogel@red-bean.com>
14294
c4cc8b9a 14295 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14296 (bookmark-bmenu-save): Clear buffer modification if no marks.
14297
142982010-01-02 Karl Fogel <kfogel@red-bean.com>
14299
14300 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14301 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14302 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14303 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14304
14305 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14306 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14307 To: emacs-devel {_AT_} gnu.org
14308 Subject: bookmark.el bug report
14309 Date: Mon, 28 Dec 2009 14:19:16 +0800
14310 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14311
aef053eb
KF
143122010-01-02 Karl Fogel <kfogel@red-bean.com>
14313
14314 * bookmark.el: Improvements suggested by Drew Adams:
14315 (bookmark-bmenu-ensure-position): New name for
14316 `bookmark-bmenu-check-position'. Just ensure the position,
14317 don't return any meaningful value.
14318 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14319 New constants.
14320
0472835f
JB
143212010-01-02 Juanma Barranquero <lekktu@gmail.com>
14322
14323 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14324 (bookmark-yank-point, bookmark-bmenu-check-position):
14325 Fix typos in docstrings.
14326 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14327 (bookmark-name-from-full-record, bookmark-get-position)
14328 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14329 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14330 Remove useless quoting of parenthesis, etc. in docstrings.
14331
14332 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14333 (ediff-append-custom-diff): Fix typo in error message.
14334 (ediff-meta-mark-equal-files): Fix typos in messages.
14335
14336 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14337
0472835f
JB
14338 * net/imap-hash.el (imap-hash-make): Doc fix.
14339 (imap-hash-test): Fix typo in error message; reflow docstring.
14340 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14341 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14342 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14343 Fix typos in docstrings.
14344 (imap-hash-open-connection): Fix typo in error message.
14345
14346 * play/gomoku.el (gomoku): Fix typos in docstring.
14347
14348 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14349 (gdb-jsonify-buffer): Fix typos in docstring.
14350 (gdb-goto-breakpoint): Fix typo in error message.
14351 ("Display Other Windows"): Fix typo in help message.
14352 (gdb-speedbar-expand-node): Fix typo in question.
14353
14354 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14355 (idlwave-html-system-help-location, idlwave-html-help-location)
14356 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14357 (idlwave-help-browser-generic-args, idlwave-help-directory)
14358 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14359 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14360 (idlwave-online-help, idlwave-help-html-link)
14361 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14362 Fix typos in docstrings.
14363 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14364 Reflow docstrings.
14365 (idlwave-help-assistant-start): Fix typo in error message.
14366
14367 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14368 (octave-electric-space): Fix typos in docstrings.
14369
9bbe0828
CY
143702010-01-01 Chong Yidong <cyd@stupidchicken.com>
14371
14372 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14373
a88c46c3
CY
143742010-01-01 Juri Linkov <juri@jurta.org>
14375
14376 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14377 increase the default to 500 (Bug#5148).
a88c46c3 14378
7ee6c59b
NR
143792009-12-31 Nick Roberts <nickrob@snap.net.nz>
14380
14381 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14382 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14383 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14384
a9c8a2cd
NR
143852009-12-30 Nick Roberts <nickrob@snap.net.nz>
14386
14387 Show working revision correctly for mercurial.
14388 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14389 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14390
659e4408
JB
143912009-12-29 Juanma Barranquero <lekktu@gmail.com>
14392
14393 Declare some functions for the byte-compiler.
14394 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14395 (speedbar-timer-fn, speedbar-change-expand-button-char)
14396 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14397
7ee6c59b
NR
143982009-12-29 Nick Roberts <nickrob@snap.net.nz>
14399
14400 This changeset reverts GDB Graphical Interface to use annotations.
14401 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14402
460f6e7c
DN
144032009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14404
14405 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14406 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14407 Return file names relative to it.
460f6e7c
DN
14408 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14409 relative directory to vc-bzr-after-dir-status.
14410
543f553a
TH
144112009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14412
14413 * font-lock.el (font-lock-refresh-defaults): New function, which
14414 can be used to let font-lock react to external changes in
14415 variables like font-lock-defaults and keywords.
14416 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14417
2592ab76
DN
144182009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14419
ac859983
DN
14420 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14421
2592ab76
DN
14422 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14423
58941d03
JB
144242009-12-28 Juanma Barranquero <lekktu@gmail.com>
14425
14426 Supersede color.diff settings in git log (bug#5211).
14427
14428 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14429 escape chars in its output when the user has color.diff set to `always'.
14430 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14431
39764e76
KR
144322009-12-26 Kevin Ryde <user42@zip.com.au>
14433
14434 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14435 node. Keep previous "Index" name to work with past coreutils too.
14436
91c4831e
KR
14437 * man.el (man): Revise docstring a bit to show -a and -l as
14438 examples. Add -k description since support for it has otherwise
14439 been a secret. (Further to bug#3717.)
651e932e
KR
14440 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14441 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14442 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14443
7f4d4a97
MA
144442009-12-26 Michael Albinus <michael.albinus@gmx.de>
14445
14446 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14447 switches. Check also for //SUBDIRED// line.
14448
bcffff46
KH
144492009-12-25 Kenichi Handa <handa@m17n.org>
14450
88b5a757 14451 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14452 handle ZWNJ and ZWJ. Use it in composition-function-table for
14453 Devanagari.
14454 (malayalam-composable-pattern): Fix previous change.
14455
dc1dcfa4
VJL
144562009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14457
14458 * ps-print.el (ps-face-attributes): It was not returning the
14459 attribute face for faces specified as string. Reported by harven
80525855 14460 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14461 (ps-print-version): New version 7.3.5.
14462
6fe539d2
UJ
144632009-12-18 Ulf Jasper <ulf.jasper@web.de>
14464
85626eef 14465 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14466 Fix timezone names.
14467 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14468 (icalendar--add-diary-entry): Remove the trailing blank that
14469 diary-make-entry inserts.
14470
1f3611c6
MA
144712009-12-17 Michael Albinus <michael.albinus@gmx.de>
14472
14473 Make `file-expand-wildcards' work for remote files.
14474
14475 * files.el (file-expand-wildcards): In case of remote files, check
14476 only local file name part for wildcards. Provide feature 'files
14477 and subfeature 'remote-wildcards. (Bug#5198)
14478
14479 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14480 if there is already an established connection.
14481 (tramp-advice-file-expand-wildcards): Remove it.
14482
14483 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14484 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14485 Activate advice for older GNU Emacs versions. (Bug#5237)
14486
9762b219
JB
144872009-12-17 Juanma Barranquero <lekktu@gmail.com>
14488
14489 Some doc fixes (more needed).
14490
14491 * find-cmd.el (find-constituents): Reflow docstring.
14492 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14493 (find-generic): Doc fix.
14494
cfb54897
JL
144952009-12-17 Juri Linkov <juri@jurta.org>
14496
14497 Fix regression from 23.1 to allow multiple modes in Local Variables.
14498
14499 * files.el (hack-local-variables-filter): While ignoring duplicates,
14500 don't take `mode' into account.
85626eef
SM
14501 (hack-local-variables-filter, hack-dir-local-variables):
14502 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14503
ad974e9e
JL
145042009-12-17 Juri Linkov <juri@jurta.org>
14505
85626eef 14506 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14507
14508 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14509 `current' or when `file' is a directory of the `current' file.
14510
3616e0b9
AS
145112009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14512
14513 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14514 unconditionally preloaded files.
14515
72b57560
JL
145162009-12-16 Juri Linkov <juri@jurta.org>
14517
14518 Revert to old 23.1 logic of using the file at the mark as default.
14519 * dired-aux.el (dired-diff): Use the file at the mark as default
14520 if it's not the same as the current file, and the target dir is
14521 the current dir or the mark is active. Add the current file
14522 as the arg of `dired-dwim-target-defaults'. Use the default file
14523 in the prompt. (Bug#5225)
14524
68712eb6
MA
145252009-12-15 Michael Albinus <michael.albinus@gmx.de>
14526
14527 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14528 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14529 (tramp-check-for-regexp): Check also, when an echoing shell stops
14530 to echo sent commands.
14531
fd471993
CY
145322009-12-14 Chong Yidong <cyd@stupidchicken.com>
14533
14534 * Makefile.in: Revert last change (Bug#5191).
14535
86b5e14c
DN
145362009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14537
14538 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14539 (vc-hg-working-revision): Make sure the command is executed in a
14540 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14541
8cffbb75
CY
145422009-12-14 Chong Yidong <cyd@stupidchicken.com>
14543
14544 * progmodes/python.el (python-symbol-completions): Remove text
14545 properties from symbol string before calling python-send-receive.
14546
6c2b67ad
NR
145472009-12-14 Nick Roberts <nickrob@snap.net.nz>
14548
14549 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14550 when there are values for both file and line. (Bug#5060)
6c2b67ad 14551
ff6f4585
JL
145522009-12-14 Juri Linkov <juri@jurta.org>
14553
14554 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14555 whitespace after the file name of the first line of unified format,
14556 because git-diff doesn't output whitespace and file modification time
14557 after the file name.
14558
d3de1c8e
JL
145592009-12-14 David Kastrup <dak@gnu.org>
14560
14561 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14562 check if it already has the `display' property added by
14563 `Info-display-images-node', and not put the `invisible' property
14564 in this case.
14565
2f1b7dc4
GM
145662009-12-13 Glenn Morris <rgm@gnu.org>
14567
a0cefee5
GM
14568 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14569 (report-emacs-bug): In message-mode, sort manually before storing
14570 original report text. (Bug#5178)
2f1b7dc4
GM
14571 Remove superfluous save-excursion.
14572
31bb373f
MA
145732009-12-12 Michael Albinus <michael.albinus@gmx.de>
14574
14575 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14576 when responding to "GetAll" properties.
14577
5e1d4968
CY
145782009-12-12 Chong Yidong <cyd@stupidchicken.com>
14579
14580 * simple.el (compose-mail): Remove mail-setup-with-from from
14581 customization checks.
14582
097d86f9
EZ
145832009-12-12 Eli Zaretskii <eliz@gnu.org>
14584
14585 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14586 RAR archives created on Unix systems.
14587
1d4adede
SM
145882009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14589
14590 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14591 the varalias that was accidentally removed by the 2009-11-19 change
14592 (bug#5186).
14593
3ff3655c
KH
145942009-12-12 Kenichi Handa <handa@m17n.org>
14595
14596 * language/indian.el (indian-compose-regexp): New function.
14597 (malayalam-composable-pattern): Fix the pattern.
14598 (composition-function-table): Set malayalam-composable-pattern for
14599 Malayalam characters.
14600
82d3343c
CY
146012009-12-11 Chong Yidong <cyd@stupidchicken.com>
14602
315eb96d
CY
14603 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14604 rather than down-mouse-1, based on follow-link conventions.
14605
82d3343c
CY
14606 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14607 are compiled.
14608
86a4c7ac
DN
146092009-12-11 Michael McNamara <mac@mail.brushroad.com>
14610
bf0b361c 14611 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14612 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14613 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14614 (verilog-leap-to-head, verilog-backward-token):
14615 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14616
146172009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14618
bf0b361c
JB
14619 * progmodes/verilog-mode.el (verilog-auto-lineup)
14620 (verilog-nameable-item-re): Cleanup user-visible spelling and
14621 documentation errors. One reported by Gary Delp.
1d4adede 14622 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14623 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14624 package, bug195. Reported by Pierre-David Pfister.
14625
fe03f49a
GM
146262009-12-11 Glenn Morris <rgm@gnu.org>
14627
47641aac
GM
14628 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14629
85094855
GM
14630 * mail/emacsbug.el: No longer require sendmail.
14631 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14632 (report-emacs-bug-orig-text): Doc fix.
14633 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14634 New local variables, to adapt to different mail-user-agents.
14635 (report-emacs-bug): Fix test for a gnu.org address.
14636 Use overlays for emphasis, since font-lock defeats 'face property.
14637 Pretest bugs also end up at the newsgroup these days.
14638 Stop message-mode stripping text properties.
14639 Set and use the new buffer-local variables.
14640 (report-emacs-bug-hook): Add doc-string.
14641 Remove some unnecessary save-excursions and simplify.
14642 Use the appropriate hook and send-command.
14643
fe03f49a
GM
14644 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14645 capitalization of some menu entries.
14646
345427f0
VJL
146472009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14648
277e6741
MP
14649 * whitespace.el (whitespace-display-char-on):
14650 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14651 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14652 New version 12.1.
14653
c70ccbba
EZ
146542009-12-10 Eli Zaretskii <eliz@gnu.org>
14655
14656 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14657 characters in the Attribute field.
14658
f1943c1b
DN
146592009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14660
14661 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14662
1c67aeaa
SM
146632009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14666 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14667 Disregard autoload-excludes.
14668 (update-directory-autoloads): Obey autoload-excludes here instead.
14669 But don't store its contents in no-autoloads and remove entries that
14670 refer to excludes files.
14671
d8194864
GM
146722009-12-10 Glenn Morris <rgm@gnu.org>
14673
8c0171c0
GM
14674 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14675 (expand-mail-aliases): Define for compiler.
14676
dba372dd
GM
14677 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14678 Define for compiler.
14679
d8194864
GM
14680 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14681 appropriate for the mail-user-agent in use.
14682
fe5facd3
MA
146832009-12-09 Michael Albinus <michael.albinus@gmx.de>
14684
14685 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14686
99999a1d
DN
146872009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14688
14689 Fix short log parsing and fontification.
14690 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14691 Fix fontification for the [merge] label.
14692
2ea1c4aa
SM
146932009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14694
85626eef 14695 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14696 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14697 (hfy-fontify-buffer): Use it.
14698
9840deb6
SM
146992009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14700
a0d1aadf
SM
14701 Minor cleanup.
14702 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14703 Adjust all callers.
14704 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14705 args compulsory. Adjust callers.
14706 (ffap-gopher-at-point): Remove unused var `name'.
14707
9840deb6
SM
14708 Get rid of the ELCFILES abomination.
14709 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14710 (compile-elcfiles): New phony target.
14711 (compile-main): Compute ELCFILES dynamically.
14712 (compile-clean): New target to remove left-over elc files.
14713 (compile, all): Use it.
14714
7eb3f9a8
KH
147152009-12-09 Kenichi Handa <handa@etlken>
14716
14717 * international/mule-diag.el: Require help-mode instead of help-fns.
14718
ae63e572
KH
147192009-12-09 Kenichi Handa <handa@m17n.org>
14720
5ce6e4f4 14721 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14722 fine ranges instead of pre-calculating accurate ranges.
14723 Iterate with bigger gc-cons-threshold.
ae63e572 14724
e2f3c692
DN
147252009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14726
14727 Add support for stashing a snapshot of the current tree.
14728 * vc-git.el (vc-git-stash-snapshot): New function.
14729 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14730
cf6d0352
JB
147312009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14732
14733 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14734 instead of `(beginning|end)-of-line'.
14735
48e4acc9
GM
147362009-12-08 Glenn Morris <rgm@gnu.org>
14737
6e890faa
GM
14738 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14739
48e4acc9
GM
14740 * Makefile.in (ELCFILES): Regenerate.
14741
d2a1dc7b
JL
147422009-12-07 Juri Linkov <juri@jurta.org>
14743
14744 Don't lazy-highlight the comint output in history Isearch mode.
14745
14746 * comint.el (comint-history-isearch-search): Instead of
14747 `comint-line-beginning-position', use `comint-after-pmark-p'
14748 to check if point if before the process mark, and go to
14749 `process-mark' in this case.
14750
51ef56c4
SM
147512009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14752
fb10ee4a
SM
14753 * textmodes/tex-mode.el (latex-complete)
14754 (latex-indent-or-complete): Remove.
14755 (latex-mode): Set completion-at-point-functions instead.
14756
14757 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14758 * minibuffer.el (completion-at-point-functions): New var.
14759 (completion-at-point): New command.
fb10ee4a 14760 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14761 * progmodes/python.el (python-mode-map): Use completion-at-point.
14762 (python-completion-at-point): Rename from python-partial-symbol and
14763 adjust for use in completion-at-point-functions.
14764 (python-mode): Setup completion-at-point for Python completion.
14765 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14766 extracted from lisp-complete-symbol.
14767 (lisp-complete-symbol): Use it.
14768 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14769 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14770 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14771 Use completion-at-point.
51ef56c4 14772 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14773 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14774 * progmodes/sym-comp.el: Move to...
14775 * obsolete/sym-comp.el: Move from progmodes.
14776
5e7a9022
EZ
147772009-12-07 Eli Zaretskii <eliz@gnu.org>
14778
14779 Prevent save-buffer in Rmail buffers from using the coding-system
14780 of the current message, and from clobbering the encoding mnemonics
14781 in the mode line (Bug#4623).
14782
14783 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14784 flag, too.
14785 (rmail-message-encoding): New variable.
14786 (rmail-write-region-annotate): Record the encoding of the current
14787 message in rmail-message-encoding.
14788 (rmail-after-save-hook): New function, restores the encoding of
14789 the current message after the message collection is saved.
14790
9136e895
JL
147912009-12-07 Juri Linkov <juri@jurta.org>
14792
14793 * progmodes/grep.el (grep-read-files): Use `completing-read'
14794 instead of `read-string'. Set its `collection' arg to
14795 `read-file-name-internal'. (Bug#4301)
14796
40637410
JL
147972009-12-07 Juri Linkov <juri@jurta.org>
14798
14799 Correctly restore original Isearch point. (Bug#4994)
14800
14801 * isearch.el (isearch-mode): Move `isearch-push-state' after
14802 `(run-hooks 'isearch-mode-hook)'.
14803 (isearch-cancel): When `isearch-push-state-function' is defined,
14804 let-bind `isearch-cmds' to the first state (the last element of
14805 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14806 function and restores the original point). Otherwise, move point
14807 to `isearch-opoint'.
14808
da10ce2b
SM
148092009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14810
14811 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14812 chars that don't have names, so the table can be built much faster at
14813 run-time.
14814
3d68fa99
CY
148152009-12-07 Chong Yidong <cyd@stupidchicken.com>
14816
f82b1493
CY
14817 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14818 change. Suggested by David Kastrup.
14819
3d68fa99
CY
14820 * simple.el (compose-mail): Check for incompatibilities and warn.
14821 (compose-mail-user-agent-warnings): New option.
14822
662c5698
DN
148232009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14824
14825 Support showing a single log entry from vc-annotate.
14826 * vc.el (print-log): Add a new argument: START-REVISION.
14827 (vc-print-log-internal): Add a new optional argument and
14828 pass it to the backend.
14829 (vc-print-log, vc-print-root-log): Adjust callers.
14830 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14831 buffer already displays the requested log entry, use it.
14832 Otherwise display only the log entry in question.
14833 * vc-svn.el (vc-svn-print-log):
e4070cdc 14834 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14835 * vc-hg.el (vc-hg-state):
14836 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14837 (vc-git-show-log-entry): Return t on success.
14838 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14839 (vc-bzr-show-log-entry): Return t on success.
14840 * vc-rcs.el (vc-rcs-print-log):
14841 * vc-sccs.el (vc-sccs-print-log):
14842 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14843
e4070cdc
GM
148442009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14845
5ce6e4f4
JB
14846 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14847 Add menus to the meta mode. (Bug#5043)
e4070cdc 14848
5ce6e4f4 148492009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14850
14851 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14852 event-key.
662c5698 14853
662c5698
DN
14854 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14855
dab816a9
MA
148562009-12-07 Michael Albinus <michael.albinus@gmx.de>
14857
14858 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14859 Berbain <raphael.berbain@gmail.com>.
14860
14861 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14862 characters.
14863 (tramp-initial-end-of-output): New defconst.
14864 (tramp-methods, tramp-find-shell)
14865 (tramp-open-connection-setup-interactive-shell)
14866 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14867 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14868 Handle existence of `#' and `$'.
dab816a9 14869
6a7662bb
BR
14870 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14871 Use `tramp-initial-end-of-output'.
dab816a9 14872
a91e1f6b
DN
148732009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14874
14875 Get the background mode from the terminal for xterm, and set
14876 faces accordingly.
14877 * term/xterm.el (xterm-set-background-mode): New function.
14878 (terminal-init-xterm): Use it in case xterm supports background
14879 color queries. Recompute faces after getting the background
14880 color.
14881
5fa9d1ec
GM
148822009-12-07 Ulrich Mueller <ulm@gentoo.org>
14883
14884 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14885 number comment back on its own line, for easier parsing.
14886
5e9fde5e
SM
148872009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 Make it work for non-file buffers (bug#5102).
14890 * doc-view.el (doc-view-current-cache-dir):
14891 Use doc-view-buffer-file-name rather than buffer-file-name.
14892 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14893
2f2f5242
CY
148942009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14895
14896 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14897 author field is too short.
14898
cebf8ec6
DN
148992009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14900
5e9fde5e
SM
14901 * vc-git.el (vc-git-print-log): Handle a limit argument.
14902 Display the short log in graph form and with labels.
0d3f8a78
DN
14903 (vc-git-log-view-mode): Handle labels.
14904
cebf8ec6
DN
14905 Make vc-revert change VC state from 'added to 'unregistered.
14906 * vc-git.el (vc-git-revert): Call git reset first.
14907
8e39154d
UJ
149082009-12-06 Ulf Jasper <ulf.jasper@web.de>
14909
d8194864
GM
14910 * net/newst-backend.el, net/newst-plainview.el:
14911 * net/newst-reader.el, net/newst-ticker.el:
14912 * net/newst-treeview.el, net/newsticker.el:
14913 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14914
ef187c24
CY
149152009-12-06 Chong Yidong <cyd@stupidchicken.com>
14916
238a0f3a
CY
14917 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14918
2c6bb71a
CY
14919 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14920 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14921 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14922 Update annotation regexp.
14923
ef187c24
CY
14924 * simple.el (beginning-of-visual-line): Constrain to field
14925 boundaries (Bug#5106).
14926
571855b6
UJ
149272009-12-06 Ulf Jasper <ulf.jasper@web.de>
14928
6a7662bb
BR
14929 * xml.el (xml-substitute-numeric-entities):
14930 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14931 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14932 * net/newst-backend.el (newsticker--parse-generic-feed)
14933 (newsticker--parse-generic-items)
6a7662bb
BR
14934 (newsticker--decode-numeric-entities):
14935 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14936 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14937
b857059c
CY
149382009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14939
14940 * progmodes/js.el (js--js-not): Add null to the list of values.
14941
c2dae51b
CY
149422009-12-06 Chong Yidong <cyd@stupidchicken.com>
14943
d8194864 14944 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14945
ed0f72d2
RW
149462009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14947
14948 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14949 delimiter if it is at the end of the current line.
14950 (bibtex-generate-url-list): Fix docstring.
14951
365b9a62
SM
149522009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14955 minibuffer's content with itself.
14956 Fold the confirm-after-completion case into the `confirm' case.
14957 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14958
990a9cb1
KR
149592009-12-06 Kevin Ryde <user42@zip.com.au>
14960
14961 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14962 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14963
8b5a10db 14964 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14965 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14966
065543e7
JL
149672009-12-05 Juri Linkov <juri@jurta.org>
14968
14969 Save and restore dired buffer's point positions too. (Bug#4880)
14970
14971 * dired.el (dired-save-positions): Return in the first element
14972 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14973 Doc fix.
14974 (dired-restore-positions): First restore buffer's position.
14975 While restoring window's positions, check if window still displays
14976 the original buffer.
14977
503edac9
CY
149782009-12-05 Chong Yidong <cyd@stupidchicken.com>
14979
9a594ee6
CY
14980 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14981 if possible.
14982
925f8c70
CY
14983 * shell.el (shell): Require ansi-color (Bug#5113).
14984
14985 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14986
503edac9
CY
14987 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14988
8fea6b33
AM
149892009-12-05 Alan Mackenzie <acm@muc.de>
14990
14991 * progmodes/cc-mode.el (c-before-hack-hook)
14992 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14993 `c-file-style' to work again. This reversion restores the current
212c5aef 14994 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14995
5d1fd962
CY
149962009-12-05 Kevin Ryde <user42@zip.com.au>
14997
6a7662bb
BR
14998 * textmodes/sgml-mode.el (sgml-lexical-context):
14999 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 15000
30760c8b
JL
150012009-12-05 Juri Linkov <juri@jurta.org>
15002
15003 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15004 for virtual nodes. (Bug#4147)
15005 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15006 when moving from a virtual node.
15007 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15008 (Info-mode): Add `Info-virtual-index' to the docstring.
15009
403111a8
RW
150102009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15011
15012 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15013 track of the buffer position of the end of a BibTeX entry as this
15014 position may change during reformatting.
15015 (bibtex-format-entry): Remove whitespace before processing
15016 numerical fields so that we recognize the latter properly.
15017 (bibtex-reformat): Do not use push which changes the global value
15018 of bibtex-entry-format.
15019 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15020 (bibtex-field-re-init): Replace only space characters by regexp
15021 for whitespace.
365b9a62 15022 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
15023 (bibtex-initialize): Also update bibtex-strings.
15024 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
15025 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15026 Update bibtex-reference-keys.
403111a8 15027
25b54627
SM
150282009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15029
15030 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15031 point after a star, if that's the only place where modifications can
15032 make progress.
15033
35639eb4
DN
150342009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15035
15036 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15037 in docstrings.
15038
8b78760b
JL
150392009-12-04 Juri Linkov <juri@jurta.org>
15040
15041 * proced.el (proced): Call `(proced-update t)' to update process
15042 information instead of only running proced-post-display-hook.
15043 (proced-send-signal): Add a leading space to the buffer name
15044 " *Marked Processes*" to make this buffer ephemeral.
15045
2b3489a7
JL
150462009-12-04 Juri Linkov <juri@jurta.org>
15047
15048 * dired.el (dired-auto-revert-buffer): New defcustom.
15049 (dired-internal-noselect): Use it.
15050
9b9debd1
JL
150512009-12-04 Juri Linkov <juri@jurta.org>
15052
15053 Change roles of modes and functions in image-mode.el (Bug#5062).
15054
15055 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15056 in `auto-mode-alist'.
15057 (image-mode-previous-major-mode): New variable.
15058 (image-minor-mode-map): Rename from `image-mode-text-map'.
15059 (image-mode): Move graceful error-handling code from
15060 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15061 (image-minor-mode): Remove all image-handling code.
15062 Replace `image-mode-text-map' with `image-minor-mode-map'.
15063 Check for `image-type' in mode-line format string.
15064 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15065 (image-mode-as-text): New function with most code from
15066 `image-mode-maybe'.
15067 (image-toggle-display-text): Move code that removes image
15068 properties from `image-toggle-display' to here.
15069 (image-toggle-display-image): New function with code that adds
15070 image properties copied from `image-toggle-display'.
15071 (image-toggle-display): Remove most code with leaving only code
15072 that toggles between `image-mode-as-text' and `image-mode'.
15073
0c74a301
UJ
150742009-12-04 Ulf Jasper <ulf.jasper@web.de>
15075
15076 * net/newst-treeview.el
15077 (newsticker--treeview-list-highlight-start): Restored call to
15078 save-excursion: Selected item was stuck.
15079 (newsticker--treeview-list-select): New.
15080 (newsticker--treeview-item-show-text)
15081 (newsticker--treeview-item-show)
15082 (newsticker--treeview-item-update): Use new
15083 newsticker-treeview-item-mode.
15084 (newsticker-treeview-update): Keep current item.
15085 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15086 (newsticker--treeview-first-feed): Doc change.
15087 (newsticker-treeview-list-menu)
88b5a757 15088 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
15089 (newsticker-treeview-item-mode): New.
15090
5ce6e4f4 15091 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
15092 windows.
15093
9eaeec5b
SS
150942009-12-04 Sam Steingold <sds@gnu.org>
15095
15096 * log-view.el (log-view-mode-map): "q" calls quit-window,
15097 like in all the other non-self-insert buffers.
15098
b2bf5be5
SM
150992009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15100
15101 Minor cleanup.
15102 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15103 key decoding rather than do it manually via last-input-event +
15104 ascii-character.
15105 (term-exec): Use delete-and-extract-region.
15106 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15107 (term-process-pager): Remove unused var `i'.
15108 (term-dynamic-simple-complete): Make obsolete.
15109 (serial-update-config-menu): Remove unused vars `y' and `str'.
15110 (term-update-mode-line): Remove unused var `temp'.
15111
46e5c897
DN
151122009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15113
15114 Limit the number of log entries displayed by default.
15115 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15116 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15117 using a prefix argument.
15118
627e0a14
GM
151192009-12-03 Glenn Morris <rgm@gnu.org>
15120
15121 * progmodes/idlwave.el (class): Restore still useful declaration.
15122
8578c224
AM
151232009-12-03 Alan Mackenzie <acm@muc.de>
15124
4abc318c 15125 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 15126
b2bf5be5
SM
15127 * progmodes/cc-mode.el (c-basic-common-init):
15128 Call c-state-cache-init.
9762b219 15129 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 15130 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 15131 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
15132
15133 * progmodes/cc-langs.el (c-before-font-lock-function):
15134 c-extend-and-neutralize-syntax-in-CPP has been renamed
15135 c-neutralize-syntax-in-and-mark-CPP.
15136
15137 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15138 with `category' properties now, not `syntax-table' ones.
15139
15140 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15141 enhanced (but slower) version of c-end-of-macro that won't land
15142 inside a literal or on another awkward character.
15143 (c-state-cache-too-far, c-state-cache-start)
15144 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15145 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15146 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15147 (c-state-min-scan-pos, c-state-brace-pair-desert)
15148 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15149 buffer local variables.
15150 (c-state-literal-at, c-state-lit-beg)
15151 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15152 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15153 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15154 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15155 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15156 (c-renarrow-state-cache)
15157 (c-append-lower-brace-pair-to-state-cache)
15158 (c-state-push-any-brace-pair, c-append-to-state-cache)
15159 (c-remove-stale-state-cache)
15160 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15161 (c-invalidate-state-cache-1, c-parse-state-1)
15162 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
15163 (c-parse-state): Enhance and refactor.
15164 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
15165
15166 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15167 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
15168 modify to use category text properties rather than syntax-table ones.
15169 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
15170 to switch off/on the syntactic paren property of C++ template
15171 delimiters using the category property.
15172 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15173 template delims suppressed.
15174 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15175 New constant/macros which apply category properties to the start
15176 and end of preprocessor constructs.
b2bf5be5 15177 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
15178 "comment out" the syntactic value of characters in preprocessor
15179 constructs.
15180 (c-with-cpps-commented-out)
15181 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15182 with characters in all or all but one preprocessor constructs
15183 "commented out".
15184
0d4dc442
RW
151852009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15186
15187 * proced.el (proced-filter-alist): Use regexp-quote.
15188
a09dc9bf
MA
151892009-12-03 Michael Albinus <michael.albinus@gmx.de>
15190
15191 Cleanup.
15192 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15193 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15194 arguments. Expand `default-directory'.
15195
15196 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15197 the benefit of returning an expanded localname.
15198 (tramp-tramp-file-p): Handle the case NAME is not a string.
15199
3f6bd790
DN
152002009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15201
4dfb3b9c
DN
15202 Add support for bzr shelve/unshelve.
15203 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15204 (vc-bzr-extra-menu-map): New variables.
15205 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15206 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15207 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15208 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15209 (vc-bzr-dir-extra-headers): Display shelves.
15210
3f6bd790
DN
15211 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15212
842d73a1
SM
152132009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * textmodes/bibtex.el (bibtex-complete-internal):
15216 Use completion-in-region.
15217 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15218
7fa4876f
DN
152192009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15220
15221 Support applying stashes. Improve UI.
15222 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15223 (vc-git-stash-apply, vc-git-stash-pop)
15224 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15225 (vc-git-stash-menu): New functions.
15226 (vc-git-stash-menu-map): New variable.
15227 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15228
d6e82452
GM
152292009-12-03 Glenn Morris <rgm@gnu.org>
15230
15231 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15232 (vc-print-log-internal): Fix previous change.
15233 (vc-revert): Correct pluralization.
15234
8d222148
SM
152352009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15236
ea52206b
SM
15237 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15238 it to be an alist any more.
15239 (makefile-complete): Use completion-in-region.
15240
69a94a37
SM
15241 * progmodes/octave-mod.el (octave-complete-symbol):
15242 Use completion-in-region.
15243
8d222148
SM
15244 Misc cleanup.
15245 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15246 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15247 (idlwave-complete-class): Don't quote lambda.
15248 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15249 (idlwave-mode-map): Move initialization into declaration.
15250 (idlwave-action-and-binding): Use backquotes.
15251 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15252 Simplify.
15253 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15254 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15255 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15256 `parts', and `all-parts'.
15257 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15258 (idlwave-convert-xml-system-routine-info): Remove unused string
15259 `version-string'.
15260 (idlwave-display-user-catalog-widget): Use dolist.
15261 (idlwave-scanning-lib): Declare dynamically-scoped var.
15262 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15263 (completion-highlight-first-word-only): Declare to silence bytecomp.
15264 (idlwave-popup-select): Tighten scope of `resp'.
15265 (idlwave-find-struct-tag): Remove unused var `beg'.
15266 (idlwave-after-load-rinfo-hook): Declare.
15267 (idlwave-sintern-class-info): Remove unused var `taglist'.
15268 (idlwave-find-class-definition): Remove unused var `list'.
15269 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15270 (idlwave-what-module-find-class): Remove unused var `classes'.
15271
3bb8691b
JB
152722009-12-03 Juanma Barranquero <lekktu@gmail.com>
15273
15274 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15275
f72f0c23
SM
152762009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15277
15278 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15279 buffers visited. Remove redundant current-buffer-saving.
15280
601a9508
SM
152812009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 Use completion-in-buffer and remove uses of dynamic scoping.
15284 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15285 (pascal-buffer-to-use, pascal-flag): Don't declare.
15286 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15287 (pascal-get-completion-decl, pascal-keyword-completion):
15288 Add `pascal-str' argument, save-excursion,
15289 return the found completions, and don't filter with pascal-pred.
15290 (pascal-completion-cache): New var.
15291 (pascal-completion): Don't switch buffer any more (it was never
15292 necessary). Don't save-excursion any more (it's done by the called
15293 subroutines). Use a cache to avoid redundant computations.
15294 Use complete-with-action rather than pascal-completion-response and
15295 let it apply the predicate as well.
15296 (pascal-complete-word): Use completion-in-buffer when
15297 pascal-toggle-completions is nil.
15298 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15299 not used any more.
15300 (pascal-comp-defun): Don't change buffer any more.
15301 Use complete-with-action rather than pascal-completion-response and
15302 let it apply the predicate as well.
15303 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15304 when neded.
15305
1ff4cb98
KH
153062009-12-02 Kenichi Handa <handa@m17n.org>
15307
15308 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15309 shape for all Indic scripts.
15310
bb12edf1
SM
153112009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 Use completion-in-buffer.
15314 * wid-edit.el (widget-field-text-end): New function.
15315 (widget-field-value-get): Use it.
15316 (widget-string-complete, widget-file-complete)
15317 (widget-color-complete): Use it and completion-in-region.
15318 (widget-complete): Don't narrow the buffer.
15319
5813f6ef
GM
153202009-12-02 Glenn Morris <rgm@gnu.org>
15321
c920f222
GM
15322 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15323 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15324 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15325 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15326
5813f6ef
GM
15327 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15328 save-excursion with save-current-buffer.
15329 Widen before searching. (Bug#5093)
15330 (diary-list-sexp-entries): Remove superfluous save-excursion.
15331
34b1d750
GM
153322009-12-02 Michael Welsh Duggan <mwd@cert.org>
15333
15334 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15335 name. (Bug#5038)
15336
b2d5f31a
GM
153372009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15338
15339 * ido.el (ido-file-internal): Handle filenames at point that do
15340 not have a directory part. (Bug#5049)
15341
c710ac3c
JB
153422009-12-02 Juanma Barranquero <lekktu@gmail.com>
15343
15344 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15345 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15346
9946be46
SM
153472009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15348
15349 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15350 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15351 any more.
15352
b08016f2
SM
153532009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15354
e7440df4
SM
15355 * comint.el (comint-insert-input): Ignore clicks to the right of
15356 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15357
3bb8691b 15358 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15359 terminate before setting up the major mode.
15360
f3b757f5
SM
15361 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15362 in case.
15363
a2877f1d
SM
15364 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15365 the last element.
15366
b08016f2
SM
15367 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15368
782d6e30
GM
153692009-12-01 Glenn Morris <rgm@gnu.org>
15370
15371 * window.el (window--display-buffer-2): Fix previous changes.
15372
28f57f7e
CY
153732009-12-01 Chong Yidong <cyd@stupidchicken.com>
15374
15375 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15376
c31a2fdc
GM
153772009-12-01 Glenn Morris <rgm@gnu.org>
15378
15379 * Makefile.in (ELCFILES): Add mpc.elc.
15380
e1ada222
SM
153812009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * mpc.el: New file.
15384
0c9ff2c5
GM
153852009-12-01 Glenn Morris <rgm@gnu.org>
15386
3689984f
GM
15387 * window.el (window-to-use): Define for compiler.
15388
3ab4308b
GM
15389 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15390 consistent with others (no final period).
15391
0c9ff2c5
GM
15392 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15393 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15394
fb0c18ff
DN
153952009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15396
15397 Make vc-print-log buttons work.
045b9da7 15398 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15399
2ac7e73e
JB
154002009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15401
15402 * savehist.el (savehist-autosave-interval): Allow setting to nil
15403 through customize. (Bug#5056)
15404
5237d741
JB
154052009-11-30 Juanma Barranquero <lekktu@gmail.com>
15406
15407 Fix references to jit-lock properties.
15408 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15409 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15410 (perl-font-lock-special-syntactic-constructs):
15411 Quote jit-lock-defer-multiline property.
15412
379241fa
DN
154132009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15414
15415 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15416
054ae856
JL
154172009-11-30 Juri Linkov <juri@jurta.org>
15418
15419 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15420 value `buffer' of `multi-isearch-next-buffer-current-function'.
15421 Use `(current-buffer)' when `buffer' is nil.
15422 (multi-isearch-next-buffer-from-list): Don't fallback to
15423 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15424
67296dda
JL
154252009-11-30 Juri Linkov <juri@jurta.org>
15426
15427 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15428 of buffers with `get-buffer' to `multi-isearch-buffers'.
15429 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15430 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15431 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15432 FILES with `expand-file-name' converting relative file names
15433 to absolute. Doc fix. (Bug#4727)
15434
c585bf32
JL
154352009-11-30 Juri Linkov <juri@jurta.org>
15436
15437 * misearch.el (multi-isearch-read-buffers)
15438 (multi-isearch-read-matching-buffers): New functions.
15439 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15440 Use them in the `interactive' spec. Doc fix.
15441 (multi-isearch-read-files, multi-isearch-read-matching-files):
15442 New functions.
15443 (multi-isearch-files, multi-isearch-files-regexp):
15444 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15445
0a745733
JL
154462009-11-30 Juri Linkov <juri@jurta.org>
15447
15448 * doc-view.el (doc-view-continuous):
15449 Rename from `doc-view-continuous-mode'.
15450 (doc-view-menu): Move "Toggle display" to the top.
15451 Add submenu "Continuous" with radio buttons "Off"/"On"
15452 and "Save as Default".
15453 (doc-view-scroll-up-or-next-page)
15454 (doc-view-scroll-down-or-previous-page)
15455 (doc-view-next-line-or-next-page)
6a7662bb
BR
15456 (doc-view-previous-line-or-previous-page):
15457 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15458
1f9689eb
JL
154592009-11-30 Juri Linkov <juri@jurta.org>
15460
15461 * comint.el (comint-mode-map): Rebind `M-r' from
15462 `comint-previous-matching-input' to
15463 `comint-history-isearch-backward-regexp'.
15464 Unbind `M-s' to allow global key binding `M-s'.
15465 Add menu items for `comint-history-isearch-backward' and
15466 `comint-history-isearch-backward-regexp'. (Bug#3746)
15467
2952b1ae
JL
154682009-11-30 Juri Linkov <juri@jurta.org>
15469
15470 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15471 For def=recenter, replace `recenter' with `recenter-top-bottom'
15472 that is called with `this-command' and `last-command' let-bound
15473 to `recenter-top-bottom'. When the last `def' was not `recenter',
15474 set `recenter-last-op' to nil. (Bug#4981)
15475
7a9547ca
SM
154762009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15477
20565545
SM
15478 Minor cleanup and simplification.
15479 * filecache.el (file-cache-add-directory)
15480 (file-cache-add-directory-recursively)
15481 (file-cache-add-from-file-cache-buffer)
15482 (file-cache-delete-file-regexp, file-cache-delete-directory)
15483 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15484 (file-cache-temp-minibuffer-message): Delete function.
15485 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15486
7a9547ca
SM
15487 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15488 Don't signal an error when bumping into EOB in tr, s, or y.
15489
08e968f3
JL
154902009-11-29 Juri Linkov <juri@jurta.org>
15491
15492 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15493 (Bug#4960)
15494
15495 * descr-text.el (describe-char-unidata-list): Use lowercase name
15496 for "Unicode name" like in other tags.
15497
f8d170a4
JL
154982009-11-29 Juri Linkov <juri@jurta.org>
15499
15500 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15501 New compatibility macro.
7a9547ca 15502 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15503
0116abbd
JL
155042009-11-29 Juri Linkov <juri@jurta.org>
15505
15506 Add defcustom to define the cycling order of `recenter-top-bottom'.
15507 (Bug#4981)
15508
15509 * window.el (recenter-last-op): Doc fix.
15510 (recenter-positions): New defcustom.
15511 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15512 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15513
61eef560
MA
155142009-11-29 Michael Albinus <michael.albinus@gmx.de>
15515
15516 Improve integration of Tramp and ange-ftp in eshell.
15517
e4070cdc 15518 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15519 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15520 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15521
15522 * eshell/esh-util.el (top): Require also Tramp when compiling.
15523 (eshell-directory-files-and-attributes): Check for FTP remote
15524 connection.
15525 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15526 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15527 (eshell-file-attributes): Handle ".". Return `entry'.
15528
15529 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15530 (ange-ftp-directory-files-and-attributes)
15531 (ange-ftp-real-directory-files-and-attributes): New defuns.
15532
15533 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15534 shell with "exec" when possible. This prevents trailing prompts
15535 in `start-file-process'.
15536
f5467d3f
SM
155372009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15538
21f49db9
SM
15539 Try and remove assumptions about point-min==1.
15540 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15541 (rng-compute-mode-line-string): Show the validation percentage in
15542 terms of the narrowed text, not the widened text.
15543 (rng-do-some-validation): Don't catch internal errors when debugging.
15544 (rng-first-error): Simplify.
15545 (rng-after-change-function): Remove work around. AFAIK the bug has
15546 been fixed a while ago.
15547
26224faf
SM
15548 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15549 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15550
d7117720
SM
15551 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15552
f5467d3f
SM
15553 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15554 `cd' doesn't always do it for us (bug#5067).
15555
15556 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15557 on 2009-10-25 as part of some other change (bug#5067).
15558
c5269f1c
SM
155592009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15560
62a258a7
SM
15561 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15562 `suspicious'.
15563 (byte-compile-warnings): Use byte-compile-warning-types.
15564 (byte-compile-save-excursion): Warn about use of set-buffer right
15565 after save-excursion.
15566
c5269f1c
SM
15567 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15568 the excursion as well.
15569
3ba30eb8
MA
155702009-11-27 Michael Albinus <michael.albinus@gmx.de>
15571
15572 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15573 providing a Tramp related implementation of "su" and "sudo".
15574 (eshell-unix-initialize): Add "su" and "sudo".
15575
6c6f788d
DU
155762009-11-27 Daiki Ueno <ueno@unixuser.org>
15577
15578 * net/socks.el (socks-send-command): Convert binary request to
15579 unibyte before sending. This fixes mishandling of some port
15580 numbers such as 129.
15581
10c877fe
SM
155822009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15583
6f06a171
SM
15584 * help.el (describe-bindings-internal): Remove `interactive'.
15585
10c877fe
SM
15586 * man.el (Man-completion-table): Trim a terminating "(".
15587 Remove the space between name page a section.
15588 Add the command's description on the `help-echo' property.
c5269f1c
SM
15589 Remove `process-connection-type' binding since it's unused by
15590 call-process.
10c877fe
SM
15591 Provide completion for the "<section> <name>" format as well.
15592 (Man-default-man-entry): Remove spurious var shadowing the argument.
15593
c44a4822
KR
155942009-11-26 Kevin Ryde <user42@zip.com.au>
15595
15596 * log-view.el: Add "Keywords: tools", since its other keywords
15597 aren't in finder-known-keywords, and following vc.el.
15598
9d58f081
KR
15599 * sha1.el (sha1-string-external): default-directory "/" in case
15600 otherwise non-existent. process-connection-type pipe for touch of
15601 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15602
72fe6b25
SM
156032009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15604
15605 Misc coding convention cleanups.
15606 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15607 hfy-init-kludge-hooks.
15608 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15609 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15610 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15611 and push.
15612 (hfy-slant, hfy-weight): Use tables rather than code.
15613 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15614 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15615 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15616 (hfy-face-to-css): Remove `nconc' with single arg.
15617 (hfy-p-to-face-lennart): Use `or'.
15618 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15619 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15620 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15621 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15622 (hfy-force-fontification): Use run-hooks.
15623
85e0a536
SM
156242009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15625
15626 Various minor fixes.
15627 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15628 Javascript belongs in the header, not the body.
15629 (hfy-javascript): Remove.
15630 (hfy-fontify-buffer): Don't insert it any more.
15631 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15632 Fix bug in invis handling when there were no invis props in a chunk.
15633
62ccc42c
SM
156342009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15635
15636 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15637
2643c7aa
DN
156382009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15639
15640 * finder.el (finder-mode-map): Add a menu.
15641
0e5c8aed
DN
156422009-11-26 Michael McNamara <mac@mail.brushroad.com>
15643
bf0b361c 15644 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15645 "unsigned" structs.
15646
15647 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15648 fork" statement better.
15649
156502009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15651
bf0b361c
JB
15652 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15653 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15654 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15655 Reported by Clay Douglass.
0e5c8aed
DN
15656
15657 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15658 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15659 Fix removing "// Interfaces" when saving .* expansions.
15660 Reported by Pierre-David Pfister.
0e5c8aed 15661
7629c4e7
GM
156622009-11-26 Glenn Morris <rgm@gnu.org>
15663
62ccc42c
SM
15664 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15665 the scope.
7629c4e7 15666
a5d358f8
JB
156672009-11-25 Johan Bockgård <bojohan@gnu.org>
15668
15669 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15670 Really use previous revision.
15671
002cbde5
KR
156722009-11-25 Kevin Ryde <user42@zip.com.au>
15673
15674 * man.el (Man-completion-table): default-directory "/" in case
15675 doesn't otherwise exist. process-environment COLUMNS=999 so as
15676 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15677 any chance of hitting the pseudo-tty TIOCGWINSZ.
15678 (man): completion-ignore-case t for friendliness and since man
15679 itself is case-insensitive on the command line.
15680 Further to Bug#3717.
002cbde5 15681
8cb5ffe8
KR
15682 * arc-mode.el: Add "Keywords: files", so the details in its
15683 commentary can be reached from finder-by-keyword.
34607612
KR
15684 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15685 editing mode, but it's comms related and sgml-mode.el has "comm"
15686 on that basis too.
b8dfcf54 15687 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15688 * international/isearch-x.el, international/ja-dic-cnv.el:
15689 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15690 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15691
1e2d9ba1
JL
156922009-11-25 Juri Linkov <juri@jurta.org>
15693
15694 * man.el (Man-completion-table): Modify regexp to include
15695 section names to completion strings. (Bug#3717)
15696
a601d313
JL
156972009-11-25 Juri Linkov <juri@jurta.org>
15698
15699 Search recursively in gzipped files. (Bug#4982)
15700
15701 * progmodes/grep.el (grep-highlight-matches): Add new options
15702 `always' and `auto'. Doc fix.
15703 (grep-process-setup): Check `grep-highlight-matches' for
15704 `auto-detect' to determine the need to compute grep defaults.
15705 Move Windows/DOS specific --colors settings handling
15706 to `grep-compute-defaults'. Check `grep-highlight-matches'
15707 to get the value of "--color=".
15708 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15709 has the value `auto-detect'. Move Windows/DOS specific settings
15710 from `grep-process-setup'.
15711 (zrgrep): New command with alias `rzgrep'.
15712
bde04ea9
JL
157132009-11-25 Juri Linkov <juri@jurta.org>
15714
15715 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15716 to nil instead of switching off view-mode. (Bug#4896)
15717
7d6b4d3c
JL
157182009-11-25 Juri Linkov <juri@jurta.org>
15719
15720 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15721
15722 * mwheel.el (mwheel-scroll-up-function)
15723 (mwheel-scroll-down-function): New defvars.
15724 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15725 `scroll-up', and `mwheel-scroll-down-function' instead of
15726 `scroll-down'.
15727
15728 * doc-view.el (doc-view-scroll-up-or-next-page)
15729 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15730 Use this ARG in the call to image-scroll-up/image-scroll-down.
15731 Change `interactive' spec to "P". Goto next/previous page only
15732 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15733 SPC/DEL case). Doc fix.
15734 (doc-view-next-line-or-next-page)
15735 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15736 for consistency.
15737 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15738 `doc-view-scroll-up-or-next-page', and buffer-local
15739 `mwheel-scroll-down-function' to
15740 `doc-view-scroll-down-or-previous-page'.
15741
e237085f
JL
157422009-11-25 Juri Linkov <juri@jurta.org>
15743
15744 Provide additional default values (directories at other Dired
15745 windows) via M-n in the minibuffer of some Dired commands.
15746
15747 * dired-aux.el (dired-diff, dired-compare-directories)
15748 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15749 `minibuffer-default' in `minibuffer-with-setup-hook'.
15750 (dired-dwim-target-directory): Find a window that displays Dired
15751 buffer instead of failing when the next window is not Dired.
15752 Use `get-window-with-predicate' to find for the next Dired window.
15753 (dired-dwim-target-defaults): New function.
15754
15755 * ediff-util.el (ediff-read-file-name):
15756 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15757 in `minibuffer-with-setup-hook'.
15758
7d371eac
JL
157592009-11-25 Juri Linkov <juri@jurta.org>
15760
15761 Provide additional default values (file name at point or at the
15762 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15763
15764 * minibuffer.el (read-file-name-defaults): New function.
15765 (read-file-name): Reset `minibuffer-default' to nil when
15766 it duplicates initial input `insdef'.
15767 Bind `minibuffer-default-add-function' to lambda that
15768 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15769 (minibuffer-insert-file-name-at-point): New command.
15770
15771 * files.el (file-name-at-point-functions): New defcustom.
15772 (find-file-default): Remove defvar.
15773 (find-file-read-args): Don't use `find-file-default'.
15774 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15775 to `read-file-name'.
15776 (find-file-literally): Use `read-file-name' with
15777 `confirm-nonexistent-file-or-buffer'.
15778
15779 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15780
15781 * dired.el (dired-read-dir-and-switches):
15782 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15783 to `read-file-name'.
15784 (dired-file-name-at-point): New function.
15785 (dired-mode): Add hook `dired-file-name-at-point' to
15786 `file-name-at-point-functions'.
15787
04ae543a
SM
157882009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15789
15790 Really make the *Completions* window soft-dedicated (bug#5030).
15791 * window.el (window--display-buffer-2): Add `dedicated' argument.
15792 (display-buffer): Pass it when needed so the dedicated flag is set
15793 after calling set-window-buffer, which would otherwise reset it.
15794
eb708e66
SM
157952009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15796
d6b8d4e7
SM
15797 * progmodes/meta-mode.el (meta-complete-symbol):
15798 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15799 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15800 Use completion-in-region.
15801
5f24557b
SM
15802 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15803 (dabbrev-completion): Use completion-in-region.
15804 (dabbrev--abbrev-at-point): Simplify regexp.
15805
fe4346f0
SM
15806 * abbrev.el (abbrev--before-point): Use word-motion functions
15807 if :regexp is not specified (bug#5031).
15808
cb190d7d
SM
15809 * subr.el (string-prefix-p): New function.
15810
e2ec6dd5
SM
15811 * man.el (Man-completion-cache): New var.
15812 (Man-completion-table): Use it.
15813
eb708e66
SM
15814 * vc.el (vc-print-log-internal): Make `limit' optional for better
15815 compatibility (e.g. with vc-annotate.el).
15816
4cf8971b
KR
158172009-11-24 Kevin Ryde <user42@zip.com.au>
15818
eb708e66 15819 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15820 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15821
4cf8971b
KR
15822 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15823 when .el source file not found or other error.
15824
d204c46c
SM
158252009-11-24 Markus Triska <markus.triska@gmx.at>
15826
15827 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15828
bb301b9a
SM
158292009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15830
449c27f0
SM
15831 Handle the [back] button properly (bug#4979).
15832 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15833 Use help-setup-xref, help-buffer, and with-help-window.
15834 (describe-char): Add `buffer' argument.
15835 Pass proper command to help-setup-xref. Don't meddle with
15836 help-xref-stack-item directly.
15837 (describe-text-category): Use with-help-window and help-buffer.
15838
32fe5377
SM
15839 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15840 for the displayed buffer (bug#4887).
15841
bb301b9a
SM
15842 * man.el (Man-completion-table): New function.
15843 (man): Use it.
15844
35179414
DR
158452009-11-24 David Reitter <david.reitter@gmail.com>
15846
bb301b9a 15847 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15848 .git is) rather than the file's directory and a relative path spec
15849 to work around a bug in git.
15850
605a20a9
MA
158512009-11-24 Michael Albinus <michael.albinus@gmx.de>
15852
15853 Improve handling of processes on remote hosts.
15854
15855 * eshell/esh-util.el (eshell-path-env): New defvar.
15856 (eshell-parse-colon-path): New defun.
15857 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15858
bb301b9a
SM
15859 * eshell/esh-ext.el (eshell-search-path):
15860 Use `eshell-parse-colon-path'.
605a20a9
MA
15861 (eshell-remote-command): Remove argument HANDLER.
15862 (eshell-external-command): Check for FTP remote connection.
15863
bb301b9a
SM
15864 * eshell/esh-proc.el (eshell-gather-process-output):
15865 Use `file-truename', in order to start also symlinked files.
15866 Apply `start-file-process' instead of `start-process'.
15867 Shorten `command' to the local file name part.
605a20a9 15868
bb301b9a
SM
15869 * eshell/em-cmpl.el (eshell-complete-commands-list):
15870 Use `eshell-parse-colon-path'.
605a20a9
MA
15871
15872 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15873
15874 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15875 to `eshell-directory-change-hook'.
15876
d1d33062
TH
158772009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15878
15879 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15880 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15881
a34d8565 158822009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15883
a34d8565
MK
15884 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15885 made on 2009-11-22.
d1d33062 15886
c83b8d1b
GM
158872009-11-24 Glenn Morris <rgm@gnu.org>
15888
15889 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15890 deleted variable bookmark-bmenu-bookmark-column.
15891
83505cfe
SM
158922009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15893
15894 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15895
5241b291
CY
158962009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15897
15898 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15899 two slashes to the "file:" prefix.
15900 (browse-url-file-url): De-munge Cygwin filenames before passing
15901 them to Windows browser.
15902 (browse-url-default-windows-browser): Use call-process.
15903
aefcadb6
JL
159042009-11-23 Juri Linkov <juri@jurta.org>
15905
15906 Implement DocView Continuous mode. (Bug#4896)
15907 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15908 (doc-view-mode-map): Bind C-n/<down> to
15909 `doc-view-next-line-or-next-page', C-p/<up> to
15910 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15911 (doc-view-next-line-or-next-page)
15912 (doc-view-previous-line-or-previous-page): New commands.
15913
0d62bcea
JL
159142009-11-23 Juri Linkov <juri@jurta.org>
15915
15916 Implement Isearch in comint input history. (Bug#3746)
15917 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15918 `isearch-mode-hook'.
15919 (comint-history-isearch): New defcustom.
15920 (comint-history-isearch-backward)
15921 (comint-history-isearch-backward-regexp): New commands.
15922 (comint-history-isearch-message-overlay): New buffer-local variable.
15923 (comint-history-isearch-setup, comint-history-isearch-end)
15924 (comint-goto-input, comint-history-isearch-search)
15925 (comint-history-isearch-message, comint-history-isearch-wrap)
15926 (comint-history-isearch-push-state)
15927 (comint-history-isearch-pop-state): New functions.
15928
b593f105
MA
159292009-11-23 Michael Albinus <michael.albinus@gmx.de>
15930
15931 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15932 return.
15933 (tramp-handle-make-symbolic-link)
15934 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15935 Quote file names.
15936 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15937 (tramp-handle-process-file): Use it.
15938
0f202d5d
SM
159392009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15940
15941 * window.el (move-to-window-line-last-op): Remove.
15942 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15943
216349f8
SM
159442009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15945
0f202d5d 15946 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15947 * window.el (move-to-window-line-last-op): New var.
15948 (move-to-window-line-top-bottom): New command.
15949 (global-map): Bind M-r move-to-window-line-top-bottom.
15950
c10e0633
GM
159512009-11-23 Sven Joachim <svenjoac@gmx.de>
15952
15953 * dired-x.el (dired-guess-shell-alist-default):
15954 Support xz format. (Bug#4953)
15955
953e0c1a
GM
159562009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15957
15958 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15959 last-command-char/last-command-event.
15960 (viper-prefix-arg-value): Do correct conversion of event-char for
15961 XEmacs.
15962
83505cfe
SM
15963 * emulation/viper-util.el, emulation/viper.el:
15964 Use viper-last-command-char instead of
15965 last-command-char/last-command-event.
953e0c1a 15966
83505cfe
SM
15967 * ediff-init.el, ediff-mult.el, ediff-util.el:
15968 Replace last-command-char and last-command-event
15969 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15970
15971 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15972 created in fundamental mode.
15973
15974 * ediff.el (ediff-version): Revert the change of interactive-p to
15975 called-interactively-p.
15976
9ee12eee
TH
159772009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15978
15979 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15980 generation from word-movement command names.
15981
8b571bf3
JD
159822009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15983
15984 * cus-start.el (all): Add native condition for font-use-system-font.
15985
4121db47
AM
159862009-11-21 Nathaniel Flath <flat0103@gmail.com>
15987
83505cfe
SM
15988 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15989 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15990
d71f5e0c
TH
159912009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15992
15993 * progmodes/subword.el: Rename from lisp/subword.el.
15994
15995 * subword.el: Rename to progmodes/subword.el.
15996
15997 * Makefile.in (ELCFILES): Adapt to subword.el move.
15998
fc9d6ad6 159992009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 16000 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
16001
16002 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16003 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16004 (bookmark-bmenu-show-filenames): Use push.
16005 (bookmark-bmenu-hide-filenames): Use local var instead of
16006 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16007 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16008 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16009 filenames now that the bookmark names are always available.
16010
26d9285f
SM
160112009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16012
16013 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16014 (bookmark-search-pattern): Move and leave unbound.
16015 (bookmark-bmenu-mode-map): Change binding.
16016 (bookmark-read-search-input): Simplify.
16017 Don't use text-char-description. Don't error on non-char events.
16018 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16019 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16020 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16021 Use a local var for the timer.
16022 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16023 (i.e. bookmark-bmenu-search).
16024
d73a0317
GM
160252009-11-21 Glenn Morris <rgm@gnu.org>
16026
16027 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16028
e572025f
CY
160292009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16030
26d9285f
SM
16031 * net/browse-url.el (browse-url-default-windows-browser):
16032 Use cygstart for cygwin.
e572025f 16033
6aeaa3dc
KF
160342009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16035
e4070cdc 16036 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
16037 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16038 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 16039 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
16040 (bookmark-read-search-input): Adjust to fit within 80 columns.
16041
a9b76eec
TH
160422009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16043
16044 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16045 (c-backward-into-nomenclature): Adapt to subword renaming.
16046
16047 * subword.el (subword-forward, subword-backward, subword-mark)
16048 (subword-kill, subword-backward-kill, subword-transpose)
16049 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
16050 (subword-forward-internal, subword-backward-internal):
16051 Rename from forward-subword, backward-subword, mark-subword,
16052 kill-subword, backward-kill-subword, transpose-subwords,
16053 downcase-subword, upcase-subword, capitalize-subword,
16054 forward-subword-internal, backward-subword-internal.
a9b76eec 16055
1e7d4475
SM
160562009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16057
26d9285f
SM
16058 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16059 New options.
1e7d4475
SM
16060 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16061 New vars.
16062 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16063 (bookmark-bmenu-filter-alist-by-regexp)
16064 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16065 (bookmark-bmenu-search): New command.
16066 (bookmark-bmenu-mode-map): Bind it.
16067
653d1554
TH
160682009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16069
ab84bfa0
TH
16070 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16071 backward-subword to quit the byte-compiler.
16072
1f35fda9
TH
16073 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16074
16075 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16076
653d1554 16077 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
16078 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16079 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
16080
16081 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16082 subword.el functions instead of cc-subword.el.
16083
1e7d4475
SM
16084 * progmodes/cc-subword.el: Rename to subword.el.
16085 * subword.el: Rename from progmodes/cc-subword.el.
16086 (subword-mode-map): Rename from c-subword-mode-map.
16087 (subword-mode): Rename from c-subword-mode.
653d1554 16088 (global-subword-mode): New global minor mode.
1e7d4475
SM
16089 (forward-subword): Rename from c-forward-subword.
16090 (backward-subword): Rename from c-backward-subword.
16091 (mark-subword): Rename from c-mark-subword.
16092 (kill-subword): Rename from c-kill-subword.
16093 (backward-kill-subword): Rename from c-backward-kill-subword.
16094 (transpose-subwords): Rename from c-tranpose-subword.
16095 (downcase-subword): Rename from c-downcase-subword.
16096 (capitalize-subword): Rename from c-capitalize-subword.
16097 (forward-subword-internal): Rename from c-forward-subword-internal.
16098 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 16099
9717f119
DN
161002009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16101
8de724f3
DN
16102 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16103 from a dired buffer.
16104 (vc-dired-deduce-fileset): New function.
16105 (vc-root-diff, vc-print-root-log): Use it.
16106
9717f119
DN
16107 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16108 nil LIMIT argument to vc-print-log-internal.
16109
af4999b8
GM
161102009-11-20 Glenn Morris <rgm@gnu.org>
16111
16112 * Makefile.in (ELCFILES): Regenerate.
16113
b58edcb6
JB
161142009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16115
02e1b488
SM
16116 * calc/calc.el (calc-set-mode-line):
16117 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16118 (math-format-number): Rename `math-format-complement-signed' to
16119 `math-format-twos-complement'.
16120
02e1b488 16121 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
16122 math-format-complement-signed.
16123 (calc-radix): Rename `calc-complement-signed-mode' to
16124 `calc-twos-complement-mode'.
02e1b488
SM
16125 (calc-octal-radix, calc-hex-radix): Add an argument for
16126 two's complement.
b58edcb6 16127
02e1b488
SM
16128 * calc/calc-embed.el (calc-embedded-mode-vars):
16129 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 16130
02e1b488
SM
16131 * calc/calc-ext.el (calc-init-extensions):
16132 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16133 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16134
02e1b488
SM
16135 * calc/calc-units.el (math-build-units-table-buffer):
16136 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
16137
16138 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16139 entries.
16140
16141 * calc/calc-vec.el (calcFunc-vunpack):
16142 * calc/calc-aent.el (calc-do-calc-eval):
16143 * calc/calc-forms.el (math-format-date):
16144 * calc/calc-graph.el (calc-graph-plot):
16145 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
16146 * calc/calccomp.el (math-compose-expr):
16147 Let `calc-twos-complement-mode' be nil.
16148
161492009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16150
16151 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16152 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16153 * minibuffer.el (completion-in-region-functions): New hook.
16154 (completion-in-region): New function.
16155 * emacs-lisp/lisp.el (lisp-complete-symbol):
16156 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 16157
e3353a78
SM
161582009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16159
eff77808
SM
16160 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16161 (latex-complete-alist): New vars.
16162 (latex-string-prefix-p, latex-complete-bibtex-keys)
16163 (latex-complete-envnames, latex-complete-refkeys)
16164 (latex-complete-data): New functions.
16165 (latex-complete, latex-indent-or-complete): New commands.
16166
d2c9fc42
SM
16167 * window.el (display-buffer-mark-dedicated): New var.
16168 (display-buffer): Obey it.
16169 * minibuffer.el (minibuffer-completion-help): Use it.
16170
31a1c477
SM
16171 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16172
bed4c972
SM
16173 * filecache.el (file-cache-add-file): Use push and cons.
16174 (file-cache-delete-file-regexp): Use push.
16175 (file-cache-complete): Use completion-in-region.
16176
8c22699f
SM
16177 * simple.el (with-wrapper-hook): Fix thinko.
16178
e3353a78
SM
16179 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16180 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16181 Use with-current-buffer and string-to-number.
16182 (hfy-fallback-colour-values): Use assoc-string.
16183 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16184 (hfy-face-at): Remove unused var `found-face'.
16185 (hfy-compile-stylesheet): Remove unused var `css'.
16186 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16187 and `orig-buffer'.
16188 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16189 Use with-current-buffer.
16190 (hfy-text-p): Use expand-file-name and fewer setq.
16191
acca02b0
SM
161922009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16193
16194 * htmlfontify.el, hfy-cmap.el: New files.
16195
042b7cc6
JL
161962009-11-19 Juri Linkov <juri@jurta.org>
16197
16198 * minibuffer.el (completions-format): New defcustom.
16199 (completion--insert-strings): Implement vertical format.
16200
16201 * simple.el (switch-to-completions): Move point to the first
16202 completion when point was at the beginning of the buffer.
16203
da205913
JL
162042009-11-19 Juri Linkov <juri@jurta.org>
16205
16206 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16207
16208 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16209
0b8ee421
CY
162102009-11-19 Chong Yidong <cyd@stupidchicken.com>
16211
16212 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16213 (mail-signature): Change default to t.
16214 (mail-from-style): Deprecate `system-default' value.
16215 (mail-insert-from-field): For default value of mail-from-style,
16216 default to `angles' unless `angles' needs quoting and `parens'
16217 does not.
16218 (mail-citation-prefix-regexp): Use citation regexp from
16219 message-mode.
16220
4265deab
MA
162212009-11-19 Michael Albinus <michael.albinus@gmx.de>
16222
acca02b0
SM
16223 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16224 Set variables for computing the prompt for reading password.
4265deab 16225
27cacd2d
GM
162262009-11-19 Glenn Morris <rgm@gnu.org>
16227
470bce7d
GM
16228 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16229
7e705a1d
GM
16230 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16231
27cacd2d
GM
16232 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16233 (newsticker-treeview-listwindow-height): Fix custom type.
16234
b2f0be0f
KH
162352009-11-19 Kenichi Handa <handa@m17n.org>
16236
16237 * descr-text.el (describe-char-padded-string): Compose with TAB
16238 only if there's a font for CH.
02e1b488 16239 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16240
03446045 162412009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16242
16243 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16244 more accurate version of the regexp. (Bug#3910)
b96337b0 16245
03446045 162462009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16247
16248 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16249
e0620570
JB
162502009-11-18 Juanma Barranquero <lekktu@gmail.com>
16251
16252 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16253 (font-setting-change-default-font): Fix typo in docstring.
16254
6cc6582e
AM
162552009-11-18 Alan Mackenzie <acm@muc.de>
16256
16257 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16258
dfb3c4c6
JD
162592009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16260
02e1b488 16261 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16262
16263 * cus-start.el (all): ... to here.
16264
e268e987
MA
162652009-11-17 Michael Albinus <michael.albinus@gmx.de>
16266
16267 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16268 Don't set `ad-return-value' if `ad-do-it' doesn't.
16269
303ffde8
MA
16270 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16271 modification time.
16272
637fa988
JD
162732009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16274
16275 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16276 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16277
16278 * loadup.el: If feature system-font-setting or font-render-setting is
16279 there, load font-setting.
16280
02e1b488 16281 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16282 * font-setting.el: New file.
16283
1d16a255
GM
162842009-11-17 Glenn Morris <rgm@gnu.org>
16285
16286 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16287
2d84f804
GM
16288 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16289 Preserve point in the list buffer. (Bug#4939)
16290 Use point-at-eol.
16291 (newsticker--treeview-list-update-highlight)
16292 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16293
14467b99
JB
162942009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16295
16296 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16297 Remove.
16298
16299 * calc/calc-ext.el (calc-init-extensions): Remove references to
16300 symclip.
16301
16302 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16303
16304 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16305 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16306 `calc-symclip'.
16307
e3c39c01
KR
163082009-11-16 Kevin Ryde <user42@zip.com.au>
16309
02e1b488 16310 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16311 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16312
497de631
KR
16313 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16314 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16315 Ignore trailing spaces by omit-nulls to split-string (fixing
16316 regression from Emacs 21 due to the incompatible split-string
14467b99 16317 change). (Bug #4928.)
497de631 16318
48b27575
DN
163192009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16320
5237d741 16321 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16322 (vc-print-log-internal): Insert buttons to request more entries
16323 when limiting the output.
16324
16325 * vc-sccs.el (vc-sccs-print-log):
16326 * vc-rcs.el (vc-rcs-print-log):
16327 * vc-cvs.el (vc-cvs-print-log):
16328 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16329 LIMIT is non-nil.
16330
d3e97185
MA
163312009-11-16 Michael Albinus <michael.albinus@gmx.de>
16332
16333 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16334 error when `tramp-gvfs-dbus-event-vector' is set.
16335 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16336
68d87786
SM
163372009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16338
16339 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16340
c0a39702
MA
163412009-11-16 Michael Albinus <michael.albinus@gmx.de>
16342
16343 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16344 (dbus-register-property): Register the handlers of
c0a39702
MA
16345 "org.freedesktop.DBus.Properties" for SERVICE.
16346 (dbus-property-handler): Fix docstring.
16347
1e857121
YM
163482009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16349
16350 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16351 Quote doc string reference in defvaralias as it is not in special form.
16352 (byte-compile-output-docform): Doc fix.
16353
887484c1
JB
163542009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16355
16356 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16357 (calc-complement-signed-mode): New variables.
16358 (calc-set-mode-line): Add indicator for twos-complements.
16359 (math-format-number): Format twos-complement notation.
16360
16361 * calc/calc-bin.el (calc-word-size): Reset the variables
16362 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16363 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16364 (calc-symclip): New functions.
887484c1
JB
16365
16366 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16367
68d87786
SM
16368 * calc/calc-embed.el (calc-embedded-mode-vars):
16369 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16370
16371 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16372 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16373
16374 * calc/calc-ext.el (math-read-number-fancy): Read complement
16375 signed numbers.
68d87786
SM
16376 (calc-init-extensions): Add binding for `calc-symclip'.
16377 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16378
16379 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16380 `calc-symclip'.
68d87786 16381 (calc-modes-menu): Add item for twos complement mode.
887484c1 16382
5237d741 16383 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16384
4cf1d7e3
CY
163852009-11-15 Chong Yidong <cyd@stupidchicken.com>
16386
16387 * register.el (jump-to-register, insert-register): Handle Semantic
16388 tags. From commented-out advice in semantic/senator.el.
16389
f8e65267
DN
163902009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16391
6616006b
DN
16392 * vc.el (vc-log-show-limit): New variable.
16393 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16394 when using a prefix argument.
16395 (vc-print-log-internal): Add new argument LIMIT.
16396
16397 * vc-svn.el (vc-svn-print-log):
16398 * vc-mtn.el (vc-mtn-print-log):
16399 * vc-hg.el (vc-hg-print-log):
16400 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16401 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16402 non-optional.
16403
16404 * vc-sccs.el (vc-sccs-print-log):
16405 * vc-rcs.el (vc-rcs-print-log):
16406 * vc-git.el (vc-git-print-log):
16407 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16408 ignore it. Make the BUFFER argument non-optional.
6616006b 16409
f8e65267
DN
16410 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16411
0566c4bc
CY
164122009-11-15 Chong Yidong <cyd@stupidchicken.com>
16413
7cce3c91
CY
16414 * dired.el (dired-mode-map): Move encryption items to "Operate"
16415 menu (Bug#4703).
16416
d7063de9
CY
16417 * strokes.el (strokes-update-window-configuration): Make strokes
16418 buffer current before erasing (Bug#4906).
16419
0fc10137
JL
164202009-11-15 Juri Linkov <juri@jurta.org>
16421
16422 * simple.el (set-mark-default-inactive): Add :type, :group
16423 and :version. (Bug#4876)
16424
f5fce4ec
MA
164252009-11-15 Michael Albinus <michael.albinus@gmx.de>
16426
16427 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16428 (archive-unique-fname): ... here. (Bug#4929)
16429
8d720a00
SM
164302009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16431
589888fe
SM
16432 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16433 with a real fix.
16434
8d720a00
SM
16435 * novice.el (disabled-command-function): Add useful args.
16436 Setup the help buffer so that [back] works.
16437 Remove redundant call to help-mode.
16438 (disabled-command-function): Use `case'.
16439 (en/disable-command): New function extracted from enable-command.
16440 (enable-command, disable-command): Use it.
16441
a61344d6
GM
164422009-11-14 Glenn Morris <rgm@gnu.org>
16443
497f0cdd
GM
16444 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16445 constants. (Bug#4913)
16446
a61344d6
GM
16447 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16448
d501801e
GM
164492009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16450
16451 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16452 defined in C that have no doc-strings. (Bug#1063)
16453
5af27ac2
GM
164542009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16455
16456 * cus-edit.el (data, files):
16457 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16458
aec5395b
CY
164592009-11-14 Chong Yidong <cyd@stupidchicken.com>
16460
e7791447
CY
16461 * simple.el (shell-command): Doc fix (Bug#4891).
16462
aec5395b
CY
16463 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16464
7a41cd7f
GM
164652009-11-14 Glenn Morris <rgm@gnu.org>
16466
c3583c94
GM
16467 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16468 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16469 If they are already loaded, eval-after-load will do the right thing.
16470
73900d1f
GM
16471 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16472 compiling.
16473
0028351d
GM
16474 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16475
f6714ede
GM
16476 * simple.el (x-selection-owner-p): Declare.
16477 (read-mail-command): Use custom radio type rather than choice.
16478 (completion-no-auto-exit): Doc fix.
16479
7a41cd7f 16480 * custom.el (defgroup):
5af27ac2 16481 * epg-config.el (epg): Doc fixes.
7a41cd7f 16482
2d0659ec
DN
164832009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16484
16485 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16486 * international/ccl.el (define-ccl-program): Do not purecopy the
16487 docstring, defconst does it anyway.
16488
7fdbcd83
SM
164892009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16490
d499c5b9
SM
16491 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16492 a second time.
16493
7fdbcd83
SM
16494 * x-dnd.el (x-dnd-maybe-call-test-function):
16495 * window.el (split-window-vertically):
16496 * whitespace.el (whitespace-help-on):
16497 * vc-rcs.el (vc-rcs-consult-headers):
16498 * userlock.el (ask-user-about-lock-help)
16499 (ask-user-about-supersession-help):
16500 * type-break.el (type-break-force-mode-line-update):
16501 * time-stamp.el (time-stamp-conv-warn):
16502 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16503 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16504 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16505 (term-write-input-ring, term-check-source, term-start-output-log):
16506 (term-display-buffer-line, term-dynamic-list-completions):
16507 (term-ansi-make-term, serial-term):
16508 * subr.el (selective-display):
16509 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16510 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16511 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16512 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16513 (speedbar-remove-localized-speedbar-support)
16514 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16515 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16516 (speedbar-buffers-line-directory):
16517 * simple.el (shell-command-on-region, append-to-buffer)
16518 (prepend-to-buffer):
16519 * shadowfile.el (shadow-save-todo-file):
16520 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16521 (scroll-bar-maybe-set-window-start):
16522 * sb-image.el (speedbar-image-dump):
16523 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16524 (load-save-place-alist-from-file):
16525 * ps-samp.el (ps-print-message-from-summary):
16526 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16527 (ps-background-image, ps-begin-job, ps-do-despool):
16528 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16529 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16530 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16531 (pr-call-process, pr-file-list, pr-interface-save):
16532 * novice.el (disabled-command-function)
16533 (enable-command, disable-command):
16534 * mouse.el (mouse-buffer-menu-alist):
16535 * mouse-copy.el (mouse-kill-preserving-secondary):
16536 * macros.el (kbd-macro-query):
16537 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16538 * informat.el (batch-info-validate):
16539 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16540 * hippie-exp.el (try-expand-dabbrev-visible):
16541 * help-mode.el (help-make-xrefs):
16542 * help-fns.el (describe-variable):
16543 * generic-x.el (bat-generic-mode-run-as-comint):
16544 * finder.el (finder-mouse-select):
16545 * find-dired.el (find-dired-sentinel):
16546 * filesets.el (filesets-file-close):
16547 * files.el (list-directory):
16548 * faces.el (list-faces-display, describe-face):
16549 * facemenu.el (list-colors-display):
16550 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16551 * epg.el (epg--process-filter, epg-cancel):
16552 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16553 (epa--read-signature-type):
16554 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16555 (emerge-file-names):
16556 * ehelp.el (electric-helpify):
16557 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16558 * ediff-vers.el (rcs-ediff-view-revision):
16559 * ediff-util.el (ediff-setup):
16560 * ediff-mult.el (ediff-append-custom-diff):
16561 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16562 (ediff-wordify):
16563 * echistory.el (Electric-command-history-redo-expression):
16564 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16565 * disp-table.el (describe-display-table):
16566 * dired.el (dired-find-buffer-nocreate):
16567 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16568 * dabbrev.el (dabbrev--same-major-mode-p):
16569 * chistory.el (list-command-history):
16570 * apropos.el (apropos-documentation):
16571 * allout.el (allout-obtain-passphrase):
16572 (allout-copy-exposed-to-buffer):
16573 (allout-verify-passphrase): Use with-current-buffer.
16574
2ccbc060
GM
165752009-11-13 Glenn Morris <rgm@gnu.org>
16576
16577 * Makefile.in (ELCFILES): Regenerate.
16578
b172ed20
MA
165792009-11-13 Michael Albinus <michael.albinus@gmx.de>
16580
7fdbcd83
SM
16581 * net/dbus.el (dbus-registered-objects-table): Rename from
16582 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16583 (dbus-unregister-object): Unregister also properties.
16584 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16585 Use a timeout of 500 msec, in order to not block.
16586 (dbus-register-property, dbus-property-handler): New defuns.
16587
e96d62cd
SM
165882009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16589
16590 * simple.el (minibuffer-default-add-completions): Drop deprecated
16591 4th arg.
16592
14bd267d
EZ
165932009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16594
e96d62cd
SM
16595 * textmodes/artist.el (artist-mouse-choose-operation):
16596 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16597 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16598 (artist-compute-up-event-key): New function.
16599 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16600
bf89fd7b
KH
166012009-11-13 Kenichi Handa <handa@m17n.org>
16602
16603 * language/japan-util.el: Make sure that the value of jisx0208
16604 property is jisx0208 character.
16605
f70b8925
DN
166062009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16607
16608 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16609 car or each item, not the whole list.
16610
4d93a9e0
SM
166112009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * minibuffer.el (minibuffer-completion-help):
16614 Use minibuffer-hide-completions.
16615
05404988
SM
166162009-11-12 Per Starbäck <per@starback.se> (tiny change)
16617
16618 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16619 (dired-revert): Use them (bug#4880).
16620
5297bc10
DN
166212009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16622
16623 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16624
e2685eb7
JL
166252009-11-12 Juri Linkov <juri@jurta.org>
16626
16627 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16628 New functions.
16629 (find-file-literally-at-point): Alias of `ffap-literally'.
16630
76410c3e
DN
166312009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16632
6d341a2a
DN
16633 * textmodes/ispell.el (ispell-skip-region-alist):
16634 * textmodes/css-mode.el (auto-mode-alist):
16635 * progmodes/compile.el (auto-mode-alist):
16636 * international/mule.el (ctext-non-standard-encodings-alist)
16637 (ctext-non-standard-encodings-regexp):
16638 * simple.el (shell-command-switch, text-read-only):
16639 * replace.el (occur-mode-map):
16640 * paths.el (rmail-file-name):
16641 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16642 * find-file.el (ff-special-constructs):
16643 * files.el (file-name-handler-alist):
16644 * composite.el: Purecopy strings.
16645
76410c3e
DN
16646 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16647
aaa448c9
DN
166482009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16649
16650 * widget.el (define-widget): Purecopy the docstring.
16651 * international/mule-cmds.el (charset): Do not purecopy the
16652 docstring here, define-widget does it.
16653
16654 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16655 * textmodes/bibtex-style.el (auto-mode-alist):
16656 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16657 * progmodes/compile.el (compile-command):
16658 * language/korea-util.el (default-korean-keyboard):
16659 * international/mule-conf.el (file-coding-system-alist):
16660 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16661 * tooltip.el (tooltip-frame-parameters):
16662 * newcomment.el (comment-end, comment-padding):
16663 * dired.el (dired-trivial-filenames):
16664 * comint.el (comint-file-name-prefix): Purecopy initial values.
16665
bbe650fd
MA
166662009-11-11 Michael Albinus <michael.albinus@gmx.de>
16667
16668 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16669 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16670 `tramp-unload'.
16671 (tramp-advice-make-auto-save-file-name)
16672 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16673 after removing the advice.
16674
6bdad9ae
DN
166752009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16676
2f7f4bee
DN
16677 * progmodes/grep.el (grep-regexp-alist):
16678 * international/mule-cmds.el (iso-2022-control-alist):
16679 * emacs-lisp/timer.el (timer-duration-words):
16680 * subr.el (version-separator, version-regexp-alist):
16681 * minibuffer.el (completion-styles-alist):
16682 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16683 Change defvars to defconsts.
16684
a042de45
DN
16685 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16686 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16687 * international/mule-conf.el: Allow to be byte compiled.
16688
3b6acc72
DN
16689 * international/mule.el (define-charset): Purecopy props.
16690 (load-with-code-conversion): Purecopy doc string and file name.
16691 (put-charset-property): Purecopy strings.
16692 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16693
1c2efdfb 16694 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16695 (define-char-code-property): Correctly purecopy the table.
16696
62591911
DN
16697 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16698
8b908da6
DN
16699 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16700
ff917d63
DN
16701 * subr.el (add-hook): Purecopy strings.
16702 (eval-after-load): Purecopy load-history-regexp and the form.
16703
af89cf77
DN
16704 * custom.el (custom-declare-group): Purecopy load-file-name.
16705
a3c20c83 16706 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16707 * net/eudc.el (eudc-tools-menu):
16708 * international/mule-cmds.el (set-coding-system-map)
16709 (mule-menu-keymap):
16710 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16711 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16712 * replace.el (occur-mode-map):
16713 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16714 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16715 (menu-bar-custom-menu, menu-bar-showhide-menu)
16716 (menu-bar-options-menu, menu-bar-tools-menu)
16717 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16718 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16719 (menu-bar-help-menu):
16720 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16721 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16722
6bdad9ae
DN
16723 * term/x-win.el (x-gtk-stock-map):
16724 * progmodes/vera-mode.el (auto-mode-alist):
16725 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16726 (inferior-lisp-program, inferior-lisp-load-command):
16727 * progmodes/hideshow.el (hs-special-modes-alist):
16728 * progmodes/gud.el (same-window-regexps):
16729 * progmodes/grep.el (grep-program, find-program, xargs-program):
16730 * net/telnet.el (same-window-regexps):
16731 * net/rlogin.el (same-window-regexps):
16732 * language/ethiopic.el (font-ccl-encoder-alist):
16733 * vc-sccs.el (vc-sccs-master-templates):
16734 * vc-rcs.el (vc-rcs-master-templates):
16735 * subr.el (cl-assertion-failed):
16736 * simple.el (next-error-overlay-arrow-position):
16737 * lpr.el (lpr-command):
16738 * locate.el (locate-ls-subdir-switches):
16739 * info.el (same-window-regexps, info)
16740 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16741 * image-mode.el (image-mode, auto-mode-alist):
16742 * hippie-exp.el (hippie-expand-ignore-buffers):
16743 * format.el (format-alist):
16744 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16745 (find-name-arg):
16746 * facemenu.el (facemenu-keybindings):
16747 * dired.el (dired-listing-switches, dired-chown-program):
16748 * diff.el (diff-switches, diff-command):
16749 * cus-edit.el (same-window-regexps):
16750 * bindings.el (mode-line-mule-info)
16751 (mode-line-buffer-identification): Purecopy strings.
16752
e0987650
JL
167532009-11-11 Juri Linkov <juri@jurta.org>
16754
3570691b 16755 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16756 Tell the byte-compiler about dired-get-filename.
16757 (shell-command): In Dired mode, get filename from the current line
16758 as the default value.
16759
b16ff465
GM
167602009-11-10 Glenn Morris <rgm@gnu.org>
16761
e8a11b22
GM
16762 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16763 * calendar/holidays.el, progmodes/cperl-mode.el:
16764 Update x-popup-menu declarations.
16765
b16ff465
GM
16766 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16767 (list-load-path-shadows): Use dolist.
16768 (list-load-path-shadows): Use with-current-buffer.
16769
032c3399
JL
167702009-11-10 Juri Linkov <juri@jurta.org>
16771
16772 * minibuffer.el (read-file-name): Support a list of default values
16773 in `default-filename'. Use the first file name where only one
16774 element is required. Doc fix.
16775
8fb1629f
MA
167762009-11-09 Michael Albinus <michael.albinus@gmx.de>
16777
16778 * net/dbus.el (dbus-unregister-object): Release service, if no
16779 other method is registered for it.
16780
a51203ee 167812009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16782
16783 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16784 bookmark-sort-flag is non-nil (Bug#4653).
16785
9bf7dc8a
CY
167862009-11-08 Chong Yidong <cyd@stupidchicken.com>
16787
15207e74
CY
16788 * emulation/cua-base.el: Add CUA property to some CC mode commands
16789 (Bug#4100).
16790
8bf7ed70
KR
167912009-11-08 Kevin Ryde <user42@zip.com.au>
16792
16793 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16794 at end of sentence (Bug#4818).
8bf7ed70 16795
951802d0
CY
167962009-11-08 Jared Finder <jfinder@crypticstudios.com>
16797
16798 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16799 Handle "see declaration of" MSFT statements (Bug#4100).
16800
e8244310
MA
168012009-11-08 Michael Albinus <michael.albinus@gmx.de>
16802
16803 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16804 (tramp-advice-file-expand-wildcards): Unload via
16805 `ad-remove-advice'.
16806
16807 * net/trampver.el: Update release number.
16808
a51203ee 168092009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16810
16811 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16812 `ad-do-it'.
16813
a51203ee 168142009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16815
16816 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16817 in order to keep context in SELinux.
16818
bedd8a58
CY
168192009-11-08 Chong Yidong <cyd@stupidchicken.com>
16820
16821 * dired-aux.el (dired-query): Place cursor in echo area and allow
16822 C-g.
16823
16824 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16825 menu item if not on a directory (Bug#4701).
16826
0484d600
MA
168272009-11-07 Michael Albinus <michael.albinus@gmx.de>
16828
16829 Sync with Tramp 2.1.17.
16830
16831 * net/tramp.el (tramp-handle-copy-directory): Don't use
16832 `file-remote-p' (due to compatibility).
16833
16834 * net/tramp-compat.el (tramp-compat-copy-directory)
16835 (tramp-compat-delete-directory): New defuns.
16836
16837 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16838 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16839 Use `tramp-compat-delete-directory'.
0484d600
MA
16840
16841 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16842 (tramp-smb-handle-delete-directory):
16843 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16844
16845 * net/trampver.el: Update release number.
16846
b42b2189
CY
168472009-11-07 Chong Yidong <cyd@stupidchicken.com>
16848
6960d7b9
CY
16849 * tar-mode.el (tar-copy): Call write-region on the right buffer
16850 (Bug#4857).
16851
b42b2189
CY
16852 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16853 by hand, if necessary (Bug#4878).
16854
0ad57dfd
CY
168552009-11-06 Chong Yidong <cyd@stupidchicken.com>
16856
d19e23ae
CY
16857 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16858 align size column (Bug#4839).
16859
0ad57dfd
CY
16860 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16861 statement.
16862
0b7f397c
DN
168632009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16864
16865 * progmodes/ld-script.el (auto-mode-alist):
16866 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16867
16868 * cus-face.el (custom-declare-face): Purecopy face spec.
16869
495bd5ca
KH
168702009-11-06 Kenichi Handa <handa@m17n.org>
16871
16872 * international/uni-bidi.el: Re-generated.
16873 * international/uni-category.el: Re-generated.
16874 * international/uni-combining.el: Re-generated.
16875 * international/uni-mirrored.el: Re-generated.
16876
1e8780b1
DN
168772009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16878
16879 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16880 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16881 (tex-start-options, slitex-run-command, latex-run-command)
16882 (tex-run-command, tex-directory):
16883 * textmodes/ispell.el (ispell-html-skip-alists)
16884 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16885 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16886 (adaptive-fill-regexp):
16887 * textmodes/dns-mode.el (auto-mode-alist):
16888 * progmodes/python.el (interpreter-mode-alist):
16889 * progmodes/etags.el (tags-compression-info-list):
16890 * progmodes/etags.el (tags-file-name):
16891 * net/browse-url.el (browse-url-galeon-program)
16892 (browse-url-firefox-program):
16893 * mail/sendmail.el (mail-signature-file)
16894 (mail-citation-prefix-regexp):
16895 * international/mule-conf.el (eight-bit):
16896 * international/latexenc.el (latex-inputenc-coding-alist):
16897 * international/fontset.el (x-pixel-size-width-font-regexp):
16898 * emacs-lisp/warnings.el (warning-type-format):
16899 * emacs-lisp/trace.el (trace-buffer):
16900 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16901 (emacs-lisp-mode-map):
16902 * calendar/holidays.el (holiday-solar-holidays)
16903 (holiday-bahai-holidays, holiday-islamic-holidays)
16904 (holiday-christian-holidays, holiday-hebrew-holidays)
16905 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16906 (hebrew-holidays-1, holiday-oriental-holidays)
16907 (holiday-general-holidays):
16908 * x-dnd.el (x-dnd-known-types):
16909 * tool-bar.el (tool-bar):
16910 * startup.el (site-run-file):
16911 * shell.el (shell-dumb-shell-regexp):
16912 * rfn-eshadow.el (file-name-shadow-tty-properties)
16913 (file-name-shadow-properties):
16914 * paths.el (remote-shell-program, news-directory):
16915 * mouse.el ([C-down-mouse-3]):
16916 * menu-bar.el (menu-bar-tools-menu):
16917 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16918 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16919 (jka-compr-compression-info-list):
16920 * isearch.el (search-whitespace-regexp):
16921 * image-file.el (image-file-name-extensions):
16922 * find-dired.el (find-ls-option):
16923 * files.el (directory-listing-before-filename-regexp)
16924 (directory-free-space-args, insert-directory-program)
16925 (list-directory-brief-switches, magic-fallback-mode-alist)
16926 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16927 (automount-dir-prefix):
16928 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16929 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16930 (face-font-registry-alternatives, face-font-registry-alternatives)
16931 (face-font-family-alternatives):
16932 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16933 (facemenu-foreground-menu, facemenu-face-menu):
16934 * epa-hook.el (epa-file-name-regexp):
16935 * dnd.el (dnd-protocol-alist):
16936 * textmodes/rst.el (auto-mode-alist):
a51203ee 16937 * button.el (default-button): Purecopy strings.
1e8780b1 16938
0adae11f
GM
169392009-11-06 Glenn Morris <rgm@gnu.org>
16940
16941 * Makefile.in (ELCFILES): Update.
16942
2adaf057
SM
169432009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16944
8f72f03c
SM
16945 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16946 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16947
2adaf057
SM
16948 * nxml/xsd-regexp.el (xsdre-gen-categories):
16949 * nxml/xmltok.el (xmltok-parse-entity):
16950 * nxml/rng-parse.el (rng-parse-validate-file):
16951 * nxml/rng-maint.el (rng-format-manual)
16952 (rng-manual-output-force-new-line):
16953 * nxml/rng-loc.el (rng-save-schema-location-1):
16954 * nxml/rng-cmpct.el (rng-c-parse-file):
16955 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16956 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16957
14862301
SM
169582009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16959
bf0b361c 16960 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16961 Remove extra save-excursions and make-variable-buffer-local's.
16962 Suggested by Stefan Monnier.
16963
16964 (verilog-getopt-file, verilog-module-inside-filename-p)
16965 (verilog-set-define): Merge GNU 1.35 and repair changes from
16966 switching to using with-current-buffer.
16967
16968 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16969 being treated as a number and confusing AUTORESET.
16970 Reported by Dan Dever.
16971
16972 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16973 Add verilog-auto-ignore-concat to fix backward compatibility with
16974 older verilog-modes. Reported by Dan Katz.
16975
16976 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16977 containing closing anchors "...$".
16978
16979 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16980 Reported by Wade Smith.
16981
48c2d18a 16982 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16983
169842009-11-05 Michael McNamara <mac@mail.brushroad.com>
16985
bf0b361c
JB
16986 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16987 for labels.
14862301
SM
16988
16989 (verilog-label-re, verilog-calc-1): Support proper indent of named
16990 asserts.
16991
16992 (verilog-backward-token, verilog-basic-complete-re)
16993 (verilog-beg-of-statement, verilog-indent-re): Support proper
16994 indent of the assert statement at the beginning of a block of text.
16995
16996 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16997 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16998 tokens as begins.
16999
4f8f657f
GM
170002009-11-05 Glenn Morris <rgm@gnu.org>
17001
775adc51
GM
17002 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17003 Emacs 19. (Bug#1531)
17004 (byte-compile-fix-header): Update for the above change.
17005 Drop test for epoch::version.
17006
4ad6a5e7 17007 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
17008 * cus-dep.el (custom-make-dependencies):
17009 * finder.el (finder-compile-keywords):
17010 Use autoload-rubric's feature argument.
4ad6a5e7 17011
4f8f657f
GM
17012 * calendar/diary-lib.el (top-level): Make load behave more like require.
17013
881e4184
GM
17014 * vc-git.el (vc-git-stash-map): Move definition before use.
17015
ba214964 170162009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 17017
b6f8ba09
DN
17018 * custom.el (custom-declare-group): Purecopy standard-value.
17019 (custom-declare-group): Purecopy custom-prefix.
17020
7fdbcd83
SM
17021 * international/mule.el (load-with-code-conversion):
17022 Call do-after-load-evaluation unconditionally.
eb6f577b 17023
f6195dfb
DN
17024 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17025
56f14120
SM
170262009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17027
17028 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17029
e5c89ce9
GM
170302009-11-04 Glenn Morris <rgm@gnu.org>
17031
17032 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17033 (byte-compile-compatibility): Remove option.
17034 (byte-compile-close-variables, byte-compile-fix-header)
17035 (byte-compile-insert-header, byte-compile-output-docform)
17036 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17037 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17038 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17039 (byte-compile-insert, byte-compile-defun):
17040 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
17041 (byte-defop-compiler19): Remove.
17042 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17043 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 17044
e24f42ab
JL
170452009-11-04 Juri Linkov <juri@jurta.org>
17046
17047 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17048 (menu-bar-options-menu): Don't quote the `prop' arg of
17049 `menu-bar-make-mm-toggle'.
17050
d3d5f4f5
JB
170512009-11-04 Juanma Barranquero <lekktu@gmail.com>
17052
17053 * calendar/calendar.el (cal-loaddefs):
17054 * calendar/diary-lib.el (diary-loaddefs):
17055 * calendar/holidays.el (hol-loaddefs):
17056 * eshell/esh-module.el (esh-groups): Load rather than require.
17057
6e39d3b2
SM
170582009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17059
e96d62cd
SM
17060 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17061 point-min==1.
7e83e8b4
SM
17062 (todo-top-priorities): Only display-buffer when called interactively.
17063 (todo-item-start): Don't save excursion point.
17064 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17065 (todo-insert-item-here, todo-file-item, todo-remove-item):
17066 Adjust uses of todo-item-start and todo-item-end.
17067
fae4e5b9
SM
17068 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17069 (autoload-rubric): Don't use any more.
fae4e5b9 17070
6e39d3b2
SM
17071 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17072 and only put a prop if it is non-nil.
17073
c9753fb4
JL
170742009-11-03 Juri Linkov <juri@jurta.org>
17075
17076 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17077 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17078
17079 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17080 and "Menu" to make top-level menu item visually one unit (like
17081 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17082 multi-word menu items). Fix :help string for quit-window.
17083
db04f33f
GM
170842009-11-03 Glenn Morris <rgm@gnu.org>
17085
2aea6521
GM
17086 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17087 (byte-compile-file-form-define-abbrev-table)
17088 (byte-compile-file-form-custom-declare-variable)
17089 (byte-compile-variable-ref, byte-compile-defvar):
17090 Whether or not a warning is enabled should only affect whether we issue
17091 the warning, not whether or not we collect the relevant data.
17092 Eg warnings can be turned on and off throughout the course of a file.
17093
db04f33f
GM
17094 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17095 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17096
937e6a56
SM
170972009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17098
17099 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17100 * play/mpuz.el (mpuz-create-buffer):
17101 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17102 (lm-print-y,s,noise, lm-print-w0, lm-init):
17103 * play/gomoku.el (gomoku-prompt-for-move):
17104 * play/fortune.el (fortune-in-buffer):
17105 * play/dissociate.el (dissociated-press):
17106 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 17107 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
17108 * mail/supercite.el (sc-eref-show):
17109 * mail/smtpmail.el (smtpmail-send-it):
17110 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17111 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17112 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17113 (rmail-summary-goto-msg, rmail-summary-expunge)
17114 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17115 (rmail-summary-add-label, rmail-summary-output-menu)
17116 (rmail-summary-output-body):
17117 * mail/rfc822.el (rfc822-addresses):
17118 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17119 * mail/mailpost.el (post-mail-send-it):
17120 * mail/hashcash.el (hashcash-generate-payment):
17121 * mail/feedmail.el (feedmail-run-the-queue)
17122 (feedmail-queue-send-edit-prompt-help-first)
17123 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17124 (feedmail-deduce-address-list):
17125 * eshell/esh-ext.el (eshell-remote-command):
17126 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17127 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17128 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17129 (viper-save-string-in-file, viper-valid-marker):
17130 * emulation/viper-keym.el (viper-toggle-key):
17131 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17132 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17133 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17134 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17135 (viper-exec-form-in-emacs, viper-brac-function):
17136 * emulation/viper.el (viper-delocalize-var):
17137 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17138 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17139 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17140 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17141 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17142 * emulation/edt.el (edt-electric-helpify):
17143 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17144 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17145 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17146 (cua-indent-to-global-mark-column):
17147 * calendar/diary-lib.el (calendar-mark-1):
17148 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17149 Use with-current-buffer.
17150 * emulation/viper.el (viper-delocalize-var): Use dolist.
17151
5b955562
CY
171522009-11-03 Chong Yidong <cyd@stupidchicken.com>
17153
17154 * comint.el (comint-replace-by-expanded-history-before-point):
17155 Replace !! with the previous input string literally (Bug#1795).
17156
6292c599
JB
171572009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17158
17159 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17160 to be made up of whitespace.
17161
8368c14e
CY
171622009-11-02 Chong Yidong <cyd@stupidchicken.com>
17163
17164 * minibuffer.el (read-file-name): Don't use file dialogs for
17165 remote directories (Bug#99).
17166
6f750f0d
CY
171672009-11-01 Chong Yidong <cyd@stupidchicken.com>
17168
17169 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17170
97ab3f47
AS
171712009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17172
17173 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17174 instead of deleting the window or frame.
17175
673c1168
CY
171762009-10-31 Chong Yidong <cyd@stupidchicken.com>
17177
17178 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17179 Support face colors.
17180
937e6a56
SM
17181 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17182 New function. Support face colors (Bug#1168).
673c1168
CY
17183 (tex-common-initialization): Use it.
17184
17185 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17186 mode allows it (Bug#1168).
17187
c9349f0a
CY
171882009-10-31 Juri Linkov <juri@jurta.org>
17189
17190 * facemenu.el (list-colors-display): Don't mark buffer as
17191 modified (Bug#3948).
17192
ebf5c4f5
CY
171932009-10-31 Chong Yidong <cyd@stupidchicken.com>
17194
6a7662bb
BR
17195 * international/mule-diag.el (list-character-sets-1):
17196 Minor message fix (Bug#3526).
5c2dce75 17197
6a7662bb
BR
17198 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17199 Fix face property (Bug#4834).
26581f0e
CY
17200 (etags-list-tags, etags-tags-apropos-additional)
17201 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17202 property.
17203
ebf5c4f5
CY
17204 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17205 items.
17206
9a529312
SM
172072009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17208
17209 * textmodes/two-column.el (2C-split):
17210 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17211 * textmodes/tex-mode.el (tex-set-buffer-directory):
17212 * textmodes/spell.el (spell-region, spell-string):
17213 * textmodes/reftex.el (reftex-erase-buffer):
17214 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17215 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17216 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17217 (reftex-select-item):
17218 * textmodes/reftex-ref.el (reftex-label-info-update)
17219 (reftex-offer-label-menu):
17220 * textmodes/reftex-index.el (reftex-index-change-entry)
17221 (reftex-index-phrases-info):
17222 * textmodes/reftex-global.el (reftex-create-tags-file)
17223 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17224 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17225 (reftex-view-crossref-from-bibtex):
17226 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17227 (reftex-extract-bib-entries-from-thebibliography)
17228 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17229 * textmodes/refbib.el (r2b-capitalize-title):
17230 (r2b-convert-buffer, r2b-help):
17231 * textmodes/page-ext.el (pages-directory)
17232 (pages-directory-goto-with-mouse):
17233 * textmodes/bibtex.el (bibtex-validate-globally):
17234 * textmodes/bib-mode.el (bib-capitalize-title):
17235 * textmodes/artist.el (artist-clear-buffer, artist-system):
17236 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17237 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17238 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17239 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17240 (xscheme-send-control-g-interrupt, xscheme-start-process)
17241 (xscheme-process-sentinel, xscheme-cd):
17242 * progmodes/verilog-mode.el (verilog-read-always-signals)
17243 (verilog-set-define, verilog-getopt-file)
17244 (verilog-module-inside-filename-p):
17245 * progmodes/sh-script.el:
17246 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17247 (python-pdbtrack-grub-for-buffer, python-execute-file):
17248 * progmodes/octave-inf.el (inferior-octave):
17249 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17250 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17251 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17252 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17253 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17254 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17255 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17256 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17257 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17258 (idlwave-shell-examine-display, idlwave-shell-run-region)
17259 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17260 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17261 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17262 (idlwave-help-get-help-buffer):
17263 * progmodes/gud.el (gud-basic-call, gud-find-class)
17264 (gud-tooltip-activate-mouse-motions-if-enabled):
17265 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17266 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17267 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17268 (ebrowse-tags-next-file):
17269 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17270 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17271 (ebnf-eps-finish-and-write):
17272 * progmodes/cpp.el (cpp-edit-save):
17273 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17274 * progmodes/cc-defs.el (c-emacs-features):
17275 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17276 (antlr-directory-dependencies):
17277 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17278 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17279 (ada-find-any-references, ada-make-filename-from-adaname)
17280 (ada-make-body-gnatstub):
17281 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17282 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17283 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17284 * net/rcirc.el (rcirc-debug):
17285 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17286 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17287 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17288 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17289 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17290 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17291 (newsticker--treeview-list-clear-highlight)
17292 (newsticker--treeview-list-update-highlight)
17293 (newsticker--treeview-list-highlight-start)
17294 (newsticker--treeview-tree-update-highlight)
17295 (newsticker--treeview-get-selected-item)
17296 (newsticker-treeview-mark-list-items-old)
17297 (newsticker--treeview-set-current-node):
17298 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17299 * net/newst-backend.el (newsticker--get-news-by-funcall)
17300 (newsticker--get-news-by-wget, newsticker--image-get)
17301 (newsticker--image-sentinel):
17302 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17303 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17304 (eudc-ph-close-session):
17305 * net/eudc.el (eudc-save-options):
17306 * language/thai-word.el (thai-update-word-table):
17307 * language/japan-util.el (japanese-string-conversion):
17308 * international/titdic-cnv.el (tsang-quick-converter)
17309 (ziranma-converter, ctlau-converter):
17310 * international/mule-cmds.el (describe-language-environment):
17311 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17312 (skkdic-convert-postfix, skkdic-convert-prefix):
17313 (skkdic-convert-okuri-nasi, skkdic-convert):
17314 * emacs-lisp/re-builder.el (reb-update-overlays):
17315 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17316 * emacs-lisp/gulp.el (gulp-send-requests):
17317 * emacs-lisp/find-gc.el (trace-call-tree):
17318 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17319 (eieio-describe-generic):
17320 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17321 * emacs-lisp/edebug.el (edebug-outside-excursion):
17322 * emacs-lisp/debug.el (debugger-make-xrefs):
17323 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17324 * emacs-lisp/chart.el (chart-new-buffer):
17325 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17326 Use with-current-buffer.
17327 * textmodes/artist.el (artist-system): Don't call
17328 copy-sequence on a fresh string.
17329 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17330
d566f228
GM
173312009-10-31 Stephen Berman <stephen.berman@gmx.net>
17332
17333 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17334 is no item to edit. (Bug#4820)
d566f228 17335 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17336 buffer. (Bug#4820)
d566f228 17337
f3628edd
GM
173382009-10-31 Glenn Morris <rgm@gnu.org>
17339
5cf3709c
GM
17340 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17341 (comint-last-output-start, comint-last-input-start)
17342 (comint-last-input-end): Don't defvar when compiling.
17343 (ange-ftp-process-file): Use bound-and-true-p.
17344
4c814fd2
GM
17345 * pcmpl-rpm.el (top-level): Move provide statement to end.
17346 (pcmpl-rpm): Remove unused custom group.
17347
113b8dcc
GM
17348 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17349
31c615e4
GM
17350 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17351
416d3588
GM
17352 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17353 (byte-compile-warnings): Add `constants' as an option.
17354 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17355 (display-call-tree): Update for byte-compile-fdefinition possibly
17356 returning `(macro lambda ...)'. (Bug#4778)
17357 (byte-compile-variable-ref, byte-compile-setq-default):
17358 Respect `constants' member of byte-compile-warnings.
17359
00f71f39
SM
173602009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17363 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17364 to "submit:".
17365
ca0a881a
DN
173662009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17367
17368 * textmodes/ispell.el (ispell-skip-region-alist):
17369 * international/mule-conf.el (eight-bit):
17370 * international/fontset.el (font-encoding-alist):
17371 * startup.el (pure-space-overflow-message):
17372 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17373 * paths.el (gnus-nntp-service, rmail-spool-directory)
17374 (term-file-prefix):
17375 * files.el (save-some-buffers-action-alist):
17376 * cmuscheme.el (same-window-buffer-names):
17377 * ielm.el (same-window-buffer-names):
17378 * shell.el (same-window-buffer-names):
17379 * mail/sendmail.el (same-window-buffer-names):
17380 * progmodes/inf-lisp.el (same-window-buffer-names):
17381 * bindings.el (mode-line-client)
17382 (mode-line-column-line-number-mode-map):
17383 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17384 (tibetan-precomposed-regexp): Purecopy string arguments.
17385
b861e45e
SM
173862009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17387
6df9b6d7
SM
17388 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17389 (calcDigit-nondigit):
17390 * calc/calc-yank.el (calc-copy-to-buffer):
17391 * calc/calc-units.el (calc-invalidate-units-table):
17392 * calc/calc-trail.el (calc-trail-yank):
17393 * calc/calc-store.el (calc-insert-variables):
17394 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17395 * calc/calc-prog.el (calc-read-parse-table):
17396 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17397 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17398 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17399 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17400 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17401 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17402 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17403 * calc/calc-ext.el (calc-realign):
17404 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17405 (calc-embedded-finish-edit, calc-embedded-make-info)
17406 (calc-embedded-finish-command, calc-embedded-stack-change):
17407 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17408
70f44c65
SM
17409 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17410 shell-dynamic-complete-filename in preference to
17411 comint-dynamic-complete-filename.
17412
b861e45e
SM
17413 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17414 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17415 Don't consider whether the display supports colors.
17416 (bookmark-import-new-list): Use dolist.
17417 (bookmark-bmenu-mode-map): Move initialization into declaration.
17418 (bookmark-bmenu-list): Use dolist, simplify.
17419 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17420 (menu-bar-final-items): Use push.
17421
8549241d 174222009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17423
17424 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17425 it works on remote files.
17426 (vc-hg-diff): Don't pass any `--cwd' argument.
17427
30644573
KR
174282009-10-27 Kevin Ryde <user42@zip.com.au>
17429
cc63d28f
SM
17430 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17431 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17432 (Further to Bug#3921).
17433
9be01a63
MA
174342009-10-27 Michael Albinus <michael.albinus@gmx.de>
17435
17436 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17437 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17438 calling `tramp-imap-put-file'. Add file size to the call.
17439 (tramp-imap-get-file-entries): Compute also user name, file size,
17440 and date.
17441 (tramp-imap-handle-insert-directory): Insert uid and gid.
17442 (tramp-imap-handle-file-attributes): Transform uid and gid
17443 according to `id-format'.
17444 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17445 size in header X-Size.
17446
41849bf9
JB
174472009-10-26 Juanma Barranquero <lekktu@gmail.com>
17448
17449 * simple.el (transpose-subr): Give clearer error when the mark
17450 is not set. (Bug#4807)
17451
293c24f9
MA
174522009-10-26 Michael Albinus <michael.albinus@gmx.de>
17453
cc63d28f
SM
17454 * net/tramp.el (tramp-perl-file-truename): New defconst.
17455 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17456 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17457 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17458 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17459
cc63d28f
SM
17460 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17461 Ignore `dired-call-process'.
293c24f9
MA
17462 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17463
174642009-10-26 Julian Scheid <julians37@gmail.com>
17465
cc63d28f 17466 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17467 (tramp-get-remote-readlink): New defun.
17468 (tramp-handle-file-truename): Use it.
17469 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17470 file exists if cache value present.
48c2d18a 17471 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17472 (tramp-handle-file-readable-p): Use it.
17473 (tramp-handle-file-writable-p): Likewise.
17474 (tramp-handle-file-executable-p): Likewise.
17475 (tramp-handle-file-name-all-completions): Try using Perl to get
17476 partial completions. When perl not available, combine `cd' and
17477 `ls' into single remote operation and use shell expansion to get
17478 partial remote directory contents. Set `file-exists-p' cache for
17479 directory and any files returned by ls. Change cache handling to
17480 support partial directory contents. Use error message emitted by
17481 remote `cd' or Perl code for local tramp-error.
17482 (tramp-do-copy-or-rename-file-directly): Avoid separate
17483 tramp-send-command-and-check call.
cc63d28f
SM
17484 (tramp-handle-process-file): Merge three remote ops into one.
17485 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17486 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17487 file-attributes shows uid/gid to be set already.
17488
a7610c52
DN
174892009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17490
17491 * textmodes/tex-mode.el (tex-dvi-view-command)
17492 (tex-show-queue-command, tex-open-quote):
17493 * progmodes/ruby-mode.el (auto-mode-alist)
17494 (interpreter-mode-alist): Purecopy strings.
17495
17496 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17497
17498 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17499 string for the hook, keymap and abbrev table.
17500
17501 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17502
17503 * x-dnd.el (x-dnd-xdnd-to-action):
17504 * startup.el (fancy-startup-text, fancy-about-text): Change to
17505 defconst from defvar.
17506
17507 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17508
17509 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17510 Purecopy initialization strings.
17511
17512 * mail/sendmail.el (mail-header-separator)
17513 (mail-personal-alias-file):
17514 * mail/rmail.el (rmail-default-dont-reply-to-names)
17515 (rmail-ignored-headers, rmail-retry-ignored-headers)
17516 (rmail-highlighted-headers, rmail-secondary-file-directory)
17517 (rmail-secondary-file-regexp):
17518 * files.el (null-device, file-name-invalid-regexp)
17519 (locate-dominating-stop-dir-regexp)
cc63d28f 17520 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17521 (interpreter-mode-alist): Use mapcar instead of mapc.
17522
17523 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17524
17525 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17526 (completion-ignored-extensions):
17527 (debug-ignored-errors): Purecopy strings.
17528
4fcc3d32
SM
175292009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17530
0667de21
SM
17531 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17532 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17533 (pcomplete--here): Use push.
17534
4fcc3d32
SM
17535 * subr.el (all-completions): Declare the 4th arg obsolete.
17536
955ef430
SM
175372009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17538
2d085307
SM
17539 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17540 (pcomplete-unquote-argument): New function.
17541 (pcomplete--common-suffix): Always pay attention to case.
17542 (pcomplete--table-subvert): Quote and unquote the text.
17543 (pcomplete--common-quoted-suffix): New function.
17544 (pcomplete-std-complete): Use it and pcomplete-begin.
17545
955ef430
SM
17546 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17547 we're inside a dedicated or minibuffer window.
17548
7c85c02b
KF
175492009-10-24 Karl Fogel <kfogel@red-bean.com>
17550
17551 * bookmark.el: Update documentation, especially documentation
17552 of `bookmark-alist' and of the bookmark file format.
17553 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17554
3e8ae8a6
CY
175552009-10-24 Chong Yidong <cyd@stupidchicken.com>
17556
3e425845
CY
17557 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17558 keybindings apply to the mail buffer (Bug#4003). Shrink help
17559 window to buffer.
17560
cdd47d48
CY
17561 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17562 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17563 (whitespace-toggle-options, global-whitespace-toggle-options):
17564 Doc fix (Bug#3660).
cdd47d48 17565
ba07c9ad
CY
17566 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17567 of xmltok-start before the end tag was inserted (Bug#2840).
17568
3e8ae8a6
CY
17569 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17570 patterns that are preceded by an open-paren (Bug#1320).
17571
ab276820
CY
175722009-10-24 Sven Joachim <svenjoac@gmx.de>
17573
17574 * files.el (delete-directory): Delete symlinks to directories with
17575 delete-file (Bug#4739).
17576
905a9ed3
DN
175772009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17578
a9a2a6db
DN
17579 * vc.el (vc-backend-for-registration): Rename from
17580 vc-get-backend-for-registration. Update callers.
17581
cc63d28f
SM
17582 * international/mule-cmds.el (set-language-info-alist):
17583 Purecopy lang-env.
905a9ed3
DN
17584 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17585 (charset): Purecopy the name.
17586 (define-char-code-property): Purecopy string arguments.
17587
17588 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17589 Purecopy string arguments.
17590
17591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17592 * ediff-hook.el (menu-bar-ediff-menu):
17593 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17594 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17595
d270305a
GM
175962009-10-24 Glenn Morris <rgm@gnu.org>
17597
6c74d523 17598 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17599 * term.el (term-dynamic-list-completions): Use choose-completion rather
17600 than obsolete alias mouse-choose-completion.
17601
ae732337
GM
17602 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17603 file-cache-choose-completion.
17604 (file-cache-choose-completion): Handle an optional event argument.
17605 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17606
cc63d28f
SM
17607 * progmodes/octave-mod.el (octave-complete-symbol):
17608 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17609
9847dc91
GM
17610 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17611 use.
17612
e8f2a5d5
GM
17613 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17614 compiler.
17615
d270305a
GM
17616 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17617
c6432f1e
SM
176182009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17619
17620 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17621 Ignore `pred' now that we receive one.
17622 Handle test-completion specially.
17623
6ab196f9
DN
176242009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17625
17626 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17627 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17628 REGISTER ...
17629 (vc-get-backend-for-registration): ... here. New function.
17630 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17631 of vc-responsible-backend, pass the file name instead of the
17632 directory name.
17633
48feed59
SM
176342009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17635
17636 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17637 New funs.
17638 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17639 (pcomplete-comint-setup): Don't modify a global var via
17640 accidental side-effects.
17641 (pcomplete-shell-setup): Adjust call accordingly.
17642 (pcomplete-parse-comint-arguments): Use push.
17643
00006066
CY
176442009-10-23 Chong Yidong <cyd@stupidchicken.com>
17645
36bfa3af
CY
17646 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17647 Allow uncapitalized info node names (Bug#3921).
17648
00006066
CY
17649 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17650 to the DEBUG file (Bug#3781).
17651
aa311d6e
CY
176522009-10-23 Jari Aalto <jari.aalto@cante.net>
17653
17654 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17655 dictionary entry (Bug#4579).
17656
b88f2d0a
MA
176572009-10-23 Michael Albinus <michael.albinus@gmx.de>
17658
17659 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17660 from `rfn-eshadow-update-overlay-hook' when unloading.
17661 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17662 "rsyncc". Adjust doc string.
48c2d18a 17663 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17664 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17665 Keep temporary file when indicated by method ("rsync" and
17666 "rsyncc").
17667 (tramp-handle-write-region): Handle APPEND.
17668 (tramp-delete-temp-file-function): New defun. Added to
17669 `kill-buffer-hook'.
17670
1becddbb
JB
176712009-10-23 Juanma Barranquero <lekktu@gmail.com>
17672
17673 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17674
8f43cbf3
DN
176752009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17676
17677 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17678 (color-name-rgb-alist, tty-standard-colors)
17679 (tty-color-mode-alist): Change to defconst.
17680
17681 * simple.el (mark-inactive): Purecopy message.
17682
17683 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17684 (global-map, yank-menu):
17685 * textmodes/ispell.el (ispell-menu-map):
17686 * net/eudc.el (eudc-tools-menu):
17687 * international/mule-cmds.el (describe-language-environment-map)
17688 (setup-language-environment-map, set-coding-system-map)
17689 (mule-menu-keymap):
17690 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17691 * replace.el (occur-mode-map):
17692 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17693
1d228a31
JB
176942009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17695
6a7662bb
BR
17696 * calc/calc.el (math-read-number, math-read-number-simple):
17697 Use `save-match-data'.
1d228a31 17698
3b067af1
SM
176992009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17700
28a90c44
SM
17701 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17702 rather than fiddling with global-map bindings, since it should only
17703 affect per-terminal settings.
17704 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17705
a452eee8
SM
17706 * minibuffer.el (completion-table-with-terminator): Allow to specify
17707 the terminator-regexp.
17708
ab14d7d5
SM
17709 * simple.el (switch-to-completions): Look for *Completions* in other
17710 frames as well.
17711
3b067af1
SM
17712 * pcomplete.el: Allow the use of completion-tables.
17713 (pcomplete-std-complete): New command.
17714 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17715 (pcomplete--here): Use a function for `form' rather than an expression,
17716 so it can be byte-compiled.
17717 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17718 Add edebug declaration.
17719 (pcomplete-show-completions): Remove unused var `curbuf'.
17720 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17721 Don't assume `completions' is a list of strings any more.
3b067af1 17722
5480359e
JB
177232009-10-22 Juanma Barranquero <lekktu@gmail.com>
17724
17725 * find-dired.el (find-name-arg): Fix typo in docstring.
17726
3170b794
SM
177272009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17728
48c23a25
SM
17729 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17730 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17731
56b14058
SM
17732 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17733 pcomplete-entries.
17734
3170b794
SM
17735 * comint.el (comint-read-input-ring, comint-write-input-ring)
17736 (comint-substitute-in-file-name)
17737 (comint-dynamic-complete-as-filename)
17738 (comint-dynamic-simple-complete)
17739 (comint-dynamic-list-filename-completions)
17740 (comint-dynamic-list-completions)
17741 (comint-redirect-results-list-from-process): Minor simplifications.
17742
2affef34
KR
177432009-10-21 Kevin Ryde <user42@zip.com.au>
17744
3170b794
SM
17745 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17746 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17747 the first form. And insert a blank line after ";;; Code" since
d8194864 17748 that's usual style. (Bug#4612)
2affef34 17749
e7b94bbb
KR
17750 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17751
528c56e2
SM
177522009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17753
17754 * minibuffer.el (completion-table-with-terminator): Properly implement
17755 boundaries, in case `terminator' appears in the suffix.
17756 (completion--embedded-envvar-table): Don't return boundaries if
17757 there's no valid completion. Simplify.
17758 (completion-file-name-table): New completion table extracted from
17759 completion--file-name-table.
17760 (completion--file-name-table): Use it.
17761 (read-file-name-predicate): Declare obsolete.
17762 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17763 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17764 completion-file-name-table, and use the `pred' argument.
17765 * files.el (locate-file-completion-table): Use the `pred' arg rather
17766 than read-file-name-predicate.
17767 (abbreviate-file-name): Use \` rather than ^ for BOS.
17768
f9ed9b4f
DN
177692009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17770
17771 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17772 vc-responsible-backend to register, it causes problems.
17773
5f2022a3
SM
177742009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17775
17776 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17777
fc754ea1
MA
177782009-10-21 Michael Albinus <michael.albinus@gmx.de>
17779
17780 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17781 (tramp-smb-handle-file-attributes): Use it.
17782 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17783 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17784 `mapcar'. Use `tramp-smb-get-stat-capability'.
17785 Add `dired-filename' text properties.
fc754ea1
MA
17786 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17787 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17788 version.
17789
79bd5ba1
SM
177902009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17791
17792 * subr.el (read-key-delay): Reduce to 0.01.
17793 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17794 (bug#4751).
17795
3c13704d
SM
177962009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17797
554efd10
SM
17798 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17799
c2a37b78
SM
17800 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17801 (Info-menu): Remove unused vars `last' and `completions'.
17802 (Info-index-nodes): Remove unused var `node'.
17803
3c13704d
SM
17804 * info.el (Info-complete-menu-item): Use complete-with-action.
17805
d1e4c403
DN
178062009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17807
17808 Make vc-annotate work through copies and renames.
3c13704d
SM
17809 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17810 Return the file name too.
d1e4c403
DN
17811 (vc-annotate-revision-at-line)
17812 (vc-annotate-find-revision-at-line)
17813 (vc-annotate-revision-previous-to-line)
17814 (vc-annotate-show-log-revision-at-line): Update to get the file
17815 name from vc-annotate-extract-revision-at-line.
17816 (vc-annotate-show-diff-revision-at-line-internal): Change the
17817 argument to mean whether to show a file diff or not. Get the file
17818 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17819 (vc-annotate-show-diff-revision-at-line):
17820 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17821 (vc-annotate-warp-revision): Add an optional file argument.
17822
17823 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17824 (vc-git-annotate-extract-revision-at-line): Also return the file
17825 name if found.
17826
17827 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17828 command. Remove unused code.
17829 (vc-hg-annotate-re): Update to match --follow output.
17830 (vc-hg-annotate-extract-revision-at-line): Also return the file
17831 name if found.
17832
17833 * vc.el: Update annotate-extract-revision-at-line documentation.
17834
b0b0ef98
KR
178352009-10-18 Kevin Ryde <user42@zip.com.au>
17836
17837 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17838 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17839
a9e7f03d
KR
17840 * net/browse-url.el (browse-url): Identify alist with "consp and
17841 not functionp" and let all other things go down the `apply' leg,
17842 as suggested by Stefan. (Further to bug#4531.)
17843
7346a407
CY
178442009-10-18 Chong Yidong <cyd@stupidchicken.com>
17845
17846 * minibuffer.el (read-file-name): Check for repeat before putting
17847 a default argument in file-name-history (Bug#4657).
17848
17849 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17850 read syntax (Bug#4737).
17851
3c13704d 17852 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17853
1da94541
CY
178542009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17855
17856 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17857 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17858 entries and make note of obsolete tags.
17859
2b93080a
SM
178602009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17861
17862 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17863
18b5ffb5
GM
178642009-10-18 Glenn Morris <rgm@gnu.org>
17865
17866 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17867 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17868 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17869 now, and in any case the file header format has changed.
17870
c2e161b2
GM
178712009-10-17 Glenn Morris <rgm@gnu.org>
17872
17873 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17874 (flyspell-get-word, flyspell-large-region)
17875 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17876
a1eb44f5
CY
178772009-10-17 Chong Yidong <cyd@stupidchicken.com>
17878
17879 * Makefile.in (ELCFILES): Add ede/shell.
17880
4418646e
DN
178812009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17882
17883 * term/common-win.el (x-colors): Purecopy it.
17884
4062011e
SM
178852009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17886
17887 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17888 permissive for when the buffer is empty.
17889 (tar-header-block-tokenize): Decode the username and groupname.
17890 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17891
b0b111c3
JB
178922009-10-17 Eric Ludlam <zappo@gnu.org>
17893
17894 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17895 contains multibyte characters, choose first applicable coding
17896 system automatically.
17897
2df48a87
SM
178982009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17899
17900 * international/mule-cmds.el (select-safe-coding-system): If the file
17901 has a coding cookie, use it regardless of any other setting (bug#4712).
17902
fd7dd48c
GM
179032009-10-17 Glenn Morris <rgm@gnu.org>
17904
3ee0b477 17905 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17906 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17907
2550e4b1
GM
17908 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17909 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17910 (dired-keep-marker-symlink, dired-dwim-target)
17911 (dired-copy-preserve-time): Do not autoload these defcustoms.
17912
fd7dd48c
GM
17913 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17914 messages from messing up the file coding. (Bug#4623)
17915
f3e3a990
GM
179162009-10-17 Jari Aalto <jari.aalto@cante.net>
17917
17918 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17919 if no match is found for the current dictionary. (Bug#4578)
17920
17921 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17922 optional, since that is how it is documented, and this is often called
17923 with a nil argument. (Bug#4577)
17924 (flyspell-external-point-words, flyspell-auto-correct-word)
17925 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17926 (flyspell-word-search-backward): Remove nil argument in calls to
17927 flyspell-get-word, since it is not needed now.
17928
179292009-10-17 Ulrich Mueller <ulm@gentoo.org>
17930
1becddbb 17931 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17932
b61374ab
GM
179332009-10-16 Glenn Morris <rgm@gnu.org>
17934
17935 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17936
412707c2
SM
179372009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17938
17939 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17940 (ange-ftp-file-size): New function.
17941 (ange-ftp-file-attributes): Use it.
17942
0c6f436e
MA
179432009-10-16 Michael Albinus <michael.albinus@gmx.de>
17944
17945 * net/tramp-smb.el (tramp-smb-version): New defvar.
17946 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17947 repeated checks.
17948
850bfd04
GM
179492009-10-16 Glenn Morris <rgm@gnu.org>
17950
17951 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17952 Maybe copy some custom properties from old to new name. (Bug#4706)
17953
f3ed9aca
JB
179542009-10-16 Juanma Barranquero <lekktu@gmail.com>
17955
17956 * subr.el (error, sit-for, start-process-shell-command)
17957 (start-file-process-shell-command): Set the calling convention
17958 after the function definition.
17959
fd6c5134
SM
179602009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17961
17962 * subr.el (error, sit-for, start-process-shell-command)
17963 (start-file-process-shell-command): Use the new
17964 set-advertised-calling-convention feature.
17965
73874eb7
KH
179662009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17967
fd6c5134
SM
17968 * international/ucs-normalize.el (ucs-normalize-version):
17969 Change to 1.2.
17970 (check-range): Adjust for Unicode 5.2.
73874eb7 17971
03fb33cf
JL
179722009-10-15 Juri Linkov <juri@jurta.org>
17973
17974 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17975 to the `menu-item' format.
17976
4260b402
MA
179772009-10-15 Michael Albinus <michael.albinus@gmx.de>
17978
17979 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17980 if the environment variable does not exist.
17981
17982 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17983 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17984 parameter.
17985 (tramp-smb-handle-add-name-to-file)
17986 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17987 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17988 (tramp-smb-handle-file-attributes)
17989 (tramp-smb-do-file-attributes-with-stat)
17990 (tramp-smb-handle-file-local-copy)
17991 (tramp-smb-handle-insert-directory)
17992 (tramp-smb-handle-make-directory)
17993 (tramp-smb-handle-make-directory-internal)
17994 (tramp-smb-handle-make-symbolic-link)
17995 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17996 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17997 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17998 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17999 Handle long file names.
18000 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18001 process is running.
18002 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18003 Read share names with "-g" option.
18004
d7a0fd6f
GM
180052009-10-15 Ryan Yeske <rcyeske@gmail.com>
18006
18007 * net/rcirc.el (rcirc-view-log-file): New command.
18008 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18009 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18010 specified.
18011
0b44494a
GM
180122009-10-15 Glenn Morris <rgm@gnu.org>
18013
af9fb32f
GM
18014 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18015 from the second command-line argument.
18016 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18017 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18018 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18019 w32-batch-update-autoloads.
18020 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18021 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18022
0b44494a
GM
18023 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18024 the headers cannot be located. Simplify, subtracting superflous
18025 save-excursions.
18026
d5e63715
SM
180272009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18028
18029 Replace completion-base-size by completion-base-position to fix bugs
18030 such as (bug#4699).
18031 * simple.el (completion-base-position): New var.
18032 (completion-base-size): Mark as obsolete.
18033 (choose-completion): Make it work for mouse events as well.
18034 Pass the new base-position to choose-completion-string.
18035 (choose-completion-guess-base-position): New function, extracted from
18036 choose-completion-delete-max-match.
18037 (choose-completion-delete-max-match): Use it. Make obsolete.
18038 (choose-completion-string): Use the new base-position info.
18039 (completion-root-regexp): Delete.
18040 (completion-setup-function): Preserve completion-base-position.
18041 Eliminate obsolete base-size manipulation.
18042 * minibuffer.el (display-completion-list): Don't mess with base-size.
18043 (minibuffer-completion-help): Set completion-base-position instead.
18044 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18045 choose-completion.
18046 * textmodes/bibtex.el (bibtex-complete):
18047 * emacs-lisp/crm.el (crm--choose-completion-string):
18048 Adjust to new calling convention.
18049 * complete.el (partial-completion-mode): Use minibufferp to avoid
18050 bumping into incompatible change to choose-completion-string-functions.
18051 * ido.el (ido-choose-completion-string): Make its calling convention
18052 more permissive.
18053 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18054 base-size manipulation.
18055 (comint-dynamic-list-input-ring): Use dotimes and push.
18056 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18057 fundamental-mode. Use `or'.
18058
92f8bfc7
JL
180592009-10-14 Juri Linkov <juri@jurta.org>
18060
18061 * misearch.el (multi-isearch-next-buffer-from-list)
18062 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18063
e78e280d
SM
180642009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18065
384ca163
SM
18066 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18067 `bytecomp.el'.
18068
681e0e7c
SM
18069 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18070 string we return is all made up of text from the completions rather
18071 than part from the completions and part from the input (bug#4219).
18072
e78e280d
SM
18073 * ido.el (ido-everywhere): Use define-minor-mode.
18074
18075 * buff-menu.el (list-buffers, ctl-x-map):
18076 Mark the entry points with ;;;###autoload cookies.
18077
b4e813ca
DN
180782009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18079
52964e54
DN
18080 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18081 correctly in the detached head case.
18082 (vc-git-print-log): Remove unused binding.
18083
b4e813ca
DN
18084 * vc.el (vc-responsible-backend): When a directory is passed for
18085 for registration create a VC repository if no backend is
18086 responsible for the directory argument.
18087 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
18088
18089 * vc.el: Move comments about RCS and SCCS ...
18090 * vc-rcs.el:
18091 * vc-sccs.el: ... here, respectively.
18092
40ba9882
SM
180932009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18094
18095 * minibuffer.el (completion--file-name-table): Return nil if there's
18096 no file completion, even if substitute-in-file-name changed
18097 the string (bug#4708).
18098
04e0f59b
JL
180992009-10-13 Juri Linkov <juri@jurta.org>
18100
18101 * files-x.el (read-file-local-variable-value): Don't filter out
18102 minor modes from mode name completion (bug#4664).
18103
314c8e25
JB
181042009-10-13 Juanma Barranquero <lekktu@gmail.com>
18105
18106 * international/mule-cmds.el (ucs-names): Remove exclusion of
18107 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18108
5c9b7d36
KH
181092009-10-13 Kenichi Handa <handa@m17n.org>
18110
18111 * international/uni-name.el: Regenerated.
18112
1e7a80f2
JB
181132009-10-13 Juanma Barranquero <lekktu@gmail.com>
18114
18115 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18116 should be automatically buffer-local, but isn't.)
18117
cd29f88b
SS
181182009-10-12 Sam Steingold <sds@gnu.org>
18119
18120 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 18121 timestamps if the buffer has been visited before.
0cd16af4
SS
18122 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18123 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 18124
37493a98
GM
181252009-10-12 Glenn Morris <rgm@gnu.org>
18126
18127 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18128 Let-bind `size'.
18129
3b56b1e6
JB
181302009-10-12 Juanma Barranquero <lekktu@gmail.com>
18131
7422a4bb
JB
18132 * proced.el (proced-unload-function): New function.
18133
fa72d075
JB
18134 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18135 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18136 Doc fix.
18137
3b56b1e6
JB
18138 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18139
4d9b4323
JL
181402009-10-11 Juri Linkov <juri@jurta.org>
18141
18142 * files-x.el (read-file-local-variable-value):
18143 Provide default value only for bound variables (bug#4664).
18144
f6f7e059
MA
181452009-10-11 Michael Albinus <michael.albinus@gmx.de>
18146
18147 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18148 connection methods like smb.
18149
18150 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18151 can be empty.
18152
18153 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18154 (tramp-smb-file-name-handler-alist): Add handlers for
18155 `add-name-to-file', `make-symbolic-link'.
18156 (tramp-smb-handle-add-name-to-file)
2992485f 18157 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
18158 (tramp-smb-handle-make-symbolic-link)
18159 (tramp-smb-get-cifs-capabilities): New defuns.
18160 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18161 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18162 (tramp-smb-handle-file-local-copy)
18163 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
18164 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18165 The file name syntax depends on cifs capabilities.
18166 (tramp-smb-handle-file-attributes):
18167 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18168 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18169 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 18170
67868d26
CY
181712009-10-11 Chong Yidong <cyd@stupidchicken.com>
18172
18173 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18174 (eieio-defclass): Apply deftype handler and setf-method properties
18175 directly.
18176 (eieio-add-new-slot): Avoid union function from cl library.
18177 (eieio--typep): New function.
18178 (eieio-perform-slot-validation): Use it.
18179
6d6a5b7e
KF
181802009-10-10 Karl Fogel <kfogel@red-bean.com>
18181
3b56b1e6 18182 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18183 Update documentation to refer to the variables documented in r1.135.
18184 (Bug#4188)
18185
67b70de9
KF
181862009-10-10 Karl Fogel <kfogel@red-bean.com>
18187
18188 * bookmark.el (Info-suffix-list): Remove this unused variable.
18189 (bookmark-current-point): Remove this obsolete variable.
18190 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18191 Adjust for removal of bookmark-current-point.
18192
18193 (bookmarks-already-loaded, bookmark-current-buffer)
18194 (bookmark-yank-point): Document. (Bug#4188)
18195
58ae51ae
GM
181962009-10-10 Glenn Morris <rgm@gnu.org>
18197
4619ff5e
GM
18198 * frame.el (frame-height): Doc fix.
18199
58ae51ae
GM
18200 * calendar/calendar.el (calendar-split-width-threshold): New option.
18201 (calendar-basic-setup): Use calendar-split-width-threshold.
18202
d364386c
JB
182032009-10-09 Juanma Barranquero <lekktu@gmail.com>
18204
18205 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18206 Ideographic Supplement" range (U+1F200..U+1F2FF).
18207
33e97a28
KF
182082009-10-09 Karl Fogel <kfogel@red-bean.com>
18209
02d0f051 18210 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18211 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18212
182132009-10-09 Karl Fogel <kfogel@red-bean.com>
18214
d364386c 18215 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18216 (bookmark-bmenu-execute-deletions): Don't save here, as
18217 bookmark-delete will now do so if necessary.
d364386c 18218 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18219 (Bug#4348)
18220
9656d87b
GM
182212009-10-09 Glenn Morris <rgm@gnu.org>
18222
18223 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18224
e6227f06
KF
182252009-10-09 Karl Fogel <kfogel@red-bean.com>
18226
18227 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18228 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18229 argument now, so the two function's behaviors will match. (Bug#3645)
18230
288f783b
MA
182312009-10-08 Michael Albinus <michael.albinus@gmx.de>
18232
18233 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18234 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18235 Apply `save-match-data'.
288f783b
MA
18236
18237 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18238 case both directories are remote.
18239 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18240 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18241
872a1ea4
JB
182422009-10-07 Juanma Barranquero <lekktu@gmail.com>
18243
18244 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18245
ab2baced
GM
182462009-10-07 Glenn Morris <rgm@gnu.org>
18247
e78e280d
SM
18248 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18249 of concat.
ab2baced 18250
5c4634c1
SM
182512009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * files-x.el (read-file-local-variable): Include some
18254 non-user-variables in the completion table (bug#4664).
18255
c2dc9732
MA
182562009-10-07 Michael Albinus <michael.albinus@gmx.de>
18257
18258 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18259 message.
18260
18261 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18262 (tramp-smb-file-name-handler-alist): Add handler for
18263 `copy-directory', `expand-file-name', `set-file-modes'.
18264 (tramp-smb-handle-copy-directory)
18265 (tramp-smb-handle-expand-file-name)
18266 (tramp-smb-handle-set-file-modes): New defuns.
18267 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18268 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18269 entry.
18270 (tramp-smb-handle-insert-directory): Don't flush the cache.
18271 (tramp-smb-maybe-open-connection): Check for samba client and
18272 server versions.
18273
11be40a6
EZ
182742009-10-07 Eli Zaretskii <eliz@gnu.org>
18275
18276 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18277 to not error out of search for "^lisp=" fails.
18278
8c4afe20
JB
182792009-10-07 Juanma Barranquero <lekktu@gmail.com>
18280
18281 * makefile.w32-in (WINS_UPDATES): New macro.
18282 (custom-deps, finder-data, autoloads): Use it.
18283
429a1506
GM
182842009-10-07 Glenn Morris <rgm@gnu.org>
18285
ee2e93e2
GM
18286 * Makefile.in (autoloads): Revert previous change.
18287 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18288 the list of preloaded files passed on the command-line, get
18289 it from src/Makefile.
18290
429a1506
GM
18291 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18292 show the original buffer rather than a random one.
18293
a51203ee 182942009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18295
18296 * help.el (describe-no-warranty): Place point in a slightly better
18297 position in the GPLv3 text.
18298
f58f7520
SS
182992009-10-06 Sam Steingold <sds@gnu.org>
18300
18301 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18302 the comm attribute is present before calling regexp-quote.
18303
bde79dc0
JB
183042009-10-06 Juanma Barranquero <lekktu@gmail.com>
18305
18306 * play/animate.el (animate-string): For good effect, make sure
18307 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18308
18309 * play/animate.el (animate-sequence, animate-birthday-present):
18310 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18311
25ab0302
GM
183122009-10-06 Glenn Morris <rgm@gnu.org>
18313
73fe714a
GM
18314 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18315
3405d98c
GM
18316 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18317 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18318 (batch-update-autoloads): Process a string value of autoload-excludes,
18319 set during the build process.
18320 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18321
9fb2cdc5
GM
18322 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18323 inside with-parsed... macro so that `v' is defined.
18324
7938ab41
GM
18325 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18326 * progmodes/fortran.el (fortran-end-of-block)
18327 (fortran-beginning-of-block):
18328 Also push mark in the macro case.
18329
eaf9b564
GM
18330 * emerge.el (emerge-show-file-name):
18331 * calc/calc.el (calc-quit):
18332 * calc/calc-misc.el (calc-big-or-small):
18333 * calc/calc-graph.el (calc-graph-view):
18334 * calc/calc-ext.el (calc-reset):
18335 * calendar/calendar.el (calendar-basic-setup):
18336 Use window-full-height-p.
18337
25ab0302
GM
18338 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18339 header we don't understand, don't insert another. (Bug#4624)
18340 If changing mime charset, insert the new one in the right place.
18341
00169eb6
GM
183422009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18343
18344 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18345 (cal-tex-cursor-month): Correctly increment the end date for diary and
18346 holiday listing. (Bug#4626)
18347
82882188
SM
183482009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18349
40ba9882 18350 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18351 a symbol.
18352
a8f316ca
JB
183532009-10-05 Juanma Barranquero <lekktu@gmail.com>
18354
18355 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18356 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18357 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18358 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18359
18360 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18361 (eieio-default-superclass): Reflow docstrings.
18362 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18363 (eieio-unbind-method-implementations, defmethod)
18364 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18365 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18366 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18367 (eieio-slot-originating-class-p, eieio-slot-name-index)
18368 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18369 (constructor, initialize-instance, no-next-method, object-print)
18370 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18371 Fix typos in docstrings.
18372 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18373 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18374 (next-method-p): Doc fixes.
18375 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18376 Fix typos in error messages.
18377 (eieio-defmethod): Fix typo in description of generic method.
18378
18379 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18380 (eieio-persistent-save-interactive, slot-missing):
18381 Fix typos in docstrings.
18382 (eieio-instance-inheritor-slot-boundp): Doc fix.
18383
18384 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18385 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18386
18387 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18388 (eieio-custom-object-apply-reset):
18389 Fix typos in docstrings and error messages.
18390
18391 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18392 Fix typo in docstring.
18393
18394 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18395 (eieio-browse-tree): Doc fix.
18396 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18397 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18398 Fix typos in docstrings.
18399
18400 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18401 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18402 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18403 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18404 Reflow docstrings.
18405
c66b7ac0
DN
184062009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18407
4a827e0a 18408 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18409 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18410 Set log-view-vc-backend so that diff can work.
4a827e0a 18411
c66b7ac0
DN
18412 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18413 vc-version-diff.
18414 (vc-diff-internal): Autoload this instead of vc-version-diff.
18415
1902a98c
EZ
184162009-10-05 Eli Zaretskii <eliz@gnu.org>
18417
a7a8618b
EZ
18418 * simple.el (eval-expression): Doc fix.
18419
1902a98c
EZ
18420 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18421
0e1f2ee6
MA
184222009-10-05 Michael Albinus <michael.albinus@gmx.de>
18423
18424 * files.el (directory-files-no-dot-files-regexp): New defconst.
18425 (delete-directory): Use it.
18426 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18427
263c02ef 18428 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18429 (tramp-methods): Add recursive option to `tramp-copy-args'.
18430 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18431 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18432 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18433 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18434 Add handler for `copy-directory'.
18435 (tramp-handle-copy-directory): New defun.
18436 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18437 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18438 Optimize sent command.
263c02ef 18439
72aa7df4
SM
184402009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18441
4a34f065
SM
18442 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18443 window if necessary.
18444
72aa7df4
SM
18445 * calendar/calendar.el (calendar-basic-setup): Don't call
18446 switch-to-buffer in a dedicated window.
18447
5feb1ba7
KF
184482009-10-05 Karl Fogel <kfogel@red-bean.com>
18449
18450 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18451 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18452 (bookmark-error-no-filename): New error.
18453 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18454 bookmark has no file. Don't even attempt to handle things that
18455 are not files; the whole point of custom handlers is to keep that
18456 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18457 (bookmark-file-or-variation-thereof): Remove now-unused function.
18458 (bookmark-location): Doc string fix.
18459 (Bug#4250)
18460
1bd49952
KF
184612009-10-04 Karl Fogel <kfogel@red-bean.com>
18462
18463 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18464 don't use a file dialog, because they usually don't know how to read
18465 a directory target from the user. (Bug#4230)
18466 Also, make sure the prompt can display directories as well as files.
18467
825382c0
KF
184682009-10-04 Karl Fogel <kfogel@red-bean.com>
18469
18470 * bookmark.el (bookmark-set, bookmark-buffer-name):
18471 Improve doc strings. (Bug#1193)
18472
13901bcb
KF
184732009-10-04 Karl Fogel <kfogel@red-bean.com>
18474
4a34f065
SM
18475 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18476 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18477 (bookmark-get-annotation, bookmark-set-annotation)
18478 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18479 (bookmark-set-position, bookmark-get-front-context-string)
18480 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18481 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18482 (bookmark-jump-other-window, bookmark-handle-bookmark)
18483 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18484 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18485 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18486 Improve doc strings to say whether bookmark can be a string or
18487 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18488 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18489 (bookmark-default-annotation-text, bookmark-yank-word)
18490 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18491 (bookmark-import-new-list, bookmark-maybe-rename)
18492 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18493 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18494 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18495 add a FIXME comment about how the function may be pointless.
13901bcb 18496 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18497 parameter name, to clarify that this takes a bookmark record
18498 not a bookmark name.
13901bcb 18499 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18500 and improve the doc string a bit.
13901bcb
KF
18501 (Bug#4188)
18502
5c1b3e94
KF
185032009-10-04 Karl Fogel <kfogel@red-bean.com>
18504
18505 * bookmark.el (bookmark-alist): Document the new `handler' element
18506 in the param alist.
18507 (bookmark-make-record-function): Adjust documentation for above.
18508 (Bug#4193)
18509
8559076d
KF
185102009-10-04 Karl Fogel <kfogel@red-bean.com>
18511
18512 * info.el (Info-bookmark-make-record): Document this function.
18513 (Info-bookmark-jump): Document with a doc string, not just a comment.
18514 (Bug#4203)
18515
b4583b8c
MA
185162009-10-04 Michael Albinus <michael.albinus@gmx.de>
18517
18518 * files.el (copy-directory): New defun.
18519
18520 * dired-aux.el (dired-copy-file-recursive): Use it.
18521
131ae8f2
JB
185222009-10-04 Juanma Barranquero <lekktu@gmail.com>
18523
a30e71ae 18524 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18525 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18526 docstrings.
a30e71ae 18527
131ae8f2
JB
18528 * recentf.el (recentf-unload-function): New function.
18529
ccafbf06
GM
185302009-10-04 Glenn Morris <rgm@gnu.org>
18531
18532 * window.el (window-full-height-p): Add doc string.
18533
02c6f098
GM
185342009-10-04 Martin Rudalics <rudalics@gmx.at>
18535
18536 * window.el (window-full-height-p): New function. (Bug#4543)
18537
ed6b0195
DN
185382009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18539
18540 * vc.el: Remove commented out code.
18541 (vc-derived-from-dir-mode): Remove, unused.
18542 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18543
1b8d1cc7
MA
185442009-10-03 Michael Albinus <michael.albinus@gmx.de>
18545
4a34f065
SM
18546 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18547 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18548 there could be recursive loading when `default-directory' is a
18549 remote file name. (Bug#4614)
18550
ac3c593c
GM
185512009-10-03 Glenn Morris <rgm@gnu.org>
18552
686ea556
GM
18553 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18554 the frame is wide.
18555 (calendar-generate-window): Test for shrinkability rather than width.
18556
ac3c593c
GM
18557 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18558 reusing existing buffers, in case we happen to visit two files with the
18559 same basename. (Bug#4593)
18560
573709fd
EZ
185612009-10-02 Eli Zaretskii <eliz@gnu.org>
18562
4a34f065 18563 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18564 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18565 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18566 subdirs of cedet as well.
8f885d01 18567 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18568
8d6c1239
SM
185692009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18572 Obey advertised-signature-table.
18573
18574 * help-fns.el (help-function-arglist): Don't check
18575 advertised-signature-table.
18576 (describe-function-1): Do it here instead so it also applies to subrs.
18577
c4861de0
MA
185782009-10-02 Michael Albinus <michael.albinus@gmx.de>
18579
18580 * simple.el (start-file-process): Say in the doc-string, that file
18581 handlers might not support pty association, if PROGRAM is nil.
18582
18583 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18584 HOST and USER are strings. They are nil, when there are
18585 incomplete entries in ~/.netrc, for example.
18586 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18587 root directory ("device busy" error otherwise).
18588
8d6c1239
SM
18589 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18590 Flush file properties of created directory.
c4861de0 18591
d2bda74f
EZ
185922009-10-02 Eli Zaretskii <eliz@gnu.org>
18593
18594 * makefile.w32-in (WINS_BASIC): Remove cedet.
18595 (WINS_CEDET): Add cedet.
18596 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18597
895d1904
GM
185982009-10-02 Kevin Ryde <user42@zip.com.au>
18599
18600 * net/browse-url.el (browse-url): Pass any symbol in
18601 browse-url-browser-function to `apply', since if you've mistakenly put
18602 an unbound symbol then the error is clearer. (Bug#4531)
18603
32226619
JB
186042009-10-02 Juanma Barranquero <lekktu@gmail.com>
18605
18606 * allout.el (allout-init, allout-back-to-current-heading)
18607 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18608 (allout-ascend, allout-up-current-level, allout-end-of-level)
18609 (allout-previous-visible-heading, allout-forward-current-level)
18610 (allout-backward-current-level, allout-show-children):
18611 * apropos.el (apropos-describe-plist):
18612 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18613 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18614 * completion.el (add-completion, add-permanent-completion):
18615 * descr-text.el (describe-text-category, describe-char):
18616 * desktop.el (desktop-lazy-abort):
18617 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18618 * dired.el (dired-build-subdir-alist):
18619 * ediff.el (ediff-version):
18620 * elide-head.el (elide-head, elide-head-show):
18621 * emerge.el (emerge-version):
18622 * env.el (getenv):
18623 * face-remap.el (variable-pitch-mode):
18624 * faces.el (describe-face):
18625 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18626 (dired-at-point):
18627 * files.el (find-file-existing, auto-save-mode):
18628 * font-lock.el (font-lock-fontify-buffer):
18629 * help-fns.el (describe-function, describe-variable)
18630 (describe-syntax, describe-categories):
18631 * help.el (view-lossage, describe-bindings, describe-key)
18632 (describe-mode):
18633 * hexl.el (hexl-current-address):
18634 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18635 * info.el (Info-goto-emacs-key-command-node):
18636 * log-edit.el (log-edit-insert-cvs-template)
18637 (log-edit-insert-cvs-rcstemplate):
18638 * menu-bar.el (menu-bar-mode):
18639 * mouse.el (mouse-appearance-menu):
18640 * newcomment.el (comment-indent-new-line):
18641 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18642 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18643 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18644 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18645 * recentf.el (recentf-mode):
18646 * savehist.el (savehist-mode, savehist-save):
18647 * shadowfile.el (shadow-copy-files):
18648 * simple.el (kill-ring-save, next-line, previous-line)
18649 (normal-erase-is-backspace-mode):
18650 * strokes.el (strokes-update-window-configuration)
18651 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18652 (strokes-xpm-for-stroke):
18653 * time.el (emacs-uptime, emacs-init-time):
18654 * tutorial.el (tutorial--describe-nonstandard-key)
18655 (tutorial--detailed-help):
18656 * type-break.el (type-break-mode)
18657 (type-break-mode-line-message-mode, type-break-query-mode)
18658 (type-break-guesstimate-keystroke-threshold):
18659 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18660 * version.el (emacs-version):
18661 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18662 * winner.el (winner-mode):
18663 * calendar/timeclock.el (timeclock-in, timeclock-out)
18664 (timeclock-status-string, timeclock-change)
18665 (timeclock-workday-remaining-string)
18666 (timeclock-workday-elapsed-string)
18667 (timeclock-when-to-leave-string):
18668 * calendar/todo-mode.el (todo-add-category):
18669 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18670 * emacs-lisp/autoload.el (update-file-autoloads):
18671 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18672 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18673 (checkdoc-message-text, checkdoc-defun):
18674 * emacs-lisp/debug.el (debugger-list-functions):
18675 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18676 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18677 (eieio-describe-generic):
18678 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18679 * emacs-lisp/shadow.el (list-load-path-shadows):
18680 * emulation/cua-base.el (cua-mode):
18681 * emulation/edt.el (edt-set-scroll-margins):
18682 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18683 (tpu-toggle-regexp, tpu-toggle-search-direction)
18684 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18685 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18686 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18687 (viper-set-parsing-style-toggling-macro)
18688 (viper-set-emacs-state-searchstyle-macros):
18689 * emulation/viper.el (viper-set-hooks):
18690 * eshell/esh-mode.el (eshell-truncate-buffer):
18691 * international/mule-cmds.el (prefer-coding-system)
18692 (describe-input-method, describe-language-environment):
18693 * international/mule-diag.el (list-character-sets)
18694 (describe-character-set, describe-coding-system)
18695 (describe-fontset, list-fontsets, list-input-methods):
18696 * mail/sendmail.el (mail-signature):
18697 * net/ange-ftp.el (ange-ftp-copy-file):
18698 * net/browse-url.el (browse-url):
18699 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18700 * net/quickurl.el (quickurl-add-url):
18701 * net/rcirc.el (names, topic):
18702 * net/xesam.el (xesam-mode):
18703 * play/5x5.el (5x5-new-game):
18704 * play/yow.el (apropos-zippy):
18705 * progmodes/ada-mode.el (ada-mode-version):
18706 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18707 (f90-end-of-block)
18708 (f90-beginning-of-block):
18709 * progmodes/fortran.el (fortran-end-of-block)
18710 (fortran-beginning-of-block):
18711 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18712 * progmodes/python.el (python-describe-symbol, python-shell):
18713 * term/ns-win.el (ns-print-buffer):
18714 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18715 * textmodes/flyspell.el (flyspell-mode-on):
18716 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18717 (pages-directory-for-addresses):
18718 * textmodes/table.el (table-recognize-cell)
18719 (table-query-dimension, table-generate-source)
18720 (table-insert-sequence, table--warn-incompatibility):
18721 * textmodes/tex-mode.el (tex-validate-buffer):
18722 * textmodes/texinfmt.el (texinfmt-version)
18723 (texinfo-format-buffer):
18724 Use `called-interactively-p' instead of `interactive-p'.
18725
12a3c28c
JB
187262009-10-02 Juanma Barranquero <lekktu@gmail.com>
18727
18728 * image-mode.el (image-toggle-display):
18729 * emacs-lisp/elp.el (elp-instrument-function):
18730 * emacs-lisp/advice.el (ad-make-advised-definition):
18731 * emacs-lisp/easy-mmode.el (define-minor-mode):
18732 * net/browse-url.el (browse-url-maybe-new-window):
18733 * progmodes/sh-script.el (sh-learn-buffer-indent):
18734 Pass new argument 'any to `called-interactively-p'.
18735
171fda8a
JB
187362009-10-01 Juanma Barranquero <lekktu@gmail.com>
18737
171fda8a
JB
18738 * international/uni-bidi.el:
18739 * international/uni-category.el:
18740 * international/uni-combining.el:
18741 * international/uni-comment.el:
18742 * international/uni-decimal.el:
9c3c9fdf 18743 * international/uni-decomposition.el:
171fda8a
JB
18744 * international/uni-digit.el:
18745 * international/uni-lowercase.el:
18746 * international/uni-mirrored.el:
18747 * international/uni-name.el:
18748 * international/uni-numeric.el:
18749 * international/uni-old-name.el:
18750 * international/uni-titlecase.el:
18751 * international/uni-uppercase.el:
18752 Regenerate from Unicode 5.2.0 data.
18753
dcb9734a
GM
187542009-10-01 Glenn Morris <rgm@gnu.org>
18755
18756 * Makefile.in (ELCFILES): Regenerate.
18757
ced10a4c
SM
187582009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18759
9d28c33e
SM
18760 * subr.el (interactive-p): Mark obsolete.
18761 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18762 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18763 advertised-signature-table for subroutines as well.
18764
ced10a4c
SM
18765 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18766 (set-advertised-calling-convention): New function.
18767 (make-obsolete, define-obsolete-function-alias)
18768 (make-obsolete-variable, define-obsolete-variable-alias):
18769 Make the optional-ness of `when' obsolete.
18770 (define-obsolete-face-alias): Make `when' non-optional.
18771 * help-fns.el (help-function-arglist):
18772 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18773 Use advertised-signature-table.
18774
cc3dda16
MA
187752009-10-01 Michael Albinus <michael.albinus@gmx.de>
18776
18777 * files.el (delete-directory): New defun. The original function
18778 in fileio.c has been renamed to `delete-directory-internal'.
18779
18780 * dired.el (dired-delete-file): Call `delete-directory' with
18781 RECURSIVE parameter.
18782
5ce6e4f4 18783 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18784 parameter RECURSIVE. Implementation is missing.
18785
18786 * net/tramp.el (tramp-handle-make-directory): Flush upper
18787 directory's file properties.
ced10a4c 18788 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18789 (tramp-handle-dired-recursive-delete-directory): Flush directory
18790 properties after the remove command only.
18791
ced10a4c
SM
18792 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18793 Handle optional parameter RECURSIVE.
cc3dda16 18794
ced10a4c
SM
18795 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18796 Handle optional parameter RECURSIVE.
cc3dda16
MA
18797
18798 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18799 connection timeout.
18800 (tramp-smb-handle-delete-directory): Handle optional parameter
18801 RECURSIVE.
18802
cf885595
SM
188032009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18804
e3a6b82f
SM
18805 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18806 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18807 (byte-compile-defmacro): Use backquotes.
18808
7201bfbb
SM
18809 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18810
cf885595
SM
18811 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18812 has no associated file.
18813 (vc-resynch-buffer): Use vc-dir-buffers.
18814
a4d2c321
GM
188152009-10-01 Glenn Morris <rgm@gnu.org>
18816
9ffe3f52
GM
18817 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18818 (chart-file-count):
18819 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18820 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18821 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18822 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18823 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18824 (eieio-copy-parents-into-subclass, make-instance, class-children)
18825 (eieio-generic-form):
bd2afec2 18826
9515cdcc
GM
18827 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18828 match-data. (Bug#4555).
18829
a4d2c321
GM
18830 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18831 rather than parsing it as a regexp. This relaxes the layout
18832 requirements and makes errors easier to detect.
18833 (check-declare-verify): Check file is regular.
18834 (check-declare-directory): Doc fix.
18835 * subr.el (declare-function): Doc fix.
18836
b15c31c7
GM
18837 * ibuffer.el (ibuffer-format-qualifier):
18838 * isearch.el (hi-lock-regexp-okay):
18839 * calc/calc.el (math-zerop):
18840 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18841 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18842 Remove unused declarations.
18843
b0b111c3
JB
188442009-09-30 Eric Ludlam <zappo@gnu.org>
18845
18846 * emacs-lisp/eieio.el (boolean-p): Delete.
18847
1fc28a2c
GM
188482009-09-30 Glenn Morris <rgm@gnu.org>
18849
1fc28a2c
GM
18850 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18851
494f4fc7
GM
18852 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18853 filename is not a string.
18854
561580e9
CY
188552009-09-29 Chong Yidong <cyd@stupidchicken.com>
18856
18857 * files.el (safe-local-eval-forms): Fix typo.
18858
dcbbecd4
SM
188592009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18860
18861 * vc-hooks.el (vc-dir-buffers): New var.
18862 (vc-state-refresh): New function.
18863 (vc-state): Use it.
18864 (vc-after-save): Always ask the backend to recompute the new state.
18865 Always call vc-dir if necessary, using vc-dir-buffers.
18866 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18867 Use vc-dir-buffers.
18868 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18869 (vc-dir-prepare-status-buffer, vc-dir-update)
18870 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18871 Don't call expand-file-name on default-directory.
18872
d88444f2
JB
188732009-09-29 Juanma Barranquero <lekktu@gmail.com>
18874
18875 * speedbar.el (speedbar-item-delete):
18876 * calc/calc-prog.el (calc-kbd-if):
18877 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18878
18879 * epa.el (epa-key-list-mode-map):
18880 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18881
18882 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18883 (hs-show-hook): Fix typo in docstring.
18884
5da62d41
GM
188852009-09-29 Glenn Morris <rgm@gnu.org>
18886
8360fce0
GM
18887 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18888 file-name-nondirectory call preventing location of cedet files.
18889 (check-declare-verify): Use literal search rather than re-search.
ae715515 18890 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18891
18892 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18893 Use tramp-compat-file-attributes rather than nonexistent
18894 tramp-compat-handle-file-attributes.
18895
5da62d41
GM
18896 * Makefile.in (lisptagsfiles4): New.
18897 (AUTOGENEL): Add cedet loaddefs files.
18898 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18899 (update-elclist, compile-always, backup-compiled-files)
18900 (bootstrap-clean): Add yet another directory level.
18901 (update-elclist): Use LC_COLLATE rather than COLLATE.
18902 (ELCFILES): Update, via `make update-elclist'.
18903
48267264
JB
189042009-09-29 Juanma Barranquero <lekktu@gmail.com>
18905
18906 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18907 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18908 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18909
2c4cd0b0
AS
189102009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18911
18912 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18913 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18914 (update-elclist): Add third directory level to look for elc files.
18915 (compile-always): Likewise.
18916 (backup-compiled-files): Likewise.
18917 (bootstrap-clean): Likewise.
18918 (ELCFILES): Update.
18919
a2533e47
CY
189202009-09-28 Chong Yidong <cyd@stupidchicken.com>
18921
18922 * Makefile.in (ELCFILES): Add CEDET files.
18923
eefbedb1
MA
189242009-09-28 Michael Albinus <michael.albinus@gmx.de>
18925
18926 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18927
18928 * net/tramp.el (top): Require tramp-imap.
18929
18930 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18931 Use `tramp-compat-handle-file-attributes'.
18932
189332009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18934
18935 * net/tramp-imap.el: New package.
18936
b0b111c3
JB
189372009-09-28 Eric Ludlam <zappo@gnu.org>
18938
18939 * emacs-lisp/chart.el:
18940 * emacs-lisp/eieio-base.el:
18941 * emacs-lisp/eieio-comp.el:
18942 * emacs-lisp/eieio-custom.el:
18943 * emacs-lisp/eieio-datadebug.el:
18944 * emacs-lisp/eieio-opt.el:
18945 * emacs-lisp/eieio-speedbar.el:
18946 * emacs-lisp/eieio.el: New files.
18947
748e3d67
VJL
189482009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18949
18950 * whitespace.el (whitespace-trailing-regexp)
18951 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18952 Fix doc string.
18953
15120dec
CY
189542009-09-27 Chong Yidong <cyd@stupidchicken.com>
18955
18956 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18957 menu.
18958
18959 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18960 menu-bar-ediff-menu.
18961
18962 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18963 define-overloadable-function.
18964
18965 * progmodes/autoconf.el: Provide autoconf as well, so that this
18966 file can be `require'd.
18967
18968 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18969
18970 * emacs-lisp/autoload.el (generated-autoload-feature)
18971 (generated-autoload-load-name): New vars.
18972 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18973 (make-autoload): Recognize define-overloadable-function and
18974 defclass forms (for EIEIO).
18975
18976 * Makefile.in (update-subdirs): Exclude cedet directory.
18977
135abf91
AR
189782009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18979
1becddbb 18980 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18981
18982 * faces.el: Default light-background background for region face to
18983 ns_selection_color under NS.
18984
3d994264
TZ
189852009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18986
18987 * net/imap-hash.el: New library, see NEWS.
18988
18989 * Makefile.in (ELCFILES): Add imap-hash.el.
18990
ce9a0ccb
SM
189912009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18992
18993 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18994 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18995 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18996 definition where the docstring could be taken for the return value.
18997
a92cdd49
GM
189982009-09-26 Glenn Morris <rgm@gnu.org>
18999
19000 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19001 Add option to only show images below a certain size.
19002 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19003 save-excursion calls.
19004
416ac2f1
EZ
190052009-09-26 Eli Zaretskii <eliz@gnu.org>
19006
19007 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19008 subdirectories) and eieio.
19009
d9a13f68
AM
190102009-09-26 Alan Mackenzie <acm@muc.de>
19011
6a7662bb
BR
19012 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19013 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
19014
19015 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 19016 character constants (as case labels). (Bug#4289)
d9a13f68 19017
182b3bec
CY
190182009-09-25 Juri Linkov <juri@jurta.org>
19019
19020 * files.el (safe-local-eval-forms): Allow time-stamp in
19021 before-save-hook (Bug#4554).
19022
8f75f2da
JB
190232009-09-25 Drew Adams <drew.adams@oracle.com>
19024
19025 * menu-bar.el (list-buffers-directory): Doc fix.
19026
8390fb80
SM
190272009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19028
19029 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19030 Try and avoid copying twice the same paragraph.
19031 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19032 Remove save-excursion.
19033 (log-edit-changelog-entry): Do it here instead.
19034
11ee8d90
JB
190352009-09-25 Juanma Barranquero <lekktu@gmail.com>
19036
027b1942
JB
19037 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19038 when available, instead of hardcoding mode names. Doc fix.
19039
11ee8d90
JB
19040 * menu-bar.el (list-buffers-directory): Add docstring.
19041 Make automatically buffer-local.
19042
19043 * dired.el (dired-mode):
19044 * files.el (cd-absolute):
19045 * pcvs.el (cvs-temp-buffer):
19046 * pcvs-util.el (cvs-get-buffer-create):
19047 * shell.el (shell-mode):
19048 * vc-dir.el (vc-dir-mode):
19049 Don't make `list-buffers-directory' buffer local.
19050
21289c5d
CY
190512009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19052
8390fb80
SM
19053 * comint.el (comint-exec, comint-run, make-comint):
19054 Doc fixes (Bug#4542).
21289c5d 19055
e8652dd9
GM
190562009-09-25 Glenn Morris <rgm@gnu.org>
19057
19058 * mail/rmailmm.el (rmail-mime): New custom group.
19059 Move all defcustoms in this file into this group.
19060 (rmail-mime-media-type-handlers-alist): Revert previous change.
19061 (rmail-mime-show-images): New option.
19062 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19063 references to it, since it wasn't actually used for anything.
19064 (rmail-mime-insert-image): New function.
19065 (rmail-mime-image): Use rmail-mime-insert-image.
19066 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
19067 obey the value of `rmail-mime-show-images' option. Print the size of
19068 attachments.
e8652dd9 19069
fb652bb5
JB
190702009-09-25 David Engster <deng@randomsample.de>
19071
19072 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19073
32a9841c
VJL
190742009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19075
19076 * whitespace.el: Does not highlight trailing spaces While point is
19077 at end of line. Does not highligt spaces at beginning of buffer
19078 while point is at beginning of buffer. Does not highlight spaces
19079 at end of buffer while point is at end of buffer. (Bug#4177)
19080 New version 12.0.
19081 (whitespace-display-mappings): Adjust initialization.
19082 (whitespace-point, whitespace-font-lock-refontify): New vars.
19083 (whitespace-color-on, whitespace-color-off): Adjust code.
19084 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19085 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19086 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19087
e477ca84
CY
190882009-09-24 Chong Yidong <cyd@stupidchicken.com>
19089
19090 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19091
19092 * textmodes/sgml-mode.el: Remove xml-mode alias.
19093
19094 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 19095 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 19096
68712602
AM
190972009-09-24 Alan Mackenzie <acm@muc.de>
19098
19099 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19100 c-forward-conditionals, but it doesn't move point and doesn't set
19101 the mark.
19102 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19103 (c-down-conditional-with-else, c-backward-conditional)
19104 (c-forward-conditional): Refactor to use c-scan-conditionals.
19105
1659ada0
JB
191062009-09-24 Juanma Barranquero <lekktu@gmail.com>
19107
19108 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19109 (help-default-arg-highlight): Remove.
19110 (help-highlight-arg): New function.
19111 (help-do-arg-highlight): Use it.
19112 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19113
b3f01e46
SM
191142009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19115
19116 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19117 Undo last change, which didn't fix the problem and introduced others.
19118
107ef54a
NR
191192009-09-24 Nick Roberts <nickrob@snap.net.nz>
19120
19121 * progmodes/gdb-mi.el: Don't require speedbar.
19122 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19123
ffa1fed6
GM
191242009-09-24 Glenn Morris <rgm@gnu.org>
19125
2157a2be
GM
19126 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19127
6125167c
GM
19128 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19129
ffa1fed6
GM
19130 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19131 there is no newline after the final mime boundary. (Bug#4539)
19132 Move markers on insertion so that any buttons inserted don't end up in
19133 the next part of a multipart message.
2e9075d3
GM
19134 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19135 (rmail-mime-bulk-handler): Optionally handle images.
19136 (rmail-mime-image): New button action.
19137 (rmail-mime-image-handler): New function.
19138 (rmail-mime-mode): New mode.
19139 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 19140
4a814992
SM
191412009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19142
075518b5
SM
19143 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19144 than just dropping elements from it (bug#4504).
19145
8ad2defc
SM
19146 * term.el (term-set-scroll-region): Don't move cursor any more.
19147 (term-handle-ansi-escape): Call term-goto here instead.
19148 Suggested by Ivan Kanis <apple@kanis.eu>.
19149
4a814992
SM
19150 * term.el: Require CL.
19151 (term-ansi-reset): New function.
19152 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19153 (term-handle-colors-array): Simplify.
19154
5a0c3f56
JB
191552009-09-24 Juanma Barranquero <lekktu@gmail.com>
19156
19157 * allout.el (allout-overlay-interior-modification-handler)
19158 (allout-obtain-passphrase):
19159 * epa-file.el (epa-file-write-region):
19160 * ps-print.el (ps-begin-job):
19161 * vc-hooks.el (vc-toggle-read-only):
19162 * vc-rcs.el (vc-rcs-rollback):
19163 * vc-sccs.el (vc-sccs-rollback):
19164 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19165 (vc-version-diff, vc-revert, vc-rollback):
19166 * wdired.el (wdired-check-kill-buffer):
19167 * emacs-lisp/authors.el (authors):
19168 * net/socks.el (socks-open-connection):
19169 * net/zeroconf.el (zeroconf-service-add-hook):
19170 * obsolete/vc-mcvs.el (vc-mcvs-register):
19171 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19172 (gdb-select-frame):
19173 * progmodes/grep.el (lgrep, rgrep):
19174 * progmodes/idlw-help.el (idlwave-help-check-locations)
19175 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19176 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19177 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19178 (reftex-toc-rename-label): Fix typos in error messages.
19179
19180 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19181 (dired-copy-how-to-fn): Doc fix.
19182 (dired-files-attributes, dired-read-shell-command):
19183 Fix typos in docstrings.
19184
19185 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19186 (dired-x-find-file-other-window): Reflow docstrings.
19187 (dired-omit-marker-char, dired-read-shell-command)
19188 (dired-x-submit-report): Fix typos in docstrings.
19189
19190 * shell.el (shell-mode-hook):
19191 * view.el (View-scroll-line-forward):
19192 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19193 Fix typos in docstrings.
19194
19195 * net/dig.el (dig-invoke): Fix typo in docstring.
19196 (query-dig): Reflow docstring.
19197
19198 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19199 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19200 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19201 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19202 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19203 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19204 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19205 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19206 (idlwave-completion-map, idlwave-current-indent)
19207 (idlwave-custom-ampersand-surround, idlwave-customize)
19208 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19209 (idlwave-define-abbrev, idlwave-determine-class-special)
19210 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19211 (idlwave-end-block-reg, idlwave-end-of-statement)
19212 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19213 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19214 (idlwave-explicit-class-listed, idlwave-file-header)
19215 (idlwave-fill-paragraph, idlwave-find-class-definition)
19216 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19217 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19218 (idlwave-in-quote, idlwave-indent-action-table)
19219 (idlwave-indent-expand-table, idlwave-indent-line)
19220 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19221 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19222 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19223 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19224 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19225 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19226 (idlwave-outlawed-buffers, idlwave-popup-select)
19227 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19228 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19229 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19230 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19231 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19232 (idlwave-statement-type, idlwave-struct-skip)
19233 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19234 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19235 (idlwave-what-module-find-class): Fix typos in docstrings.
19236 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19237 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19238 (idlwave-find-module, idlwave-find-structure-definition)
19239 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19240 (idlwave-list-load-path-shadows, idlwave-next-statement)
19241 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19242 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19243 (idlwave-template): Reflow docstrings.
19244
19245 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19246 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19247 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19248 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19249 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19250 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19251 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19252 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19253 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19254 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19255 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19256 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19257 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19258 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19259 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19260 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19261 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19262 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19263 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19264 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19265 Fix typos in docstrings.
19266 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19267 (idlwave-shell-hide-output, idlwave-shell-mode)
19268 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19269 Reflow docstrings.
19270
19271 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19272
62136c5d
SM
192732009-09-24 Ivan Kanis <apple@kanis.eu>
19274
19275 * term.el (term-bold-attribute): New var.
19276 (term-handle-colors-array): Use it.
19277
9c1a45ed
NR
192782009-09-23 Nick Roberts <nickrob@snap.net.nz>
19279
19280 * progmodes/gdb-mi.el (gdb-version): New variable.
19281 (gdb-non-stop-handler): Set gdb-version.
19282 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19283 Condition "--thread" option on gdb-version.
19284 (gdb-invalidate-threads): Remove unused argument.
19285
03304f31
SM
192862009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19287
19288 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19289 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19290
4f02f0c9
GM
192912009-09-23 Glenn Morris <rgm@gnu.org>
19292
19293 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19294 replying to mail without References or Message-Id. (Bug#4525)
19295
a3b4b363
AR
192962009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19297
19298 * term/ns-win.el (ns-reg-to-script): New variable.
19299
7bda18cc
DU
193002009-09-23 Daiki Ueno <ueno@unixuser.org>
19301
19302 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19303
72169e55
SS
193042009-09-22 Sam Steingold <sds@gnu.org>
19305
19306 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19307 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19308 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19309 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19310
905b7d38
SM
193112009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19312
b0459dec
SM
19313 * textmodes/fill.el: Convert to utf-8 encoding.
19314 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19315 pre-Unicode days.
b0459dec 19316
905b7d38
SM
19317 * add-log.el (change-log-fill-forward-paragraph): New function.
19318 (change-log-mode): Use it so fill-region DTRT.
19319 Set fill-indent-according-to-mode here rather than in
19320 change-log-fill-paragraph.
19321 (change-log-fill-paragraph): Remove.
19322
baa7f3de
JB
193232009-09-22 Juanma Barranquero <lekktu@gmail.com>
19324
19325 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19326 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19327
a8d789f0
GM
193282009-09-22 Glenn Morris <rgm@gnu.org>
19329
daedbbc2
GM
19330 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19331 the scroll-bar scroll the calendar window rather than the buffer.
19332
d8899a74
GM
19333 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19334 commands that move point (as opposed to scrolling).
19335
a8d789f0
GM
19336 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19337
19338 * emacs-lisp/elint.el (elint): New custom group.
19339 (elint-log-buffer): Make it a defcustom.
19340 (elint-scan-preloaded, elint-ignored-warnings)
19341 (elint-directory-skip-re): New options.
19342 (elint-builtin-variables): Doc fix.
19343 (elint-preloaded-env): New variable.
19344 (elint-unknown-builtin-args): Add an entry for encode-time.
19345 (elint-extra-errors): Make it a variable rather than a constant.
19346 (elint-preloaded-skip-re): New constant.
19347 (elint-directory): Skip files matching elint-directory-skip-re.
19348 (elint-features): New variable, local to linted buffers.
19349 (elint-update-env): Initialize elint-features. Possibly add
19350 elint-preloaded-env to the buffer's environment.
19351 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19352 Skip quoted forms.
19353 (elint-init-form): New function, extracted from elint-init-env.
19354 Make non-list forms a warning rather than an error.
19355 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19356 easy-menu-define, put that adds an error-condition, and provide.
19357 When requiring cl, also require cl-macs. Really require cl, to handle
19358 some cl macros. Store required libraries in the list elint-features,
19359 so as not to re-load them. Treat cc-require like require.
19360 (elint-init-env): Call elint-init-form to do the work.
19361 Handle eval-and-compile and such like.
19362 (elint-add-required-env): Do not clear messages.
19363 (elint-special-forms): Add handlers for function, defalias, if, when,
19364 unless, and, or.
19365 (elint-form): Add optional argument to ignore elint-special-forms,
19366 useful to prevent recursive calls from handlers. Doc fix.
19367 Respect elint-ignored-warnings.
19368 (elint-form): Respect elint-ignored-warnings.
19369 (elint-bound-variable, elint-bound-function): New variables.
19370 (elint-unbound-variable): Respect elint-bound-variable.
19371 (elint-get-args): Respect elint-bound-function.
19372 (elint-check-cond-form): Add some simple handling for (f)boundp and
19373 featurep tests.
19374 (elint-check-defalias-form): New handler.
19375 (elint-check-let-form): Make an empty let a warning rather than an
19376 error.
19377 (elint-check-setq-form): Make an empty setq a warning rather than an
19378 error. Respect elint-ignored-warnings.
19379 (elint-check-defvar-form): Accept null doc-strings.
19380 (elint-check-conditional-form): New handler. Does some simple-minded
19381 checking of featurep and (f)boundp tests.
19382 (elint-put-function-args): New function.
19383 (elint-initialize): Use elint-scan-doc-file rather than
19384 elint-find-builtin-variables. Use elint-put-function-args.
19385 Possibly scan preloaded-file-list.
19386 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19387 extend to handle functions as well.
19388
245be23c
JB
193892009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19390
19391 * linum.el (linum-delete-overlays, linum-update-window):
19392 Do not modify the right margin. (Bug#3971)
19393
91fdbd6f
CY
193942009-09-21 Chong Yidong <cyd@stupidchicken.com>
19395
6a7662bb
BR
19396 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19397 Use nxml-mode instead of xml-mode.
91fdbd6f 19398
7589d38e
JB
193992009-09-21 Kevin Ryde <user42@zip.com.au>
19400
19401 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19402
5ac42715
SM
194032009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * net/dig.el (dig-mode): Use define-derived-mode.
19406
09c01323
DN
194072009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19408
4096c5f2
DN
19409 * vc-dispatcher.el (vc-do-command): Return the process object in
19410 the asynchronous case. Use when instead of if. Do not run
5480359e 19411 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19412
0e172cc2
DN
19413 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19414 properties to the stash strings.
19415 (vc-git-stash-list): Return a list of strings.
19416 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19417 (vc-git-stash-show-at-point): New functions.
19418 (vc-git-stash-map): New keymap.
19419
03304f31
SM
19420 * register.el (ctl-x-r-map): Define the keys here instead of
19421 using autoload.
09c01323 19422
03304f31 194232009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19424
19425 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19426 list, to workaround performance problem (bug#4485).
19427
2f5fc4d7
NR
194282009-09-20 Nick Roberts <nickrob@snap.net.nz>
19429
19430 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19431
b0f5fd2e
DU
194322009-09-20 Daiki Ueno <ueno@unixuser.org>
19433
19434 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19435 Document that this option is not recommended to use.
19436
f3445fab
GM
194372009-09-19 Glenn Morris <rgm@gnu.org>
19438
547c6921
GM
19439 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19440 variable `var'.
19441
f3445fab
GM
19442 * calc/calc-alg.el (var):
19443 * calc/calcalg2.el (var): Define for compiler.
19444
946c009b
CY
194452009-09-19 Chong Yidong <cyd@stupidchicken.com>
19446
e3f36d03
SM
19447 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19448 Doc fix (Bug#3932).
e2045997 19449
24aedbca
CY
19450 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19451
327dd27a
CY
19452 * time-stamp.el (time-stamp-month-dd-yyyy)
19453 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19454 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19455 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19456 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19457 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19458
946c009b
CY
19459 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19460 indent buffer only if called interactively (Bug#4452).
19461
3e70541a 194622009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19463 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19464
19465 This fixes bug#4197 (merged to bug#865, though not identical).
19466 * server.el (server-auth-dir): Add docstring note about FAT32.
19467 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19468 but warn against using them.
19469
9b94c32e
NR
194702009-09-19 Nick Roberts <nickrob@snap.net.nz>
19471
19472 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19473 older GDB where there is no has_more field.
19474
66590684
GM
194752009-09-19 Glenn Morris <rgm@gnu.org>
19476
19477 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19478
9a1337f9
CY
194792009-09-18 Chong Yidong <cyd@stupidchicken.com>
19480
19481 * files.el (auto-mode-alist): Change default for XML files to nXML
19482 mode (Bug#4169).
19483
d7554167
JB
194842009-09-18 Juanma Barranquero <lekktu@gmail.com>
19485
19486 * server.el (server-ensure-safe-dir): Pass 'integer
19487 to `file-attributes', as suggested.
19488
35a3f9a4
SM
194892009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19490
19491 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19492 (dired-query): Use read-key.
19493
044f9b05
AR
194942009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19495
19496 * cus-start.el (ns-use-qd-smoothing): Remove.
19497
6188ea49
GM
194982009-09-18 Glenn Morris <rgm@gnu.org>
19499
08cf18e4
GM
19500 * allout.el (top-level): Remove unnecessary progn.
19501
07eae5c5
GM
19502 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19503
6726c25e
GM
19504 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19505 definition of abbrev table.
19506
3f527154 19507 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19508 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19509 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19510 * net/newst-backend.el (newsticker--cache-read-feed):
19511 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19512 condition-case handlers.
19513
ccb4c30c
NR
195142009-09-18 Nick Roberts <nickrob@snap.net.nz>
19515
19516 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19517 (gdb-var-list): Add an element for has_more field.
19518 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19519 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19520 (gdb-var-update-handler-1): Parse output of dynamic variable
19521 objects (STL containers).
19522 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19523 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19524
19525 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19526 gdb-var-list.
19527 (gud-speedbar-buttons): Make node expandable if expression "has more"
19528 children.
19529
8686ac71
JB
195302009-09-17 Juanma Barranquero <lekktu@gmail.com>
19531
19532 * startup.el (emacs-quick-startup): Remove variable and all uses.
19533 (command-line): Set `inhibit-x-resources' instead.
19534 (command-line-1): Use `inhibit-x-resources' instead.
19535
a69c67e8
CY
195362009-09-17 Chong Yidong <cyd@stupidchicken.com>
19537
19538 * subr.el: Fix last change to avoid using the `unless' macro,
19539 which breaks bootstrapping.
19540
354f0faf
SM
195412009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19542
19543 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19544 extended definitions, in case we reload subr.el after having
19545 loaded CL.
19546 (eval-next-after-load): Mark as obsolete.
19547
98b9bf40
JL
195482009-09-17 Juri Linkov <juri@jurta.org>
19549
19550 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19551 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19552 (menu-bar-showhide-menu, menu-bar-tools-menu)
19553 (menu-bar-describe-menu, menu-bar-help-menu)
19554 (minibuffer-local-completion-map, minibuffer-local-map):
19555 Fix list quoting.
19556
28fab7b5
GM
195572009-09-17 Glenn Morris <rgm@gnu.org>
19558
88d5190c
GM
19559 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19560 arguments, whether or not it has a handler.
19561
74f24ba7
GM
19562 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19563
28fab7b5
GM
19564 * simple.el (hard-newline): Give it a doc-string.
19565
a8106aec
GM
19566 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19567 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19568
76251ad7
DN
195692009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19570
72033dbe
DN
19571 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19572 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19573 (menu-bar-options-menu, menu-bar-showhide-menu)
19574 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19575 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19576 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19577 (menu-bar-options-menu, menu-bar-tools-menu)
19578 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19579 (menu-bar-help-menu):
19580 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19581 string arguments.
19582
76251ad7
DN
19583 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19584 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19585 calls for the menu names and :help.
19586
97b952b7
SM
195872009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19588
19589 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19590 to :minor-mode-function (bug#4455).
19591
8f38189e
SM
195922009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19593
d2fd733e
SM
19594 * startup.el (command-line): Initialize the window-system after
19595 processing the command-line.
19596
8f38189e
SM
19597 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19598 page-delimiter matches the empty string.
19599
77564fa4
GM
196002009-09-16 Glenn Morris <rgm@gnu.org>
19601
19602 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19603 byte-compile-not-obsolete-var. It's a list now.
19604 (byte-compile-not-obsolete-funcs): New variable.
19605 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19606 byte-compile-not-obsolete-funcs.
19607 (byte-compile-variable-ref, byte-compile-defvar): Update for
19608 byte-compile-not-obsolete-vars name-change and list nature.
19609 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19610 and variables behind (f)boundp tests.
19611 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19612
79d316d3
DN
196132009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19614
19615 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19616
8fed6934
SM
196172009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19618
19619 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19620 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19621 Don't autoload.
19622
4078fd57
SE
196232009-09-15 Stephen Eglen <stephen@gnu.org>
19624
19625 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19626 the virtual-buffers, use the name of the buffer specified by
4078fd57 19627 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19628 problem if the target and the symlink had different names.)
4078fd57 19629
838ff458
SM
196302009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19631
b3c7c12d
SM
19632 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19633
13dc2bc2
SM
19634 * desktop.el (desktop-path): Check user-emacs-directory.
19635
49fec531
SM
19636 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19637
0e328d37
SM
19638 * loadup.el: Use after-load-functions to GC after loading each file.
19639 Remove the explicit GC calls that used to be sprinkled around.
19640
838ff458
SM
19641 * subr.el (after-load-functions): New hook.
19642 (do-after-load-evaluation): Run it. Use string-match-p to detect
19643 `obsolete' packages, rather than painfully extracting the relevant
19644 directory name.
19645
a62f564f
GM
196462009-09-15 Glenn Morris <rgm@gnu.org>
19647
19648 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19649 free variable `doc'.
19650
19651 * dired.el (dired-mode-map): Add menu entry for async shell command.
19652
19653 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19654 variables, also consider the .elc files, since the .el files are
19655 normally gzipped (subsequent code locates the .el.gz from the .elc).
19656
19657 * calc/calc-prog.el (arglist): Define for compiler.
19658
19659 * calendar/diary-lib.el (diary-display-function): Change the default to
19660 fancy display.
19661 (body): Define for compiler.
19662
19663 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19664 (byte-compile-file-form, byte-compile-lambda)
19665 (byte-compile-top-level-body, byte-compile-form)
19666 (byte-compile-variable-ref, byte-compile-setq)
19667 (byte-compile-setq-default, byte-compile-body)
19668 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19669 (batch-byte-compile): Give some more local variables with common names
19670 a "bytecomp-" prefix to avoid masking warnings about free variables.
19671
cd05fe7f
GM
19672 * startup.el (command-line-1): Give local variables with common names a
19673 distinguishing prefix, so as not to hide free variable warnings during
19674 bootstrap.
19675
a62f564f
GM
19676 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19677 clever and add a suffix to make a unique name, just let the user decide
19678 whether or not to overwrite it. If the input is a directory, write the
19679 default filename to that directory. (Bug#4388)
19680 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19681 is a filename-as-a-directory.
19682
fbc88440
SM
196832009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19684
19685 * textmodes/page.el (what-page): Don't move to beginning of line.
19686 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19687
60308853
DN
196882009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19689
19690 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19691
32ba3abc
DN
196922009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19693
9cd39aff
DN
19694 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19695 * help.el (help-for-help-internal): Add purecopy calls for text.
19696
32ba3abc
DN
19697 * vc.el (top): print-log method now takes an optional SHORTLOG
19698 argument. Add a new method: root.
32ba3abc
DN
19699 (vc-root-diff, vc-print-root-log): New functions.
19700 (vc-log-short-style): New variable.
19701 (vc-print-log-internal): Add support for showing short logs.
19702
19703 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19704 vc-print-root-log and vc-print-root-diff.
19705
19706 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19707 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19708 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19709 short logs.
19710
19711 * vc-cvs.el (vc-cvs-print-log):
19712 * vc-mtn.el (vc-mtn-print-log):
19713 * vc-rcs.el (vc-rcs-print-log):
19714 * vc-sccs.el (vc-sccs-print-log):
19715 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19716 that is ignored for now.
19717
837b0e99
DN
19718 * vc-mtn.el (vc-mtn-annotate-command):
19719 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19720
31cd2dd4
SM
197212009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19722
19723 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19724 to function-key-map, and give them ascii-character property.
19725 * term/x-win.el (x-alternatives-map):
19726 * term/ns-win.el (ns-alternatives-map):
19727 * term/internal.el (msdos-key-remapping-map):
19728 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19729
d62e5bf2
GM
197302009-09-14 Glenn Morris <rgm@gnu.org>
19731
19732 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19733 temp-buffers (2009-09-12).
19734
7d0105e5
SM
197352009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19736
19737 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19738 the new read-key function.
19739
e17ed9ad
CY
197402009-09-13 Chong Yidong <cyd@stupidchicken.com>
19741
19742 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19743 is defined (Bug#4405).
19744
1fc26e29
CY
197452009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19746
19747 * recentf.el (recentf-cleanup): Use a hash table to find
19748 duplicates (Bug#4407).
19749
61dc96a2 197502009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19751
19752 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19753 kp-0 to ascii equivalents (Bug#4325).
19754
42c3a9e3
CY
197552009-09-13 Chong Yidong <cyd@stupidchicken.com>
19756
1f5c1626
CY
19757 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19758
42c3a9e3 19759 * eshell/em-hist.el:
31cd2dd4
SM
19760 * eshell/em-dirs.el (eshell-complete-user-reference):
19761 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19762
197632009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19764
19765 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19766 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19767 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19768 * eshell/em-hist.el (eshell-history-file-name):
19769 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19770
1e2b6acf
GM
197712009-09-13 Glenn Morris <rgm@gnu.org>
19772
19773 * ediff-merg.el (ediff-do-merge):
19774 * filesets.el (filesets-run-cmd):
19775 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19776 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19777 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19778 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19779 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19780 Replace empty `let's with `progn'.
19781
adba8116
SM
197822009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19783
19784 * mail/sendmail.el (send-mail-function):
19785 * tooltip.el (tooltip-mode):
19786 * simple.el (transient-mark-mode):
19787 * rfn-eshadow.el (file-name-shadow-mode):
19788 * frame.el (blink-cursor-mode):
19789 * font-core.el (global-font-lock-mode):
19790 * files.el (temporary-file-directory)
19791 (small-temporary-file-directory, auto-save-file-name-transforms):
19792 * epa-hook.el (auto-encryption-mode):
19793 * composite.el (global-auto-composition-mode):
19794 Use custom-initialize-delay.
19795 * startup.el (command-line): Don't explicitly call
19796 custom-reevaluate-setting for all the above vars.
19797 * custom.el (custom-initialize-safe-set)
19798 (custom-initialize-safe-default): Delete.
19799
0a4afea9
SM
198002009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19801
9f94990d
SM
19802 * term/x-win.el (x-initialize-window-system):
19803 * term/w32-win.el (w32-initialize-window-system):
19804 * term/ns-win.el (ns-initialize-window-system): Don't call
19805 mouse-wheel-mode since it's enabled globally by default already.
19806
0a4afea9
SM
19807 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19808 actually define the variable, but only silences the byte-compiler.
19809 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19810 before looking it up.
19811 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19812 is changed.
19813
bf01513f
GM
198142009-09-12 Glenn Morris <rgm@gnu.org>
19815
19816 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19817 1000.
19818 (elint-add-required-env): Don't beep on error.
19819 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19820 (elint-init-env): Skip non-list forms.
19821 (elint-log): Handle unknown file positions.
bf01513f 19822
d85889e4
DU
198232009-09-12 Daiki Ueno <ueno@unixuser.org>
19824
19825 * epg.el (epg-make-context): Add autoload cookie.
19826 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19827 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19828 (epg-verify-string, epg-start-sign, epg-sign-file)
19829 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19830 (epg-encrypt-string, epg-start-export-keys)
19831 (epg-export-keys-to-file, epg-export-keys-to-string)
19832 (epg-start-import-keys, epg-import-keys-from-file)
19833 (epg-import-keys-from-string, epg-start-receive-keys)
19834 (epg-receive-keys, epg-import-keys-from-server)
19835 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19836 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19837 (epg-generate-key-from-file, epg-generate-key-from-string):
19838 Remove autoload cookie.
d85889e4 19839
8f825ee6
EZ
198402009-09-12 Eli Zaretskii <eliz@gnu.org>
19841
36b434ee
EZ
19842 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19843 reevaluation of trash-directory.
19844
8f825ee6
EZ
19845 * mwheel.el: Fix last change.
19846 (mouse-wheel-mode): New defvar.
19847 (mouse-wheel-mode): Remove autoload cookie.
19848
5766c380
SM
198492009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19850
ab5c0fcd
SM
19851 * mwheel.el (mwheel-installed-bindings): New var.
19852 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19853 the bindings we set last time. Use custom-initialize-delay.
19854 * loadup.el: Load mwheel after term/*-win.el.
19855 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19856 and mouse-wheel-up-event now that their first evaluation is done
19857 sufficiently late to be correct.
19858
45448e64
SM
19859 * startup.el (tutorial-directory): Make it a defcustom.
19860 Use custom-initialize-delay rather than eval-at-startup to set it.
19861 * image.el (image-load-path): Make it a defcustom.
19862 Use custom-initialize-delay rather than eval-at-startup to set it.
19863 * subr.el (eval-at-startup): Remove.
19864 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19865
5766c380
SM
19866 * subr.el (do-after-load-evaluation): Warn the user after loading an
19867 obsolete package.
19868
d6549da4
GM
198692009-09-12 Glenn Morris <rgm@gnu.org>
19870
19871 * proced.el (proced-mark-alt): Remove alias.
19872 (proced-mode-map): Remove proced-mark-alt.
19873
19874 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19875 Elint file and directory. Remove initialization entry.
19876
19877 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19878 commands.
19879 (elint-current-buffer): Set mode-line-process.
19880 (elint-init-env): Handle define-derived-mode.
19881 Fix declare-function with unspecified arglist. Guard against odd
19882 defalias statements (eg iso-insert's 8859-1-map).
19883 (elint-add-required-env): Use a temp buffer.
19884 (elint-form): Just print the function/macro name, not the whole form.
19885 Return env unchanged if we fail to parse a macro.
19886 (elint-forms): Guard against parse errors.
19887 (elint-output): New function, to handle batch mode.
19888 (elint-log-message): Add optional argument. Use elint-output.
19889 (elint-set-mode-line): New function.
19890
30194d4d
CY
198912009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19892
19893 * emacs-lisp/elp.el (elp-not-profilable): Add more
19894 functions (Bug#4233).
19895
a035f9b0
CY
198962009-09-12 Chong Yidong <cyd@stupidchicken.com>
19897
19898 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19899 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19900
dad61164
NR
199012009-09-11 Nick Roberts <nickrob@snap.net.nz>
19902
19903 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19904 (gdb-var-list-children): Use json parsing.
19905
9c3c9fdf 199062009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19907
19908 * progmodes/js.el (js--proper-indentation): Handle the case where
19909 char-before is null. Reported by Deniz Dogan.
19910
b4587710
JB
199112009-09-11 Juanma Barranquero <lekktu@gmail.com>
19912
19913 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19914
13890796
DU
199152009-09-11 Daiki Ueno <ueno@unixuser.org>
19916
19917 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19918 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19919 (epg-context-set-passphrase-callback)
97d4bdba 19920 (epg-context-set-progress-callback): Add description about
b18508dd 19921 callback function.
13890796 19922
2efb64a8
SM
199232009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19924
790d0270
SM
19925 * custom.el (custom-delayed-init-variables): New var.
19926 (custom-initialize-delay): New function.
19927 * startup.el (command-line): "Re"evaluate all vars in
19928 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19929 explicitly any more.
19930 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19931 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19932
19933 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19934
ac243a40
NR
199352009-09-11 Nick Roberts <nickrob@snap.net.nz>
19936
19937 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19938 (gdb-var-update-handler): Use json parsing.
19939
657bc6fc
JB
199402009-09-11 Juanma Barranquero <lekktu@gmail.com>
19941
19942 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19943 decode annotated text, regardless of language environment. (Bug#2741)
19944
b6fe8102
SM
199452009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19946
19947 * Makefile.in (autoloads): Make rmail.el writable as well.
19948
5cc443fe
GM
199492009-09-11 Glenn Morris <rgm@gnu.org>
19950
5515c54e
GM
19951 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19952 loaddefs.el.
19953 * dired.el: Regenerate with extracted autoloads.
19954 * Makefile.in (autoloads): Make dired.el writable.
19955
15067158
GM
19956 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19957 * ibuffer.el: Regenerate with extracted autoloads.
19958 * Makefile.in (autoloads): Make ibuffer.el writable.
19959
d35d0238
GM
19960 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19961 * version.el (emacs-copyright, emacs-major-version)
19962 (emacs-minor-version): Reformat doc-strings for make-docfile.
19963
5cc443fe
GM
19964 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19965 functions and variables, since they must be stuff specific to some other
19966 platform.
19967 (apropos-print): Make mouse-click message less specific about button.
19968
19969 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19970 that records where a macro was defined.
19971 * help-fns.el (describe-function-1): Mention if a function has a
19972 compiler-macro.
19973 * help-mode.el (help-function-cmacro): New button.
19974
19975 * locate.el (top-level): Always require dired.
19976 (locate-mode-map): Initialize inside the defvar.
19977
19978 * net/ange-ftp.el (dired-compress-file): Declare.
19979 (ange-ftp-dired-compress-file): Add doc string.
19980
19981 * term/ns-win.el (x-display-name, x-setup-function-keys):
19982 Unify doc-strings with X versions.
19983
8cb95edf
SM
199842009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19985
726a4d09
SM
19986 * emulation/crisp.el (crisp-mode-map): Move initialization
19987 into declaration.
19988 (crisp-mode): Use define-minor-mode.
19989
8cb95edf
SM
19990 * progmodes/xscheme.el (xscheme-evaluation-commands):
19991 Put a :advertised-binding property rather than using
19992 advertised-xscheme-send-previous-expression.
19993 (advertised-xscheme-send-previous-expression): Declare obsolete.
19994 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19995 `advertised-undo'.
19996 (crisp-mode): Add corresponding bindings to
19997 undo's :advertised-binding instead.
19998 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19999 than using dired-advertised-find-file.
20000 (dired-advertised-find-file):
20001 * simple.el (advertised-undo):
20002 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20003 (widget-keymap): Put a :advertised-binding property rather
20004 than using advertised-widget-backward.
20005 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20006 than using advertised-undo.
20007 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20008
07db5857
SS
200092009-09-10 Simon South <ssouth@slowcomputing.org>
20010
20011 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20012 Mark mode is enabled and region is active; otherwise indent or
20013 insert TAB as usual.
20014 (delphi-mode): Update description of TAB-key binding.
20015
50d4ba39
SM
200162009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20017
20018 * subr.el (define-key-rebound-commands): Mark obsolete.
20019 * startup.el (precompute-menubar-bindings): Remove.
20020 (normal-top-level): Remove obsolete code that tried to precompute
20021 menubar bindings.
20022 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20023 define-key-rebound-commands and precompute-menubar-bindings.
20024
ffa894db
KY
200252009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20026
20027 * net/imap.el (imap-interactive-login): Better messages.
20028 (imap-open): Fix bug with renamed buffer on reconnect.
20029 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20030 for easier debugging and cleaner code. On successful (guessed based on
20031 server capabilities) secondary authentication, set imap-state
20032 correctly.
20033 (imap-last-authenticator): Define imap-last-authenticator as a variable
20034 to avoid warnings.
20035
9477096c
GM
200362009-09-10 Glenn Morris <rgm@gnu.org>
20037
20038 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20039
20040 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20041 (byte-compile-file-form-autoload): Don't warn about unknown functions
20042 where the autoload statement comes after the use.
20043 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20044 that any handlers inside the body (eg require) are in turn respected.
20045
20046 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20047 effects.
20048
20049 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20050 and syntax and abbrev tables basic docs, if they don't have any.
20051
20052 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20053
20054 * international/mule-cmds.el (top-level): Require cl when compiling.
20055 (view-hello-file): Use default-value rather than
20056 default-enable-multibyte-characters.
20057
20058 * progmodes/fortran.el: Move all safe and risky properties into the
20059 defcustoms.
20060
20061 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20062 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20063 * mail/undigest.el:
20064 Put autoloads in rmail.el rather than loaddefs.el.
20065 * mail/rmail.el: Regenerate with extracted autoloads.
20066
20067 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20068 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20069
9f16c547
NR
200702009-09-10 Nick Roberts <nickrob@snap.net.nz>
20071
20072 Reported in thread for Bug#4375.
20073 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20074 "-data-evaluate-expression" instead of print.
20075 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20076 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
20077 (gdb): Revert 2009-08-11 change. User should detach inferior
20078 manually.
9f16c547
NR
20079
20080 Remove the word "separate" from IO functions as inferior
20081 output is now never displayed in the GUD buffer.
20082
50405cd0
JB
200832009-09-10 Juanma Barranquero <lekktu@gmail.com>
20084
20085 * startup.el (command-line-normalize-file-name): On Windows and
20086 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20087
7ae62430
JL
200882009-09-10 Juri Linkov <juri@jurta.org>
20089
20090 * isearch.el (isearch-text-char-description): Propertize escape
20091 character sequences with the `escape-glyph' face. (Bug#4344)
20092
20093 * simple.el (shell-command): Set asynchronous process filter to
20094 `comint-output-filter'. (Bug#4343)
20095
20096 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20097 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20098 the list. Move "asm" to the bottom.
20099 (grep-find-ignored-directories): Add `choice' with nil value
20100 to empty the list easily.
20101 (grep-find-ignored-files): New option.
20102 (grep-files-history): Set to nil by default instead of '("ch" "el").
20103 (grep-compute-defaults): Add "<X>" to `grep-template'.
20104 (grep-read-files): Bind new local variables `default-alias' and
20105 `default-extension'. Use a list of default values for the file prompt.
20106 (lgrep): Add `--exclude=' command line options composed from
20107 `grep-find-ignored-files'.
20108 (rgrep): Add `-name' command line options composed from
20109 `grep-find-ignored-files'. (Bug#4301)
20110
cd875252
SM
201112009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20112
20113 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20114 (bug#4368).
20115
cdce0b33
KY
201162009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20117
20118 * calendar/time-date.el (autoload):
20119 Expand define-obsolete-function-alias into defalias and make-obsolete
20120 for old Emacsen that Gnus supports.
20121 (with-no-warnings): Define it for old Emacsen.
20122 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20123 is available.
20124 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20125 float-time is available; suppress compile warning for time-to-seconds.
20126
201272009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20128
20129 * net/imap.el (imap-message-map): Docstring fix.
20130
2b2eb431
GM
201312009-09-09 Glenn Morris <rgm@gnu.org>
20132
20133 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20134 line numbers too. (Bug#4374)
20135
83a5aac5
SM
201362009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20137
755e0210
SM
20138 * smerge-mode.el (smerge-remove-props, smerge-refine):
20139 Use with-silent-modifications (bug#4342).
20140
83a5aac5
SM
20141 * subr.el (with-silent-modifications): New macro.
20142
79f01fa7
JB
201432009-09-07 Juanma Barranquero <lekktu@gmail.com>
20144
20145 * files.el (top-level): Require `cl' when compiling.
20146
448ecec3
GM
201472009-09-07 Glenn Morris <rgm@gnu.org>
20148
20149 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20150
8f09a02f
GM
20151 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20152 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20153
76ff67bf
NR
201542009-09-06 Nick Roberts <nickrob@snap.net.nz>
20155
20156 * vc-git.el (vc-git-annotate-command): Use separator to parse
20157 arguments correctly.
20158
943c8b75
EZ
201592009-09-06 Eli Zaretskii <eliz@gnu.org>
20160
20161 * proced.el (proced-mode): Doc fix.
20162
680db9ac
MA
201632009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20164
20165 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20166 lstat fails.
20167 (tramp-do-file-attributes-with-ls): Check for file existence at
20168 remote end.
20169 (tramp-do-file-attributes-with-stat): Likewise.
20170 (tramp-convert-file-attributes): Return nil when attr is nil.
20171
3f12e5bd
GM
201722009-09-05 Glenn Morris <rgm@gnu.org>
20173
c8dc27bf
GM
20174 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20175 properties to this button.
20176 (diary-fancy-display): Don't extend the button to the final newline.
20177 (diary-fancy-display-mode): Continue to define "q" as a local key.
20178
cca065d8
GM
20179 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20180 efficient.
20181
cddaedb6
GM
20182 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20183
3f12e5bd
GM
20184 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20185 (byte-compile-dest-file-function): New option.
20186 (byte-compile-dest-file): Doc fix.
20187 Obey byte-compile-dest-file-function.
20188 (byte-compile-cl-file-p): New function.
20189 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20190 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20191 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20192 than for file being previously loaded.
20193 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20194 (byte-compile-file-form-require): Handle the case where requiring a file
20195 indirectly causes CL to be loaded.
20196
049a231b
KF
201972009-09-05 Karl Fogel <kfogel@red-bean.com>
20198
20199 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20200 before killing the old buffer, since by the time `kill-buffer' is
20201 run so many buffer variables have been set to nil that it may not
20202 behave as expected. (Bug#4061)
20203
ef7ef2a0
KF
202042009-09-05 Karl Fogel <kfogel@red-bean.com>
20205
20206 * files.el (find-alternate-file): If the old buffer is modified
20207 and visiting a file, behave similarly to `kill-buffer' when
20208 killing it, thus reverting to the pre-1.878 behavior; see
20209 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20210 for discussion. Also, consult `buffer-file-name' as a variable
20211 not as a function, for consistency with the rest of the code.
20212
73d854cd
MA
202132009-09-04 Michael Albinus <michael.albinus@gmx.de>
20214
20215 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20216 also when adding a new directory.
20217
6a7662bb
BR
20218 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20219 New defun.
73d854cd 20220
df120481
SM
202212009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20222
20223 * files.el (locate-file-completion-table): Make it provide boundary
20224 information, so partial-completion works better.
20225
c0bc6d79
SM
202262009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20227
20228 * mail/footnote.el (Footnote-text-under-cursor):
20229 Check footnote-text-marker-alist before using it (bug#4324).
20230
f76a9756
GM
202312009-09-04 Glenn Morris <rgm@gnu.org>
20232
67d110f1
GM
20233 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20234 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20235 * play/solitaire.el, play/tetris.el:
20236 Remove leading * from defcustom and defface docs.
20237
b42d4989
GM
20238 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20239 necessary.
20240 (diary-fancy-overriding-map): New variable.
20241 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20242 Use view-mode.
20243
f76a9756
GM
20244 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20245 goto-line.
20246
e605eeeb
GM
202472009-09-03 Glenn Morris <rgm@gnu.org>
20248
597e2240
GM
20249 * arc-mode.el (archive-mode):
20250 * dos-fns.el (set-default-process-coding-system):
20251 * man.el (Man-getpage-in-background):
20252 * menu-bar.el (menu-bar-describe-menu):
20253 * server.el (server-process-filter):
20254 * startup.el (command-line):
20255 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20256 * w32-fns.el (set-default-process-coding-system):
20257 * x-dnd.el (x-dnd-handle-file-name):
20258 * international/mule-cmds.el (mule-menu-keymap)
20259 (set-default-coding-systems, language-info-alist, set-language-info)
20260 (set-language-environment, standard-display-european-internal)
20261 (set-locale-environment):
20262 * international/mule-diag.el (mule-diag):
20263 * mail/emacsbug.el (report-emacs-bug):
20264 * mail/rmail.el (rmail-mode):
20265 * mail/sendmail.el (mail-setup):
20266 Use default-value rather than default-enable-multibyte-characters.
20267
f38184aa
GM
20268 * progmodes/f90.el: Move all safe properties into the defcustoms.
20269 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20270
e605eeeb
GM
20271 * calendar/appt.el (appt-check):
20272 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20273 (diary-check-diary-file, diary-list-entries)
20274 (diary-include-other-diary-files, diary-simple-display)
20275 (diary-fancy-display, diary-print-entries)
20276 (diary-mark-included-diary-files, diary-make-entry):
20277 Don't call substitute-in-file-name on diary-file.
20278
734db384 202792009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20280 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20281
20282 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20283 (footnote-mode-map): Move initialization into the declaration.
20284 (footnote-minor-mode-map): Define it rather than changing global-map.
20285 (footnote-mode): Use define-minor-mode.
20286
e5aa47f9
MA
202872009-09-02 Michael Albinus <michael.albinus@gmx.de>
20288
20289 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20290 (tramp-do-file-attributes-with-perl)
20291 (tramp-do-file-attributes-with-stat): Rename from
20292 `tramp-handle-file-attributes-with-*'.
20293 (tramp-handle-file-attributes): Use them.
20294 (tramp-do-directory-files-and-attributes-with-perl)
20295 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20296 `tramp-handle-directory-files-and-attributes-with-*'.
20297 (tramp-handle-directory-files-and-attributes): Use them.
20298 (tramp-method-out-of-band-p): Additional parameter SIZE.
20299 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20300 (tramp-handle-write-region): Use it.
734db384 20301 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20302 (tramp-handle-vc-registered): Check, whether the first run did
20303 return files to be tested.
20304 (tramp-advice-make-auto-save-file-name): Do not call directly
20305 `tramp-handle-make-auto-save-file-name', because this would bypass
20306 the locking mechanism.
20307
734db384 20308 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20309 (file-remote-p, process-file, start-file-process, set-file-times)
20310 (tramp-compat-file-attributes): Compatibility functions shall not
20311 call directly `tramp-handle-*', because this would bypass the
20312 locking mechanism.
20313 (tramp-compat-number-sequence): New defun.
20314
6e2ca895
GM
203152009-09-02 Glenn Morris <rgm@gnu.org>
20316
697c7714
GM
20317 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20318 alias for float-time.
20319 (time-to-number-of-days): In Emacs, use float-time.
20320 * net/newst-backend.el (time-add): Suppress warnings from compat
20321 function.
20322 * time.el (emacs-uptime, emacs-init-time):
20323 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20324 Use float-time rather than time-to-seconds.
20325
6e2ca895
GM
20326 * minibuffer.el (completion-initials-expand): Fix typo.
20327
20328 * faces.el (modeline, modeline-inactive, modeline-highlight)
20329 (modeline-buffer-id):
20330 * info.el (info-menu-5): Mark these face aliases as obsolete.
20331
ed17efec
NR
203322009-09-01 Nick Roberts <nickrob@snap.net.nz>
20333
20334 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20335 space ...
20336 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20337 no "--thread" option.
20338 (gdb-stopped): Don't print "Switched to thread" message when it is
20339 unchanged.
20340
fcb68f70
SM
203412009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20342
20343 * minibuffer.el (completion-try-completion)
20344 (completion-all-completions): Remove ill-defined (and
20345 mistakenly installed and luckily never used nor documented)
20346 `completion-styles' property.
20347 (completion-initials-expand, completion-initials-all-completions)
20348 (completion-initials-try-completion): New functions.
20349 (completion-styles-alist): Add doc to each entry.
20350 Add new `initials' entry.
20351
83318a6d
NR
203522009-09-01 Nick Roberts <nickrob@snap.net.nz>
20353
20354 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20355 MI command -var-evaluate-expression.
20356 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20357 and tweak for case of string child.
734db384 20358 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20359
d63eb0e7
GM
203602009-09-01 Glenn Morris <rgm@gnu.org>
20361
c4f6e489
GM
20362 * add-log.el (change-log-date-face, change-log-name-face)
20363 (change-log-email-face, change-log-file-face, change-log-list-face)
20364 (change-log-conditionals-face, change-log-function-face)
20365 (change-log-acknowledgement-face):
20366 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20367 (custom-modified-face, custom-set-face, custom-changed-face)
20368 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20369 (custom-documentation-face, custom-state-face, custom-comment-face)
20370 (custom-comment-tag-face, custom-variable-tag-face)
20371 (custom-variable-button-face, custom-face-tag-face)
20372 (custom-group-tag-face-1, custom-group-tag-face):
20373 * diff-mode.el (diff-header-face, diff-file-header-face)
20374 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20375 (diff-added-face, diff-changed-face, diff-function-face)
20376 (diff-context-face, diff-nonexistent-face):
20377 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20378 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20379 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20380 (Info-title-4-face):
20381 * isearch.el (isearch-lazy-highlight-face):
20382 * log-view.el (log-view-file-face, log-view-message-face):
20383 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20384 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20385 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20386 (cvs-msg-face):
20387 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20388 (smerge-base-face, smerge-markers-face):
20389 * wid-edit.el (widget-documentation-face, widget-button-face)
20390 (widget-field-face, widget-single-line-field-face)
20391 (widget-inactive-face, widget-button-pressed-face):
20392 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20393 (woman-addition-face):
2fb1ec93
GM
20394 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20395 (eshell-ls-executable-face, eshell-ls-readonly-face)
20396 (eshell-ls-unreadable-face, eshell-ls-special-face)
20397 (eshell-ls-missing-face, eshell-ls-archive-face)
20398 (eshell-ls-backup-face, eshell-ls-product-face)
20399 (eshell-ls-clutter-face):
20400 * eshell/em-prompt.el (eshell-prompt-face):
20401 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20402 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20403 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20404 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20405 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20406 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20407 (antlr-font-lock-literal-face):
c4f6e489
GM
20408 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20409 (ebrowse-root-class-face, ebrowse-file-name-face)
20410 (ebrowse-default-face, ebrowse-member-attribute-face)
20411 (ebrowse-member-class-face, ebrowse-progress-face):
20412 * progmodes/make-mode.el (makefile-space-face):
20413 * progmodes/sh-script.el (sh-heredoc-face):
20414 * textmodes/flyspell.el (flyspell-incorrect-face)
20415 (flyspell-duplicate-face):
20416 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20417 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20418 Mark face aliases with "-face" suffix as obsolete.
20419
d80619fa
GM
20420 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20421 compiler.
20422
5f68c1b7
GM
20423 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20424 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20425 easy-menu-define wants to modify these.
20426
20427 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20428
20429 * net/browse-url.el (browse-url-file-url):
20430 * term/internal.el (dos-codepage-setup):
20431 Use default-value rather than default-enable-multibyte-characters.
20432
d80619fa 20433 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20434 * progmodes/flymake.el (flymake-highlight-line)
20435 (flymake-goto-file-and-line, flymake-goto-line):
20436 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20437 (gdb-goto-breakpoint):
20438 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20439 * progmodes/python.el (python-find-function)
20440 (python-pdbtrack-track-stack-file):
20441 * progmodes/verilog-mode.el (verilog-surelint-off):
20442 * term/ns-win.el (ns-open-file-select-line):
20443 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20444 Use forward-line rather than goto-line.
20445
d63eb0e7
GM
20446 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20447 * textmodes/reftex-index.el (reftex-display-index):
20448 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20449 * textmodes/reftex-toc.el (reftex-toc):
20450 Remove unnecessary bindings of default-major-mode (all are followed by
20451 major-mode check and possible mode switch).
20452
0afad278
NR
204532009-08-31 Nick Roberts <nickrob@snap.net.nz>
20454
20455 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20456 Handle watchpoints (bug#4282).
20457 (def-gdb-thread-buffer-command): Enable thread to be selected by
20458 clicking without selecting threads buffer first.
20459 (gdb-current-context-command): Use selected frame so that "up",
20460 "down" etc work in the GUD buffer.
20461 (gdb-update): Find selected frame before rendering stack buffer.
20462 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20463
4e135dd2
SM
204642009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20465
20466 * progmodes/sym-comp.el (displayed-completions): Remove.
20467 (symbol-complete): Use minibuffer-complete.
20468
e61eba34
GM
204692009-08-31 Glenn Morris <rgm@gnu.org>
20470
20471 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20472
734db384
SM
20473 * apropos.el (apropos-symbols-internal):
20474 Handle (obsolete) face aliases.
e61eba34
GM
20475
20476 * faces.el (describe-face): Adjust the output format to be more like
20477 describe-variable, and to mention (obsolete) face aliases.
20478 Adjust the whitespace so that help-setup-xref works.
20479
20480 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20481 * calendar/diary-lib.el (diary-button-face):
20482 Mark these face aliases as obsolete.
20483
20484 * calendar/calendar.el (calendar-today): Doc fix.
20485
4cf71456
NR
204862009-08-31 Nick Roberts <nickrob@snap.net.nz>
20487
20488 * progmodes/gdb-mi.el (gdb-control-all-threads)
20489 (gdb-control-current-thread): Force tool bar update.
20490 (gdb-non-stop-handler): New function.
20491 (gdb-init-1): Use it to test if non-stop mode is supported.
20492 Remove unused gdbmi buffer type.
20493
e61eba34 204942009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20495
20496 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20497 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20498
4324f7ca
NR
204992009-08-30 Nick Roberts <nickrob@snap.net.nz>
20500
20501 * comint.el (comint-exec-1): Check command is non-null first.
20502 Part of gdb-mi.el change (2009-08-28).
20503
a1bf889a
SM
205042009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20507
060c08b5
JB
205082009-08-30 Juanma Barranquero <lekktu@gmail.com>
20509
20510 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20511 instead of `dolist' to avoid a recursive require when bootstrapping.
20512
ab22be48
SM
205132009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20514
73ebf88f
SM
20515 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20516
80629cfc
SM
20517 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20518
206d0387 20519 * net/imap.el (imap-send-command): Simplify.
734db384 20520 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20521
844f7784
SM
20522 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20523
5ca4661e
SM
20524 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20525 with constant argument.
20526
c61dc887
SM
20527 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20528
7eb73deb
SM
20529 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20530
5fe443de
SM
20531 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20532 Change default, since most of our files don't have a history.
20533 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20534 the user.
20535
6444d64a
SM
20536 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20537 Add comint-run.
20538
5cb16bfc
SM
20539 * calc/calc.el: Improve commenting convention.
20540 (calc-digit-map, toplevel): Simplify.
20541
0aeb71a7
SM
20542 * comint.el (comint-insert-input): Be careful to only set point if we
20543 don't delegate to some other command.
20544
9a9af856
SM
20545 * proced.el (proced-signal-list): Make it an alist.
20546 (proced-grammar-alist): Capitalize names.
20547 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20548 Disable undo manually and make it read-only.
20549 Use completion-annotate-function.
20550
ab22be48
SM
20551 * minibuffer.el (minibuffer-message): If the current buffer is not
20552 a minibuffer, insert the message in the echo area rather than at the
20553 end of the buffer.
20554 (completion-annotate-function): New variable.
20555 (minibuffer-completion-help): Use it.
20556 (completion--embedded-envvar-table): Environment vars are
20557 always case-sensitive.
20558
4a948dbf
GM
205592009-08-30 Glenn Morris <rgm@gnu.org>
20560
20561 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20562 from fortran-current-defun.
20563 (fortran-beginning-of-subprogram): Be more precise about finding the
20564 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20565 (fortran-end-of-subprogram): Simplify.
20566 (fortran-current-defun): Use fortran-start-prog-re.
20567
486cf3b8
JB
205682009-08-29 Juanma Barranquero <lekktu@gmail.com>
20569
20570 * subr.el (do-after-load-evaluation): Simplify.
20571
db167d28
DN
205722009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20573
20574 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20575
20576 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20577 (vc-rcs-print-log): Use it.
20578
20579 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20580
efbc652a
SM
205812009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20582
2aa0e5bf
SM
20583 * paths.el (abbrev-file-name): Move to abbrev.el.
20584 * abbrev.el (abbrev-file-name): Move from paths.el.
20585 Obey user-emacs-directory.
20586 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20587 user-emacs-directory.
20588 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20589 abbrev-file-name and calc-settings-file any more.
20590 * startup.el (command-line): Recompute abbrev-file-name and
20591 abbreviated-home-dir.
20592 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20593 of the special code for when C-h bindings haven't been changed.
20594 (display-startup-echo-area-message): Use with-current-buffer.
20595 (command-line-1): Use a list of strings, rather than a list of lists
20596 of strings for longopts.
20597
51da8fe2
SM
20598 * files.el (get-free-disk-space): Use / for default-directory.
20599
0c3cc4dd
SM
20600 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20601 Use with-current-buffer.
20602
d988dbf6
SM
20603 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20604 Recognize immutable variables like most-positive-fixnum.
20605 (byte-compile-setq-default): Check and warn if trying to assign
20606 to an immutable variable, or a non-variable.
20607
efbc652a
SM
20608 * progmodes/cc-vars.el (c-comment-continuation-stars):
20609 * progmodes/cc-engine.el (c-looking-at-bos):
20610 * progmodes/cc-cmds.el (c-toggle-auto-state)
20611 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20612 (c-comment-line-break-function): Add version of obsolescence.
20613
d30a05d1
JL
206142009-08-28 Juri Linkov <juri@jurta.org>
20615
20616 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20617 associated with `archive-mode'.
20618
20619 * image.el (image-type-header-regexps): Use only JPEG magic number
20620 to determine JPEG images, and don't use `image-jpeg-p' because
20621 Emacs can display non-JFIF non-Exif JPEG images.
20622
1e8eecea
JB
206232009-08-28 Juanma Barranquero <lekktu@gmail.com>
20624
20625 * arc-mode.el (archive-mode):
20626 * emacs-lisp/re-builder.el (re-builder-unload-function):
20627 Protect against the default value of `major-mode' being nil.
20628
dd4fbf56
JB
206292009-08-28 Juanma Barranquero <lekktu@gmail.com>
20630
20631 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20632 Fix typos in docstrings.
20633
20634 * progmodes/js.el (js--macro-decl-re): Doc fix.
20635 (js--plain-method-re, js--split-name): Refloc docstring.
20636 (js--class-styles, js--make-merged-item, js--splice-into-items):
20637 Fix typos in docstrings; reflow docstrings.
20638 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20639 (js--variable-decl-matcher, js--inside-pitem-p)
20640 (js--parse-state-at-point, js--get-all-known-symbols)
20641 (js--symbol-history, js-find-symbol, js--js-references)
20642 (js--moz-interactor, js--js-encode-value, js--read-tab):
20643 Fix typos in docstrings.
20644
72f16325
SM
206452009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20646
14acf2f5
SM
20647 * textmodes/reftex.el (reftex-get-file-buffer-force):
20648 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20649 * emulation/viper.el (viper-go-away, viper-set-hooks):
20650 * emacs-lisp/re-builder.el (re-builder-unload-function):
20651 * emacs-lisp/bytecomp.el (byte-compile-file):
20652 * ses.el (ses-unload-function):
20653 * hexl.el (hexl-find-file):
20654 * files.el (normal-mode):
20655 * ehelp.el (with-electric-help):
20656 * autoinsert.el (auto-insert-alist):
20657 * arc-mode.el (archive-mode):
20658 Use (default-value 'major-mode) instead of default-major-mode.
20659
72f16325
SM
20660 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20661 * international/mule.el (load-with-code-conversion):
20662 * emacs-lisp/debug.el (debug):
20663 * ediff-vers.el (ediff-rcs-get-output-buffer):
20664 * dired.el (dired-internal-noselect): Don't let-bind
20665 default-major-mode around code that doesn't use it.
20666 E.g. buffer creation via get-buffer-create doesn't use it.
20667
aa485f7c
MA
206682009-08-28 Michael Albinus <michael.albinus@gmx.de>
20669
20670 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20671 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20672 when writing the temp file. Otherwise, epa-file gets confused.
20673 (tramp-register-file-name-handlers): Make it a defun. Move also
20674 `epa-file-handler' to the front of `file-name-handler-alist'.
20675
206762009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20677
20678 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20679 start right after a ^M.
20680 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20681 (tramp-completion-file-name-regexp-separate)
20682 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20683 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20684 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20685 (tramp-completion-file-name-handler): Apply the checks here,
20686 instead during registration.
88b5a757 20687 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20688 `tramp-register-file-name-handler'. Register both
20689 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20690 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20691
3f0c2b92
NR
206922009-08-28 Nick Roberts <nickrob@snap.net.nz>
20693
72f16325
SM
20694 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20695 Remove variable ...
3f0c2b92
NR
20696 (gdb-init-1, gdb-display-separate-io-buffer)
20697 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20698 references to it.
20699 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20700 (gdb-inferior-filter): Use comint-output-filter to stop
20701 echoing and remove ^M characters.
20702
705e5bd9
SM
207032009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20704
009fdc2e
SM
20705 * emulation/viper-init.el (viper-restore-cursor-type):
20706 * emulation/cua-base.el (cua--update-indications):
20707 Replace default-cursor-type with (default-value 'cursor-type).
20708
b56a5ae0
SM
20709 * mail/sendmail.el (mail-recover-1):
20710 * international/mule-diag.el (describe-current-coding-system-briefly)
20711 (describe-current-coding-system):
20712 * international/mule-cmds.el (select-safe-coding-system)
20713 (select-message-coding-system)
20714 (set-language-environment-coding-systems, set-locale-environment):
20715 * hexl.el (hexl-insert-multibyte-char):
20716 * dos-w32.el (find-buffer-file-type-coding-system):
20717 * simple.el (what-cursor-position):
20718 Replace uses of default-buffer-file-coding-system
20719 with (default-value 'buffer-file-coding-system).
20720
de70529f
SM
20721 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20722 Replace uses of default-cursor-in-non-selected-windows
20723 with (default-value 'cursor-in-non-selected-windows).
20724 Use with-current-buffer.
20725
705e5bd9
SM
20726 * mail/feedmail.el: Use CL macros.
20727 (feedmail-run-the-queue, feedmail-send-it-immediately):
20728 * dos-w32.el (find-buffer-file-type): Replace uses of
20729 default-buffer-file-type with (default-value 'buffer-file-type).
20730
4d985ac2
GM
207312009-08-28 Glenn Morris <rgm@gnu.org>
20732
20733 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20734 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20735 Use default-value of major-mode rather than default-major-mode.
20736
17c15b81
SM
207372009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20738
3a68ab06
SM
20739 * Makefile.in (update-elcfiles): Report left over elc files.
20740
9421bdd1
SM
20741 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20742 expand-file-name and with-current-buffer.
20743 (mail-get-names, mail-directory): Use with-current-buffer.
20744
17c15b81
SM
20745 * vc.el (vc-read-revision): New function.
20746 (vc-version-diff, vc-merge): Use it.
20747
ba83a64e
SS
207482009-08-27 Sam Steingold <sds@gnu.org>
20749
20750 * simple.el (kill-do-not-save-duplicates): New user option.
20751 (kill-new): When it is non-nil, and the new string is the same as
20752 the latest kill, set replace to t to avoid duplicates in kill-ring.
20753
be3e598a 207542009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20755
20756 * net/tramp.el (tramp-handle-process-file): Do not flush all
20757 caches when `process-file-side-effects' is set.
20758 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20759 instead of `tramp-find-file-exists-command'.
20760 Unset `process-file-side-effects'.
d5b5c94a
MA
20761
207622009-08-27 Michael Albinus <michael.albinus@gmx.de>
20763
20764 * net/tramp.el (tramp-methods): New method "rsyncc".
20765 (top): Add completion function for "rsyncc".
20766 (tramp-message-show-message): New defvar.
20767 (tramp-message, tramp-error): Use it.
20768 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20769 remote copying.
20770 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20771 `tramp-methods' entry `copy-env' of "rsyncc".
20772 (tramp-vc-registered-read-file-names): New defconst.
20773 (tramp-vc-registered-file-names): New defvar.
20774 (tramp-handle-vc-registered): Implement optimization strategy.
20775 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20776 (tramp-vc-file-name-handler): New defun.
20777 (tramp-get-ls-command, tramp-get-test-command)
20778 (tramp-get-file-exists-command, tramp-get-remote-ln)
20779 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20780 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20781
20782 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20783 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20784 timestamps.
20785 (tramp-get-file-property): Check for timestamps in
20786 `tramp-cache-inhibit-cache'.
20787 (tramp-set-file-property): Write timestamp.
20788
1339cf20
KH
207892009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20790
20791 * language/japan-util.el (japanese-symbol-table): Add entries for
20792 cp932-2-byte.
20793
20794 * international/characters.el: Add category `j' to cp932-2-byte.
20795
726e3f1d
KH
207962009-08-27 Kenichi Handa <handa@m17n.org>
20797
20798 * international/fontset.el (build-default-fontset-data): New macro.
20799 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20800 tibetan, ethiopic, and ipa.
726e3f1d 20801
4e3b4528
SM
208022009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20803
20804 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20805 (enable-multibyte-characters): Not customizable any more.
20806
20807 * subr.el (default-mode-line-format, default-header-line-format)
20808 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20809 (default-direction-reversed, default-truncate-lines)
20810 (default-left-margin, default-tab-width, default-case-fold-search)
20811 (default-left-margin-width, default-right-margin-width)
20812 (default-left-fringe-width, default-right-fringe-width)
20813 (default-fringes-outside-margins, default-scroll-bar-width)
20814 (default-vertical-scroll-bar, default-indicate-empty-lines)
20815 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20816 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20817 (default-scroll-down-aggressively, default-fill-column)
20818 (default-cursor-type, default-buffer-file-type)
20819 (default-cursor-in-non-selected-windows)
20820 (default-buffer-file-coding-system, default-major-mode)
20821 (default-enable-multibyte-characters): Mark as obsolete.
20822
b3cca6a6
DN
208232009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20824
652cc1a2
DN
20825 * vc-dir.el (vc-dir-update): Remove debug helper.
20826
b3cca6a6
DN
20827 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20828
4ed8c7aa
SS
208292009-08-26 Sam Steingold <sds@gnu.org>
20830
20831 * simple.el (save-interprogram-paste-before-kill): New user option.
20832 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20833 save the interprogram-paste into kill-ring before overriding it
20834 with the Emacs kill.
20835
3b64d86b
DN
208362009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20837
20838 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20839 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20840 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20841 and move to vc-rcs.el.
20842 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20843 move to vc-rcs.el.
20844 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20845 (vc-rcs-update-changelog): Remove.
20846 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20847 and move to vc-rcs.el.
20848
20849 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20850 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20851 renaming.
20852 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20853 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20854 vc.el, renamed to be RCS specific.
20855
72f16325
SM
20856 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20857 New functions.
20858 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20859
20860 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20861 New functions.
20862
636a36a0
SM
208632009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20864
20865 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20866
239b3340
DN
208672009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20868
b91f0762 20869 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20870 (vc-git-stash, vc-git-stash-show): New functions.
20871 (vc-git-extra-menu-map): Bind them.
b91f0762 20872
b8e54362
DN
20873 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20874 directory correctly in case the item is a directory itself.
20875
239b3340
DN
20876 * vc.el: Document the desired behavior for reverted files in the
20877 `added' state.
dc810649
DN
20878 (vc-default-prettify-state-info): Remove function, unused.
20879
20880 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20881
e49c0179
GM
208822009-08-26 Glenn Morris <rgm@gnu.org>
20883
20884 * bindings.el (standard-mode-line-format): Reposition dashes in
20885 which-func entry. (Bug#4217)
20886
3029e594
GM
20887 * files.el (enable-local-variables, enable-local-eval)
20888 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20889 the defcustoms.
20890 (auto-mode-alist, ignored-local-variables)
20891 (save-some-buffers-action-alist): Move risky declarations to the
20892 definitions.
20893 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20894 (font-lock-defaults, format-alist, imenu--index-alist)
20895 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20896 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20897 (mode-line-modified, mode-line-mule-info, mode-line-position)
20898 (mode-line-process, mode-line-remote, outline-level)
20899 (parse-time-rules, rmail-output-file-alist)
20900 (special-display-buffer-names, vc-mode):
20901 Move risky declarations to the relevant files.
72f16325
SM
20902 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20903 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20904 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20905 * font-core.el (font-lock-defaults):
20906 * format.el (format-alist):
20907 * vc-hooks.el (vc-mode):
20908 * window.el (special-display-buffer-names):
20909 * international/mule-cmds.el (input-method-alist):
20910 Define riskiness here (dumped file) rather than in files.el.
20911 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20912 * imenu.el (imenu-generic-expression, imenu--index-alist):
20913 * outline.el (outline-level):
20914 * time.el (display-time-string):
20915 * calendar/parse-time.el (parse-time-rules):
20916 * mail/rmailout.el (rmail-output-file-alist):
20917 Autoload riskiness here, rather than placing in files.el.
20918
8476cfaf
SM
209192009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20920
20921 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20922
0b35b48e
MA
209232009-08-25 Michael Albinus <michael.albinus@gmx.de>
20924
20925 * simple.el (process-file-side-effects): New defvar.
20926
20927 * dired-aux.el (dired-show-file-type):
20928 * vc.el (vc-diff-internal):
20929 * vc-arch.el (vc-arch-diff):
20930 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20931 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20932 * vc-git.el (vc-git-registered, vc-git-working-revision)
20933 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20934 (vc-git--empty-db-p):
20935 * vc-hooks.el (vc-user-login-name):
20936 * vc-svn.el (vc-svn-registered, vc-svn-state)
20937 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20938 * progmodes/grep.el (grep-probe): Let-bind
20939 `process-file-side-effects' with nil.
20940
20941 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20942
20943 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20944 daemon. Replace ping by checking for running service for bluez
20945 and zeroconf. (Bug#4239)
20946
d54cc599
GM
209472009-08-25 Kevin Ryde <user42@zip.com.au>
20948
20949 * net/dig.el (dig): Add autoload cookie.
20950
7bfd055d
GM
209512009-08-25 Glenn Morris <rgm@gnu.org>
20952
bac9c66c
GM
20953 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20954 load-history for absolute file-names.
20955 (byte-compile-file-form-require): Warn about use of the cl package.
20956
7bfd055d
GM
20957 * format.el (format-alist): Doc fix.
20958
5ac1f9e0
GM
20959 * play/bubbles.el (top-level): Don't require cl at run-time.
20960
af62aa88
GM
20961 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20962 run-time cl).
20963
71e036af
DD
209642009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20965
20966 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20967 from cl package.
20968 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20969
42110eaf
JB
209702009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20971
20972 * calc/calc-alg.el (math-trig-rewrite)
20973 (math-hyperbolic-trig-rewrite): New functions.
20974 (calc-simplify): Simplify trig functions when asked.
20975
88421f3e
SM
209762009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20977
20978 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20979
dbd9624e
KH
209802009-08-24 Kenichi Handa <handa@m17n.org>
20981
20982 * language/ind-util.el (mapthread): Delete it.
20983 (combinatorial): New function.
20984 (indian--puthash-cv): Use combinatorial instead of mapthread.
20985
9b89e3ee
GM
209862009-08-22 Kevin Ryde <user42@zip.com.au>
20987
20988 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20989 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20990 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20991 Clarify docstring that the value is strings not symbols.
20992 (checkdoc-list-of-strings-p): New function.
20993
e6ce8c42
GM
209942009-08-22 Glenn Morris <rgm@gnu.org>
20995
2ddf2ea6 20996 * files.el (auto-mode-alist):
a3374680
GM
20997 * hippie-exp.el (he-concat-directory-file-name):
20998 * lpr.el (lpr-windows-system, printer-name):
20999 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21000 * ps-print.el (ps-windows-system):
21001 * startup.el (command-line):
21002 * emulation/viper-ex.el (viper-glob-function):
21003 * international/mule-cmds.el (set-language-environment-coding-systems):
21004 * net/ange-ftp.el (ange-ftp-write-region):
21005 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 21006 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
21007 unisoft-unix, vax-vms, win32, w32.
21008
977955fa
GM
21009 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21010 given name if the pattern is not more specific.
21011
b4deec2e
GM
21012 * calendar/lunar.el (lunar-phase-names): New option.
21013 (lunar-phase): Doc fix.
21014 (lunar-cycles-per-year): New constant.
21015 (lunar-index): New function.
21016 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21017 (lunar-phase-name): Use lunar-phase-names.
21018 (calendar-lunar-phases): Use format.
21019 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21020
47e83968
GM
21021 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21022 Copy imenu-example--name-and-position function here for own use.
21023 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21024
e6ce8c42
GM
21025 * bs.el (bs--redisplay):
21026 * cus-edit.el (custom-redraw):
21027 * ibuffer.el (ibuffer-bury-buffer):
21028 * server.el (server-goto-line-column):
21029 * startup.el (command-line-1):
21030 * strokes.el (strokes-xpm-for-stroke):
21031 * term.el (term-display-buffer-line):
21032 * view.el (View-goto-line):
21033 * calc/calc.el (calc-do, calc-trail-buffer):
21034 * play/gamegrid.el (gamegrid-add-score-insecure):
21035 * progmodes/ada-mode.el (ada-compile-goto-error):
21036 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21037 (ebrowse-select-1st-to-9nth):
47e83968 21038 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
21039 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21040 * progmodes/gud.el (gud-display-line):
21041 (idlwave-shell-display-line):
21042 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21043 * progmodes/make-mode.el (makefile-browser-toggle):
21044 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21045 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21046 * textmodes/picture.el (picture-draw-rectangle):
21047 * textmodes/reftex-index.el (reftex-index-goto-letter):
21048 (reftex-select-jump-to-previous):
21049 * textmodes/reftex-sel.el (reftex-find-start-point)
21050 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21051 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21052 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21053 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21054 * textmodes/two-column.el (2C-associated-buffer):
21055 Use forward-line rather than goto-line.
21056
21057 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21058 goto-line.
21059
4b18bdb3
GM
21060 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21061 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21062 (quick-check-list-to-regexp): Declare.
e6ce8c42 21063
72f16325
SM
21064 * progmodes/make-mode.el (makefile-browser-insert-selection):
21065 Use goto-char rather than goto-line.
e6ce8c42
GM
21066
21067 * progmodes/prolog.el (compilation-error-regexp-alist)
21068 (compilation-forget-errors): Declare.
21069
32a2cf25
JL
210702009-08-22 Juri Linkov <juri@jurta.org>
21071
21072 * progmodes/grep.el (lgrep, rgrep): At the beginning
21073 set `dir' to `default-directory' unless `dir' is a non-nil
21074 readable directory. (Bug#4052)
21075 (lgrep, rgrep): Change a weird way to report an error
21076 from using `read-string' to using `error'.
21077 Instead of using interactive arguments in the function body,
21078 add new argument `confirm'.
21079
5443c9b7
SM
210802009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21081
cb5b40ee
SM
21082 * textmodes/remember.el (remember-buffer):
21083 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21084 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21085 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
21086 * net/newst-treeview.el (newsticker-groups-filename):
21087 * net/newst-backend.el (newsticker-cache-filename):
21088 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21089 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21090 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21091 (speedbar-buffers-line-path, speedbar-path-line)
21092 (speedbar-buffers-line-path):
21093 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21094 (epg-sign-keys):
21095 * epa.el (epa-display-verify-result):
21096 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21097
d6261cc1
GM
210982009-08-21 Glenn Morris <rgm@gnu.org>
21099
3e1ea342
GM
21100 * progmodes/js.el (inferior-moz-process): Fix declaration.
21101
ce86eeb5
GM
21102 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21103
fff28970
GM
21104 * obsolete/rnewspost.el (news-mail-reply):
21105 Use goto-char rather than goto-line.
21106
d93e053b
GM
21107 * term/ns-win.el (ns-open-file-select-line):
21108 Use line-beginning-position rather than goto-line.
21109
d5d105e8
GM
21110 * apropos.el (apropos-command):
21111 * ehelp.el (electric-helpify):
21112 * printing.el (pr-show-setup):
21113 * strokes.el (strokes-help):
21114 * tutorial.el (tutorial--describe-nonstandard-key)
21115 (tutorial--detailed-help):
21116 * woman.el (woman-mini-help, woman-display-extended-fonts):
21117 * calc/calc-help.el (calc-describe-key):
21118 * emulation/edt.el (edt-electric-helpify):
21119 * international/mule-diag.el (mule-diag):
21120 * play/yow.el (apropos-zippy):
21121 * progmodes/python.el (python-describe-symbol):
21122 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21123 * textmodes/table.el (*table--cell-describe-mode)
21124 (*table--cell-describe-bindings):
21125 Use help-print-return-message rather than the now obsolete alias.
21126
a8ab722f 21127 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
21128 (calendar-cursor-to-visible-date):
21129 * play/5x5.el (5x5-position-cursor):
21130 * play/decipher.el (decipher):
21131 * play/gomoku.el (gomoku-goto-xy):
21132 * play/landmark.el (lm-goto-xy):
21133 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21134 (mpuz-paint-digit):
21135 Use forward-line, not goto-line.
a8ab722f 21136
d6261cc1
GM
21137 * mail/rmail.el (rmail-obsolete): Delete custom group.
21138 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21139 (rmail-remote-password, rmail-remote-password-required):
21140 Remove unneeded :set-after and :set properties.
21141
9e846523
MA
211422009-08-21 Michael Albinus <michael.albinus@gmx.de>
21143
21144 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21145
bbe1f502
DN
211462009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21147
bcc5db24
DN
21148 * loadup.el: Remove leftover macos code.
21149
bbe1f502
DN
21150 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21151 Explicitly pass the date format to git blame so that user local
21152 so that the output format can be parsed.
21153
6fd2d19a
MA
211542009-08-20 Michael Albinus <michael.albinus@gmx.de>
21155
21156 * net/dbus.el (top): Don't check for (getenv
21157 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21158
31764e15
SM
211592009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21160
21161 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 21162 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 21163
28930e39
SM
211642009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21165
4fd15622 21166 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 21167 Bug#3287.
4fd15622 21168
b3d8e4a0
SM
21169 * help.el (help-print-return-message): Rename from
21170 print-help-return-message.
21171
c9829c70
SM
21172 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21173 cvs-mode-map parent hack.
21174 (log-view-mode): Derive from special-mode.
21175
b932657b
SM
21176 * linum.el (linum-mode): window-size-change-functions is redundant.
21177 Adapt to new window-configuration-change-hook behavior.
21178 (linum-after-size, linum-after-config): Remove.
21179
1b700bca
SM
21180 * imenu.el (imenu-example--name-and-position)
21181 (imenu-example--lisp-extract-index-name)
21182 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21183 Mark as obsolete.
21184
28930e39
SM
21185 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21186 (inferior-prolog-mode): Use it.
21187 (inferior-prolog-load-file): Reset list of errors.
21188
c9af0b68
KH
211892009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21190
21191 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21192
21193 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21194
720c7cd6
MA
211952009-08-19 Michael Albinus <michael.albinus@gmx.de>
21196
21197 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21198 is running already.
21199
03a74b84
SM
212002009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21201
21202 * subr.el (listify-key-sequence-1): Use normal syntax since those
21203 integers are nowadays always represented by the same (positive) number
21204 on all platforms.
21205 (read-key-empty-map): New const.
21206 (read-key-delay): New var.
21207 (read-key): New function.
21208 (force-mode-line-update): Use with-current-buffer.
21209 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21210 (start-process-shell-command, start-file-process-shell-command):
21211 Discourage the use of command-args.
21212
f43e88d4
GM
212132009-08-19 Glenn Morris <rgm@gnu.org>
21214
21215 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21216
890429cc
SM
212172009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21218
85be9ec4
SM
21219 * simple.el (choose-completion-string): Don't rely on
21220 minibuffer-completing-file-name and ad-hoc checks to decide whether
21221 to continue completion or not.
21222
890429cc
SM
21223 * minibuffer.el (minibuffer-hide-completions): New function.
21224 (completion--do-completion): Use it.
21225 (completions-annotations): New face.
21226 (completion--insert-strings): Use it.
21227 (completion-pcm--delim-wild-regex): Add docstring.
21228 (completion-pcm--string->pattern): Add support for 0-width delimiters
21229 in completion-pcm--delim-wild-regex.
21230
265d4549
SM
212312009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21232
d440b941
SM
21233 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21234 Remove unused var `buffer-modified-p'.
21235
265d4549
SM
21236 * minibuffer.el (completion--do-completion): Move point for the #b001
21237 case as well (bug#4176).
21238 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21239
ba6f7d86
MA
212402009-08-18 Michael Albinus <michael.albinus@gmx.de>
21241
21242 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21243 and :session buses.
21244
98819490
KH
212452009-08-18 Kenichi Handa <handa@m17n.org>
21246
265d4549
SM
21247 * international/ucs-normalize.el (ucs-normalize-version):
21248 Change to 1.1.
58627cf0
KH
21249 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21250 (utf-8-hfs): Make it perform normalization on encoding too.
21251
98819490
KH
21252 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21253 (sentence-end-without-space): Delete duplicated chars.
21254 (sentence-end-base): Likewise.
e739cc85
KH
21255
21256 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21257 (html-mode): Delete duplicated chars from sentence-end-base.
21258
21259 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21260 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21261
645b9326
CY
212622009-08-17 Chong Yidong <cyd@stupidchicken.com>
21263
21264 * files.el (hack-one-local-variable): If the mode function is for
21265 a minor mode, pass it an argument (Bug#4148).
21266
56c195af
MA
212672009-08-17 Michael Albinus <michael.albinus@gmx.de>
21268
21269 * net/tramp.el (tramp-register-completion-file-name-handler):
21270 Check also for (member 'partial-completion completion-styles).
21271
7a55c78b
CY
212722009-08-16 Chong Yidong <cyd@stupidchicken.com>
21273
21274 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21275 abbrev (Bug#3943).
21276
be3e598a 212772009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21278
21279 * progmodes/cperl-mode.el: Merge upstream 6.2.
21280 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21281 (cperl-forward-re): Check cperl-brace-recursing.
21282 (cperl-highlight-charclass): New function.
21283 (cperl-find-pods-heres): Use it.
31cd2dd4 21284 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21285 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21286 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21287 (cperl-beautify-level): Don't process entire regexp.
21288 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21289 calling man.
21290 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21291 (cperl-init-faces): Build a list in the normal way.
21292
81b1f9c9
CY
212932009-08-16 Chong Yidong <cyd@stupidchicken.com>
21294
21295 * calendar/parse-time.el (parse-time-string-chars): Save match
21296 data.
21297
c3732cb8
SM
212982009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21299
55659495
SM
21300 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21301 (sql-product): Use it.
21302 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21303 (sql-set-product): Add completion.
21304 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21305 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21306 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21307 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21308 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21309 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21310 (sql-highlight-db2-keywords): Remove.
21311 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21312 (sql-highlight-product): Use derived-mode-p.
21313 (sql-set-sqli-buffer): Use with-current-buffer.
21314 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21315 Simplify.
21316
1ae79427
SM
21317 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21318
c3732cb8
SM
21319 * term.el: Fix commenting convention, turn comments into docstrings.
21320
f24b8bf3
CY
213212009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21322
21323 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21324
7b6fefac 213252009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21326
1200ac26 21327 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21328 character classes, to handle non-ascii characters (Bug#3190).
21329
213302009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21331
1abbe4e5
CY
21332 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21333 another heredoc if the user adds another < (Bug#3226).
21334
c3732cb8
SM
21335 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21336 Don't initialize based on window-system (Bug#4124).
19261da4 21337
daad00fc
CY
21338 * facemenu.el (facemenu-read-color): Use a completion function
21339 that accepts any defined color, such as RGB triplets (Bug#3677).
21340
e1bdde78
CY
21341 * files.el (get-free-disk-space): Change fallback default
21342 directory to /. Expand DIR argument before switching to fallback.
21343 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21344
9d73a99e
CY
213452009-08-15 Chong Yidong <cyd@stupidchicken.com>
21346
21347 * files.el (load-library): Doc fix.
21348
68b962d4 213492009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21350
953e0c1a 21351 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21352 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21353 incremental search string.
9d73a99e 21354
c3732cb8 21355 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21356 XEmacs.
9d73a99e 21357
c3732cb8
SM
21358 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21359 (ediff-merge-region-is-non-clash)
21360 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21361 Also check if the job is really a merge job.
9d73a99e 21362
c3732cb8 21363 * ediff.el (ediff-current-file): New function.
9d73a99e 21364
2e330adc
CY
213652009-08-15 Chong Yidong <cyd@stupidchicken.com>
21366
21367 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21368 conventions.
c3732cb8 21369 (js-insert-and-indent): Delete function.
2e330adc
CY
21370 (js-mode-map): Don't bind keys to js-insert-and-indent.
21371 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21372 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21373 (js-auto-indent-flag): Delete variable.
2e330adc 21374
17b5d0f7
CY
213752009-08-14 Chong Yidong <cyd@stupidchicken.com>
21376
c3732cb8
SM
21377 * progmodes/js.el: Remove proclaim statement.
21378 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21379
ba2d8894
CY
21380 * files.el (auto-mode-alist): Use js-mode for .js files.
21381
c3732cb8 21382 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21383
21384 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21385
21386 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21387
c3732cb8 21388 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21389
213902009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21391 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21392
21393 * progmodes/js.el: New file.
21394
b6377f1d
MH
213952009-08-14 Mark A. Hershberger <mah@everybody.org>
21396
21397 * timezone.el (timezone-parse-date): Add ability to understand ISO
21398 basic format (minimal separators) dates in addition to the
21399 already-supported extended format dates.
21400
bc0eef46
EZ
214012009-08-14 Eli Zaretskii <eliz@gnu.org>
21402
4e021e65
EZ
21403 * international/ucs-normalize.el: Add a `coding' file variable.
21404
bc0eef46
EZ
21405 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21406
53dab179
SS
214072009-08-14 Sam Steingold <sds@gnu.org>
21408
6801c38a 21409 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21410
6c58c39c
CY
214112009-08-13 Chong Yidong <cyd@stupidchicken.com>
21412
21413 * faces.el (help-argument-name): Define it here instead of
21414 help-fns.el, because in daemon mode help-fns.el may be loaded when
21415 faces are still uninitialized (Bug#1078).
21416
21417 * help-fns.el (help-argument-name): Move defface to faces.el.
21418
c7baf7e9
NR
214192009-08-13 Nick Roberts <nickrob@snap.net.nz>
21420
21421 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21422 create buffer with a pty but no process so that GDB can make the
21423 inferior the controlling process.
21424
9c40e995 214252009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21426
21427 * international/ucs-normalize.el: New file.
21428
8cdba32b
RS
214292009-08-13 Richard Stallman <rms@gnu.org>
21430
5c950923
RS
21431 * mail/rmail.el (rmail-get-attr-names):
21432 Accept an attribute header that is too short.
21433
76e1e40b
RS
21434 * mail/rmail.el (rmail-forget-messages):
21435 Ignore nil elt in rmail-message-vector. Use dotimes.
21436
1fc01b08
RS
21437 * progmodes/compile.el (compilation-goto-locus):
21438 Use next-error-move-function.
21439
8cdba32b
RS
21440 * simple.el (next-error-move-function): New variable.
21441
99910cf4
JL
214422009-08-12 Juri Linkov <juri@jurta.org>
21443
21444 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21445 always non-nil. (Bug#4052)
21446
21447 * replace.el (read-regexp): Return empty string when
21448 `default-value' is nil.
21449 (keep-lines-read-args): Don't use empty string as the
21450 default value for `read-regexp'. (Bug#2495)
21451
fc5bdf6c
JL
214522009-08-12 Juri Linkov <juri@jurta.org>
21453
21454 * international/mule-cmds.el (ucs-insert): Change arguments
21455 from `arg' to `character', `count', `inherit' to be the same
21456 as in `insert-char'. Doc fix. (Bug#4039)
21457
21458 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21459
77748848
JL
214602009-08-12 Juri Linkov <juri@jurta.org>
21461
21462 * files-x.el: New file.
21463
21464 * files.el: Move code that deals with adding/deleting
21465 file/directory-local variables to files-x.el.
21466
21467 * Makefile.in (ELCFILES): Add files-x.elc.
21468
c8a44c4e
DD
214692009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21470
27a9fd5a
DD
21471 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21472 to use `goto-line'.
21473 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21474 `goto-line'.
21475 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21476 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21477 threads list.
107ef54a 21478 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21479 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21480 (gdb-stopped): ...here so it's sent when first thread stops.
21481 (gdb-registers-handler-custom): Do nothing if register names are
21482 unknown yet.
27a9fd5a 21483
c8a44c4e
DD
21484 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21485 from `gdb-mi.el' to avoid extra tangling.
21486
21487 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21488 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21489 (gdb-update-gud-running): No extra fuss for updating frame number.
21490
dfd4e693
SM
214912009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21492
51c4341f
SM
21493 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21494 (describe-language-environment-map, setup-language-environment-map)
21495 (set-coding-system-map): Move initialization into declaration.
21496 (set-language-info-alist): Last arg to define-key-after can be skipped.
21497
21498 * international/quail.el (quail-completion-1): Simplify.
21499 (quail-define-rules): Use slightly more compact code.
21500 (quail-insert-decode-map): Propertize keys, compact columns.
21501
dfd4e693
SM
21502 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21503 Add goto-line.
21504
83326559
MB
215052009-08-10 Miles Bader <miles@gnu.org>
21506
21507 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21508 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21509 (js2-instance-member, js2-private-member, js2-private-function-call)
21510 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21511 (js2-magic-paren, js2-external-variable):
21512 Remove "-face" suffix from face names.
21513 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21514 (js2-highlight-undeclared-vars, js2-peek-token)
21515 (js2-parse-function-params, js2-mode-show-errors)
21516 (js2-mode-show-warnings, js2-make-magic-delimiter)
21517 (js2-mode-highlight-magic-parens): Update to use new face names.
21518
8e754ea2
MA
215192009-08-09 Michael Albinus <michael.albinus@gmx.de>
21520
21521 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21522 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21523
1c292fc7
CY
215242009-08-09 Chong Yidong <cyd@stupidchicken.com>
21525
18d433a7
CY
21526 * subr.el: Provide hashtable-print-readable.
21527
1c292fc7
CY
21528 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21529 hs-c-like-adjust-block-beginning.
21530 (hs-hide-block-at-point): Stop hiding at the beginning of
21531 hs-block-end-regexp (Bug#700).
21532
2db0ae07
DD
215332009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21534
21535 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21536 a macro.
21537 (gdb-registers-handler-custom): Do not fail when register names
21538 are unavailable.
21539
fe4740a6
DD
215402009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21541
21542 * progmodes/gdb-mi.el (gdb-control-all-threads)
21543 (gdb-control-current-thread): Interactive setters for
21544 `gdb-gud-control-all-threads' to use in menu.
21545 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21546 (gud-tool-bar-map): Add non-stop/A,T indicator.
21547 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21548
ce299d55
CY
215492009-08-08 Yoni Rabkin <yoni@rabkins.net>
21550
21551 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21552 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21553 (net-utils-mode): New mode for viewing diagnostic network output.
21554 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21555 (net-utils-run-simple): New function.
21556 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21557
7c4654ad
DD
215582009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21559
21560 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21561 (gdb-memory-set-address, def-gdb-set-positive-number)
21562 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21563 after changing settings.
21564 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21565 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21566 (gdb-registers-handler-custom): Print registers in right order and
21567 allow changing register values (only for current thread yet).
9cbac26b
DD
21568 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21569 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21570 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21571 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21572 Thread info in mode name.
9cbac26b 21573 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21574
0f25a277
EZ
215752009-08-08 Eli Zaretskii <eliz@gnu.org>
21576
21577 * mail/rmail.el (rmail-add-mbox-headers)
21578 (rmail-set-message-counters-counter): Search for
21579 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21580
b971be60
GM
215812009-08-08 Glenn Morris <rgm@gnu.org>
21582
21583 * Makefile.in (ELCFILES): Update.
21584
a35d3ad8
EZ
215852009-08-07 Eli Zaretskii <eliz@gnu.org>
21586
6a7662bb
BR
21587 * mail/sendmail.el (mail-yank-original):
21588 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21589 text is yanked.
21590
8b0bcc2e
EZ
21591 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21592 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21593 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21594 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21595 (calc-graph-init): Don't send -display and -geometry to
21596 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21597 running "pgnuplot -V" with shell-command-to-string.
21598
21599 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21600 the default.
21601
216022009-08-07 Eli Zaretskii <eliz@gnu.org>
21603
21604 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21605 org/org-latex.elc.
21606
3bca7ca5
DN
216072009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21608
3c53763c
DN
21609 * vc-dispatcher.el (vc-resynch-window): Update comment.
21610
3bca7ca5
DN
21611 * term.el (term-handle-ansi-escape): Add comments with the
21612 terminfo capabilities implemented.
21613
7b217360
DD
216142009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21615
5f9d345c 21616 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21617 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21618 (gdb-propertize-header): Move earlier.
21619 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21620 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21621 Refresh disassembly buffers only after threads list have been
21622 update.
21623 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21624 variables.
21625
b4d84ecf
JL
216262009-08-04 Juri Linkov <juri@jurta.org>
21627
21628 * files.el: Commands to add/delete file/directory-local variables.
21629 (read-file-local-variable, read-file-local-variable-value)
21630 (read-file-local-variable-mode, modify-file-local-variable)
21631 (modify-file-local-variable-prop-line)
21632 (modify-dir-local-variable): New functions.
21633 (add-file-local-variable, delete-file-local-variable)
21634 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21635 (add-dir-local-variable, delete-dir-local-variable)
21636 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21637 (copy-dir-locals-to-file-locals-prop-line): New commands.
21638
42da39c1
CY
216392009-08-04 Chong Yidong <cyd@stupidchicken.com>
21640
21641 * abbrev.el (insert-abbrev-table-description): Prettify output.
21642 Suggested by Karl Chen.
21643
98bf8494
DD
216442009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21645
78b9fb28 21646 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21647 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21648 (gdb-overlay-arrow-position, gdb-thread-position)
21649 (gdb-disassembly-position): Declare variables.
21650 (gdb-wait-for-pending): Function now.
21651 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21652 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21653 compilation goes smoothly.
21654 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21655 (gdb-non-stop-setting): New customization setting which replaces
21656 `gdb-non-stop' so changing it doesn't break active GDB session.
21657 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21658 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21659 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21660 (gdb-show-threads-by-default): New customization options.
21661 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21662 routines.
21663 (gdb-get-buffer-create): Send buffers update signal when they are
21664 created.
21665 (gdb-invalidate-locals, gdb-invalidate-registers)
21666 (gdb-invalidate-breakpoints)
21667 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21668 (gdb-invalidate-memory): Accept update signal.
21669 (gdb-current-context-command): Use --frame option.
21670 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21671 Implement `gdb-frame-number' selection logic.
21672 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21673 whether to show GUD toolbar buttons.
21674 (gdb-thread-exited): Unselect current thread when it exits.
21675 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21676 (gdb-mark-line): Routine which sets overlay arrow or inverses
21677 video on fringeless displays.
21678 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21679 to build aligned columns of data in GDB buffers and set text
21680 properties line-by-line.
21681 (gdb-invalidate-breakpoints)
21682 (gdb-breakpoints-list-handler-custom)
21683 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21684 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21685 (gdb-registers-handler-custom): Align data columns.
21686 (gdb-locals-handler-custom): Now prints data like in variable
21687 declarations.
21688 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21689 Remove confusing buttons.
78b9fb28
DD
21690 (gdb-invalidate-threads): Append --frame.
21691 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21692 between breakpoints/threads buffers.
21693 (gdb-set-window-buffer): Now can ignore dedicated windows.
21694 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21695 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21696 (def-gdb-thread-buffer-gud-command): Replaces
21697 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21698 for fine thread control.
21699 (gdb-preempt-existing-or-display-buffer): New function used to
21700 display bound buffers without breaking window layout.
21701 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21702 (gdb-select-frame): New version of `gdb-frames-select' which now
21703 sets `gdb-frame-number' so commands may use --frame option instead
21704 of inner debugger state.
21705 (gdb-frame-handler): Do not set `gdb-frame-number'.
21706 (gdb-threads-mode-map): Select threads with mouse.
21707
21708 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21709 avoid compilation warning.
21710 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21711 `gdb-show-stop-p`.
21712
566f3909
DD
21713 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21714 Argument `key' renamed to `buffer-type'.
21715 (gdb-current-context-buffer-name): Do not add thread info to
21716 buffer name when no thread is selected.
21717 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21718 command (bug 3794).
21719 (gdb-thread-selected): Handle `=thread-selected' notification.
21720 (gdb-wait-for-pending): New macro to deal with congestion problems.
21721 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21722 breakpoints.
7b6fefac
JB
21723 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21724 This fixes problem similar to one described in bug 3947.
566f3909
DD
21725 (gud-menu-map): More menu items.
21726 (gdb-init-1): Reset `gdb-thread-number' to nil.
21727
4a31122c
DD
21728 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21729 non-stop settings.
21730
21731 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21732 (gdb-current-context-command): Do not append --thread if
21733 `gdb-thread-number' is nil.
6a7662bb
BR
21734 (gdb-running-threads-count, gdb-stopped-threads-count):
21735 New variables.
4a31122c 21736 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21737 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21738 New customization options.
4a31122c
DD
21739 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21740 GUD commands.
7b6fefac 21741 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21742 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21743 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21744 set `gdb-thread-number' and update `gud-running' properly.
21745 (gdb-running): Update threads list when new threads appear.
21746 (gdb-stopped): Support non-stop operation and new thread switching
21747 logic.
21748 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21749 (gdb-json-partial-output): New set of JSON routines.
21750 (def-gdb-auto-update-trigger): New `signal-list' optional
21751 argument.
21752 (gdb-thread-list-handler-custom): Update `gud-running',
21753 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21754 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21755 (gdb-continue-thread, gdb-step-thread): New commands for fine
21756 thread execution control.
21757 (gud-menu-map): New menu items to switch non-stop options.
21758 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21759 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21760
21761 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21762 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21763 gdb-buffer-rules.
21764 (def-gdb-auto-update-handler): New nopreserve optional argument.
21765 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21766
88b5a757 21767 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21768 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21769 (gdb-parent-mode): New mode to derive other GDB modes from.
21770 (gdb-display-disassembly-for-thread)
21771 (gdb-frame-disassembly-for-thread): New commands for threads
21772 buffer.
21773
21774 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21775 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21776 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21777 (gdb-update): We now store all GDB buffers in a list so that they
21778 can be updated by traversing a list instead of calling invalidate
7b6fefac 21779 triggers explicitly.
a5c9f540
DD
21780 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21781 pair for GDB buffer.
21782 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21783 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21784 handle pending triggers.
21785 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21786 (def-gdb-thread-buffer-simple-command)
21787 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21788 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21789 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21790 New commands which show buffers bound to thread.
88b5a757 21791 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21792
7b6fefac
JB
21793 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21794 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21795 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21796 to (gud-comint-buffer) in *-buffer-name functions
21797 because (gdb-get-target-string) already does that.
21798 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21799 (gdb-changed-registers-handler): Rewritten without regexps.
21800
ba214964 21801 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21802 (gdb-thread-number): New variable.
21803 (gdb-current-context-command): New macro which adds --thread
21804 option to command.
7b6fefac 21805 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21806 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21807 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21808 (gdb-select-thread): New command which selects current thread.
21809 (gdb-invalidate-frames, gdb-invalidate-locals)
21810 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21811
2ac33804
MA
218122009-08-04 Michael Albinus <michael.albinus@gmx.de>
21813
21814 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21815 robust. (Bug#3977)
2ac33804
MA
21816 (tramp-handle-insert-file-contents): `unwind-protect' must be
21817 inside `with-parsed-tramp-file-name'.
21818
21819 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21820 fails.
21821
39d0296f
NR
218222009-08-03 Nick Roberts <nickrob@snap.net.nz>
21823
21824 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21825 directory if CLASSPATH is not set.
21826
adcbca53
MA
218272009-08-03 Michael Albinus <michael.albinus@gmx.de>
21828
7b6fefac
JB
21829 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21830 New defconst.
7ef849b6 21831 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21832
30924b0b
CY
218332009-08-02 Kevin Ryde <user42@zip.com.au>
21834
7b6fefac
JB
21835 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21836 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21837
b6ce92f1
CY
218382009-08-02 Chong Yidong <cyd@stupidchicken.com>
21839
d977a092
CY
21840 * select.el (x-set-selection): Doc fix (Bug#4021).
21841
21842 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21843
b6ce92f1
CY
21844 * help-fns.el (describe-variable): Treat list return values from
21845 dir-locals-find-file properly (Bug#4005).
21846
7b6fefac 218472009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21848
21849 * net/tramp.el (tramp-debug-message): Print also microseconds.
21850
218512009-08-02 Michael Albinus <michael.albinus@gmx.de>
21852
21853 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21854 or END is non-nil.
21855 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21856 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21857 format.
21858
5ce6e4f4 21859 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21860 (tramp-get-file-property): Use it.
21861
6a7662bb
BR
21862 * autorevert.el (auto-revert-handler):
21863 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21864
2aafe808
JR
218652009-08-02 Jason Rumney <jasonr@gnu.org>
21866
21867 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21868 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21869
e094097c
CY
218702009-08-02 Chong Yidong <cyd@stupidchicken.com>
21871
21872 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21873 (font-lock-variable-name-face, font-lock-constant-face):
21874 Darken the colors for light backgrounds.
e094097c 21875
de94f281
EZ
218762009-08-01 Eli Zaretskii <eliz@gnu.org>
21877
21878 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21879 month names. (Bug#3987)
21880
54b99340
CY
218812009-07-31 Chong Yidong <cyd@stupidchicken.com>
21882
21883 * simple.el (line-move-finish): Pass whole number to
21884 line-move-to-column.
34be836c 21885 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21886
38216c30
JB
218872009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21888
21889 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21890
c779896d
CY
218912009-07-29 Alan Mackenzie <acm@muc.de>
21892
21893 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21894
592ccae0
DD
218952009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21896
35edc6c6
DD
21897 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21898 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21899
5a9e3ab7
JB
219002009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21901
21902 * calc/calc.el (calc-mode-map): Add keybinding for
21903 `calc-transpose-lines'.
21904
7b6fefac 219052009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21906
21907 * calc/calc-misc.el (calc-transpose-lines): New function.
21908
905fb90e
MA
219092009-07-28 Michael Albinus <michael.albinus@gmx.de>
21910
21911 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21912 Simplify check for out-of-band methods.
21913 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21914 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21915
76e14464
DN
219162009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21917
21918 * vc-git.el (vc-git-checkin): Fix typo.
21919
6088b51f 219202009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21921
21922 * progmodes/js2-mode.el: New file.
21923
b85157fe
NR
219242009-07-28 Nick Roberts <nickrob@snap.net.nz>
21925
21926 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21927 (gud-menu-map): Adjust tooltip accordingly.
21928
d43c2b06
DN
219292009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21930
1c0f0c3b
DN
21931 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21932 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21933
d43c2b06
DN
21934 * add-log.el (change-log-mode-map): Add a menu.
21935
3dec5c36
MA
219362009-07-27 Michael Albinus <michael.albinus@gmx.de>
21937
21938 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21939 function returns nil.
21940 (dbus-handle-event): Handle special return value :ignore.
21941 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21942
5704140c
CY
219432009-07-26 Chong Yidong <cyd@stupidchicken.com>
21944
21945 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21946 it's not needed.
21947
3077d1f6
EZ
219482009-07-25 Eli Zaretskii <eliz@gnu.org>
21949
21950 Fix Bug#3888:
21951
21952 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21953
21954 * term/pc-win.el (x-display-name, x-colors)
21955 (x-select-enable-clipboard, x-select-text): Doc fix.
21956
21957 * term/common-win.el (x-display-name, x-colors): Doc fix.
21958
21959 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21960 (xw-defined-colors): Doc fix.
21961
21962 * w32-fns.el (x-select-text, x-setup-function-keys)
21963 (x-get-selection, x-set-selection): Doc fix.
21964
21965 * term/x-win.el (x-select-text, x-setup-function-keys)
21966 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21967
21968 * select.el (x-set-selection): Doc fix.
21969
51768bc8
MA
219702009-07-25 Michael Albinus <michael.albinus@gmx.de>
21971
21972 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21973 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21974 "IsNSSSupportAvailable" method is not available.
21975 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21976
b11c2874
KH
219772009-07-24 Kenichi Handa <handa@m17n.org>
21978
21979 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21980 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21981 (build-unicode-category-table): Fix range checks.
21982
ba83b7b6
DN
219832009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21984
21985 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21986 the buffer we try to sync is current when calling
21987 vc-resynch-buffer.
21988
21989 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21990 not show up to date files.
21991
7a8ae964
GM
219922009-07-24 Glenn Morris <rgm@gnu.org>
21993
21994 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21995 Add autoload cookies. If necessary, initialize.
21996 (elint-log): Handle non-file buffers.
21997 (elint-initialize): Add optional argument to reinitialize.
21998 (elint-find-builtin-variables): Save excursion.
21999
a707eb05
DN
220002009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22001
22002 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22003 for Lint.
22004
0a2ddfa6
DN
220052009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22006
d6a62b0d
DN
22007 * vc.el (vc-print-log-internal): New function, split out from ...
22008 (vc-print-log): ... here.
10b5dcad 22009 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 22010
0a2ddfa6
DN
22011 * vc-git.el (vc-git-add-signoff): New variable.
22012 (vc-git-checkin): Use it.
22013 (vc-git-toggle-signoff): New function.
22014 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
22015 (vc-git--run-command-string): Accept a nil FILE argument.
22016 (vc-git-stash-list): New function.
22017 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 22018
589a99f2
GM
220192009-07-23 Glenn Morris <rgm@gnu.org>
22020
22021 * help-fns.el (describe-variable): Describe ignored and risky local
22022 variables in a similar way to that in which we describe safe ones.
22023
22024 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22025 (byte-compile-output-file-form, byte-compile-output-docform)
22026 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22027 Give some more local variables with common names a "bytecomp-" prefix,
22028 so as not to shadow things during compilation.
22029 * emacs-lisp/cl-macs.el (load-time-value)
22030 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22031 `outbuffer' to `bytecomp-outbuffer'.
22032
22033 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22034 since the next two variables cover them automatically now.
22035 (elint-builtin-variables, elint-autoloaded-variables): New.
22036 (elint-unknown-builtin-args): Remove all members, since they can be
22037 parsed automatically now.
22038 (elint-extra-errors): New.
22039 (elint-env-add-env, elint-env-add-macro): Use cadr.
22040 (elint-current-buffer): Use or. Change final message.
22041 (elint-get-top-forms): Use line-end-position.
22042 (elint-init-env): Use cadr. Handle autoload, declare-function,
22043 and defalias.
22044 (elint-add-required-env): Doc fix. Use or. Standardize error.
22045 (regexp-assoc): Remove unused function.
22046 (elint-top-form): Set elint-current-pos, to record the start of the
22047 top-level form, for compilation-mode.
22048 (elint-form): Trap errors in macro expansion. Use dolist.
22049 (elint-unbound-variable): Use elint-builtin-variables and
22050 elint-autoloaded-variables.
22051 (elint-get-args): Use cadr, or.
22052 (elint-check-cond-form): Use dolist, cadr.
22053 (elint-check-condition-case-form): Doc fix. Use cadr.
22054 Use elint-extra-errors.
22055 (elint-log): New function.
22056 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22057 Distinguish errors and warnings.
22058 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22059 Use a bytecomp-style format.
22060 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22061 (elint-get-log-buffer): Use compilation mode. Disable undo.
22062 Don't truncate lines.
22063 (elint-initialize): Set builtin and autoloaded variable lists.
22064 Only process elint-unknown-builtin-args if non-nil.
22065 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22066 New functions.
22067 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22068
855b42a2
GM
220692009-07-22 Kevin Ryde <user42@zip.com.au>
22070
22071 * net/newst-backend.el (newsticker--parse-atom-1.0)
22072 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22073 (newsticker--parse-rss-1.0):
22074 * progmodes/idlwave.el (idlwave-mode):
22075 * progmodes/idlw-shell.el (idlwave-shell-mode):
22076 * progmodes/vera-mode.el (vera-mode):
22077 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22078 * progmodes/vhdl-mode.el (vhdl-mode):
22079 * textmodes/table.el (table-generate-source)
22080 (table--warn-incompatibility):
22081 Hyperlink urls in docstrings with URL `...'.
22082
fd413a37
GM
220832009-07-22 Glenn Morris <rgm@gnu.org>
22084
cb711556
GM
22085 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22086 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22087 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22088 Remove leading * from defcustom docs.
22089
fd413a37
GM
22090 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22091
22092 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22093 defcustom doc.
22094 (list-load-path-shadows): Optionally, just return shadows as a string.
22095
22096 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22097
a4f69701
CY
220982009-07-21 Chong Yidong <cyd@stupidchicken.com>
22099
6a7662bb
BR
22100 * mail/rmailedit.el (rmail-edit-mode):
22101 Use auto-save-include-big-deletions.
a4f69701 22102
6a7662bb
BR
22103 * mail/rmail.el (rmail-variables):
22104 Use auto-save-include-big-deletions.
a4f69701
CY
22105
22106 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22107 changes.
22108
ec06459c
JB
221092009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22110
22111 * calc/calc.el (calc-undo-length): New variable.
22112 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22113
b41b0976
RS
221142009-07-21 Richard Stallman <rms@gnu.org>
22115
22116 * files.el (auto-save-mode): Handle buffer-save-size = -2
22117 for toggling mode.
22118
4ed32706
GM
221192009-07-21 Glenn Morris <rgm@gnu.org>
22120
531b1264
GM
22121 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22122
55d27f41
GM
22123 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22124
02df3f4d
GM
22125 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22126 silence compiler. Instead...
22127 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22128 (ps-print-ensure-fontified): Update for above function name changes.
22129
fdd8417e
GM
22130 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22131 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22132 silence compiler. Instead...
22133 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22134 (mh-show-buffer): Only define for compiler.
22135 (pr-mh-current-message): Update for above function name changes.
22136
4ed32706
GM
22137 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22138 as an argument.
22139 (find-file-noselect, insert-file-1): Update for above change.
22140
22141 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22142
22143 * mail/mailclient.el (mailclient-send-it): Fix message.
22144
22145 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22146 (edebug-eval): Check cl-debug-env is bound.
22147 (print-level, print-circle): Don't redefine built-in variables.
22148
22149 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22150 (custom-print-vectors): Remove old comments from doc.
22151
22152 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22153 (emerge-version): Make the variable an obsolete alias for the
22154 emacs-version variable. Make the function obsolete.
22155 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22156 Emerge options, rather than merging in into the main Options menu.
22157 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22158 and auto advance modes. Disable edit/fast items when not relevant.
22159
86812144
CY
221602009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22161
22162 * term/vt420.el (terminal-init-vt420): Fix typo.
22163
6bb90094
SS
221642009-07-20 Sam Steingold <sds@gnu.org>
22165
22166 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22167 variable (removed from compile.el on 2004-03-11).
22168
42e0a725
CY
221692009-07-20 Chong Yidong <cyd@stupidchicken.com>
22170
22171 * files.el (hack-local-variables-filter): Fix last change.
22172
2ee20f24
JL
221732009-07-19 Juri Linkov <juri@jurta.org>
22174
22175 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22176 (dir-local-variables-alist): New buffer-local variable.
22177 (hack-local-variables-filter): If variable is not dir-local,
22178 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22179 because file-local overrides dir-local.
3570691b 22180 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
22181 Remove obsolete declaration.
22182 (hack-dir-local-variables): Add dir-local variable/value pair to
22183 `dir-local-variables-alist' and remove duplicates. Doc fix.
22184
22185 * help-fns.el (describe-variable): Add information about
22186 file-local and dir-local variables.
22187
89bf83cd
CY
221882009-07-19 Chong Yidong <cyd@stupidchicken.com>
22189
22190 * files.el (hack-local-variables-filter): Rewrite.
22191
1a8d3541
GM
221922009-07-19 Glenn Morris <rgm@gnu.org>
22193
d9e8a018
GM
22194 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22195 Silence compiler by only defining on XEmacs.
22196
da332cfb
GM
22197 * international/mule.el (auto-coding-regexp-alist): Only match
22198 BABYL... at the start of buffer, not of lines. (Bug#3790)
22199
1a8d3541
GM
22200 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22201 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22202 (cal-menu-context-mouse-menu): Doc fix.
22203
22204 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22205
22206 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22207
d842b103
JL
222082009-07-18 Juri Linkov <juri@jurta.org>
22209
22210 * info.el: Virtual Info keyword finder.
3570691b 22211 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22212 (Info-finder-file): New variable.
22213 (Info-finder-find-file): New function.
22214 (finder-known-keywords, finder-package-info)
22215 (find-library-name, lm-commentary): Use defvar and
22216 declare-function to silence compiler warnings.
22217 (Info-finder-find-node): New function.
22218 (info-finder): New command.
22219
22220 * subr.el (process-kill-buffer-query-function): New function.
22221 (add-hook)<kill-buffer-query-functions>: Add hook
22222 `process-kill-buffer-query-function'.
22223
10d37df7
AM
222242009-07-18 Alan Mackenzie <acm@muc.de>
22225
7b6fefac 22226 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22227 (c-postprocess-file-styles): Give invocation of `c-set-style'
22228 DONT-OVERRIDE parameter of t. Already set style variables will
22229 thus not be overridden by style settings given by `c-file-syle'.
22230
22231 * files.el (hack-local-variables-filter): Remove entries with
22232 duplicate keys from `file-local-variables-alist'.
22233
102e1a41
EZ
222342009-07-18 Eli Zaretskii <eliz@gnu.org>
22235
22236 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22237 x-set-selection if display-selections-p returns nil for the
22238 current frame.
22239
16f2e9fc
CY
222402009-07-18 Chong Yidong <cyd@stupidchicken.com>
22241
22242 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22243
f22693fc
EZ
222442009-07-18 Eli Zaretskii <eliz@gnu.org>
22245
a6c2c80c
EZ
22246 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22247 Accept nil in addition to a regexp.
22248 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22249 Accept nil in addition to a regexp.
22250 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22251 buffers that have an associated file. Handle nil values of
22252 desktop-buffers-not-to-save and desktop-files-not-to-save.
22253 (Bug#3833)
22254
f22693fc
EZ
22255 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22256 (x-disown-selection-internal): New functions.
22257
e456379a
NR
222582009-07-18 Nick Roberts <nickrob@snap.net.nz>
22259
22260 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22261 warning.
22262 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22263 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22264
0013b70f
CY
222652009-07-18 David De La Harpe Golden <david@harpegolden.net>
22266
22267 * simple.el (set-mark): Revert last change.
22268
0855c2ca
CY
222692009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22270
22271 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22272 rendering of pngs is not possible instead of messaging a long
22273 description.
22274
3f5c9cad
CY
222752009-07-17 David De La Harpe Golden <david@harpegolden.net>
22276
22277 * w32-fns.el (x-selection-owner-p): New function.
22278
22279 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22280 (mouse-yank-at-click, mouse-yank-primary):
22281 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22282 insertion.
3f5c9cad
CY
22283
22284 * simple.el (deactivate-mark, set-mark): Only save selection if we
22285 own it.
22286
1fc87f9b
KH
222872009-07-17 Kenichi Handa <handa@m17n.org>
22288
22289 * case-table.el (describe-buffer-case-table): Fix for the case
22290 that KEY is a cons.
22291
d56fdcd2
DN
222922009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22293
22294 * vc-rcs.el (vc-rcs-find-file-hook):
22295 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22296
bede3e9f
MA
222972009-07-16 Michael Albinus <michael.albinus@gmx.de>
22298
22299 * net/tramp.el (tramp-wait-for-output): Handle the case when
22300 commands do not return a newline but a null byte before the shell
22301 prompt. (Bug#3858)
22302
7653ca1d
YM
223032009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22304
22305 * term/ns-win.el (ns-set-alpha): Don't declare.
22306 (ns-set-background-alpha): Remove function.
22307
ed2a52e9
SM
223082009-07-16 Kevin Ryde <user42@zip.com.au>
22309
22310 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22311 y-or-n-p, for safety.
22312
7a907299
RS
223132009-07-16 Richard Stallman <rms@gnu.org>
22314
22315 * files.el (auto-save-mode): If buffer-saved-size is -2,
22316 don't clobber it.
22317
22318 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22319 (rmail-retry-ignored-headers): Add more uninteresting fields.
22320
c0db3477
CY
223212009-07-15 Jari Aalto <jari.aalto@cante.net>
22322
22323 * net/rcirc.el (rcirc): Use history variables.
22324 (rcirc-server-name-history, rcirc-nick-name-history)
22325 (rcirc-server-port-history): New variables.
22326
6c875452
KH
223272009-07-15 Kenichi Handa <handa@m17n.org>
22328
bf974dc9
KH
22329 * international/mule-cmds.el (set-language-environment-charset):
22330 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22331 ignore them.
22332
6c875452
KH
22333 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22334 Delete unibyte-display.
22335
2066b4fe
CY
223362009-07-15 Chong Yidong <cyd@stupidchicken.com>
22337
22338 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22339
f9be2e35
CY
223402009-07-15 Chong Yidong <cyd@stupidchicken.com>
22341
22342 * simple.el (deactivate-mark): Optional argument FORCE.
22343 (set-mark): Use deactivate-mark.
22344
22345 * info.el (Info-search): No need to check transient-mark-mode
22346 before calling deactivate-mark.
22347
22348 * select.el (x-set-selection): Doc fix.
22349 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22350 (xselect--selection-bounds): Handle buffer values.
22351 Suggested by David De La Harpe Golden.
f9be2e35 22352
6a7662bb
BR
22353 * mouse.el (mouse-set-region, mouse-drag-track):
22354 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22355 select-active-regions work.
22356
be3e598a 223572009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22358
22359 * simple.el (deactivate-mark): If select-active-regions is
22360 non-nil, copy the selection data into a string.
22361 (activate-mark): If select-active-regions is non-nil, set the
22362 selection to the current buffer.
22363 (set-mark): Update selection if select-active-regions is non-nil.
22364
22365 * select.el (x-valid-simple-selection-p): Allow buffer values.
22366
cbd61418
SM
223672009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22368
22369 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22370 and more featureful message-mode.
22371
f470187f
CY
223722009-07-14 Chong Yidong <cyd@stupidchicken.com>
22373
22374 * select.el (x-set-selection): Doc fix.
22375 (x-valid-simple-selection-p): Disallow selection data consisting
22376 of a list or cons of integers, since that is not used.
22377 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22378 (xselect-convert-to-string, xselect-convert-to-length)
22379 (xselect-convert-to-filename, xselect-convert-to-charpos)
22380 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22381
bfc99364
DD
223822009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22383
22384 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22385 output in -break-info command (Emacs bug #3794).
22386
e32721f5
GM
223872009-07-14 Glenn Morris <rgm@gnu.org>
22388
1e46f9e4
GM
22389 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22390 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22391 (edebug-print-length, edebug-print-level, edebug-print-circle)
22392 (edebug-sit-for-seconds, edebug-view-outside)
22393 (edebug-bounce-point, edebug-set-global-break-condition)
22394 (edebug-Go-nonstop-mode, edebug-trace-mode)
22395 (edebug-Trace-fast-mode, edebug-continue-mode)
22396 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22397 (edebug-visit-eval-list): Doc fixes.
22398
e32721f5
GM
22399 * subr.el (def-edebug-spec): Doc fix.
22400
66a85e76
KH
224012009-07-14 Kenichi Handa <handa@m17n.org>
22402
22403 * international/characters.el: Fix setting of category ?C.
22404
28571246
JD
224052009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22406
7b6fefac 22407 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22408 ns-popup-font-panel instead of generate-fontset-menu.
22409
5d74672c
EZ
224102009-07-12 Eli Zaretskii <eliz@gnu.org>
22411
7b6fefac 22412 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22413
eb1727a4
CY
224142009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22415
22416 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22417 the PK\003\004 header (Bug#3770).
22418
208384c5
CY
224192009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22420
22421 * pcomplete.el (pcomplete-comint-setup): Check for
22422 shell-dynamic-complete-filename too.
22423
774409a1
CY
224242009-07-11 Chong Yidong <cyd@stupidchicken.com>
22425
22426 * simple.el (temporary-goal-column): Change the value for
22427 line-move-visual to a cons cell.
22428 (line-move-visual): Record or set the window hscroll, if
22429 necessary (Bug#3494).
22430 (line-move-1): Handle cons value of temporary-goal-column.
22431
1639ee1d
KH
224322009-07-11 Kenichi Handa <handa@m17n.org>
22433
22434 * international/mule-diag.el (describe-character-set): Don't show
22435 width.
22436
2b1d2412
SS
224372009-07-10 Sam Steingold <sds@gnu.org>
22438
22439 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22440 Omake sometimes indents the errors it prints, so allow all
22441 regexps to start with spaces.
22442
ed3a5691
EZ
224432009-07-10 Eli Zaretskii <eliz@gnu.org>
22444
ed2a52e9
SM
22445 * cus-edit.el (customize-changed-options-previous-release):
22446 Bump value to 22.1. (Bug#3804)
ed3a5691 22447
49405d0e
SS
224482009-07-08 Sam Steingold <sds@gnu.org>
22449
22450 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22451 to be a cons cell (test . ignored-directory) to selectively ignore
22452 some directories depending on the location of the search.
22453
93c3eb7c
MA
224542009-07-08 Michael Albinus <michael.albinus@gmx.de>
22455
22456 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22457 remote user is root, on the local host.
22458 (tramp-local-host-p): Either the local user or the remote user
22459 must be root. (Bug#3771)
22460
6f2a8484
NR
224612009-07-08 Nick Roberts <nickrob@snap.net.nz>
22462
22463 * progmodes/gdb-mi.el (gdb): Remove description of
22464 gdb-use-separate-io-buffer.
69cb8d82 22465 (menu): Don't allow toggling of or enable
6f2a8484
NR
22466 gdb-use-separate-io-buffer from menubar.
22467
88d03607
CY
224682009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22469
22470 * mail/unrmail.el (unrmail): Make sure the message ends with two
22471 newlines (Bug#3769).
22472
7ef5b8b2
GM
224732009-07-08 Glenn Morris <rgm@gnu.org>
22474
22475 * calendar/calendar.el (calendar-current-date): Rework previous change.
22476
3ce82f97
GM
224772009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22478
22479 * calendar/calendar.el (calendar-current-date):
22480 Add an optional argument giving an offset from today.
22481
f35fc841
GM
224822009-07-08 Glenn Morris <rgm@gnu.org>
22483
22484 * tutorial.el (tutorial--describe-nonstandard-key):
22485 Adjust the message for when a key has been unbound.
22486 (help-with-tutorial): Hide the arch-tag.
22487
40149292
KH
224882009-07-08 Kenichi Handa <handa@m17n.org>
22489
69cb8d82
KH
22490 * international/fontset.el (setup-default-fontset): For each
22491 script, append (not set) font-specs.
22492
40149292
KH
22493 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22494 docstring.
22495
ff0c4194
NR
224962009-07-08 Nick Roberts <nickrob@snap.net.nz>
22497
22498 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22499 -data-list-register-names to ...
22500 (gdb-starting): ... here because GDB 7.0 requires execution to
22501 have started when using this MI command.
22502 (gdb-set-header): New function to distinguish select and
22503 unselected tabs in gdb buffers.
22504 (gdb-propertize-header): New macro that uses gdb-set-header.
22505 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22506 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22507
8954c675
CY
225082009-07-07 Chong Yidong <cyd@stupidchicken.com>
22509
22510 * Makefile.in (ELCFILES): Remove fadr.elc.
22511
0996385d
DD
225122009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22513
dc6b4519
DD
22514 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22515 may contain frame information, so `string-match' should be used.
22516 (gdb-update): Disassembly is invalidated through
22517 `gdb-get-selected-frame'.
22518 (gdb-pad-string): New function to pad string with spaces.
22519 (gdb-invalidate-disassembly): Invalidate only if the buffer
22520 exists.
22521 (gdb-disassembly-handler-custom): Column alignment.
22522 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22523 placing new ones.
22524 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22525 end of line, too.
22526 (gdb-frame-handler): Match convention to for disassembly buffer
22527 mode name.
17c1380b 22528 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22529 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22530 not highlight breakpoints without line information.
69a197a2 22531 (gdb-input): Add trailing newline to command.
dc6b4519 22532
14340b25
DD
22533 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22534 buffer properly.
22535 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22536 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22537 now.
22538 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22539 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22540 to place breakpoints.
14340b25
DD
22541 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22542 functions.
22543 (gdb-disassembly-handler-custom): Show overlay arrow.
22544 (gdb-disassembly-place-breakpoints): Show breakpoints in
22545 disassembly buffer.
22546 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22547 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22548 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22549 in `gud-menu-map'.
14340b25 22550
38d4f316 22551 * fadr.el: Remove.
1f2a6224 22552
7b6fefac 22553 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22554 (gdb-memory-address): New variable which holds top address of
7b6fefac 22555 memory page shown in memory buffer.
6a7662bb
BR
22556 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22557 New customization variables.
0996385d
DD
22558 New functions:
22559 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22560 display the memory buffer.
22561 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22562 buffer display parameters.
22563 (def-gdb-memory-format, gdb-memory-format-binary)
22564 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22565 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22566 Functions for setting memory buffer format.
22567 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22568 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22569 unit size used in memory buffer.
6a7662bb
BR
22570 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22571 Switch to next/previous page of memory buffer.
28d67a53 22572 Now using (bindat-get-field) instead of fadr functions.
0996385d 22573
9ba562d3
SS
225742009-07-07 Sam Steingold <sds@gnu.org>
22575
22576 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22577 non-top-level files.
22578
a43977db
KH
225792009-07-07 Kenichi Handa <handa@m17n.org>
22580
6a7662bb
BR
22581 * international/mule-cmds.el (reset-language-environment):
22582 Put the highset priority to the charset iso-8859-1.
a43977db 22583
d44d05e8
CY
225842009-07-06 Chong Yidong <cyd@stupidchicken.com>
22585
22586 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22587 to the end of the line when locating the block (Bug#700).
22588
3e2fa353
MA
225892009-07-06 Michael Albinus <michael.albinus@gmx.de>
22590
22591 * net/tramp.el (tramp-handle-write-region): Flush file properties
22592 in case of short track.
22593
be3e598a 225942009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22595
bf0b361c
JB
22596 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22597 Coded custom representation of verilog error regular expressions
22598 to work with Emacs-22's new format.
d88782c3 22599 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22600 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22601 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22602 error recognition into XEmacs.
22603 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22604 error recognition into Emacs-22.
22605
25c6f63e
CY
226062009-07-06 Chong Yidong <cyd@stupidchicken.com>
22607
22608 * woman.el: Remove stand-alone closing parentheses.
22609 (woman-file-name, woman2-format-paragraphs)
22610 (woman-leave-blank-lines): Code cleanup.
22611 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22612 (woman-italic, woman-bold, woman-unknown, woman-addition):
22613 Change defaults to inherit from default faces.
25c6f63e
CY
22614 (woman2-process-escapes): Consume the newline after a stand-alone
22615 filler character (Bug#3651).
22616
f176290e
GM
226172009-07-06 Glenn Morris <rgm@gnu.org>
22618
22619 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22620 (top-level): Move provide to the end.
22621 (ffap): Remove defunct URL from custom group.
22622
22623 * subr.el (eval-after-load): Doc fix.
22624
7b6fefac 226252009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22626
22627 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22628 `calc-embedded-word' is called twice.
22629
4b8b1ec5
SM
226302009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22631
22632 * files.el (find-alternate-file-other-window, find-alternate-file):
22633 Obey confirm-nonexistent-file-or-buffer.
22634
d6ceb380
MA
226352009-07-05 Michael Albinus <michael.albinus@gmx.de>
22636
22637 * dired-aux.el (dired-show-file-type): Handle remote files.
22638
be3e598a 226392009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22640
4b8b1ec5
SM
22641 * desktop.el (desktop-globals-to-save):
22642 Add file-name-history (Bug#2750).
c760f19e 22643
6d00ce04
CY
226442009-07-05 Chong Yidong <cyd@stupidchicken.com>
22645
4b8b1ec5 22646 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22647
6ee21b07
JB
226482009-07-04 Johan Bockgård <bojohan@gnu.org>
22649
22650 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22651 property on entire argument since this is what eshell-lisp-command
22652 expects.
22653
f0dbdc25
MA
226542009-07-03 Michael Albinus <michael.albinus@gmx.de>
22655
22656 * net/tramp-gvfs.el (tramp-gvfs-methods)
22657 (tramp-gvfs-zeroconf-domain)
22658 (tramp-bluez-discover-devices-timeout): Add version flag.
22659 (tramp-gvfs-handler-mounted-unmounted)
22660 (tramp-gvfs-connection-mounted-p): Polish handling of
22661 incompatibilities between GVFS 0.2 and 1.0.
22662
e044e4fc
JD
226632009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22664
4b8b1ec5 22665 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22666
2e9b968b
JB
226672009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22668
bf0b361c 22669 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22670 formatted correctly.
22671
baf1a55e
JL
226722009-07-02 Juri Linkov <juri@jurta.org>
22673
22674 * info.el: Virtual Info files and nodes.
22675 (Info-virtual-files, Info-virtual-nodes): New variables.
22676 (Info-current-node-virtual): New variable.
22677 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22678 New functions.
22679 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22680 to check for a virtual file instead of checking a fixed list
22681 of node names.
22682 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22683 instead of ad-hoc processing of "dir" and (apropos history toc).
22684 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22685 instead of ad-hoc processing of "dir" and (apropos history toc).
22686 Reread a file when moving from a virtual node.
22687 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22688 (Info-directory-toc-nodes, Info-directory-find-file)
22689 (Info-directory-find-node): New functions.
22690 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22691 (Info-history): Move part of code to
22692 `Info-history-find-node'.
22693 (Info-history-toc-nodes, Info-history-find-file)
22694 (Info-history-find-node): New functions.
22695 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22696 (Info-toc): Move part of code to `Info-toc-find-node'.
22697 (Info-toc-find-node): New function.
4b8b1ec5 22698 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22699 the current Info file name to references because now the node
22700 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22701 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22702 (Info-toc-nodes): Rename input argument `file' to `filename'.
22703 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22704 instead of ad-hoc processing of ("dir" apropos history toc).
22705 (Info-index-nodes): Use Info-virtual-file-p
22706 to check for a virtual file instead of checking a fixed list
22707 of node names.
22708 (Info-index-node): Add check for `Info-current-node-virtual'.
22709 Raise `save-match-data' higher up the tree to contain
22710 `search-forward' too (bug fix).
22711 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22712 (Info-virtual-index-nodes): New variable.
22713 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22714 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22715 (Info-apropos-file, Info-apropos-nodes): New variables.
22716 (Info-apropos-toc-nodes, Info-apropos-find-file)
22717 (Info-apropos-find-node, Info-apropos-matches): New functions.
22718 (info-apropos): Move part of code to `Info-apropos-find-node' and
22719 `Info-apropos-matches'.
22720 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22721 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22722 for a virtual file instead of checking a fixed list of node names.
22723
22724 * simple.el (async-shell-command): New command.
22725
22726 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22727
22728 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22729 instead of `mount-info'.
22730
d04bc496
MA
227312009-07-02 Michael Albinus <michael.albinus@gmx.de>
22732
22733 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22734 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22735
af0403e0
KH
227362009-07-02 Kenichi Handa <handa@m17n.org>
22737
22738 * international/mule.el (set-keyboard-coding-system): Force *-unix
22739 coding-system to avoid eol conversion.
22740
99278f8a
MA
227412009-07-01 Michael Albinus <michael.albinus@gmx.de>
22742
4b8b1ec5
SM
22743 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22744 Add handler for `process-file', `shell-command' and
99278f8a
MA
22745 `start-file-process'.
22746 (tramp-gvfs-handle-shell-command)
22747 (tramp-gvfs-handle-start-file-process)
22748 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22749 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22750
3f1c6666
JD
227512009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22752
22753 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22754
3f396bac
KH
227552009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22756
22757 * language/korean.el (set-language-info-alist): Add korean-cp949,
22758 cp949 to spec.
22759
c1185193
KH
227602009-07-01 Kenichi Handa <handa@m17n.org>
22761
22762 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22763
22764 * international/encoded-kb.el: Deleted.
22765
22766 * international/mule.el (set-keyboard-coding-system): Perform the
22767 necessary setup here instead of calling encoded-kbd-setup-display.
22768
3f150a60
GM
227692009-07-01 Glenn Morris <rgm@gnu.org>
22770
22771 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22772
b0d5b05b
GM
227732009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22774
22775 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22776
4f4126e6
MA
227772009-06-30 Michael Albinus <michael.albinus@gmx.de>
22778
4b8b1ec5
SM
22779 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22780 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22781 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22782
7ae3ea65 22783 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22784 (top): Add a default for "synce" in `tramp-default-user-alist'.
22785 Add completion function for "synce" method.
22786 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22787 (tramp-hal-interface-manager, tramp-hal-interface-device):
22788 New defconst.
22789 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22790 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22791 New defuns.
d6ceb380
MA
22792
22793 * net/trampver.el: Update release number.
7ae3ea65 22794
0ad6626b
KH
227952009-06-30 Kenichi Handa <handa@m17n.org>
22796
22797 * international/fontset.el (setup-default-fontset): Add CJK fonts
22798 for symbols and the other miscellaneous characters.
22799
4b8b1ec5
SM
22800 * language/korea-util.el (setup-korean-environment-internal):
22801 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22802 (exit-korean-environment): Cancel above.
22803
22804 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22805 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22806 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22807 environments, and an exit-function to cancel that.
22808
22809 * language/japan-util.el (setup-japanese-environment-internal):
22810 Call use-cjk-char-width-table with arg `ja_JP'.
22811
22812 * international/characters.el (cjk-char-width-table): Delete it.
22813 (cjk-char-width-table-list): New variable.
22814 (use-cjk-char-width-table): New arg local-name.
22815 (use-default-char-width-table): Fix for the case that Emacs is
22816 already using the default char-width-table.
22817
fd46e893
MA
228182009-06-29 Michael Albinus <michael.albinus@gmx.de>
22819
22820 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22821 modes mandatory. (Bug#3712)
22822
b87d9f96
AM
228232009-06-29 Alan Mackenzie <acm@muc.de>
22824
22825 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22826 correction between the visible width of TABs and their number of bytes.
b87d9f96 22827
2d25aa5a
CY
228282009-06-29 Chong Yidong <cyd@stupidchicken.com>
22829
22830 * server.el (server-buffer-done): Prevent kill-buffer from
22831 prompting by clearing the buffer modification flag (Bug#3696).
22832
a3a8b002
DN
228332009-06-28 Michael McNamara <mac@mail.brushroad.com>
22834
bf0b361c 22835 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22836 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22837 (verilog-basic-complete-re): Support localparam lineup.
22838 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22839 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22840 commenting.
22841 (verilog-leap-to-case-head): Now support *nested* unique &
22842 priority case statements.
22843 (verilog-auto-lineup): Make just declarations the default (as it
22844 had been).
4b8b1ec5 22845 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22846 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22847 select the various styles of automatic lineup.
a3a8b002
DN
22848 (verilog-error-regexp-alist): Rework to support the XEmacs style
22849 of error regular expressions from compilers, lint tools &
22850 simulators. Note that GNU Emacs has made it impossible for a mode
22851 to load such things.
22852 (electric-verilog-terminate-line, verilog-indent-declaration)
22853 (verilog-auto-wiure): Rework for radio button selection of
22854 auto-lineup selection of specification of auto lineup.
22855 (verilog-beg-of-statement-1): Redesign to support proper operation
22856 in additional code, based on testing with auto-lineup.
22857 (verilog-calculate-indent, assignments & declarations)
22858 (verilog-backward-token): Enhance to support auto-lineup of
22859 assignments & declarations.
22860 (verilog-in-directive-p, verilog-at-struct-p): New function for
22861 easy test of whether we are.
22862 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22863 to support safe execution at almost anyline.
22864 (verilog-calc-1): Properly support indenting deep inside generate
22865 blocks.
48c2d18a 22866 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22867 as it is redundant with font-lock-defaults.
a8f316ca 22868 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22869 to avoid circular calls if syntax-ppss is a function (as is the
22870 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22871 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22872 (verilog-ovm-begin-re, verilog-ovm-end-re)
22873 (verilog-ovm-statement-re, verilog-leap-to-head)
22874 (verilog-backward-token): Add support for OVM macros. Some are
22875 complete statements, and others open and close scopes like begin
22876 and end.
22877 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22878 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22879 compilation issue.
48c2d18a 22880 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22881 coverpoint, constraint and cross statements.
a3a8b002
DN
22882 (verilog-defun-level-list, verilog-generate-defun-level-list)
22883 (verilog-all-defun-level-list): Redo these specifications - it is
22884 too hard to support eval-when compile aggregation of lists also
22885 built at when-compile time.
22886 (verilog-defun-level-list): Place defconsts of variables used in
22887 building regular expressions which are built in eval-when-compile
22888 bodies in the same eval-when-compile body to facilitate compile
22889 without load.
22890 (verilog-beg-block-re-ordered): Support indenting
22891 virtual/protected tasks and functions.
7b6fefac 22892 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22893 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22894 indentation of some module items (generate items).
22895 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22896 across virtual/protected tasks and functions.
22897
228982009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22899
bf0b361c 22900 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22901 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22902 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22903 in concatenations. Reported by Yishay Belkind.
22904 (verilog-auto-ascii-enum): Support one-hot state machines in
22905 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22906 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22907 modport in AUTOINST and add vl-modport for users.
22908 Reported by David Rogoff.
a3a8b002
DN
22909 (verilog-auto-inout-module, verilog-auto-inst)
22910 (verilog-decls-get-interfaces, verilog-insert-definition)
22911 (verilog-insert-one-definition, verilog-read-decls)
22912 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22913 (verilog-sig-modport, verilog-signals-combine-bus)
22914 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22915 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22916 Suggested by David Rogoff.
22917 (verilog-repair-open-comma): Fix non-insertion of comma when
22918 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22919 (verilog-make-width-expression): Simplify [A-1:0] expression
22920 widths to just {A{1'b0}}.
22921 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22922 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22923 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22924 inputs/outputs or data type. Suggested by Vasu Kandadi.
22925 (next-error-last-buffer): Fix byte-compiler warning.
22926 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22927 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22928 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22929 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22930 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22931 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22932 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22933 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22934 causing use of <= assignments. Reported by Alex Reed.
22935 (verilog-read-decls): Fix triand, trior, wand, wor to be
22936 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22937 (verilog-extended-complete-re): Support import "DPI-C" functions.
22938 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22939 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22940 (verilog-insert-date, verilog-insert-year)
22941 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22942 Windows systems. Reported by Michael Potts.
22943 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22944 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22945 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22946 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22947 (verilog-read-decls): Fix detecting "parameter int" when using
22948 AUTOINSTPARAM. Reported by Bruce T.
22949 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22950 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22951 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22952 verilog-goto-defun will work. Reported by Lawrence Butcher.
22953 (verilog-getopt): Expand environment variables in -f file
22954 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22955 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22956 when reading enumerations.
22957 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22958 Suggested by Stephen Peltan.
4b8b1ec5 22959 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22960 files. Reported by Steve Peltan.
22961
f7c0d931
CY
229622009-06-28 David De La Harpe Golden <david@harpegolden.net>
22963
22964 * files.el (trash-directory): Fix defcustom type.
22965
baf1a55e 229662009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22967
22968 * help-fns.el (describe-function-1): Correctly locate adviced
22969 functions in hyperlink (Bug#2438).
22970
d63a01ef
CY
229712009-06-28 Chong Yidong <cyd@stupidchicken.com>
22972
22973 * files.el (trash-directory): Change default to nil.
22974 (move-file-to-trash): If trash-directory is nil and
22975 system-move-file-to-trash is unbound, perform freedesktop-style
22976 trashing.
22977
229782009-06-28 David De La Harpe Golden <david@harpegolden.net>
22979
22980 * files.el (move-file-to-trash): Add freedesktop trash
22981 support (Bug#973).
22982
fc2f6a26
GM
229832009-06-28 Glenn Morris <rgm@gnu.org>
22984
22985 * autorevert.el (global-auto-revert-non-file-buffers)
22986 (global-auto-revert-mode): Doc fixes.
22987
00242b07
JB
229882009-06-27 Johan Bockgård <bojohan@gnu.org>
22989
22990 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22991
f5594f03
CY
229922009-06-27 Chong Yidong <cyd@stupidchicken.com>
22993
e8a2b2da
CY
22994 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22995 opened an X connection before calling x-get-resource (Bug#3194).
22996
f5594f03
CY
22997 * play/doctor.el: Remove reference to obsolete website.
22998 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22999
3c3bf6ce
DN
230002009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23001
23002 Remove find-file-not-found-hook VC method. (Bug#2757)
23003 * vc-hooks.el (vc-file-not-found-hook)
23004 (vc-default-find-file-not-found-hook): Remove functions.
23005 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23006 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23007 * vc.el:
23008 * vc-hg.el:
23009 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23010
e26a7bc0
AM
230112009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23012
23013 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 23014 compatibility function for `looking-back'.
e26a7bc0 23015
4b8b1ec5 23016 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 23017 Use `ispell-looking-back'.
e26a7bc0 23018
d9848600
MA
230192009-06-24 Michael Albinus <michael.albinus@gmx.de>
23020
23021 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 23022 rather than `filename'.
d9848600 23023
05fbc4a9
MB
230242009-06-23 Miles Bader <miles@gnu.org>
23025
23026 * face-remap.el (text-scale-set): New function.
23027
f86ca715
GM
230282009-06-23 Glenn Morris <rgm@gnu.org>
23029
33e2c2e5
GM
23030 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23031
f529f302
GM
23032 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23033
34995333
GM
23034 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23035
cc80ccee
GM
23036 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23037
84cb770d
GM
23038 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23039 Simplify Persian conditionals.
23040
d916c965
GM
23041 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23042 variable `filename'.
23043
b6a44b27
GM
23044 * comint.el (comint-insert-input): Doc fix.
23045
f86ca715
GM
23046 * Makefile.in (ELCFILES): Fix typo in previous change.
23047
666e158e
MB
230482009-06-23 Miles Bader <miles@gnu.org>
23049
23050 * cus-start.el: Add entry for `recenter-redisplay'.
23051
be3e598a 230522009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
23053
23054 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23055 Add an optional argument for the backend, use it instead of
23056 calling vc-backend.
4b8b1ec5
SM
23057 (vc-mode-line): Add an optional argument for the backend.
23058 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
23059 special handling for vc-state being a buffer to ...
23060
23061 * vc-rcs.el (vc-rcs-find-file-hook):
23062 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23063
23064 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23065 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23066 vc-stay-local-p and vc-mode-line calls.
23067
23068 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23069 (vc-cvs-diff, vc-cvs-annotate-command)
23070 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23071 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23072 vc-mode-line calls.
23073
23074 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23075 direct comparison.
23076 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23077 backend when calling vc-mode-line.
23078 (vc-register): Do not create a closure for calling the vc register
23079 function, call it directly.
23080
2764748c
DN
230812009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23082
23083 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23084 to make it obvious item can be clicked.
f5a0b281
DN
23085
23086 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23087
d4a885b2
KH
230882009-06-23 Kenichi Handa <handa@m17n.org>
23089
23090 * language/korea-util.el (korean-key-bindings): Change the binding
23091 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23092 same command.
23093
e3610693
MA
230942009-06-22 Michael Albinus <michael.albinus@gmx.de>
23095
23096 Sync with Tramp 2.1.16.
23097
23098 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23099
23100 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23101 when a loading of a package fails. Completion function for rsync
23102 is `tramp-completion-function-alist-ssh'.
23103 (all): Replace all calls of `split-string' and
23104 `tramp-split-string' by `tramp-compat-split-string'.
23105 (tramp-default-method): Use `tramp-compat-process-running-p'.
23106 (tramp-default-proxies-alist): Allow also Lisp forms.
23107 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 23108 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
23109 (tramp-domain-regexp): Allow also "-", "_" and ".".
23110 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23111 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23112 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
23113 (tramp-handle-directory-files-and-attributes-with-stat):
23114 Care about filenames with spaces, or starting with "-".
e3610693
MA
23115 (tramp-handle-dired-uncache): New defun.
23116 (tramp-handle-insert-directory): Don't flush the directory from
23117 cache, this is handled by `dired-uncache' now.
23118 (tramp-handle-insert-file-contents): Improve error handling.
23119 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23120 Quote `tramp-end-of-output'.
23121 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
23122 (tramp-check-for-regexp): Both echoes must be present, before removing.
23123 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
23124 (tramp-compute-multi-hops): Eval cons cells of
23125 `tramp-default-proxies-alist'.
23126 (tramp-maybe-open-connection): Use the same command pattern for
23127 first hop and further hops.
23128 (tramp-wait-for-output): Remove handling of newlines.
23129 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23130 (tramp-split-string): Remove function. It is handled in
23131 tramp-compat now.
23132
4b8b1ec5
SM
23133 * net/tramp-cmds.el (tramp-bug):
23134 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
23135
23136 * net/tramp-compat.el (tramp-compat-split-string)
23137 (tramp-compat-process-running-p): New defuns.
23138
23139 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23140 for `dired-uncache'.
23141
23142 * net/tramp-gvfs.el: New package.
23143
4b8b1ec5
SM
23144 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23145 Add handler for `dired-uncache'.
e3610693
MA
23146 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23147
23148 * net/trampver.el: Update release number. Make version check fit
23149 for SXEmacs 22.
23150
13a3f374
JM
231512009-06-22 Jim Meyering <meyering@redhat.com>
23152
e0a28a3b 23153 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
23154 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23155 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23156
5242671e 231572009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 23158 Nick Roberts <nickrob@snap.net.nz>
13a3f374 23159
e0a28a3b 23160 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
23161 repository (http://sphinx.net.ru/hg/gdb-mi/).
23162
3fde45af
GM
231632009-06-22 Glenn Morris <rgm@gnu.org>
23164
46253b34
GM
23165 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23166 `mode' and `eval' entries. (Bug#3430)
23167
97e18192
GM
23168 * Makefile.in (ELCFILES): Add fadr.elc.
23169
731a00fb
GM
23170 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23171 differing behavior of \n and ^ in strings. (Bug#3385)
23172
c66cd0ff
GM
23173 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23174
3fde45af
GM
23175 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23176 property.
23177 (lisp-indent-function): Make it a defcustom.
23178
db2241a0
NR
231792009-06-21 Nick Roberts <nickrob@snap.net.nz>
23180
23181 * progmodes/gdb-ui.el: Replace with ...
5242671e 23182 * progmodes/gdb-mi.el: ... this file.
db2241a0 23183 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23184
231852009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23186
db2241a0
NR
23187 * fadr.el: New file.
23188
38d4f316 23189See ChangeLog.14 for earlier changes.
e3d51b27
MR
23190
23191;; Local Variables:
23192;; coding: utf-8
e3d51b27
MR
23193;; End:
23194
73b0cd50 23195 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23196
23197 This file is part of GNU Emacs.
23198
23199 GNU Emacs is free software: you can redistribute it and/or modify
23200 it under the terms of the GNU General Public License as published by
23201 the Free Software Foundation, either version 3 of the License, or
23202 (at your option) any later version.
23203
23204 GNU Emacs is distributed in the hope that it will be useful,
23205 but WITHOUT ANY WARRANTY; without even the implied warranty of
23206 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23207 GNU General Public License for more details.
23208
23209 You should have received a copy of the GNU General Public License
23210 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.