* lisp/emacs-lisp/bytecomp.el (byte-recompile-file): New fun.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
430e7297
JD
12010-10-31 Julien Danjou <julien@danjou.info>
2
3 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4 (byte-recompile-directory):
5 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
6 * cedet/ede/proj-elisp.el (project-compile-target):
7 * cedet/semantic/ede-grammar.el (project-compile-target):
8 Use `byte-recompile-file'.
9
c8c59954
GM
102010-10-31 Glenn Morris <rgm@gnu.org>
11
12 * cus-start.el: Handle standard values via a keyword.
13 Only set version property if specified.
14 (cursor-in-non-selected-windows, menu-bar-mode)
15 (tool-bar-mode, show-trailing-whitespace):
16 Do not specify standard values.
17 (transient-mark-mode, temporary-file-directory): Use :standard.
18
04e63796
JD
192010-10-31 Jan Djärv <jan.h.d@swipnet.se>
20
21 * term/x-win.el (x-get-selection-value): New function that gets
22 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
23
2699a554 242010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
25
26 * net/tramp.el (tramp-handle-insert-file-contents): For root,
27 preserve owner and group when editing files. (Bug#7289)
28
35fcc05c 292010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
30
31 * speedbar.el (speedbar-mode):
32 * play/fortune.el (fortune-in-buffer, fortune):
33 * play/gomoku.el (gomoku-mode):
34 * play/landmark.el (lm-mode):
35 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
36 Replace inappropriate uses of toggle-read-only. (Bug#7292)
37
82f7efc3
GM
38 * select.el (x-selection): Mark it as an obsolete alias.
39
2699a554 402010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 41
f486841f 42 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
43 major-mode (bug#7284).
44
2699a554 452010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
46
47 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
48 rather than just an unused variable that inherits from the real one.
49
e6ef5dd9
AM
502010-10-31 Alan Mackenzie <acm@muc.de>
51
52 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
53 This fixes bug #7185.
54
8a500a91
CY
552010-10-30 Chong Yidong <cyd@stupidchicken.com>
56
57 * startup.el (command-line): Search for package directories, and
58 don't load package.el if none are found.
59
60 * emacs-lisp/package.el (describe-package, list-packages): Call
61 package-initialize if it has not been called yet.
62
4f9e41e4
AM
632010-10-30 Alan Mackenzie <acm@muc.de>
64
65 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
66 which fontifies the tail of an enum.
67 (c-basic-matchers-after): Insert a call to the above new function.
68 This fixes bug #7264.
69
88f43c67
GM
702010-10-30 Glenn Morris <rgm@gnu.org>
71
72 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
73 tool-bar-mode, transient-mark-mode. (Bug#7306)
74 Include the :set property in the dumped Emacs.
75
c4d17d50
SM
762010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 SMIE: change indent rules format, improve smie-setup.
79 * emacs-lisp/smie.el (smie-precs-precedence-table)
80 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
81 Mark them pure so the tables gets built at compile time.
82 (smie-bnf-precedence-table): Store the closer-alist in the table.
83 (smie-prec2-levels): Preserve the closer-alist.
84 (smie-blink-matching-open): Be more forgiving in case of indentation.
85 (smie-hanging-p): Rename from smie-indent--hanging-p.
86 (smie-bolp): Rename from smie-indent--bolp.
87 (smie--parent, smie--after): New dynamic vars.
88 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
89 (smie-indent-rules): Remove.
90 (smie-indent--offset-rule): Remove fun.
91 (smie-rules-function): New var.
92 (smie-indent--rule): New fun.
93 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
94 (smie-indent-exps): Use it.
95 (smie-setup): Setup paren blinking; add keyword args for token
96 functions; extract closer-alist from op-levels.
97 (smie-indent-debug-log): Remove var.
98 (smie-indent-debug): Remove fun.
99 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
100 (prolog-smie-rules): New fun to replace it.
101 (prolog-mode-variables): Simplify.
102 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
103 it's setup automatically.
104 (octave-smie-indent-rules): Remove.
105 (octave-smie-rules): New fun to replace it.
106 (octave-mode): Simplify.
107
9d794026
GM
1082010-10-29 Glenn Morris <rgm@gnu.org>
109
e088c02a
GM
110 * files.el (temporary-file-directory): Remove (already defined in C).
111 * cus-start.el: Add temporary-file-directory.
112
9d794026
GM
113 * abbrev.el (abbrev-mode):
114 * composite.el (auto-composition-mode):
115 * menu-bar.el (menu-bar-mode):
116 * simple.el (transient-mark-mode):
117 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
118 that they do not define the associated variables twice.
119 * simple.el (transient-mark-mode): Remove defvar.
120 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
121 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
122 Handle multiple groups, and also custom-delayed-init-variables.
123 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
124
dcc029e0
SM
1252010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
128 (pcase-if): Add one minor optimization.
129 (pcase-split-equal): Rename from pcase-split-eq.
130 (pcase-split-member): Rename from pcase-split-memq.
131 (pcase-u1): Add strings to the member optimization.
132 Add `guard' variant of predicates.
133 (pcase-q1): Add string patterns.
134
a62b88d4
SM
1352010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
138
f41f19b0
GM
1392010-10-28 Glenn Morris <rgm@gnu.org>
140
b3edb781
GM
141 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
142 Move menu-bar related settings to ../menu-bar.el.
143 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
144 Move ns-specific settings here from term/ns-win.el.
145
f41f19b0
GM
146 * simple.el (x-selection-owner-p): Remove unused declaration.
147
6175cd08
SM
1482010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * minibuffer.el (completion-cycling): New var (bug#7266).
151 (minibuffer-complete, completion--do-completion):
152 Use completion--flush-all-sorted-completions.
153 (minibuffer-complete): Only cycle if completion-cycling is set.
154 (completion--flush-all-sorted-completions): Unset completion-cycling.
155 (minibuffer-force-complete): Set completion-cycling.
156 (completion-all-sorted-completions): Move declaration before first use.
157
19677c71
LL
1582010-10-28 Leo <sdl.web@gmail.com>
159
160 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
161 which changes the order of matches seen by users (bug#7231).
162
1632010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
164
165 * progmodes/compile.el (compilation-mode-font-lock-keywords):
166 Don't confuse -omega as "-o mega".
167
2122161f
SM
1682010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
169
ce8794df
SM
170 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
171 (log-edit-author): New dynamic var.
172 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
173 to return the author if different from committer.
174 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
175
80cb310d
SM
176 * play/landmark.el: Adjust commenting convention.
177 (lm-nil-score): Rename from nil-score.
178 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
179 (OOOOscore): Move into a let in lm-score-trans-table.
180 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
181
2122161f
SM
182 * electric.el (electric-indent-chars): Autoload.
183 * progmodes/octave-mod.el (octave-mode):
184 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
185 (ruby-mode-abbrev-table): Merge initialization and declaration.
186
e925113b
GM
1872010-10-27 Glenn Morris <rgm@gnu.org>
188
208d109c
GM
189 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
190 variable.
191
7d3e3843
GM
192 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
193
e925113b
GM
194 * term/ns-win.el: Restore require of cl when compiling.
195 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
196 (ns-handle-nxopen): Optionally handle the temp-case.
197 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
198 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 199
b94a5a43
GM
2002010-10-26 Glenn Morris <rgm@gnu.org>
201
202 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
203
fc3eda04
AR
2042010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
205
206 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
207 global map.
208 * term/common-win.el (x-setup-function-keys): Remove most of the
209 keymappings. Comment on the remaining ones.
210
c79b0b1c
PO
2112010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
212
c31dc2c0 213 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
214 (server-start): Use server-port.
215
725513b7
GM
2162010-10-26 Glenn Morris <rgm@gnu.org>
217
d7d8c62a
GM
218 * term/ns-win.el (ns-version-string): Remove unused declaration.
219 (ns-invocation-args): Change to x-invocation-args.
220 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
221 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
222 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
223 Use x-invocation-args instead of ns-invocation-args.
224 (ns-initialize-window-system, handle-args-function-alist):
225 Use x-handle-args instead of ns-handle-args.
226 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
227 * startup.el (command-line-ns-option-alist): Replace
228 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
229 ns-handle-iconic with the x- equivalents.
230
725513b7
GM
231 * term/common-win.el (x-select-enable-clipboard):
232 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
233
234 * term/ns-win.el: No need to require cl when compiling.
235 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
236 (xw-defined-colors): Use the common-win definitions.
237 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
238 (ns-handle-iconic): Make it an alias for x-handle-iconic.
239 * term/common-win.el (x-select-text, x-alternatives-map)
240 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
241 * loadup.el [ns]: Load common-win.
242
77ec02d8
DU
2432010-10-26 Daiki Ueno <ueno@unixuser.org>
244
245 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 246 recipients; expand mail aliases (Bug#7280).
77ec02d8 247
6a5c2175
GM
2482010-10-25 Glenn Morris <rgm@gnu.org>
249
59ba9d59
GM
250 * term/common-win.el (x-handle-switch): Simplify with pop.
251 Optionally handle numeric switches.
252 (x-handle-numeric-switch): Just call x-handle-switch.
253 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
254 (x-handle-name-switch, x-handle-display, x-handle-args):
255 Simplify with pop.
256
6a5c2175
GM
257 * term/ns-win.el: Do not require easymenu.
258 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
259 <spell>: Move adjustments to menu-bar.el.
260 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
261 <separator-undo, spell>: Move ns-win's adjustments here.
262 * loadup.el [ns]: Do not load easymenu.
263
01898dc2
CY
2642010-10-24 Chong Yidong <cyd@stupidchicken.com>
265
266 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 267 Delete (Bug#7222).
01898dc2
CY
268
269 * startup.el (fancy-startup-tail): Instead of using inline images,
270 refer to image files from etc/.
271
272 * wid-edit.el (checkbox): Likewise.
273 (widget-image-find): Center image specs.
274
a44d921f
GM
2752010-10-24 Glenn Morris <rgm@gnu.org>
276
277 * term/ns-win.el (x-select-text): Doc fix.
278 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
279 (x-select-text): Move to term/common-win.
280 * term/w32-win.el (xw-defined-colors): Move to common-win.
281 * term/x-win.el (xw-defined-colors, x-alternatives-map)
282 (x-setup-function-keys, x-select-text): Move to common-win.
283 * term/common-win.el (x-select-text, x-alternatives-map)
284 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
285 definitions here.
286
709228c0 2872010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
288
289 * net/mairix.el (mairix-searches-mode-map):
290 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
291
0c382083 2922010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342
WS
293
294 * verilog-mode.el (verilog-directive-re): Make this variable
295 auto-built for efficiency of execution and updating.
296 (verilog-extended-complete-re): Support 'pure' fucntion & task
297 declarations (these have no bodies).
ca39416c
AH
298 (verilog-beg-of-statement): General cleanup to enable support of
299 'pure' fucntion & task declarations (these have no bodies).
300 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
301 noticed by Steve Pearlmutter.
302 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
303 (verilog-directive-nest-re, verilog-set-auto-endcomments):
304 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
305 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
306 attribute handling for lining up declarations and assignments.
307 (verilog-beg-of-statement-1): Fix issue where continued declaration
308 is indented differently if it is after a begin..end clock.
309 (verilog-in-attribute-p, verilog-skip-backward-comments)
310 (verilog-skip-forward-comment-p): Support proper treatment of
311 attributes by indent code. Reported by Jeff Steele.
ca39416c 312 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
313 (verilog-backward-up-list, verilog-in-struct-region-p)
314 (verilog-backward-token, verilog-in-struct-p)
315 (verilog-in-coverage-p, verilog-do-indent)
316 (verilog-pretty-declarations): Use verilog-backward-up-list as
317 wrapper around backward-up-list inorder to properly skip comments.
318 Reported by David Rogoff.
319 (verilog-property-re, verilog-endcomment-reason-re)
320 (verilog-beg-of-statement, verilog-set-auto-endcomments)
321 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
322 of if). Reported by Max Bjurling and
323 (verilog-calc-1): Fix for clocking block in modport
324 declaration. Reported by Brian Hunter.
325
0c382083 3262010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342
WS
327
328 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
329 (verilog-gate-keywords, verilog-read-sub-decls)
330 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
331 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
332 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
333 (verilog-read-decls): Fix spaces in V2K module parameters causing
334 mis-identification as interfaces, bug287.
335 (verilog-read-decls): Fix not treating "parameter string" as a
336 parameter in AUTOINSTPARAM.
337 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
338 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 339 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
340 function end comment highlight. Reported by Steve Pearlmutter.
341 (verilog-font-lock-keywords-2): Fix highlighting of single
342 character pins, bug264. Reported by Michael Laajanen.
343 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
344 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
345 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
346 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
347 (verilog-pretty-expr): Fix interactive arguments, bug272.
348 Reported by Mark Johnson.
349 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
350 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
351 bug269. Suggested by Gary Delp.
352 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
353 (verilog-preprocessor, verilog-set-compile-command):
354 Create verilog-preprocess and verilog-preprocessor to show
355 preprocessed output.
a03c2342
WS
356 (verilog-get-beg-of-line, verilog-get-end-of-line)
357 (verilog-modi-file-or-buffer, verilog-modi-name)
358 (verilog-modi-point, verilog-within-string): Move defmacro's
359 before first use to avoid warning. Reported by Steve Pearlmutter.
360 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
361 (verilog-colorize-region, verilog-highlight-buffer)
362 (verilog-highlight-includes, verilog-highlight-modules)
363 (verilog-highlight-region, verilog-mode): Rename colorize to
364 highlight to match other packages. Disable module highlighting,
365 as received speed complaints, reenable for experimentation only
366 using new verilog-highlight-modules.
367 (verilog-read-decls): Fix regexp stack overflow in very large
368 AUTO_TEMPLATEs, bug250.
369 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
370 (verilog-scan): Create verilog-save-buffer-state to standardize
371 making insignificant changes that shouldn't call hooks.
372 (verilog-save-no-change-functions, verilog-save-scan-cache)
373 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
374 Create verilog-save-no-change-functions to wrap verilog-scan
375 preservation, and fix to work with nested preserved calls.
376 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
377 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
378 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
379 (verilog-submit-bug-report): Update variable list to be complete.
380 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
381 breaking on-the-fly font-locking.
382 (verilog-colorize-buffer, verilog-colorize-include-files)
383 (verilog-colorize-include-files-buffer, verilog-colorize-region)
384 (verilog-load-file-at-mouse, verilog-load-file-at-point)
385 (verilog-mode, verilog-read-inst-module-matcher): With point on a
386 AUTOINST cell instance name, middle mouse button now finds-file on
387 it. Suggested by Brad Dobbie.
388 (verilog-alw-get-temps, verilog-auto-reset)
389 (verilog-auto-sense-sigs, verilog-read-always-signals)
390 (verilog-read-always-signals-recurse): Fix loop indexes being
391 AUTORESET. AUTORESET now assumes any variables in the
392 initialization section of a for() should be ignored. Reported by
393 Dan Dever.
394 (verilog-error-font-lock-keywords)
395 (verilog-error-regexp-emacs-alist)
396 (verilog-error-regexp-xemacs-alist): Fix error detection of
397 Cadence HAL, reported by David Asher. Repair drift between the
398 three similar error variables.
399 (verilog-modi-lookup, verilog-modi-lookup-cache)
400 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
401 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
402 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
403 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
404 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
405 "{1*2{...". Broke in last revision.
406 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
407 submodule connections with replications "{#{a},#{b}}".
408
0c382083
CY
4092010-10-24 Juanma Barranquero <lekktu@gmail.com>
410
411 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
412 Fix typo in docstring.
413
4142010-10-24 Kenichi Handa <handa@m17n.org>
415
416 * face-remap.el (text-scale-adjust): Call read-event with a proper
417 prompt.
418
4192010-10-24 Chong Yidong <cyd@stupidchicken.com>
420
421 * emacs-lisp/unsafep.el: Don't mark functions that display
422 messages as safe. Suggested by Johan Bockgård.
423
4242010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
427 Turn comments into docstrings.
428
429 * minibuffer.el (completion--replace): Move point where it belongs
430 when there's a common suffix (bug#7215).
431
9317e499
CY
4322010-10-24 Chong Yidong <cyd@stupidchicken.com>
433
434 Merge read-color and facemenu-read-color (Bug#7242).
435
436 * faces.el (read-color): Use the completion code from
437 facemenu-read-color. Require match in completion. Doc fix.
438
439 * facemenu.el (facemenu-read-color): Alias for read-color.
440 (facemenu-set-foreground, facemenu-set-background): Use
441 read-color.
442
443 * frame.el (set-background-color, set-foreground-color)
444 (set-cursor-color, set-mouse-color, set-border-color): Use
445 read-color.
446
a44d921f 4472010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
448
449 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
450 argument of delete-file and delete-directory (Bug#7011).
451
43207249
CY
4522010-10-24 Chong Yidong <cyd@stupidchicken.com>
453
454 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
455 button-buffer-map.
456
484db896 4572010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
458
459 * emacs-lisp/package.el (package--generate-package-list): Make the
460 *Packages* buffer read-only.
461
10f5e3e6
AM
4622010-10-24 Alan Mackenzie <acm@muc.de>
463
464 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
465 result of `c-beginning-of-decl-1' between invocations of a lambda
466 function (Bug #7265).
467
3ec6ca72
DU
4682010-10-24 Daiki Ueno <ueno@unixuser.org>
469
470 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
471 executable is not available on the system (Bug#7268).
472
ec514007
GM
4732010-10-24 Glenn Morris <rgm@gnu.org>
474
f5f25615
GM
475 * select.el (selection-coding-system, next-selection-coding-system):
476 Sync doc with C versions.
3646b86d 477
8aa0f263
GM
478 * w32-vars.el (x-select-enable-clipboard):
479 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
480 * term/common-win.el (x-select-enable-clipboard): Move here.
481
46710489
GM
482 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
483 definition of C variable.
484
ec514007
GM
485 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
486 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
487 Don't redefine things that are defined in C.
488 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
489 (show-trailing-whitespace, auto-hscroll-mode)
490 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
491 Set up the appropriate custom properties.
492
8a79905d
CY
4932010-10-24 Chong Yidong <cyd@stupidchicken.com>
494
495 Bind "C-c ]" to ...
496 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
497 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
498 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
499 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
500
aa02a29f
GM
5012010-10-23 Glenn Morris <rgm@gnu.org>
502
7dfc15df
GM
503 * textmodes/flyspell.el (flyspell-mode): If there was an error,
504 say what it was.
505
66c6abf0
GM
506 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
507 Sync docs with C version.
f3d87560 508
3193e969
GM
509 * term/ns-win.el (xw-defined-colors):
510 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
511
6f748f70
GM
512 * term/pc-win.el (x-select-enable-clipboard):
513 * term/x-win.el (x-select-enable-clipboard):
514 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
515
7aa93795
GM
516 * comint.el (comint-password-prompt-regexp): Make it less vague.
517 Bump version.
518
17284e30
GM
519 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
520
aa02a29f
GM
521 * help.el (finder-by-keyword): Remove unnecessary autoload.
522
69b55131
GM
5232010-10-22 Glenn Morris <rgm@gnu.org>
524
9a0dd02d
GM
525 * loadup.el: Unconditionally load float-sup.
526 * paren.el (show-paren-delay):
527 * emacs-lisp/float-sup.el:
528 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
529 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
530 (lazy-lock-stealth-verbose): Assume float support.
531 * ps-print.el: Assume float support on Emacs.
532 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
533 Remove non-float branch.
534
69b55131
GM
535 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
536 src/Makefile no longer being pre-processed.
537
7c23d9e8
SM
5382010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * emacs-lisp/find-func.el (find-library): Use test-completion.
541
23737b4a
LMI
5422010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
543
7c23d9e8 544 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 545
01d884cf
MA
546010-10-21 Michael Albinus <michael.albinus@gmx.de>
547
548 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
549 space in stat format string.
550 (tramp-send-command): Unset $PS1 when using here documents, in
551 order not to get several prompts.
552 (tramp-get-inline-coding): Return `nil' in case of errors.
553
08ffb131
DU
5542010-10-21 Daiki Ueno <ueno@unixuser.org>
555
7c23d9e8
SM
556 * hexl.el (hexl-mode, hexl-mode-exit):
557 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
558 (hexl-revert-buffer-function): New function.
559 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
560
ba7fdf30
AM
5612010-10-19 Alan Mackenzie <acm@muc.de>
562
7c23d9e8
SM
563 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
564 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
565 that these keywords aren't wrongly matched as identifiers.
566
ba7fdf30
AM
567 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
568 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 569 c-after-change. (Bug#7181)
ba7fdf30 570
7fd8732d
CY
5712010-10-19 Chong Yidong <cyd@stupidchicken.com>
572
573 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
574 Don't mark as safe.
575
576 * custom.el (custom-theme-set-variables): Likewise.
577 (load-theme): Add custom-theme-set-faces and
578 custom-theme-set-variables to safe-functions while loading.
579 (custom-enabled-themes): Mark as risky.
580
3f12b18c
JD
5812010-10-18 Julien Danjou <julien@danjou.info>
582
583 * bindings.el: Remove end dashes in default mode-line-format.
584
b8a47412
CY
5852010-10-19 Chong Yidong <cyd@stupidchicken.com>
586
587 * bindings.el (global-map): Bind C-d to delete-char and deletechar
588 to delete-forward-char.
589
590 * simple.el (normal-erase-is-backspace-mode): Remap delete to
591 deletechar, and hence delete-forward-char.
592
ca3fa302
JB
5932010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * repeat.el (repeat): Use read-key (bug#6256).
596
5972010-10-19 Chong Yidong <cyd@stupidchicken.com>
598
599 * emacs-lisp/unsafep.el: Don't mark functions that display
600 messages as safe. Suggested by Johan Bockgård.
601
6022010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * minibuffer.el (completion--replace): Move point where it belongs
605 when there's a common suffix (bug#7215).
606
6072010-10-19 Kenichi Handa <handa@m17n.org>
608
609 * international/characters.el: Add category '|' (word breakable)
610 to fullwidth characters.
611
3224b54d
MA
6122010-10-19 Michael Albinus <michael.albinus@gmx.de>
613
614 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
615 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
616 order to make stat results a float. Patch by Andreas Schwab
617 <schwab@linux-m68k.org>.
618
36ba6f07
JD
6192010-10-18 Julien Danjou <julien@danjou.info>
620
621 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
622 hidden by `make-pointer-invisible'.
623
43f964fc
SM
6242010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * files.el (locate-file-completion-table): Strip non-matching elements
627 before checking length of list (bug#7238).
628
e48eb343
CY
6292010-10-18 Chong Yidong <cyd@stupidchicken.com>
630
631 * custom.el (custom-theme-set-variables): Mark as a safe function.
632 (load-theme): Check forms using unsafep.
633
634 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
635
df987d70
AM
6362010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
637
43f964fc
SM
638 * textmodes/ispell.el (ispell-aspell-find-dictionary):
639 Fix aspell data file searching (bug#7230).
df987d70 640
29a4c45b
CY
6412010-10-16 Chong Yidong <cyd@stupidchicken.com>
642
643 * cus-theme.el (custom-theme--migrate-settings): New var.
644 (customize-create-theme): Allow editing the `user' theme.
645 (custom-theme-add-variable, custom-theme-add-var-1)
646 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
647 to the front of each variable or face widget.
648 (custom-theme-write): Save theme settings in the correct order.
649 Optionally, remove saved settings from user customizations.
43f964fc
SM
650 (custom-theme-write-variables, custom-theme-write-faces):
651 Save only the checked widgets.
29a4c45b
CY
652 (customize-themes): Add a link for migrating custom settings.
653
43f964fc
SM
654 * custom.el (custom-declare-theme, provide-theme):
655 Use custom-theme-name-valid-p.
29a4c45b
CY
656 (custom-theme-name-valid-p): Remove checks that are now
657 unnecessary since themes no longer obey load-path.
658
659 * cus-edit.el (custom-variable-value-create): For the simple
660 style, hide documentation string when hidden.
661
782b5e8d
CY
6622010-10-16 Chong Yidong <cyd@stupidchicken.com>
663
647bc502
CY
664 * cus-edit.el (custom-variable, custom-face): Combine the
665 :inhibit-magic and :display-style properties into a single
666 :custom-style property.
43f964fc
SM
667 (custom-toggle-hide-variable, custom-toggle-hide-face):
668 New functions. If hiding an edited value, save it to :shown-value.
669 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
670 (custom-magic-reset): Allow magic property to be unset.
671
782b5e8d
CY
672 * custom.el: Custom themes no longer use load-path.
673 (custom-theme-load-path): New option. Change built-in theme
674 directory to etc/.
675 (custom-enabled-themes): Add custom-theme-load-path dependency.
676 (custom-theme--load-path): New function.
677 (load-theme, custom-available-themes): Use it.
678
679 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
680 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
681 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
682 :custom-style property.
782b5e8d
CY
683
684 * themes/*.el: Moved to etc/.
685
99f65cfa
RA
6862010-10-16 Ralf Angeli <angeli@caeruleus.net>
687
688 * textmodes/reftex-cite.el
689 (reftex-extract-bib-entries-from-thebibliography): Do not move
690 point when searching for \bibitem entries. Match entries with
691 spaces or tabs in front of arguments.
692
da16abfc
CY
6932010-10-16 Chong Yidong <cyd@stupidchicken.com>
694
695 * cus-theme.el (customize-create-theme): Delete overlays after
696 erasing. If given a THEME arg, display only the faces of that arg
697 instead of custom-theme--listed-faces.
698 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 699 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
700 (custom-theme-add-variable, custom-theme-add-face): Apply value
701 from the theme settings, instead of the current value.
702 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
703 (custom-theme-visit-theme): Allow calling outside theme buffers.
704 (custom-theme-merge-theme): Don't enable the theme when merging.
705 (custom-theme-write-variables, custom-theme-write-faces): Use the
706 :shown-value properties to save buffer values, not global ones.
707 (customize-themes): Display a warning about user customizations.
708
709 * cus-edit.el (custom-variable-value-create)
710 (custom-face-value-create): Obey new special properties
711 :shown-value and :inhibit-magic.
712
aa095b2d
MA
7132010-10-15 Michael Albinus <michael.albinus@gmx.de>
714
715 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
716 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
717 <dale@codefu.org>.
aa095b2d 718
7ca9cfda
KH
7192010-10-14 Kenichi Handa <handa@m17n.org>
720
9650fc61
KH
721 * mail/rmail.el (rmail-show-message-1): Catch an error of
722 base64-decode-region and just show an error message (bug#7165).
723
43f964fc 724 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
725 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
726 a font-spec (bug#7197).
727
220d91b8 7282010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
729
730 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
731
220d91b8 7322010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 733
c0943d3d
JB
734 * international/mule.el (define-coding-system):
735 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
736 * composite.el (compose-region): Fix typo in docstring.
737
4983ddea
CY
7382010-10-14 Chong Yidong <cyd@stupidchicken.com>
739
de43f11b
CY
740 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
741 only after checking the theme-face property.
742
4983ddea
CY
743 * faces.el (face-spec-reset-face): Reset all attributes in one
744 single call to set-face-attribute.
745 (face-spec-match-p): Make it a defsubst.
746 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
747 (x-create-frame-with-faces, tty-create-frame-with-faces)
748 (tty-set-up-initial-frame-faces): Don't recompute face specs in
749 frame-set-background-mode, since they are recomputed immediately
750 afterwards in face-set-after-frame-default.
751 (face-set-after-frame-default): Minor optimization.
752 (cursor): Provide non-trivial defface spec.
753
754 * custom.el (custom-theme-recalc-face): Simplify.
755
a974dcf2
JB
7562010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
757
43f964fc 758 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
759 (math-is-polynomial, math-is-poly-rec): Replace `var'
760 with `math-var'.
761
43f964fc 762 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
763 (calcFunc-table, math-scan-for-limits): Replace `var'
764 with `math-var'.
765
10e4702a
GM
7662010-10-13 Glenn Morris <rgm@gnu.org>
767
768 * subr.el (last): Deal with dotted lists (reported in bug#7174).
769
88f427d5
SB
7702010-10-13 Stephen Berman <stephen.berman@gmx.net>
771
772 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
773
a1d16a7b
G
7742010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
775
776 * net/tls.el (tls-program): Remove spurious %s from openssl.
777 (tls-starttls-switches): Remove starttls hack.
778 (open-tls-stream): Ditto.
779 (tls-find-starttls-argument): Ditto.
780
2e288d54
JB
7812010-10-13 Juanma Barranquero <lekktu@gmail.com>
782
783 * image.el (image-library-alist): Declare as obsolete alias.
784 (image-type-available-p): Use `dynamic-library-alist'.
785
786 * term/w32-win.el (dynamic-library-alist):
787 Use instead of `image-library-alist'.
788
35744400
IS
7892010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
790
791 * subr.el (last): Make it faster. (Bug#7174)
792
290fe464
RO
7932010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
794
795 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
796
2919746c
CY
7972010-10-12 Chong Yidong <cyd@stupidchicken.com>
798
799 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
800 (describe-theme-1): Extract doc from unloaded themes.
801
802 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
803
804 * themes/tango-theme.el:
805 * themes/tango-dark-theme.el:
806 * themes/wheatgrass-theme.el: New files.
807
6b09b5d1
CY
8082010-10-12 Chong Yidong <cyd@stupidchicken.com>
809
810 * cus-theme.el (describe-theme, customize-themes)
811 (custom-theme-save): New commands.
812 (custom-new-theme-mode-map): Bind C-x C-s.
813 (custom-new-theme-mode): Use custom--initialize-widget-variables.
814 (customize-create-theme): New optional arg THEME.
815 (custom-theme-revert): Use it.
816 (custom-theme-visit-theme): Remove dead code.
817 (custom-theme-merge-theme): Use custom-available-themes.
818 (custom-theme-write): Make interactive.
819 (custom-theme-write): Use custom-theme-name-valid-p.
820 (describe-theme-1, custom-theme-choose-revert)
821 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
822 New funs.
823 (custom-theme-allow-multiple-selections): New option.
824 (custom-theme-choose-mode): New major mode.
825
43f964fc
SM
826 * custom.el (custom-theme-set-variables): Remove dead code.
827 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
828 (custom--inhibit-theme-enable): New var.
829 (provide-theme): Obey it.
830 (load-theme): Replace load with manual read/eval, in order to
831 check for correctness. Use custom-theme-name-valid-p.
832 (custom-theme-name-valid-p): New function.
833 (custom-available-themes): Use it.
834
835 * cus-edit.el (custom--initialize-widget-variables): New function.
836 (Custom-mode): Use it.
837
43f964fc
SM
838 * cus-face.el (custom-theme-set-faces): Remove dead code.
839 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
840
841 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
842
16366259
JB
8432010-10-12 Juanma Barranquero <lekktu@gmail.com>
844
cb7d821e 845 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 846
4c14013d 8472010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 848
4c14013d
JB
849 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
850 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
851 (mac-right-option-modifier): New alias for ns-right-option-modifier.
852
853 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 854
4c14013d 8552010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
856
857 * emacs-lisp/lisp.el (lisp-completion-at-point):
858 Use emacs-lisp-mode-syntax-table for the whole function.
859
4c14013d 8602010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
861
862 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
863 instead of font-lock-mode before adding keywords.
864 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
865 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
866 non-nil; removed hook inhibit hack.
867
4c14013d 8682010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 869
d15f9a2b
GM
870 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
871 (load-path-shadows-find): ... to this.
872 (list-load-path-shadows): Update for above change.
873
c7d6d8a1
GM
874 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
875
f0b7f5a8
KY
8762010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
877
878 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
879 Fix comment for declare-function.
880
05d22d02
CY
8812010-10-11 Chong Yidong <cyd@stupidchicken.com>
882
883 * custom.el (custom-fix-face-spec): New function; code moved from
884 custom-face-edit-fix-value.
885 (custom-push-theme): Use it when checking if a face has been
886 changed outside customize.
887 (custom-available-themes): New function.
888 (load-theme): Use it.
889
43f964fc 890 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
891
892 * custom.el (custom-push-theme): Cleanup (use cond).
893 (disable-theme): Recompute the saved-face property.
894 (custom-theme-recalc-face): Follow face alias before setting prop.
895
43f964fc
SM
896 * image.el (image-checkbox-checked, image-checkbox-unchecked):
897 New variables, containing checkbox images.
05d22d02
CY
898
899 * startup.el (fancy-startup-tail):
900 * wid-edit.el (checkbox): Use them.
901
293e7c22
DN
9022010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
903
a0310a6c
DN
904 * shell.el (shell-mode-map):
905 * progmodes/modula2.el (m2-mode-map):
906 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
907 * play/mpuz.el (mpuz-mode-map):
908 * play/landmark.el (lm-mode-map):
909 * play/decipher.el (decipher-mode-map):
910 * play/5x5.el (5x5-mode-map):
911 * net/telnet.el (telnet-mode-map):
912 * net/quickurl.el (quickurl-list-mode-map):
913 * net/mairix.el (mairix-searches-mode-map):
914 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
915 * net/dig.el (dig-mode-map):
916 * mail/mspools.el (mspools-mode-map):
917 * hexl.el (hexl-mode-map):
918 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
919 (wordstar-C-o-map, wordstar-C-q-map):
920 * emacs-lisp/edebug.el (edebug-eval-mode-map):
921 * emacs-lisp/chart.el (chart-map):
922 * edmacro.el (edmacro-mode-map):
923 * erc/erc-list.el (erc-list-menu-mode-map):
924 * array.el (array-mode-map): Declare and define in one step.
925
293e7c22
DN
926 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
927
446b12da
DU
9282010-10-10 Daiki Ueno <ueno@unixuser.org>
929
930 * epa.el (epa-passphrase-callback-function): Display filename
931 passed as the 3rd arg.
43f964fc
SM
932 * epa-file.el (epa-file-passphrase-callback-function):
933 Pass filename to epa-passphrase-callback-function.
446b12da 934
76c16af8
CY
9352010-10-09 Chong Yidong <cyd@stupidchicken.com>
936
937 * cus-edit.el (custom-face-widget-to-spec)
938 (custom-face-get-current-spec, custom-face-state): New functions.
939 (custom-face-set, custom-face-mark-to-save)
940 (custom-face-value-create, custom-face-state-set): Use them.
941
942 * cus-theme.el (custom-theme--listed-faces): New var.
943 (customize-create-theme): Use *Custom Theme* as the buffer name.
944 Set revert-buffer-function. Optional arg BUFFER. Insert all
945 faces listed in custom-theme--listed-faces.
946 (custom-theme-revert): New function.
947 (custom-theme-add-variable, custom-theme-add-face): Insert at the
948 bottom of the list.
949 (custom-theme-write): Prompt for theme name if empty.
950 (custom-theme-write-variables): Use dolist.
951 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
952
e15f8aaa
AM
9532010-10-09 Alan Mackenzie <acm@muc.de>
954
955 Enhance fontification of declarators to take account of the
956 presence/absence of "typedef".
957
958 * cc-engine.el (c-forward-type): New &optional param
959 "brace-block-too".
960 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 961 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
962
963 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
964 fontification of declarators which follow a "}".
965 (c-font-lock-declarations): Fontify declarators according to the
966 presence/absence of "typedef".
967
968 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
969 for "typedef".
970 (c-typedef-decl-key): New lang variable built from
971 c-typedef-decl-kwds.
972
cf321e50
LMI
9732010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
974
77aec221
LMI
975 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
976 since that's too annoying. Move the filter groups commands to
977 TAB/backtab.
978
7450df5d
LMI
979 * epa.el (epa-passphrase-callback-function): Say what we're
980 querying the password for.
981
cf321e50 982 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 983 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 984
587faadd
CY
9852010-10-08 Chong Yidong <cyd@stupidchicken.com>
986
987 * cus-edit.el (custom-commands, custom-buffer-create-internal)
988 (custom-magic-value-create): Pad button tags with spaces.
989 (custom-face-edit): New variable.
990 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
991 face editor here, instead of using custom-face-selected.
992 Pass face defaults to custom-face-edit widget.
587faadd
CY
993 (custom-face-selected, custom-display-unselected): Delete widgets.
994 (custom-display-unselected-match): Function removed.
43f964fc
SM
995 (custom-face-set, custom-face-mark-to-save):
996 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
997
998 * wid-edit.el (widget--completing-widget): New var.
999 (widget-default-complete): Bind it when doing completion.
1000 (widget-string-complete, widget-file-complete): Use it.
1001
a1ab97d0
GM
10022010-10-09 Glenn Morris <rgm@gnu.org>
1003
85d50db7
GM
1004 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
1005 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
1006 (holiday-hebrew-misc): Small simplifications.
1007
3fb78d1f
GM
1008 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
1009
a1ab97d0
GM
1010 * net/browse-url.el: Don't require thingatpt, term, dired,
1011 executable, or w3-auto when compiling.
1012 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
1013 Declare.
1014 (browse-url-text-emacs): Require term.
1015
2187e5bb
AS
10162010-10-08 Andreas Schwab <schwab@linux-m68k.org>
1017
1018 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
1019
e5d49589
GM
10202010-10-08 Glenn Morris <rgm@gnu.org>
1021
5823f53f
GM
1022 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1023
e5d49589
GM
1024 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1025 (shadows-compare-text-p): Make it an obsolete alias for...
1026 (load-path-shadows-compare-text): ... new name.
1027 (find-emacs-lisp-shadows): Update for above name change.
1028 (load-path-shadows-same-file-or-nonexistent): New name for the old
1029 shadow-same-file-or-nonexistent.
1030
4628bef1 10312010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
1032
1033 * minibuffer.el (completion--some, completion--do-completion)
1034 (minibuffer-complete-and-exit, minibuffer-completion-help)
1035 (completion-basic-try-completion)
1036 (completion-basic-all-completions)
1037 (completion-pcm--find-all-completions): Use lexical-let to
1038 avoid some false matches in variable completion (Bug#7056)
1039
4628bef1 10402010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
1041
1042 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1043
4628bef1 10442010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
1045
1046 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1047 return non-nil if the file exists (Bug#7090).
1048
4628bef1 10492010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
1050
1051 * minibuffer.el (completion--replace):
1052 Better preserve markers (bug#7138).
1053
4628bef1 10542010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
1055
1056 * server.el (server-process-filter): Doc fix.
1057
4628bef1 10582010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
1059
1060 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1061
4628bef1 10622010-10-08 Andreas Schwab <schwab@linux-m68k.org>
c19f76a1 1063
0cceab3d
AS
1064 * Makefile.in (ELCFILES): Update.
1065
e4adf61e
GM
10662010-10-08 Glenn Morris <rgm@gnu.org>
1067
24ac444f
GM
1068 * vc/ediff-wind.el (ediff-setup-control-frame):
1069 * vc/ediff-ptch.el (ediff-default-backup-extension):
1070 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
1071 (ediff-exec-process): Remove system-types emx, windows-95.
1072
e4adf61e
GM
1073 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
1074
61328d7c
CY
10752010-10-07 Chong Yidong <cyd@stupidchicken.com>
1076
1077 * cus-edit.el (custom-variable, custom-face): Doc fix.
1078 (custom-face-edit): Add value-create attribute.
1079 (custom-face-edit-value-create)
43f964fc
SM
1080 (custom-face-edit-value-visibility-action): New functions.
1081 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
1082 (custom-face-edit-deactivate): Show empty values with shadow face.
1083 (custom-face-selected): Only use this for face specs with default
1084 attributes.
1085 (custom-face-value-create): Cleanup.
1086
1087 * wid-edit.el (widget-checklist-value-create): Use dolist.
1088 (widget-checklist-match-find): Make second arg optional.
1089
ac44263a
GM
10902010-10-07 Glenn Morris <rgm@gnu.org>
1091
849b02b4
GM
1092 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
1093 Prefix things.
1094
ac44263a
GM
1095 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
1096 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
1097 load-path-shadows-mode, update references.
06d9ef85
GM
1098 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
1099 Rename variable and button.
1100 (list-load-path-shadows): Update button caller.
ac44263a 1101
29c72a6e
SM
11022010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * emacs-lisp/smie.el (smie-bnf-classify): New function.
1105 (smie-bnf-precedence-table): Use it to remember the closers/openers.
1106 (smie-merge-prec2s): Handle those new entries.
1107 (smie-prec2-levels): Only set precedence to nil for actual
1108 openers/closers.
1109 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
1110 that is now unnecessary.
1111
775f75bc 11122010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
1113
1114 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
1115
7e1e2a6e
GM
11162010-10-07 Glenn Morris <rgm@gnu.org>
1117
58d1ac6d
GM
1118 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
1119 (mail-position-on-field): Remove declarations.
1120 (mail-position-on-field): Autoload it.
1121 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
1122 and mail-header-end. Don't require sendmail.
1123
7b9235ad
GM
1124 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
1125 (shadow-mode): New mode.
1126 (shadow-find-file): New button.
1127 (list-load-path-shadows): Use shadow-mode and buttons.
1128
52da2182
GM
1129 * iimage.el (iimage-version): Remove.
1130 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
1131 Turn into defcustoms.
1132 (iimage-mode-map): Give it a doc string.
1133
7e1e2a6e
GM
1134 * calendar/appt.el (appt-activate): Give a warning rather than an error
1135 if there is no diary-file.
1136
e44eccd7
MA
11372010-10-06 Michael Albinus <michael.albinus@gmx.de>
1138
29c72a6e
SM
1139 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1140 Use `tramp-handle-find-backup-file-name'.
e44eccd7 1141
4583e796
GM
11422010-10-06 Glenn Morris <rgm@gnu.org>
1143
6aecca99
GM
1144 * font-core.el (font-lock-defaults-alist): Remove variable.
1145 (font-lock-mode): Doc fix.
1146 (font-lock-default-function): Do not consult font-lock-defaults-alist.
1147 * font-lock.el (font-lock-refresh-defaults): Doc fix.
1148 (font-lock-set-defaults): Doc fix.
1149 Do not consult font-lock-defaults-alist.
1150
645a6257
GM
1151 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1152
4583e796
GM
1153 * emacs-lisp/cl.el: No longer provide cl-19.
1154
bd8fadca
MA
11552010-10-05 Michael Albinus <michael.albinus@gmx.de>
1156
1157 * net/tramp.el (tramp-handle-directory-files-and-attributes)
1158 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1159 New defuns, taken from tramp-smb.el.
1160 (tramp-coding-system-change-eol-conversion)
43f964fc 1161 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 1162
43f964fc 1163 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
1164 (tramp-compat-coding-system-change-eol-conversion)
1165 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1166 from tramp.el.
1167
1168 * net/tramp-gvfs.el:
1169 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1170 by `tramp-compat-set-process-query-on-exit-flag'.
1171
43f964fc
SM
1172 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1173 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
1174 `tramp-handle-file-exists-p' and
1175 `tramp-handle-file-newer-than-file-p'.
1176 (tramp-imap-handle-file-exists-p)
1177 (tramp-imap-handle-file-executable-p)
1178 (tramp-imap-handle-file-readable-p)
1179 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 1180 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
1181
1182 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
1183 by `tramp-compat-set-process-query-on-exit-flag' and
1184 `tramp-coding-system-change-eol-conversion' by
1185 `tramp-compat-coding-system-change-eol-conversion'.
1186
43f964fc
SM
1187 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1188 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
1189 `tramp-handle-file-exists-p' and
1190 `tramp-handle-file-newer-than-file-p'.
1191 (tramp-smb-handle-directory-files-and-attributes)
1192 (tramp-smb-handle-file-exists-p)
43f964fc
SM
1193 (tramp-smb-handle-file-newer-than-file-p): Remove.
1194 (tramp-smb-maybe-open-connection):
1195 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
1196 `tramp-compat-set-process-query-on-exit-flag'.
1197
726c5357
GM
11982010-10-05 Glenn Morris <rgm@gnu.org>
1199
1200 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
1201
4a93e698
MA
12022010-10-04 Michael Albinus <michael.albinus@gmx.de>
1203
1204 Continue reorganization of load dependencies. (Bug#7156)
1205
1206 * net/tramp.el (tramp-handle-file-local-copy-hook)
1207 (tramp-delete-temp-file-function): Move down.
1208 (tramp-exists-file-name-handler): Move up.
1209 (tramp-register-file-name-handlers): Simplify autoload.
1210 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
1211 (tramp-handle-directory-files, tramp-handle-dired-uncache)
1212 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
1213 (tramp-handle-file-name-completion)
1214 (tramp-handle-file-name-directory)
1215 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
1216 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
1217 (tramp-handle-find-backup-file-name)
1218 (tramp-handle-insert-file-contents, tramp-handle-load)
1219 (tramp-handle-substitute-in-file-name)
1220 (tramp-handle-unhandled-file-name-directory)
1221 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 1222 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
1223
1224 * net/tramp-gvfs.el (top):
1225 * net/tramp-smb.el (top): Do not require 'tramp-sh.
1226
1227 * net/tramp-sh.el (all): Move several objects to tramp.el, see
1228 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
1229
b4593555
GM
12302010-10-04 Glenn Morris <rgm@gnu.org>
1231
1232 * calendar/appt.el (appt-add): Ensure reminders are enabled.
1233 (appt-activate): Give status messages.
1234
8762aa10
TZ
12352010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1236
1237 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
1238 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
1239 `gnutls-negotiate' (formerly `starttls-negotiate').
1240 Remove trivial wrapper `starttls-open-stream'.
8762aa10 1241
82fb8701
DN
12422010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1243
1244 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
1245 log-outgoing commands.
1246 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1247 to create a buffer local revert-buffer-function variable.
1248 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1249 revert-buffer-function lambda.
1250
c1ae068b
LMI
12512010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1252
1253 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
1254 `gnutls-boot'. Make TYPE the only required parameter.
1255 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
1256 (open-ssl-stream): Use it.
1257
67141a37
GM
12582010-10-03 Glenn Morris <rgm@gnu.org>
1259
77f38949
GM
1260 * subr.el (directory-sep-char): Remove obsolete variable.
1261 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1262 it is "necessary".
1263
67141a37
GM
1264 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1265 * vc/vc.el (vc-static-header-alist): Doc fix.
1266 * vc/vc-cvs.el (vc-cvs-header):
1267 * vc/vc-rcs.el (vc-rcs-header):
1268 * vc/vc-sccs.el (vc-sccs-header):
1269 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1270 * obsolete/vc-mcvs.el (vc-mcvs-header):
1271 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1272 on XEmacs.
1273
96bcef2e
CY
12742010-10-03 Chong Yidong <cyd@stupidchicken.com>
1275
43f964fc
SM
1276 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1277 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 1278
ef47f179
GM
12792010-10-03 Glenn Morris <rgm@gnu.org>
1280
0437978e
GM
1281 * obsolete/x-menu.el: Remove file, obsolete since 21.1
1282
aee3c6f7
GM
1283 * textmodes/rst.el (rst-font-lock-keywords-function):
1284 Drop Emacs 20 code.
1285
f88cd114
GM
1286 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
1287
6abfe35f
GM
1288 * printing.el: Drop Emacs 20 code.
1289
59e31cfa
GM
1290 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
1291 without having used appt.el already).
1292
922ad43e
GM
1293 * subr.el (make-local-hook): Remove function obsolete since 21.1.
1294 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
1295 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
1296 XEmacs.
1297 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
1298 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
1299
ef47f179
GM
1300 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
1301 (charset-width, find-charset-region, chars-in-region, forward-point)
1302 (encode-coding-string, coding-system-p, ccl-execute-on-string)
1303 (define-ccl-program, multibyte-string-p, string-make-multibyte):
1304 Remove compatibility cruft (none of these are used by ps*.el).
1305
ac6ca7ba
KR
13062010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1307
1308 * subr.el (booleanp): Return t instead of a list (Bug#7086).
1309
2a847524
CY
13102010-10-03 Chong Yidong <cyd@stupidchicken.com>
1311
43f964fc
SM
1312 * server.el (server-process-filter, server-return-error):
1313 Give emacsclient time to shut down after receiving an error string.
2a847524 1314
4bc3c53d
MA
13152010-10-02 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * files.el (remote-file-name-inhibit-cache): New defcustom.
1318
43f964fc
SM
1319 * time.el (display-time-file-nonempty-p):
1320 Use `remote-file-name-inhibit-cache'.
4bc3c53d 1321
43f964fc
SM
1322 * net/tramp.el (tramp-completion-reread-directory-timeout):
1323 Fix docstring.
4bc3c53d
MA
1324
1325 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
1326 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
1327 `remote-file-name-inhibit-cache'. Check also for an integer
1328 value. Add/increase counter when `tramp-verbose' >= 10.
1329 (tramp-set-file-property): Add/increase counter when
1330 `tramp-verbose' >= 10.
1331
1332 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1333 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
1334 (tramp-bug): Set tramp-autoload cookie. Report all interned
1335 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
1336 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
1337 characters only in strings.
1338
1339 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
1340 to backward compatibility.
1341
1342 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
1343 (tramp-handle-file-name-all-completions)
43f964fc
SM
1344 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
1345 (tramp-open-connection-setup-interactive-shell):
1346 Call `tramp-cleanup-connection' directly.
4bc3c53d 1347
9c524fcb
GM
13482010-10-02 Glenn Morris <rgm@gnu.org>
1349
3226d6ca
GM
1350 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
1351
1352 * subr.el (char-bytes): Remove obsolete function.
1353
1354 * isearch.el (isearch-return-char): Remove obsolete function.
1355
1356 * mouse.el: No longer provide mldrag.
1357 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
1358 Remove obsolete aliases.
1359
1360 * comint.el (comint-kill-output): Remove obsolete alias.
1361
1362 * composite.el (decompose-composite-char): Remove obsolete function.
1363 * ps-def.el (decompose-composite-char): Remove unused function.
1364
1365 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
1366
1367 * outline.el (outline-visible): Remove obsolete function.
1368
1369 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1370 * faces.el (internal-find-face, internal-get-face)
1371 (frame-update-faces, frame-update-face-colors)
1372 (x-frob-font-weight, x-frob-font-slant)
1373 (internal-frob-font-weight, internal-frob-font-slant)
1374 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1375 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1376 (x-make-font-bold-italic): Remove functions and aliases, obsolete
1377 since Emacs 21.1.
1378 * emulation/viper-util.el (viper-get-face):
1379 * obsolete/lucid.el (find-face, get-face): Use facep.
1380 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
1381 Remove unused functions.
1382 * vc/ediff-util.el (ediff-submit-report): Doc fix.
1383
9c524fcb
GM
1384 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
1385 delete tempfile if interrupted during compilation.
1386
aecb42aa
LMI
13872010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1388
1389 * net/tls.el (tls-starttls-switches): Give up on using starttls with
1390 gnutls-cli.
1391 (tls-program): Add --insecure to be consistent with the defaults from
1392 openssl s_client. Now all three commands are insecure.
1393
73077a9a
EZ
13942010-10-01 Eli Zaretskii <eliz@gnu.org>
1395
1396 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
1397 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
1398 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
1399
1ef075bb
GM
14002010-10-01 Glenn Morris <rgm@gnu.org>
1401
1fcaf927
GM
1402 * obsolete/sc.el: Remove file.
1403
1ef075bb
GM
1404 * files.el (temporary-file-directory): On darwin, also try
1405 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
1406
a16f5f64
JB
14072010-10-01 Juanma Barranquero <lekktu@gmail.com>
1408
1409 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
1410 Let's not break compatibility gratuitously, shall we?
1411
6b958814
G
14122010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1413
47e08896 1414 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
1415 (tls-find-starttls-argument): Use it.
1416 (open-tls-stream): Ditto.
1417
47e08896 1418 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
1419 entry.
1420 (netrc-machine): Ditto.
1421
cad90f3b
EZ
14222010-09-30 Eli Zaretskii <eliz@gnu.org>
1423
1424 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1425
968ef9b4
JB
14262010-09-30 Juanma Barranquero <lekktu@gmail.com>
1427
1428 * server.el (server-start): Don't write pid to the authentication file.
1429 (server-create-tty-frame): Don't send pid.
1430 (server-process-filter): Send pid at the start of every connection.
1431
3536dea8
GM
14322010-09-30 Glenn Morris <rgm@gnu.org>
1433
8e378d88
GM
1434 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
1435 (show-all-diary-entries): Remove obsolete function aliases.
1436
3536dea8
GM
1437 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
1438 Remove options, obsolete since 22.1.
1439 (appt-display-format, appt-display-message): Remove
1440 backwards-compatibility code.
1441 (appt-check): No longer check appt-issue-message.
1442 (appt-make-list): No longer autoload it. Doc fix. No longer
1443 activate the package.
1444
df7fcaff
LMI
14452010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1446
1447 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
1448 (starttls-negotiate): Just call boot, and let the handshake be
1449 triggered from the read loop.
df7fcaff 1450
c2828614
GM
14512010-09-29 Glenn Morris <rgm@gnu.org>
1452
17a46341
GM
1453 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
1454 not displaying the diary.
1455 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
1456 * calendar/appt.el (appt-check): No longer need to kill diary.
1457
7161e329
GM
1458 * calendar/diary-lib.el (diary-list-entries): Move the
1459 "Preparing..." message entirely here.
1460 (diary-simple-display, diary-fancy-display): Move "Preparing..."
1461 messages to diary-list-entries.
1462 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
1463 diary-display-function.
1464
d0de6cba
GM
1465 * calendar/diary-lib.el (diary-include-other-diary-files):
1466 Trap some recursive includes.
1467
c2828614
GM
1468 * calendar/appt.el (appt-activate): Check diary file.
1469
0c43b6f8
KY
14702010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1471
1472 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1473 construction.
1474
1475 * calendar/time-date.el: No need to require cl for Emacs 21.
1476
97ce2730
GM
14772010-09-28 Glenn Morris <rgm@gnu.org>
1478
1479 * calendar/appt.el (appt-check): Minor simplification.
1480
e0a185ae
KY
14812010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1482
1483 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
1484 citation prefix.
1485
c19f76a1
AS
14862010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1487
95b6d681
JB
1488 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1489 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 1490
fd057fd2
KH
14912010-09-27 Kenichi Handa <handa@m17n.org>
1492
1493 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1494 "ustar" format.
1495
368b3544
KH
14962010-09-27 Kenichi Handa <handa@m17n.org>
1497
1498 * international/mule.el (define-coding-system): Docstring fixed.
1499
1500 * international/mule-diag.el (describe-character-set): Use princ
1501 with proper print-length and print-level instead of insert.
1502
95b6d681 15032010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
1504
1505 * window.el (walk-windows): Doc fix (bug#7105).
1506
99368725
SM
15072010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * emacs-lisp/float-sup.el (e): Remove.
1510
8ed70bf3
LMI
15112010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1512
1513 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
1514 variable.
1515 (starttls-negotiate): Use it.
1516
d2e9d0bb
LMI
15172010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1518
1519 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1520 back.
1521
15413fb4
SM
15222010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1525
1821a7b4
LMI
15262010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1527
6303aba1
LMI
1528 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1529
1821a7b4
LMI
1530 * net/netrc.el (netrc-store-data): New function.
1531
8af55556
TZ
15322010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1533
1534 * net/gnutls.el: GnuTLS glue code to set up a connection.
1535
42343747
JD
15362010-09-25 Julien Danjou <julien@danjou.info>
1537
1538 * notifications.el: Call dbus-register-signal only if it is bound.
1539
ec60da52
GM
15402010-09-25 Glenn Morris <rgm@gnu.org>
1541
1542 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1543 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1544 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1545 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1546 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1547 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1548 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1549 * eshell/esh-util.el, eshell/esh-var.el:
1550 Remove leading `*' from docs of faces and defcustoms.
1551
4c964351
UM
15522010-09-25 Ulrich Mueller <ulm@gentoo.org>
1553
1554 * eshell/em-ls.el (eshell-ls-archive-regexp):
1555 * eshell/esh-util.el (eshell-tar-regexp):
1556 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1557 * info.el (Info-suffix-list):
1558 * international/mule.el (auto-coding-alist):
1559 * woman.el (woman-file-regexp, woman-file-compression-regexp):
1560 * progmodes/etags.el (tags-compression-info-list):
1561 Support xz compression.
1562
41f54b73
CY
15632010-09-25 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * files.el (get-free-disk-space): Don't assume the "df" output
1566 columns line up (Bug#6995).
1567
40b1a3a9
JB
15682010-09-25 Juanma Barranquero <lekktu@gmail.com>
1569
1570 * finder.el (finder-unknown-keywords):
1571 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1572 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1573
ba3033ee
JB
15742010-09-25 Juanma Barranquero <lekktu@gmail.com>
1575
1576 * server.el (server-start): Revert part of 2010-08-08 change. Using
1577 address 127.0.0.1 for local host is now done in Fmake_network_process.
1578
5e339ee2
GM
15792010-09-24 Glenn Morris <rgm@gnu.org>
1580
1581 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1582 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1583 * textmodes/css-mode.el, textmodes/dns-mode.el:
1584 Move autoloaded auto-mode-alist entries to files.el.
1585 * files.el (auto-mode-alist): Move entries here.
1586
af3ccb5c
GM
15872010-09-23 Glenn Morris <rgm@gnu.org>
1588
1589 * isearch.el (isearch-lazy-highlight-cleanup)
1590 (isearch-lazy-highlight-initial-delay)
1591 (isearch-lazy-highlight-interval)
1592 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1593 * net/net-utils.el (ipconfig-program-options):
1594 Move aliases to options before the associated definitions.
1595
266a86bd 15962010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
1597
1598 * newcomment.el (comment-normalize-vars): Better test validity of
1599 comment-end-skip.
1600
27ffea71 16012010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
1602
1603 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1604 (float-e): New name for `e'.
1605 (degrees-to-radians, radians-to-degrees):
1606 * calendar/solar.el (solar-longitude):
1607 * calculator.el (calculator-registers, calculator-funcall):
1608 * textmodes/artist.el (artist-spray-random-points):
1609 * play/bubbles.el (bubbles--initialize-images): Use new names.
1610
27ffea71 16112010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
1612
1613 Update to CEDET 1.0's version of EIEIO.
1614
9e0d4f9e
SM
1615 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1616 New function.
a2930e43
EL
1617 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1618 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1619 (class-precedence-list): If class is nil, return nil.
1620 (eieio-generic-call): If class of first input arg is nil, don't
1621 look up static methods, and do check for primary methods.
1622 (initialize-instance): See if the default needs to be evaluated
1623 during the constructor.
1624 (eieio-perform-slot-validation-for-default): Don't do the check
1625 for values that will eventually be evaluated.
1626 (eieio-eval-default-p): New function.
1627 (eieio-default-eval-maybe): Use it.
1628
27ffea71 16292010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
1630
1631 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1632 method-invocation-order.
1633 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1634 (eieio-class-precedence-dfs): Compute class precedence list using
1635 dfs algorithm.
1636 (eieio-class-precedence-bfs): Compute class precedence list using
1637 bfs algorithm.
9e0d4f9e 1638 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
1639 c3 algorithm.
1640 (class-precedence-list): New function.
1641 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1642 (inconsistent-class-hierarchy): New error symbol.
1643 (call-next-method): Stow the replacement argument list for future
1644 call-next-method invocations.
1645
266a86bd 16462010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 1647
ea7f9ebf
GM
1648 * calendar/appt.el (appt-check): If not displaying the diary,
1649 use (diary 1) to only get the entries we need.
1650 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1651 that it is in day order. (Bug#7019)
1652
1bf6d075
GM
1653 * calendar/appt.el (appt-check): Rather than showing the diary,
1654 just turn off invisible display, and only if needed.
1655
87e798a7
GM
1656 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1657
1fc7dabf
GM
16582010-09-23 Glenn Morris <rgm@gnu.org>
1659
7a16788b
GM
1660 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1661 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 1662 Start warnings with lower-case, like the majority.
7a16788b 1663
19543b17
GM
1664 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1665
54238e6d
GM
1666 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
1667
ce009d0b
GM
1668 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1669 * files.el (auto-mode-alist): Move ld-script entries here, further down
1670 the list.
1671
7b344dfe
GM
1672 * vc/add-log.el: Don't require timezone when compiling.
1673 (timezone-make-date-sortable): Autoload it.
1674 (change-log-sortable-date-at): Don't require timezone.
1675 Use `ignore-errors'.
1676
d9703498
GM
1677 * comint.el (comint-use-prompt-regexp-instead-of-fields):
1678 Move alias before definition, so it does not need autoloading.
1679
1fc7dabf
GM
1680 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1681 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1682 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1683 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1684 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1685 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1686 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1687 * textmodes/tex-mode.el, textmodes/two-column.el:
1688 Remove leading `*' from docs of defcustoms etc.
1689
7676efad
TZ
16902010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1691
1692 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1693
b069e5a6
G
16942010-09-22 Dan Christensen <jdc@uwo.ca>
1695
1696 * calendar/time-date.el (date-to-time): Try using parse-time-string
1697 first before using the slower timezone-make-date-arpa-standard.
1698
1bf68d53
KY
16992010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1700
1701 * calendar/time-date.el (format-seconds): Comment fix.
1702
cd205c76
GM
17032010-09-22 Glenn Morris <rgm@gnu.org>
1704
1705 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1706 is not automatically buffer-local.
1707
4ddea91b
SM
17082010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1711 (smie-indent-comment): Be more careful with comment-start-skip.
1712 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1713 (smie-indent-functions): Use them.
1714
b0f037ed
MA
17152010-09-21 Michael Albinus <michael.albinus@gmx.de>
1716
1717 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1718
8cf1771a
JD
17192010-09-21 Jan Djärv <jan.h.d@swipnet.se>
1720
36a1b6db
JD
1721 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1722 tool-bar-position. Don't modify frame parameters here.
180fb94a 1723 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 1724
8cf1771a
JD
1725 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1726
0097720d
SM
17272010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1728
5d8e0d5d
SM
1729 * textmodes/reftex-parse.el (reftex-what-macro)
1730 (reftex-context-substring): Let-bind forward-sexp-function to nil
1731 since we don't need/want to treat \begin...\end as a block (bug#7053).
1732
984edd22
SM
1733 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1734
1735 * simple.el (blink-matching-open): Use syntax-class.
1736
3672149f
SM
1737 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1738 Set invisibility spec for pascal's outline mode.
1739 (pascal-outline-change): Clean up calling convention.
1740 (pascal-show-all, pascal-hide-other-defuns): Update callers.
1741
549d0e1e
SM
1742 * progmodes/prolog.el (prolog-smie-forward-token)
1743 (prolog-smie-backward-token): New functions.
1744 (prolog-mode-variables): Use them to parse "!," correctly.
1745 Set up smie-blink-matching for ".".
1746
a9cb95dd
SM
1747 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1748 and `end'.
1749 (ispell-region, ispell-process-line): Update users.
1750
de558d10
SM
1751 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1752 point-min==1.
1753
94eb3112
SM
1754 * textmodes/ispell.el: Fix commenting convention.
1755 (ispell-parse-output): Simplify, use push.
1756 (ispell-region): Use match-string-no-properties.
1757 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1758 (ispell-minor-mode): Use define-minor-mode.
1759 (ispell-message): Remove unused var `skip-regexp'.
1760 (ispell-add-per-file-word-list): Use dynamic let-binding.
1761 Try and use the proper comment marker.
1762
1f7f45a5
SM
1763 * mail/sendmail.el: Fix commenting convention.
1764 (sendmail-send-it): Use line-beginning-position.
1765
0097720d
SM
1766 * help-fns.el (describe-variable): Add original value, if applicable.
1767
596880ea
JB
17682010-09-20 Juanma Barranquero <lekktu@gmail.com>
1769
f0713411
JB
1770 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1771
596880ea
JB
1772 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1773
37c0347e
SM
17742010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1775
2bc01104
SM
1776 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1777 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1778 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1779 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1780 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1781 something like "." can also be a closer.
1782 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1783 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1784 Rename internal functions to use "--". Update callers.
1785
e2c3f530
SM
1786 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1787
37c0347e
SM
1788 * fringe.el (fringe-styles): New var.
1789 (fringe-mode, fringe-query-style): Use it.
1790
74790210
MM
17912010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1792
1793 * progmodes/sql.el: Version 2.8
93acd23d 1794 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
1795 (sql-product-alist): Add :list-all and :list-table features for
1796 SQLite, Postgres and MySQL products.
1797 (sql-redirect): Handle default value.
1798 (sql-execute, sql-execute-feature): New functions.
1799 (sql-read-table-name): New function.
93acd23d 1800 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
1801 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1802 for above functions.
1803 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1804 for above functions.
1805 (sql-postgres-login-params): Add user and database defaults.
1806 (sql-buffer-live-p): Bug fix.
93acd23d 1807 (sql-product-history): New variable.
74790210
MM
1808 (sql-read-product): New function. Use it.
1809 (sql-set-product, sql-product-interactive): Use it.
1810 (sql-connection-history): New variable.
93acd23d 1811 (sql-read-connection): New function. Use it.
74790210
MM
1812 (sql-connect): New function.
1813 (sql-for-each-login): Redesign function interface.
1814 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
1815 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1816 (sql-comint): Check for program. Existing live buffer.
74790210
MM
1817 (sql-comint-postgres): Add port parameter.
1818
cec01cd2
SM
18192010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * emacs-lisp/warnings.el: Fix commenting convention.
1822 (display-warning): Use special mode and make the buffer read-only.
1823
c2a845b5
JB
18242010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1825
1826 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1827 empty string when it follows a repeated or optional pattern.
1828
f5632fb6
SM
18292010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1832 (indent-region): Use indent-according-to-mode.
1833
71b961e8
EZ
18342010-09-18 Eli Zaretskii <eliz@gnu.org>
1835
1836 * fringe.el (fringe-mode): Doc fix.
1837
dbbd7ad4
KRC
18382010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1839
1840 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1841 refreshing the preview buffer.
1842
b879a6e2
SM
18432010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1846 (latex-syntax-propertize-rules): New consts; replace
1847 tex-font-lock-syntactic-keywords.
1848 (tex-env-mark, latex-env-before-change): New functions.
1849 (latex-electric-env-pair-mode): New minor mode.
1850 (tex-font-lock-verb): Change arguments; do move point.
1851 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1852 representation as a form of comment.
1853 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1854 (doctex-syntax-propertize-rules): New const; replaces
1855 doctex-font-lock-syntactic-keywords.
1856 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1857
1858 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1859 (fortran-make-syntax-propertize-function): New function; replaces
1860 fortran-font-lock-syntactic-keywords.
1861 (fortran-mode): Use it.
1862 (fortran-line-length): Use it. Improve interactive spec.
1863
1864 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1865 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1866 when adding surrounding \(..\).
1867
1868 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1869
4be520fb
SM
18702010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1871
269c197e
SM
1872 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1873 Use with-current-buffer.
1874
4be520fb
SM
1875 * isearch.el (isearch-face): Rename from `isearch'.
1876 (isearch-highlight): Use new name.
1877
a67597d6
EZ
18782010-09-17 Eli Zaretskii <eliz@gnu.org>
1879
1880 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1881 5, for `half' width fringes. (Bug#6933)
1882
31c381e8
SM
18832010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1884
3fe6ef4e
SM
1885 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1886 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1887
31c381e8
SM
1888 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1889
fb0cf781
J
18902010-09-17 Stephen Berman <stephen.berman@gmx.net>
1891
1892 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1893 in calculating new frame position. Add more space between new and
1894 parent on the left (Bug#7048).
1895
1a9dc3b5
MA
18962010-09-17 Michael Albinus <michael.albinus@gmx.de>
1897
1898 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1899 defmacro.
1900
dff0fdc3
CY
19012010-09-16 Chong Yidong <cyd@stupidchicken.com>
1902
31c381e8 1903 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 1904
117c96c7
CY
1905 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1906 obsolete alias for x-selection-value.
1907
dff0fdc3
CY
1908 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1909
c6f2191f
MA
19102010-09-16 Michael Albinus <michael.albinus@gmx.de>
1911
1912 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1913 cookie.
1914
6139f995
MA
19152010-09-15 Michael Albinus <michael.albinus@gmx.de>
1916
1917 * net/tramp-compat.el (tramp-compat-with-temp-message)
1918 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1919 (tramp-compat-process-put): New defuns.
1920
1921 * net/tramp.el (top):
1922 * net/tramp-gvfs.el (top):
1923 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1924
31c381e8
SM
1925 * net/tramp.el (tramp-progress-reporter-update):
1926 Use `tramp-compat-funcall'.
6139f995
MA
1927
1928 * net/tramp.el (tramp-process-actions):
1929 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1930 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
1931 (tramp-get-remote-stat, tramp-get-remote-readlink):
1932 Use `tramp-compat-with-temp-message'.
6139f995
MA
1933
1934 * net/tramp-sh.el (top): Require 'cl.
1935 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
1936 (tramp-open-connection-setup-interactive-shell):
1937 Use `tramp-compat-process-put'.
6139f995 1938
22c3ce97
AM
19392010-09-15 Alan Mackenzie <acm@muc.de>
1940
1941 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1942 indentation.
a4ee83cc 1943 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 1944
4f1e9960
SM
19452010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1948 `lexical' for warnings related to lexical scoping.
1949 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1950 global vars which don't have a prefix and could hence affect lexical
1951 scoping in unrelated files.
1952
01e80360
LMI
19532010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1954
1955 * net/imap.el: Revert back to version
1956 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1957 seem problematic.
1958
5e2a84e3
JB
19592010-09-14 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * obsolete/old-whitespace.el (whitespace-unload-function):
1962 Explicitly pass `obarray' to `unintern' to avoid a warning.
1963
f3a30a50
SM
19642010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1967 Add `when' argument. Update callers.
1968
1969 * subr.el (unintern): Declare the obarray arg mandatory.
1970
92b99a01
GM
19712010-09-14 Glenn Morris <rgm@gnu.org>
1972
67ae9766
GM
1973 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1974 Doc fixes.
1975
92b99a01
GM
1976 * calendar/diary-lib.el (diary-included-files): New variable.
1977 (diary-list-entries): Maybe initialize diary-included-files.
1978 (diary-include-other-diary-files): Append to diary-included-files.
1979 * calendar/appt.el (appt-update-list): Also check the members of
1980 diary-included-files. (Bug#6999)
08151ec5 1981 (appt-check): Doc fix.
92b99a01 1982
6664fc59 19832010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
1984
1985 * simple.el (line-move-visual): Do not truncate goal column to
1986 integer size. (Bug#7020)
1987
6664fc59 19882010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
1989
1990 * repeat.el (repeat): Allow repeating when the last event is a click.
1991 Suggested by Drew Adams (bug#6256).
1992
6664fc59 19932010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
1994
1995 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1996 Replace setting HGRCPATH to "" by some less invasive --config options.
1997
6664fc59 19982010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
1999
2000 * font-lock.el (font-lock-beginning-of-syntax-function):
2001 Mark as obsolete.
2002
6664fc59 20032010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
2004
2005 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
2006 and tool-bar modes. (Bug#6211)
2007 (menu-bar-mode): Move setting of standard-value after the
2008 minor-mode definition, otherwise it seems to have no effect.
2009
6664fc59 20102010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
2011
2012 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2013 Fix typo. (Bug#6976)
2014
6664fc59 20152010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
2016
2017 * whitespace.el: Allow cleaning up blanks without blank
2018 visualization (Bug#6651). Adjust help window for
2019 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
2020 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
2021 (whitespace-style): Add new value 'face. Adjust docstring.
2022 (whitespace-space, whitespace-hspace, whitespace-tab):
2023 Adjust foreground property face.
9c405a86
CY
2024 (whitespace-line-column): Adjust docstring and type declaration.
2025 (whitespace-style-value-list, whitespace-toggle-option-alist)
2026 (whitespace-help-text): Adjust const initialization.
2027 (whitespace-toggle-options, global-whitespace-toggle-options):
2028 Adjust docstring.
2029 (whitespace-display-window, whitespace-interactive-char)
2030 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2031 (whitespace-help-scroll): New fun.
2032
ba96ddf5
KY
20332010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2034
2035 * calendar/time-date.el (format-seconds): Comment fix.
2036
a386ac70
MM
20372010-09-13 Michael R. Mauger <mmaug@yahoo.com>
2038
2039 * progmodes/sql.el: Version 2.7.
2040 (sql-buffer-live-p): Improve detection.
2041 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2042 (sql-set-sqli-buffer): Use it.
2043 (sql-product-interactive): Run `sql-set-sqli-hook'.
2044 (sql-rename-buffer): Code cleanup.
2045 (sql-redirect, sql-redirect-value): New functions. More to come.
2046
5d921df2
JB
20472010-09-13 Juanma Barranquero <lekktu@gmail.com>
2048
2049 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.
2050 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2051 (TRAMP_SRC): New macro.
2052 ($(lisp)/net/tramp-loaddefs.el): New target.
2053
03c1ad43
MA
20542010-09-13 Michael Albinus <michael.albinus@gmx.de>
2055
2056 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
2057
2058 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
2059
2060 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
2061 'tramp-compat, everything else is required there.
2062 Use `ignore-errors' where appropriate.
03c1ad43
MA
2063 (tramp-inline-compress-start-size, tramp-copy-size-limit)
2064 (tramp-terminal-type, tramp-end-of-output)
2065 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
2066 (tramp-completion-function-alist-ssh)
2067 (tramp-completion-function-alist-telnet)
2068 (tramp-completion-function-alist-su)
2069 (tramp-completion-function-alist-putty, tramp-remote-path)
2070 (tramp-remote-process-environment, tramp-sh-extra-args)
2071 (tramp-actions-before-shell, tramp-uudecode)
2072 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
2073 (tramp-perl-file-attributes)
2074 (tramp-perl-directory-files-and-attributes)
2075 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
2076 (tramp-perl-encode, tramp-perl-decode)
2077 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
2078 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
2079 (tramp-handle-make-symbolic-link, tramp-handle-load)
2080 (tramp-handle-file-name-as-directory)
2081 (tramp-handle-file-name-directory)
2082 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2083 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
2084 (tramp-do-file-attributes-with-ls)
2085 (tramp-do-file-attributes-with-perl)
2086 (tramp-do-file-attributes-with-stat)
2087 (tramp-handle-set-visited-file-modtime)
2088 (tramp-handle-verify-visited-file-modtime)
2089 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
2090 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
2091 (tramp-handle-file-selinux-context)
2092 (tramp-handle-set-file-selinux-context)
2093 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
2094 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
2095 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
2096 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
2097 (tramp-handle-file-ownership-preserved-p)
2098 (tramp-handle-directory-file-name, tramp-handle-directory-files)
2099 (tramp-handle-directory-files-and-attributes)
2100 (tramp-do-directory-files-and-attributes-with-perl)
2101 (tramp-do-directory-files-and-attributes-with-stat)
2102 (tramp-handle-file-name-all-completions)
2103 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
2104 (tramp-handle-copy-file, tramp-handle-copy-directory)
2105 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
2106 (tramp-do-copy-or-rename-file-via-buffer)
2107 (tramp-do-copy-or-rename-file-directly)
2108 (tramp-do-copy-or-rename-file-out-of-band)
2109 (tramp-handle-make-directory, tramp-handle-delete-directory)
2110 (tramp-handle-delete-file)
2111 (tramp-handle-dired-recursive-delete-directory)
2112 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
2113 (tramp-handle-insert-directory)
2114 (tramp-handle-unhandled-file-name-directory)
2115 (tramp-handle-expand-file-name)
2116 (tramp-handle-substitute-in-file-name)
2117 (tramp-handle-executable-find, tramp-process-sentinel)
2118 (tramp-handle-start-file-process, tramp-handle-process-file)
2119 (tramp-handle-call-process-region, tramp-handle-shell-command)
2120 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
2121 (tramp-handle-insert-file-contents)
2122 (tramp-handle-insert-file-contents-literally)
2123 (tramp-handle-find-backup-file-name)
2124 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
2125 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
2126 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
2127 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
2128 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
2129 (tramp-find-file-exists-command, tramp-open-shell)
2130 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
2131 (tramp-open-connection-setup-interactive-shell)
2132 (tramp-local-coding-commands, tramp-remote-coding-commands)
2133 (tramp-find-inline-encoding, tramp-call-local-coding-command)
2134 (tramp-inline-compress-commands, tramp-find-inline-compress)
2135 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 2136 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
2137 (tramp-send-command-and-check, tramp-barf-unless-okay)
2138 (tramp-send-command-and-read, tramp-mode-string-to-int)
2139 (tramp-convert-file-attributes, tramp-check-cached-permissions)
2140 (tramp-file-mode-from-int, tramp-file-mode-permissions)
2141 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2142 (tramp-method-out-of-band-p, tramp-local-host-p)
2143 (tramp-get-remote-path, tramp-get-remote-tmpdir)
2144 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2145 (tramp-get-test-command, tramp-get-test-nt-command)
2146 (tramp-get-file-exists-command, tramp-get-remote-ln)
2147 (tramp-get-remote-perl, tramp-get-remote-stat)
2148 (tramp-get-remote-readlink, tramp-get-remote-trash)
2149 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2150 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 2151 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
2152 tramp-sh.el.
2153 (tramp-methods, tramp-default-method-alist)
2154 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2155 Move initialization to tramp-sh.el.
2156 (tramp-temp-name-prefix): Make it a defconst.
2157 (tramp-dissect-file-name): Don't check anymore for multi-hop
2158 methods.
2159 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 2160 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
2161 (tramp-get-debug-buffer): Use it.
2162
2163 * net/tramp-cache.el (top): Set tramp-autoload cookie for
2164 initialization forms.
2165 (tramp-set-connection-property): Don't protect `tramp-message'
2166 call, it isn't necessary any longer.
2167 (tramp-dump-connection-properties): Use `ignore-errors'.
2168
2169 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2170 'password-cache and 'auth-source.
2171
2172 * net/tramp-gvfs.el (top):
2173 * net/tramp-smb.el (top): Require 'tramp-sh.
2174
2175 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
2176
2177 * net/tramp-sh.el: New file, derived from tramp.el.
2178 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 2179 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
2180 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
2181 Use `ignore-errors' where appropriate.
2182 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
2183 `tramp-file-name-handler-alist'.
2184 (tramp-send-command-and-check): Return t or nil. Remove all
2185 `zerop' checks, where called.
2186 (tramp-handle-set-file-modes)
2187 (tramp-do-copy-or-rename-file-directly)
2188 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 2189 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
2190 (tramp-sh-file-name-handler, tramp-send-command-and-check)
2191 (tramp-get-remote-ln): Set tramp-autoload cookie.
2192
2193 * net/tramp-fish.el: Remove file.
2194
c5fe4acb
DU
21952010-09-13 Daiki Ueno <ueno@unixuser.org>
2196
2197 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
2198 buffer-file-name to avoid file-locking. (Bug#7026)
2199
7ea2d383
MA
22002010-09-13 Julien Danjou <julien@danjou.info>
2201
2202 * notifications.el (notifications-notify): Add support for
2203 image-path and sound-name.
2204 (notifications-specification-version): Add this variable.
2205
5616cc54
SM
22062010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2207
31c381e8 2208 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 2209
94c7243b
LL
22102010-09-12 Leo <sdl.web@gmail.com>
2211
2212 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
2213 (rcirc-completion-start): New variables.
2214 (rcirc-nick-completions): Rename to rcirc-completions.
2215 (rcirc-nick-completion-start-offset): Delete.
2216 (rcirc-completion-at-point): New function for constructing
2217 completion data for both nicks and irc commands. Add to
2218 completion-at-point-functions in rcirc mode.
2219 (rcirc-complete): Rename from rcirc-nick-complete; use
2220 rcirc-completion-at-point.
2221 (defun-rcirc-command): Update rcirc-client-commands.
2222
0f34ae28
GM
22232010-09-11 Glenn Morris <rgm@gnu.org>
2224
2225 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
2226 atomically, to avoid parallel build errors. (Bug#4196)
2227
9250002f
MM
22282010-09-11 Michael R. Mauger <mmaug@yahoo.com>
2229
2230 * progmodes/sql.el: Version 2.6
2231 (sql-dialect): Synonym for "sql-product".
2232 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2233 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
2234 Set "sql-buffer" to buffer name not buffer object so multiple sql
2235 interactive buffers work properly. Reverts misguided changes in
2236 earlier work.
2237 (sql-comint): Make sure different buffer name is used if "*SQL*"
2238 buffer is for a different product.
2239 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
2240 login param.
2241 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2242 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2243 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
2244 Accept new buffer name or prompt for one.
2245 (sql-port): Default to zero.
2246 (sql-comint-mysql): Handle "sql-port" as a numeric.
2247 (sql-port-history): Delete unused variable.
2248 (sql-get-login): Default "sql-port" to a number.
31c381e8 2249 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
2250 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
2251 "sqlite3" executables.
31c381e8 2252 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
2253 (sql-buffer-live-p): New function.
2254 (sql-mode-menu, sql-send-string): Use it.
2255 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2256 syntax pattern.
2257 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2258 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2259
a9ec34f4
LMI
22602010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2261
31c381e8 2262 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 2263
cf38dd42
SM
22642010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2265
2266 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2267 to replace texinfo-font-lock-syntactic-keywords.
2268 (texinfo-mode): Use it.
2269
2270 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2271 Use syntax-propertize-function.
2272
2273 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2274 replace sgml-font-lock-syntactic-keywords.
2275 (sgml-mode): Use it.
2276
2277 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2278 since we don't use it.
2279
2280 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2281
2282 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
2283 if available.
2284 (vhdl-fontify-buffer): Adjust.
2285
2286 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
2287 replace tcl-font-lock-syntactic-keywords.
2288 (tcl-mode): Use it.
2289
2290 * progmodes/simula.el (simula-syntax-propertize-function): New var to
2291 replace simula-font-lock-syntactic-keywords.
2292 (simula-mode): Use it.
2293
2294 * progmodes/sh-script.el (sh-st-symbol): Remove.
2295 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
2296 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
2297 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
2298 (sh-font-lock-paren): Set syntax-multiline.
2299 (sh-font-lock-syntactic-keywords): Remove.
2300 (sh-syntax-propertize-function): New function to replace it.
2301 (sh-mode): Use it.
2302
2303 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
2304 Define while compiling.
2305 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2306 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2307 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
2308 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2309 (ruby-here-doc-end-syntax): Only define when
2310 syntax-propertize is not available.
2311 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
2312 New functions.
2313 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
2314 (electric-indent-chars): Silence bytecompiler.
2315 (ruby-mode): Use prog-mode, syntax-propertize-function, and
2316 electric-indent-chars.
2317
2318 * progmodes/python.el (python-syntax-propertize-function): New var to
2319 replace python-font-lock-syntactic-keywords.
2320 (python-mode): Use it.
2321 (python-quote-syntax): Simplify and adjust to new use.
2322
2323 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
2324 replace perl-font-lock-syntactic-keywords.
2325 (perl-syntax-propertize-special-constructs): New fun to replace
2326 perl-font-lock-special-syntactic-constructs.
2327 (perl-font-lock-syntactic-face-function): New fun.
2328 (perl-mode): Use it.
2329
2330 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
2331 to replace octave-font-lock-close-quotes.
2332 (octave-syntax-propertize-function): New function to replace
2333 octave-font-lock-syntactic-keywords.
2334 (octave-mode): Use it.
2335
2336 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
2337 replaces mixal-font-lock-syntactic-keywords.
2338 (mixal-mode): Use it.
2339
2340 * progmodes/make-mode.el (makefile-syntax-propertize-function):
2341 New var; replaces makefile-font-lock-syntactic-keywords.
2342 (makefile-mode): Use it.
2343 (makefile-imake-mode): Adjust.
2344
2345 * progmodes/js.el (js--regexp-literal): Define while compiling.
2346 (js-syntax-propertize-function): New var; replaces
2347 js-font-lock-syntactic-keywords.
2348 (js-mode): Use it.
2349
2350 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
2351 replaces gdb-script-font-lock-syntactic-keywords.
2352 (gdb-script-mode): Use it.
2353
2354 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
2355 (fortran--font-lock-syntactic-keywords): New var.
2356 (fortran-line-length): Update syntax-propertize-function and
2357 fortran--font-lock-syntactic-keywords.
2358
2359 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
2360
2361 * progmodes/cfengine.el (cfengine-mode):
2362 Use syntax-propertize-function.
2363 (cfengine-font-lock-syntactic-keywords): Remove.
2364
2365 * progmodes/autoconf.el (autoconf-mode):
2366 Use syntax-propertize-function.
2367 (autoconf-font-lock-syntactic-keywords): Remove.
2368
2369 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
2370 (ada-after-change-function, ada-initialize-syntax-table-properties)
2371 (ada-handle-syntax-table-properties): Only define when
2372 syntax-propertize is not available.
2373 (ada-mode): Use syntax-propertize-function.
2374
2375 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
2376 (font-lock-fontify-syntactic-keywords-region): Move handling of
2377 font-lock-syntactically-fontified to...
2378 (font-lock-default-fontify-region): ...here.
2379 Let syntax-propertize-function take precedence.
2380 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
2381
2382 * emacs-lisp/syntax.el (syntax-propertize-function)
2383 (syntax-propertize-chunk-size, syntax-propertize--done)
2384 (syntax-propertize-extend-region-functions): New vars.
2385 (syntax-propertize-wholelines, syntax-propertize-multiline)
2386 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
2387 (syntax-propertize): New functions.
2388 (syntax-propertize-rules): New macro.
2389 (syntax-ppss-flush-cache): Set syntax-propertize--done.
2390 (syntax-ppss): Call syntax-propertize.
2391
2392 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
2393
36f7d366
AM
23942010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
2395
2396 * textmodes/ispell.el (ispell-init-process): Improve comments.
2397 XEmacs compatibility changes regarding (add-hook) 'local option
2398 and (set-process-query-on-exit-flag).
2399
8fca3921
MA
24002010-09-09 Michael Albinus <michael.albinus@gmx.de>
2401
cf38dd42
SM
2402 * net/tramp-cache.el (tramp-parse-connection-properties):
2403 Set tramp-autoload cookie.
8fca3921 2404
399653d6
GM
24052010-09-09 Glenn Morris <rgm@gnu.org>
2406
2407 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
2408 (imagemagick-register-types): Doc fix.
2409
c34a9669
SM
24102010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2411
b073dc4b
SM
2412 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
2413
2414 * progmodes/js.el (require): Require is already "eval-and-compile".
2415 (js--re-search-forward): Avoid `eval'. Preserve the error data.
2416 (js--re-search-backward): Use js--re-search-forward.
2417
2418 * progmodes/fortran.el (fortran-line-length): Don't recompute
2419 syntactic keywords redundantly a second time.
2420
2421 * progmodes/ada-mode.el: Replace "(set '" with setq.
2422 (ada-mode): Simplify.
2423 (ada-create-case-exception, ada-adjust-case-interactive)
2424 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
2425 (ada-search-ignore-string-comment, ada-move-to-start)
2426 (ada-move-to-end): Use with-syntax-table.
2427
2428 * font-lock.el (save-buffer-state): Remove `varlist' arg.
2429 (font-lock-unfontify-region, font-lock-default-fontify-region):
2430 Update usage correspondingly.
2431 (font-lock-fontify-syntactic-keywords-region):
2432 Set parse-sexp-lookup-properties buffer-locally here.
2433 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
2434
c34a9669
SM
2435 * simple.el (blink-matching-open): Don't burp if we can't find a match.
2436
13639aab
GM
24372010-09-08 Glenn Morris <rgm@gnu.org>
2438
5a972c36
GM
2439 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
2440 Error if not compiled with -DBYTE_CODE_METER.
2441
13639aab
GM
2442 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2443 Ignore dir-locals-file.
2444
331b2b90
SM
24452010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2448 Not a const.
2449 (compilation-error-regexp-alist-alist): Rule out ": " in file names
2450 for the `gnu' messages.
2451 (compilation-set-skip-threshold): New command.
2452 (compilation-start): Use \' rather than $.
2453 (compilation-forget-errors): Use clrhash.
2454
73b4d51a
AM
24552010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
2456
2457 * textmodes/ispell.el (ispell-valid-dictionary-list):
2458 Simplify logic.
2459
0f34aa77
MA
24602010-09-08 Michael Albinus <michael.albinus@gmx.de>
2461
2462 Migrate to Tramp 2.2. Rearrange load dependencies.
2463 (Bug#1529, Bug#5448, Bug#5705)
2464
2465 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
2466 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
2467 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2468
2469 * net/tramp.el (top): Remove all other tramp-* loads except
2470 tramp-compat.el. Remove all changes to tramp-unload-hook for
2471 other tramp-* packages. Rearrange defun order. Change calls of
2472 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
2473 `tramp-compat-octal-to-decimal' to new function names.
2474 (tramp-terminal-type, tramp-initial-end-of-output)
2475 (tramp-methods, tramp-foreign-file-name-handler-alist)
2476 (tramp-tramp-file-p, tramp-completion-mode-p)
2477 (tramp-send-command-and-check, tramp-get-remote-path)
2478 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
2479 (tramp-shell-quote-argument): Set tramp-autoload cookie.
2480 (with-file-property, with-connection-property): Move to
2481 tramp-cache.el.
2482 (tramp-local-call-process, tramp-decimal-to-octal)
2483 (tramp-octal-to-decimal): Move to tramp-compat.el.
2484 (tramp-handle-shell-command): Do not require 'shell.
2485 (tramp-compute-multi-hops): No special handling for tramp-gw-*
2486 symbols.
2487 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
2488
2489 * net/tramp-cache.el (top): Require 'tramp. Add to
2490 `tramp-unload-hook'.
2491 (tramp-cache-data, tramp-get-file-property)
2492 (tramp-set-file-property, tramp-flush-file-property)
2493 (tramp-flush-directory-property, tramp-get-connection-property)
2494 (tramp-set-connection-property, tramp-flush-connection-property)
2495 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
2496 cookie.
2497 (with-file-property, with-connection-property): New defuns, moved
2498 from tramp.el.
2499 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
2500 macro.
2501
2502 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
2503 (tramp-version): Set tramp-autoload cookie.
2504
2505 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
2506 changes to tramp-unload-hook for other tramp-* packages. Add to
2507 `tramp-unload-hook'.
2508 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
2509 (tramp-compat-call-process): New defuns, moved from tramp.el.
2510
2511 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
2512 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2513 to `tramp-unload-hook'. Change call of
2514 `tramp-compat-decimal-to-octal' to new function name.
2515 (tramp-fish-method): Make it a defconst.
2516 (tramp-fish-file-name-p): Make it a defsubst.
2517 (tramp-fish-method, tramp-fish-file-name-handler)
2518 (tramp-fish-file-name-p): Set tramp-autoload cookie.
2519
2520 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2521 `tramp-foreign-file-name-handler-alist'. Add to
2522 `tramp-unload-hook'.
2523 (tramp-ftp-method): Make it a defconst.
2524 (tramp-ftp-file-name-p): Make it a defsubst.
2525 (tramp-ftp-method, tramp-ftp-file-name-handler)
2526 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2527
2528 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2529 `tramp-foreign-file-name-handler-alist'. Add to
2530 `tramp-unload-hook'. Change checks, whether package can be
2531 loaded.
2532 (tramp-gvfs-file-name-p): Make it a defsubst.
2533 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2534 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2535 (tramp-gvfs-handle-file-directory-p): New defun.
2536 (tramp-gvfs-file-name-handler-alist): Use it.
2537
2538 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2539 `tramp-foreign-file-name-handler-alist'. Add to
2540 `tramp-unload-hook'.
2541 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2542 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2543 defconst.
2544 (tramp-gw-tunnel-method, tramp-gw-socks-method)
2545 (tramp-gw-open-connection): Set tramp-autoload cookie.
2546
2547 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
2548 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2549 to `tramp-unload-hook'. Change checks, whether package can be
2550 loaded.
2551 (tramp-imap-file-name-p): Make it a defsubst.
2552 (tramp-imap-method, tramp-imaps-method)
2553 (tramp-imap-file-name-handler)
2554 (tramp-imap-file-name-p): Set tramp-autoload cookie.
2555
2556 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
2557 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2558 to `tramp-unload-hook'. Change checks, whether package can be
2559 loaded. Change call of `tramp-compat-decimal-to-octal' to new
2560 function name.
2561 (tramp-smb-tunnel-method): Make it a defconst.
2562 (tramp-smb-file-name-p): Make it a defsubst.
2563 (tramp-smb-method, tramp-smb-file-name-handler)
2564 (tramp-smb-file-name-p): Set tramp-autoload cookie.
2565
2566 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2567 (tramp-uuencode-region): Set tramp-autoload cookie.
2568
2569 * net/trampver.el (top) Add to `tramp-unload-hook'.
2570 (tramp-version, tramp-bug-report-address): Set tramp-autoload
2571 cookie. Update release number.
2572
308e764f
AM
25732010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
2574
2575 * textmodes/ispell.el (ispell-start-process): Make sure original
2576 arg list is properly initialized (Bug#6993, Bug#6994).
2577
10999305 25782010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2579
2580 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
2581
2582 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2583 chars like - or ] (bug#6984).
2584 (rx-any-condense-range): Explode 2-char ranges.
2585
10999305
CY
25862010-09-06 Glenn Morris <rgm@gnu.org>
2587
2588 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2589
25902010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
2591
2592 * textmodes/bibtex.el:
2593 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2594
f292afe5
LMI
25952010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2596
331b2b90 2597 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
2598 since no callers use it.
2599 (imap-message-get): Ditto.
2600 (imap-message-put): Ditto.
2601 (imap-mailbox-map): Ditto.
2602 (imap-mailbox-put): Ditto.
2603 (imap-mailbox-get): Ditto.
a131b9b8 2604 (imap-mailbox-get): Revert last change for this function.
f292afe5 2605
dfe1285d
LMI
26062010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2607
331b2b90 2608 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
2609 callers to use `imap-fetch' instead. According to the comments, this
2610 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
2611 (imap-enable-exchange-bug-workaround): Remove.
2612 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 2613
3ff31c90
LMI
26142010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2615
2616 * net/imap.el (imap-log): New convenience function used throughout
2617 instead of repeating the same code all over the place.
2618
dfe1285d 26192010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
2620
2621 * mouse.el (mouse-save-then-kill): Save region to kill-ring
2622 when mouse-drag-copy-region is non-nil (Bug#6956).
2623
93a596e1
CY
26242010-09-05 Chong Yidong <cyd@stupidchicken.com>
2625
8d76af4a
CY
2626 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2627 Improve regexps (Bug#6987).
2628 (dired-sort-toggle): Search more robustly for -t flag.
2629
93a596e1
CY
2630 * files.el (get-free-disk-space): Search more robustly for
2631 "available" column. Suggested by Ehud Karni
2632 <ehud@unix.mvs.co.il>.
2633
733946e7
JB
26342010-09-05 Juanma Barranquero <lekktu@gmail.com>
2635
2636 * international/uni-bidi.el:
2637 * international/uni-category.el:
2638 * international/uni-combining.el:
2639 * international/uni-decimal.el:
2640 * international/uni-mirrored.el:
2641 * international/uni-name.el: Regenerate.
2642
2e664aab
SM
26432010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2644
6aeafb34
SM
2645 * electric.el (electric-indent-post-self-insert-function):
2646 Don't reindent with a sloppy indentation function.
2647
2e664aab
SM
2648 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2649 border case in change-log-mode.
2650
13ef65a4
CY
26512010-09-04 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2654 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2655 Recognize leading tab in gcc-include regexp. Ignore names with
2656 leading "from" or "in" in gnu regexp (Bug#6937).
2657
5abf1556
SM
26582010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2659
6aeafb34 2660 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
2661 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2662 (ispell-start-process): Avoid setq and simplify logic.
2663 (ispell-init-process): Setup kill-buffer-hook locally when needed.
2664 (kill-buffer-hook): Don't use it globally with code that uses
2665 expand-file-name since that may call kill-buffer via
2666 code_conversion_restore.
2667
0be01d2c
CY
26682010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
2669
2670 * emacs-lisp/package.el (package-directory-list): Only call
2671 file-name-nondirectory on a string.
2672
ebf662f4
CY
26732010-09-02 Chong Yidong <cyd@stupidchicken.com>
2674
5abf1556
SM
2675 * emacs-lisp/package.el (package--download-one-archive):
2676 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
2677 (package-activate-1, package-mark-obsolete, define-package)
2678 (package-compute-transaction, package-list-maybe-add): Use push.
2679
e5eddfd1
SM
26802010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2681
89acf735
SM
2682 Use SMIE's blink-paren for octave-mode.
2683 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2684 Backslashes do not escape single-quotes, single-quotes do.
2685 (octave-block-else-regexp, octave-block-end-regexp)
2686 (octave-block-match-alist): Remove.
2687 (octave-smie-bnf-table): New var, with old content.
2688 (octave-smie-op-levels): Use it.
2689 (octave-smie-closer-alist): New var.
2690 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
2691 (octave-blink-matching-block-open): Remove.
2692 (octave-reindent-then-newline-and-indent, octave-electric-semi)
2693 (octave-electric-space): Let self-insert-command run expand-abbrev and
2694 blink parens.
2695
3b843809
SM
2696 * electric.el (electricity): New group.
2697 (electric-indent-chars): New var.
2698 (electric-indent-post-self-insert-function): New fun.
2699 (electric-indent-mode): New minor mode.
2700 (electric-pair-skip-self): New custom.
2701 (electric-pair-post-self-insert-function): New function.
2702 (electric-pair-mode): New minor mode.
2703
0da20854
SM
2704 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2705 calcAlg-blink-matching-open.
2706 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2707 (calc-do-alg-entry): Only touch the part of the keymap that varies.
2708 Use the new blink-matching-check-function.
2709
a49e651e
SM
2710 Provide blink-matching support to SMIE.
2711 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2712 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2713 (smie-blink-matching-check, smie-blink-matching-open): New functions.
2714
e5eddfd1
SM
2715 * simple.el (newline): Fix last change to properly remove itself from
2716 the hook.
2717
b13ebb5c
SM
27182010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * simple.el (newline): Eliminate optimization.
2721 Use post-self-insert-hook to set hard-newline and things before
2722 running post-self-insert-hook.
2723 (blink-matching-check-mismatch): New function.
2724 (blink-matching-check-function): New variable.
2725 (blink-matching-open): Use them.
2726 Skip back forward over prefix chars skipped by forward-sexp.
2727 Don't check if the parens are backslash escaped.
2728 (blink-paren-post-self-insert-function): Check backslash escaping here.
2729
e687c2cd
CY
27302010-09-02 Chong Yidong <cyd@stupidchicken.com>
2731
b13ebb5c
SM
2732 * emacs-lisp/package.el (package-menu-mode-map):
2733 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
2734 (package-menu-mode): Set revert-buffer-function.
2735 (package-menu-revert): Doc fix.
2736
567efba9
AM
27372010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
2738
2739 * textmodes/ispell.el (ispell-init-process): Use "~/" as
2740 `default-directory' unless using Ispell per-directory personal
2741 dictionaries and not in a mini-buffer under XEmacs.
2742 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 2743 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 2744
6d7cc563
JD
27452010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2746
08d4877e
J
2747 * simple.el (kill-new): Call interprogram-cut-function with only
2748 one argument.
2749
45240125
JD
2750 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2751 Remove cut buffer from error message.
2752
2753 * term/x-win.el (x-select-text):
2754 * term/pc-win.el (x-selection-value):
2755 * term/ns-win.el (x-selection-value):
2756 * eshell/em-term.el:
2757 * w32-fns.el (x-get-selection-value):
2758 * mouse-sel.el (mouse-sel-set-selection-function):
2759 * frame.el (display-selections-p): Remove cut-buffer in documentation.
2760
6d7cc563
JD
2761 * term/x-win.el: Update documentation for x-last-selected-text-*.
2762 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2763 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2764 (x-select-text): Remove argument PUSH, update documentation. Remove
2765 cut-buffer code.
2766 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 2767 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
2768 Update documentation, remove cut-buffer code. Call
2769 x-selection-value-internal.
2770 (x-clipboard-yank): Call x-selection-value-internal.
2771 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2772
2773 * term/pc-win.el (x-last-selected-text):
2774 x-cut-buffer-or-selection-value renamed to x-selection-value
2775 (x-select-text): Remove argument PUSH, update documentation.
2776
2777 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2778 x-cut-buffer-or-selection-value renamed to x-selection-value
2779 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2780 (x-select-text): Remove argument PUSH, update documentation.
2781
2782 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2783
2784 * w32-fns.el (x-last-selected-text):
2785 x-cut-buffer-or-selection-value renamed to x-selection-value.
2786 (x-cut-buffer-max): Remove.
2787 (x-select-text): Remove argument PUSH, update documentation.
2788
2789 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2790
2791 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2792
2793 * mouse-sel.el (mouse-sel-get-selection-function):
2794 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 2795 (x-select-text): Remove optional push.
6d7cc563 2796
4de81ee0
SM
27972010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2798
8f4e9110
SM
2799 * simple.el (blink-paren-function): Move from C to here.
2800 (blink-paren-post-self-insert-function): New function.
2801 (post-self-insert-hook): Use it.
2802
4de81ee0
SM
2803 * emacs-lisp/pcase.el (pcase-split-memq):
2804 Fix overenthusiastic optimisation.
2805 (pcase-u1): Handle the case of a lambda pred.
2806
d419e1d9
KH
28072010-08-31 Kenichi Handa <handa@m17n.org>
2808
2809 * international/mule-cmds.el (standard-display-european-internal):
2810 Setup standard-display-table for 8-bit characters by storing 8-bit
2811 characters in the element vector.
2812
1e05f387
SM
2813 * disp-table.el (standard-display-8bit):
2814 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
2815 characters in the element vector.
2816 (standard-display-european): Likewise.
2817
61f7096c
CY
28182010-08-31 Masatake YAMATO <yamato@redhat.com>
2819
2820 * textmodes/nroff-mode.el (nroff-view): New command.
2821 (nroff-mode-map): Bind it to C-c C-c.
2822
ec5d3ff7
SM
28232010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2824
c8977b2e
SM
2825 * emacs-lisp/smie.el (smie-down-list): New command.
2826
ec5d3ff7
SM
2827 Remove old indentation and navigation code on octave-mode.
2828 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2829 smie-down-list rather than add a binding for octave-down-block.
2830 (octave-mark-block, octave-blink-matching-block-open):
2831 Rely on forward-sexp-function.
2832 (octave-fill-paragraph): Don't narrow, so you can use
2833 indent-according-to-mode.
2834 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2835 (octave-in-block-p, octave-re-search-forward-kw)
2836 (octave-re-search-backward-kw, octave-indent-calculate)
2837 (octave-end-as-array-index-p, octave-block-end-offset)
2838 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2839 (octave-down-block, octave-backward-up-block, octave-up-block)
2840 (octave-before-magic-comment-p, octave-indent-line): Remove.
2841
187d3296
CY
28422010-08-31 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * emacs-lisp/package.el (package--read-archive-file): Just use
2845 `read', to avoid copying an additional string.
2846 (package-menu-mode): Set header-line-format here.
2847 (package-menu-refresh, package-menu-revert): Signal an error if
2848 not in the Package Menu.
2849 (package-menu-package-list): New var.
2850 (package--generate-package-list): Operate on the current buffer;
2851 don't assume that it is *Packages*, since the user may rename it.
2852 Allow persistent package listings and sort keys using
2853 package-menu-package-list and package-menu-package-sort-key.
2854 (package-menu--version-predicate): Fix version calculation.
2855 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
2856 (package--list-packages): Create the *Packages* buffer.
2857 Set package-menu-package-list-key.
187d3296
CY
2858 (list-packages): Sorting by status is now the default.
2859 (package-buffer-info): Use match-string-no-properties.
2860 (define-package): Add a &rest argument for future proofing, but
2861 don't use it yet.
2862 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
2863 Merge into a single function, package-install-from-buffer.
2864 (package-install-file): Change caller.
187d3296
CY
2865
2866 * finder.el: Load finder-inf using `require'.
2867 (finder-list-matches): Sorting by status is now the default.
2868 (finder-compile-keywords): Simpify printing.
2869
e17b68ed
SM
28702010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2873 (octave-mode-map): Remove special bindings for forward/backward-block
2874 and octave-backward-up-block. Use smie-close-block.
2875 (octave-continuation-marker-regexp): New var.
2876 (octave-continuation-regexp): Use it.
2877 (octave-operator-table, octave-smie-op-levels)
2878 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2879 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2880 (octave-mode): Use SMIE.
2881 (octave-close-block): Delete.
2882
42b6a73b
EZ
28832010-08-30 Eli Zaretskii <eliz@gnu.org>
2884
2885 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2886 CLIPBOARD, not in PRIMARY. (Bug#6944)
2887
f291fe60
SM
28882010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2889
ee992a8c
SM
2890 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2891 a list of parents.
2892 (smie-indent-column): Allow indirection through variables.
2893
d36b74ca
SM
2894 * composite.el (save-buffer-state): Delete, unused.
2895 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2896 (font-lock-default-fontify-region): Use with-syntax-table.
2897 * jit-lock.el (with-buffer-unmodified): Remove.
2898 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2899
f291fe60
SM
2900 Use `declare' in defmacros.
2901 * window.el (save-selected-window):
2902 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2903 * progmodes/python.el (def-python-skeleton):
2904 * net/dbus.el (dbus-ignore-errors):
2905 * jka-cmpr-hook.el (with-auto-compression-mode):
2906 * international/mule.el (with-category-table):
2907 * emacs-lisp/timer.el (with-timeout):
2908 * emacs-lisp/lisp-mnt.el (lm-with-file):
2909 * emacs-lisp/eieio.el (with-slots):
2910 * emacs-lisp/easymenu.el (easy-menu-define):
2911 * emacs-lisp/debug.el (debugger-env-macro):
2912 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2913 (Multiple-value-call, Multiple-value-prog1):
2914 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2915 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2916 edebug rule to definition.
2917 * emacs-lisp/lisp-mode.el (save-selected-window)
2918 (with-current-buffer, combine-after-change-calls)
2919 (with-output-to-string, with-temp-file, with-temp-buffer)
2920 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2921 (dolist, dotimes, when, unless):
2922 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2923
96ae4c8f
CY
29242010-08-29 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * finder.el: Require `package'.
2927 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2928 (finder-package-info): Var deleted.
2929 (finder-keywords-hash, finder--builtins-alist): New vars.
2930 (finder-compile-keywords): Compute package--builtins and
2931 finder-keywords-hash instead of finder-keywords-hash, respecting
2932 the "Package" header.
f291fe60
SM
2933 (finder-unknown-keywords, finder-list-matches):
2934 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
2935 (finder-mode): Don't set font-lock-defaults.
2936 (finder-exit): We don't use "*Finder-package*" and "*Finder
2937 Category*" buffers anymore.
2938
2939 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2940 (package--builtins): Set default value to nil.
2941 (package-initialize): Load precomputed value of package--builtins
2942 from finder-inf.el.
2943 (package-alist, package-compute-transaction)
2944 (package-download-transaction): Improve docstring.
2945 (package-read-all-archive-contents): Do not change
2946 package--builtins here.
2947 (list-packages): Make package-list-packages an alias for this.
2948 Sort by status by default.
2949 (package--list-packages): Add optional PACKAGES arg.
2950 (describe-package-1): Use font-lock-face property. For built-in
2951 packages, insert file commentary.
2952 (package--generate-package-list): Rename from
2953 package-list-packages-internal; all callers changed. Add optional
2954 PACKAGES arg. Add alphabetical sort fallbacks.
2955 (package-menu--version-predicate, package-menu--status-predicate)
2956 (package-menu--description-predicate)
2957 (package-menu--name-predicate): New functions.
2958
2959 * info.el (Info-finder-find-node): Search package-alist instead of
2960 finder-package-info.
2961
e2046ecf
CY
29622010-08-29 Chong Yidong <cyd@stupidchicken.com>
2963
2964 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2965 "alpha" and "beta".
2966 (version-to-list): Handle versions like "10.3d".
2967
6fe79b7c
SM
29682010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2971 (macroexp-accumulate): Use `declare'.
2972
1a868076
VJL
29732010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2974
2975 * whitespace.el (whitespace-style): Adjust type declaration.
2976
9e69cb05
KH
29772010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2978
2979 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2980 empty argument to gvfs-copy.
2981
29822010-08-26 Chong Yidong <cyd@stupidchicken.com>
2983
2984 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2985 handle new TRASH arg of `delete-file'.
2986
29872010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2988
2989 * net/tramp.el (tramp-handle-insert-directory): Don't use
2990 `forward-word', its default syntax could be changed.
2991
29922010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2993 Michael Albinus <michael.albinus@gmx.de>
2994
2995 Implement compression for inline methods.
2996
2997 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2998 (tramp-copy-size-limit): Allow also nil.
2999 (tramp-inline-compress-commands): New defconst.
3000 (tramp-find-inline-compress, tramp-get-inline-compress)
3001 (tramp-get-inline-coding): New defuns.
3002 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3003 replaced by `tramp-get-inline-coding'.
3004 (tramp-handle-file-local-copy, tramp-handle-write-region)
3005 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3006
30072010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
3008
3009 Detect ssh 'ControlMaster' argument automatically in some cases.
3010
3011 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3012 (tramp-default-method): Use it.
3013
30142010-08-26 Karel Klíč <kklic@redhat.com>
3015
3016 * net/tramp.el (tramp-file-name-for-operation):
3017 Add file-selinux-context.
3018
30192010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3020
3021 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
3022
30232010-08-26 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
3026 (Bug#6907).
3027
4142607e
NW
30282010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
3029
3030 * progmodes/js.el: Make indentation more customizable (Bug#6914).
3031 (js-paren-indent-offset, js-square-indent-offset)
3032 (js-curly-indent-offset): New options.
3033 (js--proper-indentation): Use them.
3034
88a36e60
DC
30352010-08-26 Daniel Colascione <dan.colascione@gmail.com>
3036
3037 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
3038 instead of inspecting font-lock properties (Bug#6916).
3039
38dbc4d8
DR
30402010-08-26 David Reitter <david.reitter@gmail.com>
3041
3042 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 3043 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
3044 (server-execute): Do not run hooks here.
3045
44ffae96
MA
30462010-08-26 Michael Albinus <michael.albinus@gmx.de>
3047
3048 Sync with Tramp 2.1.19.
3049
20b8ac83
MA
3050 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3051 (tramp-reporter-dump-variable, tramp-load-report-modules)
3052 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
3053 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
3054
3055 * net/tramp-compat.el (top): Do not autoload
3056 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3057 only when `start-file-process' is not bound.
3058 (byte-compile-not-obsolete-vars): Define if not bound.
3059 (tramp-compat-funcall): New defmacro.
3060 (tramp-compat-line-beginning-position)
3061 (tramp-compat-line-end-position)
3062 (tramp-compat-temporary-file-directory)
3063 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3064 (tramp-compat-copy-file, tramp-compat-copy-directory)
3065 (tramp-compat-delete-file, tramp-compat-delete-directory)
3066 (tramp-compat-number-sequence, tramp-compat-process-running-p):
3067 Use it.
3068 (tramp-advice-file-expand-wildcards): Do not use
3069 `tramp-handle-file-remote-p'.
3070 (tramp-compat-make-temp-file): Simplify fallback implementation.
3071 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3072 (tramp-compat-copy-tree): Remove function.
3073 (tramp-compat-delete-file): New defun.
3074 (tramp-compat-delete-directory): Provide implementation for older
3075 Emacsen.
3076 (tramp-compat-file-attributes): Handle only
3077 `wrong-number-of-arguments' error.
3078
95b6d681
JB
3079 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3080 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
3081 (tramp-fish-handle-delete-file): Add TRASH arg.
3082 (tramp-fish-handle-directory-files-and-attributes):
3083 Do not use `tramp-fish-handle-file-attributes.
3084 (tramp-fish-handle-file-local-copy)
3085 (tramp-fish-handle-insert-file-contents)
3086 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
3087
3088 * net/tramp-gvfs.el (top): Require url-util.
3089 (tramp-gvfs-mount-point): Remove.
3090 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
3091 and `set-file-selinux-context'.
3092 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
3093 (tramp-gvfs-handle-file-selinux-context)
3094 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3095 (with-tramp-dbus-call-method): Format trace message.
3096 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3097 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
3098 Implement backup call, when operation on local files fails.
3099 Use progress reporter. Flush properties of changed files.
20b8ac83
MA
3100 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
3101 `tramp-compat-delete-file'.
3102 (tramp-gvfs-handle-expand-file-name): Expand "~/".
3103 (tramp-gvfs-handle-make-directory): Make more traces.
3104 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
3105 (tramp-gvfs-url-file-name): Hexify file name in url.
3106 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3107 into account for the resulting file name.
3108 (tramp-gvfs-handler-askquestion): Preserve current message, in
3109 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
3110 Return dummy mountpoint, when the answer is "no".
3111 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
3112 (tramp-gvfs-handler-mounted-unmounted)
3113 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
3114 attribute "default_location". Set "prefix" property.
3115 Handle default-location.
20b8ac83
MA
3116 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3117 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3118 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
3119 "no" in interactive questions, for example).
3120 Use `tramp-compat-funcall'.
20b8ac83
MA
3121
3122 * net/tramp-imap.el (top): Autoload `epg-make-context'.
3123 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3124 (tramp-imap-do-copy-or-rename-file)
3125 (tramp-imap-handle-insert-file-contents)
3126 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3127 (tramp-imap-handle-delete-file): Add TRASH arg.
3128
1e05f387
SM
3129 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3130 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
3131 (tramp-smb-handle-copy-file)
3132 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3133 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3134 Use `with-progress-reporter'.
3135 (tramp-smb-handle-delete-file): Add TRASH arg.
3136
3137 * net/tramp.el (tramp-methods): Move hostname to the end in all
3138 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
3139 appropriate.
3140 (tramp-verbose): Describe verbose level 9.
3141 (tramp-completion-function-alist)
3142 (tramp-file-name-regexp, tramp-chunksize)
3143 (tramp-local-coding-commands, tramp-remote-coding-commands)
3144 (with-connection-property, tramp-completion-mode-p)
3145 (tramp-action-process-alive, tramp-action-out-of-band)
3146 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3147 (tramp-exists-file-name-handler): Fix docstring.
3148 (tramp-remote-process-environment): Use `format' instead of
3149 `concat'. Protect version string by apostroph.
3150 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3151 XEmacs.
3152 (tramp-file-name-regexp-unified)
3153 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3154 not regard the volume letter as remote filename. (Bug#5447)
3155 (tramp-perl-file-attributes)
3156 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3157 (tramp-vc-registered-read-file-names): Read input as
3158 here-document, otherwise the command could exceed maximum length
3159 of command line.
3160 (tramp-file-name-handler-alist): Add `file-selinux-context' and
3161 `set-file-selinux-context'.
3162 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3163 backtrace functions.
3164 (tramp-error-with-buffer): Don't show the connection buffer when
3165 we are in completion mode.
3166 (tramp-progress-reporter-update, tramp-remote-selinux-p)
3167 (tramp-handle-file-selinux-context)
3168 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3169 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3170 New defuns.
3171 (with-progress-reporter): New defmacro.
3172 (tramp-debug-outline-regexp): New defconst.
3173 (top, tramp-rfn-eshadow-setup-minibuffer)
3174 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3175 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3176 (tramp-completion-mode-p, tramp-check-for-regexp)
3177 (tramp-open-connection-setup-interactive-shell)
3178 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3179 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3180 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
3181 Use `tramp-compat-funcall'.
3182 (tramp-handle-make-symbolic-link): Flush file properties.
3183 (tramp-handle-load, tramp-handle-file-local-copy)
3184 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3185 (tramp-handle-vc-registered, tramp-maybe-send-script)
3186 (tramp-find-shell): Use `with-progress-reporter'.
3187 (tramp-do-file-attributes-with-stat): Add space in format string,
3188 in order to work around a bug in pdksh. Reported by Gilles Pion
3189 <gpion@lfdj.com>.
3190 (tramp-handle-verify-visited-file-modtime): Do not send a command
3191 when the connection is not established.
3192 (tramp-handle-set-file-times): Simplify the check for utc.
3193 (tramp-handle-directory-files-and-attributes)
3194 (tramp-get-remote-path): Use `copy-tree'.
3195 (tramp-completion-handle-file-name-all-completions): Ensure, that
3196 non remote files are still checked. Oops.
1e05f387
SM
3197 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3198 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
3199 (tramp-do-copy-or-rename-file): Add progress reporter.
3200 (tramp-do-copy-or-rename-file-directly): Do not use
3201 `tramp-handle-file-remote-p'.
3202 (tramp-do-copy-or-rename-file-out-of-band):
3203 Use `tramp-compat-delete-directory'.
3204 (tramp-do-copy-or-rename-file-out-of-band)
3205 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3206 Use `format-spec-make'.
3207 (tramp-handle-delete-file): Add TRASH arg.
3208 (tramp-handle-dired-uncache): Flush directory cache, not only file
3209 cache.
3210 (tramp-handle-expand-file-name)
3211 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
3212 (tramp-completion-handle-file-name-completion):
3213 Use `tramp-connectable-p'.
20b8ac83
MA
3214 (tramp-handle-start-file-process): Set connection property "vec".
3215 Use it, in order to invalidate file caches. Check only for
3216 `remote-tty' process property.
3217 Implement tty setting. (Bug#4604, Bug#6360)
3218 (tramp-file-name-for-operation): Add `call-process-region' and
3219 `set-file-selinux-context'.
3220 (tramp-find-foreign-file-name-handler)
3221 (tramp-advice-make-auto-save-file-name)
3222 (tramp-set-auto-save-file-modes): Remove superfluous check for
3223 `stringp'. This is done inside `tramp-tramp-file-p'.
3224 (tramp-file-name-handler): Trace 'quit. Catch the error for some
3225 operations when we are in completion mode. This gives the user
3226 the chance to correct the file name in the minibuffer.
3227 (tramp-completion-mode-p): Use `non-essential'.
3228 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3229 compatibility: Use `completion-ignore-case' if
3230 `read-file-name-completion-ignore-case' does not exist.
3231 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
3232 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3233 `tramp-open-shell'.
3234 (tramp-action-password): Hide password prompt before next run.
3235 (tramp-process-actions): Widen connection buffer for the trace.
3236 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3237 process property. Trace stty settings if `tramp-verbose' >= 9.
3238 Apply workaround for IRIX64 bug. Move argument of last
3239 `tramp-send-command' where it belongs to.
3240 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3241 front of `login-args'.
3242 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
3243 on "/dev/null" instead of "/".
3244 (tramp-get-ls-command-with-dired): Make test for "--dired"
3245 stronger.
3246 (tramp-set-auto-save-file-modes): Adapt version check.
3247 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3248 (tramp-handle-process-file): Call the program in a subshell, in
3249 order to preserve working directory.
3250 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
3251 `tramp-remote-sh' from `tramp-methods'.
3252 (tramp-get-ls-command): Make test for "--color=never" stronger.
3253 (tramp-check-for-regexp): Use (forward-line 1).
3254
44ffae96
MA
3255 * net/trampver.el: Update release number.
3256
cb6c4991
CY
32572010-08-26 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * help.el (help-map): Bind `C-h P' to describe-package.
3260
3261 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3262
3263 * emacs-lisp/package.el (package-refresh-contents): Catch errors
3264 when downloading archives.
3265 (describe-package-1): Add package commentary.
3266 (package-install-button-action): New function.
3267 (package-menu-mode-map): Bind ? to package-menu-describe-package.
3268 (package-menu-view-commentary): Function removed.
3269 (package-list-packages-internal): Hide the `package' package too.
3270
b60f961f
KH
32712010-08-25 Kenichi Handa <handa@m17n.org>
3272
3273 * language/misc-lang.el ("Arabic"): New language environment.
3274 Setup composition-function-table for Arabic characters.
3275
3276 * international/fontset.el (setup-default-fontset): Fix typo for
3277 arabic OTF spec (fini->fina).
3278
a0c16be4
J
32792010-08-25 Jan Djärv <jan.h.d@swipnet.se>
3280
3281 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3282 on all frames.
3283
85cc3d4f
VJL
32842010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3285
3286 * whitespace.el: Allow cleaning up blanks without blank
3287 visualization (Bug#6651). Adjust help window for
3288 whitespace-toggle-options (Bug#6479). Allow to use fill-column
3289 instead of whitespace-line-column (from EmacsWiki). New version
3290 13.1.
3291 (whitespace-style): Added new value 'face. Adjust docstring.
3292 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
3293 foreground property face.
3294 (whitespace-line-column): Adjust docstring and type declaration.
3295 (whitespace-style-value-list, whitespace-toggle-option-alist)
3296 (whitespace-help-text): Adjust const initialization.
3297 (whitespace-toggle-options, global-whitespace-toggle-options):
3298 Adjust docstring.
3299 (whitespace-display-window, whitespace-interactive-char)
3300 (whitespace-style-face-p, whitespace-color-on): Adjust code.
3301 (whitespace-help-scroll): New fun.
3302
cb8759ca
CY
33032010-08-24 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * emacs-lisp/package.el (list-packages): Alias for
3306 package-list-packages.
3307
44a41a47
KR
33082010-08-24 Kevin Ryde <user42@zip.com.au>
3309
be7748e7
KR
3310 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
3311 (Bug#5651).
3312
44a41a47
KR
3313 * progmodes/ruby-mode.el (ruby): Add defgroup.
3314
edfd00fa
CY
33152010-08-24 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * progmodes/python.el: Add Ipython support (Bug#5390).
3318 (python-shell-prompt-alist)
3319 (python-shell-continuation-prompt-alist): New options.
3320 (python--set-prompt-regexp): New function.
3321 (inferior-python-mode, run-python, python-shell): Require
3322 ansi-color. Use python--set-prompt-regexp to set the comint
3323 prompt based on the Python interpreter.
3324 (python--prompt-regexp): New var.
3325 (python-check-comint-prompt)
3326 (python-comint-output-filter-function): Use it.
3327 (run-python): Use a pipe (Bug#5694).
3328
33292010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
3330
3331 * progmodes/python.el (python-send-region): Send a different
3332 Python command if Ipython is in use.
3333 (python-check-version): Use a Python command to find the version.
3334
1c409d0b
CY
33352010-08-24 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * mouse.el (mouse-yank-primary): Avoid setting primary when
3338 deactivating the mark (Bug#6872).
3339
733946e7 33402010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
3341
3342 * progmodes/python.el (python-block-pairs): Allow use of "finally"
3343 with "else" (Bug#3991).
3344
e73f184c
MA
33452010-08-23 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * net/dbus.el: Accept UNIX domain sockets as bus address.
3348 (top): Don't initialize `dbus-registered-objects-table' anymore,
3349 this is done in dbusbind,c.
3350 (dbus-check-event): Adapt test for bus.
3351 (dbus-return-values-table, dbus-unregister-service)
3352 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
3353 Adapt doc string.
3354
1a140747
JB
33552010-08-23 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
3358
7133b7ee
JL
33592010-08-22 Juri Linkov <juri@jurta.org>
3360
3361 * simple.el (read-extended-command): New function with the logic
3362 for `completing-read' moved to Elisp from `execute-extended-command'.
3363 Use `function-called-at-point' in `minibuffer-default-add-function'
3364 to get a command name for M-n (bug#5364, bug#5214).
3365
198a7a97
CY
33662010-08-22 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * startup.el (command-line-1): Issue warning for ignored arguments
3369 --unibyte, etc (Bug#6886).
3370
c00725d7
LL
33712010-08-22 Leo <sdl.web@gmail.com>
3372
3373 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
3374 (ignore, bright, dim, keyword): Split list of nicknames before
3375 passing to rcirc-add-or-remove (Bug#6894).
3376
bc7d7ea6
CY
33772010-08-22 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
3380
b0126eac 33812010-08-22 Leo <sdl.web@gmail.com>
e0143335 3382
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 3383 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 3384 * ido.el: Revert Óscar's.
e0143335
LL
3385 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
3386 Remember the buffers at head, rather than their name.
76e3243a 3387 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 3388
b0126eac 33892010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
3390 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
3393 extra backslash added to each line (bug#6890).
3394
b0126eac 33952010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
3396
3397 * subr.el (read-key): Don't echo keystrokes (bug#6883).
3398
b0126eac 33992010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
3400
3401 * menu-bar.el (menu-bar-games-menu): Add landmark.
3402
b0126eac 34032010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 3404
9130a2d6
GM
3405 * align.el (align-regexp): Make group and spacing arguments
3406 use the interactive defaults when non-interactive. (Bug#6698)
3407
fb89a654
GM
3408 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
3409 expansion, so as not to need sendmail.
3410 (mail-text-start): Remove declaration.
3411 (rmail-retry-failure): Require sendmail.
3412
b0126eac 34132010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
3414
3415 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
3416
b0126eac 34172010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 3418
186e86db
SM
3419 * progmodes/flymake.el (flymake-start-syntax-check-process):
3420 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 3421
b0126eac 34222010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
3423
3424 * files.el: Add `word-wrap' as safe local variable.
3425
b0126eac 34262010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
3427
3428 * woman.el (woman-translate): Case matters. (Bug#6849)
3429
b0126eac 34302010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
3431
3432 * simple.el (kill-region): Doc fix (Bug#6787).
3433
b0126eac 34342010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
3435
3436 * calendar/diary-lib.el (diary-header-line-format):
3437 Fit it to the window, not the frame.
3438
b0126eac 34392010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
3440
3441 * subr.el (ignore-errors): Add debug declaration.
3442
b0126eac 34432010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
3444
3445 * whitespace.el (whitespace-color-off): Remove post-command-hook
3446 locally.
3447
537ffaf3
SM
34482010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
3451
d64b8a68
CY
34522010-08-21 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * cus-edit.el (custom-group-value-create): Add extra newline
3455 before end line (Bug#6876).
3456
d2625c3d
CY
34572010-08-21 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
3460 when extending it. Before killing on the second click, check if
3461 the buffer is the correct one. Doc fix.
3462 (mouse-secondary-save-then-kill): Allow usage without first
3463 calling mouse-start-secondary, by defaulting to point. Don't save
3464 an empty secondary selection. Doc fix.
3465
80525855
VJL
34662010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3467
91bdeb66
VJL
3468 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
3469 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 3470 New version 13.0.
80525855
VJL
3471 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3472 Adjust initialization.
3473 (whitespace-bob-marker, whitespace-eob-marker)
3474 (whitespace-buffer-changed): New vars.
3475 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
3476 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
3477 (whitespace-post-command-hook, whitespace-display-char-on):
3478 Adjust code.
80525855 3479 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 3480 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 3481
4b9c0a49
SM
34822010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3483
118cf454
SM
3484 * files.el (locate-file-completion-table): Only list the .el and .elc
3485 extensions if there's no other choice (bug#5955).
3486
a2e5caf7
SM
3487 * facemenu.el (facemenu-self-insert-data): New var.
3488 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
3489 New functions.
3490 (facemenu-add-face): Use them.
3491
4b9c0a49
SM
3492 * simple.el (blink-matching-open): Obey forward-sexp-function.
3493
0193499f
SM
34942010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
3495
b2a15250
SM
3496 * simple.el (prog-mode-map): New var.
3497 (prog-indent-sexp): New command.
3498
b5ba2d6f
SM
3499 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
3500
9acd1bdc
SM
3501 * progmodes/prolog.el (smie): Require.
3502
8723cfa4
SM
3503 * emacs-lisp/smie.el (smie-default-backward-token)
3504 (smie-default-forward-token): Strip properties.
3505 (smie-next-sexp): Be more careful with associative operators.
3506 (smie-forward-sexp-command): Generalize.
3507 (smie-backward-sexp-command): Simplify.
3508 (smie-closer-alist): New var.
3509 (smie-close-block): New command.
3510 (smie-indent-debug-log): New var.
3511 (smie-indent-offset-rule): Add a few more cases.
3512 (smie-indent-column): New function.
3513 (smie-indent-after-keyword): Use it.
3514 (smie-indent-keyword): Use it.
3515 Fix up the opener code's point position.
3516 (smie-indent-comment): Only applies at BOL.
3517 (smie-indent-debug): New command.
3518
0193499f
SM
3519 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3520 declarations that are useful before running the macro.
3521
0c9b8993
GM
35222010-08-18 Joakim Verona <joakim@verona.se>
3523
3524 * image.el (imagemagick-types-inhibit): New variable.
3525 (imagemagick-register-types): New function.
3526 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
3527 (image-transform-set-scale, image-transform-fit-to-height)
3528 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
3529 (image-transform-fit-to-width, image-transform-fit-to-height):
3530 New functions.
ccd80618
JV
3531 (image-toggle-display-image): Support image transforms.
3532
1075cd61
KY
35332010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3534
3535 * image.el (create-animated-image): Don't add heuristic mask to image
3536 (Bug#6839).
3537
64cb6c78
J
35382010-08-18 Jan Djärv <jan.h.d@swipnet.se>
3539
0193499f
SM
3540 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3541 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 3542
ff80a446
SM
35432010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3544
afa22f7c
SM
3545 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3546
ff80a446
SM
3547 Font-lock '...' strings, plus various simplifications and fixes.
3548 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3549 (octave-font-lock-close-quotes): New function.
3550 (octave-font-lock-syntactic-keywords): New var.
3551 (octave-mode): Use it. Set beginning-of-defun-function.
3552 (octave-mode-map): Don't override the <foo>-defun commands.
3553 (octave-mode-menu): Pass it directly to easy-menu-define;
3554 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3555 (octave-block-match-alist): Fix up last change so that
3556 octave-close-block uses the more specific keyword.
3557 (info-lookup-mode): Silence byte-compiler.
3558 (octave-beginning-of-defun): Not interactive any more.
3559 Optimize slightly.
3560 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3561 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3562 (octave-completion-at-point-function): Make sure point is within
3563 beg..end.
3564 (octave-reindent-then-newline-and-indent):
3565 Use reindent-then-newline-and-indent.
3566 (octave-add-octave-menu): Remove.
3567
2269b349
JD
35682010-08-17 Jan Djärv <jan.h.d@swipnet.se>
3569
489cd5bd
JD
3570 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3571 (report-emacs-bug-can-use-xdg-email): New functions.
3572 (report-emacs-bug): Set can-xdg-email to result of
3573 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
3574 \C-cm to report-emacs-bug-insert-to-mailer and add help text
3575 about it.
30ebab6d 3576
a2fb159c
GM
3577 * net/browse-url.el (browse-url-default-browser): Add cond
3578 for browse-url-xdg-open.
3579 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3580
35812010-08-17 Glenn Morris <rgm@gnu.org>
3582
3583 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3584 (c-fontify-recorded-types-and-refs): Define for compiler.
3585 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3586 before use.
3587
3588 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3589 Fix format call.
3590
bb6aba9c
MA
35912010-08-17 Michael Albinus <michael.albinus@gmx.de>
3592
3593 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3594 properties.
3595 (tramp-handle-process-file): Call the program in a subshell, in
3596 order to preserve working directory.
3597 (tramp-action-password): Hide password prompt before next run.
3598 (tramp-process-actions): Widen connection buffer for the trace.
3599
8f10c937
DD
36002010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3601
3602 * net/rcirc.el (rcirc-log-process-buffers): New option.
3603 (rcirc-print): Use it.
3604 (rcirc-generate-log-filename): New function.
3605 (rcirc-log-filename-function): Change default to
3606 rcirc-generate-log-filename (Bug#6828).
3607
7c23dd44
CY
36082010-08-16 Chong Yidong <cyd@stupidchicken.com>
3609
3610 * simple.el (deactivate-mark): If select-active-regions is `only',
3611 only set selection for temporarily active regions.
3612
3613 * cus-start.el: Change defcustom for select-active-regions.
3614
6d3e82d2
CY
36152010-08-15 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
3618 (mouse-drag-track): Use LOCATION arg to push-mark.
3619 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
3620 consideration when updating point and mark (Bug#6840).
3621
c68263b1
CY
36222010-08-15 Chong Yidong <cyd@stupidchicken.com>
3623
3624 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3625 Give the Ruby rule a lower priority than Gnu (Bug#6778).
3626
456f369a
ŠN
36272010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
3628
ff80a446
SM
3629 * font-lock.el (lisp-font-lock-keywords-2):
3630 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
3631 with-demoted-errors, and with-silent-modifications (Bug#6025).
3632
c22e18f5
KR
36332010-08-14 Kevin Ryde <user42@zip.com.au>
3634
3635 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
3636 (copyright-update): Temporary switch-to-buffer to ensure the
3637 buffer change being queried is visible (Bug#5394).
c22e18f5 3638
6f1a6faf
TT
36392010-08-14 Tom Tromey <tromey@redhat.com>
3640
3641 * progmodes/etags.el (tags-file-name): Mark safe if stringp
3642 (Bug#6733).
3643
e7afcf30
EZ
36442010-08-14 Eli Zaretskii <eliz@gnu.org>
3645
3646 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3647 MS-DOS. (Bug#6689)
3648
2b4e6277
J
36492010-08-13 Jan Djärv <jan.h.d@swipnet.se>
3650
3651 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3652 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3653 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3654 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
3655 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3656 Call menu-bar-set-tool-bar-position.
2b4e6277 3657
dc94fc85
SM
36582010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3659
c5683ceb
SM
3660 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3661 comment style (bug#6834).
3662 * progmodes/scheme.el (scheme-mode-syntax-table):
3663 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3664 "b" flag in "' 14b" syntax.
3665
c82d5b11
SM
3666 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3667 for (un)commenting the region and performing completion.
3668 (octave-mode-menu): Use standard commands for help and completion.
3669 (octave-mode-syntax-table): Support %{..%} comments (sort of).
3670 (octave-mode): Use define-derived-mode.
3671 Set completion-at-point-functions and don't set columns.
3672 Don't disable adaptive-fill-regexp.
3673 (octave-describe-major-mode, octave-comment-region)
3674 (octave-uncomment-region, octave-comment-indent)
3675 (octave-indent-for-comment): Remove.
3676 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 3677 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
3678 (octave-initialize-completions): No need to make an alist.
3679 (octave-completion-at-point-function): New function.
3680 (octave-complete-symbol): Use it.
3681 (octave-insert-defun): Use define-skeleton.
3682
3683 * progmodes/octave-mod.el (octave-mode): Set comment-add.
3684 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 3685
61b6abbd
AL
36862010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3687
3688 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3689 indentation of inserted comment.
3690
3a46642b
J
36912010-08-11 Jan Djärv <jan.h.d@swipnet.se>
3692
3693 * faces.el (region): Add type gtk that uses gtk colors.
3694
3695 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3696 Handle theme-name change.
3697
3bd2cfef
MM
36982010-08-10 Michael R. Mauger <mmaug@yahoo.com>
3699
3700 * progmodes/sql.el: Version 2.5
3701 (sql-product-alist): Add :prompt-cont-regexp property for several
3702 database products.
3703 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
3704 (sql-output-newline-count, sql-output-by-send):
3705 New variables. Record number of newlines in input text.
3bd2cfef
MM
3706 (sql-send-string): Handle multiple filters and count newlines.
3707 (sql-send-magic-terminator): Count terminator newline.
3708 (sql-interactive-remove-continuation-prompt): Filters output to
3709 remove continuation prompts; one for each newline.
3710 (sql-interactive-mode): Set up new variables, prompt regexp and
3711 output filter.
3712 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 3713 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 3714
d02c9bcd
SM
37152010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * emacs-lisp/pcase.el: New file.
3718
80ca4f1e
MA
37192010-08-10 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3722 as here-document, otherwise the command could exceed maximum
3723 length of command line.
d02c9bcd
SM
3724 (tramp-handle-vc-registered): Call script accordingly.
3725 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 3726
2948599b
KH
37272010-08-10 Kenichi Handa <handa@m17n.org>
3728
3729 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3730 composable pattern.
3731
148cef8e
CY
37322010-08-09 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * emacs-lisp/package.el (package-version-split)
3735 (package--version-first-nonzero, package-version-compare):
3736 Functions removed.
3737 (package-directory-list, package-load-all-descriptors)
3738 (package--built-in, package-activate, define-package)
3739 (package-installed-p, package-compute-transaction)
3740 (package-read-all-archive-contents)
3741 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
3742 (package-tar-file-info, package-list-packages-internal):
3743 Use version-to-list and version-list-*.
148cef8e 3744
d02c9bcd
SM
3745 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3746 Use version-to-list.
148cef8e
CY
3747 (package-upload-buffer-internal): Use version-list-<=.
3748
82a9ce0f
KH
37492010-08-09 Kenichi Handa <handa@m17n.org>
3750
231e5e5f 3751 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
3752 composable pattern.
3753
7adf5fdc
CY
37542010-08-08 Chong Yidong <cyd@stupidchicken.com>
3755
fc560445
CY
3756 * tutorial.el (tutorial--default-keys): C-d is now bound to
3757 delete-forward-char (Bug#6826).
3758
7adf5fdc
CY
3759 * mouse.el (mouse-drag-track): Remove accidentally-removed check
3760 for `double' value of mouse-1-click-follows-link (Bug#6807).
3761
e54a1075
JB
37622010-08-08 Johan Bockgård <bojohan@gnu.org>
3763
3764 * replace.el (replace-highlight): Bind isearch-forward and
3765 isearch-error, ensuring that highlighting is updated if the user
3766 switches the search direction (Bug#6808).
3767
3768 * isearch.el (isearch-lazy-highlight-forward): New var.
3769 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3770 (isearch-lazy-highlight-update): Use it.
3771
7815fe19 37722010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 3773
8d9e03e4
JB
3774 * international/mule.el (define-charset): Store NAME as :base property.
3775 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
3776 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3777 current priority. Force using the designation of the specific
8d9e03e4 3778 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 3779
7815fe19 37802010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
3781
3782 * emulation/pc-select.el (pc-selection-mode-hook)
3783 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3784 (pc-selection-mode): Fix typos in docstrings.
3785
7815fe19 37862010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
3787
3788 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3789 ctext-non-standard-encodings-alist here.
3790
8d9e03e4
JB
3791 * international/mule.el (ctext-non-standard-encodings-alist):
3792 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
3793 (ctext-standard-encodings): New variable.
3794 (ctext-non-standard-encodings-table): List only elements for
3795 non-standard encodings.
186e86db 3796 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
3797 Check ctext-standard-encodings.
3798
3799 * international/mule-conf.el (compound-text): Doc fix.
3800 (ctext-no-compositions): Doc fix.
3801 (compound-text-with-extensions): Doc fix.
3802
7815fe19 38032010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
3804
3805 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3806
8d9e03e4 38072010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 3808
9ebc731b
JB
3809 * progmodes/which-func.el (which-func-format): Split help-echo text
3810 into lines, like other mode-line tooltips.
3811
d5b8058f
JB
3812 * server.el (server-start): When using TCP sockets, force IPv4
3813 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3814
8d9e03e4 38152010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
3816
3817 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3818
8d9e03e4 38192010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
3820
3821 * term.el (term-delimiter-argument-list): Reflow docstring.
3822 (term-read-input-ring, term-write-input-ring, term-send-input)
3823 (term-bol, term-erase-in-display, serial-supported-or-barf):
3824 Fix typos in docstrings.
3825
8d9e03e4 38262010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
3827
3828 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3829
8d9e03e4 38302010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
3831
3832 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3833
8d9e03e4 38342010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
3835
3836 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3837 Fix typo in docstring (bug#6747).
3838
7815fe19 38392010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
3840
3841 * eshell/esh-io.el (eshell-get-target): Better detection of
3842 read-only file (Bug#6762).
3843
7815fe19 38442010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
3845
3846 * align.el (align-default-spacing): Doc fix.
3847 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3848
733946e7 38492010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 3850
490b89ac 3851 * calendar/icalendar.el
93acd23d
JB
3852 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3853 (icalendar--get-weekday-numbers): New.
81ee9410 3854 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 3855 values in weekly rules. (Bug#6766)
81ee9410 3856
490b89ac
UJ
38572010-08-08 Ulf Jasper <ulf.jasper@web.de>
3858
3859 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3860 (icalendar--create-uid, icalendar-export-region)
3861 (icalendar--parse-summary-and-rest): Code formatting.
3862
2c695727
JB
38632010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3864
3865 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3866 to italicize headers.
3867 (calc-highlight-selections-with-faces): New variable.
3868 (calc-selected-face, calc-nonselected-face): New faces.
3869
3870 * calc/calccomp.el (math-comp-highlight-string): Use
3871 `calc-highlight-selections-with-faces' to determine how to highlight
3872 sub-formulas.
3873
3874 * calc/calc-sel.el (calc-show-selections): Change message to when
3875 using faces to highlight selections.
3876
b93d4f22
MM
38772010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3878
8d9e03e4
JB
3879 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3880 Add SQLite 3 keywords, functions and datatypes.
3881 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
3882 (Bug#6686).
3883
9852377f
CY
38842010-08-07 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * simple.el (select-active-regions): Move to keyboard.c.
3887 (deactivate-mark): Used saved-region-selection.
3888 (select-active-region): Function removed.
3889 (activate-mark, set-mark, push-mark-command)
3890 (handle-shift-selection): Don't call it.
3891 (keyboard-quit): Avoid adding the region to the window selection.
3892
3893 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3894 select-active-regions implementation.
3895 (mouse-yank-at-click): Doc fix.
3896
3897 * cus-start.el: Add custom declaration for select-active-regions.
3898
822775bf
EZ
38992010-08-07 Eli Zaretskii <eliz@gnu.org>
3900
4c5130d6
EZ
3901 * simple.el (delete-forward-char): Doc fix.
3902
822775bf
EZ
3903 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3904 after reading the tutorial.
3905
bd4c5e3e
AM
39062010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3907
3908 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3909 for the case that a C style comment has its delimiters alone on
3910 their respective lines.
3911
d00fa9b6
MA
39122010-08-06 Michael Albinus <michael.albinus@gmx.de>
3913
8d9e03e4 3914 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6
MA
3915 property "vec".
3916 (tramp-process-sentinel): Use it for flushing the cache. We
3917 cannot do it via the process buffer, the buffer could be deleted
3918 already when running the sentinel.
3919
39202010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
3921
3922 * comint.el (comint-mode): Make directory tracking functions
3923 functional on remote files. (Bug#6764)
3924
b3d42406
DN
39252010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3926
3927 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3928
29cf3e20
EZ
39292010-08-05 Eli Zaretskii <eliz@gnu.org>
3930
3931 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3932 unexec.c => unexcoff.c.
3933
3934 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3935 unexec.c => unexcoff.c.
3936
39e1bf0b
MA
39372010-08-05 Michael Albinus <michael.albinus@gmx.de>
3938
3939 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3940 cache, not only file cache.
3941 (tramp-process-sentinel): New defun.
3942 (tramp-handle-start-file-process): Use it, in order to invalidate
3943 file caches.
3944
9f982e22
LL
39452010-08-03 Leo <sdl.web@gmail.com>
3946
3947 * server.el (server-start): Simplify loop.
3948
0798a8d8
SM
39492010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3950
548c5c47
SM
3951 * frame.el (screen-height, screen-width, set-screen-width)
3952 (set-screen-height): Remove ancient compatibility aliases.
3953
3311d1c2
SM
3954 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3955 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3956
0798a8d8
SM
3957 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3958 that change current buffer.
3959
26ee77a6
YM
39602010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3961
3962 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3963 beginning of the string. Use `string-match-p'. (Bug#6765)
3964
aa1859f5
J
39652010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3966
3967 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3968
376c2b6b
CY
39692010-08-01 Chong Yidong <cyd@stupidchicken.com>
3970
0798a8d8 3971 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 3972 (package--builtins): Tweak descriptions.
0798a8d8
SM
3973 (package-print-package): Upcase descriptions if necessary.
3974 Show all built-in packages in font-lock-builtin-face.
3975 (package-list-packages-internal): Omit "emacs" package.
3976 Show status of built-in packages as "built-in".
376c2b6b 3977
16041401
CY
39782010-07-31 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3981 before killing to preserve the primary selection (Bug#6701).
3982
3983 * term/x-win.el (x-select-text): Doc fix.
3984
0798a8d8
SM
39852010-07-31 Nathaniel Flath <flat0103@gmail.com>
3986
3987 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3988 The following functions were modified or created:
452ea855
AM
3989
3990 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3991 (objc-font-lock-extra-types):
452ea855 3992 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
3993 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3994 (c++-make-template-syntax-table)
3995 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3996 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3997 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3998 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
3999 * progmodes/cc-fonts.el (c-make-inverse-face)
4000 (c-basic-matchers-after):
452ea855
AM
4001 * progmodes/cc-engine.el (c-forward-keyword-clause)
4002 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
4003 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
4004 (c-guess-continued-construct, c-guess-basic-syntax):
4005
37766706
J
40062010-07-31 Jan Djärv <jan.h.d@swipnet.se>
4007
0798a8d8 4008 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 4009
cd83d522
EZ
40102010-07-31 Eli Zaretskii <eliz@gnu.org>
4011
4012 * files.el (bidi-paragraph-direction): Define safe local values.
4013
4014 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
4015 language-info-alist. Remove outdated FIXME in a comment.
4016
28e5cf7c
AM
40172010-07-31 Alan Mackenzie <acm@muc.de>
4018
4019 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
4020 Auto-fill broken in C/C++ modes.
4021
bfeabdc3
JD
40222010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4023
4024 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4025 (menu-bar-showhide-tool-bar-menu-customize-disable)
4026 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
4027 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
4028 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
4029 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
4030 make a menu for Options => toolbar that can move it.
4031
063e5294
CY
40322010-07-29 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * emacs-lisp/package-x.el (package--make-rss-entry):
4035 (package-maint-add-news-item, package--update-news)
4036 (package-upload-buffer-internal): New arg ARCHIVE-URL.
4037
4038 * emacs-lisp/package.el (package-archive-url): Rename from
4039 package-archive-id.
4040 (package-install): Doc fix.
4041 (package-download-single, package-download-tar, package-install)
4042 (package-menu-view-commentary): Callers changed.
4043
683cc385
MA
40442010-07-29 Michael Albinus <michael.albinus@gmx.de>
4045
4046 * net/tramp.el (tramp-handle-start-file-process): Check only for
4047 `remote-tty' process property.
4048 (tramp-open-shell): Don't check for tty.
4049 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4050 process property.
4051
4052 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
4053 host.
4054
bc44bef7
PH
40552010-07-28 Chong Yidong <cyd@stupidchicken.com>
4056
4057 * emacs-lisp/package.el (package-load-list, package-archives)
4058 (package-archive-contents, package-user-dir)
4059 (package-directory-list, package--builtins, package-alist)
4060 (package-activated-list, package-obsolete-alist): Mark as risky.
4061
40622010-07-28 Phil Hagelberg <phil@evri.com>
4063
4064 Add support for non-default package repositories.
4065 * emacs-lisp/package.el (package-archive-base): Var deleted.
4066 (package-archives): New variable.
4067 (package-archive-contents): Doc fix.
0798a8d8 4068 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
4069 (package--write-file-no-coding): New function.
4070 (package-unpack-single): Use it.
4071 (package-archive-id): New function.
4072 (package-download-single, package-download-tar)
4073 (package-menu-view-commentary): Use it.
4074 (package-installed-p): Make second argument optional.
4075 (package-read-all-archive-contents): New function.
4076 (package-initialize): Use it.
4077 (package-read-archive-contents): Add ARCHIVE argument.
4078 (package--add-to-archive-contents): New function.
4079 (package-install): Don't call package-read-archive-contents.
4080 (package--download-one-archive): Store archive file in a
4081 subdirectory of package-user-dir.
4082 (package-menu-execute): Remove spurious line movement.
4083
8a52f00a
JD
40842010-07-28 Jan Djärv <jan.h.d@swipnet.se>
4085
4086 * cus-start.el (tool-bar-style): Add text-image-horiz.
4087
b21d3ceb
MA
40882010-07-28 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * progmodes/gud.el (gud-common-init): Check for remoteness of
4091 `file', and not of `default-directory'.
4092
8fbcce2d
MA
40932010-07-28 Michael Albinus <michael.albinus@gmx.de>
4094
4095 * net/tramp.el (tramp-methods): Move hostname to the end in all
4096 ssh `tramp-login-args'.
4097 (tramp-verbose): Describe verbose level 9.
4098 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
4099 (tramp-open-connection-setup-interactive-shell): Trace stty
4100 settings if `tramp-verbose' >= 9.
4101 (tramp-handle-start-file-process): Implement tty setting.
4102 (Bug#4604, Bug#6360)
4103
4104 * net/tramp-cmds.el (tramp-bug): Recommend setting of
4105 `tramp-verbose' to 9.
4106
128440c9
AH
41072010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
4108
4109 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4110 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
4111 Remove references to package `lisp-re' (bug#4369).
4112
ae0c2494
TT
41132010-07-27 Tom Tromey <tromey@redhat.com>
4114
4115 * progmodes/js.el (js-mode):
4116 * progmodes/make-mode.el (makefile-mode):
4117 * progmodes/simula.el (simula-mode):
4118 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
4119
0ed082fe 41202010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
4121
4122 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4123
7c7c04c0
JB
4124 * time.el (display-time-day-and-date): Remove spurious * in docstring.
4125 (display-time-world-buffer-name, display-time-world-mode-map):
4126 Fix typos in docstrings.
4127
0ed082fe 41282010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
4129
4130 * image-mode.el (image-display-size): New function.
4131 (image-forward-hscroll, image-next-line, image-eol, image-eob)
4132 (image-mode-fit-frame): Use it (Bug#6639).
4133
0ed082fe 41342010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
4135
4136 * dired.el (dired-buffers-for-dir): Handle list values of
4137 dired-directory (Bug#6636).
4138
aa2d4bd3
SS
41392010-07-26 Sam Steingold <sds@gnu.org>
4140
4141 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4142 Do not call `x-get-selection' the second time, reuse the value.
4143
78b84da3
DU
41442010-07-26 Daiki Ueno <ueno@unixuser.org>
4145
4146 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 4147 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 4148
4f195cf7
DU
41492010-07-25 Daiki Ueno <ueno@unixuser.org>
4150
4151 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4152 exists before passing an error to find-file-not-found-functions
4153 (bug#6723).
4154
195e19e4
LH
41552010-07-23 Lukas Huonker <l.huonker@gmail.com>
4156
4157 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4158 Remove leading nil element, adjust values.
4159 (tetris-shapes, tetris-shape-scores):
4160 Change representation of shapes and remove some redundancy.
4161 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4162 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4163 Adjust for working with new representation of shapes.
4164 (tetris-shape-rotations): New function.
4165 (tetris-move-bottom, tetris-move-left, tetris-move-right)
4166 (tetris-rotate-prev, tetris-rotate-next):
4167 Adjust for working with the new version of tetris-test-shape.
4168
9cf2db99
MT
41692010-07-23 Markus Triska <markus.triska@gmx.at>
4170
4171 * progmodes/ps-mode.el: Use comint (bug#5954).
4172 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
4173 (ps-mode-other-newline): Simplify.
4174 (ps-run-mode): Derive from comint-mode instead of
4175 fundamental-mode, yielding input history etc.
4176 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
4177 (ps-run-send-string): Adapt for comint-mode.
4178 (ps-run-newline): Remove now unneeded function.
4179
225d5e9e
MA
41802010-07-23 Michael Albinus <michael.albinus@gmx.de>
4181
4182 * net/tramp.el (tramp-methods): Move hostname to the end in all
4183 plink `tramp-login-args'.
4184
84bc68f2
MA
41852010-07-23 Michael Albinus <michael.albinus@gmx.de>
4186
4187 * net/tramp.el (tramp-open-shell): New defun.
4188 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4189 Use it.
4190
1eb5ca1c
MA
41912010-07-23 Michael Albinus <michael.albinus@gmx.de>
4192
4193 * net/tramp.el (tramp-file-name-regexp-unified)
4194 (tramp-completion-file-name-regexp-unified): On W32 systems, do
4195 not regard the volume letter as remote filename. (Bug#5447)
4196
440735a7
JB
41972010-07-23 Juanma Barranquero <lekktu@gmail.com>
4198
4199 * custom.el (custom-declare-variable): Give a clearer error message
4200 when the docstring is missing (bug#6476).
4201
5474c40f
MM
42022010-07-22 Michael R. Mauger <mmaug@yahoo.com>
4203
4204 * progmodes/sql.el: Version 2.4. Improved Login prompting.
4205 (sql-login-params): New widget definition.
4206 (sql-oracle-login-params, sql-mysql-login-params)
4207 (sql-solid-login-params, sql-sybase-login-params)
4208 (sql-informix-login-params, sql-ingres-login-params)
4209 (sql-ms-login-params, sql-postgres-login-params)
4210 (sql-interbase-login-params, sql-db2-login-params)
4211 (sql-linter-login-params): Use it.
4212 (sql-sqlite-login-params): Use it; Define "database" parameter as
4213 a file name.
c4cc8b9a 4214 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
4215 (sql-comint-sqlite): Make sure database name is complete.
4216 (sql-for-each-login): New function.
4217 (sql-connect, sql-save-connection): Use it.
4218 (sql-get-login-ext): New function.
4219 (sql-get-login): Use it.
4220 (sql-make-alternate-buffer-name): Handle :file parameters.
4221
9c0deccb
JB
42222010-07-22 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * dired.el (dired-no-confirm): Document value t and fix defcustom to
4225 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
4226
aac818a8
TL
42272010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4228
4229 * dired.el (dired-mode-map): Use command remapping (bug#6632).
4230
47d2734f
LM
42312010-07-22 Lawrence Mitchell <wence@gmx.li>
4232
4233 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
4234
10e73994
MA
42352010-07-21 Michael Albinus <michael.albinus@gmx.de>
4236
4237 * net/tramp.el (tramp-get-ls-command)
4238 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
4239 instead of "/".
4240
d26b0ea9
MM
42412010-07-20 Michael R. Mauger <mmaug@yahoo.com>
4242
4243 * progmodes/sql.el: Version 2.3.
4244 (sql-connection-alist): Changed keys from symbols to strings;
4245 enhanced the widget definition.
4246 (sql-mode-menu): Added submenu to select connections.
4247 (sql-interactive-mode-menu): Added "Save Connection" item.
4248 (sql-add-product): Fixed menu item.
4249 (sql-get-product-feature): Improved error handling.
4250 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
4251 (sql-make-alternate-buffer-name): Simplified.
4252 (sql-product-interactive): Handle missing product.
4253 (sql-connect): Support string keys, minor improvements.
4254 (sql-save-connection): New function.
4255 (sql-connection-menu-filter): New function.
4256
af4b9ae5
MA
42572010-07-20 Michael Albinus <michael.albinus@gmx.de>
4258
4259 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4260 (tramp-open-connection-setup-interactive-shell): Apply
4261 workaround for IRIX64 bug. Move argument of last
4262 `tramp-send-command' where it belongs to.
4263
da040a16
MA
42642010-07-20 Michael Albinus <michael.albinus@gmx.de>
4265
4266 * net/tramp.el (tramp-perl-file-attributes)
4267 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4268 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4269 front of `login-args'.
4270
16f3ade5
JB
42712010-07-19 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * time.el (display-time-world-mode): Define with `define-derived-mode'.
4274 Set `show-trailing-whitespace' to nil.
4275 (display-time-world-display): Simplify.
4276
00af0b67
AM
42772010-07-18 Alan Mackenzie <acm@muc.de>
4278
4279 Enhance `c-file-style' in file/directory local variables.
a628ad9d 4280 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
4281 (c-before-hack-hook): Call `c-set-style' differently according to
4282 whether c-file-style was set in file or directory local
4283 variables.
4284
30c4d8dc
MM
42852010-07-18 Michael R. Mauger <mmaug@yahoo.com>
4286
4287 * progmodes/sql.el: Version 2.2.
4288 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
4289 defcustom :safe keyword rather than putting safe-local-variable
4290 property.
4291 (sql-password): Use defcustom :risky keyword rather than putting
4292 risky-local-variable property.
4293 (sql-oracle-login-params, sql-sqlite-login-params)
4294 (sql-solid-login-params, sql-sybase-login-params)
4295 (sql-informix-login-params, sql-ingres-login-params)
4296 (sql-ms-login-params, sql-postgres-login-params)
4297 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 4298 (sql-linter-login-params): Add `port' option.
30c4d8dc
MM
4299 (sql-get-product-feature): Added NO-INDIRECT parameter.
4300 (sql-comint-oracle, sql-comint-sybase)
4301 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
4302 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
4303 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
4304 (sql-comint-linter): Renamed sql-connect-* functions to
4305 sql-comint-*.
4306 (sql-product-alist, sql-mode-menu): Renamed as above and
4307 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 4308 (sql-connection): New variable.
30c4d8dc
MM
4309 (sql-interactive-mode): Set it.
4310 (sql-connection-alist): New variable.
4311 (sql-connect): New function.
4312 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 4313 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 4314
f12492c8
TV
43152010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4316
4317 * image-mode.el (image-bookmark-make-record): Do not set context
4318 in an image (Bug#6650).
4319
91023c68
CY
43202010-07-17 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * simple.el (select-active-region): New function.
4323 (push-mark-command, set-mark, activate-mark)
4324 (handle-shift-selection): Use it.
4325 (deactivate-mark): Don't check for size of region.
4326
4327 * mouse.el (mouse-drag-track): Use select-active-region.
4328
1c0e8f0e
MA
43292010-07-17 Michael Albinus <michael.albinus@gmx.de>
4330
4331 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
4332 "--dired" stronger.
4333
2490cbbc
CY
43342010-07-17 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * term/x-win.el (x-select-enable-primary): Change default to nil.
4337 (x-select-enable-clipboard): Add :version keyword.
4338
4339 * mouse.el (mouse-drag-copy-region):
4340 * simple.el (select-active-regions): Likewise.
4341
f253ef6a
RS
43422010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
4343
a628ad9d 4344 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
4345 (vc-coding-system-for-diff): Use it to decide whether to inherit
4346 from the file the EOL format for reading the diffs of that file.
4347 (Bug#4451)
4348
134a027f
EZ
43492010-07-16 Eli Zaretskii <eliz@gnu.org>
4350
4351 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4352 unibyte, so compressed attachments are not compressed again.
4353
7e4289ad
MA
43542010-07-16 Michael Albinus <michael.albinus@gmx.de>
4355
4356 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4357 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
4358 (tramp-find-shell): Simplify setting connection property.
4359 (tramp-get-ls-command): Make test for "--color=never" stronger.
4360
7473fff9 43612010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
4362
4363 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4364 blocks within record declarations (i.e. variant parts) correctly.
4365
a11b38ee
SS
43662010-07-15 Simon South <ssouth@member.fsf.org>
4367
4368 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4369 over literal tokens when parsing so newlines aren't "absorbed" by
4370 single-line comments. Corrects the indentation of case blocks
4371 that have a comment on the first line.
4372
077e0753
KF
43732010-07-14 Karl Fogel <kfogel@red-bean.com>
4374
4375 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4376 by Drew Adams (Bug#5504).
4377
243881ed
J
43782010-07-14 Jan Djärv <jan.h.d@swipnet.se>
4379
4380 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 4381 now that Unicode is used (Bug#6594).
243881ed 4382
f9d71b42
CY
43832010-07-14 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * term/x-win.el (x-select-enable-clipboard): Default to t.
4386 (x-initialize-window-system): Don't overwrite Paste menu item.
4387
4388 * simple.el (select-active-regions): Default to t.
4389 (push-mark-command): Don't overwrite primary with empty string.
4390
4391 * mouse.el: Bind mouse-2 to mouse-yank-primary.
4392 (mouse-drag-copy-region): Default to nil.
4393
4394 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
4395 Cut/Copy/Paste menu bar items.
4396
a628ad9d 43972010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
4398
4399 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4400 Patch applied by Karl Fogel.
4401
4402 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
4403 and `bookmark-current-buffer' if they have been already set in
4404 another buffer (e.g gnus-art).
4405
e44fa724 44062010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 4407 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
4408
4409 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
4410
4411 * bookmark.el (bookmark-make-record-default): Allow unneeded
4412 information to be omitted from the record.
4413
4414 Adjust declarations and calls:
4415
4416 * info.el (bookmark-make-record-default): Adjust declaration.
4417 (Info-bookmark-make-record): Adjust call.
4418
4419 * woman.el (bookmark-make-record-default): Adjust declaration.
4420 (woman-bookmark-make-record): Adjust call.
4421
4422 * man.el (bookmark-make-record-default): Adjust declaration.
4423 (Man-bookmark-make-record): Adjust call.
4424
4425 * image-mode.el (bookmark-make-record-default): Adjust declaration.
4426
4427 * doc-view.el (bookmark-make-record-default): Adjust declaration.
4428
0c4371fe
KF
44292010-07-13 Karl Fogel <kfogel@red-bean.com>
4430
4431 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4432 This is also from Thierry Volpiatto's patch in bug #6444. However,
4433 because it was extraneous to the functional change in that patch,
4434 and causes a re-indendation, I am committing it separately.
4435
2bb8db3e 44362010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
4437
4438 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4439 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 4440 Patch applied by Karl Fogel (Bug#6444).
068a0233 4441
21bd02a6
CY
44422010-07-13 Chong Yidong <cyd@stupidchicken.com>
4443
4444 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
4445
79cb9c05
AR
44462010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4447
4448 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
4449 Dempsky; bug#5084). Remove incorrect binding for S-tab.
4450 (ns-alternatives-map): Change S-tab binding to backtab
4451 (bug#6616).
4452
4453 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
4454 under ns.
4455
beb000f9
AS
44562010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4457
dd86ea11
JB
4458 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
4459 (Bug#5806)
e9952282 4460
beb000f9
AS
4461 * language/tv-util.el (tai-viet-re): Remove format.
4462
6f2cdcd1
KH
44632010-07-12 Kenichi Handa <handa@m17n.org>
4464
dd86ea11
JB
4465 * language/hebrew.el: Remove no-byte-compile declaration.
4466 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
4467 composition-function-table for 3-character looking back.
4468 (hebrew-font-get-precomposed): New function.
4469 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
4470
f479ef6e
CY
44712010-07-11 Chong Yidong <cyd@stupidchicken.com>
4472
4473 * mouse.el (mouse-drag-track): Handle select-active-regions
4474 (Bug#6612).
4475
3277c1ee
MA
44762010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
4477
4478 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4479 empty argument to gvfs-copy.
4480
3260caf8
GM
44812010-07-10 Glenn Morris <rgm@gnu.org>
4482
4483 * calendar/calendar.el (calendar-week-end-day): New function.
4484 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
4485 Respect calendar-week-start-day. (Bug#6606)
4486 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4487 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
4488 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
4489 respect calendar-week-start-day.
4490
c876b263
CY
44912010-07-10 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * simple.el (use-region-p): Doc fix (Bug#6607).
4494
dce34635
AG
44952010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
4496
4497 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
4498 regexps for cucumber and ruby.
4499
c0397930
DU
45002010-07-08 Daiki Ueno <ueno@unixuser.org>
4501
4502 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
4503 (epa-file-insert-file-contents): Hack to prevent
192cfe77 4504 find-file from opening empty buffer when decryption failed
c0397930
DU
4505 (bug#6568).
4506
fd5539c6
AM
45072010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
4508
a628ad9d
JB
4509 * textmodes/ispell.el (ispell-alternate-dictionary):
4510 Use file-readable-p.
fd5539c6
AM
4511 Return nil if no word-list is found at default locations.
4512 (ispell-complete-word-dict): Default to nil.
4513 (ispell-command-loop): Use 'word-list' when using lookup-words.
4514 (lookup-words): Use ispell-complete-word-dict or
4515 ispell-alternate-dictionary. Check for word-list availability
4516 and handle errors if needed with better messages (Bug#6539).
4517 (ispell-complete-word): Use ispell-complete-word-dict or
4518 ispell-alternate-dictionary.
4519
4565b08e
CS
45202010-07-07 Christoph Scholtes <cschol2112@gmail.com>
4521
4522 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4523 builtins (BufferError, BytesWarning, WindowsError; callables
4524 bin, bytearray, bytes, format, memoryview, next, print; __package__).
4525
a2c270e7
GM
45262010-07-07 Glenn Morris <rgm@gnu.org>
4527
4528 * play/zone.el (top-level): Do not require timer, tabify, or cl.
4529 (zone-shift-left): Ignore intangibility, and any errors from
4530 forward-char.
4531 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
4532 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4533 deleting, and copying text properties.
4534 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4535 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4536 to point-max is hard.
4537 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4538 (zone-fill-out-screen): Ignore intangibility.
4539
81133808
CY
45402010-07-05 Chong Yidong <cyd@stupidchicken.com>
4541
4ad11f8c
CY
4542 * menu-bar.el (menu-bar-mode):
4543 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4544 if it has been set.
4545
81133808
CY
4546 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4547 word/line selection (Bug#6565).
4548
b24344ca
JB
45492010-07-04 Juanma Barranquero <lekktu@gmail.com>
4550
4551 * net/dbus.el (dbus-send-signal): Declare function.
4552
b1ce08da
MA
45532010-07-04 Michael Albinus <michael.albinus@gmx.de>
4554
4555 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4556 (dbus-register-property): New optional argument EMITS-SIGNAL.
4557 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4558
5592c08f
CY
45592010-07-03 Chong Yidong <cyd@stupidchicken.com>
4560
4561 * mouse.el (mouse-drag-overlay): Variable deleted.
4562 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4563 (mouse--remap-link-click-p): New function.
4564 (mouse-drag-track): Handle dragging by using temporary Transient
4565 Mark mode, instead of a special overlay.
4566 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4567 mouse-show-mark.
4568
4569 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4570 deleted.
4571
a6ed0e28
JL
45722010-07-02 Juri Linkov <juri@jurta.org>
4573
4574 * autoinsert.el (auto-insert-alist): Fix readability
4575 by using dotted pair notation for lambda.
4576
c91e692b
JL
45772010-07-02 Juri Linkov <juri@jurta.org>
4578
4579 * faces.el (read-face-name): Rename arg `string-describing-default'
4580 to `default'. Doc fix. Display the default value in quotes
4581 in the prompt. With empty input, return the `default' arg,
4582 unless the default value is a string (in which case return nil).
4583 (describe-face): Replace the string `default' arg of `read-face-name'
4584 with the symbol `default'.
4585
23640f8f
CY
45862010-07-02 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * emulation/viper-cmd.el (viper-delete-backward-char)
4589 (viper-del-backward-char-in-insert)
4590 (viper-del-backward-char-in-replace, viper-change)
4591 (viper-backward-indent): Replace delete-backward-char with
4592 delete-char (Bug#6552).
4593
b32d1614
CY
45942010-07-01 Chong Yidong <cyd@stupidchicken.com>
4595
4596 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4597
c1ef4455
CY
45982010-06-30 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4601 argument passed to frame-creation-function (Bug#5378).
4602
4603 * faces.el (x-handle-named-frame-geometry)
4604 (x-handle-reverse-video, x-create-frame-with-faces)
4605 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4606 separately consult default-frame-alist. It is now passed as the
4607 PARAMETER argument.
4608
55702e89
AS
46092010-06-30 Andreas Schwab <schwab@linux-m68k.org>
4610
4611 * startup.el (command-line): Don't call tool-bar-setup in a
4612 tty-only build.
4613
dc9a226c
CY
46142010-06-30 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * ruler-mode.el (ruler--save-header-line-format): New fun.
4617 (ruler-mode): Use it as a setter function, so as not to overwrite
4618 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4619
a2f043d3
CY
46202010-06-29 Chong Yidong <cyd@stupidchicken.com>
4621
4622 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
4623 (vc-root-diff, vc-print-root-log, vc-log-incoming)
4624 (vc-log-outgoing): Use it.
4625 (vc-diff-internal): Set diff-vc-backend.
4626
4627 * vc/diff-mode.el (diff-vc-backend): New var.
4628
62d115ef
J
46292010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4630
4631 * dynamic-setting.el (font-setting-change-default-font): Remove
4632 call to message.
4633
1180f752
KH
46342010-06-28 Kenichi Handa <handa@m17n.org>
4635
4636 * international/quail.el (quail-insert-kbd-layout): Fix the
4637 showing of untranslated characters.
4638
b9229673
CY
46392010-06-28 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * simple.el (delete-active-region): New option.
4642 (delete-backward-char): Implement in Lisp.
4643 (delete-forward-char): New command.
4644
4645 * mouse.el (mouse-region-delete-keys): Deleted.
4646 (mouse-show-mark): Simplify.
4647
4648 * bindings.el (global-map): Bind delete and DEL, the former to
4649 delete-forward-char.
4650
a628ad9d 46512010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
4652
4653 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4654 (ruby-mode): Bind indent-line-function (Bug#5119).
4655
3468f435
CY
46562010-06-27 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * startup.el (command-line): Recognize "0" X resource value.
4659
6431f2e6
CY
46602010-06-27 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * startup.el (command-line): Use X resources to set the value of
4663 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4664
4665 * menu-bar.el (menu-bar-mode):
4666 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4667 Set init-value to t.
4668
4669 * frame.el (frame-notice-user-settings): Don't change
4670 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4671 vice versa (Bug#2249).
4672
b61dfbe2
EZ
46732010-06-26 Eli Zaretskii <eliz@gnu.org>
4674
4675 * w32-fns.el (w32-convert-standard-filename): Doc fix.
4676
f5cbf40e
AM
46772010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
4678
a628ad9d
JB
4679 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4680 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 4681
a628ad9d 4682 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 4683 default directories are expanded (Bug#6143).
f5cbf40e 4684
8f3b8a5f
JL
46852010-06-24 Juri Linkov <juri@jurta.org>
4686
4687 * minibuffer.el (completions-format): Change default from nil to
4688 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
4689
5af72a47
JL
46902010-06-24 Juri Linkov <juri@jurta.org>
4691
4692 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4693 buffer-locally to lambda that re-runs the vc diff command.
4694 (Bug#6447)
4695
8f804316
CY
46962010-06-24 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4699 echo area is in use (Bug#3412).
4700
be19ef0b
GM
47012010-06-22 Glenn Morris <rgm@gnu.org>
4702
6555773f
GM
4703 * textmodes/texinfmt.el (texinfo-format-region)
4704 (texinfo-raise-lower-sections, texinfo-format-separate-node)
4705 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4706 (texinfo-format-option, texinfo-noindent):
4707 Use line-beginning-position and line-end-position.
4708
be19ef0b
GM
4709 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4710 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4711 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4712 utf-8 characters.
4713
7f0b7b3e
KF
47142010-06-21 Karl Fogel <kfogel@red-bean.com>
4715
49554388
GM
4716 * play/zone.el (zone-fall-through-ws): Fix next-line ->
4717 forward-line fallout.
4718
e8579ebc
CY
47192010-07-06 Chong Yidong <cyd@stupidchicken.com>
4720
4721 * mouse.el (mouse-appearance-menu): Add docstring.
4722
4723 * help.el (describe-key): Print up-event using key-description.
4724
5d1cd8bd
MA
47252010-07-03 Michael Albinus <michael.albinus@gmx.de>
4726
4727 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 4728 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
4729 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4730
112dbc0e
MA
47312010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
4732
4733 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4734
d0cb23ca
DN
47352010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4736
4737 Avoid displaying files with a nil state in vc-dir.
a628ad9d 4738 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
4739 cases that cause insertion.
4740 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4741 with a nil state.
4742
01b229d1
CY
47432010-06-30 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4746
8bf1c786 47472010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
4748
4749 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
4750
dfc6544c
CY
47512010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4752
4753 * generic-x.el (bat-generic-mode): Fix regexp for command line
4754 switches (Bug#5719).
4755
b7d4de51
CY
47562010-06-27 Masatake YAMATO <yamato@redhat.com>
4757
dfc6544c
CY
4758 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4759 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 4760
3726248f
CY
47612010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
4762
8bf1c786 4763 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
4764 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4765 bindings of bookmark-automatically-show-annotations (Bug#6515).
4766
aca54191
EZ
47672010-06-25 Eli Zaretskii <eliz@gnu.org>
4768
4769 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4770 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
4771
2330fa87
ŠN
47722010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
4773
4774 * comint.el (make-comint, make-comint-in-buffer): Mention return
4775 value in the docstrings. (Bug#6498)
4776
29115ca9
YR
47772010-06-24 Yoni Rabkin <yoni@rabkins.net>
4778
4779 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4780 since it is not present when using some non-default switches.
4781
2c79f053
KF
47822010-06-23 Karl Fogel <kfogel@red-bean.com>
4783
7f0b7b3e
KF
4784 * simple.el (compose-mail): Fix doc string to refer to
4785 `compose-mail-user-agent-warnings', instead of to the
4786 nonexistent `compose-mail-check-user-agent'.
4787
43a91810
AM
47882010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4789
4790 Fix an indentation bug:
4791
4792 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4793 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4794 of existing values.
4795
4796 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4797 (c-clear->-pair-props-if-match-before): now return t when they've
4798 cleared properties, nil otherwise.
4799 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4800 by taking account of the existing value.
4801
4802 * progmodes/cc-defs.el
4803 (c-clear-char-property-with-value-function): Fix this to clear the
4804 property rather than overwriting it with nil.
4805
8adb4c33
CY
48062010-06-20 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * emacs-lisp/package.el (package-print-package): Add link to
4809 package description via describe-package.
4810 (describe-package-1): List package requirements. Add button to
4811 perform installation.
4812 (package-menu-describe-package): New command.
4813
4814 * help-mode.el (help-package): New button type.
4815
cced7584
CY
48162010-06-19 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * emacs-lisp/package.el: Move package-list-packages binding to
4819 menu-bar.el.
4820 (describe-package, describe-package-1, package--dir): New funs.
4821 (package-activate-1): Use package--dir.
4822
4823 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4824
4825 * help-mode.el (help-package-def): New button type.
4826
4827 * menu-bar.el: Move package-list-packages binding here from
4828 package.el.
4829
d148e8f9
GH
48302010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4831
4832 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4833
b1a03ef6
SM
48342010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * emacs-lisp/edebug.el (edebug-read-list):
4837 Phase out old-style backquotes.
4838
dbd6da78
JL
48392010-06-17 Juri Linkov <juri@jurta.org>
4840
4841 * help-mode.el (help-mode): Set buffer-local variable
4842 revert-buffer-function to help-mode-revert-buffer.
4843 (help-mode-revert-buffer): New function.
4844
4845 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4846 before popping to "*info*" (like in other Info functions).
4847 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4848 old-history-forward. Pop to old-buffer-name or "*info*" to
4849 recreate the killed buffer. Set Info-history-forward from
4850 old-history-forward.
4851 (Info-breadcrumbs-depth): Add :group and :version.
4852
64eba874
DN
48532010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4854
4855 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4856
26508c03
AM
48572010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4858
a628ad9d
JB
4859 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4860 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 4861
69582fcd
JB
48622010-06-17 Juanma Barranquero <lekktu@gmail.com>
4863
54ea2a0d
JB
4864 * emacs-lisp/package.el (package-menu-mode-map):
4865 Move initialization into declaration.
4866
69582fcd
JB
4867 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4868
44198b6e
CY
48692010-06-17 Chong Yidong <cyd@stupidchicken.com>
4870
4871 * emacs-lisp/package.el (package-archive-base): Point to
4872 elpa.gnu.org.
4873 (package-enable, package-load-list): New defcustoms.
4874 (package-user-dir, package-directory-list): Turn into defcustoms.
4875 Don't include package-user-dir in package-directory-list.
4876 (package--builtins-base): Don't include Emacs as a "package".
4877 (package-subdirectory-regexp): New var.
4878 (package-load-all-descriptors, package-compute-transaction)
4879 (package-download-transaction): Obey package-load-list.
4880 (package-activate-1): Rename from package-do-activate.
4881 (package-list-packages-internal): Check package-load-list.
4882 (package-load-descriptor, package-generate-autoloads)
4883 (package-unpack, package-unpack-single)
4884 (package--read-archive-file, package-delete): Use
4885 expand-file-name.
4886
4887 * emacs-lisp/package-x.el: New file. Package uploading
4888 functionality split out from package.el.
4889
95b6d681 4890 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
4891
48922010-06-17 Tom Tromey <tromey@redhat.com>
4893
4894 * emacs-lisp/package.el: New file.
4895
50d76a9f
DN
48962010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4897
4898 Fix vc-annotate for renamed files when using Git.
76e3243a 4899 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
4900 ls-files. Doe not pass the object as a file name to cat-file, it
4901 is not a file name.
4902 (vc-git-annotate-command): Pass the file name using -- to avoid
4903 ambiguity with the revision.
4904 (vc-git-previous-revision): Pass a relative file name.
4905
6095a05b
GM
49062010-06-22 Glenn Morris <rgm@gnu.org>
4907
943375a6
GM
4908 * progmodes/js.el (js-mode-map): Use standard capitalization and
4909 ellipses for menu entries.
4910
6095a05b
GM
4911 * wid-edit.el (widget-complete): Doc fix.
4912
4514199e
JH
49132010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4914
4915 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4916
c4786d60
DN
49172010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4918
11c46b39 4919 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 4920 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 4921 VC backend. Use it when non-nil.
a628ad9d
JB
4922 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4923 (Bug#6487)
11c46b39 4924
c4786d60 4925 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 4926 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
4927 Do not pass the file name to the 'previous-revision call when we
4928 don't want a file diff. (Bug#6489)
4929
04ec0963
DN
49302010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4931
11c46b39 4932 Fix finding revisions for renamed files in vc-annotate.
76e3243a 4933 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 4934 the VC backend. Use it when non-nil.
76e3243a 4935 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
4936 backend to vc-find-revision. (Bug#6487)
4937
c036381c
DN
49382010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4939
4940 Fix reading file names in Git annotate buffers.
95b6d681
JB
4941 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4942 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 4943
05c123e6
AM
49442010-06-20 Alan Mackenzie <acm@muc.de>
4945
4946 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4947 in file local variables, set it first.
4948
4111f0c7
GM
49492010-06-19 Glenn Morris <rgm@gnu.org>
4950
74739ffd
GM
4951 * descr-text.el (describe-char-unicode-data): Insert separating
4952 space when needed. (Bug#6422)
4953
4111f0c7
GM
4954 * progmodes/idlwave.el (idlwave-action-and-binding):
4955 Fix typo in 2009-12-03 change. (Bug#6450)
4956
e20f0421
SM
49572010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4960 handling for `lambda' (misunderstanding).
4961
fb3e306a
JB
49622010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4963
dd86ea11 4964 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
4965 constants aren't distributed after they are factored out.
4966
e020fb59
JL
49672010-06-16 Juri Linkov <juri@jurta.org>
4968
4969 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4970 `list-colors-print'. (Bug#6332)
4971
b8add347
SM
4972 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4973
36901266
SM
49742010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4975
49b2e83d
SM
4976 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4977 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4978
36901266
SM
4979 * font-lock.el (font-lock-major-mode): Rename from
4980 font-lock-mode-major-mode to distinguish it from
4981 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4982 (font-lock-set-defaults):
4983 * font-core.el (font-lock-default-function): Adjust users.
4984 (font-lock-mode): Don't set it at all.
4985
2a64315a 49862010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 4987
76e3243a 4988 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 4989
2a64315a 49902010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
4991
4992 * calendar/appt.el (appt-time-msg-list): Doc fix.
4993 (appt-check): Let-bind appt-warn-time.
4994 (appt-add): Make the 3rd argument optional.
4995 Simplify argument names. Doc fix. Check for integer WARNTIME.
4996 Only add WARNTIME to the output list if non-nil.
4997
2a64315a 49982010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
4999
5000 * calendar/appt.el (appt-check): Let the 3rd element of
5001 appt-time-msg-list specify the warning time.
5002 (appt-add): Add new argument with the warning time. (Bug#5176)
5003
2a64315a 50042010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
a9de35fe 5005
76e3243a 5006 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
5007 older than version 1.6. (Bug#6361)
5008
2a64315a 50092010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
5010
5011 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
5012 used by cl-do-arglist. (Bug#6408)
5013
30d7ac37
AM
50142010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
5015
a628ad9d 5016 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
30d7ac37
AM
5017 portuguese casechars/not-casechars for missing 'çÇ'.
5018 Suggested by Rolando Pereira (bug#6434).
5019
8fd02581
JB
50202010-06-15 Juanma Barranquero <lekktu@gmail.com>
5021
5022 * facemenu.el (list-colors-sort): Doc fix.
5023
b15922cc
BR
50242010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5025
5026 * progmodes/sql.el (sql-connect-mysql): Fix typo.
5027
f0bf7c8e
JL
50282010-06-14 Juri Linkov <juri@jurta.org>
5029
5030 Add sort option `list-colors-sort'. (Bug#6332)
5031 * facemenu.el (color-rgb-to-hsv): New function.
5032 (list-colors-sort): New defcustom.
5033 (list-colors-sort-key): New function.
5034 (list-colors-display): Doc fix. Sort list according to the option
5035 `list-colors-sort'.
5036 (list-colors-print): Add HSV values to `help-echo' property of
5037 RGB strings.
5038
c42fe9a5
JL
50392010-06-14 Juri Linkov <juri@jurta.org>
5040
5041 * compare-w.el: Move to the "vc" subdirectory.
5042
b263a4c4
SM
50432010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5044
d8b0cddd
SM
5045 * image-mode.el (image-mode-map): Remap left-char and right-char.
5046
b263a4c4
SM
5047 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
5048
89877f5f
CY
50492010-06-12 Chong Yidong <cyd@stupidchicken.com>
5050
133a8d82
CY
5051 * term/common-win.el (x-colors): Add all the color names defined
5052 in rgb.txt (Bug#6332).
5053
89877f5f
CY
5054 * facemenu.el (list-colors-print): Don't print extra names if it
5055 will overflow the window width.
5056
5057 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 5058 change (Bug#6343).
89877f5f 5059
9d1f18b5
EZ
50602010-06-12 Eli Zaretskii <eliz@gnu.org>
5061
5062 * files.el (make-directory): Doc fix (bug#6396).
5063
b81a0b56
MA
50642010-06-12 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * net/tramp.el (tramp-remote-process-environment): Protect version
5067 string by apostroph.
5068 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5069 XEmacs.
5070 (tramp-file-name-for-operation): Add `call-process-region'.
5071 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5072
5073 * net/tramp-compat.el (top): Do not autoload
5074 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5075 only when `start-file-process' is not bound.
5076 (tramp-advice-file-expand-wildcards): Do not use
5077 `tramp-handle-file-remote-p'.
5078 (tramp-compat-make-temp-file): Handle the case, that
5079 `make-temp-file' has no third argument EXTENSION.
5080
69f18acc
JB
50812010-06-11 Juanma Barranquero <lekktu@gmail.com>
5082
5fee75d4
JB
5083 * makefile.w32-in (WINS_BASIC): Include new directory vc.
5084
69f18acc
JB
5085 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
5086
9766adfb
JL
50872010-06-11 Juri Linkov <juri@jurta.org>
5088
5089 * finder.el (finder-known-keywords): Add keyword "vc"
5090 for version control.
5091
5092 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
5093 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
5094 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
5095 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
5096
56b2854f
JL
50972010-06-11 Juri Linkov <juri@jurta.org>
5098
5099 Move version control related files to the "vc" subdirectory.
5100 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
5101 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
5102 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
5103 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
5104 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
5105 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
5106 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
5107 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
5108 Move files to the "vc" subdirectory.
5109
6534e58a
CY
51102010-06-11 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
5113 (Bug#6367).
5114
84d9562f
SE
51152010-06-11 Stephen Eglen <stephen@gnu.org>
5116
5117 * shell.el: Bind `shell-resync-dirs' to M-RET.
5118
3ef0a6a5
MA
51192010-06-10 Michael Albinus <michael.albinus@gmx.de>
5120
5121 * notifications.el: Move file from lisp/net, because it is
5122 supposed to talk locally to the user.
5123
fa4003da
MA
51242010-06-10 Julien Danjou <julien@danjou.info>
5125
5126 * net/notifications.el (notifications-on-action-signal)
5127 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 5128 argument to the callback functions. Add docstrings.
fa4003da
MA
5129 (notifications-notify): Fix docstring.
5130
46e6650e
GM
51312010-06-10 Glenn Morris <rgm@gnu.org>
5132
5133 * emacs-lisp/authors.el (authors-ignored-files)
5134 (authors-valid-file-names): Add some files.
5135
a71832f7
SM
51362010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5139 merge conflict, giving preference to the emacs-23 version of the code.
5140
8c6eab5a
SM
51412010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5142
989bc97f
SM
5143 * emacs-lisp/advice.el (ad-compile-function):
5144 Define warning-suppress-types before we let-bind it (bug#6275).
5145
8c6eab5a
SM
5146 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5147 declare it, make it buffer-local and permanent-local (bug#6324).
5148 (vc-resynch-window): Adjust name.
5149 * vc-hooks.el (vc-find-file-hook): Adjust name.
5150
890a18d6
MA
51512010-06-09 Michael Albinus <michael.albinus@gmx.de>
5152
5153 * net/notifications.el (notifications-notify): Fix docstring.
5154
bf3e70eb
JB
51552010-06-09 Juanma Barranquero <lekktu@gmail.com>
5156
5157 Update to Unicode 6.0.0 beta.
5158 * international/charprop.el: Update copyright.
5159 * international/mule-cmds.el (ucs-names): Update character ranges.
5160 * international/uni-bidi.el:
5161 * international/uni-category.el:
5162 * international/uni-combining.el:
5163 * international/uni-comment.el:
5164 * international/uni-decimal.el:
5165 * international/uni-decomposition.el:
5166 * international/uni-digit.el:
5167 * international/uni-lowercase.el:
5168 * international/uni-mirrored.el:
5169 * international/uni-name.el:
5170 * international/uni-numeric.el:
5171 * international/uni-old-name.el:
5172 * international/uni-titlecase.el:
5173 * international/uni-uppercase.el: Regenerate.
5174
b978141d
JB
51752010-06-09 Juanma Barranquero <lekktu@gmail.com>
5176
ee8359ba
JB
5177 * emacs-lisp/smie.el (comment-string-strip): Declare function.
5178 (smie-precs-precedence-table): Fix typo in docstring.
5179
f64ab8fb
JB
5180 * vc-mtn.el (log-edit-extract-headers): Declare function.
5181
883ffa8c
JB
5182 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
5183
b978141d
JB
5184 * net/notifications.el (dbus-register-signal): Declare function.
5185 (notifications-notify): Fix typos and reflow docstring.
5186
5f4f2ae4
DN
51872010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5188
5189 Improve VC create/retrieve tag/branch.
5190 * vc.el (vc-create-tag): Do not read the directory name for VCs
5191 with repository revision granularity. Adjust the tag/branch
5192 prompt. Reset VC properties.
5193 (vc-retrieve-tag): Do not read the directory name for VCs
5194 with repository revision granularity. Reset VC properties.
5195
41a86354
MA
51962010-06-09 Julien Danjou <julien@danjou.info>
5197
ef33fd34 5198 * net/notifications.el: New file.
41a86354 5199
fab43c76
DN
52002010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5201
00fd1147
DN
5202 Add optional support for resetting VC properties.
5203 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5204 call vc-file-clearprops when true.
5205 (vc-resynch-buffer): Add new optional argument, pass it down.
5206 (vc-resynch-buffers-in-directory): Likewise.
5207
fab43c76
DN
5208 Improve support for special markup in the VC commit message.
5209 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5210 * vc-hg.el (vc-hg-checkin): Add support for Date:.
5211 * vc-git.el (vc-git-checkin):
5212 * vc-bzr.el (vc-bzr-checkin): Likewise.
5213
e7d67e73
SM
52142010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
5217 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5218
277e6741
MP
52192010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
5220
5221 * iimage.el: Remove images as soon as the underlying text is modified.
5222 (iimage-modification-hook): New function.
5223 (iimage-mode-buffer): Use it.
5224
83156c18
SM
52252010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
5228 smie-indent-offset-after. Add :prev case. Make a bit more generic.
5229 (smie-indent-virtual): Remove `virtual' arg. Update callers.
5230 (smie-indent-keyword): Add handling of open-paren keywords.
5231 (smie-indent-comment-continue): Don't assume comment-continue.
5232
13b5221f
MR
52332010-06-07 Martin Rudalics <rudalics@gmx.at>
5234
5235 * window.el (pop-to-buffer): Remove the conditional that
5236 compares new-window and old-window, so it will reselect
5237 the selected window unconditionally.
5238 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
5239
c2ea5810
SM
52402010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * emacs-lisp/smie.el (smie-indent-offset-after)
5243 (smie-indent-forward-token, smie-indent-backward-token): New functions.
5244 (smie-indent-after-keyword): Use them.
5245 (smie-indent-fixindent): Only applies to the indentation of the BOL.
5246 (smie-indent-keyword): Tweak the black magic.
5247 (smie-indent-comment-continue): Strip comment-continue before use.
5248 (smie-indent-functions): Indent comments before keywords.
5249
27dd3c11
JL
52502010-06-06 Juri Linkov <juri@jurta.org>
5251
5252 * isearch.el (isearch-lazy-highlight-search): Fix looping
5253 by checking for empty match. This syncs this loop with the
5254 similar loop in `isearch-search'. (Bug#6362)
5255
35b148ee
JB
52562010-06-05 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * net/dbus.el (dbus-register-method): Declare function.
5259 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5260 (dbus-introspect): Doc fix.
5261 (dbus-event-bus-name, dbus-introspect-get-interface)
5262 (dbus-introspect-get-argument): Reflow docstrings.
5263
eccdfe5f
DN
52642010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
5265
5266 vc-log-incoming/vc-log-outgoing fixes for Git.
5267 * vc-git.el (vc-git-log-view-mode): Fix font lock for
5268 incoming/outgoing logs.
5269 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5270 instead of vc-git-compute-remote.
5271 (vc-git-compute-remote): Remove.
5272
86253dc0
CY
52732010-06-04 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * term/common-win.el (x-colors): Add "dark green" and "dark
5276 turquoise" (Bug#6332).
5277
0665f661
JL
52782010-06-04 Juri Linkov <juri@jurta.org>
5279
5280 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5281 Instead of setting `replace' to t and replacing the same string
5282 with itself, don't do certain actions when
5283 kill-do-not-save-duplicates is non-nil and string is equal to car
5284 of kill-ring: don't call menu-bar-update-yank-menu, don't push
5285 interprogram-paste strings to kill-ring, and don't push the input
5286 argument `string' to kill-ring.
5287 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
5288
087fc47a
JB
52892010-06-04 Juanma Barranquero <lekktu@gmail.com>
5290
5291 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
5292
4f201088
MA
52932010-06-04 Michael Albinus <michael.albinus@gmx.de>
5294
5295 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
5296 (tramp-gvfs-handler-mounted-unmounted)
5297 (tramp-gvfs-connection-mounted-p): Handle default-location.
5298
5299 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
5300 move files to trash.
5301
18ccd78a
JB
53022010-06-04 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * international/mule-cmds.el (nonascii-insert-offset)
5305 (nonascii-translation-table): Add obsolescence information.
5306
5307 * international/mule.el (make-translation-table-from-vector): Doc fix.
5308
3845c322
GM
53092010-06-03 Glenn Morris <rgm@gnu.org>
5310
5311 * desktop.el (desktop-clear-preserve-buffers):
5312 Add "*Warnings*" buffer. (Bug#6336)
5313
54d3626e
DN
53142010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5315
6941ffec
DN
5316 vc-log-incoming/vc-log-outgoing improvements for Git.
5317 * vc-git.el (vc-git-log-outgoing): Use the same format as the
5318 short log.
5319 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
5320
54d3626e
DN
5321 Add bindings for vc-log-incoming and vc-log-outgoing.
5322 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5323 and vc-log-outgoing.
5324 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
5325 and vc-log-outgoing.
5326
aa1bc616
CY
53272010-06-03 Chong Yidong <cyd@stupidchicken.com>
5328
5329 * net/rcirc.el (rcirc-sort-nicknames): Remove.
5330 (rcirc-handler-366): Always sort nicknames.
5331
e2d2a205
JB
53322010-06-03 Juanma Barranquero <lekktu@gmail.com>
5333
5334 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
5335
44ea155d
CY
53362010-06-03 Chong Yidong <cyd@stupidchicken.com>
5337
a628ad9d 5338 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 5339
a91dedc4
SM
53402010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 * net/rcirc.el (rcirc-sort-nicknames): Change default.
5343 (rcirc-sort-nicknames-join): Avoid setq.
5344
c62bf05a
DD
53452010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5346
5347 * net/rcirc.el (rcirc-sort-nicknames): New custom.
5348 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
5349 (rcirc-handler-366): Use them.
5350
dd2c3c92
SM
53512010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 Split smie-indent-calculate into more manageable chunks.
5354 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5355 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
5356 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
5357 (smie-indent-exps): Extract from smie-indent-calculate.
5358 (smie-indent-functions): New var.
5359 (smie-indent-functions): Use them.
5360
927c346b
SM
53612010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
5364 (smie-indent-calculate): Simplify and cleanup.
5365
1efeec86
MA
53662010-06-02 Michael Albinus <michael.albinus@gmx.de>
5367
5368 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
5369 (tramp-gvfs-mount-point): Remove.
5370 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
5371 New defuns.
1efeec86
MA
5372 (with-tramp-dbus-call-method): Format trace message.
5373 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
5374 Implement backup call, when operation on local files fails.
5375 Use progress reporter. Flush properties of changed files.
1efeec86
MA
5376 (tramp-gvfs-handle-make-directory): Make more traces.
5377 (tramp-gvfs-url-file-name): Hexify file name in url.
5378 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5379 into account for the resulting file name.
5380 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
5381 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
5382 (tramp-gvfs-handler-mounted-unmounted)
5383 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5384 attribute "default_location". Set "prefix" property.
5385 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5386 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5387 exists. Raise an error, if not (due to a corresponding answer
5388 "no" in interactive questions, for example).
5389
89877f5f 53902010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
5391
5392 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
5393
24f574a9
JB
53942010-06-01 Juanma Barranquero <lekktu@gmail.com>
5395
5396 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
5397 right-*. (Bug#6265)
5398
290736f2
DN
53992010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5400
61158bfa
DN
5401 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
5402 * vc-git.el (vc-git-compute-remote): New function.
5403 (vc-git-log-outgoing): Use it instead of hard coding a value.
5404 (vc-git-log-incoming): New function.
5405
5828f6ca
DN
5406 Improve state updating for VC tag commands.
5407 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5408 to update the state of all buffers in the directory.
5409
290736f2
DN
5410 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
5411
feceda26
SM
54122010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
5415 `file-directory-p' to the filename part rather than to the whole text.
5416
896114cf
SM
54172010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
5420
1603358c
DA
54212010-05-31 Drew Adams <drew.adams@oracle.com>
5422
5423 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5424
fe40dc63
JB
54252010-05-31 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * subr.el (momentary-string-display): Just use read-event to read
5428 the exit event (Bug#6238).
5429
9e8014c6
EZ
54302010-05-30 Eli Zaretskii <eliz@gnu.org>
5431
5432 * international/mule.el (define-coding-system): Doc fix (bug#6313).
5433
61a08071
JB
54342010-05-30 Juanma Barranquero <lekktu@gmail.com>
5435
5436 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
5437 Suggested by Eli Zaretskii <eliz@gnu.org>.
5438
5feec8ca
SM
54392010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 * minibuffer.el (completion-file-name-table): Don't return a boundary
5442 past the end of `string' (bug#6299).
5443 (completion--file-name-table): Delegate to completion-file-name-table
5444 for the `boundaries' case.
5445
8175cb90
JB
54462010-05-30 Juanma Barranquero <lekktu@gmail.com>
5447
2b94133f
JB
5448 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
5449 movement commands.
5450
8175cb90
JB
5451 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
5452 `path-separator', but maintain compatibility with Emacs 20.2.
5453
0191e222
CY
54542010-05-29 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * server.el (server-process-filter): Receive parent-id argument
5457 from emacsclient.
5458 (server-create-window-system-frame): New arg. Pass parent-id as
5459 frame parameter.
5460
9b655a0a
EZ
54612010-05-29 Eli Zaretskii <eliz@gnu.org>
5462
db5dce9d
EZ
5463 Bidi-sensitive word movement with arrow keys.
5464 * subr.el (right-arrow-command, left-arrow-command): Move to
5465 bindings.el.
5466
5467 * bindings.el (right-char, left-char): Move from subr.el and
5468 rename from right-arrow-command and left-arrow-command.
5469 (right-word, left-word): New functions.
5470 (global-map) <right>: Bind to right-char.
5471 (global-map) <left>: Bind to left-char.
5472 (global-map) <C-right>: Bind to right-word.
5473 (global-map) <C-left>: Bind to left-word.
5474
9b655a0a
EZ
5475 * ls-lisp.el (ls-lisp-classify-file): New function.
5476 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
5477 (ls-lisp-classify): Call ls-lisp-classify-file.
5478 (insert-directory): Remove blanks from switches.
5479
fcb52808
CY
54802010-05-29 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * ansi-color.el: Delete unused escape sequences (Bug#6085).
5483 (ansi-color-drop-regexp): New constant.
5484 (ansi-color-apply, ansi-color-filter-region)
896114cf 5485 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
5486 (ansi-color-apply): Build string list before calling concat.
5487
0040735a
JL
54882010-05-28 Juri Linkov <juri@jurta.org>
5489
5490 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5491 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
5492 (Bug#5270)
5493
b6827fff
MA
54942010-05-28 Michael Albinus <michael.albinus@gmx.de>
5495
5496 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
5497 to ignored backtrace functions.
5498 (with-progress-reporter): Expand docstring.
5499 (tramp-handle-delete-file): Implement TRASH argument.
5500 (tramp-get-remote-trash): New defun.
5501
eba082a2
MA
55022010-05-28 Michael Albinus <michael.albinus@gmx.de>
5503
5504 * net/tramp-compat.el (tramp-compat-delete-file): Use
5505 `symbol-value' for backward compatibility.
5506
5507 * net/tramp.el (tramp-handle-make-symbolic-link)
5508 (tramp-handle-load)
5509 (tramp-do-copy-or-rename-file-via-buffer)
5510 (tramp-do-copy-or-rename-file-directly)
5511 (tramp-do-copy-or-rename-file-out-of-band)
5512 (tramp-handle-process-file, tramp-handle-call-process-region)
5513 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5514 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5515 (tramp-delete-temp-file-function): Use `delete-file' instead
5516 of `tramp-compat-delete-file'.
5517
5518 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5519 (tramp-fish-handle-make-symbolic-link)
5520 (tramp-fish-handle-process-file): Use `delete-file' instead
5521 of `tramp-compat-delete-file'.
5522
5523 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5524 `delete-file' instead of `tramp-compat-delete-file'.
5525
5526 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5527 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5528 `tramp-compat-delete-file'.
5529
5530 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5531 `delete-file' instead of `tramp-compat-delete-file'.
5532
5533 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5534 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5535 (tramp-smb-handle-write-region): Use `delete-file' instead of
5536 `tramp-compat-delete-file'.
5537 (tramp-smb-handle-delete-directory): Use 'trash as arg.
5538
f1a5d776
CY
55392010-05-27 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 5542 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
5543 (dired-do-flagged-delete, dired-do-delete): Use trash.
5544
5545 * speedbar.el (speedbar-item-delete): Allow trashing.
5546
5547 * files.el (delete-directory): New arg TRASH.
5548
5549 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5550 (ange-ftp-rename-remote-to-remote)
5551 (ange-ftp-rename-local-to-remote)
5552 (ange-ftp-rename-remote-to-local, ange-ftp-load)
5553 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5554 `delete-file'.
5555 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5556 allow trashing.
5557
5558 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5559 handle new TRASH arg of `delete-file'.
5560
c4ce1145 5561 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
5562 (tramp-handle-make-symbolic-link, tramp-handle-load)
5563 (tramp-do-copy-or-rename-file-via-buffer)
5564 (tramp-do-copy-or-rename-file-directly)
5565 (tramp-do-copy-or-rename-file-out-of-band)
5566 (tramp-handle-process-file, tramp-handle-call-process-region)
5567 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5568 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5569 (tramp-delete-temp-file-function): Use null TRASH arg in
5570 tramp-compat-delete-file call.
5571
5572 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5573 (tramp-fish-handle-delete-file)
5574 (tramp-fish-handle-make-symbolic-link)
5575 (tramp-fish-handle-process-file): Use null TRASH arg in
5576 `tramp-compat-delete-file' call.
5577
5578 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5579 arg in `tramp-compat-delete-file' call.
5580
5581 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5582 (tramp-gvfs-handle-write-region): Use null TRASH arg in
5583 `tramp-compat-delete-file' call.
5584
5585 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5586 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5587 `tramp-compat-delete-file' call.
5588
5589 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5590 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5591 (tramp-smb-handle-write-region): Use null TRASH arg in
5592 tramp-compat-delete-file call.
5593 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5594 (tramp-smb-handle-delete-file): Rename arg.
5595
5596 * diff.el (diff-sentinel):
5597 * epg.el (epg--make-temp-file, epg-decrypt-string)
5598 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5599 * jka-compr.el (jka-compr-partial-uncompress)
5600 (jka-compr-call-process, jka-compr-write-region):
5601 * server.el (server-sentinel): Remove optional arg from
5602 delete-file, reverting 2010-05-03 change.
5603
ecb0ab90
CY
56042010-05-27 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5607 font-lock-constant-face, not obsolete font-lock-reference-face.
5608
2b25da45
KH
56092010-05-27 Kenichi Handa <handa@m17n.org>
5610
5611 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5612 element of GSTRING is nil.
5613
11e4d8c0
SM
56142010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * emacs-lisp/smie.el (smie-forward-token-function)
5617 (smie-backward-token-function): New vars.
5618 (smie-backward-sexp, smie-forward-sexp)
5619 (smie-indent-hanging-p, smie-indent-calculate): Use them.
5620 (smie-default-backward-token): Rename from smie-backward-token and
5621 skip comments.
5622 (smie-default-forward-token): Rename from smie-forward-token and
5623 skip comments.
5624 (smie-next-sexp): Handle nil results from next-token.
5625 (smie-indent-calculate): Add a new case for special `fixindent' comments.
5626
4da3541b
CY
56272010-05-27 Chong Yidong <cyd@stupidchicken.com>
5628
896114cf
SM
5629 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5630 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
5631
56322010-05-27 Masatake YAMATO <yamato@redhat.com>
5633
5634 * htmlfontify.el (hfy-face-resolve-face): New function.
5635 (hfy-face-to-style): Use it (Bug#6279).
5636
6dc439cb
SM
56372010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5640 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5641
021eb8d7
GM
56422010-05-26 Glenn Morris <rgm@gnu.org>
5643
5644 * emulation/edt.el (edt-load-keys): Use locate-library.
5645
bef4957b
CY
56462010-05-25 Chong Yidong <cyd@stupidchicken.com>
5647
5648 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5649 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
5650 (log-edit-changelog-insert-entries): Args changed.
5651 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
5652 (log-edit-insert-changelog-entries): Reorganize return value of
5653 `log-edit-changelog-entries' to pass filenames to
5654 log-edit-changelog-insert-entries.
5655
84fb0956
TV
56562010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5657
5658 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5659 `image-dired-dired-insert-marked-thumbs' to
5660 `image-dired-dired-toggle-marked-thumbs'.
5661
5662 * image-dired.el: Require cl when compiling.
5663 (image-dired-dired-toggle-marked-thumbs): Rename from
5664 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
5665 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
5666 to 'no-dir. Skip files whose names don't match
5667 `image-file-name-regexp'. When file has a thumbnail overlay,
5668 delete it. (Bug#5270)
5669
0fb1193d
JL
56702010-05-25 Juri Linkov <juri@jurta.org>
5671
5672 * image-mode.el (image-mode): Add image-after-revert-hook to
5673 after-revert-hook.
5674 (image-after-revert-hook): New function. (Bug#5669)
5675
fc937924
JL
56762010-05-25 Juri Linkov <juri@jurta.org>
5677
5678 * image.el (image-animated-p): When delay between animated images
5679 is 0, set it to 10 (0.1 sec). (Bug#6258)
5680
fa9ba953
MA
56812010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5682
5683 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 5684 `forward-word', its default syntax could be changed.
fa9ba953 5685
9e021389
MA
56862010-05-25 Michael Albinus <michael.albinus@gmx.de>
5687
5688 * net/tramp.el (tramp-progress-reporter-update): New defun.
5689 (with-progress-reporter): Use it.
5690 (tramp-process-actions):
5691 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5692 current message, in order to let progress reporter continue
5693 afterwards. (Bug#6257)
5694
6169260b
GM
56952010-05-25 Glenn Morris <rgm@gnu.org>
5696
5697 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5698 Add :version.
5699
d26781af
RY
57002010-05-25 Ryan Yeske <rcyeske@gmail.com>
5701
8826afe3 5702 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
5703 (rcirc-default-full-name): Change to "unknown".
5704 (rcirc-user-name-history): Add variable.
8826afe3
GM
5705
57062010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 5707 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
5708
5709 * net/rcirc.el (rcirc-server-alist): Add :pass.
5710 (rcirc): When prompting for connection parameters, also prompt for
d26781af 5711 username and password.
a628ad9d 5712 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
5713 value to server when connecting.
5714
d355a0b7
SM
57152010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5716
f5228f84
SM
5717 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5718 (smie-merge-prec2s): Pass the tables as separate args.
5719 (smie-bnf-precedence-table): Adjust call accordingly.
5720 (smie-prec2-levels): Set levels at the end.
5721
d355a0b7
SM
5722 Replace Lisp calls to delete-backward-char by delete-char.
5723 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
5724 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5725 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 5726 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
5727 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5728 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5729 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5730 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5731 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5732 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5733 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5734 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5735 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5736 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
5737 delete-backward-char by calls to delete-char.
5738
f668ef02
KH
57392010-05-25 Kenichi Handa <handa@m17n.org>
5740
5741 * language/hebrew.el (hebrew-shape-gstring): New function.
5742 Register it in composition-function-table for all Hebrew combining
5743 characters.
5744
397eb3f3
SM
57452010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * epa.el (epa--select-keys): Don't explicitly delete the window since
5748 that can fail (e.g. sole window in frame). Use dedication instead.
5749
171eda53 57502010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
5751
5752 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5753
110683ad
CY
57542010-05-22 Chong Yidong <cyd@stupidchicken.com>
5755
5756 * image.el (image-refresh): Define as an alias for image-flush.
5757
5758 * image-mode.el (image-toggle-display-image): Caller changed.
5759
df9db151
JL
57602010-05-21 Juri Linkov <juri@jurta.org>
5761
5762 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5763 Remove "all" from grep-files-aliases. Split grep-files-aliases by
5764 whitespace, call wildcard-to-regexp on substrings and concat them
5765 with "\\|". (Bug#6114)
5766
c0209c2c
AM
57672010-05-21 Alan Mackenzie <acm@muc.de>
5768
171eda53
SM
5769 * progmodes/cc-engine.el (c-parse-state-get-strategy):
5770 Replace parameter `here' with `here-' and `here-plus', which sandwich
5771 any pertinent CPP construct.
c0209c2c
AM
5772 (c-remove-stale-state-cache-backwards): Fix a bug which happens
5773 when doing (c-parse-state) in a CPP construct: Exclude any "new"
5774 CPP construct from taking part in the scanning.
5775
655bded0
MA
57762010-05-21 Michael Albinus <michael.albinus@gmx.de>
5777
5778 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
5779 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5780 Tune `with-progress-reporter' messages.
655bded0
MA
5781 (tramp-handle-vc-registered):
5782 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5783 (tramp-fish-handle-insert-file-contents)
5784 (tramp-fish-maybe-open-connection):
5785 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5786 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5787 (tramp-imap-handle-insert-file-contents)
5788 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5789
3e17a1a7
JB
57902010-05-21 Juanma Barranquero <lekktu@gmail.com>
5791
bf1e8d4a
JB
5792 * add-log.el (change-log-font-lock-keywords):
5793 Highlight all authors in multi-author entries.
5794
3e17a1a7
JB
5795 * smerge-mode.el (smerge-refine-ignore-whitespace)
5796 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5797 Fix typos in docstrings.
5798 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5799
969e684a
GM
58002010-05-21 Glenn Morris <rgm@gnu.org>
5801
e75c1e7d
GM
5802 * progmodes/fortran.el (fortran-mode):
5803 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5804
969e684a
GM
5805 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5806 having a relative path in src/Makefile.in.
5807
a50878fa
KR
58082010-05-20 Kevin Ryde <user42@zip.com.au>
5809
5810 * help-mode.el (help-make-xrefs): For Info node links turn
5811 newlines into spaces. Link node names with newlines are matched
5812 by help-xref-info-regexp and buttonized, this change ensures they
5813 can be followed successfully with RET. (Bug#6206)
5814
f66a2f90
JL
58152010-05-20 Juri Linkov <juri@jurta.org>
5816
5817 * locate.el (locate): Use pop-to-buffer instead of
5818 switch-to-buffer-other-window. (Bug#6204)
5819
201d895a
JL
58202010-05-20 Juri Linkov <juri@jurta.org>
5821
5822 * replace.el (replace-highlight): Fix lazy-highlighting
5823 for `M-s w str M-% str RET'.
5824
1ddb2ea0
MY
58252009-12-15 Masatake YAMATO <yamato@redhat.com>
5826
5827 * isearch.el (isearch-yank-word-or-char): Pull next subword
5828 when `subword-mode' is activated. (Bug#6220)
5829
a6020335
MH
58302010-05-20 Mark A. Hershberger <mah@everybody.org>
5831
5832 * isearch.el (isearch-update-post-hook): New hook.
5833 (isearch-update): Use the new hook. (Bug#6225)
5834
50de6a38
JL
58352010-05-20 Juri Linkov <juri@jurta.org>
5836
5837 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5838 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5839 (Bug#6222)
5840
5d944a8f
JL
58412010-05-20 Juri Linkov <juri@jurta.org>
5842
5843 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5844 (Bug#6223)
5845
f5d6548a
JL
58462010-05-20 Juri Linkov <juri@jurta.org>
5847
5848 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5849 FILE-NAME to read from the minibuffer when called interactively
5850 with prefix argument instead of using buffer-file-name.
5851 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5852
5853 * dired.el: Update autoloads.
5854
f8e63691
CY
58552010-05-20 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5858 nxml-finish-element, for consistency with SGML mode.
5859
5860 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5861 octave-close-block.
5862
07d7c3bd
JB
58632010-05-20 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * composite.el: Require cl when compiling.
5866 (reference-point-alist, compose-gstring-for-graphic)
5867 (compose-gstring-for-terminal): Fix typos in docstrings.
5868
7bce8510
JL
58692010-05-19 Juri Linkov <juri@jurta.org>
5870
5871 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5872 set-window-parameter.
5873
a7723e05
MA
58742010-05-19 Michael Albinus <michael.albinus@gmx.de>
5875
5876 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5877 where appropriate.
5878 (tramp-maybe-open-connection): Use it.
5879
3f2e7735
EZ
58802010-05-19 Eli Zaretskii <eliz@gnu.org>
5881
5882 * simple.el (move-end-of-line): Make sure we are at line beginning
5883 before backing up to end of previous line.
5884
8d9181c7
MA
58852010-05-19 Michael Albinus <michael.albinus@gmx.de>
5886
8c4ec20f
MA
5887 * password-cache.el (password-cache-remove): Fix docstring.
5888
8d9181c7
MA
5889 * net/secrets.el: Autoload the widget functions.
5890 (secrets-search-items, secrets-create-item)
5891 (secrets-get-attributes, secrets-expand-item): Attributes will be
5892 stored on the password database without leading ":", as all other
5893 clients do as well.
5894 (secrets-mode): Fix docstring.
5895 (secrets-show-secrets): Provide it as autoloaded command only when
5896 D-Bus support is available. Check existence of Secret Service API.
5897
2a96c2a7
SM
58982010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * indent.el (indent-region): Deactivate region (bug#6200).
5901
d24e10b1
GM
59022010-05-19 Glenn Morris <rgm@gnu.org>
5903
5904 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5905
2833d915
KH
59062010-05-19 Kenichi Handa <handa@m17n.org>
5907
5908 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 5909 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 5910
134c2f29
JB
59112010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5912
5913 * calc/calc-trail.el (calc-trail-isearch-forward)
5914 (calc-trail-isearch-backward): Ensure that the new window
5915 point is set correctly.
5916
278847cd
SM
59172010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * subr.el (read-quoted-char): Resolve modifiers after key
5920 remapping (bug#6212).
5921
3a8e7cbd
MA
59222010-05-18 Michael Albinus <michael.albinus@gmx.de>
5923
5924 Add visualization code for secrets.
5925 * net/secrets.el (secrets-mode): New major mode.
5926 (secrets-show-secrets, secrets-show-collections)
5927 (secrets-expand-collection, secrets-expand-item)
5928 (secrets-tree-widget-after-toggle-function)
5929 (secrets-tree-widget-show-password): New defuns.
5930
472e7ec1
SM
59312010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5932
224b70cb
SM
5933 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5934 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5935 handled in smie-next-sexp.
5936 (smie-indent-calculate): Provide a starting indentation (so the
5937 recursion is well-founded ;-).
5938
472e7ec1
SM
5939 Fix handling of non-associative equal levels.
5940 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5941 when it's not needed.
5942 (smie-op-left, smie-op-right): New functions.
5943 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5944 Better handle equal levels to distinguish the associative case from
5945 the "multi-keyword construct" case.
5946 (smie-backward-sexp, smie-forward-sexp): Use it.
5947
35e53abd
JB
59482010-05-18 Juanma Barranquero <lekktu@gmail.com>
5949
5d8fe0ba
JB
5950 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5951
35e53abd
JB
5952 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5953 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5954
5ad4bef5
SM
59552010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 Provide a simple generic indentation engine and use it for Prolog.
5958 * emacs-lisp/smie.el: New file.
5959 * progmodes/prolog.el (prolog-smie-op-levels)
5960 (prolog-smie-indent-rules): New var.
5961 (prolog-mode-variables): Use them to configure SMIE.
5962 (prolog-indent-line, prolog-indent-level): Remove.
5963
00681a3c
JB
59642010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5965
560bb7ae 5966 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
5967 order before computing the averages.
5968
eba62f7a
JB
59692010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5970
597517ef 5971 * calc/calc-vec.el (calc-histogram):
5ad4bef5 5972 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
5973 (math-vector-avg): New function.
5974
560bb7ae 5975 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
5976 being grouped depend on the radix (Bug#6189).
5977
8c5ff6dd
KR
59782010-05-15 Ken Raeburn <raeburn@raeburn.org>
5979
5980 * version.el (emacs-copyright, emacs-version): Don't define here,
5981 now that emacs.c defines it.
5982
98d8b17e
EZ
59832010-05-15 Eli Zaretskii <eliz@gnu.org>
5984
71078429
EZ
5985 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5986 "Describe Language Environment" menu item.
5987
ce6233c1
EZ
5988 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5989
d20e1419
EZ
5990 Bidi-sensitive movement with arrow keys.
5991 * subr.el (right-arrow-command, left-arrow-command): New functions.
5992
5993 * bindings.el (global-map): Bind them to right and left arrow keys.
5994
98d8b17e
EZ
5995 Don't override standard definition of convert-standard-filename.
5996 * files.el (convert-standard-filename): Call
5997 w32-convert-standard-filename and dos-convert-standard-filename on
5998 the corresponding systems.
5999
6000 * w32-fns.el (w32-convert-standard-filename): Rename from
6001 convert-standard-filename. Doc fix.
6002
6003 * dos-fns.el (dos-convert-standard-filename): Doc fix.
6004 (convert-standard-filename): Don't defalias.
6005 (register-name-alist, make-register, register-value)
6006 (set-register-value, intdos): Obsolete aliases for the
6007 corresponding dos-* functions and variables.
6008 (dos-intdos): Add a doc string.
6009
ae6bc504
JB
60102010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
6011
6012 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
6013 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
6014 (math-compose-tex-func):
6015 * calc/calccomp.el (math-compose-expr):
6016 * calc/calc-ext.el (math-format-flat-expr-fancy):
6017 * calc/calc-store.el (calc-read-var-name):
6018 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
6019
6020 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 6021 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 6022 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 6023 (math-standard-units): Add units.
ae6bc504 6024
c26ea4b2
SM
60252010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6026
7aefa445 6027 * progmodes/asm-mode.el (asm-mode):
13973643
SM
6028 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
6029
c26ea4b2
SM
6030 * pcomplete.el (pcomplete-completions-at-point): New function,
6031 extracted from pcomplete-std-complete.
6032 (pcomplete-std-complete): Use it.
6033
02be533b
GM
60342010-05-15 Glenn Morris <rgm@gnu.org>
6035
6036 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6037 Remove references to CVS, RCS and Old directories.
6038
78ed0efc
JB
60392010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
6040
ae6bc504 6041 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
6042 appropriate.
6043
10dcc561
SM
60442010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6045
5ccaa359
SM
6046 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
6047 (sh-mode-syntax-table): Give it a default value instead.
6048 (sh-header-marker): Make buffer-local.
6049 (sh-mode): Move make-local-variable to the corresponding setq.
6050 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
6051 Use complete-with-action.
6052
10dcc561
SM
6053 * simple.el (prog-mode): New (abstract) major mode.
6054 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
6055 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
6056
c38762fd
JB
60572010-05-14 Juanma Barranquero <lekktu@gmail.com>
6058
6059 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
6060 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
6061 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
6062 (sql-make-alternate-buffer-name, sql-placeholders-filter)
6063 (sql-escape-newlines-filter, sql-input-sender)
6064 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
6065
2ef3c144
CY
60662010-05-13 Chong Yidong <cyd@stupidchicken.com>
6067
560bb7ae 6068 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
6069
6070 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
6071 latex-open-block and C-c / to latex-close-block.
6072
6073 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
6074 and C-c C-e to sgml-close-tag.
6075
3b30ccda
MA
60762010-05-13 Michael Albinus <michael.albinus@gmx.de>
6077
6078 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 6079 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
6080 (tramp-handle-load, tramp-handle-file-local-copy)
6081 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
6082 (tramp-maybe-send-script, tramp-find-shell):
6083 Use `with-progress-reporter'.
3b30ccda
MA
6084 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
6085 Fix message text.
6086
6087 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6088 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6089 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6090 Use `with-progress-reporter'.
6091
57ff5d7b
AM
60922010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
6093
a628ad9d
JB
6094 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
6095 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 6096
5a70d10f
SM
60972010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6098
791ffe1c
SM
6099 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
6100
5a70d10f
SM
6101 * dos-fns.el: Add "dos-" prefix for namespace control.
6102 (convert-standard-filename): Define as alias for
6103 dos-convert-standard-filename but only if applicable.
6104
38d93f03
AM
61052010-05-12 Alan Mackenzie <acm@muc.de>
6106
6107 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
6108 Push the mark at the start of these functions when appropriate.
6109
902a6d8d
SM
61102010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * minibuffer.el (completion-cycle-threshold): New custom var.
6113 (completion--do-completion): Use it.
6114 (minibuffer-complete): Use cycling if appropriate.
6115
9ee120ba
JB
61162010-05-11 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
6119 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
6120
841c4085
JL
61212010-05-11 Juri Linkov <juri@jurta.org>
6122
6123 * scroll-all.el (scroll-all-check-to-scroll):
6124 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
6125
8a67c70e
SM
61262010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6127
f2b9ed18
SM
6128 * iimage.el (iimage-mode-map): Move initialization into declaration.
6129 (iimage-mode-buffer): Use with-silent-modifications.
6130 Simplify calling convention. Adjust callers.
6131 (iimage-mode): Don't run hook redundantly.
6132
8a67c70e
SM
6133 * minibuffer.el (completion-pcm--pattern->regex):
6134 Fix last change (bug#6160).
6135
4bbedd98
JL
61362010-05-10 Juri Linkov <juri@jurta.org>
6137
6138 Remove nodes visited during Isearch from the Info history.
6139 * info.el (Info-isearch-initial-history)
6140 (Info-isearch-initial-history-list): New variables.
6141 (Info-isearch-start): Record initial values of
6142 Info-isearch-initial-history and Info-isearch-initial-history-list.
6143 Add Info-isearch-end to isearch-mode-end-hook.
6144 (Info-isearch-end): New function.
6145
94ecf5da
MA
61462010-05-10 Michael Albinus <michael.albinus@gmx.de>
6147
6148 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
6149 format string, in order to work around a bug in pdksh.
6150 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
6151 (tramp-handle-verify-visited-file-modtime): Do not send a command
6152 when the connection is not established.
6153 (tramp-handle-set-file-times): Simplify the check for utc.
6154
c5eb971b
JB
61552010-05-10 Juanma Barranquero <lekktu@gmail.com>
6156
6157 Fix use of `filter-buffer-substring' (rework previous change).
6158 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6159 (cua-repeat-replace-region):
6160 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6161 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6162 (cua-cut-region-to-global-mark): Use it.
6163
7492acc9
MM
61642010-05-09 Michael R. Mauger <mmaug@yahoo.com>
6165
77e2fc7a
JB
6166 * progmodes/sql.el: Version 2.1.
6167 (sql-product-alist): Redesign structure of product info.
6168 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
6169 (sql-port, sql-port-history): New variables.
6170 (sql-interactive-product): New variable.
6171 (sql-send-terminator): New variable.
77e2fc7a 6172 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
6173 (sql-oracle-login-params, sql-sqlite-login-params)
6174 (sql-mysql-login-params, sql-solid-login-params)
6175 (sql-sybase-login-params, sql-informix-login-params)
6176 (sql-ingres-login-params, sql-ms-login-params)
6177 (sql-postgres-login-params, sql-interbase-login-params)
6178 (sql-db2-login-params, sql-linter-login-params)
6179 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
6180 (sql-mode-map): Add C-c C-i to start interactive mode.
6181 (sql-mode-menu): Update existing menu entries.
6182 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
6183 (sql-mode-oracle-font-lock-keywords)
6184 (sql-mode-postgres-font-lock-keywords)
6185 (sql-mode-ms-font-lock-keywords)
6186 (sql-mode-sybase-font-lock-keywords)
6187 (sql-mode-informix-font-lock-keywords)
6188 (sql-mode-interbase-font-lock-keywords)
6189 (sql-mode-ingres-font-lock-keywords)
6190 (sql-mode-solid-font-lock-keywords)
6191 (sql-mode-mysql-font-lock-keywords)
6192 (sql-mode-sqlite-font-lock-keywords)
6193 (sql-mode-db2-font-lock-keywords)
77e2fc7a 6194 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
6195 reduce run-time complexity.
6196 (sql-add-product, sql-del-product): New functions.
6197 (sql-set-product-feature, sql-get-product-feature): New functions.
6198 (sql-product-font-lock): Update product API.
6199 (sql-add-product-keywords): New function.
6200 (sql-highlight-product): Update product API.
6201 (sql-help-list-products): New function.
6202 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 6203 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
6204 prompt for port.
6205 (sql-copy-column): Copy without properties.
6206 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
6207 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
6208 Implement as a filter.
7492acc9
MM
6209 (sql-escape-newlines-filter): Implement as a filter.
6210 (sql-remove-tabs-filter): New function.
6211 (sql-send-magic-terminator): New function.
6212 (sql-send-string): Implement magic terminator.
6213 (sql-send-region): Use `sql-send-string'.
6214 (sql-interactive-mode): Use product API.
6215 (sql-product-interactive): Use product API.
6216 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6217 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6218 (sql-db2, sql-linter): Use `sql-product-interactive'.
6219 (sql-connect): New function.
6220 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6221 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6222 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
6223 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6224 Use `sql-connect'.
7492acc9 6225
79ccd68f
SM
62262010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6229 New custom variable.
6230 (completion-pcm--string->pattern): Use it.
6231 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
6232 Make it handle any symbol as `any'.
6233 (completion-pcm--merge-completions): Extract common suffix for the new
6234 `prefix' symbol as well.
6235 (completion-substring--all-completions): Use the new `prefix' symbol.
6236
0d5852cf
MA
62372010-05-09 Michael Albinus <michael.albinus@gmx.de>
6238
6239 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
6240 not bound.
6241 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6242 (tramp-compat-funcall): New defmacro.
6243 (tramp-compat-line-beginning-position)
6244 (tramp-compat-line-end-position)
6245 (tramp-compat-temporary-file-directory)
6246 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6247 (tramp-compat-copy-file, tramp-compat-copy-directory)
6248 (tramp-compat-delete-file, tramp-compat-delete-directory)
6249 (tramp-compat-number-sequence, tramp-compat-process-running-p)
6250 * net/tramp.el (top, with-progress-reporter)
6251 (tramp-rfn-eshadow-setup-minibuffer)
6252 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6253 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6254 (tramp-completion-mode-p, tramp-check-for-regexp)
6255 (tramp-open-connection-setup-interactive-shell)
6256 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6257 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6258 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6259 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6260 (tramp-reporter-dump-variable, tramp-load-report-modules)
6261 (tramp-append-tramp-buffers)
6262 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6263
6264 * net/tramp-imap.el (top): Autoload `epg-make-context'.
6265
f913fe7d
SM
62662010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * progmodes/compile.el (compilation-buffer-modtime): Rename from
6269 buffer-modtime. Adjust users.
6270
0235128c 62712010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 6272
77e2fc7a 6273 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 6274 car of each item, not the whole list (Bug#6083).
f034e176 6275
0235128c 62762010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
6277
6278 * progmodes/js.el (js-mode): Make paragraph variables local before
6279 calling c-setup-paragraph-variables (Bug#6071).
6280
0235128c 62812010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
6282
6283 * composite.el (compose-region, reference-point-alist): Fix typos
6284 in the doc strings.
6285
77e2fc7a 62862010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
6287
6288 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
6289 gnuplot's "set" command.
6290
0235128c 62912010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
6292
6293 * abbrev.el (last-abbrev-text): Doc fix.
6294 (abbrev-prefix-mark): Don't escape parenthesis.
6295
0235128c 62962010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
6297
6298 * composite.el (find-composition): Doc fix.
6299
0235128c 63002010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
6301
6302 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
6303 (sql-oracle-program, sql-sqlite-options)
6304 (sql-query-placeholders-and-send): Doc fixes.
6305 (sql-set-product, sql-interactive-mode): Reflow docstrings.
6306 (sql-imenu-generic-expression, sql-buffer)
6307 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
6308 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
6309 (sql-mode-sybase-font-lock-keywords)
6310 (sql-mode-informix-font-lock-keywords)
6311 (sql-mode-interbase-font-lock-keywords)
6312 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
6313 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
6314 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
6315 (sql-product-feature, sql-highlight-product)
6316 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
6317 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
6318 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
6319 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
6320 Fix typos in docstrings.
6321
0235128c 63222010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
6323
6324 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
6325 property instead of `invisible' and `after-string' (bug#5998).
6326
0235128c 63272010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
6328
6329 * image-mode.el (image-mode-as-text): Fix typo in docstring.
6330
0235128c 63312010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
6332
6333 * filecache.el (file-cache-add-directory-list)
6334 (file-cache-add-directory-recursively): Fix typos in docstrings.
6335
0235128c 63362010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
6337
6338 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 6339 (gujarati-composable-pattern): Fix typo.
ece33a6e 6340
0235128c 63412010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
6342
6343 * language/indian.el (oriya-composable-pattern)
0235128c
SM
6344 (tamil-composable-pattern, malayalam-composable-pattern):
6345 Add two-part vowels to "v" (vowel sign).
771533aa 6346
0235128c 63472010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 6348
99833607
CY
6349 * files.el (copy-directory): Handle symlinks (Bug#5982).
6350
0235128c 63512010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
6352
6353 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
6354 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
6355 (Bug#5846).
6356
0235128c 63572010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 6358
0ca12598
GM
6359 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
6360
d2c7b917
GM
6361 * minibuffer.el (completion-at-point): Doc fix.
6362
ba5bf5f0
SM
63632010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * electric.el (Electric-command-loop): Minor tweak.
6366
6367 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
6368 better with dedicated windows.
6369
0235128c
SM
63702010-05-07 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * Version 23.2 released.
6373
560bb7ae 63742010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 6375 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
6376
6377 Highlight vendor specific properties.
6378 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
6379 (css-proprietary-property): New face.
6380 (css-font-lock-keywords): Use them.
6381
c0162ade
EZ
63822010-05-07 Eli Zaretskii <eliz@gnu.org>
6383
6384 * cus-start.el (all): Add native condition for tool-bar-* symbols.
6385
f3ee9200
SM
63862010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6387
05623156
SM
6388 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
6389 * files.el (auto-mode-alist): Remove redundant entries.
6390
f3ee9200
SM
6391 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
6392 * simple.el (auto-save-mode): Move from files.el.
6393 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
6394
560bb7ae 63952010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 6396
76e3243a 6397 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 6398
765d4319
KY
63992010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6400
6401 * mail/binhex.el (binhex-decode-region-internal)
6402 * mail/uudecode.el (uudecode-decode-region-internal)
6403 * net/dns.el (dns-read-string-name, dns-write, dns-read)
6404 (dns-read-type, dns-query)
6405 * pgg-parse.el (pgg-parse-armor)
6406 * pgg.el (pgg-verify-region)
6407 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
6408 XEmacs.
6409
86d21cc0 6410 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 6411
f83483ff
JB
64122010-05-07 Juanma Barranquero <lekktu@gmail.com>
6413
40ab7974
JB
6414 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
6415
f83483ff
JB
6416 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6417 * emulation/cua-base.el (cua-repeat-replace-region):
6418 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6419 (cua-cut-region-to-global-mark):
6420 Remove text properties with `set-text-properties'.
6421
9566840f
MA
64222010-05-06 Michael Albinus <michael.albinus@gmx.de>
6423
f3ee9200
SM
6424 * net/tramp.el (top, with-progress-reporter):
6425 Use `symbol-function' inside `funcall'.
9566840f
MA
6426
6427 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
6428 (tramp-compat-delete-file, tramp-compat-delete-directory):
6429 Handle only `wrong-number-of-arguments' error.
9566840f
MA
6430
6431 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
6432 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
6433 inside `funcall'.
6434
0c495c21
SM
64352010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6436
1493963b
SM
6437 * minibuffer.el (completion--sreverse, completion--common-suffix):
6438 New functions.
6439 (completion-pcm--merge-completions): Extract common suffix when safe.
6440
0c495c21
SM
6441 * emacs-lisp/easy-mmode.el (define-minor-mode):
6442 Make :variable more flexible.
6443 * files.el (auto-save-mode): Use it to define using define-minor-mode.
6444
221a0647
JL
64452010-05-05 Juri Linkov <juri@jurta.org>
6446
6447 Add `slow' and `history' tags to the desktop data.
6448
6449 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6450 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
6451 (Info-finder-find-node): Require `finder.el' to be able
6452 to restore node from the desktop.
6453 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
6454 data `Info-history' and `slow' tag in the assoc list.
6455 (Info-restore-desktop-buffer): Don't restore nodes with the
6456 `slow' tag. Restore `Info-history'.
6457
66bdc868
MA
64582010-05-05 Michael Albinus <michael.albinus@gmx.de>
6459
6460 Add FORCE argument to `delete-file'.
6461
6462 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
6463 forcing to delete the temporary file.
6464 (ange-ftp-delete-file): Add FORCE arg.
6465 (ange-ftp-rename-remote-to-remote)
6466 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
6467 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
6468 Force file deletion.
66bdc868
MA
6469
6470 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
6471
6472 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
6473 (tramp-handle-make-symbolic-link, tramp-handle-load)
6474 (tramp-do-copy-or-rename-file-via-buffer)
6475 (tramp-do-copy-or-rename-file-directly)
6476 (tramp-do-copy-or-rename-file-out-of-band)
6477 (tramp-handle-process-file, tramp-handle-call-process-region)
6478 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6479 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6480 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
6481
6482 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
6483 (tramp-fish-handle-make-symbolic-link)
6484 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
6485
0c495c21
SM
6486 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6487 Use `tramp-compat-delete-file'.
66bdc868
MA
6488
6489 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
6490 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
6491
6492 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
6493 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
6494
6495 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
6496 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6497 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
6498 `tramp-compat-delete-file'.
6499
f44379e7
SM
65002010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6501
365f8d85
SM
6502 Minor cleanups.
6503 * subr.el (add-minor-mode): Use push.
6504 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
6505 * emulation/edt.el (edt-select-mode): Simplify.
6506
80ac5d4d
SM
6507 Use define-minor-mode in more cases.
6508 * term/tvi970.el (tvi970-set-keypad-mode):
6509 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6510 (normal-erase-is-backspace-mode):
6511 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
6512 (set-scroll-bar-mode-1): (Re)move to its sole caller.
6513 (get-scroll-bar-mode): New function.
6514 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
6515
6516 Use define-minor-mode for less obvious cases.
f44379e7
SM
6517 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6518 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6519 * international/iso-ascii.el (iso-ascii-mode):
6520 * frame.el (auto-raise-mode, auto-lower-mode):
6521 * composite.el (global-auto-composition-mode): Use define-minor-mode.
6522
c04b03f8
MA
65232010-05-04 Michael Albinus <michael.albinus@gmx.de>
6524
6525 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6526 in order to see error messages for failed logins.
6527
53967e09
CY
65282010-05-03 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * diff.el (diff-sentinel):
6531
6532 * epg.el (epg--make-temp-file, epg-decrypt-string)
6533 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6534
6535 * jka-compr.el (jka-compr-partial-uncompress)
6536 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6537
6538 * server.el (server-sentinel): Use delete-file's new FORCE arg
6539 (Bug#6070).
6540
56eb0904
SM
65412010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 Use define-minor-mode where applicable.
6544 * view.el (view-mode):
6545 * type-break.el (type-break-query-mode)
6546 (type-break-mode-line-message-mode):
6547 * textmodes/reftex.el (reftex-mode):
6548 * term/vt100.el (vt100-wide-mode):
6549 * tar-mode.el (tar-subfile-mode):
6550 * savehist.el (savehist-mode):
6551 * ibuf-ext.el (ibuffer-auto-mode):
6552 * composite.el (auto-composition-mode):
6553 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6554 Use define-minor-mode.
6555 (vhdl-mode): Use static mode-line format.
6556 (vhdl-mode-line-update): Delete.
6557 (vhdl-create-mode-menu, vhdl-activate-customizations)
6558 (vhdl-hs-minor-mode): Don't bother calling it.
6559
672eb710
SM
65602010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6561
8f92b8ad
SM
6562 * simple.el (with-wrapper-hook): Move.
6563 (buffer-substring-filters): Mark obsolete.
6564 (filter-buffer-substring-functions): New variable.
1fada563 6565 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 6566
c04b03f8 65672010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 6568 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
6569
6570 Implement compression for inline methods.
6571
6572 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6573 (tramp-copy-size-limit): Allow also nil.
6574 (tramp-inline-compress-commands): New defconst.
6575 (tramp-find-inline-compress, tramp-get-inline-compress)
6576 (tramp-get-inline-coding): New defuns.
cb7f3653 6577 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 6578 replaced by `tramp-get-inline-coding'.
6a29a838
MA
6579 (tramp-handle-file-local-copy, tramp-handle-write-region)
6580 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6581
8c0bf8b3
SM
65822010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6583
07125a91
SM
6584 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6585 Remove unused functions.
6586
f3a47002
SM
6587 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6588 Set find-tag-default-function as a variable rather than a property.
6589
8c0bf8b3
SM
6590 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6591 * progmodes/etags.el (tags-completion-at-point-function):
6592 Remove left over interactive spec. Add autoloading stub.
6593 (complete-tag): Use tags-completion-at-point-function.
6594
27601456
CY
65952010-04-30 Chong Yidong <cyd@stupidchicken.com>
6596
cb7f3653 6597 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 6598
09d0284d
CY
65992010-04-29 Chong Yidong <cyd@stupidchicken.com>
6600
27d3cd56
CY
6601 * ido.el (ido-init-completion-maps): Remove C-v binding.
6602 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 6603
3a07ffce
CY
66042010-04-29 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * minibuffer.el (tags-completion-at-point-function): New function.
6607 (completion-at-point-functions): Use it.
6608
3a07ffce
CY
6609 * progmodes/etags.el (complete-tag): Revert last change.
6610
3d14bb73
AM
66112010-04-29 Alan Mackenzie <acm@muc.de>
6612
6613 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6614 off-by-one error (in end of macro position).
6615
7d353d11
SM
66162010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6619 firefox is absent. Don't autoload.
6620 (browse-url-galeon-program): Don't autoload.
6621
48111a85
CY
66222010-04-28 Chong Yidong <cyd@stupidchicken.com>
6623
6624 * bindings.el (complete-symbol): Move into minibuffer.el.
6625
6626 * minibuffer.el (complete-tag): Move from etags.el. If tags
6627 completion cannot be performed, return nil instead of signalling
6628 an error.
6629 (completion-at-point): Make it an alias for complete-symbol.
6630 (complete-symbol): Move from bindings.el, and replace with the
6631 body of completion-at-point.
6632
6633 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6634
7ba94701
MA
66352010-04-28 Michael Albinus <michael.albinus@gmx.de>
6636
6637 * net/tramp.el (tramp-remote-selinux-p): New defun.
6638 (tramp-handle-file-selinux-context)
6639 (tramp-handle-set-file-selinux-context): Use it.
6640
95c6cc3e
SS
66412010-04-28 Sam Steingold <sds@gnu.org>
6642
6643 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6644 `safe-local-variable' if the value is a string or a symbol with
6645 the property `bug-reference-url-format'.
6646
36045ff3
CY
66472010-04-28 Chong Yidong <cyd@stupidchicken.com>
6648
537ffaf3
SM
6649 * progmodes/bug-reference.el (bug-reference-url-format):
6650 Revert 2010-04-27 change due to security risk.
36045ff3 6651
56924d99
SM
66522010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 Make it possible to locally disable a globally enabled mode.
6655 * simple.el (fundamental-mode): Run fundamental-mode-hook.
6656 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6657 rather than kill-all-local-variables so it runs fundamental-mode-hook.
6658 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6659 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6660 that subsequent hooks get a chance to disable it.
6661
ccaa4765
SM
66622010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6663
17818d71
SM
6664 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6665 Avoid re-enabling a minor mode after the user turned the minor mode
6666 off if MODE-enable-in-buffers is run twice (typically once from
6667 fundamental-mode's after-change-major-mode-hook and a second time from
6668 run-mode-hook's own after-change-major-mode-hook).
6669
ccaa4765
SM
6670 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6671
2a6f654e
SS
66722010-04-27 Sam Steingold <sds@gnu.org>
6673
6674 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6675 `safe-local-variable' if the value is a string or a function, as
6676 documented and implemented on 2010-04-02.
6677
cecaa674
JB
66782010-04-27 Juanma Barranquero <lekktu@gmail.com>
6679
6680 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6681 when method is 'kill.
6682
66832010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 6684
a628ad9d
JB
6685 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6686 condition in default directory check.
1e116bb3
AM
6687 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6688 Kill ispell process when killing its associated buffer.
6689
7dd7fbb9
JD
66902010-04-27 Jan Djärv <jan.h.d@swipnet.se>
6691
6692 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6693 but we aren't using it.
6694
7ac82b84
J
66952010-04-25 Jan Djärv <jan.h.d@swipnet.se>
6696
6697 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6698 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6699
fea1add4
GM
67002010-04-24 Glenn Morris <rgm@gnu.org>
6701
6702 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6703 Ignore VCS-ignore files, and deleted nextstep preferences files.
6704 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6705 (authors-ambiguous-files): New list.
6706 (authors-valid-file-names): Add some deleted files.
6707 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6708 (authors-disambiguate-file-name): New function. (Bug#5501)
6709 (authors-canonical-file-name): Doc fix.
6710 Don't warn about obsolete files.
6711 (authors-canonical-file-name, authors-scan-el):
6712 Use authors-disambiguate-file-name.
6713
cbcfee6e
GM
6714 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6715 Add autoload cookies.
6716 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6717 (generated-autoload-file): Set file-local value to "htmlfontify.el".
6718 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6719 They have definitions / compiler macros in cl.el.
6720 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6721 Replace manual autoloads with generated ones.
6722 (htmlfontify-unload-rgb-file): Remove autoload.
6723 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6724
3b548e1b
SM
67252010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6726
9ae0c310
SM
6727 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6728 (byte-compile-setq-default): Optimize for the
6729 single-var case and don't call byte-compile-form in this case to avoid
6730 inf-loop with byte-compile-set-default.
6731
3b548e1b
SM
6732 * progmodes/compile.el (compilation-start): Abbreviate default directory.
6733
632c5478
MA
67342010-04-23 Michael Albinus <michael.albinus@gmx.de>
6735
6736 Implement SELINUX backends.
6737
3b548e1b
SM
6738 * net/tramp.el (tramp-file-name-handler-alist):
6739 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
6740 (tramp-handle-file-selinux-context)
6741 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
6742 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6743 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 6744
3b548e1b
SM
6745 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6746 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
6747 (tramp-gvfs-handle-file-selinux-context)
6748 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6749 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6750
6751 * net/ange-ftp.el (ange-ftp-copy-file):
6752 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6753 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
6754 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6755 Add PRESERVE-SELINUX-CONTEXT.
632c5478 6756
a94d821f
MA
67572010-04-22 Michael Albinus <michael.albinus@gmx.de>
6758
6759 Synchronize with Tramp repository.
6760
6761 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6762 (tramp-action-process-alive, tramp-action-out-of-band)
6763 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6764 (tramp-exists-file-name-handler): Fix docstring.
6765 (with-progress-reporter): New defmacro.
6766 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6767 (tramp-maybe-open-connection): Use it.
6768
a92375d9
MA
67692010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
6770
6771 Detect ssh 'ControlMaster' argument automatically in some cases.
6772
6773 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6774 (tramp-default-method): Use it.
6775
489fe4c2
MA
67762010-04-22 Michael Albinus <michael.albinus@gmx.de>
6777
25f14cdb
MA
6778 * net/tramp.el (tramp-handle-copy-file): Add new optional
6779 parameter `preserve-selinux-context'.
6780 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6781
a92375d9
MA
67822010-04-22 Michael Albinus <michael.albinus@gmx.de>
6783
489fe4c2
MA
6784 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6785 Ensure, that non remote files are still checked. Oops.
6786
acd1f317
MA
67872010-04-21 Michael Albinus <michael.albinus@gmx.de>
6788
6789 Fix Bug#5840.
6790
6791 * icomplete.el (icomplete-completions): Use `non-essential'.
6792
6793 * net/tramp.el (tramp-connectable-p): New defun.
6794 (tramp-handle-expand-file-name)
6795 (tramp-completion-handle-file-name-all-completions)
6796 (tramp-completion-handle-file-name-completion): Use it.
6797
62c5b459
SM
67982010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6801
f904c0f9
JD
68022010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6803
6804 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6805
6806 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6807
6808 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6809 is present.
6810
6811 * info.el (info-tool-bar-map): Add labels.
6812
6813 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6814
6815 * cus-edit.el (custom-commands): Add labels for tool bar.
6816 (custom-buffer-create-internal, Custom-mode): Adjust for
6817 labels in custom-commands.
6818
6819 * dynamic-setting.el: Renamed from font-setting.el.
6820
c5cbeb12
LL
68212010-04-21 John Wiegley <jwiegley@gmail.com>
6822
6823 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6824 toggles the use of virtual buffers.
537ffaf3 6825 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
6826 (ido-toggle-virtual-buffers): New function.
6827
fcc93746
JB
68282010-04-21 Juanma Barranquero <lekktu@gmail.com>
6829
6830 Use `define-derived-mode'; fix window selection; doc fixes.
6831 * play/tetris.el (tetris, tetris-update-speed-function)
6832 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6833 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6834 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6835 (tetris-pause-game): Fix typos in docstrings.
6836 (tetris-mode-map, tetris-null-map):
6837 Move initialization into declaration.
6838 (tetris-mode): Define with `define-derived-mode';
6839 set show-trailing-whitespace to nil.
6840 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6841
574c05e2
KK
68422010-04-21 Karel Klíč <kklic@redhat.com>
6843
6844 * files.el (backup-buffer): Handle SELinux context, and return it
6845 if a backup was made by renaming.
6846 (backup-buffer-copy): Set SELinux context to the target file.
6847 (basic-save-buffer): Set SELinux context of the newly written file.
6848 (basic-save-buffer-1): Now it also returns any SELinux context.
6849 (basic-save-buffer-2): Set SELinux context of the newly created file,
6850 and return it.
6851 * net/tramp.el (tramp-file-name-for-operation):
6852 Add file-selinux-context.
6853
e97a42c1
SM
68542010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6855
f2b9ed18
SM
6856 Make the log-edit comments use RFC822 format throughout.
6857
e97a42c1
SM
6858 * vc.el (vc-checkin, vc-modify-change-comment):
6859 Adjust to new vc-start/finish-logentry.
6860 (vc-find-conflicted-file): New command.
6861 (vc-transfer-file): Adjust to new vc-checkin.
6862 (vc-next-action): Improve scoping.
6863
6864 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6865 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6866
6867 * vc-git.el (vc-git-log-edit-mode): Remove.
6868 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6869 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6870
6871 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6872 (vc-start-logentry): Remove argument `extra'.
6873 (vc-finish-logentry): Remove extra args.
6874
6875 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6876 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6877 (vc-bzr-conflicted-files): New function.
6878
6879 * log-edit.el (log-edit-extra-flags)
6880 (log-edit-before-checkin-process): Remove.
6881 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6882 (log-edit-headers-alist): New var.
6883 (log-edit-header-contents-regexp): New const.
6884 (log-edit-match-to-eoh): New function.
6885 (log-edit-font-lock-keywords): Use them.
6886 (log-edit): Insert a "Summary:" header as default.
6887 (log-edit-mode): Mark font-lock rules as case-insensitive.
6888 (log-edit-done): Cleanup headers.
6889 (log-view-process-buffer): Remove.
6890 (log-edit-extract-headers): New function to replace it.
6891
938efb77
JB
68922010-04-20 Juanma Barranquero <lekktu@gmail.com>
6893
6894 * subr.el (default-direction-reversed): Remove obsolescence info.
6895
1cfb415b
SM
68962010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6897
cb4f9513
SM
6898 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6899 windows/frames.
6900
6e610c72
SM
6901 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6902 I.e. include text after point in the completion region.
6903 Also, return nil when we're not after/in a symbol.
6904
1cfb415b
SM
6905 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6906 default enable-multibyte-characters.
6907
c80fa13c
SM
69082010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6909
87926e02
SM
6910 * international/mule.el: Help the user choose a valid coding-system.
6911 (read-buffer-file-coding-system): New function.
6912 (set-buffer-file-coding-system): Use it. Prompt the user if the
6913 coding-system cannot encode all the chars.
6914
c80fa13c
SM
6915 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6916 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6917 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6918 Don't use *vc-bzr-shelve*.
6919
6e104790 69202010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
6921
6922 Fix the version number for added files.
6923 * vc-hg.el (vc-hg-working-revision): Check if the file is
6924 registered after hg parent fails (Bug#5961).
6925
6e104790 69262010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
6927
6928 * htmlfontify.el (htmlfontify-buffer)
6929 (htmlfontify-copy-and-link-dir): Autoload entry points.
6930
6e104790 69312010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
6932
6933 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6934 name relative to the project root (Bug#5960).
6935
6e104790 69362010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
6937
6938 * vc-git.el (vc-git-print-log): Doc fix.
6939
6e104790 69402010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
6941
6942 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6943
6e104790 69442010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
6945
6946 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6947 default settings (Bug#5928).
6948
6e104790 69492010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
6950
6951 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6952 New function.
0a23b2c3 6953 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 6954
6e104790 69552010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
6956
6957 * language/indian.el (malayalam-composable-pattern): Fix previous
6958 change (add U+0D4D "SIGN VIRAMA").
6959 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6960 (tamil-composable-pattern): Fix typo in the regexp.
6961 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6962 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6963 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6964
6e104790 69652010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
6966
6967 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6968 paragraph-separate (Bug#5821).
6969
6e104790 69702010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
6971
6972 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6973
6974 * info.el (Info-find-node-2): Comment out code that skips
6975 breadcrumbs line.
6976 (Info-mouse-follow-link): New command.
6977 (Info-link-keymap): New keymap.
6978 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6979 Return a string with links instead of inserting breadcrumbs
6980 to the Info buffer.
6981 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6982 Instead of putting the `invisible' text property over the Info
6983 header, make an overlay over the Info header with the `invisible'
6984 property and `after-string' set to the string returned by
6985 `Info-breadcrumbs'.
6986
6e104790 69872010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
6988
6989 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6990 Reported by monkey@sandpframing.com.
6991
98923800
SM
69922010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6993
b5feea0f
SM
6994 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6995 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6996 available in the "keyseq cache" any more.
6997
98923800
SM
6998 * custom.el (defcustom): Add edebug spec.
6999
fd5c9dfa
JL
70002010-04-18 Juri Linkov <juri@jurta.org>
7001
7002 Test for special mode-class in view-buffer instead of view-file (bug#5513).
7003
7004 * view.el (view-file, view-buffer): Move test for special mode-class
7005 from view-file to view-buffer.
7006
7007 * tar-mode.el (tar-extract): Turn if's into one cond
7008 like in arc-mode.el.
7009
b3671a51
JL
70102010-04-18 Juri Linkov <juri@jurta.org>
7011
7012 Add 7z archive format support (bug#5475).
7013
7014 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
7015 (archive-7z-extract): New defcustom.
7016 (archive-find-type): Add magic string for 7z.
7017 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
7018 If `stderr-file' is non-nil, use `(t stderr-file)' for the
7019 `buffer' arg of `call-process'.
7020 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
7021 call the function `archive-7z-extract' with the variable
7022 `archive-7z-extract' let-bound to `archive-zip-extract'.
7023 (archive-7z-summarize, archive-7z-extract): New functions.
7024
7025 * international/mule.el (auto-coding-alist):
7026 * files.el (auto-mode-alist): Add 7z file extension.
7027
8a37fb25
SM
70282010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7029
e9515805
SM
7030 * loadup.el: Setup hash-cons for pure data.
7031
f8ea0098
SM
7032 Fix duplicate entries in cedet's loaddefs.el files.
7033 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
7034 Should make most file-local generated-autoload-file unnecessary.
7035 (print-readably): Silence warnings.
7036 (autoload-find-destination): Take load-name as an arg to make sure
7037 it's the same as the one that will be in the file.
7038 (autoload-generate-file-autoloads): Adjust to above changes.
7039 Try to make the dataflow a bit simpler.
7040
8a37fb25
SM
7041 * cvs-status.el (cvs-refontify): Remove unused.
7042
f8b91752
JB
70432010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
7044
76e3243a 7045 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 7046
76e3243a 7047 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
7048 twos-complement mode.
7049
d8b01fef
JB
70502010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
7051
76e3243a
JB
7052 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7053 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
7054 (calc-inverse): Add "Option" to message, as appropriate.
7055 (calc-hyperbolic): Add "Option" to message, as appropriate.
7056 (calc-option, calc-is-option): New functions.
7057
76e3243a 7058 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
7059 (calc-option-prefix-help): New function.
7060
76e3243a 7061 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 7062
76e3243a 7063 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
7064 (calc-option-flag): New variable.
7065 (calc-do): Set `calc-option-flag to nil.
7066 (calc-set-mode-line): Add "Opt " as appropriate.
7067
74f806a1
JL
70682010-04-16 Juri Linkov <juri@jurta.org>
7069
7070 Move scrolling commands from simple.el to window.el
7071 because their primitives are implemented in window.c.
7072
7073 * simple.el (scroll-error-top-bottom)
7074 (scroll-up-command, scroll-down-command, scroll-up-line)
7075 (scroll-down-line, scroll-other-window-down)
7076 (beginning-of-buffer-other-window, end-of-buffer-other-window):
7077 * window.el (scroll-error-top-bottom)
7078 (scroll-up-command, scroll-down-command, scroll-up-line)
7079 (scroll-down-line, scroll-other-window-down)
7080 (beginning-of-buffer-other-window, end-of-buffer-other-window):
7081 Move from simple.el to window.el because their primitives are
7082 implemented in window.c.
7083
ad40eec5
JL
70842010-04-16 Juri Linkov <juri@jurta.org>
7085
7086 * isearch.el (isearch-lookup-scroll-key): Check both
7087 `isearch-scroll' and `scroll-command' properties.
7088 (scroll-up, scroll-down): Remove `isearch-scroll' property.
7089
7090 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
7091
7092 * simple.el (scroll-up-command, scroll-down-command)
7093 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
7094
a4b000fb
JL
70952010-04-15 Juri Linkov <juri@jurta.org>
7096
7097 * simple.el (scroll-up-command, scroll-down-command)
7098 (scroll-up-line, scroll-down-line): Put `scroll-command'
7099 property on the these symbols. Remove them from
7100 `scroll-preserve-screen-position-commands'.
7101
7102 * mwheel.el (mwheel-scroll): Put `scroll-command' and
7103 `isearch-scroll' properties on the `mwheel-scroll' symbol.
7104 Remove it from `scroll-preserve-screen-position-commands'.
7105
7106 * isearch.el (isearch-allow-scroll): Doc fix.
7107
4874f5e6
MA
71082010-04-15 Michael Albinus <michael.albinus@gmx.de>
7109
7110 * net/tramp.el (tramp-error-with-buffer): Don't show the
7111 connection buffer when we are in completion mode.
7112 (tramp-file-name-handler): Catch the error for some operations
7113 when we are in completion mode. This gives the user the chance to
7114 correct the file name in the minibuffer.
7115
82883f0a
GM
71162010-04-15 Glenn Morris <rgm@gnu.org>
7117
7118 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
7119
528b9ea9
JB
71202010-04-15 Juanma Barranquero <lekktu@gmail.com>
7121
7122 Simplify by using `define-derived-mode'.
7123 * info.el (Info-mode):
7124 * calendar/todo-mode.el (todo-mode):
7125 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
7126 (gomoku-mode-map): Move initialization into declaration.
7127
5f2b693f
MA
71282010-04-14 Michael Albinus <michael.albinus@gmx.de>
7129
7130 Fix Bug#5840.
7131 * ido.el (ido-file-name-all-completions-1):
7132 * minibuffer.el (minibuffer-completion-help):
7133 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
7134
ebb9641f
SM
71352010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7136
38111a5a
SM
7137 * simple.el (non-essential): New var.
7138
ebb9641f
SM
7139 Add a new field `location' to bookmarks for non-file bookmarks.
7140 * bookmark.el (bookmark-location): Use the new field, if present.
7141 (bookmark-insert-location): Undo last change, not needed any more.
7142 * man.el (Man-bookmark-make-record):
7143 * woman.el (woman-bookmark-make-record): Add `location' field.
7144
7b05466f
JL
71452010-04-14 Juri Linkov <juri@jurta.org>
7146
7147 * simple.el (scroll-error-top-bottom): New defcustom.
7148 (scroll-up-command, scroll-down-command): Use it. Doc fix.
7149
7150 * emulation/pc-select.el (pc-select-override-scroll-error):
7151 Obsolete in favor of `scroll-error-top-bottom'.
7152
32129746
JL
71532010-04-14 Juri Linkov <juri@jurta.org>
7154
7155 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7156 `scroll-up-command' and `M-v' to `scroll-down-command'.
7157
7158 * emulation/cua-rect.el (cua--init-rectangles):
7159 * forms.el (forms--change-commands):
7160 * image-mode.el (image-mode-map):
7161 Remap scroll-down-command and scroll-up-command
7162 in addition to scroll-down and scroll-up.
7163
9013a7f8
JL
71642010-04-14 Juri Linkov <juri@jurta.org>
7165
7166 * mwheel.el (scroll-preserve-screen-position-commands):
7167 Add mwheel-scroll to this list of commands.
7168
7169 * simple.el (scroll-preserve-screen-position-commands):
7170 Add scroll-up-command, scroll-down-command, scroll-up-line,
7171 scroll-down-line to this list of commands.
7172
3b7e1d5f
SM
71732010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7174
c1e25821
SM
7175 * obsolete/complete.el: Move from lisp/complete.el.
7176
5b31b787
SM
7177 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
7178
3b7e1d5f
SM
7179 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
7180 to the minor mode function now turns the mode ON unconditionally.
7181
398a825b
SM
71822010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7183
a544e7c1
SM
7184 * vc-dir.el (vc-dir-kill-line): New command.
7185 (vc-dir-mode-map): Bind it to C-k.
7186
a1979d8e
SM
7187 * bookmark.el (bookmark-insert-location): Handle a nil filename.
7188
398a825b
SM
7189 * woman.el: Add bookmark declarations to silence the compiler.
7190 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
7191 step to compatibility between man and woman bookmarks.
7192 Adjust for Man-default-bookmark-title renaming.
7193 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
7194
7195 * man.el: Add bookmark declarations to silence the compiler.
7196 (Man-name-local-regexp): Make it match NAME as well.
7197 (Man-getpage-in-background): Return the buffer.
7198 (Man-notify-when-ready): Use `case'.
7199 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
7200 Don't hardcode "NAME". Simplify.
7201 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
7202 Rename from Man-bookmark-make-record.
7203 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
7204 we have the actual man-args. Use Man-getpage-in-background rather
7205 than `man' since the arg is already processed. Let bookmark.el do the
7206 window handling. Only wait for the relevant process.
7207 Don't forget to autoload.
7208
7209 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
7210
45be326a
TV
72112010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7212
7213 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
7214 New functions.
7215 (woman-mode): Setup bookmark support.
7216
7217 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
7218 (man-bookmark-jump): New functions.
7219 (Man-mode): Setup bookmark support.
7220
3acb4c93
CY
72212010-04-10 Jari Aalto <jari.aalto@cante.net>
7222
7223 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
7224 recognize ssh-keygen prompt (Bug#2817).
7225
b6bbb65e
MA
72262010-04-10 Michael Albinus <michael.albinus@gmx.de>
7227
7228 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
7229
b533bc97
MA
72302010-04-10 Michael Albinus <michael.albinus@gmx.de>
7231
7232 Synchronize with Tramp repository.
7233
7234 * net/tramp.el (tramp-completion-function-alist)
7235 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
7236 (tramp-local-coding-commands, tramp-remote-coding-commands):
7237 Fix docstring.
7238 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
7239 (tramp-handle-directory-files-and-attributes)
7240 (tramp-get-remote-path): Use `copy-tree'.
7241 (tramp-handle-file-name-all-completions): Backward/ XEmacs
7242 compatibility: Use `completion-ignore-case' if
7243 `read-file-name-completion-ignore-case' does not exist.
7244 (tramp-do-copy-or-rename-file-directly): Do not use
7245 `tramp-handle-file-remote-p'.
45be326a
TV
7246 (tramp-do-copy-or-rename-file-out-of-band):
7247 Use `tramp-compat-delete-directory'.
b533bc97 7248 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
7249 (tramp-compute-multi-hops, tramp-maybe-open-connection):
7250 Use `format-spec-make'.
b533bc97
MA
7251 (tramp-find-foreign-file-name-handler)
7252 (tramp-advice-make-auto-save-file-name)
7253 (tramp-set-auto-save-file-modes): Remove superfluous check for
7254 `stringp'. This is done inside `tramp-tramp-file-p'.
7255 (tramp-debug-outline-regexp): New defconst.
7256 (tramp-get-debug-buffer): Use it.
7257 (tramp-check-for-regexp): Use (forward-line 1).
7258 (tramp-set-auto-save-file-modes): Adapt version check.
7259
45be326a
TV
7260 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7261 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
7262 (tramp-compat-make-temp-file): Simplify fallback implementation.
7263 (tramp-compat-copy-tree): Remove function.
7264 (tramp-compat-delete-directory): Provide implementation for older
7265 Emacsen.
7266
7267 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7268 Do not use `tramp-fish-handle-file-attributes.
7269
7270 * net/trampver.el: Update release number.
7271
ba33df00
GM
72722010-04-10 Glenn Morris <rgm@gnu.org>
7273
7274 * progmodes/compile.el (compilation-save-buffers-predicate):
7275 Add missing :version tag.
7276
4a8ae76f
SS
72772010-04-09 Sam Steingold <sds@gnu.org>
7278
7279 * progmodes/compile.el (compilation-save-buffers-predicate):
7280 Remove the "autoload" cookie.
7281
0880716f
SS
7282 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
7283 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
7284 and `bug-reference-prog-mode' can be used in hooks directly.
7285
6aebd58c
DN
72862010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7287
7288 Add --author support to git commit.
7289 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
7290 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
7291 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
7292 New declarations.
6aebd58c 7293
f6d90772
ER
72942010-04-09 Eric Raymond <esr@snark.thyrsus.com>
7295
7296 * vc-hooks.el, vc-git.el: Improve documentation comments.
7297
e754e83b
SM
72982010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 Fix some of the problems in defsubst* (bug#5728).
7301 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
7302 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
7303
9e86ab0b
SS
73042010-04-07 Sam Steingold <sds@gnu.org>
7305
e754e83b
SM
7306 * progmodes/compile.el (compilation-save-buffers-predicate):
7307 New custom variable.
9e86ab0b
SS
7308 (compile, recompile): Pass it to `save-some-buffers'.
7309
b0c8b840
JD
73102010-04-07 Jan Djärv <jan.h.d@swipnet.se>
7311
7312 * wid-edit.el (widget-choose): Move cursor to the second line of
7313 the buffer (Bug#5695).
7314
31527c56
DN
73152010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7316
7317 Add new VC methods: vc-log-incoming and vc-log-outgoing.
7318 * vc.el (vc-print-log-setup-buttons): New function split out from
7319 vc-print-log-internal.
7320 (vc-log-internal-common): New function, a parametrized version of
7321 vc-print-log-internal.
7322 (vc-print-log-internal): Just call vc-log-internal-common with the
7323 right arguments.
7324 (vc-incoming-outgoing-internal):
7325 (vc-log-incoming, vc-log-outgoing): New functions.
7326 (vc-log-view-type): New permanent local variable.
7327
7328 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
7329
7330 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
7331 of the dynamic bound vc-short-log.
7332 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
7333
7334 * vc-git.el (vc-git-log-outgoing): New function.
7335 (vc-git-log-view-mode): Use vc-log-view-type instead
7336 of the dynamic bound vc-short-log.
7337
7338 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
7339 of the dynamic bound vc-short-log. Highlight the tag.
7340 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
7341 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
7342 (vc-hg-incoming-mode): Remove.
7343 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
7344
7ec69e2b
DN
73452010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7346
7347 Fix default-directory for vc-root-diff.
7348 * vc.el (vc-root-diff): Bind default-directory to the root
7349 directory for the diff command.
7350
fd9ea9d3
WS
73512010-04-07 Michael McNamara <mac@mail.brushroad.com>
7352
6e104790 7353 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
7354 (verilog-calc-1): Support "disable fork" and "fork wait" multi
7355 word keywords, suggested by Steve Pearlmutter.
6e104790 7356 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 7357 port lists.
6e104790 7358 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 7359 fix bug for /* / comments.
6e104790 7360 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 7361 Speed up and simplfy as this is never called with a bound.
6e104790
SM
7362 (verilog-pretty-declarations): Enhance to line up declarations
7363 inside a parameter list, suggested by Alan Morgan.
7364 (verilog-pretty-expr): Tune assignment regular expression match
7365 string for corner cases; also use markers instead of character
7366 number as indent changes the later.
fd9ea9d3
WS
7367
73682010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
7369
6e104790
SM
7370 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
7371 as missing keyword.
7372 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
7373 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
7374 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
7375 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
7376 Tennant.
7377 (verilog-keywords):
fd9ea9d3
WS
7378 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
7379 1800-2009 keywords, including "global.".
7380
2a07afc5
JW
73812010-04-06 John Wiegley <jwiegley@gmail.com>
7382
8b32731a 7383 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 7384 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 7385 file basename). Should use uniquify to offer a real solution.
2a07afc5 7386
f9a27d86
JW
73872010-04-06 John Wiegley <jwiegley@gmail.com>
7388
8b32731a
JB
7389 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
7390 comment to code, and add a :version tag.
7391 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 7392
9caf8a8f
JB
73932010-04-06 Juanma Barranquero <lekktu@gmail.com>
7394
7395 Enable recentf-mode if using virtual buffers.
7396 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 7397 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
7398 (ido-make-buffer-list): Simplify.
7399 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
7400
5a97d2da
JL
74012010-04-05 Juri Linkov <juri@jurta.org>
7402
7403 Scrolling commands which scroll a line instead of full screen.
7404 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7405
7406 * simple.el (scroll-up-line, scroll-down-line): New commands.
7407 Put property isearch-scroll=t on them.
7408
7409 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
7410 Remove commands.
7411
79ce172a
JL
74122010-04-05 Juri Linkov <juri@jurta.org>
7413
8b32731a 7414 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
7415 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7416
7417 * simple.el (scroll-up-command, scroll-down-command): New commands.
7418 Put property isearch-scroll=t on them.
7419
7420 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
7421 `scroll-down-command' and [next] from `scroll-up' to
7422 `scroll-up-command'.
7423
7424 * emulation/cua-base.el: Put property CUA=move on
7425 `scroll-up-command' and `scroll-down-command'.
7426 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
7427 and `scroll-down-command' to `cua-scroll-down'.
7428
309d5b43
JB
74292010-04-05 Juanma Barranquero <lekktu@gmail.com>
7430
6460e534 7431 * help.el (describe-mode): Return nil.
309d5b43 7432
0523d117
JW
74332010-04-04 John Wiegley <jwiegley@gmail.com>
7434
7435 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 7436 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
7437 (ido-virtual): Face used to indicate virtual buffers in the list.
7438 (ido-buffer-internal): If a buffer is chosen, and no such buffer
7439 exists, but a virtual buffer of that name does (which would be why
7440 it was in the list), recreate the buffer by reopening the file.
7441 (ido-make-buffer-list): If virtual buffers are being used, call
7442 `ido-add-virtual-buffers-to-list' before the make list hook.
7443 (ido-virtual-buffers): New variable which contains a copy of the
7444 current contents of the `recentf-list', albeit pared down for the
7445 sake of speed, and with proper faces applied.
7446 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
7447 create a list of "virtual buffers" to present to the user in
7448 addition to the currently open set. Note that this logic could
7449 get rather slow if that list is too large. With the default
7450 `recentf-max-saved-items' of 200, there is little speed penalty.
7451
202ff0d6
SM
74522010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * font-lock.el: Require CL when compiling.
7455 (font-lock-turn-on-thing-lock): Use `case'.
7456
ef43a0f4
EZ
74572010-04-03 Eli Zaretskii <eliz@gnu.org>
7458
7459 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
7460 Zaretskii.
ef43a0f4 7461
9c13a46e
JL
74622010-04-02 Juri Linkov <juri@jurta.org>
7463
7464 * ehelp.el (electric-help-orig-major-mode):
7465 New buffer-local variable.
7466 (electric-help-mode): Set it to original major-mode. Doc fix.
7467 (with-electric-help): Use `electric-help-orig-major-mode' instead
7468 of (default-value 'major-mode). Doc fix.
7469 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
7470
3fb87bf5
SS
74712010-04-02 Sam Steingold <sds@gnu.org>
7472
7473 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
7474 `vc-hg-command' with a list of flags.
7475
202ff0d6
SM
7476 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7477 Also accept "patch" and "RFE".
dbb5e44a
SS
7478 (bug-reference-fontify): `bug-reference-url-format' can also be a
7479 function to be able to handle the bug kind.
202ff0d6 7480 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 7481
d0b22876
JD
74822010-04-02 Jan Djärv <jan.h.d@swipnet.se>
7483
7484 * tmm.el (tmm-get-keymap): Check with symbolp before passing
7485 value to fboundp, it may not be a symbol.
7486
1625d379
CY
74872010-03-31 Chong Yidong <cyd@stupidchicken.com>
7488
202ff0d6 7489 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 7490
1cd095c6
JL
74912010-03-31 Juri Linkov <juri@jurta.org>
7492
7493 * simple.el (next-line, previous-line): Re-throw a signal
7494 with `signal' instead of using `ding'.
7495 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
7496
67189e62
JL
74972010-03-31 Juri Linkov <juri@jurta.org>
7498
7499 * simple.el (keyboard-escape-quit): Raise deselecting the active
7500 region higher than exiting the minibuffer.
7501 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
7502
1546c559
JL
75032010-03-31 Juri Linkov <juri@jurta.org>
7504
7505 * image.el (image-animated-p): Use `image-metadata' instead of
7506 `image-extension-data'. Get GIF extenstion data from metadata
7507 property `extension-data'.
7508
85626eef
SM
75092010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * simple.el (append-to-buffer): Simplify.
7512
85738751 75132010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
7514
7515 * textmodes/artist.el (artist-mode): Fix typo in docstring.
7516 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
7517
85738751 75182010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
7519
7520 * language/sinhala.el (composition-function-table): Fix regexp for
7521 the new Unicode specification.
7522
7523 * language/indian.el (devanagari-composable-pattern)
7524 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 7525 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
7526 specification.
7527 (bengali-composable-pattern, gurmukhi-composable-pattern)
7528 (gujarati-composable-pattern, oriya-composable-pattern)
7529 (telugu-composable-pattern): New variables to cope with the new
7530 Unicode specification. Use them in composition-function-table.
7531
85738751 75322010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 7533
79d74ac5 7534 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
7535 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7536 vectors rather than cons cells, as used in menu-bar-update-buffers.
7537
85738751 75382010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 7539
2a793f7f
CY
7540 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7541 (js-insert-and-indent): Revert 2009-08-15 change, restoring
7542 electric punctuation for "{}();,:" (Bug#5586).
7543
03ffe8be
CY
7544 * mail/sendmail.el (mail-default-directory): Doc fix.
7545
85738751 75462010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
7547
7548 * mail/sendmail.el (mail-default-directory): Doc fix.
7549
85738751 75502010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
7551
7552 * subr.el (version-regexp-alist, version-to-list)
7553 (version-list-<, version-list-=, version-list-<=)
7554 (version-list-not-zero, version<, version<=, version=): Doc fix.
7555 (Bug#5744).
7556
85738751 75572010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
7558
7559 * vc.el (vc-root-diff): Doc fix.
7560
85738751 75612010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 7562
9aa2c576
CY
7563 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7564
9d30a9f4
CY
7565 * simple.el (append-to-buffer): Fix last change.
7566
85738751 75672010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
7568
7569 * simple.el (append-to-buffer): Ensure that point is preserved if
7570 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
7571 (Bug#5749)
7572
2372f278
SM
75732010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * files.el (auto-mode-case-fold): Change default to t.
7576
2223a1b3
JL
75772010-03-30 Juri Linkov <juri@jurta.org>
7578
7579 * dired-x.el (dired-omit-mode): Doc fix.
7580
0ef84fc8
JL
75812010-03-30 Juri Linkov <juri@jurta.org>
7582
7583 * replace.el (occur-accumulate-lines): Move occur-engine related
7584 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7585 to be located after `occur-engine'.
7586
dc2d2590
JL
75872010-03-30 Juri Linkov <juri@jurta.org>
7588
7589 Make occur handle multi-line matches cleanly with context.
7590 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7591
7592 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7593 (occur-engine): Add local variables `ret', `prev-after-lines',
7594 `prev-lines'. Use more arguments for `occur-context-lines'.
7595 Set first elem of its returned list to `data', and the second elem
7596 to `prev-after-lines'. Don't print the separator line.
7597 In the end, print remaining context after-lines.
7598 (occur-context-lines): Add new arguments `begpt', `endpt',
7599 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
7600 after-lines of the previous match with before-lines of the
7601 current match and not overlap them. Return a list with two
7602 values: the output line and the list of context after-lines.
7603
47c88c06
JL
76042010-03-30 Juri Linkov <juri@jurta.org>
7605
7606 * replace.el (occur-accumulate-lines): Fix a bug where the first
7607 context line at the beginning of the buffer was missing.
7608
a7b02820
EZ
76092010-03-30 Eli Zaretskii <eliz@gnu.org>
7610
7611 * files.el: Make bidi-display-reordering safe variable for boolean
7612 values.
7613
9326ba26 76142010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 7615 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
7616
7617 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
7618 (progress-reporter-update, progress-reporter-do-update):
7619 Handle non-numeric value arguments.
9326ba26
CY
7620 (progress-reporter--pulse-characters): New var.
7621
f6f8aa12
CY
76222010-03-28 Chong Yidong <cyd@stupidchicken.com>
7623
7624 * progmodes/compile.el (compilation-start): Fix regexp detection
7625 of initial cd command (Bug#5771).
7626
7ed287b5
CY
76272010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
7628
7629 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7630
146b8b16
NR
76312010-03-27 Nick Roberts <nickrob@snap.net.nz>
7632
7633 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
7634 * progmodes/gdb-mi.el: Restore.
7635 * progmodes/gdb-ui.el: Remove.
7636 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 7637
b23caf75
GM
76382010-03-25 Glenn Morris <rgm@gnu.org>
7639
7640 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7641 all dired buffers, even tramp ones. (Bug#5755)
7642
18c812bd
SM
76432010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 Add "union tags" in mpc.el.
7646 * mpc.el: Remove backward compatibility code.
7647 (mpc-browser-tags): Change default.
7648 (mpc--find-memoize-union-tags): New var.
7649 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7650 (mpc-cmd-find): Handle the case where the playlist does not exist.
7651 Handle union-tags.
7652 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
7653 (mpc-cmd-add): Use mpc-cmd-flush.
7654 (mpc-tagbrowser-tag-name): New fun.
7655 (mpc-tagbrowser-buf): Use it.
7656 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
7657
efee6a6d
SM
76582010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7659
9586c41a
SM
7660 Misc cleanup.
7661 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7662 Use replace-regexp-in-string.
7663 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7664 (makefile-imake-mode-syntax-table): Move init into defvar.
7665 (makefile-mode): Use define-derived-mode.
7666
efee6a6d
SM
7667 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7668 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7669 not be present any more.
7670
c6f3804c
JB
76712010-03-24 Juanma Barranquero <lekktu@gmail.com>
7672
7673 * faces.el (set-face-attribute): Fix typo in docstring.
7674 (face-valid-attribute-values): Reflow docstring.
7675
e867cb5d 76762010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 7677
efee6a6d 7678 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 7679
e867cb5d 76802010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
7681
7682 * indent.el (indent-for-tab-command): Doc fix.
7683
e867cb5d 76842010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 7685
efee6a6d
SM
7686 * progmodes/cc-engine.el (c-remove-stale-state-cache):
7687 Fix off-by-one error. Fixes bug #5747.
657071fc 7688
e867cb5d 76892010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
7690
7691 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7692 (image-dired-read-comment): Doc fix.
7693
efee6a6d
SM
7694 * json.el (json-object-type, json-array-type, json-key-type)
7695 (json-false, json-null, json-read-number):
c8de140b
JB
7696 * minibuffer.el (completion-in-region-functions):
7697 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7698 (cal-tex-cursor-week):
7699 * emacs-lisp/trace.el (trace-function):
7700 * eshell/em-basic.el (eshell/printnl):
7701 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7702 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7703 * obsolete/levents.el (allocate-event, event-key, event-object)
7704 (event-point, event-process, event-timestamp, event-to-character)
7705 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7706 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7707 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7708 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7709 (reftex-highlight-selection): Fix typos in docstrings.
7710
e867cb5d 77112010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
7712
7713 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7714
e867cb5d 77152010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
7716
7717 * mail/rmail.el (rmail-highlight-face): Restore option deleted
7718 2008-02-13 without comment; mark it obsolete.
7719 (rmail-highlight-headers): Use rmail-highlight-face once more.
7720
e867cb5d 77212010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
7722
7723 * woman.el (woman2-process-escapes): Only consume the newline if
7724 the filler character is on a line by itself (Bug#5729).
7725
e867cb5d 77262010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
7727
7728 * language/indian.el (devanagari-composable-pattern): Add more
7729 consonants.
7730
e867cb5d 77312010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
7732
7733 * net/trampver.el: Update release number.
7734
e867cb5d 77352010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 7736
efee6a6d
SM
7737 * net/tramp.el (tramp-find-executable):
7738 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
7739 output of "wc -l" more robust.
7740 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7741 (tramp-open-connection-setup-interactive-shell): Remove workaround
7742 for OpenSolaris bug, it is not needed anymore.
7743
e867cb5d 77442010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
7745
7746 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
7747
e867cb5d 77482010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
7749
7750 * files.el (auto-mode-alist): Accept more verilog file patterns.
7751
b2b8574b
SM
77522010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7755
1d94ebb0
GM
77562010-03-24 Glenn Morris <rgm@gnu.org>
7757
7e263967
GM
7758 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7759 log-edit-before-checkin-process.
7760
5ac92c5f
GM
7761 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7762
7763 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 7764
549f324a
GM
7765 * vc-dispatcher.el (vc-start-logentry): Doc fix.
7766 (log-view-process-buffer, log-edit-extra-flags): Declare.
7767
495b517c
GM
7768 * log-edit.el (log-edit-before-checkin-process): Doc fix.
7769
f4087766
SS
77702010-03-23 Sam Steingold <sds@gnu.org>
7771
7772 Fix bug#5620: recalculate all markers on compilation buffer
7773 modifications, not on file modifications.
7774 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7775 the buffer modification time, for buffers not associated with files.
7776 (compilation-mode): Create it.
7777 (compilation-filter): Update it.
7778 (compilation-next-error-function): Use it instead of
7779 `visited-file-modtime' for timestamp.
7780
774642e5
JL
77812010-03-23 Juri Linkov <juri@jurta.org>
7782
7783 Implement Occur multi-line matches.
7784 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7785
7786 * replace.el (occur): Doc fix.
7787 (occur-engine): Set `begpt' to the beginning of the first line.
7788 Set `endpt' to the end of the last match line. At first, count
7789 line numbers between `origpt' and `begpt'. Split out code from
7790 `out-line' variable to new let-bindings `match-prefix' and
7791 `match-str'. In `out-line' add non-numeric prefix to all
7792 non-first lines of multi-line matches. Finally, count lines
7793 between `begpt' and `endpt' and add to `lines'.
7794
f14d1172
JL
77952010-03-23 Juri Linkov <juri@jurta.org>
7796
7797 * replace.el (occur-accumulate-lines, occur-engine):
7798 Use `occur-engine-line' instead of duplicate code.
7799 (occur-engine-line): New function created from duplicate code
7800 in `occur-accumulate-lines' and `occur-engine'.
7801
53e87c57
JL
7802 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7803 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7804
75a3ff20
JL
78052010-03-23 Juri Linkov <juri@jurta.org>
7806
7807 * finder.el: Remove TODO tasks.
7808
7809 * info.el (Info-finder-find-node): Add node "all"
7810 with all package info. Handle a list of multiple keywords
7811 separated by comma.
7812 (info-finder): In interactive use with a prefix argument,
7813 use `completing-read-multiple' to read a list of keywords
7814 separated by comma.
7815
00278747
SM
78162010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 Add a new completion style `substring'.
7819 * minibuffer.el (completion-basic--pattern): New function.
7820 (completion-basic-try-completion, completion-basic-all-completions):
7821 Use it.
7822 (completion-substring--all-completions)
7823 (completion-substring-try-completion)
7824 (completion-substring-all-completions): New functions.
7825 (completion-styles-alist): New style `substring'.
7826
64cb11cc
SM
78272010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 Get rid of .elc files after removal of the corresponding .el.
7830 * Makefile.in (compile-clean): New target.
7831 (compile-main): Use it.
7832
835e2c65
JD
78332010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7834
7835 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7836 don't do make there. When compiling with separate object dir, there
7837 is no Makefile there.
7838
111a9dff
SM
78392010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 Get rid of the ELCFILES abomination, again.
7842 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7843 (all, compile): Don't call compile-last.
7844 (compile-main): Build the "elcfiles" list dynamically.
7845 (compile-targets): New (internal) target.
7846
82c3d67a
AS
78472010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7848
7849 * Makefile.in (top_srcdir): Define.
7850 (abs_top_builddir): Define.
7851 (srcdir): Don't append `/..'.
7852 (EMACS): Use ${abs_top_builddir}.
7853 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
7854 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7855 $(srcdir).
82c3d67a
AS
7856 (lisp): Use $(srcdir) instead of @srcdir@.
7857
d66ecdbb
JL
78582010-03-21 Juri Linkov <juri@jurta.org>
7859
7860 Fix message of multi-line occur regexps and multi-buffer header lines.
7861 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7862
7863 * replace.el (occur-1): Don't display regexp if it is longer
7864 than window-width. Use `query-replace-descr' to display regexp.
7865 (occur-engine): Don't display regexp in the buffer header for
7866 multi-buffer occur. Display a separate header line with total
7867 match count and regexp for multi-buffer occur.
7868 Use `query-replace-descr' to display regexp.
7869
f05e1b94
TZ
78702010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7871
7872 * net/secrets.el: Fix parenthesis.
7873 (secrets-enabled): Fix parenthesis.
7874
801ba3ba
SM
78752010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7876
3613edce
SM
7877 Use more relative file and directory names.
7878 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7879 (setwins, setwins_almost, setwins_for_subdirs):
7880 Don't `cd'; output relative names.
7881 (all, compile, compile-always, compile-last): Set emacswd.
7882 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7883 Just cd to the lisp source dir so we can use relative file names.
7884
801ba3ba
SM
7885 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7886
2b1400b9
GM
78872010-03-20 Glenn Morris <rgm@gnu.org>
7888
7889 * textmodes/rst.el: Use faces for font-lock customization, and make the
7890 old -face variables obsolete.
7891 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7892 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7893 (rst-block-face, rst-external-face, rst-definition-face)
7894 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7895 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7896 Make obsolete.
7897 (rst-font-lock-keywords-function): Update for above changes.
7898
5e418f17
JL
78992010-03-20 Juri Linkov <juri@jurta.org>
7900
7901 * s-region.el:
7902 * obsolete/s-region.el: Move to obsolete.
7903
b0287b39
JB
79042010-03-19 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7907
3c95bbb6
DN
79082010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7909
7910 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7911
09158997
DN
79122010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7913
7914 Add special markup processing for commit logs.
7915 * log-edit.el (log-edit-extra-flags): New variable.
7916 (log-edit): Add new argument MODE. Use that mode when non-nil
7917 instead of the log-view-mode.
7918 (log-view-process-buffer): New function.
7919
7920 * vc.el: Document that the checkin method takes optional
7921 arguments. Document new backend specific method: log-view-mode.
7922 (vc-default-log-edit-mode): New function.
7923 (vc-checkin): Use a backend specific log-view-mode.
7924 Pass extra arguments to the checkin method.
7925 (vc-modify-change-comment): Pass a dummy extra argument.
7926
7927 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7928 log-edit.
7929 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7930 (vc-finish-logentry): Process the log buffer before passing it
7931 down. Pass log-edit-extra-flags.
7932
7933 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7934 command.
85626eef
SM
7935 (log-edit-extra-flags, log-edit-before-checkin-process):
7936 New declarations.
09158997
DN
7937
7938 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7939 command.
85626eef
SM
7940 (log-edit-extra-flags, log-edit-before-checkin-process):
7941 New declarations.
09158997
DN
7942 (vc-hg-log-edit-mode): New derived mode.
7943
7944 * vc-arch.el (vc-arch-checkin):
7945 * vc-cvs.el (vc-cvs-checkin):
7946 * vc-git.el (vc-git-checkin):
7947 * vc-mtn.el (vc-mtn-checkin):
7948 * vc-rcs.el (vc-rcs-checkin):
7949 * vc-sccs.el (vc-sccs-checkin):
7950 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7951
f430423d
SM
79522010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7953
7954 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7955 parent typo).
7956
aa8f8277
GM
79572010-03-19 Glenn Morris <rgm@gnu.org>
7958
f430423d 7959 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 7960
04525749
GM
79612010-03-18 Glenn Morris <rgm@gnu.org>
7962
c70815f1
GM
7963 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7964
84d0a5f8
GM
7965 * replace.el (query-replace-history): Give it a doc string.
7966 (map-query-replace-regexp): Use query-replace-from-history-variable
7967 and query-replace-to-history-variable.
7968
e3a15161
GM
7969 * mail/hashcash.el (declare-function): Remove duplicate definition.
7970
27be0364
GM
7971 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7972 Make it an obsolete alias for report-emacs-bug-address.
7973 (message-strip-special-text-properties): Declare.
7974 (report-emacs-bug): Remove test for a pretest bug address.
7975 Combine message-mode-specific code.
7976
88b8d18e
GM
7977 * mail/supercite.el: Don't require sendmail.
7978 (mh-in-header-p): Declare rather than using with-no-warnings.
7979 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7980 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7981
1a355d09
GM
7982 * calendar/cal-french.el: Convert to utf-8.
7983
04525749
GM
7984 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7985 Emacs scripts.
7986
ae84eb97
MA
79872010-03-16 Michael Albinus <michael.albinus@gmx.de>
7988
7989 * net/secrets.el (secrets-enabled): New variable. Use it instead
7990 of a subfeature.
7991
7c75524e
MA
79922010-03-15 Michael Albinus <michael.albinus@gmx.de>
7993
7994 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
7995 service "org.freedesktop.secrets" can be pinged.
7996 Provide subfeature `enabled'.
7c75524e 7997
57938a79
JL
79982010-03-14 Juri Linkov <juri@jurta.org>
7999
8000 Add finder unknown keywords.
8001
8002 * finder.el (finder-unknown-keywords): New function.
8003
8004 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
8005 to create a Finder node with unknown keywords.
8006
88f4758e
JL
80072010-03-14 Juri Linkov <juri@jurta.org>
8008
8009 * finder.el (finder-compile-keywords): Replace `princ' with
8010 `prin1' on a list of symbols interned from keyword strings.
8011
8012 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
8013 a comma, then split keywords using a comma and optional whitespace.
8014 Otherwise, split by whitespace.
8015
8016 * complete.el:
8017 * face-remap.el:
8018 * log-view.el:
8019 * net/hmac-def.el:
8020 * net/hmac-md5.el:
8021 * net/netrc.el:
8022 * progmodes/mixal-mode.el: Fix keywords.
8023
7725ebb7
MA
80242010-03-13 Michael Albinus <michael.albinus@gmx.de>
8025
8026 * Makefile.in (ELCFILES): Add net/secrets.elc.
8027
8028 * net/secrets.el: New file.
8029
6f320937
CY
80302010-03-12 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * facemenu.el (list-colors-display, list-colors-print): New arg
8033 callback. Use it to allow selecting colors.
8034
8035 * wid-edit.el (widget-image-insert): Insert image prop even if the
8036 current display is non-graphic.
8037 (widget-field-value-set): New fun.
8038 (editable-field): Use it.
8039 (widget-field-value-get): Clean up unused var.
85626eef
SM
8040 (widget-color-value-create, widget-color--choose-action):
8041 New funs. Allow using list-colors-display to choose color.
6f320937 8042
647f9993
CY
80432010-03-12 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * cus-edit.el: Resort topmost custom groups.
8046 (custom-buffer-sort-alphabetically): Default to t.
8047 (customize-apropos): Use apropos-parse-pattern.
8048 (custom-search-field): New var.
8049 (custom-buffer-create-internal): Add custom-apropos search field.
8050 (custom-add-parent-links): Don't display parent doc.
8051 (custom-group-value-create): Don't sort top-level custom group.
85626eef 8052 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
8053
8054 (custom-variable-state): New fun, from custom-variable-state-set.
8055 (custom-variable-state-set): Use it.
8056 (custom-group-value-create): Hide options with standard values
8057 using the :hidden-states property. Use progress reporter.
8058
8059 (custom-show): Simplify.
8060 (custom-visibility): Disable images by default.
8061 (custom-variable): New property :hidden-states.
8062 (custom-variable-value-create): Enable images for
8063 custom-visibility widgets. Use :hidden-states property to
8064 determine initial visibility.
8065
8066 * wid-edit.el (widget-image-find): Give images center ascent.
8067 (visibility): Add :on-image and :off-image properties.
8068 (widget-visibility-value-create): Use them.
8069
eba5b4dd
CY
80702010-03-12 Chong Yidong <cyd@stupidchicken.com>
8071
8072 * cus-edit.el (processes): Remove from development group.
8073 (oop, hypermedia): Delete group.
26f4b8ab 8074 (comm): Promote to top-level group.
eba5b4dd
CY
8075
8076 * net/browse-url.el (browse-url):
8077 * net/xesam.el (xesam):
8078 * net/tramp.el (tramp):
8079 * net/goto-addr.el (goto-address):
26f4b8ab 8080 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
8081
8082 * view.el (view): Remove from editing group.
8083
8084 * uniquify.el (uniquify): Put in files group.
8085
8086 * net/browse-url.el (browse-url):
8087 * ps-print.el (postscript): Put in external group.
8088
8089 * cus-edit.el (outlines):
8090 * textmodes/text-mode.el (text-mode-hook):
8091 * textmodes/table.el (table):
8092 * textmodes/picture.el (picture):
8093 * outline.el (outlines): Put in wp group.
8094
8095 * nxml/nxml-mode.el (nxml): Remove from wp group.
8096
8097 * net/tramp-imap.el (tramp-imap): Put in tramp group.
8098
8099 * mail/metamail.el (metamail): Remove from hypermedia group.
8100
8101 * cus-edit.el (abbrev):
8102 * whitespace.el (whitespace):
8103 * vcursor.el (vcursor):
8104 * reveal.el (reveal):
8105 * hl-line.el (hl-line): Put in convenience group.
8106
8107 * epg-config.el (epg): Put in data group.
8108
8109 * emulation/pc-select.el (pc-select): Put in emulations group.
8110
8111 * calculator.el (calculator): Put in applications group.
8112
8117868f
DN
81132010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8114
8115 Add .dir-locals.el support for file-less buffers.
8116 * files.el (hack-local-variables): Split out code to apply local
8117 variable settings ...
8118 (hack-local-variables-apply): ... here. New function.
8119 (hack-dir-local-variables): Use the default directory for when the
8120 buffer does not have an associated file.
8121 (hack-dir-local-variables-non-file-buffer): New function.
8122 * diff-mode.el (diff-mode):
8123 * vc-annotate.el (vc-annotate-mode):
8124 * vc-dir.el (vc-dir-mode):
8125 * log-edit.el (log-edit-mode):
8126 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
8127
855a2294
DN
81282010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8129
8130 Add support for shelving snapshots and for showing shelves.
8131 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
8132 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
8133 New functions.
8134 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8135 (vc-bzr-extra-menu-map): Map them.
8136
3e5b7009
GM
81372010-03-11 Glenn Morris <rgm@gnu.org>
8138
0dcf7d7e
GM
8139 * cus-edit.el (customize-changed-options-previous-release):
8140 Bump to 23.1.
8141
3e5b7009
GM
8142 * image.el (image-animate-max-time): Fix :version tag.
8143
288f9fc0
CY
81442010-03-10 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * Branch for 23.2.
8147
53ef91b1
SM
81482010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * vc-git.el (vc-git-revision-table): Include remote branches.
8151
b41460ae 81522010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
8153
8154 Animated image API.
8155 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8156
8157 * image.el (image-animate-max-time): New defcustom.
8158 (image-animated-types): New defconst.
8159 (create-animated-image, image-animate-timer)
8160 (image-animate-start, image-animate-stop, image-animate-timeout)
8161 (image-animated-p): New functions.
8162
8163 * image-mode.el (image-toggle-display-image):
8164 Replace `create-image' with `create-animated-image'.
8165
e5d1fb10 81662010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
8167
8168 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8169 instead of "format:"; this ensures that the output is
8170 newline-terminated.
8171
4e7cafbe
CY
81722010-03-08 Chong Yidong <cyd@stupidchicken.com>
8173
8174 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
8175 that all errors are caught, and that the return value is always a
8176 list (Bug#5692).
8177
aec66319
KH
81782010-03-08 Kenichi Handa <handa@m17n.org>
8179
8180 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 8181 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 8182
b327c975
AS
81832010-03-07 Andreas Schwab <schwab@linux-m68k.org>
8184
8185 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
8186 call to rfc822-bad-address. (Bug#5692)
8187
1c465a6a
CY
81882010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
8189
85626eef
SM
8190 * vc-git.el (vc-git-annotate-extract-revision-at-line):
8191 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 8192
a4e32226
CY
81932010-03-06 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * calculator.el (calculator): Don't bind split-window-keep-point
8196 (Bug#5674).
8197
4c83ed3d
SM
81982010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * vc-git.el: Re-flow to fit into 80 columns.
8201 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
8202 Remove spurious `quote' element in each case alternative.
8203 (vc-git-show-log-entry): Use prog1.
8204 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8205
e8defde3
SM
82062010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
8209
233f0c9f
CY
82102010-03-03 Chong Yidong <cyd@stupidchicken.com>
8211
8212 * macros.el (insert-kbd-macro): Look up keyboard macro using the
8213 definition, not the name (Bug#5481).
8214
254bedef 82152010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
8216
8217 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
8218 argument with a local variable. (Bug#5670)
8219
7187cdae
JL
82202010-03-02 Juri Linkov <juri@jurta.org>
8221
8222 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
8223
9cf3544e
MA
82242010-03-02 Michael Albinus <michael.albinus@gmx.de>
8225
8226 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
8227 error when FILENAME and NEWNAME are existing remote directories.
8228
8229 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
8230 parameter DIR-FLAG.
8231
33f77982
GM
82322010-03-02 Glenn Morris <rgm@gnu.org>
8233
8234 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
8235 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
8236
d99ea08e
KH
82372010-03-01 Kenichi Handa <handa@m17n.org>
8238
e8defde3 8239 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
8240 myanmar-composable-pattern.
8241
e8defde3
SM
8242 * international/characters.el (script-list):
8243 * international/fontset.el (script-representative-chars):
8244 Change myanmar to burmese.
d99ea08e 8245 (otf-script-alist): Likewise.
4aa2c3b2
KH
8246 (setup-default-fontset): Likewise. Re-fix :otf spec.
8247
b374f54d
KY
82482010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8249
8250 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
8251
71572c03
JD
82522010-02-28 Jan Djärv <jan.h.d@swipnet.se>
8253
8254 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8255
00cffdeb
MA
82562010-02-28 Michael Albinus <michael.albinus@gmx.de>
8257
8258 * net/tramp.el (tramp-handle-write-region): START can be a string.
8259 Take care in the checks. Reported by Dan Davison
8260 <davison@stats.ox.ac.uk>.
8261
d4b06783
MA
82622010-02-28 Michael Albinus <michael.albinus@gmx.de>
8263
8264 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
8265 (dbus-set-property, dbus-get-all-properties):
8266 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 8267
8c3e96d2
CY
82682010-02-28 Chong Yidong <cyd@stupidchicken.com>
8269
de3a1fe9
CY
8270 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8271 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
8272 * calendar/icalendar.el (icalendar--add-diary-entry):
8273 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
8274 * files.el (recover-session-finish): Use with-current-buffer
8275 instead of save-excursion.
8276
c53b9c3b
SM
82772010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 Fix in-buffer completion when after-change-functions modify the buffer.
8280 * minibuffer.el (completion--replace): New function.
8281 (completion--do-completion): Use it and use relative movement.
8282
4a16bdc6
CY
82832010-02-27 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 8286
b8280f39
CY
82872010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
8288
c53b9c3b
SM
8289 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
8290 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 8291
f88cc4d6
KH
82922010-02-26 Kenichi Handa <handa@m17n.org>
8293
8294 * language/burmese.el: Fix entries in composition-function-table.
8295 (myanmar-composable-pattern): New variable.
8296
8297 * international/fontset.el (setup-default-fontset): Add an entry
8298 for myanmar.
8299
8300 * international/characters.el (script-list): Add Myanmar
8301 Extended-A.
8302
cdbf9100
GM
83032010-02-26 Glenn Morris <rgm@gnu.org>
8304
90a94603
GM
8305 * custom.el (custom-initialize-delay): Doc fix.
8306
cdbf9100
GM
8307 * mail/sendmail.el (send-mail-function): Autoload the call
8308 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
8309
f95a5fd0
CY
83102010-02-24 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * files.el (hack-local-variables-filter): For eval forms, also
8313 check safe-local-variable-p (Bug#5636).
8314
459a5f4b
MA
83152010-02-22 Michael Albinus <michael.albinus@gmx.de>
8316
8317 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
8318 setting the modes by `ignore-errors'. It might fail, for example
8319 if the file is not owned by the user but the group.
8320 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
8321
bb23f6e8
CY
83222010-02-21 Chong Yidong <cyd@stupidchicken.com>
8323
50c58e27
CY
8324 * files.el (directory-listing-before-filename-regexp): Use
8325 stricter matching for iso-style dates, to avoid false matches with
8326 date-like filenames (Bug#5597).
8327
b660eb70
CY
8328 * htmlfontify.el (htmlfontify): Doc fix.
8329
8330 * eshell/eshell.el (eshell): Doc fix.
8331
bb23f6e8
CY
8332 * startup.el (fancy-about-screen): In mode-line, apply
8333 mode-line-buffer-id face only to the buffer name (Bug#5613).
8334
3e39928c
CY
83352010-02-20 Kevin Ryde <user42@zip.com.au>
8336
f7e0618c
JB
8337 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8338 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
8339 (Bug#5599).
8340
0f00e948
EZ
83412010-02-20 Eli Zaretskii <eliz@gnu.org>
8342
8343 * subr.el (remove-yank-excluded-properties): Explain in a comment
8344 why `category' property is removed.
8345
3513efb2
CY
83462010-02-19 Chong Yidong <cyd@stupidchicken.com>
8347
8348 * isearch.el (isearch-update-post-hook, isearch-update): Revert
8349 2010-02-17 change.
8350
b4340b3f
UJ
83512010-02-19 Ulf Jasper <ulf.jasper@web.de>
8352
8353 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
8354 (icalendar--convert-weekly-to-ical)
8355 (icalendar--convert-yearly-to-ical)
8356 (icalendar--convert-block-to-ical)
8357 (icalendar--convert-cyclic-to-ical)
8358 (icalendar--convert-anniversary-to-ical): Take care of time
8359 specifications where hour has 1-digit only (Bug#5549).
8360
8cfae03d
NR
83612010-02-19 Nick Roberts <nickrob@snap.net.nz>
8362
8363 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
8364 of disassemble output in GDB 7.1.
8365
055e4eea
GM
83662010-02-19 Glenn Morris <rgm@gnu.org>
8367
8368 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
8369 property. (Bug#5593)
8370
ff6b00de
SS
83712010-02-18 Sam Steingold <sds@gnu.org>
8372
8373 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8374
fe8c0b47
SM
83752010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 Use abbreviated file names in bookmarks (bug#5591).
8378 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
8379 calls to expand-file-name.
8380 (bookmark-relocate): Use abbreviated file names in bookmarks.
8381 (bookmark-load): Use abbreviated file names in messages.
8382
73a37a69
MA
83832010-02-18 Michael Albinus <michael.albinus@gmx.de>
8384
8385 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
8386 expand "." and "..". Reported by Thierry Volpiatto
8387 <thierry.volpiatto@gmail.com>.
8388
6e4f5731
MA
83892010-02-18 Michael Albinus <michael.albinus@gmx.de>
8390
8391 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
8392 permissions of the temporary file to "0600". In case the remote
8393 file has no read permissions for the owner, there might be
8394 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
8395
839622010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
8397
8398 * emacs-lisp/authors.el (authors-renamed-files-alist):
8399 Add entries for INSTALL.CVS.
8400
ba5bf642
MH
84012010-02-17 Mark A. Hershberger <mah@everybody.org>
8402
f7e0618c 8403 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 8404
f7e0618c 8405 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
8406 (isearch-update): Use the new hook.
8407
aac0b0f2
MA
84082010-02-16 Michael Albinus <michael.albinus@gmx.de>
8409
fe8c0b47
SM
8410 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8411 Fix errors in copying directories.
aac0b0f2
MA
8412 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
8413 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
8414 (tramp-handle-delete-file)
8415 (tramp-handle-dired-recursive-delete-directory)
8416 (tramp-handle-write-region): Flush also the cache for the upper
8417 directory.
8418
05bbe066
CY
84192010-02-16 Chong Yidong <cyd@stupidchicken.com>
8420
e8ab3908
CY
8421 * simple.el (save-interprogram-paste-before-kill): Doc fix.
8422
ff90f4b0
CY
8423 * cus-edit.el (hardware): Doc fix.
8424
8425 * man.el (man): Add to external custom group.
8426
8427 * delim-col.el (columns): Move to wp custom group.
8428
8429 * doc-view.el (doc-view): Add to data custom group.
8430
fe8c0b47 8431 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 8432
05bbe066
CY
8433 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
8434 by ispell-parse-output (Bug#5575).
8435
fa6ea913
KH
84362010-02-16 Kenichi Handa <handa@m17n.org>
8437
8438 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
8439 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
8440 (skkdic-convert): Use `euc-japan' coding system for writing.
8441
88fd78ae
GM
84422010-02-16 Glenn Morris <rgm@gnu.org>
8443
8444 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
8445 tex-main-file before using it. (Bug#5562)
8446
2b8c974a
SM
84472010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
8450 warnings, since it is annoying for the user to see them each time he
8451 runs the code.
8452
7540f029
MA
84532010-02-15 Michael Albinus <michael.albinus@gmx.de>
8454
8455 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
8456 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
8457 instead of PROC for caching "first-password-request". Otherwise,
8458 new processes would not profit from passwords already entered.
8459
2b8c974a
SM
8460 * net/tramp-cache.el (tramp-dump-connection-properties):
8461 Don't save "first-password-request" property.
7540f029 8462
fa5f7c5f
JB
84632010-02-14 Juanma Barranquero <lekktu@gmail.com>
8464
8465 * outline.el (outline-head-from-level):
8466 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
8467 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
8468 (elint-defun, elint-buffer-env, elint-top-form-logged)
8469 (elint-unbound-variable):
8470 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
8471 Fix typos in docstrings.
8472
ecbaeb7b
MA
84732010-02-14 Michael Albinus <michael.albinus@gmx.de>
8474
8475 * files.el (insert-directory): When WILDCARD-REGEXP and
8476 FULL-DIRECTORY-P are nil, insert the file entry instead of the
8477 whole directory. (Bug#5551)
8478
8479 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
8480 dired's alignment sanity. (Bug#5516)
8481
91e3333f
JL
84822010-02-14 Juri Linkov <juri@jurta.org>
8483
8484 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
8485 Remove remaining ^H with their preceding chars. (Bug#5566)
8486
36020642
GM
84872010-02-13 Glenn Morris <rgm@gnu.org>
8488
8489 * simple.el (transpose-subr): Give it a doc-string.
8490
8491 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
8492 Doc fixes.
8493
f5952338
JL
84942010-02-12 Juri Linkov <juri@jurta.org>
8495
8496 * arc-mode.el (archive-unique-fname): Make directories for nested
8497 archives. (Bug#5540)
8498
918fe50f
JL
84992010-02-12 Juri Linkov <juri@jurta.org>
8500
8501 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
8502
c07ff221
SM
85032010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8504
48b1e7cf
SM
8505 * subr.el (copy-overlay): Handle deleted overlays.
8506
c07ff221
SM
8507 * man.el (Man-completion-table): Don't signal an error if we can't run
8508 manual-program (bug#4056).
8509
0e374247
JB
85102010-02-10 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * textmodes/artist.el (artist-mt): Fix typos in docstring.
8513
dbf8402b
SM
85142010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8515
348d1e60
SM
8516 * info.el (Info-bookmark-jump): Simplify.
8517
dbf8402b
SM
8518 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8519 (bookmark-default-handler): Accept new bookmark field `buffer'.
8520
e6d23bb5
CY
85212010-02-10 Chong Yidong <cyd@stupidchicken.com>
8522
8523 * iswitchb.el (iswitchb-completions): Revert last change.
8524
a8e4290b
MA
85252010-02-10 Michael Albinus <michael.albinus@gmx.de>
8526
2b23acde 8527 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
8528 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8529 This prevents file names like "~/" being listed literally.
a8e4290b 8530
c59d6fad
DN
85312010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8532
348d1e60
SM
8533 * term/xterm.el (xterm-maybe-set-dark-background-mode):
8534 Remove dead code. (Bug#5546)
c59d6fad 8535
3a66e78f
CY
85362010-02-09 Chong Yidong <cyd@stupidchicken.com>
8537
8538 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8539 correctly (Bug#5548).
8540
f29fd869
CY
85412010-02-08 Jose E. Marchesi <jemarch@gnu.org>
8542
8543 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 8544 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 8545
7fad1447
KH
85462010-02-08 Kenichi Handa <handa@m17n.org>
8547
8548 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 8549 cookie for putting `lisp-indent-function'.
7fad1447 8550
50e4518b
GM
85512010-02-07 Glenn Morris <rgm@gnu.org>
8552
8553 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8554 Move F2003 named interfaces from keywords-2 to keywords-1, and
8555 use function-name-face rather than constant-face.
8556 Simplify "abstract interface" regexp.
8557
a4cc44cf
CY
85582010-02-07 Chong Yidong <cyd@stupidchicken.com>
8559
8560 * eshell/esh-util.el (eshell-file-attributes): New optional arg
8561 ID-FORMAT. Pass it to `file-attributes'.
8562
8563 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8564
c917476d
CY
85652010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
8566
8567 * faces.el (set-face-attribute): Allow calling
8568 internal-set-lisp-face-attribute with 'unspecified family and
8569 foundry argument (Bug#5536).
8570
7cf3f3d6
GM
85712010-02-07 Glenn Morris <rgm@gnu.org>
8572
8573 * progmodes/f90.el (f90-font-lock-keywords-2)
8574 (f90-looking-at-type-like, f90-looking-at-program-block-end):
8575 Handle F2003 named interfaces.
8576
ffe87109
CY
85772010-02-06 Chong Yidong <cyd@stupidchicken.com>
8578
8579 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8580 beg and end before calling c-get-state-before-change-functions.
8581
4775ecad
DN
85822010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
8583
8584 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8585
0d17c4b9
JL
85862010-02-05 Juri Linkov <juri@jurta.org>
8587
8588 * doc-view.el (doc-view-mode):
8589 * image-mode.el (image-mode): Put property mode-class=special.
8590 (Bug#4896)
8591
8228a275
MH
85922010-02-05 Mark A. Hershberger <mah@everybody.org>
8593
8594 * vc-svn.el (vc-svn-revision-table): New function.
8595
d9320986
MA
85962010-02-05 Michael Albinus <michael.albinus@gmx.de>
8597
8598 * net/ange-ftp.el (ange-ftp-insert-directory):
8599 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8600 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8601 Handle also directories. (Bug#5478)
8602
f43d8ecc
GM
86032010-02-05 Glenn Morris <rgm@gnu.org>
8604
8605 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8606
ce3a988d
CY
86072010-02-05 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * startup.el (command-line-1): Convert options beginning with a
8610 single dash as well (Bug#5519).
8611
bdd42899
SM
86122010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8613
51b23c44
SM
8614 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8615 * minibuffer.el (completion-initials-expand): Only check the presence
8616 of delims *within* the boundaries, since otherwise the / delim is
8617 always found for files.
8618
bdd42899
SM
8619 Fix up various corner case problems.
8620 * doc-view.el (doc-view-last-page-number): New function.
8621 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8622 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8623 (doc-view-kill-proc): Avoid inf-loop in freak cases.
8624 (doc-view-reconvert-doc): Use the new recursive delete-directory.
8625 (doc-view-convert-current-doc): Don't create the resolution.el file
8626 here any more.
8627 (doc-view-pdf/ps->png): Do it here instead.
8628 (doc-view-already-converted-p): Check that resolution.el is present.
8629 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8630 windows that are not yet showing images.
8631
d5b3979c
MA
86322010-02-04 Michael Albinus <michael.albinus@gmx.de>
8633
8634 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8635 `dired-uncache' for every elemnt which is an absolute file name.
8636
8637 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8638 directory, handle its directory component.
8639 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8640 function is called permanently and creates noise, otherwise.
8641
8642 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8643 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8644 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
8645
b003beb1
DB
86462010-02-04 David Burger <dburger@google.com> (tiny change)
8647
8648 * macros.el (apply-macro-to-region-lines):
8649 Minor simplification. (Bug#5485)
8650
ea92f9f3
GM
86512010-02-04 Glenn Morris <rgm@gnu.org>
8652
a03ae20d
GM
8653 * mail/rmail.el (rmail-show-message-1): Handle malformed
8654 quoted-printable text. (Bug#5441)
8655
4d01b827
GM
8656 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8657
ea92f9f3
GM
8658 * simple.el (visual-line-mode): Capitalize lighter.
8659
82055bb7
JW
86602010-02-03 John Wiegley <jwiegley@gmail.com>
8661
8662 * iswitchb.el (iswitchb-completions): Add bookmark files to the
8663 list of files considered for "virtual buffer" completions.
8664
8214b6e4
MA
86652010-02-03 Michael Albinus <michael.albinus@gmx.de>
8666
8667 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 8668 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
8669 when dired is called with a list of files, which are not in
8670 `default-directory'. (Bug#5478)
8671
1df9718f
SM
86722010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8675
02ba1267
JL
86762010-02-02 Juri Linkov <juri@jurta.org>
8677
8678 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8679 from unidiff to allow function-line after @@.
8680
a0c6a0fb
JL
86812010-02-02 Juri Linkov <juri@jurta.org>
8682
8683 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8684 '(RCS SCCS) with inverted condition.
8685
c35fcd52
MA
86862010-02-02 Michael Albinus <michael.albinus@gmx.de>
8687
8688 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8689 messages.
8690
6ba973c1
JL
86912010-02-01 Juri Linkov <juri@jurta.org>
8692
8693 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8694 compare with "pkunzip" and "pkzip" instead of only "pkzip".
8695 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8696 only when (car archive-zip-extract) is "unzip". (Bug#5475)
8697
0bca393f
SM
86982010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8701 (doc-view-revert-buffer): New command.
8702 (doc-view-mode-map): Use it.
8703
7a444e2a
DN
87042010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8705
8706 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8707 pending merge is detected.
8708
ad6fc8f4
JL
87092010-01-31 Juri Linkov <juri@jurta.org>
8710
8711 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8712 beginning of interactive spec like all other grep commands do.
8713 Put "all" in front of "gz". (Bug#5260)
8714
b9236874
DN
87152010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
8716
8717 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8718
1e868757
CY
87192010-01-29 Chong Yidong <cyd@stupidchicken.com>
8720
8721 * dirtrack.el (dirtrack): Warn instead of signalling error if the
8722 regexp is incorrect (Bug#5476).
8723
e5c70c41
MA
87242010-01-29 Michael Albinus <michael.albinus@gmx.de>
8725
8726 * net/tramp.el (tramp-handle-insert-directory): Handle also
8727 symlinks, when FILENAME is not in `default-directory'.
8728
0c0b61f1
MA
87292010-01-28 Michael Albinus <michael.albinus@gmx.de>
8730
8731 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 8732 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
8733
8734 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8735 of SWITCHES. Handle the case, FILENAME is not in
8736 `default-directory'. (Bug#5478)
8737 (tramp-register-file-name-handlers): Add safe-magic property.
8738
763f325e
CY
87392010-01-28 Chong Yidong <cyd@stupidchicken.com>
8740
8741 * arc-mode.el (archive-zip-extract): Quote the argument passed to
8742 unzip (Bug#5475).
8743
fd09a83f
CY
87442010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
8745
8746 * progmodes/flymake.el (flymake-allowed-file-name-masks)
8747 (flymake-master-make-header-init): Add other C++ filename masks.
8748 (flymake-find-possible-master-files)
8749 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8750
7e5686f0
MA
87512010-01-28 Michael Albinus <michael.albinus@gmx.de>
8752
8753 Fix some busybox annoyances.
8754
8755 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8756 not responding." string.
8757 (tramp-open-connection-setup-interactive-shell): Dump stty
8758 settings. Enable "neveropen" arg for all `tramp-send-command'
8759 calls. Handle "=" in variable values properly.
8760 (tramp-find-inline-encoding): Raise an error, when no encoding is
8761 found.
8762 (tramp-wait-for-output): Check, whether PROC buffer is available.
8763 Remove spurious " ^H" sequences, sent by busybox.
8764 (tramp-get-ls-command): Suppress coloring, if possible.
8765
c6265c10
GM
87662010-01-28 Glenn Morris <rgm@gnu.org>
8767
c85a168b
GM
8768 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
8769
c6265c10
GM
8770 * log-edit.el (log-edit-strip-single-file-name): Add missing
8771 :safe, :group, and :version tags.
8772
7d82a738
SB
87732010-01-27 Stephen Berman <stephen.berman@gmx.net>
8774
8775 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8776 buffers. (Bug#5477)
8777
8b0e68ea
CY
87782010-01-27 David De La Harpe Golden <david@harpegolden.net>
8779
8780 * files.el (delete-directory): Handle moving to trash without
8781 first doing recursion (Bug#5436).
8782
368d3208
DN
87832010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8784
8785 * vc-hooks.el (vc-path): Mark as obsolete.
8786
755da7fa
DN
87872010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8788
e2396d80
DN
8789 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8790 names too.
8791
755da7fa
DN
8792 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8793 for the short log.
8794 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8795
6a6d15ab 87962010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 8797
ac9ffe99 8798 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 8799
48c2d18a 8800 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 8801
504dcc71
EH
88022010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8803
8804 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8805 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8806
51850286
DN
88072010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8808
c2f1d6d8
DN
8809 Remove support for adding --signoff on commit.
8810 Future support will use an incompatible generic mechanism.
8811 * vc-git.el (vc-git-add-signoff): Remove variable.
8812 (vc-git-toggle-signoff): Remove function.
8813 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8814
51850286
DN
8815 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8816 from xterm-set-background-mode. Return t if the background mode
8817 was set.
8818 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8819 earlier, call it again in case the background mode has changed.
8820
02c6d0d0
CY
88212010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8822
8823 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8824 (Bug#3541).
8825
064eee03
CY
88262010-01-23 Chong Yidong <cyd@stupidchicken.com>
8827
02c6d0d0
CY
8828 * emacs-lisp/assoc.el (aelement): Doc fix.
8829 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 8830
5336c3ec 88312010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 8832
48c2d18a 8833 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
8834 is the same as subprogram call, not declaration. (Bug#5435).
8835
0536254e
MA
88362010-01-23 Michael Albinus <michael.albinus@gmx.de>
8837
8838 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8839 (tramp-smb-maybe-open-connection): Use it.
8840
411d06c2
MA
88412010-01-22 Michael Albinus <michael.albinus@gmx.de>
8842
0536254e 8843 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 8844
c893016b
SM
88452010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8848 just because we see "encoding: 8bit".
8849 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8850
9425f8e1
CY
88512010-01-22 Chong Yidong <cyd@stupidchicken.com>
8852
8853 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8854
6a801864
EZ
88552010-01-22 Eli Zaretskii <eliz@gnu.org>
8856
8857 * jka-compr.el (jka-compr-load): If load-file is not in
8858 load-history, try its file-truename version. (bug#5447)
8859
3e8f7d91
AM
88602010-01-21 Alan Mackenzie <acm@muc.de>
8861
8862 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
8863 * progmodes/cc-engine.el (c-invalidate-state-cache):
8864 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
8865 special cpp construct is still in the buffer.
8866 (c-parse-state): Record the special cpp with markers, not numbers.
8867
f0bd0ad5
CY
88682010-01-21 Kenichi Handa <handa@m17n.org>
8869
8870 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8871 process last-command-event, as it is now decoded first (Bug#5380).
8872
5189d95b
CY
88732010-01-20 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8876
e073d74a
GM
88772010-01-20 Glenn Morris <rgm@gnu.org>
8878
8879 * indent.el (tab-always-indent): Fix custom-type.
8880
8ee04f3a
AM
88812010-01-19 Alan Mackenzie <acm@muc.de>
8882
8883 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8884 buffer throws "args out of range".
8885 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8886 playing the role of delimiter.
8887
6a47c86a
SL
88882010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8889
bf0b361c 8890 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
8891 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8892 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8893 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8894 Improve comments in "is" portion. Handle null procedure declaration.
8895 (ada-move-to-end): Improve doc string.
8896
2acfb954
ÓF
88972010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8898
e90d57c0 8899 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 8900 Remove obsolete information from commentary.
e90d57c0
JB
8901 (ido-choice-list): Initialize to nil.
8902 (ido-get-bufname): Reject minibuffers.
8903 (ido-make-buffer-list): If "default" is a nonexistent
8904 buffer, ignore it, as per the function's comment.
8905 (ido-kill-buffer-internal): New function.
8906 (ido-kill-buffer-at-head): Use it.
8907 (ido-visit-buffer): Likewise.
2acfb954 8908
244b023e
CY
89092010-01-18 Chong Yidong <cyd@stupidchicken.com>
8910
8911 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8912
db9e401b
JB
89132010-01-18 Juanma Barranquero <lekktu@gmail.com>
8914
db9e401b
JB
8915 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8916 Fix typos in chart titles.
8917
8918 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
8919 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8920 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8921 (describe-class, eieio-describe-generic, describe-generic):
8922 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8923 (eieio-speedbar-expand):
8924 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8925 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8926 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8927 (viper-del-backward-char-in-replace, viper-backward-indent)
8928 (viper-brac-function, viper-register-to-point, viper-submit-report):
8929 * net/tramp.el (tramp-remote-coding-commands):
8930 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8931 Fix typos in docstrings.
8932
9295137d
CY
89332010-01-17 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * mail/sendmail.el (mail-yank-original): Set the mark if the
8936 specified function for yanking does not do it.
8937
4d0bbcb6
DN
89382010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8939
7902c120
DN
8940 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8941
4d0bbcb6
DN
8942 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8943 resyncing a directory.
8944
0b702bc1
SL
89452010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8946
6a47c86a 8947 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
8948 (ada-ident-re): Delete ., allow multibyte characters.
8949 (ada-goto-label-re): New; matches goto labels.
8950 (ada-block-label-re): New; matches block labels.
8951 (ada-label-re): New; matches both.
8952 (ada-named-block-re): Deleted; callers changed to use
8953 `ada-block-label-re' instead.
8954 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8955 Use `ada-block-label-re'.
8956 (ada-indent-on-previous-lines): Improve handling of goto labels.
8957 (ada-get-indent-block-start): Special-case block label.
8958 (ada-get-indent-label): Split into `ada-indent-block-label' and
8959 `ada-indent-goto-label'.
8960 (ada-goto-stmt-start, ada-goto-next-non-ws):
8961 Optionally ignore goto labels.
8962 (ada-goto-next-word): Simplify.
8963 (ada-indent-newline-indent-conditional): Insert newline before
8964 trying to fix indentation; doc fix.
8965
05287c49
JB
89662010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8967
8968 * calc/calc.el (calc-command-flags): Give it an initial value.
8969
4963739e
JB
89702010-01-17 Juanma Barranquero <lekktu@gmail.com>
8971
4963739e
JB
8972 * files.el (minibuffer-with-setup-hook):
8973 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8974 (artist-key-draw-continously, artist-key-do-continously-continously)
8975 (artist-key-set-point-continously, artist-mouse-draw-continously):
8976 Fix typos in docstrings.
8977
116bd1ee
CY
89782010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8979
8980 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8981 return t (Bug#3898).
8982
2784cd7a 89832010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
8984
8985 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8986 can parse the output of the external commands (Bug#5279).
8987
abd5cfe8
CY
89882010-01-16 Jari Aalto <jari.aalto@cante.net>
8989
8990 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8991
4fe22cdf
CY
89922010-01-16 Chong Yidong <cyd@stupidchicken.com>
8993
bbdc98ef
CY
8994 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8995
c7dc1ac1
CY
8996 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8997
4fe22cdf
CY
8998 * startup.el (command-line): Remove unused --icon-type arg.
8999 Handle --display arg, passing it to command-line-1 (Bug#5392).
9000
045b9da7
ML
90012010-01-16 Mario Lang <mlang@delysid.org>
9002
045b9da7
ML
9003 * emacs-lisp/chart.el (chart-translate-namezone):
9004 * textmodes/artist.el (artist-compute-popup-menu-table):
9005 Remove duplicated words in doc-strings.
9006
6554a5df
CY
90072010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
9008
9009 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
9010 to mairix-search to suppress threading (Bug#5342).
9011
ca4f0e9a
KH
90122010-01-15 Kenichi Handa <handa@m17n.org>
9013
9014 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 9015 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 9016
1db3226b
GM
90172010-01-15 Glenn Morris <rgm@gnu.org>
9018
56a03f46
GM
9019 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
9020
9021 * wid-edit.el (widget-keymap): Doc fix.
9022
1db3226b
GM
9023 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
9024 former seems to be more widely accepted by various svn versions.
9025
80cd4bb4
JB
90262010-01-14 Juanma Barranquero <lekktu@gmail.com>
9027
d1f18ec0
JB
9028 * find-cmd.el (find-constituents):
9029 * vc-arch.el (vc-arch-root):
9030 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
9031 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
9032 * progmodes/ada-stmt.el (ada-if):
9033 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
9034 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
9035 (ispell-encoding8-command, ispell-aspell-supports-utf8)
9036 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
9037
80cd4bb4
JB
9038 * progmodes/flymake.el (flymake-post-syntax-check):
9039 Fix typo in error message.
9040
9c23ca47
JB
90412010-01-14 Juanma Barranquero <lekktu@gmail.com>
9042
9043 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
9044 which is always a string. (Bug#5313)
9045
8794c483
JB
90462010-01-14 Juanma Barranquero <lekktu@gmail.com>
9047
9048 * progmodes/ada-xref.el (ada-default-prj-properties):
9049 Simplify previous change.
9050
95005d39
SL
90512010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9052
9053 * progmodes/ada-xref.el (ada-default-prj-properties):
9054 Default ada_project_path to $ADA_PROJECT_PATH.
9055
90562010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
9057
9058 * progmodes/ada-mode.el (ada-create-keymap):
9059 Override `narrow-to-defun' with `ada-narrow-to-defun'.
9060
fb0d1545
SL
90612010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9062
9063 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
9064 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
9065 (ada-get-current-indent, ada-imenu-generic-expression)
9066 (ada-which-function): Check for it.
9067
5c9434d0
SL
90682010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9069
9070 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
9071 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
9072
3a4f3a3b
GM
90732010-01-14 Glenn Morris <rgm@gnu.org>
9074
9075 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
9076
d9a7c140
KH
90772010-01-14 Kenichi Handa <handa@m17n.org>
9078
9079 * composite.el (auto-composition-mode): Make it a buffer local
9080 variable (permanent-local).
9081 (auto-composition-function): Set the default value to
9082 auto-compose-chars.
49caf252 9083 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
9084 (global-auto-composition-mode): Likewise.
9085 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 9086
38bee102
KF
90872010-01-13 Karl Fogel <kfogel@red-bean.com>
9088
9089 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 9090
b8b45afc
MA
90912010-01-12 Michael Albinus <michael.albinus@gmx.de>
9092
9093 * files.el (copy-directory): Compute target for recursive
9094 directories with identical names. (Bug#5343)
9095
893db5bc
GM
90962010-01-12 Glenn Morris <rgm@gnu.org>
9097
9098 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
9099 it to bug-gnu-emacs rather than emacs-pretest-bug.
9100
d8b8451f
SS
91012010-01-11 Sam Steingold <sds@gnu.org>
9102
9103 * imenu.el (imenu-default-create-index-function): Detect infinite
9104 loops caused by imenu-prev-index-position-function.
9105
30afcdff
JB
91062010-01-11 Juanma Barranquero <lekktu@gmail.com>
9107
9108 * htmlfontify.el (htmlfontify-load-rgb-file)
9109 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
9110 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
9111 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
9112 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
9113 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
9114 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
9115 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
9116 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
9117 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
9118 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
9119 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
9120 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
9121 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
9122 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
9123 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
9124 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
9125 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
9126 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
9127 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
9128 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
9129 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
9130 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
9131 backslash-quoting from parentheses, etc.
9132
92b1c416
CY
91332010-01-11 Chong Yidong <cyd@stupidchicken.com>
9134
9135 * progmodes/js.el: Autoload javascript-mode alias.
9136
4454adab
JB
91372010-01-11 Juanma Barranquero <lekktu@gmail.com>
9138
9139 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9140 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9141 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9142 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9143 Fix typos in docstrings.
9144 (ffap-url-regexp): Doc fix.
9145 (ffap-at-mouse): Fix typo in message.
9146
6589a2f9
GM
91472010-01-11 Glenn Morris <rgm@gnu.org>
9148
9149 * version.el (emacs-copyright): Set copyright year to 2010.
9150
4e5617ee
SM
91512010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * format.el (format-annotate-function): Only set
9154 write-region-post-annotation-function after running to-fn so as not to
9155 affect nested write-region calls (bug#5273).
9156
52bee098
CY
91572010-01-10 Chong Yidong <cyd@stupidchicken.com>
9158
a069f067
CY
9159 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9160 wisent/python.el.
9161
e709e39d
CY
91622010-01-09 Chong Yidong <cyd@stupidchicken.com>
9163
9164 * man.el (Man-goto-section): Signal error if the section is not
9165 found (Bug#5317).
9166
6ee86780
JB
91672010-01-09 Juanma Barranquero <lekktu@gmail.com>
9168
9169 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9170 URLs with a leading triple slash in the file: scheme. (Bug#5345)
9171
fa7b5f7b
CY
91722010-01-09 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * progmodes/compile.el: Don't treat compile-command as safe if
9175 compilation-read-command might be nil (Bug#4218).
9176
de62c4d9
JD
91772010-01-09 Jan Djärv <jan.h.d@swipnet.se>
9178
9179 * startup.el (command-line-1): Use orig-argi to check for ignored X and
9180 NS options.
9181
e94be827
KH
91822010-01-08 Kenichi Handa <handa@m17n.org>
9183
4e5617ee
SM
9184 * international/fontset.el (build-default-fontset-data):
9185 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 9186
1dfae2a2
JB
91872010-01-07 Juanma Barranquero <lekktu@gmail.com>
9188
9189 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
9190 to `create-file-buffer' as it expects, not just a buffer name.
9191 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
9192 to help uniquify. (Bug#3224)
9193
d0cf45b7
JD
91942010-01-06 Jan Djärv <jan.h.d@swipnet.se>
9195
9196 * font-setting.el (font-setting-change-default-font): Use user-spec
9197 instead of name.
9198
7534fa5e
DN
91992010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9200
9201 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
9202
fd579fdc
CY
92032010-01-05 Tom Tromey <tromey@redhat.com>
9204
4e5617ee
SM
9205 * progmodes/python.el (python-font-lock-keywords):
9206 Handle qualified decorators (Bug#881).
fd579fdc 9207
37860caf
DN
92082010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
9209
9210 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
9211 in a lightweight checkout.
9212
69db641d
KH
92132010-01-05 Kenichi Handa <handa@m17n.org>
9214
4e5617ee 9215 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 9216
b25d6a02
DN
92172010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
9218
9219 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
9220
137d88ca
DN
92212010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
9222
9223 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
9224 checkouts. (Bug#618)
3d5d0aa9 9225 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
9226 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
9227 (vc-bzr-shelve-menu-map):
9228 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
9229 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 9230
da76998b
CY
92312010-01-02 Chong Yidong <cyd@stupidchicken.com>
9232
9233 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
9234 They are valid characters in URL paths (rfc3986), and at least
9235 Firefox does not understand the encoded version (Bug#3166).
9236
b2ad70b6
CY
92372010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
9238
9239 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
9240 (octave-block-begin-or-end-regexp, octave-block-match-alist):
9241 Add "end" keyword (Bug#3061).
b2ad70b6
CY
9242 (octave-end-as-array-index-p): New function.
9243 (calculate-octave-indent): Use it.
9244
54136282
KF
92452010-01-02 Karl Fogel <kfogel@red-bean.com>
9246
9247 * bookmark.el: Consistently put the text property on the bookmark name.
9248 (bookmark-bmenu-marks-width): Bump back to 2, to include
9249 annotation marks.
9250 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
9251 property on the bookmark name, instead of not putting it at all.
9252 (bookmark-bmenu-list): Fix where we put the text property.
9253
cc4d3cad
KF
92542010-01-02 Karl Fogel <kfogel@red-bean.com>
9255
9256 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9257 for showing buffer modified state (as added in the previous change).
9258
b894c439
KF
92592010-01-02 Karl Fogel <kfogel@red-bean.com>
9260
9261 * bookmark.el: Show modified state of bookmark buffer more accurately.
9262 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9263 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9264 (with-buffer-modified-unmodified): New macro.
9265 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9266 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 9267 Use new macro to preserve the buffer modified state.
b894c439 9268
3a69db53
KF
92692010-01-02 Karl Fogel <kfogel@red-bean.com>
9270
4e5617ee 9271 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
9272 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9273 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9274 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9275 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
9276 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9277 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 9278
af414f10
EZ
92792010-01-02 Eli Zaretskii <eliz@gnu.org>
9280
4e5617ee
SM
9281 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9282 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 9283
f2ec0e5e
CY
92842010-01-02 Ryan Yeske <rcyeske@gmail.com>
9285
9286 * net/rcirc.el: Add follow-link binding (Bug#4738).
9287
38c1ba62
EZ
92882010-01-02 Eli Zaretskii <eliz@gnu.org>
9289
4e5617ee 9290 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
9291 (cvs-update): New target for backward compatibility.
9292
4e5617ee 9293 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
9294 (cvs-update): New target for backward compatibility.
9295
ea2c0f5b
KF
92962010-01-02 Karl Fogel <kfogel@red-bean.com>
9297
9298 * bookmark.el: Remove gratuitous gratitude.
9299
5ae329f4
KF
93002010-01-02 Karl Fogel <kfogel@red-bean.com>
9301
c4cc8b9a 9302 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
9303 (bookmark-bmenu-save): Clear buffer modification if no marks.
9304
93052010-01-02 Karl Fogel <kfogel@red-bean.com>
9306
9307 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
9308 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
9309 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
9310 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
9311
9312 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9313 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
9314 To: emacs-devel {_AT_} gnu.org
9315 Subject: bookmark.el bug report
9316 Date: Mon, 28 Dec 2009 14:19:16 +0800
9317 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
9318
aef053eb
KF
93192010-01-02 Karl Fogel <kfogel@red-bean.com>
9320
9321 * bookmark.el: Improvements suggested by Drew Adams:
9322 (bookmark-bmenu-ensure-position): New name for
9323 `bookmark-bmenu-check-position'. Just ensure the position,
9324 don't return any meaningful value.
9325 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
9326 New constants.
9327
0472835f
JB
93282010-01-02 Juanma Barranquero <lekktu@gmail.com>
9329
9330 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
9331 (bookmark-yank-point, bookmark-bmenu-check-position):
9332 Fix typos in docstrings.
9333 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
9334 (bookmark-name-from-full-record, bookmark-get-position)
9335 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9336 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
9337 Remove useless quoting of parenthesis, etc. in docstrings.
9338
9339 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
9340 (ediff-append-custom-diff): Fix typo in error message.
9341 (ediff-meta-mark-equal-files): Fix typos in messages.
9342
9343 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
9344
0472835f
JB
9345 * net/imap-hash.el (imap-hash-make): Doc fix.
9346 (imap-hash-test): Fix typo in error message; reflow docstring.
9347 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
9348 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
9349 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
9350 Fix typos in docstrings.
9351 (imap-hash-open-connection): Fix typo in error message.
9352
9353 * play/gomoku.el (gomoku): Fix typos in docstring.
9354
9355 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
9356 (gdb-jsonify-buffer): Fix typos in docstring.
9357 (gdb-goto-breakpoint): Fix typo in error message.
9358 ("Display Other Windows"): Fix typo in help message.
9359 (gdb-speedbar-expand-node): Fix typo in question.
9360
9361 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
9362 (idlwave-html-system-help-location, idlwave-html-help-location)
9363 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
9364 (idlwave-help-browser-generic-args, idlwave-help-directory)
9365 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
9366 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
9367 (idlwave-online-help, idlwave-help-html-link)
9368 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
9369 Fix typos in docstrings.
9370 (idlwave-help-with-source, idlwave-help-find-routine-definition):
9371 Reflow docstrings.
9372 (idlwave-help-assistant-start): Fix typo in error message.
9373
9374 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
9375 (octave-electric-space): Fix typos in docstrings.
9376
9bbe0828
CY
93772010-01-01 Chong Yidong <cyd@stupidchicken.com>
9378
9379 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
9380
a88c46c3
CY
93812010-01-01 Juri Linkov <juri@jurta.org>
9382
9383 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 9384 increase the default to 500 (Bug#5148).
a88c46c3 9385
7ee6c59b
NR
93862009-12-31 Nick Roberts <nickrob@snap.net.nz>
9387
9388 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9389 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
9390 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
9391
a9c8a2cd
NR
93922009-12-30 Nick Roberts <nickrob@snap.net.nz>
9393
9394 Show working revision correctly for mercurial.
9395 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 9396 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 9397
659e4408
JB
93982009-12-29 Juanma Barranquero <lekktu@gmail.com>
9399
9400 Declare some functions for the byte-compiler.
9401 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
9402 (speedbar-timer-fn, speedbar-change-expand-button-char)
9403 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
9404
7ee6c59b
NR
94052009-12-29 Nick Roberts <nickrob@snap.net.nz>
9406
9407 This changeset reverts GDB Graphical Interface to use annotations.
9408 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
9409
460f6e7c
DN
94102009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9411
9412 Make vc-dir work on subdirectories of the bzr root.
9413 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
9414 file names relative to it.
9415 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
9416 relative directory to vc-bzr-after-dir-status.
9417
543f553a
TH
94182009-12-28 Tassilo Horn <tassilo@member.fsf.org>
9419
9420 * font-lock.el (font-lock-refresh-defaults): New function, which
9421 can be used to let font-lock react to external changes in
9422 variables like font-lock-defaults and keywords.
9423 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
9424
2592ab76
DN
94252009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9426
ac859983
DN
9427 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
9428
2592ab76
DN
9429 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
9430
58941d03
JB
94312009-12-28 Juanma Barranquero <lekktu@gmail.com>
9432
9433 Supersede color.diff settings in git log (bug#5211).
9434
9435 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
9436 escape chars in its output when the user has color.diff set to `always'.
9437 This fix works on git 1.4.2 and newer (released on 2006-08-13).
9438
39764e76
KR
94392009-12-26 Kevin Ryde <user42@zip.com.au>
9440
9441 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
9442 node. Keep previous "Index" name to work with past coreutils too.
9443
91c4831e
KR
9444 * man.el (man): Revise docstring a bit to show -a and -l as
9445 examples. Add -k description since support for it has otherwise
9446 been a secret. (Further to bug#3717.)
651e932e
KR
9447 (Man-bgproc-sentinel): When "-k foo" produces no output show error
9448 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 9449 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 9450
7f4d4a97
MA
94512009-12-26 Michael Albinus <michael.albinus@gmx.de>
9452
9453 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9454 switches. Check also for //SUBDIRED// line.
9455
bcffff46
KH
94562009-12-25 Kenichi Handa <handa@m17n.org>
9457
9458 * language/indian.el (devanagari-composable-pattern): Fixed to
9459 handle ZWNJ and ZWJ. Use it in composition-function-table for
9460 Devanagari.
9461 (malayalam-composable-pattern): Fix previous change.
9462
dc1dcfa4
VJL
94632009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9464
9465 * ps-print.el (ps-face-attributes): It was not returning the
9466 attribute face for faces specified as string. Reported by harven
80525855 9467 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
9468 (ps-print-version): New version 7.3.5.
9469
6fe539d2
UJ
94702009-12-18 Ulf Jasper <ulf.jasper@web.de>
9471
85626eef
SM
9472 * calendar/icalendar.el (icalendar--convert-tz-offset):
9473 Fix timezone names.
9474 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
9475 (icalendar--add-diary-entry): Remove the trailing blank that
9476 diary-make-entry inserts.
9477
1f3611c6
MA
94782009-12-17 Michael Albinus <michael.albinus@gmx.de>
9479
9480 Make `file-expand-wildcards' work for remote files.
9481
9482 * files.el (file-expand-wildcards): In case of remote files, check
9483 only local file name part for wildcards. Provide feature 'files
9484 and subfeature 'remote-wildcards. (Bug#5198)
9485
9486 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
9487 if there is already an established connection.
9488 (tramp-advice-file-expand-wildcards): Remove it.
9489
9490 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 9491 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
9492 Activate advice for older GNU Emacs versions. (Bug#5237)
9493
9762b219
JB
94942009-12-17 Juanma Barranquero <lekktu@gmail.com>
9495
9496 Some doc fixes (more needed).
9497
9498 * find-cmd.el (find-constituents): Reflow docstring.
9499 (find-cmd, find-prune, find-command): Fix typos in docstrings.
9500 (find-generic): Doc fix.
9501
cfb54897
JL
95022009-12-17 Juri Linkov <juri@jurta.org>
9503
9504 Fix regression from 23.1 to allow multiple modes in Local Variables.
9505
9506 * files.el (hack-local-variables-filter): While ignoring duplicates,
9507 don't take `mode' into account.
85626eef
SM
9508 (hack-local-variables-filter, hack-dir-local-variables):
9509 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 9510
ad974e9e
JL
95112009-12-17 Juri Linkov <juri@jurta.org>
9512
85626eef 9513 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
9514
9515 * dired-aux.el (dired-diff): Signal an error when `file' equals to
9516 `current' or when `file' is a directory of the `current' file.
9517
3616e0b9
AS
95182009-12-17 Andreas Schwab <schwab@linux-m68k.org>
9519
9520 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9521 unconditionally preloaded files.
9522
72b57560
JL
95232009-12-16 Juri Linkov <juri@jurta.org>
9524
9525 Revert to old 23.1 logic of using the file at the mark as default.
9526 * dired-aux.el (dired-diff): Use the file at the mark as default
9527 if it's not the same as the current file, and the target dir is
9528 the current dir or the mark is active. Add the current file
9529 as the arg of `dired-dwim-target-defaults'. Use the default file
9530 in the prompt. (Bug#5225)
9531
68712eb6
MA
95322009-12-15 Michael Albinus <michael.albinus@gmx.de>
9533
9534 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9535 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9536 (tramp-check-for-regexp): Check also, when an echoing shell stops
9537 to echo sent commands.
9538
fd471993
CY
95392009-12-14 Chong Yidong <cyd@stupidchicken.com>
9540
9541 * Makefile.in: Revert last change (Bug#5191).
9542
86b5e14c
DN
95432009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
9544
9545 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
9546 (vc-hg-working-revision): Make sure the command is executed in a
9547 known environment so that we can parse the output. (Bug#4417)
86b5e14c 9548
8cffbb75
CY
95492009-12-14 Chong Yidong <cyd@stupidchicken.com>
9550
9551 * progmodes/python.el (python-symbol-completions): Remove text
9552 properties from symbol string before calling python-send-receive.
9553
6c2b67ad
NR
95542009-12-14 Nick Roberts <nickrob@snap.net.nz>
9555
9556 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 9557 when there are values for both file and line. (Bug#5060)
6c2b67ad 9558
ff6f4585
JL
95592009-12-14 Juri Linkov <juri@jurta.org>
9560
9561 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9562 whitespace after the file name of the first line of unified format,
9563 because git-diff doesn't output whitespace and file modification time
9564 after the file name.
9565
d3de1c8e
JL
95662009-12-14 David Kastrup <dak@gnu.org>
9567
9568 * info.el (Info-hide-cookies-node): Before hiding a cookie,
9569 check if it already has the `display' property added by
9570 `Info-display-images-node', and not put the `invisible' property
9571 in this case.
9572
2f1b7dc4
GM
95732009-12-13 Glenn Morris <rgm@gnu.org>
9574
a0cefee5
GM
9575 * mail/emacsbug.el (message-sort-headers): Define for compiler.
9576 (report-emacs-bug): In message-mode, sort manually before storing
9577 original report text. (Bug#5178)
2f1b7dc4
GM
9578 Remove superfluous save-excursion.
9579
31bb373f
MA
95802009-12-12 Michael Albinus <michael.albinus@gmx.de>
9581
9582 * net/dbus.el (dbus-property-handler): Filter lambda forms out
9583 when responding to "GetAll" properties.
9584
5e1d4968
CY
95852009-12-12 Chong Yidong <cyd@stupidchicken.com>
9586
9587 * simple.el (compose-mail): Remove mail-setup-with-from from
9588 customization checks.
9589
097d86f9
EZ
95902009-12-12 Eli Zaretskii <eliz@gnu.org>
9591
9592 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9593 RAR archives created on Unix systems.
9594
1d4adede
SM
95952009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9598 the varalias that was accidentally removed by the 2009-11-19 change
9599 (bug#5186).
9600
3ff3655c
KH
96012009-12-12 Kenichi Handa <handa@m17n.org>
9602
9603 * language/indian.el (indian-compose-regexp): New function.
9604 (malayalam-composable-pattern): Fix the pattern.
9605 (composition-function-table): Set malayalam-composable-pattern for
9606 Malayalam characters.
9607
82d3343c
CY
96082009-12-11 Chong Yidong <cyd@stupidchicken.com>
9609
315eb96d
CY
9610 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9611 rather than down-mouse-1, based on follow-link conventions.
9612
82d3343c
CY
9613 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9614 are compiled.
9615
86a4c7ac
DN
96162009-12-11 Michael McNamara <mac@mail.brushroad.com>
9617
bf0b361c 9618 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
9619 (verilog-vmm-statement-re, verilog-ovm-statement-re)
9620 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9621 (verilog-leap-to-head, verilog-backward-token):
9622 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
9623
96242009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
9625
bf0b361c
JB
9626 * progmodes/verilog-mode.el (verilog-auto-lineup)
9627 (verilog-nameable-item-re): Cleanup user-visible spelling and
9628 documentation errors. One reported by Gary Delp.
1d4adede 9629 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
9630 (verilog-read-decls): Fix AUTOWIRE with types declared in a
9631 package, bug195. Reported by Pierre-David Pfister.
9632
fe03f49a
GM
96332009-12-11 Glenn Morris <rgm@gnu.org>
9634
47641aac
GM
9635 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9636
85094855
GM
9637 * mail/emacsbug.el: No longer require sendmail.
9638 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
9639 (report-emacs-bug-orig-text): Doc fix.
9640 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9641 New local variables, to adapt to different mail-user-agents.
9642 (report-emacs-bug): Fix test for a gnu.org address.
9643 Use overlays for emphasis, since font-lock defeats 'face property.
9644 Pretest bugs also end up at the newsgroup these days.
9645 Stop message-mode stripping text properties.
9646 Set and use the new buffer-local variables.
9647 (report-emacs-bug-hook): Add doc-string.
9648 Remove some unnecessary save-excursions and simplify.
9649 Use the appropriate hook and send-command.
9650
fe03f49a
GM
9651 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9652 capitalization of some menu entries.
9653
345427f0
VJL
96542009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9655
277e6741
MP
9656 * whitespace.el (whitespace-display-char-on):
9657 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
9658 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9659 New version 12.1.
9660
c70ccbba
EZ
96612009-12-10 Eli Zaretskii <eliz@gnu.org>
9662
9663 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9664 characters in the Attribute field.
9665
f1943c1b
DN
96662009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
9667
9668 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
9669
1c67aeaa
SM
96702009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9673 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9674 Disregard autoload-excludes.
9675 (update-directory-autoloads): Obey autoload-excludes here instead.
9676 But don't store its contents in no-autoloads and remove entries that
9677 refer to excludes files.
9678
d8194864
GM
96792009-12-10 Glenn Morris <rgm@gnu.org>
9680
8c0171c0
GM
9681 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9682 (expand-mail-aliases): Define for compiler.
9683
dba372dd
GM
9684 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9685 Define for compiler.
9686
d8194864
GM
9687 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9688 appropriate for the mail-user-agent in use.
9689
fe5facd3
MA
96902009-12-09 Michael Albinus <michael.albinus@gmx.de>
9691
9692 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9693
99999a1d
DN
96942009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
9695
9696 Fix short log parsing and fontification.
9697 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9698 Fix fontification for the [merge] label.
9699
2ea1c4aa
SM
97002009-12-09 Vivek Dasmohapatra <vivek@etla.org>
9701
85626eef 9702 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
9703 * htmlfontify.el (hfy-ignored-properties): New defcustom.
9704 (hfy-fontify-buffer): Use it.
9705
9840deb6
SM
97062009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
9707
a0d1aadf
SM
9708 Minor cleanup.
9709 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9710 Adjust all callers.
9711 (ffap-locate-file): Remove unused arg `dir-ok' and make other
9712 args compulsory. Adjust callers.
9713 (ffap-gopher-at-point): Remove unused var `name'.
9714
9840deb6
SM
9715 Get rid of the ELCFILES abomination.
9716 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9717 (compile-elcfiles): New phony target.
9718 (compile-main): Compute ELCFILES dynamically.
9719 (compile-clean): New target to remove left-over elc files.
9720 (compile, all): Use it.
9721
7eb3f9a8
KH
97222009-12-09 Kenichi Handa <handa@etlken>
9723
9724 * international/mule-diag.el: Require help-mode instead of help-fns.
9725
ae63e572
KH
97262009-12-09 Kenichi Handa <handa@m17n.org>
9727
5ce6e4f4 9728 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
9729 fine ranges instead of pre-calculating accurate ranges.
9730 Iterate with bigger gc-cons-threshold.
ae63e572 9731
e2f3c692
DN
97322009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9733
9734 Add support for stashing a snapshot of the current tree.
9735 * vc-git.el (vc-git-stash-snapshot): New function.
9736 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9737
cf6d0352
JB
97382009-12-08 Jose E. Marchesi <jemarch@gnu.org>
9739
9740 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9741 instead of `(beginning|end)-of-line'.
9742
48e4acc9
GM
97432009-12-08 Glenn Morris <rgm@gnu.org>
9744
6e890faa
GM
9745 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9746
48e4acc9
GM
9747 * Makefile.in (ELCFILES): Regenerate.
9748
d2a1dc7b
JL
97492009-12-07 Juri Linkov <juri@jurta.org>
9750
9751 Don't lazy-highlight the comint output in history Isearch mode.
9752
9753 * comint.el (comint-history-isearch-search): Instead of
9754 `comint-line-beginning-position', use `comint-after-pmark-p'
9755 to check if point if before the process mark, and go to
9756 `process-mark' in this case.
9757
51ef56c4
SM
97582009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9759
fb10ee4a
SM
9760 * textmodes/tex-mode.el (latex-complete)
9761 (latex-indent-or-complete): Remove.
9762 (latex-mode): Set completion-at-point-functions instead.
9763
9764 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
9765 * minibuffer.el (completion-at-point-functions): New var.
9766 (completion-at-point): New command.
fb10ee4a 9767 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
9768 * progmodes/python.el (python-mode-map): Use completion-at-point.
9769 (python-completion-at-point): Rename from python-partial-symbol and
9770 adjust for use in completion-at-point-functions.
9771 (python-mode): Setup completion-at-point for Python completion.
9772 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9773 extracted from lisp-complete-symbol.
9774 (lisp-complete-symbol): Use it.
9775 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9776 setup completion-at-point for Elisp completion.
fb10ee4a
SM
9777 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9778 Use completion-at-point.
51ef56c4 9779 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 9780 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
9781 * progmodes/sym-comp.el: Move to...
9782 * obsolete/sym-comp.el: Move from progmodes.
9783
5e7a9022
EZ
97842009-12-07 Eli Zaretskii <eliz@gnu.org>
9785
9786 Prevent save-buffer in Rmail buffers from using the coding-system
9787 of the current message, and from clobbering the encoding mnemonics
9788 in the mode line (Bug#4623).
9789
9790 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9791 flag, too.
9792 (rmail-message-encoding): New variable.
9793 (rmail-write-region-annotate): Record the encoding of the current
9794 message in rmail-message-encoding.
9795 (rmail-after-save-hook): New function, restores the encoding of
9796 the current message after the message collection is saved.
9797
9136e895
JL
97982009-12-07 Juri Linkov <juri@jurta.org>
9799
9800 * progmodes/grep.el (grep-read-files): Use `completing-read'
9801 instead of `read-string'. Set its `collection' arg to
9802 `read-file-name-internal'. (Bug#4301)
9803
40637410
JL
98042009-12-07 Juri Linkov <juri@jurta.org>
9805
9806 Correctly restore original Isearch point. (Bug#4994)
9807
9808 * isearch.el (isearch-mode): Move `isearch-push-state' after
9809 `(run-hooks 'isearch-mode-hook)'.
9810 (isearch-cancel): When `isearch-push-state-function' is defined,
9811 let-bind `isearch-cmds' to the first state (the last element of
9812 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9813 function and restores the original point). Otherwise, move point
9814 to `isearch-opoint'.
9815
da10ce2b
SM
98162009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9819 chars that don't have names, so the table can be built much faster at
9820 run-time.
9821
3d68fa99
CY
98222009-12-07 Chong Yidong <cyd@stupidchicken.com>
9823
f82b1493
CY
9824 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9825 change. Suggested by David Kastrup.
9826
3d68fa99
CY
9827 * simple.el (compose-mail): Check for incompatibilities and warn.
9828 (compose-mail-user-agent-warnings): New option.
9829
662c5698
DN
98302009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9831
9832 Support showing a single log entry from vc-annotate.
9833 * vc.el (print-log): Add a new argument: START-REVISION.
9834 (vc-print-log-internal): Add a new optional argument and
9835 pass it to the backend.
9836 (vc-print-log, vc-print-root-log): Adjust callers.
9837 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9838 buffer already displays the requested log entry, use it.
9839 Otherwise display only the log entry in question.
9840 * vc-svn.el (vc-svn-print-log):
e4070cdc 9841 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
9842 * vc-hg.el (vc-hg-state):
9843 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9844 (vc-git-show-log-entry): Return t on success.
9845 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9846 (vc-bzr-show-log-entry): Return t on success.
9847 * vc-rcs.el (vc-rcs-print-log):
9848 * vc-sccs.el (vc-sccs-print-log):
9849 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9850
e4070cdc
GM
98512009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9852
5ce6e4f4
JB
9853 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9854 Add menus to the meta mode. (Bug#5043)
e4070cdc 9855
5ce6e4f4 98562009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
9857
9858 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 9859 event-key.
662c5698 9860
662c5698
DN
9861 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9862
dab816a9
MA
98632009-12-07 Michael Albinus <michael.albinus@gmx.de>
9864
9865 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9866 Berbain <raphael.berbain@gmail.com>.
9867
9868 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9869 characters.
9870 (tramp-initial-end-of-output): New defconst.
9871 (tramp-methods, tramp-find-shell)
9872 (tramp-open-connection-setup-interactive-shell)
9873 (tramp-maybe-open-connection): Use it.
9874 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9875 existence of `#' and `$'.
9876
9877 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9878 `tramp-initial-end-of-output'.
9879
a91e1f6b
DN
98802009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9881
9882 Get the background mode from the terminal for xterm, and set
9883 faces accordingly.
9884 * term/xterm.el (xterm-set-background-mode): New function.
9885 (terminal-init-xterm): Use it in case xterm supports background
9886 color queries. Recompute faces after getting the background
9887 color.
9888
5fa9d1ec
GM
98892009-12-07 Ulrich Mueller <ulm@gentoo.org>
9890
9891 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9892 number comment back on its own line, for easier parsing.
9893
5e9fde5e
SM
98942009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 Make it work for non-file buffers (bug#5102).
9897 * doc-view.el (doc-view-current-cache-dir):
9898 Use doc-view-buffer-file-name rather than buffer-file-name.
9899 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9900
2f2f5242
CY
99012009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9902
9903 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9904 author field is too short.
9905
cebf8ec6
DN
99062009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9907
5e9fde5e
SM
9908 * vc-git.el (vc-git-print-log): Handle a limit argument.
9909 Display the short log in graph form and with labels.
0d3f8a78
DN
9910 (vc-git-log-view-mode): Handle labels.
9911
cebf8ec6
DN
9912 Make vc-revert change VC state from 'added to 'unregistered.
9913 * vc-git.el (vc-git-revert): Call git reset first.
9914
8e39154d
UJ
99152009-12-06 Ulf Jasper <ulf.jasper@web.de>
9916
d8194864
GM
9917 * net/newst-backend.el, net/newst-plainview.el:
9918 * net/newst-reader.el, net/newst-ticker.el:
9919 * net/newst-treeview.el, net/newsticker.el:
9920 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 9921
ef187c24
CY
99222009-12-06 Chong Yidong <cyd@stupidchicken.com>
9923
238a0f3a
CY
9924 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9925
2c6bb71a
CY
9926 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9927 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9928 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9929 Update annotation regexp.
9930
ef187c24
CY
9931 * simple.el (beginning-of-visual-line): Constrain to field
9932 boundaries (Bug#5106).
9933
571855b6
UJ
99342009-12-06 Ulf Jasper <ulf.jasper@web.de>
9935
d8194864 9936 * xml.el (xml-substitute-numeric-entities): Move
571855b6 9937 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 9938 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
9939 * net/newst-backend.el (newsticker--parse-generic-feed)
9940 (newsticker--parse-generic-items)
d8194864 9941 (newsticker--decode-numeric-entities): Move
571855b6 9942 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 9943 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 9944
b857059c
CY
99452009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9946
9947 * progmodes/js.el (js--js-not): Add null to the list of values.
9948
c2dae51b
CY
99492009-12-06 Chong Yidong <cyd@stupidchicken.com>
9950
d8194864 9951 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 9952
ed0f72d2
RW
99532009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9954
9955 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9956 delimiter if it is at the end of the current line.
9957 (bibtex-generate-url-list): Fix docstring.
9958
365b9a62
SM
99592009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9962 minibuffer's content with itself.
9963 Fold the confirm-after-completion case into the `confirm' case.
9964 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9965
990a9cb1
KR
99662009-12-06 Kevin Ryde <user42@zip.com.au>
9967
9968 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 9969 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 9970
8b5a10db 9971 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 9972 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 9973
065543e7
JL
99742009-12-05 Juri Linkov <juri@jurta.org>
9975
9976 Save and restore dired buffer's point positions too. (Bug#4880)
9977
9978 * dired.el (dired-save-positions): Return in the first element
9979 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9980 Doc fix.
9981 (dired-restore-positions): First restore buffer's position.
9982 While restoring window's positions, check if window still displays
9983 the original buffer.
9984
503edac9
CY
99852009-12-05 Chong Yidong <cyd@stupidchicken.com>
9986
9a594ee6
CY
9987 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9988 if possible.
9989
925f8c70
CY
9990 * shell.el (shell): Require ansi-color (Bug#5113).
9991
9992 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9993
503edac9
CY
9994 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9995
8fea6b33
AM
99962009-12-05 Alan Mackenzie <acm@muc.de>
9997
9998 * progmodes/cc-mode.el (c-before-hack-hook)
9999 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
10000 `c-file-style' to work again. This reversion restores the current
212c5aef 10001 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 10002
5d1fd962
CY
100032009-12-05 Kevin Ryde <user42@zip.com.au>
10004
10005 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
10006 comment-start-skip to comment-end-skip as comment (Bug#4781).
10007
30760c8b
JL
100082009-12-05 Juri Linkov <juri@jurta.org>
10009
10010 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
10011 for virtual nodes. (Bug#4147)
10012 (Info-find-node-2): Set `Info-current-node-virtual' to nil
10013 when moving from a virtual node.
10014 (Info-mode-menu): Add `Info-virtual-index' to the menu.
10015 (Info-mode): Add `Info-virtual-index' to the docstring.
10016
403111a8
RW
100172009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10018
10019 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
10020 track of the buffer position of the end of a BibTeX entry as this
10021 position may change during reformatting.
10022 (bibtex-format-entry): Remove whitespace before processing
10023 numerical fields so that we recognize the latter properly.
10024 (bibtex-reformat): Do not use push which changes the global value
10025 of bibtex-entry-format.
10026 (bibtex-field-braces-alist, bibtex-field-strings-alist)
10027 (bibtex-field-re-init): Replace only space characters by regexp
10028 for whitespace.
365b9a62 10029 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
10030 (bibtex-initialize): Also update bibtex-strings.
10031 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
10032 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
10033 Update bibtex-reference-keys.
403111a8 10034
25b54627
SM
100352009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * minibuffer.el (completion-pcm--merge-try): Also consider placing
10038 point after a star, if that's the only place where modifications can
10039 make progress.
10040
35639eb4
DN
100412009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
10042
10043 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
10044 in docstrings.
10045
8b78760b
JL
100462009-12-04 Juri Linkov <juri@jurta.org>
10047
10048 * proced.el (proced): Call `(proced-update t)' to update process
10049 information instead of only running proced-post-display-hook.
10050 (proced-send-signal): Add a leading space to the buffer name
10051 " *Marked Processes*" to make this buffer ephemeral.
10052
2b3489a7
JL
100532009-12-04 Juri Linkov <juri@jurta.org>
10054
10055 * dired.el (dired-auto-revert-buffer): New defcustom.
10056 (dired-internal-noselect): Use it.
10057
9b9debd1
JL
100582009-12-04 Juri Linkov <juri@jurta.org>
10059
10060 Change roles of modes and functions in image-mode.el (Bug#5062).
10061
10062 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
10063 in `auto-mode-alist'.
10064 (image-mode-previous-major-mode): New variable.
10065 (image-minor-mode-map): Rename from `image-mode-text-map'.
10066 (image-mode): Move graceful error-handling code from
10067 `image-minor-mode' to here. On errors call `image-mode-as-text'.
10068 (image-minor-mode): Remove all image-handling code.
10069 Replace `image-mode-text-map' with `image-minor-mode-map'.
10070 Check for `image-type' in mode-line format string.
10071 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
10072 (image-mode-as-text): New function with most code from
10073 `image-mode-maybe'.
10074 (image-toggle-display-text): Move code that removes image
10075 properties from `image-toggle-display' to here.
10076 (image-toggle-display-image): New function with code that adds
10077 image properties copied from `image-toggle-display'.
10078 (image-toggle-display): Remove most code with leaving only code
10079 that toggles between `image-mode-as-text' and `image-mode'.
10080
0c74a301
UJ
100812009-12-04 Ulf Jasper <ulf.jasper@web.de>
10082
10083 * net/newst-treeview.el
10084 (newsticker--treeview-list-highlight-start): Restored call to
10085 save-excursion: Selected item was stuck.
10086 (newsticker--treeview-list-select): New.
10087 (newsticker--treeview-item-show-text)
10088 (newsticker--treeview-item-show)
10089 (newsticker--treeview-item-update): Use new
10090 newsticker-treeview-item-mode.
10091 (newsticker-treeview-update): Keep current item.
10092 (newsticker-treeview-next-new-or-immortal-item): Doc change.
10093 (newsticker--treeview-first-feed): Doc change.
10094 (newsticker-treeview-list-menu)
10095 (newsticker-treeview-item-menu): Added menu entries.
10096 (newsticker-treeview-item-mode): New.
10097
5ce6e4f4 10098 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
10099 windows.
10100
9eaeec5b
SS
101012009-12-04 Sam Steingold <sds@gnu.org>
10102
10103 * log-view.el (log-view-mode-map): "q" calls quit-window,
10104 like in all the other non-self-insert buffers.
10105
b2bf5be5
SM
101062009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 Minor cleanup.
10109 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
10110 key decoding rather than do it manually via last-input-event +
10111 ascii-character.
10112 (term-exec): Use delete-and-extract-region.
10113 (term-handle-ansi-terminal-messages): Remove unused var `end'.
10114 (term-process-pager): Remove unused var `i'.
10115 (term-dynamic-simple-complete): Make obsolete.
10116 (serial-update-config-menu): Remove unused vars `y' and `str'.
10117 (term-update-mode-line): Remove unused var `temp'.
10118
46e5c897
DN
101192009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10120
10121 Limit the number of log entries displayed by default.
10122 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
10123 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
10124 using a prefix argument.
10125
627e0a14
GM
101262009-12-03 Glenn Morris <rgm@gnu.org>
10127
10128 * progmodes/idlwave.el (class): Restore still useful declaration.
10129
8578c224
AM
101302009-12-03 Alan Mackenzie <acm@muc.de>
10131
4abc318c 10132 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 10133
b2bf5be5
SM
10134 * progmodes/cc-mode.el (c-basic-common-init):
10135 Call c-state-cache-init.
9762b219 10136 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 10137 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 10138 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
10139
10140 * progmodes/cc-langs.el (c-before-font-lock-function):
10141 c-extend-and-neutralize-syntax-in-CPP has been renamed
10142 c-neutralize-syntax-in-and-mark-CPP.
10143
10144 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10145 with `category' properties now, not `syntax-table' ones.
10146
10147 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10148 enhanced (but slower) version of c-end-of-macro that won't land
10149 inside a literal or on another awkward character.
10150 (c-state-cache-too-far, c-state-cache-start)
10151 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10152 (c-state-nonlit-pos-cache-limit, c-state-point-min)
10153 (c-state-point-min-lit-type, c-state-point-min-lit-start)
10154 (c-state-min-scan-pos, c-state-brace-pair-desert)
10155 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10156 buffer local variables.
10157 (c-state-literal-at, c-state-lit-beg)
10158 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10159 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10160 (c-state-cache-top-paren, c-state-cache-after-top-paren)
10161 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10162 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10163 (c-renarrow-state-cache)
10164 (c-append-lower-brace-pair-to-state-cache)
10165 (c-state-push-any-brace-pair, c-append-to-state-cache)
10166 (c-remove-stale-state-cache)
10167 (c-remove-stale-state-cache-backwards, c-state-cache-init)
10168 (c-invalidate-state-cache-1, c-parse-state-1)
10169 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
10170 (c-parse-state): Enhance and refactor.
10171 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
10172
10173 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
10174 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
10175 modify to use category text properties rather than syntax-table ones.
10176 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
10177 to switch off/on the syntactic paren property of C++ template
10178 delimiters using the category property.
10179 (c-with-<->-as-parens-suppressed): Macro to invoke code with
10180 template delims suppressed.
10181 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
10182 New constant/macros which apply category properties to the start
10183 and end of preprocessor constructs.
b2bf5be5 10184 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
10185 "comment out" the syntactic value of characters in preprocessor
10186 constructs.
10187 (c-with-cpps-commented-out)
10188 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
10189 with characters in all or all but one preprocessor constructs
10190 "commented out".
10191
0d4dc442
RW
101922009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10193
10194 * proced.el (proced-filter-alist): Use regexp-quote.
10195
a09dc9bf
MA
101962009-12-03 Michael Albinus <michael.albinus@gmx.de>
10197
10198 Cleanup.
10199 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
10200 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
10201 arguments. Expand `default-directory'.
10202
10203 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
10204 the benefit of returning an expanded localname.
10205 (tramp-tramp-file-p): Handle the case NAME is not a string.
10206
3f6bd790
DN
102072009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10208
4dfb3b9c
DN
10209 Add support for bzr shelve/unshelve.
10210 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10211 (vc-bzr-extra-menu-map): New variables.
10212 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
10213 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
10214 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
10215 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
10216 (vc-bzr-dir-extra-headers): Display shelves.
10217
3f6bd790
DN
10218 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
10219
842d73a1
SM
102202009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * textmodes/bibtex.el (bibtex-complete-internal):
10223 Use completion-in-region.
10224 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
10225
7fa4876f
DN
102262009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10227
10228 Support applying stashes. Improve UI.
10229 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
10230 (vc-git-stash-apply, vc-git-stash-pop)
10231 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
10232 (vc-git-stash-menu): New functions.
10233 (vc-git-stash-menu-map): New variable.
10234 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
10235
d6e82452
GM
102362009-12-03 Glenn Morris <rgm@gnu.org>
10237
10238 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
10239 (vc-print-log-internal): Fix previous change.
10240 (vc-revert): Correct pluralization.
10241
8d222148
SM
102422009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10243
ea52206b
SM
10244 * progmodes/make-mode.el (makefile-special-targets-list): No need for
10245 it to be an alist any more.
10246 (makefile-complete): Use completion-in-region.
10247
69a94a37
SM
10248 * progmodes/octave-mod.el (octave-complete-symbol):
10249 Use completion-in-region.
10250
8d222148
SM
10251 Misc cleanup.
10252 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10253 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10254 (idlwave-complete-class): Don't quote lambda.
10255 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10256 (idlwave-mode-map): Move initialization into declaration.
10257 (idlwave-action-and-binding): Use backquotes.
10258 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10259 Simplify.
10260 (idlwave-is-pointer-dereference): Remove unused var `pos'.
10261 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10262 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10263 `parts', and `all-parts'.
10264 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10265 (idlwave-convert-xml-system-routine-info): Remove unused string
10266 `version-string'.
10267 (idlwave-display-user-catalog-widget): Use dolist.
10268 (idlwave-scanning-lib): Declare dynamically-scoped var.
10269 (idlwave-scan-library-catalogs): Remove unused var `flags'.
10270 (completion-highlight-first-word-only): Declare to silence bytecomp.
10271 (idlwave-popup-select): Tighten scope of `resp'.
10272 (idlwave-find-struct-tag): Remove unused var `beg'.
10273 (idlwave-after-load-rinfo-hook): Declare.
10274 (idlwave-sintern-class-info): Remove unused var `taglist'.
10275 (idlwave-find-class-definition): Remove unused var `list'.
10276 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10277 (idlwave-what-module-find-class): Remove unused var `classes'.
10278
3bb8691b
JB
102792009-12-03 Juanma Barranquero <lekktu@gmail.com>
10280
10281 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10282
f72f0c23
SM
102832009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
10286 buffers visited. Remove redundant current-buffer-saving.
10287
601a9508
SM
102882009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 Use completion-in-buffer and remove uses of dynamic scoping.
10291 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
10292 (pascal-buffer-to-use, pascal-flag): Don't declare.
10293 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
10294 (pascal-get-completion-decl, pascal-keyword-completion):
10295 Add `pascal-str' argument, save-excursion,
10296 return the found completions, and don't filter with pascal-pred.
10297 (pascal-completion-cache): New var.
10298 (pascal-completion): Don't switch buffer any more (it was never
10299 necessary). Don't save-excursion any more (it's done by the called
10300 subroutines). Use a cache to avoid redundant computations.
10301 Use complete-with-action rather than pascal-completion-response and
10302 let it apply the predicate as well.
10303 (pascal-complete-word): Use completion-in-buffer when
10304 pascal-toggle-completions is nil.
10305 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
10306 not used any more.
10307 (pascal-comp-defun): Don't change buffer any more.
10308 Use complete-with-action rather than pascal-completion-response and
10309 let it apply the predicate as well.
10310 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
10311 when neded.
10312
1ff4cb98
KH
103132009-12-02 Kenichi Handa <handa@m17n.org>
10314
10315 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
10316 shape for all Indic scripts.
10317
bb12edf1
SM
103182009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 Use completion-in-buffer.
10321 * wid-edit.el (widget-field-text-end): New function.
10322 (widget-field-value-get): Use it.
10323 (widget-string-complete, widget-file-complete)
10324 (widget-color-complete): Use it and completion-in-region.
10325 (widget-complete): Don't narrow the buffer.
10326
5813f6ef
GM
103272009-12-02 Glenn Morris <rgm@gnu.org>
10328
c920f222
GM
10329 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
10330 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
10331 * mail/rmailsum.el: Replace all pop-to-buffer calls with
10332 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 10333
5813f6ef
GM
10334 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
10335 save-excursion with save-current-buffer.
10336 Widen before searching. (Bug#5093)
10337 (diary-list-sexp-entries): Remove superfluous save-excursion.
10338
34b1d750
GM
103392009-12-02 Michael Welsh Duggan <mwd@cert.org>
10340
10341 * woman.el (woman-make-bufname): Handle man-pages with "." in the
10342 name. (Bug#5038)
10343
b2d5f31a
GM
103442009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
10345
10346 * ido.el (ido-file-internal): Handle filenames at point that do
10347 not have a directory part. (Bug#5049)
10348
c710ac3c
JB
103492009-12-02 Juanma Barranquero <lekktu@gmail.com>
10350
10351 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
10352 (mpc-songs-jump-to, mpc-resume): Doc fixes.
10353
9946be46
SM
103542009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
10355
10356 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
10357 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
10358 any more.
10359
b08016f2
SM
103602009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10361
e7440df4
SM
10362 * comint.el (comint-insert-input): Ignore clicks to the right of
10363 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
10364
3bb8691b 10365 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
10366 terminate before setting up the major mode.
10367
f3b757f5
SM
10368 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
10369 in case.
10370
a2877f1d
SM
10371 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10372 the last element.
10373
b08016f2
SM
10374 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
10375
782d6e30
GM
103762009-12-01 Glenn Morris <rgm@gnu.org>
10377
10378 * window.el (window--display-buffer-2): Fix previous changes.
10379
28f57f7e
CY
103802009-12-01 Chong Yidong <cyd@stupidchicken.com>
10381
10382 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
10383
c31a2fdc
GM
103842009-12-01 Glenn Morris <rgm@gnu.org>
10385
10386 * Makefile.in (ELCFILES): Add mpc.elc.
10387
e1ada222
SM
103882009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * mpc.el: New file.
10391
0c9ff2c5
GM
103922009-12-01 Glenn Morris <rgm@gnu.org>
10393
3689984f
GM
10394 * window.el (window-to-use): Define for compiler.
10395
3ab4308b
GM
10396 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10397 consistent with others (no final period).
10398
0c9ff2c5
GM
10399 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
10400 (rmail-mime-show): Downcase the encoding. (Bug#5070)
10401
fb0c18ff
DN
104022009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
10403
10404 Make vc-print-log buttons work.
045b9da7 10405 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 10406
2ac7e73e
JB
104072009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
10408
10409 * savehist.el (savehist-autosave-interval): Allow setting to nil
10410 through customize. (Bug#5056)
10411
5237d741
JB
104122009-11-30 Juanma Barranquero <lekktu@gmail.com>
10413
10414 Fix references to jit-lock properties.
10415 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10416 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
10417 (perl-font-lock-special-syntactic-constructs):
10418 Quote jit-lock-defer-multiline property.
10419
379241fa
DN
104202009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
10421
10422 * vc-git.el (vc-git-registered): Call vc-git-root only once.
10423
054ae856
JL
104242009-11-30 Juri Linkov <juri@jurta.org>
10425
10426 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
10427 value `buffer' of `multi-isearch-next-buffer-current-function'.
10428 Use `(current-buffer)' when `buffer' is nil.
10429 (multi-isearch-next-buffer-from-list): Don't fallback to
10430 `(current-buffer)' when `buffer' is nil. (Bug#4947)
10431
67296dda
JL
104322009-11-30 Juri Linkov <juri@jurta.org>
10433
10434 * misearch.el (multi-isearch-read-buffers): Move canonicalization
10435 of buffers with `get-buffer' to `multi-isearch-buffers'.
10436 (multi-isearch-buffers, multi-isearch-buffers-regexp):
10437 Canonicalize BUFFERS with `get-buffer'. Doc fix.
10438 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
10439 FILES with `expand-file-name' converting relative file names
10440 to absolute. Doc fix. (Bug#4727)
10441
c585bf32
JL
104422009-11-30 Juri Linkov <juri@jurta.org>
10443
10444 * misearch.el (multi-isearch-read-buffers)
10445 (multi-isearch-read-matching-buffers): New functions.
10446 (multi-isearch-buffers, multi-isearch-buffers-regexp):
10447 Use them in the `interactive' spec. Doc fix.
10448 (multi-isearch-read-files, multi-isearch-read-matching-files):
10449 New functions.
10450 (multi-isearch-files, multi-isearch-files-regexp):
10451 Use them in the `interactive' spec. Doc fix. (Bug#4725)
10452
0a745733
JL
104532009-11-30 Juri Linkov <juri@jurta.org>
10454
10455 * doc-view.el (doc-view-continuous):
10456 Rename from `doc-view-continuous-mode'.
10457 (doc-view-menu): Move "Toggle display" to the top.
10458 Add submenu "Continuous" with radio buttons "Off"/"On"
10459 and "Save as Default".
10460 (doc-view-scroll-up-or-next-page)
10461 (doc-view-scroll-down-or-previous-page)
10462 (doc-view-next-line-or-next-page)
10463 (doc-view-previous-line-or-previous-page): Rename
10464 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
10465
1f9689eb
JL
104662009-11-30 Juri Linkov <juri@jurta.org>
10467
10468 * comint.el (comint-mode-map): Rebind `M-r' from
10469 `comint-previous-matching-input' to
10470 `comint-history-isearch-backward-regexp'.
10471 Unbind `M-s' to allow global key binding `M-s'.
10472 Add menu items for `comint-history-isearch-backward' and
10473 `comint-history-isearch-backward-regexp'. (Bug#3746)
10474
2952b1ae
JL
104752009-11-30 Juri Linkov <juri@jurta.org>
10476
10477 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
10478 For def=recenter, replace `recenter' with `recenter-top-bottom'
10479 that is called with `this-command' and `last-command' let-bound
10480 to `recenter-top-bottom'. When the last `def' was not `recenter',
10481 set `recenter-last-op' to nil. (Bug#4981)
10482
7a9547ca
SM
104832009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10484
20565545
SM
10485 Minor cleanup and simplification.
10486 * filecache.el (file-cache-add-directory)
10487 (file-cache-add-directory-recursively)
10488 (file-cache-add-from-file-cache-buffer)
10489 (file-cache-delete-file-regexp, file-cache-delete-directory)
10490 (file-cache-files-matching-internal, file-cache-display): Use dolist.
10491 (file-cache-temp-minibuffer-message): Delete function.
10492 (file-cache-minibuffer-complete): Use minibuffer-message instead.
10493
7a9547ca
SM
10494 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10495 Don't signal an error when bumping into EOB in tr, s, or y.
10496
08e968f3
JL
104972009-11-29 Juri Linkov <juri@jurta.org>
10498
10499 * startup.el (fancy-about-text): Fix wording of Guided Tour.
10500 (Bug#4960)
10501
10502 * descr-text.el (describe-char-unidata-list): Use lowercase name
10503 for "Unicode name" like in other tags.
10504
f8d170a4
JL
105052009-11-29 Juri Linkov <juri@jurta.org>
10506
10507 * ediff-util.el (ediff-minibuffer-with-setup-hook):
10508 New compatibility macro.
7a9547ca 10509 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 10510
0116abbd
JL
105112009-11-29 Juri Linkov <juri@jurta.org>
10512
10513 Add defcustom to define the cycling order of `recenter-top-bottom'.
10514 (Bug#4981)
10515
10516 * window.el (recenter-last-op): Doc fix.
10517 (recenter-positions): New defcustom.
10518 (recenter-top-bottom): Rewrite to use `recenter-positions'.
10519 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10520
61eef560
MA
105212009-11-29 Michael Albinus <michael.albinus@gmx.de>
10522
10523 Improve integration of Tramp and ange-ftp in eshell.
10524
e4070cdc 10525 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
10526 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
10527 (eshell/sudo): Flatten args. Let-bind `default-directory'.
10528
10529 * eshell/esh-util.el (top): Require also Tramp when compiling.
10530 (eshell-directory-files-and-attributes): Check for FTP remote
10531 connection.
10532 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10533 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10534 (eshell-file-attributes): Handle ".". Return `entry'.
10535
10536 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10537 (ange-ftp-directory-files-and-attributes)
10538 (ange-ftp-real-directory-files-and-attributes): New defuns.
10539
10540 * net/tramp.el (tramp-maybe-open-connection): Open the remote
10541 shell with "exec" when possible. This prevents trailing prompts
10542 in `start-file-process'.
10543
f5467d3f
SM
105442009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10545
21f49db9
SM
10546 Try and remove assumptions about point-min==1.
10547 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10548 (rng-compute-mode-line-string): Show the validation percentage in
10549 terms of the narrowed text, not the widened text.
10550 (rng-do-some-validation): Don't catch internal errors when debugging.
10551 (rng-first-error): Simplify.
10552 (rng-after-change-function): Remove work around. AFAIK the bug has
10553 been fixed a while ago.
10554
26224faf
SM
10555 * image-mode.el (image-minor-mode): Exit more gracefully when the image
10556 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10557
d7117720
SM
10558 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10559
f5467d3f
SM
10560 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10561 `cd' doesn't always do it for us (bug#5067).
10562
10563 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10564 on 2009-10-25 as part of some other change (bug#5067).
10565
c5269f1c
SM
105662009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10567
62a258a7
SM
10568 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10569 `suspicious'.
10570 (byte-compile-warnings): Use byte-compile-warning-types.
10571 (byte-compile-save-excursion): Warn about use of set-buffer right
10572 after save-excursion.
10573
c5269f1c
SM
10574 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10575 the excursion as well.
10576
3ba30eb8
MA
105772009-11-27 Michael Albinus <michael.albinus@gmx.de>
10578
10579 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10580 providing a Tramp related implementation of "su" and "sudo".
10581 (eshell-unix-initialize): Add "su" and "sudo".
10582
6c6f788d
DU
105832009-11-27 Daiki Ueno <ueno@unixuser.org>
10584
10585 * net/socks.el (socks-send-command): Convert binary request to
10586 unibyte before sending. This fixes mishandling of some port
10587 numbers such as 129.
10588
10c877fe
SM
105892009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10590
6f06a171
SM
10591 * help.el (describe-bindings-internal): Remove `interactive'.
10592
10c877fe
SM
10593 * man.el (Man-completion-table): Trim a terminating "(".
10594 Remove the space between name page a section.
10595 Add the command's description on the `help-echo' property.
c5269f1c
SM
10596 Remove `process-connection-type' binding since it's unused by
10597 call-process.
10c877fe
SM
10598 Provide completion for the "<section> <name>" format as well.
10599 (Man-default-man-entry): Remove spurious var shadowing the argument.
10600
c44a4822
KR
106012009-11-26 Kevin Ryde <user42@zip.com.au>
10602
10603 * log-view.el: Add "Keywords: tools", since its other keywords
10604 aren't in finder-known-keywords, and following vc.el.
10605
9d58f081
KR
10606 * sha1.el (sha1-string-external): default-directory "/" in case
10607 otherwise non-existent. process-connection-type pipe for touch of
10608 efficiency recommended by elisp manual. (An aside in Bug#3911.)
10609
72fe6b25
SM
106102009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 Misc coding convention cleanups.
10613 * htmlfontify.el (hfy-init-kludge-hook): Rename from
10614 hfy-init-kludge-hooks.
10615 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10616 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10617 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10618 and push.
10619 (hfy-slant, hfy-weight): Use tables rather than code.
10620 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10621 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10622 (hfy-face-attr-for-class): Initialize `face-spec' directly.
10623 (hfy-face-to-css): Remove `nconc' with single arg.
10624 (hfy-p-to-face-lennart): Use `or'.
10625 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
10626 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10627 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10628 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10629 (hfy-force-fontification): Use run-hooks.
10630
85e0a536
SM
106312009-11-26 Vivek Dasmohapatra <vivek@etla.org>
10632
10633 Various minor fixes.
10634 * htmlfontify.el (hfy-default-header): Add toggle_invis since
10635 Javascript belongs in the header, not the body.
10636 (hfy-javascript): Remove.
10637 (hfy-fontify-buffer): Don't insert it any more.
10638 (hfy-face-at): Handle (face0 face1 face2) style face properties.
10639 Fix bug in invis handling when there were no invis props in a chunk.
10640
62ccc42c
SM
106412009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10644
2643c7aa
DN
106452009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
10646
10647 * finder.el (finder-mode-map): Add a menu.
10648
0e5c8aed
DN
106492009-11-26 Michael McNamara <mac@mail.brushroad.com>
10650
bf0b361c 10651 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
10652 "unsigned" structs.
10653
10654 (verilog-leap-to-head, verilog-backward-token): Handle "disable
10655 fork" statement better.
10656
106572009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
10658
bf0b361c
JB
10659 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10660 (verilog-delete-auto, verilog-delete-empty-auto-pair)
10661 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10662 Reported by Clay Douglass.
0e5c8aed
DN
10663
10664 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
10665 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10666 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
10667 Pierre-David Pfister.
10668
7629c4e7
GM
106692009-11-26 Glenn Morris <rgm@gnu.org>
10670
62ccc42c
SM
10671 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10672 the scope.
7629c4e7 10673
a5d358f8
JB
106742009-11-25 Johan Bockgård <bojohan@gnu.org>
10675
10676 * vc-annotate.el (vc-annotate-revision-previous-to-line):
10677 Really use previous revision.
10678
002cbde5
KR
106792009-11-25 Kevin Ryde <user42@zip.com.au>
10680
10681 * man.el (Man-completion-table): default-directory "/" in case
10682 doesn't otherwise exist. process-environment COLUMNS=999 so as
10683 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
10684 any chance of hitting the pseudo-tty TIOCGWINSZ.
10685 (man): completion-ignore-case t for friendliness and since man
10686 itself is case-insensitive on the command line.
10687 Further to Bug#3717.
002cbde5 10688
8cb5ffe8
KR
10689 * arc-mode.el: Add "Keywords: files", so the details in its
10690 commentary can be reached from finder-by-keyword.
34607612
KR
10691 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
10692 editing mode, but it's comms related and sgml-mode.el has "comm"
10693 on that basis too.
b8dfcf54 10694 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
10695 * international/isearch-x.el, international/ja-dic-cnv.el:
10696 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 10697 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 10698
1e2d9ba1
JL
106992009-11-25 Juri Linkov <juri@jurta.org>
10700
10701 * man.el (Man-completion-table): Modify regexp to include
10702 section names to completion strings. (Bug#3717)
10703
a601d313
JL
107042009-11-25 Juri Linkov <juri@jurta.org>
10705
10706 Search recursively in gzipped files. (Bug#4982)
10707
10708 * progmodes/grep.el (grep-highlight-matches): Add new options
10709 `always' and `auto'. Doc fix.
10710 (grep-process-setup): Check `grep-highlight-matches' for
10711 `auto-detect' to determine the need to compute grep defaults.
10712 Move Windows/DOS specific --colors settings handling
10713 to `grep-compute-defaults'. Check `grep-highlight-matches'
10714 to get the value of "--color=".
10715 (grep-compute-defaults): Compute `grep-highlight-matches' when it
10716 has the value `auto-detect'. Move Windows/DOS specific settings
10717 from `grep-process-setup'.
10718 (zrgrep): New command with alias `rzgrep'.
10719
bde04ea9
JL
107202009-11-25 Juri Linkov <juri@jurta.org>
10721
10722 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10723 to nil instead of switching off view-mode. (Bug#4896)
10724
7d6b4d3c
JL
107252009-11-25 Juri Linkov <juri@jurta.org>
10726
10727 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
10728
10729 * mwheel.el (mwheel-scroll-up-function)
10730 (mwheel-scroll-down-function): New defvars.
10731 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10732 `scroll-up', and `mwheel-scroll-down-function' instead of
10733 `scroll-down'.
10734
10735 * doc-view.el (doc-view-scroll-up-or-next-page)
10736 (doc-view-scroll-down-or-previous-page): Add optional ARG.
10737 Use this ARG in the call to image-scroll-up/image-scroll-down.
10738 Change `interactive' spec to "P". Goto next/previous page only
10739 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10740 SPC/DEL case). Doc fix.
10741 (doc-view-next-line-or-next-page)
10742 (doc-view-previous-line-or-previous-page): Rename arg to ARG
10743 for consistency.
10744 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10745 `doc-view-scroll-up-or-next-page', and buffer-local
10746 `mwheel-scroll-down-function' to
10747 `doc-view-scroll-down-or-previous-page'.
10748
e237085f
JL
107492009-11-25 Juri Linkov <juri@jurta.org>
10750
10751 Provide additional default values (directories at other Dired
10752 windows) via M-n in the minibuffer of some Dired commands.
10753
10754 * dired-aux.el (dired-diff, dired-compare-directories)
10755 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10756 `minibuffer-default' in `minibuffer-with-setup-hook'.
10757 (dired-dwim-target-directory): Find a window that displays Dired
10758 buffer instead of failing when the next window is not Dired.
10759 Use `get-window-with-predicate' to find for the next Dired window.
10760 (dired-dwim-target-defaults): New function.
10761
10762 * ediff-util.el (ediff-read-file-name):
10763 Use `dired-dwim-target-defaults' to set `minibuffer-default'
10764 in `minibuffer-with-setup-hook'.
10765
7d371eac
JL
107662009-11-25 Juri Linkov <juri@jurta.org>
10767
10768 Provide additional default values (file name at point or at the
10769 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
10770
10771 * minibuffer.el (read-file-name-defaults): New function.
10772 (read-file-name): Reset `minibuffer-default' to nil when
10773 it duplicates initial input `insdef'.
10774 Bind `minibuffer-default-add-function' to lambda that
10775 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10776 (minibuffer-insert-file-name-at-point): New command.
10777
10778 * files.el (file-name-at-point-functions): New defcustom.
10779 (find-file-default): Remove defvar.
10780 (find-file-read-args): Don't use `find-file-default'.
10781 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10782 to `read-file-name'.
10783 (find-file-literally): Use `read-file-name' with
10784 `confirm-nonexistent-file-or-buffer'.
10785
10786 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10787
10788 * dired.el (dired-read-dir-and-switches):
10789 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10790 to `read-file-name'.
10791 (dired-file-name-at-point): New function.
10792 (dired-mode): Add hook `dired-file-name-at-point' to
10793 `file-name-at-point-functions'.
10794
04ae543a
SM
107952009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 Really make the *Completions* window soft-dedicated (bug#5030).
10798 * window.el (window--display-buffer-2): Add `dedicated' argument.
10799 (display-buffer): Pass it when needed so the dedicated flag is set
10800 after calling set-window-buffer, which would otherwise reset it.
10801
eb708e66
SM
108022009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10803
d6b8d4e7
SM
10804 * progmodes/meta-mode.el (meta-complete-symbol):
10805 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
10806 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10807 Use completion-in-region.
10808
5f24557b
SM
10809 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10810 (dabbrev-completion): Use completion-in-region.
10811 (dabbrev--abbrev-at-point): Simplify regexp.
10812
fe4346f0
SM
10813 * abbrev.el (abbrev--before-point): Use word-motion functions
10814 if :regexp is not specified (bug#5031).
10815
cb190d7d
SM
10816 * subr.el (string-prefix-p): New function.
10817
e2ec6dd5
SM
10818 * man.el (Man-completion-cache): New var.
10819 (Man-completion-table): Use it.
10820
eb708e66
SM
10821 * vc.el (vc-print-log-internal): Make `limit' optional for better
10822 compatibility (e.g. with vc-annotate.el).
10823
4cf8971b
KR
108242009-11-24 Kevin Ryde <user42@zip.com.au>
10825
eb708e66 10826 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 10827 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 10828
4cf8971b
KR
10829 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10830 when .el source file not found or other error.
10831
d204c46c
SM
108322009-11-24 Markus Triska <markus.triska@gmx.at>
10833
10834 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10835
bb301b9a
SM
108362009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10837
449c27f0
SM
10838 Handle the [back] button properly (bug#4979).
10839 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10840 Use help-setup-xref, help-buffer, and with-help-window.
10841 (describe-char): Add `buffer' argument.
10842 Pass proper command to help-setup-xref. Don't meddle with
10843 help-xref-stack-item directly.
10844 (describe-text-category): Use with-help-window and help-buffer.
10845
32fe5377
SM
10846 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10847 for the displayed buffer (bug#4887).
10848
bb301b9a
SM
10849 * man.el (Man-completion-table): New function.
10850 (man): Use it.
10851
35179414
DR
108522009-11-24 David Reitter <david.reitter@gmail.com>
10853
bb301b9a 10854 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
10855 .git is) rather than the file's directory and a relative path spec
10856 to work around a bug in git.
10857
605a20a9
MA
108582009-11-24 Michael Albinus <michael.albinus@gmx.de>
10859
10860 Improve handling of processes on remote hosts.
10861
10862 * eshell/esh-util.el (eshell-path-env): New defvar.
10863 (eshell-parse-colon-path): New defun.
10864 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10865
bb301b9a
SM
10866 * eshell/esh-ext.el (eshell-search-path):
10867 Use `eshell-parse-colon-path'.
605a20a9
MA
10868 (eshell-remote-command): Remove argument HANDLER.
10869 (eshell-external-command): Check for FTP remote connection.
10870
bb301b9a
SM
10871 * eshell/esh-proc.el (eshell-gather-process-output):
10872 Use `file-truename', in order to start also symlinked files.
10873 Apply `start-file-process' instead of `start-process'.
10874 Shorten `command' to the local file name part.
605a20a9 10875
bb301b9a
SM
10876 * eshell/em-cmpl.el (eshell-complete-commands-list):
10877 Use `eshell-parse-colon-path'.
605a20a9
MA
10878
10879 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10880
10881 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10882 to `eshell-directory-change-hook'.
10883
d1d33062
TH
108842009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10885
10886 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 10887 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 10888
a34d8565 108892009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 10890
a34d8565
MK
10891 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10892 made on 2009-11-22.
d1d33062 10893
c83b8d1b
GM
108942009-11-24 Glenn Morris <rgm@gnu.org>
10895
10896 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10897 deleted variable bookmark-bmenu-bookmark-column.
10898
83505cfe
SM
108992009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10902
5241b291
CY
109032009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10904
10905 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10906 two slashes to the "file:" prefix.
10907 (browse-url-file-url): De-munge Cygwin filenames before passing
10908 them to Windows browser.
10909 (browse-url-default-windows-browser): Use call-process.
10910
aefcadb6
JL
109112009-11-23 Juri Linkov <juri@jurta.org>
10912
10913 Implement DocView Continuous mode. (Bug#4896)
10914 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
10915 (doc-view-mode-map): Bind C-n/<down> to
10916 `doc-view-next-line-or-next-page', C-p/<up> to
10917 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
10918 (doc-view-next-line-or-next-page)
10919 (doc-view-previous-line-or-previous-page): New commands.
10920
0d62bcea
JL
109212009-11-23 Juri Linkov <juri@jurta.org>
10922
10923 Implement Isearch in comint input history. (Bug#3746)
10924 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10925 `isearch-mode-hook'.
10926 (comint-history-isearch): New defcustom.
10927 (comint-history-isearch-backward)
10928 (comint-history-isearch-backward-regexp): New commands.
10929 (comint-history-isearch-message-overlay): New buffer-local variable.
10930 (comint-history-isearch-setup, comint-history-isearch-end)
10931 (comint-goto-input, comint-history-isearch-search)
10932 (comint-history-isearch-message, comint-history-isearch-wrap)
10933 (comint-history-isearch-push-state)
10934 (comint-history-isearch-pop-state): New functions.
10935
b593f105
MA
109362009-11-23 Michael Albinus <michael.albinus@gmx.de>
10937
10938 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10939 return.
10940 (tramp-handle-make-symbolic-link)
10941 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10942 Quote file names.
10943 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10944 (tramp-handle-process-file): Use it.
10945
0f202d5d
SM
109462009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * window.el (move-to-window-line-last-op): Remove.
10949 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10950
216349f8
SM
109512009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10952
0f202d5d 10953 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
10954 * window.el (move-to-window-line-last-op): New var.
10955 (move-to-window-line-top-bottom): New command.
10956 (global-map): Bind M-r move-to-window-line-top-bottom.
10957
c10e0633
GM
109582009-11-23 Sven Joachim <svenjoac@gmx.de>
10959
10960 * dired-x.el (dired-guess-shell-alist-default):
10961 Support xz format. (Bug#4953)
10962
953e0c1a
GM
109632009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10964
10965 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10966 last-command-char/last-command-event.
10967 (viper-prefix-arg-value): Do correct conversion of event-char for
10968 XEmacs.
10969
83505cfe
SM
10970 * emulation/viper-util.el, emulation/viper.el:
10971 Use viper-last-command-char instead of
10972 last-command-char/last-command-event.
953e0c1a 10973
83505cfe
SM
10974 * ediff-init.el, ediff-mult.el, ediff-util.el:
10975 Replace last-command-char and last-command-event
10976 with (ediff-last-command-char) everywhere.
953e0c1a
GM
10977
10978 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10979 created in fundamental mode.
10980
10981 * ediff.el (ediff-version): Revert the change of interactive-p to
10982 called-interactively-p.
10983
9ee12eee
TH
109842009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10985
10986 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10987 generation from word-movement command names.
10988
8b571bf3
JD
109892009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10990
10991 * cus-start.el (all): Add native condition for font-use-system-font.
10992
4121db47
AM
109932009-11-21 Nathaniel Flath <flat0103@gmail.com>
10994
83505cfe
SM
10995 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10996 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 10997
d71f5e0c
TH
109982009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10999
11000 * progmodes/subword.el: Rename from lisp/subword.el.
11001
11002 * subword.el: Rename to progmodes/subword.el.
11003
11004 * Makefile.in (ELCFILES): Adapt to subword.el move.
11005
fc9d6ad6 110062009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 11007 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
11008
11009 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
11010 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
11011 (bookmark-bmenu-show-filenames): Use push.
11012 (bookmark-bmenu-hide-filenames): Use local var instead of
11013 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
11014 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
11015 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
11016 filenames now that the bookmark names are always available.
11017
26d9285f
SM
110182009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
11021 (bookmark-search-pattern): Move and leave unbound.
11022 (bookmark-bmenu-mode-map): Change binding.
11023 (bookmark-read-search-input): Simplify.
11024 Don't use text-char-description. Don't error on non-char events.
11025 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
11026 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
11027 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
11028 Use a local var for the timer.
11029 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
11030 (i.e. bookmark-bmenu-search).
11031
d73a0317
GM
110322009-11-21 Glenn Morris <rgm@gnu.org>
11033
11034 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
11035
e572025f
CY
110362009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
11037
26d9285f
SM
11038 * net/browse-url.el (browse-url-default-windows-browser):
11039 Use cygstart for cygwin.
e572025f 11040
6aeaa3dc
KF
110412009-11-20 Karl Fogel <karl.fogel@red-bean.com>
11042
e4070cdc 11043 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
11044 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
11045 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 11046 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
11047 (bookmark-read-search-input): Adjust to fit within 80 columns.
11048
a9b76eec
TH
110492009-11-20 Tassilo Horn <tassilo@member.fsf.org>
11050
11051 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
11052 (c-backward-into-nomenclature): Adapt to subword renaming.
11053
11054 * subword.el (subword-forward, subword-backward, subword-mark)
11055 (subword-kill, subword-backward-kill, subword-transpose)
11056 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
11057 (subword-forward-internal, subword-backward-internal):
11058 Rename from forward-subword, backward-subword, mark-subword,
11059 kill-subword, backward-kill-subword, transpose-subwords,
11060 downcase-subword, upcase-subword, capitalize-subword,
11061 forward-subword-internal, backward-subword-internal.
a9b76eec 11062
1e7d4475
SM
110632009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11064
26d9285f
SM
11065 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
11066 New options.
1e7d4475
SM
11067 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
11068 New vars.
11069 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
11070 (bookmark-bmenu-filter-alist-by-regexp)
11071 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
11072 (bookmark-bmenu-search): New command.
11073 (bookmark-bmenu-mode-map): Bind it.
11074
653d1554
TH
110752009-11-20 Tassilo Horn <tassilo@member.fsf.org>
11076
ab84bfa0
TH
11077 * progmodes/cc-cmds.el: declare-functioned forward-subword and
11078 backward-subword to quit the byte-compiler.
11079
1f35fda9
TH
11080 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
11081
11082 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
11083
653d1554 11084 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
11085 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11086 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
11087
11088 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
11089 subword.el functions instead of cc-subword.el.
11090
1e7d4475
SM
11091 * progmodes/cc-subword.el: Rename to subword.el.
11092 * subword.el: Rename from progmodes/cc-subword.el.
11093 (subword-mode-map): Rename from c-subword-mode-map.
11094 (subword-mode): Rename from c-subword-mode.
653d1554 11095 (global-subword-mode): New global minor mode.
1e7d4475
SM
11096 (forward-subword): Rename from c-forward-subword.
11097 (backward-subword): Rename from c-backward-subword.
11098 (mark-subword): Rename from c-mark-subword.
11099 (kill-subword): Rename from c-kill-subword.
11100 (backward-kill-subword): Rename from c-backward-kill-subword.
11101 (transpose-subwords): Rename from c-tranpose-subword.
11102 (downcase-subword): Rename from c-downcase-subword.
11103 (capitalize-subword): Rename from c-capitalize-subword.
11104 (forward-subword-internal): Rename from c-forward-subword-internal.
11105 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 11106
9717f119
DN
111072009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11108
8de724f3
DN
11109 * vc.el (vc-deduce-fileset): Allow non-state changing operations
11110 from a dired buffer.
11111 (vc-dired-deduce-fileset): New function.
11112 (vc-root-diff, vc-print-root-log): Use it.
11113
9717f119
DN
11114 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
11115 nil LIMIT argument to vc-print-log-internal.
11116
af4999b8
GM
111172009-11-20 Glenn Morris <rgm@gnu.org>
11118
11119 * Makefile.in (ELCFILES): Regenerate.
11120
b58edcb6
JB
111212009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
11122
02e1b488
SM
11123 * calc/calc.el (calc-set-mode-line):
11124 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
11125 (math-format-number): Rename `math-format-complement-signed' to
11126 `math-format-twos-complement'.
11127
02e1b488 11128 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
11129 math-format-complement-signed.
11130 (calc-radix): Rename `calc-complement-signed-mode' to
11131 `calc-twos-complement-mode'.
02e1b488
SM
11132 (calc-octal-radix, calc-hex-radix): Add an argument for
11133 two's complement.
b58edcb6 11134
02e1b488
SM
11135 * calc/calc-embed.el (calc-embedded-mode-vars):
11136 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 11137
02e1b488
SM
11138 * calc/calc-ext.el (calc-init-extensions):
11139 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
11140 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11141
02e1b488
SM
11142 * calc/calc-units.el (math-build-units-table-buffer):
11143 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
11144
11145 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11146 entries.
11147
11148 * calc/calc-vec.el (calcFunc-vunpack):
11149 * calc/calc-aent.el (calc-do-calc-eval):
11150 * calc/calc-forms.el (math-format-date):
11151 * calc/calc-graph.el (calc-graph-plot):
11152 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
11153 * calc/calccomp.el (math-compose-expr):
11154 Let `calc-twos-complement-mode' be nil.
11155
111562009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11159 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
11160 * minibuffer.el (completion-in-region-functions): New hook.
11161 (completion-in-region): New function.
11162 * emacs-lisp/lisp.el (lisp-complete-symbol):
11163 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 11164
e3353a78
SM
111652009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11166
eff77808
SM
11167 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11168 (latex-complete-alist): New vars.
11169 (latex-string-prefix-p, latex-complete-bibtex-keys)
11170 (latex-complete-envnames, latex-complete-refkeys)
11171 (latex-complete-data): New functions.
11172 (latex-complete, latex-indent-or-complete): New commands.
11173
d2c9fc42
SM
11174 * window.el (display-buffer-mark-dedicated): New var.
11175 (display-buffer): Obey it.
11176 * minibuffer.el (minibuffer-completion-help): Use it.
11177
31a1c477
SM
11178 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
11179
bed4c972
SM
11180 * filecache.el (file-cache-add-file): Use push and cons.
11181 (file-cache-delete-file-regexp): Use push.
11182 (file-cache-complete): Use completion-in-region.
11183
8c22699f
SM
11184 * simple.el (with-wrapper-hook): Fix thinko.
11185
e3353a78
SM
11186 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
11187 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
11188 Use with-current-buffer and string-to-number.
11189 (hfy-fallback-colour-values): Use assoc-string.
11190 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
11191 (hfy-face-at): Remove unused var `found-face'.
11192 (hfy-compile-stylesheet): Remove unused var `css'.
11193 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
11194 and `orig-buffer'.
11195 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
11196 Use with-current-buffer.
11197 (hfy-text-p): Use expand-file-name and fewer setq.
11198
acca02b0
SM
111992009-11-19 Vivek Dasmohapatra <vivek@etla.org>
11200
11201 * htmlfontify.el, hfy-cmap.el: New files.
11202
042b7cc6
JL
112032009-11-19 Juri Linkov <juri@jurta.org>
11204
11205 * minibuffer.el (completions-format): New defcustom.
11206 (completion--insert-strings): Implement vertical format.
11207
11208 * simple.el (switch-to-completions): Move point to the first
11209 completion when point was at the beginning of the buffer.
11210
da205913
JL
112112009-11-19 Juri Linkov <juri@jurta.org>
11212
11213 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
11214
11215 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
11216
0b8ee421
CY
112172009-11-19 Chong Yidong <cyd@stupidchicken.com>
11218
11219 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
11220 (mail-signature): Change default to t.
11221 (mail-from-style): Deprecate `system-default' value.
11222 (mail-insert-from-field): For default value of mail-from-style,
11223 default to `angles' unless `angles' needs quoting and `parens'
11224 does not.
11225 (mail-citation-prefix-regexp): Use citation regexp from
11226 message-mode.
11227
4265deab
MA
112282009-11-19 Michael Albinus <michael.albinus@gmx.de>
11229
acca02b0
SM
11230 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11231 Set variables for computing the prompt for reading password.
4265deab 11232
27cacd2d
GM
112332009-11-19 Glenn Morris <rgm@gnu.org>
11234
470bce7d
GM
11235 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
11236
7e705a1d
GM
11237 * textmodes/flyspell.el (sgml-lexical-context): Declare.
11238
27cacd2d
GM
11239 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
11240 (newsticker-treeview-listwindow-height): Fix custom type.
11241
b2f0be0f
KH
112422009-11-19 Kenichi Handa <handa@m17n.org>
11243
11244 * descr-text.el (describe-char-padded-string): Compose with TAB
11245 only if there's a font for CH.
02e1b488 11246 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 11247
03446045 112482009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
11249
11250 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 11251 more accurate version of the regexp. (Bug#3910)
b96337b0 11252
03446045 112532009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
11254
11255 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11256
e0620570
JB
112572009-11-18 Juanma Barranquero <lekktu@gmail.com>
11258
11259 * font-setting.el (font-use-system-font): Declare for byte-compiler.
11260 (font-setting-change-default-font): Fix typo in docstring.
11261
6cc6582e
AM
112622009-11-18 Alan Mackenzie <acm@muc.de>
11263
11264 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11265
dfb3c4c6
JD
112662009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11267
02e1b488 11268 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
11269
11270 * cus-start.el (all): ... to here.
11271
e268e987
MA
112722009-11-17 Michael Albinus <michael.albinus@gmx.de>
11273
11274 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11275 Don't set `ad-return-value' if `ad-do-it' doesn't.
11276
303ffde8
MA
11277 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11278 modification time.
11279
637fa988
JD
112802009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11281
11282 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 11283 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
11284
11285 * loadup.el: If feature system-font-setting or font-render-setting is
11286 there, load font-setting.
11287
02e1b488 11288 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
11289 * font-setting.el: New file.
11290
1d16a255
GM
112912009-11-17 Glenn Morris <rgm@gnu.org>
11292
11293 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
11294
2d84f804
GM
11295 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
11296 Preserve point in the list buffer. (Bug#4939)
11297 Use point-at-eol.
11298 (newsticker--treeview-list-update-highlight)
11299 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
11300
14467b99
JB
113012009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11302
11303 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
11304 Remove.
11305
11306 * calc/calc-ext.el (calc-init-extensions): Remove references to
11307 symclip.
11308
11309 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
11310
11311 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 11312 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
11313 `calc-symclip'.
11314
e3c39c01
KR
113152009-11-16 Kevin Ryde <user42@zip.com.au>
11316
02e1b488 11317 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 11318 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 11319
497de631
KR
11320 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
11321 (lm-keywords-list): Allow comma-only separator like "foo,bar".
11322 Ignore trailing spaces by omit-nulls to split-string (fixing
11323 regression from Emacs 21 due to the incompatible split-string
14467b99 11324 change). (Bug #4928.)
497de631 11325
48b27575
DN
113262009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
11327
5237d741 11328 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
11329 (vc-print-log-internal): Insert buttons to request more entries
11330 when limiting the output.
11331
11332 * vc-sccs.el (vc-sccs-print-log):
11333 * vc-rcs.el (vc-rcs-print-log):
11334 * vc-cvs.el (vc-cvs-print-log):
11335 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11336 LIMIT is non-nil.
11337
d3e97185
MA
113382009-11-16 Michael Albinus <michael.albinus@gmx.de>
11339
11340 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
11341 error when `tramp-gvfs-dbus-event-vector' is set.
11342 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
11343
68d87786
SM
113442009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
11347
c0a39702
MA
113482009-11-16 Michael Albinus <michael.albinus@gmx.de>
11349
11350 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 11351 (dbus-register-property): Register the handlers of
c0a39702
MA
11352 "org.freedesktop.DBus.Properties" for SERVICE.
11353 (dbus-property-handler): Fix docstring.
11354
1e857121
YM
113552009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11356
11357 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
11358 Quote doc string reference in defvaralias as it is not in special form.
11359 (byte-compile-output-docform): Doc fix.
11360
887484c1
JB
113612009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11362
11363 * calc/calc.el (math-2-word-size, math-half-2-word-size)
11364 (calc-complement-signed-mode): New variables.
11365 (calc-set-mode-line): Add indicator for twos-complements.
11366 (math-format-number): Format twos-complement notation.
11367
11368 * calc/calc-bin.el (calc-word-size): Reset the variables
11369 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
11370 (math-format-complement-signed, math-symclip, calcFunc-symclip)
11371 (calc-symclip): New functions.
887484c1
JB
11372
11373 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
11374
68d87786
SM
11375 * calc/calc-embed.el (calc-embedded-mode-vars):
11376 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
11377
11378 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 11379 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
11380
11381 * calc/calc-ext.el (math-read-number-fancy): Read complement
11382 signed numbers.
68d87786
SM
11383 (calc-init-extensions): Add binding for `calc-symclip'.
11384 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
11385
11386 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
11387 `calc-symclip'.
68d87786 11388 (calc-modes-menu): Add item for twos complement mode.
887484c1 11389
5237d741 11390 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 11391
4cf1d7e3
CY
113922009-11-15 Chong Yidong <cyd@stupidchicken.com>
11393
11394 * register.el (jump-to-register, insert-register): Handle Semantic
11395 tags. From commented-out advice in semantic/senator.el.
11396
f8e65267
DN
113972009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11398
6616006b
DN
11399 * vc.el (vc-log-show-limit): New variable.
11400 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
11401 when using a prefix argument.
11402 (vc-print-log-internal): Add new argument LIMIT.
11403
11404 * vc-svn.el (vc-svn-print-log):
11405 * vc-mtn.el (vc-mtn-print-log):
11406 * vc-hg.el (vc-hg-print-log):
11407 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 11408 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
11409 non-optional.
11410
11411 * vc-sccs.el (vc-sccs-print-log):
11412 * vc-rcs.el (vc-rcs-print-log):
11413 * vc-git.el (vc-git-print-log):
11414 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
11415 ignore it. Make the BUFFER argument non-optional
11416
f8e65267
DN
11417 * bindings.el (mode-line-buffer-identification): Do not purecopy.
11418
0566c4bc
CY
114192009-11-15 Chong Yidong <cyd@stupidchicken.com>
11420
7cce3c91
CY
11421 * dired.el (dired-mode-map): Move encryption items to "Operate"
11422 menu (Bug#4703).
11423
d7063de9
CY
11424 * strokes.el (strokes-update-window-configuration): Make strokes
11425 buffer current before erasing (Bug#4906).
11426
0fc10137
JL
114272009-11-15 Juri Linkov <juri@jurta.org>
11428
11429 * simple.el (set-mark-default-inactive): Add :type, :group
11430 and :version. (Bug#4876)
11431
f5fce4ec
MA
114322009-11-15 Michael Albinus <michael.albinus@gmx.de>
11433
11434 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
11435 (archive-unique-fname): ... here. (Bug#4929)
11436
8d720a00
SM
114372009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11438
589888fe
SM
11439 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
11440 with a real fix.
11441
8d720a00
SM
11442 * novice.el (disabled-command-function): Add useful args.
11443 Setup the help buffer so that [back] works.
11444 Remove redundant call to help-mode.
11445 (disabled-command-function): Use `case'.
11446 (en/disable-command): New function extracted from enable-command.
11447 (enable-command, disable-command): Use it.
11448
a61344d6
GM
114492009-11-14 Glenn Morris <rgm@gnu.org>
11450
497f0cdd
GM
11451 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
11452 constants. (Bug#4913)
11453
a61344d6
GM
11454 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
11455
d501801e
GM
114562009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
11457
11458 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
11459 defined in C that have no doc-strings. (Bug#1063)
11460
5af27ac2
GM
114612009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
11462
11463 * cus-edit.el (data, files):
11464 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
11465
aec5395b
CY
114662009-11-14 Chong Yidong <cyd@stupidchicken.com>
11467
e7791447
CY
11468 * simple.el (shell-command): Doc fix (Bug#4891).
11469
aec5395b
CY
11470 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
11471
7a41cd7f
GM
114722009-11-14 Glenn Morris <rgm@gnu.org>
11473
c3583c94
GM
11474 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
11475 statements for vc-diff, emerge-quit, and rmail-cease-edit.
11476 If they are already loaded, eval-after-load will do the right thing.
11477
73900d1f
GM
11478 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
11479 compiling.
11480
0028351d
GM
11481 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
11482
f6714ede
GM
11483 * simple.el (x-selection-owner-p): Declare.
11484 (read-mail-command): Use custom radio type rather than choice.
11485 (completion-no-auto-exit): Doc fix.
11486
7a41cd7f 11487 * custom.el (defgroup):
5af27ac2 11488 * epg-config.el (epg): Doc fixes.
7a41cd7f 11489
2d0659ec
DN
114902009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11491
11492 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
11493 * international/ccl.el (define-ccl-program): Do not purecopy the
11494 docstring, defconst does it anyway.
11495
7fdbcd83
SM
114962009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11497
d499c5b9
SM
11498 * add-log.el (add-change-log-entry): Avoid displaying the changelog
11499 a second time.
11500
7fdbcd83
SM
11501 * x-dnd.el (x-dnd-maybe-call-test-function):
11502 * window.el (split-window-vertically):
11503 * whitespace.el (whitespace-help-on):
11504 * vc-rcs.el (vc-rcs-consult-headers):
11505 * userlock.el (ask-user-about-lock-help)
11506 (ask-user-about-supersession-help):
11507 * type-break.el (type-break-force-mode-line-update):
11508 * time-stamp.el (time-stamp-conv-warn):
11509 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 11510 (te-sentinel, terminal-emulator):
7fdbcd83
SM
11511 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
11512 (term-write-input-ring, term-check-source, term-start-output-log):
11513 (term-display-buffer-line, term-dynamic-list-completions):
11514 (term-ansi-make-term, serial-term):
11515 * subr.el (selective-display):
11516 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11517 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11518 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11519 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11520 (speedbar-remove-localized-speedbar-support)
11521 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11522 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11523 (speedbar-buffers-line-directory):
11524 * simple.el (shell-command-on-region, append-to-buffer)
11525 (prepend-to-buffer):
11526 * shadowfile.el (shadow-save-todo-file):
11527 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11528 (scroll-bar-maybe-set-window-start):
11529 * sb-image.el (speedbar-image-dump):
11530 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11531 (load-save-place-alist-from-file):
11532 * ps-samp.el (ps-print-message-from-summary):
11533 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11534 (ps-background-image, ps-begin-job, ps-do-despool):
11535 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11536 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11537 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11538 (pr-call-process, pr-file-list, pr-interface-save):
11539 * novice.el (disabled-command-function)
11540 (enable-command, disable-command):
11541 * mouse.el (mouse-buffer-menu-alist):
11542 * mouse-copy.el (mouse-kill-preserving-secondary):
11543 * macros.el (kbd-macro-query):
11544 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11545 * informat.el (batch-info-validate):
11546 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11547 * hippie-exp.el (try-expand-dabbrev-visible):
11548 * help-mode.el (help-make-xrefs):
11549 * help-fns.el (describe-variable):
11550 * generic-x.el (bat-generic-mode-run-as-comint):
11551 * finder.el (finder-mouse-select):
11552 * find-dired.el (find-dired-sentinel):
11553 * filesets.el (filesets-file-close):
11554 * files.el (list-directory):
11555 * faces.el (list-faces-display, describe-face):
11556 * facemenu.el (list-colors-display):
11557 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11558 * epg.el (epg--process-filter, epg-cancel):
11559 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11560 (epa--read-signature-type):
11561 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11562 (emerge-file-names):
11563 * ehelp.el (electric-helpify):
11564 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11565 * ediff-vers.el (rcs-ediff-view-revision):
11566 * ediff-util.el (ediff-setup):
11567 * ediff-mult.el (ediff-append-custom-diff):
11568 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11569 (ediff-wordify):
11570 * echistory.el (Electric-command-history-redo-expression):
11571 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11572 * disp-table.el (describe-display-table):
11573 * dired.el (dired-find-buffer-nocreate):
11574 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11575 * dabbrev.el (dabbrev--same-major-mode-p):
11576 * chistory.el (list-command-history):
11577 * apropos.el (apropos-documentation):
11578 * allout.el (allout-obtain-passphrase):
11579 (allout-copy-exposed-to-buffer):
11580 (allout-verify-passphrase): Use with-current-buffer.
11581
2ccbc060
GM
115822009-11-13 Glenn Morris <rgm@gnu.org>
11583
11584 * Makefile.in (ELCFILES): Regenerate.
11585
b172ed20
MA
115862009-11-13 Michael Albinus <michael.albinus@gmx.de>
11587
7fdbcd83
SM
11588 * net/dbus.el (dbus-registered-objects-table): Rename from
11589 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
11590 (dbus-unregister-object): Unregister also properties.
11591 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11592 Use a timeout of 500 msec, in order to not block.
11593 (dbus-register-property, dbus-property-handler): New defuns.
11594
e96d62cd
SM
115952009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * simple.el (minibuffer-default-add-completions): Drop deprecated
11598 4th arg.
11599
14bd267d
EZ
116002009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
11601
e96d62cd
SM
11602 * textmodes/artist.el (artist-mouse-choose-operation):
11603 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 11604 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
11605 (artist-compute-up-event-key): New function.
11606 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11607
bf89fd7b
KH
116082009-11-13 Kenichi Handa <handa@m17n.org>
11609
11610 * language/japan-util.el: Make sure that the value of jisx0208
11611 property is jisx0208 character.
11612
f70b8925
DN
116132009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
11614
11615 * international/mule.el (auto-coding-regexp-alist): Only purecopy
11616 car or each item, not the whole list.
11617
4d93a9e0
SM
116182009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * minibuffer.el (minibuffer-completion-help):
11621 Use minibuffer-hide-completions.
11622
05404988
SM
116232009-11-12 Per Starbäck <per@starback.se> (tiny change)
11624
11625 * dired.el (dired-save-positions, dired-restore-positions): New funs.
11626 (dired-revert): Use them (bug#4880).
11627
5297bc10
DN
116282009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11629
11630 * tooltip.el (tooltip-frame-parameters): Undo previous change.
11631
e2685eb7
JL
116322009-11-12 Juri Linkov <juri@jurta.org>
11633
11634 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11635 New functions.
11636 (find-file-literally-at-point): Alias of `ffap-literally'.
11637
76410c3e
DN
116382009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11639
6d341a2a
DN
11640 * textmodes/ispell.el (ispell-skip-region-alist):
11641 * textmodes/css-mode.el (auto-mode-alist):
11642 * progmodes/compile.el (auto-mode-alist):
11643 * international/mule.el (ctext-non-standard-encodings-alist)
11644 (ctext-non-standard-encodings-regexp):
11645 * simple.el (shell-command-switch, text-read-only):
11646 * replace.el (occur-mode-map):
11647 * paths.el (rmail-file-name):
11648 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11649 * find-file.el (ff-special-constructs):
11650 * files.el (file-name-handler-alist):
11651 * composite.el: Purecopy strings.
11652
76410c3e
DN
11653 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11654
aaa448c9
DN
116552009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11656
11657 * widget.el (define-widget): Purecopy the docstring.
11658 * international/mule-cmds.el (charset): Do not purecopy the
11659 docstring here, define-widget does it.
11660
11661 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11662 * textmodes/bibtex-style.el (auto-mode-alist):
11663 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11664 * progmodes/compile.el (compile-command):
11665 * language/korea-util.el (default-korean-keyboard):
11666 * international/mule-conf.el (file-coding-system-alist):
11667 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11668 * tooltip.el (tooltip-frame-parameters):
11669 * newcomment.el (comment-end, comment-padding):
11670 * dired.el (dired-trivial-filenames):
11671 * comint.el (comint-file-name-prefix): Purecopy initial values.
11672
bbe650fd
MA
116732009-11-11 Michael Albinus <michael.albinus@gmx.de>
11674
11675 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11676 (tramp-advice-minibuffer-electric-tilde): Unload advices via
11677 `tramp-unload'.
11678 (tramp-advice-make-auto-save-file-name)
11679 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11680 after removing the advice.
11681
6bdad9ae
DN
116822009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11683
2f7f4bee
DN
11684 * progmodes/grep.el (grep-regexp-alist):
11685 * international/mule-cmds.el (iso-2022-control-alist):
11686 * emacs-lisp/timer.el (timer-duration-words):
11687 * subr.el (version-separator, version-regexp-alist):
11688 * minibuffer.el (completion-styles-alist):
11689 * faces.el (face-attribute-name-alist, list-faces-sample-text):
11690 Change defvars to defconsts.
11691
a042de45
DN
11692 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11693 * loadup.el ("international/mule-conf"): Load the byte compiled version.
11694 * international/mule-conf.el: Allow to be byte compiled.
11695
3b6acc72
DN
11696 * international/mule.el (define-charset): Purecopy props.
11697 (load-with-code-conversion): Purecopy doc string and file name.
11698 (put-charset-property): Purecopy strings.
11699 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11700
1c2efdfb 11701 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
11702 (define-char-code-property): Correctly purecopy the table.
11703
62591911
DN
11704 * international/ccl.el (define-ccl-program): Purecopy the docstring.
11705
8b908da6
DN
11706 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11707
ff917d63
DN
11708 * subr.el (add-hook): Purecopy strings.
11709 (eval-after-load): Purecopy load-history-regexp and the form.
11710
af89cf77
DN
11711 * custom.el (custom-declare-group): Purecopy load-file-name.
11712
a3c20c83 11713 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
11714 * net/eudc.el (eudc-tools-menu):
11715 * international/mule-cmds.el (set-coding-system-map)
11716 (mule-menu-keymap):
11717 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11718 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
11719 * replace.el (occur-mode-map):
11720 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 11721 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
11722 (menu-bar-custom-menu, menu-bar-showhide-menu)
11723 (menu-bar-options-menu, menu-bar-tools-menu)
11724 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11725 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11726 (menu-bar-help-menu):
11727 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11728 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11729
6bdad9ae
DN
11730 * term/x-win.el (x-gtk-stock-map):
11731 * progmodes/vera-mode.el (auto-mode-alist):
11732 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11733 (inferior-lisp-program, inferior-lisp-load-command):
11734 * progmodes/hideshow.el (hs-special-modes-alist):
11735 * progmodes/gud.el (same-window-regexps):
11736 * progmodes/grep.el (grep-program, find-program, xargs-program):
11737 * net/telnet.el (same-window-regexps):
11738 * net/rlogin.el (same-window-regexps):
11739 * language/ethiopic.el (font-ccl-encoder-alist):
11740 * vc-sccs.el (vc-sccs-master-templates):
11741 * vc-rcs.el (vc-rcs-master-templates):
11742 * subr.el (cl-assertion-failed):
11743 * simple.el (next-error-overlay-arrow-position):
11744 * lpr.el (lpr-command):
11745 * locate.el (locate-ls-subdir-switches):
11746 * info.el (same-window-regexps, info)
11747 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11748 * image-mode.el (image-mode, auto-mode-alist):
11749 * hippie-exp.el (hippie-expand-ignore-buffers):
11750 * format.el (format-alist):
11751 * find-dired.el (find-ls-subdir-switches, find-grep-options)
11752 (find-name-arg):
11753 * facemenu.el (facemenu-keybindings):
11754 * dired.el (dired-listing-switches, dired-chown-program):
11755 * diff.el (diff-switches, diff-command):
11756 * cus-edit.el (same-window-regexps):
11757 * bindings.el (mode-line-mule-info)
11758 (mode-line-buffer-identification): Purecopy strings.
11759
e0987650
JL
117602009-11-11 Juri Linkov <juri@jurta.org>
11761
3570691b 11762 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
11763 Tell the byte-compiler about dired-get-filename.
11764 (shell-command): In Dired mode, get filename from the current line
11765 as the default value.
11766
b16ff465
GM
117672009-11-10 Glenn Morris <rgm@gnu.org>
11768
e8a11b22
GM
11769 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11770 * calendar/holidays.el, progmodes/cperl-mode.el:
11771 Update x-popup-menu declarations.
11772
b16ff465
GM
11773 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11774 (list-load-path-shadows): Use dolist.
11775 (list-load-path-shadows): Use with-current-buffer.
11776
032c3399
JL
117772009-11-10 Juri Linkov <juri@jurta.org>
11778
11779 * minibuffer.el (read-file-name): Support a list of default values
11780 in `default-filename'. Use the first file name where only one
11781 element is required. Doc fix.
11782
8fb1629f
MA
117832009-11-09 Michael Albinus <michael.albinus@gmx.de>
11784
11785 * net/dbus.el (dbus-unregister-object): Release service, if no
11786 other method is registered for it.
11787
a51203ee 117882009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
11789
11790 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11791 bookmark-sort-flag is non-nil (Bug#4653).
11792
9bf7dc8a
CY
117932009-11-08 Chong Yidong <cyd@stupidchicken.com>
11794
15207e74
CY
11795 * emulation/cua-base.el: Add CUA property to some CC mode commands
11796 (Bug#4100).
11797
8bf7ed70
KR
117982009-11-08 Kevin Ryde <user42@zip.com.au>
11799
11800 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 11801 at end of sentence (Bug#4818).
8bf7ed70 11802
951802d0
CY
118032009-11-08 Jared Finder <jfinder@crypticstudios.com>
11804
11805 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11806 Handle "see declaration of" MSFT statements (Bug#4100).
11807
e8244310
MA
118082009-11-08 Michael Albinus <michael.albinus@gmx.de>
11809
11810 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11811 (tramp-advice-file-expand-wildcards): Unload via
11812 `ad-remove-advice'.
11813
11814 * net/trampver.el: Update release number.
11815
a51203ee 118162009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
11817
11818 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11819 `ad-do-it'.
11820
a51203ee 118212009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
11822
11823 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11824 in order to keep context in SELinux.
11825
bedd8a58
CY
118262009-11-08 Chong Yidong <cyd@stupidchicken.com>
11827
11828 * dired-aux.el (dired-query): Place cursor in echo area and allow
11829 C-g.
11830
11831 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11832 menu item if not on a directory (Bug#4701).
11833
0484d600
MA
118342009-11-07 Michael Albinus <michael.albinus@gmx.de>
11835
11836 Sync with Tramp 2.1.17.
11837
11838 * net/tramp.el (tramp-handle-copy-directory): Don't use
11839 `file-remote-p' (due to compatibility).
11840
11841 * net/tramp-compat.el (tramp-compat-copy-directory)
11842 (tramp-compat-delete-directory): New defuns.
11843
11844 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11845 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11846 `tramp-compat-delete-directory'.
11847
11848 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 11849 (tramp-smb-handle-delete-directory): Use
0484d600
MA
11850 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11851
11852 * net/trampver.el: Update release number.
11853
b42b2189
CY
118542009-11-07 Chong Yidong <cyd@stupidchicken.com>
11855
6960d7b9
CY
11856 * tar-mode.el (tar-copy): Call write-region on the right buffer
11857 (Bug#4857).
11858
b42b2189
CY
11859 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11860 by hand, if necessary (Bug#4878).
11861
0ad57dfd
CY
118622009-11-06 Chong Yidong <cyd@stupidchicken.com>
11863
d19e23ae
CY
11864 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11865 align size column (Bug#4839).
11866
0ad57dfd
CY
11867 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11868 statement.
11869
0b7f397c
DN
118702009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11871
11872 * progmodes/ld-script.el (auto-mode-alist):
11873 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11874
11875 * cus-face.el (custom-declare-face): Purecopy face spec.
11876
495bd5ca
KH
118772009-11-06 Kenichi Handa <handa@m17n.org>
11878
11879 * international/uni-bidi.el: Re-generated.
11880 * international/uni-category.el: Re-generated.
11881 * international/uni-combining.el: Re-generated.
11882 * international/uni-mirrored.el: Re-generated.
11883
1e8780b1
DN
118842009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11885
11886 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11887 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11888 (tex-start-options, slitex-run-command, latex-run-command)
11889 (tex-run-command, tex-directory):
11890 * textmodes/ispell.el (ispell-html-skip-alists)
11891 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11892 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11893 (adaptive-fill-regexp):
11894 * textmodes/dns-mode.el (auto-mode-alist):
11895 * progmodes/python.el (interpreter-mode-alist):
11896 * progmodes/etags.el (tags-compression-info-list):
11897 * progmodes/etags.el (tags-file-name):
11898 * net/browse-url.el (browse-url-galeon-program)
11899 (browse-url-firefox-program):
11900 * mail/sendmail.el (mail-signature-file)
11901 (mail-citation-prefix-regexp):
11902 * international/mule-conf.el (eight-bit):
11903 * international/latexenc.el (latex-inputenc-coding-alist):
11904 * international/fontset.el (x-pixel-size-width-font-regexp):
11905 * emacs-lisp/warnings.el (warning-type-format):
11906 * emacs-lisp/trace.el (trace-buffer):
11907 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11908 (emacs-lisp-mode-map):
11909 * calendar/holidays.el (holiday-solar-holidays)
11910 (holiday-bahai-holidays, holiday-islamic-holidays)
11911 (holiday-christian-holidays, holiday-hebrew-holidays)
11912 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11913 (hebrew-holidays-1, holiday-oriental-holidays)
11914 (holiday-general-holidays):
11915 * x-dnd.el (x-dnd-known-types):
11916 * tool-bar.el (tool-bar):
11917 * startup.el (site-run-file):
11918 * shell.el (shell-dumb-shell-regexp):
11919 * rfn-eshadow.el (file-name-shadow-tty-properties)
11920 (file-name-shadow-properties):
11921 * paths.el (remote-shell-program, news-directory):
11922 * mouse.el ([C-down-mouse-3]):
11923 * menu-bar.el (menu-bar-tools-menu):
11924 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11925 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11926 (jka-compr-compression-info-list):
11927 * isearch.el (search-whitespace-regexp):
11928 * image-file.el (image-file-name-extensions):
11929 * find-dired.el (find-ls-option):
11930 * files.el (directory-listing-before-filename-regexp)
11931 (directory-free-space-args, insert-directory-program)
11932 (list-directory-brief-switches, magic-fallback-mode-alist)
11933 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11934 (automount-dir-prefix):
11935 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11936 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11937 (face-font-registry-alternatives, face-font-registry-alternatives)
11938 (face-font-family-alternatives):
11939 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11940 (facemenu-foreground-menu, facemenu-face-menu):
11941 * epa-hook.el (epa-file-name-regexp):
11942 * dnd.el (dnd-protocol-alist):
11943 * textmodes/rst.el (auto-mode-alist):
a51203ee 11944 * button.el (default-button): Purecopy strings.
1e8780b1 11945
0adae11f
GM
119462009-11-06 Glenn Morris <rgm@gnu.org>
11947
11948 * Makefile.in (ELCFILES): Update.
11949
2adaf057
SM
119502009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11951
8f72f03c
SM
11952 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11953 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11954
2adaf057
SM
11955 * nxml/xsd-regexp.el (xsdre-gen-categories):
11956 * nxml/xmltok.el (xmltok-parse-entity):
11957 * nxml/rng-parse.el (rng-parse-validate-file):
11958 * nxml/rng-maint.el (rng-format-manual)
11959 (rng-manual-output-force-new-line):
11960 * nxml/rng-loc.el (rng-save-schema-location-1):
11961 * nxml/rng-cmpct.el (rng-c-parse-file):
11962 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11963 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11964
14862301
SM
119652009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11966
bf0b361c 11967 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
11968 Remove extra save-excursions and make-variable-buffer-local's.
11969 Suggested by Stefan Monnier.
11970
11971 (verilog-getopt-file, verilog-module-inside-filename-p)
11972 (verilog-set-define): Merge GNU 1.35 and repair changes from
11973 switching to using with-current-buffer.
11974
11975 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11976 being treated as a number and confusing AUTORESET.
11977 Reported by Dan Dever.
11978
11979 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11980 Add verilog-auto-ignore-concat to fix backward compatibility with
11981 older verilog-modes. Reported by Dan Katz.
11982
11983 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11984 containing closing anchors "...$".
11985
11986 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11987 Reported by Wade Smith.
11988
48c2d18a 11989 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
11990
119912009-11-05 Michael McNamara <mac@mail.brushroad.com>
11992
bf0b361c
JB
11993 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11994 for labels.
14862301
SM
11995
11996 (verilog-label-re, verilog-calc-1): Support proper indent of named
11997 asserts.
11998
11999 (verilog-backward-token, verilog-basic-complete-re)
12000 (verilog-beg-of-statement, verilog-indent-re): Support proper
12001 indent of the assert statement at the beginning of a block of text.
12002
12003 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
12004 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
12005 tokens as begins.
12006
4f8f657f
GM
120072009-11-05 Glenn Morris <rgm@gnu.org>
12008
775adc51
GM
12009 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
12010 Emacs 19. (Bug#1531)
12011 (byte-compile-fix-header): Update for the above change.
12012 Drop test for epoch::version.
12013
4ad6a5e7 12014 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
12015 * cus-dep.el (custom-make-dependencies):
12016 * finder.el (finder-compile-keywords):
12017 Use autoload-rubric's feature argument.
4ad6a5e7 12018
4f8f657f
GM
12019 * calendar/diary-lib.el (top-level): Make load behave more like require.
12020
881e4184
GM
12021 * vc-git.el (vc-git-stash-map): Move definition before use.
12022
ba214964 120232009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 12024
b6f8ba09
DN
12025 * custom.el (custom-declare-group): Purecopy standard-value.
12026 (custom-declare-group): Purecopy custom-prefix.
12027
7fdbcd83
SM
12028 * international/mule.el (load-with-code-conversion):
12029 Call do-after-load-evaluation unconditionally.
eb6f577b 12030
f6195dfb
DN
12031 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
12032
56f14120
SM
120332009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12034
12035 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
12036
e5c89ce9
GM
120372009-11-04 Glenn Morris <rgm@gnu.org>
12038
12039 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
12040 (byte-compile-compatibility): Remove option.
12041 (byte-compile-close-variables, byte-compile-fix-header)
12042 (byte-compile-insert-header, byte-compile-output-docform)
12043 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
12044 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
12045 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
12046 (byte-compile-insert, byte-compile-defun):
12047 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
12048 (byte-defop-compiler19): Remove.
12049 Without byte-compile-compatibility, the 'emacs19-opcode property is not
12050 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 12051
e24f42ab
JL
120522009-11-04 Juri Linkov <juri@jurta.org>
12053
12054 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
12055 (menu-bar-options-menu): Don't quote the `prop' arg of
12056 `menu-bar-make-mm-toggle'.
12057
d3d5f4f5
JB
120582009-11-04 Juanma Barranquero <lekktu@gmail.com>
12059
12060 * calendar/calendar.el (cal-loaddefs):
12061 * calendar/diary-lib.el (diary-loaddefs):
12062 * calendar/holidays.el (hol-loaddefs):
12063 * eshell/esh-module.el (esh-groups): Load rather than require.
12064
6e39d3b2
SM
120652009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12066
e96d62cd
SM
12067 * calendar/todo-mode.el (todo-add-category): Don't hardcode
12068 point-min==1.
7e83e8b4
SM
12069 (todo-top-priorities): Only display-buffer when called interactively.
12070 (todo-item-start): Don't save excursion point.
12071 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
12072 (todo-insert-item-here, todo-file-item, todo-remove-item):
12073 Adjust uses of todo-item-start and todo-item-end.
12074
fae4e5b9
SM
12075 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
12076 (autoload-rubric): Don't use any more.
fae4e5b9 12077
6e39d3b2
SM
12078 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
12079 and only put a prop if it is non-nil.
12080
c9753fb4
JL
120812009-11-03 Juri Linkov <juri@jurta.org>
12082
12083 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
12084 (menu-bar-options-menu): Fix list quoting (Bug#4429).
12085
12086 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
12087 and "Menu" to make top-level menu item visually one unit (like
12088 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
12089 multi-word menu items). Fix :help string for quit-window.
12090
db04f33f
GM
120912009-11-03 Glenn Morris <rgm@gnu.org>
12092
2aea6521
GM
12093 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
12094 (byte-compile-file-form-define-abbrev-table)
12095 (byte-compile-file-form-custom-declare-variable)
12096 (byte-compile-variable-ref, byte-compile-defvar):
12097 Whether or not a warning is enabled should only affect whether we issue
12098 the warning, not whether or not we collect the relevant data.
12099 Eg warnings can be turned on and off throughout the course of a file.
12100
db04f33f
GM
12101 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
12102 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
12103
937e6a56
SM
121042009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12105
12106 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
12107 * play/mpuz.el (mpuz-create-buffer):
12108 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
12109 (lm-print-y,s,noise, lm-print-w0, lm-init):
12110 * play/gomoku.el (gomoku-prompt-for-move):
12111 * play/fortune.el (fortune-in-buffer):
12112 * play/dissociate.el (dissociated-press):
12113 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 12114 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
12115 * mail/supercite.el (sc-eref-show):
12116 * mail/smtpmail.el (smtpmail-send-it):
12117 * mail/rmailsum.el (rmail-summary-next-labeled-message)
12118 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
12119 (rmail-summary-undelete-many, rmail-summary-rmail-update)
12120 (rmail-summary-goto-msg, rmail-summary-expunge)
12121 (rmail-summary-get-new-mail, rmail-summary-search-backward)
12122 (rmail-summary-add-label, rmail-summary-output-menu)
12123 (rmail-summary-output-body):
12124 * mail/rfc822.el (rfc822-addresses):
12125 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
12126 * mail/mailpost.el (post-mail-send-it):
12127 * mail/hashcash.el (hashcash-generate-payment):
12128 * mail/feedmail.el (feedmail-run-the-queue)
12129 (feedmail-queue-send-edit-prompt-help-first)
12130 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
12131 (feedmail-deduce-address-list):
12132 * eshell/esh-ext.el (eshell-remote-command):
12133 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
12134 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
12135 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
12136 (viper-save-string-in-file, viper-valid-marker):
12137 * emulation/viper-keym.el (viper-toggle-key):
12138 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12139 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12140 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12141 * emulation/viper-cmd.el (viper-exec-form-in-vi)
12142 (viper-exec-form-in-emacs, viper-brac-function):
12143 * emulation/viper.el (viper-delocalize-var):
12144 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12145 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12146 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12147 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12148 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12149 * emulation/edt.el (edt-electric-helpify):
12150 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12151 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12152 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12153 (cua-indent-to-global-mark-column):
12154 * calendar/diary-lib.el (calendar-mark-1):
12155 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12156 Use with-current-buffer.
12157 * emulation/viper.el (viper-delocalize-var): Use dolist.
12158
5b955562
CY
121592009-11-03 Chong Yidong <cyd@stupidchicken.com>
12160
12161 * comint.el (comint-replace-by-expanded-history-before-point):
12162 Replace !! with the previous input string literally (Bug#1795).
12163
6292c599
JB
121642009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
12165
12166 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12167 to be made up of whitespace.
12168
8368c14e
CY
121692009-11-02 Chong Yidong <cyd@stupidchicken.com>
12170
12171 * minibuffer.el (read-file-name): Don't use file dialogs for
12172 remote directories (Bug#99).
12173
6f750f0d
CY
121742009-11-01 Chong Yidong <cyd@stupidchicken.com>
12175
12176 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
12177
97ab3f47
AS
121782009-11-01 Andreas Schwab <schwab@linux-m68k.org>
12179
12180 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
12181 instead of deleting the window or frame.
12182
673c1168
CY
121832009-10-31 Chong Yidong <cyd@stupidchicken.com>
12184
12185 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12186 Support face colors.
12187
937e6a56
SM
12188 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
12189 New function. Support face colors (Bug#1168).
673c1168
CY
12190 (tex-common-initialization): Use it.
12191
12192 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
12193 mode allows it (Bug#1168).
12194
c9349f0a
CY
121952009-10-31 Juri Linkov <juri@jurta.org>
12196
12197 * facemenu.el (list-colors-display): Don't mark buffer as
12198 modified (Bug#3948).
12199
ebf5c4f5
CY
122002009-10-31 Chong Yidong <cyd@stupidchicken.com>
12201
5c2dce75
CY
12202 * international/mule-diag.el (list-character-sets-1): Minor
12203 message fix (Bug#3526).
12204
26581f0e
CY
12205 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
12206 face property (Bug#4834).
12207 (etags-list-tags, etags-tags-apropos-additional)
12208 (etags-tags-apropos, tags-select-tags-table): Add follow-link
12209 property.
12210
ebf5c4f5
CY
12211 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
12212 items.
12213
9a529312
SM
122142009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * textmodes/two-column.el (2C-split):
12217 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
12218 * textmodes/tex-mode.el (tex-set-buffer-directory):
12219 * textmodes/spell.el (spell-region, spell-string):
12220 * textmodes/reftex.el (reftex-erase-buffer):
12221 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
12222 * textmodes/reftex-toc.el (reftex-toc-promote-action):
12223 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
12224 (reftex-select-item):
12225 * textmodes/reftex-ref.el (reftex-label-info-update)
12226 (reftex-offer-label-menu):
12227 * textmodes/reftex-index.el (reftex-index-change-entry)
12228 (reftex-index-phrases-info):
12229 * textmodes/reftex-global.el (reftex-create-tags-file)
12230 (reftex-save-all-document-buffers, reftex-ensure-write-access):
12231 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
12232 (reftex-view-crossref-from-bibtex):
12233 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
12234 (reftex-extract-bib-entries-from-thebibliography)
12235 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
12236 * textmodes/refbib.el (r2b-capitalize-title):
12237 (r2b-convert-buffer, r2b-help):
12238 * textmodes/page-ext.el (pages-directory)
12239 (pages-directory-goto-with-mouse):
12240 * textmodes/bibtex.el (bibtex-validate-globally):
12241 * textmodes/bib-mode.el (bib-capitalize-title):
12242 * textmodes/artist.el (artist-clear-buffer, artist-system):
12243 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
12244 (local-set-scheme-interaction-buffer, xscheme-process-filter)
12245 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
12246 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
12247 (xscheme-send-control-g-interrupt, xscheme-start-process)
12248 (xscheme-process-sentinel, xscheme-cd):
12249 * progmodes/verilog-mode.el (verilog-read-always-signals)
12250 (verilog-set-define, verilog-getopt-file)
12251 (verilog-module-inside-filename-p):
12252 * progmodes/sh-script.el:
12253 * progmodes/python.el (python-pdbtrack-get-source-buffer)
12254 (python-pdbtrack-grub-for-buffer, python-execute-file):
12255 * progmodes/octave-inf.el (inferior-octave):
12256 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12257 (idlwave-shell-compile-helper-routines, idlwave-set-local)
12258 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12259 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12260 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12261 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12262 (idlwave-shell-filter, idlwave-shell-examine-highlight)
12263 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12264 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12265 (idlwave-shell-examine-display, idlwave-shell-run-region)
12266 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12267 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12268 * progmodes/idlw-help.el (idlwave-help-get-special-help)
12269 (idlwave-help-get-help-buffer):
12270 * progmodes/gud.el (gud-basic-call, gud-find-class)
12271 (gud-tooltip-activate-mouse-motions-if-enabled):
12272 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12273 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12274 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12275 (ebrowse-tags-next-file):
12276 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12277 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12278 (ebnf-eps-finish-and-write):
12279 * progmodes/cpp.el (cpp-edit-save):
12280 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12281 * progmodes/cc-defs.el (c-emacs-features):
12282 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
12283 (antlr-directory-dependencies):
12284 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
12285 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
12286 (ada-find-any-references, ada-make-filename-from-adaname)
12287 (ada-make-body-gnatstub):
12288 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 12289 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
12290 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
12291 * net/rcirc.el (rcirc-debug):
12292 * net/newst-treeview.el (newsticker--treeview-list-add-item)
12293 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
12294 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
12295 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 12296 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
12297 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
12298 (newsticker--treeview-list-clear-highlight)
12299 (newsticker--treeview-list-update-highlight)
12300 (newsticker--treeview-list-highlight-start)
12301 (newsticker--treeview-tree-update-highlight)
12302 (newsticker--treeview-get-selected-item)
12303 (newsticker-treeview-mark-list-items-old)
12304 (newsticker--treeview-set-current-node):
12305 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12306 * net/newst-backend.el (newsticker--get-news-by-funcall)
12307 (newsticker--get-news-by-wget, newsticker--image-get)
12308 (newsticker--image-sentinel):
12309 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
12310 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
12311 (eudc-ph-close-session):
12312 * net/eudc.el (eudc-save-options):
12313 * language/thai-word.el (thai-update-word-table):
12314 * language/japan-util.el (japanese-string-conversion):
12315 * international/titdic-cnv.el (tsang-quick-converter)
12316 (ziranma-converter, ctlau-converter):
12317 * international/mule-cmds.el (describe-language-environment):
12318 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
12319 (skkdic-convert-postfix, skkdic-convert-prefix):
12320 (skkdic-convert-okuri-nasi, skkdic-convert):
12321 * emacs-lisp/re-builder.el (reb-update-overlays):
12322 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
12323 * emacs-lisp/gulp.el (gulp-send-requests):
12324 * emacs-lisp/find-gc.el (trace-call-tree):
12325 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
12326 (eieio-describe-generic):
12327 * emacs-lisp/eieio-base.el (eieio-persistent-read):
12328 * emacs-lisp/edebug.el (edebug-outside-excursion):
12329 * emacs-lisp/debug.el (debugger-make-xrefs):
12330 * emacs-lisp/cust-print.el (custom-prin1-to-string):
12331 * emacs-lisp/chart.el (chart-new-buffer):
12332 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
12333 Use with-current-buffer.
12334 * textmodes/artist.el (artist-system): Don't call
12335 copy-sequence on a fresh string.
12336 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
12337
d566f228
GM
123382009-10-31 Stephen Berman <stephen.berman@gmx.net>
12339
12340 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 12341 is no item to edit. (Bug#4820)
d566f228 12342 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 12343 buffer. (Bug#4820)
d566f228 12344
f3628edd
GM
123452009-10-31 Glenn Morris <rgm@gnu.org>
12346
5cf3709c
GM
12347 * net/ange-ftp.el (top-level): Don't require dired when compiling.
12348 (comint-last-output-start, comint-last-input-start)
12349 (comint-last-input-end): Don't defvar when compiling.
12350 (ange-ftp-process-file): Use bound-and-true-p.
12351
4c814fd2
GM
12352 * pcmpl-rpm.el (top-level): Move provide statement to end.
12353 (pcmpl-rpm): Remove unused custom group.
12354
113b8dcc
GM
12355 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
12356
31c615e4
GM
12357 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
12358
416d3588
GM
12359 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12360 (byte-compile-warnings): Add `constants' as an option.
12361 (byte-compile-callargs-warn, byte-compile-arglist-warn)
12362 (display-call-tree): Update for byte-compile-fdefinition possibly
12363 returning `(macro lambda ...)'. (Bug#4778)
12364 (byte-compile-variable-ref, byte-compile-setq-default):
12365 Respect `constants' member of byte-compile-warnings.
12366
00f71f39
SM
123672009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12368
12369 * vc-bzr.el (vc-bzr-revision-keywords): New var.
12370 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
12371 to "submit:".
12372
ca0a881a
DN
123732009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
12374
12375 * textmodes/ispell.el (ispell-skip-region-alist):
12376 * international/mule-conf.el (eight-bit):
12377 * international/fontset.el (font-encoding-alist):
12378 * startup.el (pure-space-overflow-message):
12379 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
12380 * paths.el (gnus-nntp-service, rmail-spool-directory)
12381 (term-file-prefix):
12382 * files.el (save-some-buffers-action-alist):
12383 * cmuscheme.el (same-window-buffer-names):
12384 * ielm.el (same-window-buffer-names):
12385 * shell.el (same-window-buffer-names):
12386 * mail/sendmail.el (same-window-buffer-names):
12387 * progmodes/inf-lisp.el (same-window-buffer-names):
12388 * bindings.el (mode-line-client)
12389 (mode-line-column-line-number-mode-map):
12390 * language/tibetan.el (tibetan-precomposition-rule-regexp)
12391 (tibetan-precomposed-regexp): Purecopy string arguments.
12392
b861e45e
SM
123932009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12394
6df9b6d7
SM
12395 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
12396 (calcDigit-nondigit):
12397 * calc/calc-yank.el (calc-copy-to-buffer):
12398 * calc/calc-units.el (calc-invalidate-units-table):
12399 * calc/calc-trail.el (calc-trail-yank):
12400 * calc/calc-store.el (calc-insert-variables):
12401 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12402 * calc/calc-prog.el (calc-read-parse-table):
12403 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
12404 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
12405 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
12406 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
12407 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
12408 (calc-graph-name, calc-graph-find-command, calc-graph-view)
12409 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
12410 * calc/calc-ext.el (calc-realign):
12411 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
12412 (calc-embedded-finish-edit, calc-embedded-make-info)
12413 (calc-embedded-finish-command, calc-embedded-stack-change):
12414 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
12415
70f44c65
SM
12416 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
12417 shell-dynamic-complete-filename in preference to
12418 comint-dynamic-complete-filename.
12419
b861e45e
SM
12420 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12421 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12422 Don't consider whether the display supports colors.
12423 (bookmark-import-new-list): Use dolist.
12424 (bookmark-bmenu-mode-map): Move initialization into declaration.
12425 (bookmark-bmenu-list): Use dolist, simplify.
12426 (bookmark-show-all-annotations): Use save-selected-window and dolist.
12427 (menu-bar-final-items): Use push.
12428
8549241d 124292009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
12430
12431 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
12432 it works on remote files.
12433 (vc-hg-diff): Don't pass any `--cwd' argument.
12434
30644573
KR
124352009-10-27 Kevin Ryde <user42@zip.com.au>
12436
cc63d28f
SM
12437 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12438 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
12439 (Further to Bug#3921).
12440
9be01a63
MA
124412009-10-27 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
12444 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
12445 calling `tramp-imap-put-file'. Add file size to the call.
12446 (tramp-imap-get-file-entries): Compute also user name, file size,
12447 and date.
12448 (tramp-imap-handle-insert-directory): Insert uid and gid.
12449 (tramp-imap-handle-file-attributes): Transform uid and gid
12450 according to `id-format'.
12451 (tramp-imap-put-file): New optional parameter SIZE. Encode file
12452 size in header X-Size.
12453
41849bf9
JB
124542009-10-26 Juanma Barranquero <lekktu@gmail.com>
12455
12456 * simple.el (transpose-subr): Give clearer error when the mark
12457 is not set. (Bug#4807)
12458
293c24f9
MA
124592009-10-26 Michael Albinus <michael.albinus@gmx.de>
12460
cc63d28f
SM
12461 * net/tramp.el (tramp-perl-file-truename): New defconst.
12462 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 12463 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
12464 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
12465 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 12466
cc63d28f
SM
12467 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
12468 Ignore `dired-call-process'.
293c24f9
MA
12469 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
12470
124712009-10-26 Julian Scheid <julians37@gmail.com>
12472
cc63d28f 12473 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
12474 (tramp-get-remote-readlink): New defun.
12475 (tramp-handle-file-truename): Use it.
12476 (tramp-handle-file-exists-p): Check file-attributes cache, assume
12477 file exists if cache value present.
48c2d18a 12478 (tramp-check-cached-permissions): New defun.
293c24f9
MA
12479 (tramp-handle-file-readable-p): Use it.
12480 (tramp-handle-file-writable-p): Likewise.
12481 (tramp-handle-file-executable-p): Likewise.
12482 (tramp-handle-file-name-all-completions): Try using Perl to get
12483 partial completions. When perl not available, combine `cd' and
12484 `ls' into single remote operation and use shell expansion to get
12485 partial remote directory contents. Set `file-exists-p' cache for
12486 directory and any files returned by ls. Change cache handling to
12487 support partial directory contents. Use error message emitted by
12488 remote `cd' or Perl code for local tramp-error.
12489 (tramp-do-copy-or-rename-file-directly): Avoid separate
12490 tramp-send-command-and-check call.
cc63d28f
SM
12491 (tramp-handle-process-file): Merge three remote ops into one.
12492 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
12493 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
12494 file-attributes shows uid/gid to be set already.
12495
a7610c52
DN
124962009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12497
12498 * textmodes/tex-mode.el (tex-dvi-view-command)
12499 (tex-show-queue-command, tex-open-quote):
12500 * progmodes/ruby-mode.el (auto-mode-alist)
12501 (interpreter-mode-alist): Purecopy strings.
12502
12503 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
12504
12505 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
12506 string for the hook, keymap and abbrev table.
12507
12508 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
12509
12510 * x-dnd.el (x-dnd-xdnd-to-action):
12511 * startup.el (fancy-startup-text, fancy-about-text): Change to
12512 defconst from defvar.
12513
12514 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
12515
12516 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12517 Purecopy initialization strings.
12518
12519 * mail/sendmail.el (mail-header-separator)
12520 (mail-personal-alias-file):
12521 * mail/rmail.el (rmail-default-dont-reply-to-names)
12522 (rmail-ignored-headers, rmail-retry-ignored-headers)
12523 (rmail-highlighted-headers, rmail-secondary-file-directory)
12524 (rmail-secondary-file-regexp):
12525 * files.el (null-device, file-name-invalid-regexp)
12526 (locate-dominating-stop-dir-regexp)
cc63d28f 12527 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
12528 (interpreter-mode-alist): Use mapcar instead of mapc.
12529
12530 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12531
12532 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12533 (completion-ignored-extensions):
12534 (debug-ignored-errors): Purecopy strings.
12535
4fcc3d32
SM
125362009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12537
0667de21
SM
12538 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12539 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12540 (pcomplete--here): Use push.
12541
4fcc3d32
SM
12542 * subr.el (all-completions): Declare the 4th arg obsolete.
12543
955ef430
SM
125442009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12545
2d085307
SM
12546 * pcomplete.el (pcomplete-unquote-argument-function): New var.
12547 (pcomplete-unquote-argument): New function.
12548 (pcomplete--common-suffix): Always pay attention to case.
12549 (pcomplete--table-subvert): Quote and unquote the text.
12550 (pcomplete--common-quoted-suffix): New function.
12551 (pcomplete-std-complete): Use it and pcomplete-begin.
12552
955ef430
SM
12553 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12554 we're inside a dedicated or minibuffer window.
12555
7c85c02b
KF
125562009-10-24 Karl Fogel <kfogel@red-bean.com>
12557
12558 * bookmark.el: Update documentation, especially documentation
12559 of `bookmark-alist' and of the bookmark file format.
12560 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
12561
3e8ae8a6
CY
125622009-10-24 Chong Yidong <cyd@stupidchicken.com>
12563
3e425845
CY
12564 * mail/emacsbug.el (report-emacs-bug): Clarify that the
12565 keybindings apply to the mail buffer (Bug#4003). Shrink help
12566 window to buffer.
12567
cdd47d48
CY
12568 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12569 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
12570 (whitespace-toggle-options, global-whitespace-toggle-options):
12571 Doc fix (Bug#3660).
cdd47d48 12572
ba07c9ad
CY
12573 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12574 of xmltok-start before the end tag was inserted (Bug#2840).
12575
3e8ae8a6
CY
12576 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12577 patterns that are preceded by an open-paren (Bug#1320).
12578
ab276820
CY
125792009-10-24 Sven Joachim <svenjoac@gmx.de>
12580
12581 * files.el (delete-directory): Delete symlinks to directories with
12582 delete-file (Bug#4739).
12583
905a9ed3
DN
125842009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12585
a9a2a6db
DN
12586 * vc.el (vc-backend-for-registration): Rename from
12587 vc-get-backend-for-registration. Update callers.
12588
cc63d28f
SM
12589 * international/mule-cmds.el (set-language-info-alist):
12590 Purecopy lang-env.
905a9ed3
DN
12591 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12592 (charset): Purecopy the name.
12593 (define-char-code-property): Purecopy string arguments.
12594
12595 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12596 Purecopy string arguments.
12597
12598 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12599 * ediff-hook.el (menu-bar-ediff-menu):
12600 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12601 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12602
d270305a
GM
126032009-10-24 Glenn Morris <rgm@gnu.org>
12604
6c74d523 12605 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
12606 * term.el (term-dynamic-list-completions): Use choose-completion rather
12607 than obsolete alias mouse-choose-completion.
12608
ae732337
GM
12609 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12610 file-cache-choose-completion.
12611 (file-cache-choose-completion): Handle an optional event argument.
12612 (file-cache-mouse-choose-completion): Make it an obsolete alias.
12613
cc63d28f
SM
12614 * progmodes/octave-mod.el (octave-complete-symbol):
12615 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 12616
9847dc91
GM
12617 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12618 use.
12619
e8f2a5d5
GM
12620 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12621 compiler.
12622
d270305a
GM
12623 * vc-hooks.el (vc-responsible-backend): Fix declaration.
12624
c6432f1e
SM
126252009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12626
12627 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12628 Ignore `pred' now that we receive one.
12629 Handle test-completion specially.
12630
6ab196f9
DN
126312009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12632
12633 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 12634 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
12635 REGISTER ...
12636 (vc-get-backend-for-registration): ... here. New function.
12637 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12638 of vc-responsible-backend, pass the file name instead of the
12639 directory name.
12640
48feed59
SM
126412009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12642
12643 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12644 New funs.
12645 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
12646 (pcomplete-comint-setup): Don't modify a global var via
12647 accidental side-effects.
12648 (pcomplete-shell-setup): Adjust call accordingly.
12649 (pcomplete-parse-comint-arguments): Use push.
12650
00006066
CY
126512009-10-23 Chong Yidong <cyd@stupidchicken.com>
12652
36bfa3af
CY
12653 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12654 Allow uncapitalized info node names (Bug#3921).
12655
00006066
CY
12656 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12657 to the DEBUG file (Bug#3781).
12658
aa311d6e
CY
126592009-10-23 Jari Aalto <jari.aalto@cante.net>
12660
12661 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12662 dictionary entry (Bug#4579).
12663
b88f2d0a
MA
126642009-10-23 Michael Albinus <michael.albinus@gmx.de>
12665
12666 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12667 from `rfn-eshadow-update-overlay-hook' when unloading.
12668 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12669 "rsyncc". Adjust doc string.
48c2d18a 12670 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
12671 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12672 Keep temporary file when indicated by method ("rsync" and
12673 "rsyncc").
12674 (tramp-handle-write-region): Handle APPEND.
12675 (tramp-delete-temp-file-function): New defun. Added to
12676 `kill-buffer-hook'.
12677
1becddbb
JB
126782009-10-23 Juanma Barranquero <lekktu@gmail.com>
12679
12680 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12681
8f43cbf3
DN
126822009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12683
12684 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12685 (color-name-rgb-alist, tty-standard-colors)
12686 (tty-color-mode-alist): Change to defconst.
12687
12688 * simple.el (mark-inactive): Purecopy message.
12689
12690 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12691 (global-map, yank-menu):
12692 * textmodes/ispell.el (ispell-menu-map):
12693 * net/eudc.el (eudc-tools-menu):
12694 * international/mule-cmds.el (describe-language-environment-map)
12695 (setup-language-environment-map, set-coding-system-map)
12696 (mule-menu-keymap):
12697 * vc-hooks.el (vc-menu-entry, vc-menu-map):
12698 * replace.el (occur-mode-map):
12699 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12700
1d228a31
JB
127012009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
12702
12703 * calc/calc.el (math-read-number, math-read-number-simple): Use
12704 `save-match-data'.
12705
3b067af1
SM
127062009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12707
28a90c44
SM
12708 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12709 rather than fiddling with global-map bindings, since it should only
12710 affect per-terminal settings.
12711 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12712
a452eee8
SM
12713 * minibuffer.el (completion-table-with-terminator): Allow to specify
12714 the terminator-regexp.
12715
ab14d7d5
SM
12716 * simple.el (switch-to-completions): Look for *Completions* in other
12717 frames as well.
12718
3b067af1
SM
12719 * pcomplete.el: Allow the use of completion-tables.
12720 (pcomplete-std-complete): New command.
12721 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12722 (pcomplete--here): Use a function for `form' rather than an expression,
12723 so it can be byte-compiled.
12724 (pcomplete-here, pcomplete-here*): Adjust accordingly.
12725 Add edebug declaration.
12726 (pcomplete-show-completions): Remove unused var `curbuf'.
12727 (pcomplete-do-complete, pcomplete-stub):
1becddbb 12728 Don't assume `completions' is a list of strings any more.
3b067af1 12729
5480359e
JB
127302009-10-22 Juanma Barranquero <lekktu@gmail.com>
12731
12732 * find-dired.el (find-name-arg): Fix typo in docstring.
12733
3170b794
SM
127342009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12735
48c23a25
SM
12736 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12737 (pcmpl-linux-fs-types): Same, and update to new modules layout.
12738
56b14058
SM
12739 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12740 pcomplete-entries.
12741
3170b794
SM
12742 * comint.el (comint-read-input-ring, comint-write-input-ring)
12743 (comint-substitute-in-file-name)
12744 (comint-dynamic-complete-as-filename)
12745 (comint-dynamic-simple-complete)
12746 (comint-dynamic-list-filename-completions)
12747 (comint-dynamic-list-completions)
12748 (comint-redirect-results-list-from-process): Minor simplifications.
12749
2affef34
KR
127502009-10-21 Kevin Ryde <user42@zip.com.au>
12751
3170b794
SM
12752 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12753 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 12754 the first form. And insert a blank line after ";;; Code" since
d8194864 12755 that's usual style. (Bug#4612)
2affef34 12756
e7b94bbb
KR
12757 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12758
528c56e2
SM
127592009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * minibuffer.el (completion-table-with-terminator): Properly implement
12762 boundaries, in case `terminator' appears in the suffix.
12763 (completion--embedded-envvar-table): Don't return boundaries if
12764 there's no valid completion. Simplify.
12765 (completion-file-name-table): New completion table extracted from
12766 completion--file-name-table.
12767 (completion--file-name-table): Use it.
12768 (read-file-name-predicate): Declare obsolete.
12769 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12770 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12771 completion-file-name-table, and use the `pred' argument.
12772 * files.el (locate-file-completion-table): Use the `pred' arg rather
12773 than read-file-name-predicate.
12774 (abbreviate-file-name): Use \` rather than ^ for BOS.
12775
f9ed9b4f
DN
127762009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12777
12778 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12779 vc-responsible-backend to register, it causes problems.
12780
5f2022a3
SM
127812009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12784
fc754ea1
MA
127852009-10-21 Michael Albinus <michael.albinus@gmx.de>
12786
12787 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12788 (tramp-smb-handle-file-attributes): Use it.
12789 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12790 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
12791 `mapcar'. Use `tramp-smb-get-stat-capability'.
12792 Add `dired-filename' text properties.
fc754ea1
MA
12793 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12794 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12795 version.
12796
79bd5ba1
SM
127972009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * subr.el (read-key-delay): Reduce to 0.01.
12800 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12801 (bug#4751).
12802
3c13704d
SM
128032009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12804
554efd10
SM
12805 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12806
c2a37b78
SM
12807 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12808 (Info-menu): Remove unused vars `last' and `completions'.
12809 (Info-index-nodes): Remove unused var `node'.
12810
3c13704d
SM
12811 * info.el (Info-complete-menu-item): Use complete-with-action.
12812
d1e4c403
DN
128132009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12814
12815 Make vc-annotate work through copies and renames.
3c13704d
SM
12816 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12817 Return the file name too.
d1e4c403
DN
12818 (vc-annotate-revision-at-line)
12819 (vc-annotate-find-revision-at-line)
12820 (vc-annotate-revision-previous-to-line)
12821 (vc-annotate-show-log-revision-at-line): Update to get the file
12822 name from vc-annotate-extract-revision-at-line.
12823 (vc-annotate-show-diff-revision-at-line-internal): Change the
12824 argument to mean whether to show a file diff or not. Get the file
12825 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
12826 (vc-annotate-show-diff-revision-at-line):
12827 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
12828 (vc-annotate-warp-revision): Add an optional file argument.
12829
12830 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12831 (vc-git-annotate-extract-revision-at-line): Also return the file
12832 name if found.
12833
12834 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12835 command. Remove unused code.
12836 (vc-hg-annotate-re): Update to match --follow output.
12837 (vc-hg-annotate-extract-revision-at-line): Also return the file
12838 name if found.
12839
12840 * vc.el: Update annotate-extract-revision-at-line documentation.
12841
b0b0ef98
KR
128422009-10-18 Kevin Ryde <user42@zip.com.au>
12843
12844 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12845 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12846
a9e7f03d
KR
12847 * net/browse-url.el (browse-url): Identify alist with "consp and
12848 not functionp" and let all other things go down the `apply' leg,
12849 as suggested by Stefan. (Further to bug#4531.)
12850
7346a407
CY
128512009-10-18 Chong Yidong <cyd@stupidchicken.com>
12852
12853 * minibuffer.el (read-file-name): Check for repeat before putting
12854 a default argument in file-name-history (Bug#4657).
12855
12856 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12857 read syntax (Bug#4737).
12858
3c13704d 12859 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 12860
1da94541
CY
128612009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12862
12863 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12864 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12865 entries and make note of obsolete tags.
12866
2b93080a
SM
128672009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12870
18b5ffb5
GM
128712009-10-18 Glenn Morris <rgm@gnu.org>
12872
12873 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12874 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 12875 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
12876 now, and in any case the file header format has changed.
12877
c2e161b2
GM
128782009-10-17 Glenn Morris <rgm@gnu.org>
12879
12880 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12881 (flyspell-get-word, flyspell-large-region)
12882 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12883
a1eb44f5
CY
128842009-10-17 Chong Yidong <cyd@stupidchicken.com>
12885
12886 * Makefile.in (ELCFILES): Add ede/shell.
12887
4418646e
DN
128882009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12889
12890 * term/common-win.el (x-colors): Purecopy it.
12891
4062011e
SM
128922009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12895 permissive for when the buffer is empty.
12896 (tar-header-block-tokenize): Decode the username and groupname.
12897 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12898
b0b111c3
JB
128992009-10-17 Eric Ludlam <zappo@gnu.org>
12900
12901 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12902 contains multibyte characters, choose first applicable coding
12903 system automatically.
12904
2df48a87
SM
129052009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12906
12907 * international/mule-cmds.el (select-safe-coding-system): If the file
12908 has a coding cookie, use it regardless of any other setting (bug#4712).
12909
fd7dd48c
GM
129102009-10-17 Glenn Morris <rgm@gnu.org>
12911
3ee0b477 12912 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
12913 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12914
2550e4b1
GM
12915 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12916 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12917 (dired-keep-marker-symlink, dired-dwim-target)
12918 (dired-copy-preserve-time): Do not autoload these defcustoms.
12919
fd7dd48c
GM
12920 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12921 messages from messing up the file coding. (Bug#4623)
12922
f3e3a990
GM
129232009-10-17 Jari Aalto <jari.aalto@cante.net>
12924
12925 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12926 if no match is found for the current dictionary. (Bug#4578)
12927
12928 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12929 optional, since that is how it is documented, and this is often called
12930 with a nil argument. (Bug#4577)
12931 (flyspell-external-point-words, flyspell-auto-correct-word)
12932 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12933 (flyspell-word-search-backward): Remove nil argument in calls to
12934 flyspell-get-word, since it is not needed now.
12935
129362009-10-17 Ulrich Mueller <ulm@gentoo.org>
12937
1becddbb 12938 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 12939
b61374ab
GM
129402009-10-16 Glenn Morris <rgm@gnu.org>
12941
12942 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12943
412707c2
SM
129442009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12945
12946 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12947 (ange-ftp-file-size): New function.
12948 (ange-ftp-file-attributes): Use it.
12949
0c6f436e
MA
129502009-10-16 Michael Albinus <michael.albinus@gmx.de>
12951
12952 * net/tramp-smb.el (tramp-smb-version): New defvar.
12953 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12954 repeated checks.
12955
850bfd04
GM
129562009-10-16 Glenn Morris <rgm@gnu.org>
12957
12958 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12959 Maybe copy some custom properties from old to new name. (Bug#4706)
12960
f3ed9aca
JB
129612009-10-16 Juanma Barranquero <lekktu@gmail.com>
12962
12963 * subr.el (error, sit-for, start-process-shell-command)
12964 (start-file-process-shell-command): Set the calling convention
12965 after the function definition.
12966
fd6c5134
SM
129672009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * subr.el (error, sit-for, start-process-shell-command)
12970 (start-file-process-shell-command): Use the new
12971 set-advertised-calling-convention feature.
12972
73874eb7
KH
129732009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12974
fd6c5134
SM
12975 * international/ucs-normalize.el (ucs-normalize-version):
12976 Change to 1.2.
12977 (check-range): Adjust for Unicode 5.2.
73874eb7 12978
03fb33cf
JL
129792009-10-15 Juri Linkov <juri@jurta.org>
12980
12981 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12982 to the `menu-item' format.
12983
4260b402
MA
129842009-10-15 Michael Albinus <michael.albinus@gmx.de>
12985
12986 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12987 if the environment variable does not exist.
12988
12989 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12990 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12991 parameter.
12992 (tramp-smb-handle-add-name-to-file)
12993 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12994 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12995 (tramp-smb-handle-file-attributes)
12996 (tramp-smb-do-file-attributes-with-stat)
12997 (tramp-smb-handle-file-local-copy)
12998 (tramp-smb-handle-insert-directory)
12999 (tramp-smb-handle-make-directory)
13000 (tramp-smb-handle-make-directory-internal)
13001 (tramp-smb-handle-make-symbolic-link)
13002 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
13003 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
13004 (tramp-smb-maybe-open-connection): Apply the changed parameters.
13005 (tramp-smb-read-file-entry): Read Disk names in compressed format.
13006 Handle long file names.
13007 (tramp-smb-get-cifs-capabilities): Check, whether the connection
13008 process is running.
13009 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
13010 Read share names with "-g" option.
13011
d7a0fd6f
GM
130122009-10-15 Ryan Yeske <rcyeske@gmail.com>
13013
13014 * net/rcirc.el (rcirc-view-log-file): New command.
13015 (rcirc-track-minor-mode-map): Remove C-c ` binding.
13016 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
13017 specified.
13018
0b44494a
GM
130192009-10-15 Glenn Morris <rgm@gnu.org>
13020
af9fb32f
GM
13021 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
13022 from the second command-line argument.
13023 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
13024 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
13025 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
13026 w32-batch-update-autoloads.
13027 * emacs-lisp/autoload.el (autoload-make-program): New variable.
13028 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
13029
0b44494a
GM
13030 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
13031 the headers cannot be located. Simplify, subtracting superflous
13032 save-excursions.
13033
d5e63715
SM
130342009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 Replace completion-base-size by completion-base-position to fix bugs
13037 such as (bug#4699).
13038 * simple.el (completion-base-position): New var.
13039 (completion-base-size): Mark as obsolete.
13040 (choose-completion): Make it work for mouse events as well.
13041 Pass the new base-position to choose-completion-string.
13042 (choose-completion-guess-base-position): New function, extracted from
13043 choose-completion-delete-max-match.
13044 (choose-completion-delete-max-match): Use it. Make obsolete.
13045 (choose-completion-string): Use the new base-position info.
13046 (completion-root-regexp): Delete.
13047 (completion-setup-function): Preserve completion-base-position.
13048 Eliminate obsolete base-size manipulation.
13049 * minibuffer.el (display-completion-list): Don't mess with base-size.
13050 (minibuffer-completion-help): Set completion-base-position instead.
13051 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
13052 choose-completion.
13053 * textmodes/bibtex.el (bibtex-complete):
13054 * emacs-lisp/crm.el (crm--choose-completion-string):
13055 Adjust to new calling convention.
13056 * complete.el (partial-completion-mode): Use minibufferp to avoid
13057 bumping into incompatible change to choose-completion-string-functions.
13058 * ido.el (ido-choose-completion-string): Make its calling convention
13059 more permissive.
13060 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
13061 base-size manipulation.
13062 (comint-dynamic-list-input-ring): Use dotimes and push.
13063 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
13064 fundamental-mode. Use `or'.
13065
92f8bfc7
JL
130662009-10-14 Juri Linkov <juri@jurta.org>
13067
13068 * misearch.el (multi-isearch-next-buffer-from-list)
13069 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
13070
e78e280d
SM
130712009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13072
384ca163
SM
13073 * Makefile.in (compile-onefile): Load `bytecomp' rather than
13074 `bytecomp.el'.
13075
681e0e7c
SM
13076 * minibuffer.el (completion-pcm--merge-completions): Make sure the
13077 string we return is all made up of text from the completions rather
13078 than part from the completions and part from the input (bug#4219).
13079
e78e280d
SM
13080 * ido.el (ido-everywhere): Use define-minor-mode.
13081
13082 * buff-menu.el (list-buffers, ctl-x-map):
13083 Mark the entry points with ;;;###autoload cookies.
13084
b4e813ca
DN
130852009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
13086
52964e54
DN
13087 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
13088 correctly in the detached head case.
13089 (vc-git-print-log): Remove unused binding.
13090
b4e813ca
DN
13091 * vc.el (vc-responsible-backend): When a directory is passed for
13092 for registration create a VC repository if no backend is
13093 responsible for the directory argument.
13094 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
13095
13096 * vc.el: Move comments about RCS and SCCS ...
13097 * vc-rcs.el:
13098 * vc-sccs.el: ... here, respectively.
13099
40ba9882
SM
131002009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13101
13102 * minibuffer.el (completion--file-name-table): Return nil if there's
13103 no file completion, even if substitute-in-file-name changed
13104 the string (bug#4708).
13105
04e0f59b
JL
131062009-10-13 Juri Linkov <juri@jurta.org>
13107
13108 * files-x.el (read-file-local-variable-value): Don't filter out
13109 minor modes from mode name completion (bug#4664).
13110
314c8e25
JB
131112009-10-13 Juanma Barranquero <lekktu@gmail.com>
13112
13113 * international/mule-cmds.el (ucs-names): Remove exclusion of
13114 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
13115
5c9b7d36
KH
131162009-10-13 Kenichi Handa <handa@m17n.org>
13117
13118 * international/uni-name.el: Regenerated.
13119
1e7a80f2
JB
131202009-10-13 Juanma Barranquero <lekktu@gmail.com>
13121
13122 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
13123 should be automatically buffer-local, but isn't.)
13124
cd29f88b
SS
131252009-10-12 Sam Steingold <sds@gnu.org>
13126
13127 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 13128 timestamps if the buffer has been visited before.
0cd16af4
SS
13129 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
13130 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 13131
37493a98
GM
131322009-10-12 Glenn Morris <rgm@gnu.org>
13133
13134 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
13135 Let-bind `size'.
13136
3b56b1e6
JB
131372009-10-12 Juanma Barranquero <lekktu@gmail.com>
13138
7422a4bb
JB
13139 * proced.el (proced-unload-function): New function.
13140
fa72d075
JB
13141 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13142 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13143 Doc fix.
13144
3b56b1e6
JB
13145 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13146
4d9b4323
JL
131472009-10-11 Juri Linkov <juri@jurta.org>
13148
13149 * files-x.el (read-file-local-variable-value):
13150 Provide default value only for bound variables (bug#4664).
13151
f6f7e059
MA
131522009-10-11 Michael Albinus <michael.albinus@gmx.de>
13153
13154 * net/tramp.el (tramp-local-host-p): Function shall return nil for
13155 connection methods like smb.
13156
13157 * net/tramp-cache.el (tramp-flush-connection-property): The hash
13158 can be empty.
13159
13160 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13161 (tramp-smb-file-name-handler-alist): Add handlers for
13162 `add-name-to-file', `make-symbolic-link'.
13163 (tramp-smb-handle-add-name-to-file)
2992485f 13164 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
13165 (tramp-smb-handle-make-symbolic-link)
13166 (tramp-smb-get-cifs-capabilities): New defuns.
13167 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13168 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13169 (tramp-smb-handle-file-local-copy)
13170 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
13171 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
13172 The file name syntax depends on cifs capabilities.
13173 (tramp-smb-handle-file-attributes):
13174 Call `tramp-smb-do-file-attributes-with-stat' if possible.
13175 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
13176 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 13177
67868d26
CY
131782009-10-11 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
13181 (eieio-defclass): Apply deftype handler and setf-method properties
13182 directly.
13183 (eieio-add-new-slot): Avoid union function from cl library.
13184 (eieio--typep): New function.
13185 (eieio-perform-slot-validation): Use it.
13186
6d6a5b7e
KF
131872009-10-10 Karl Fogel <kfogel@red-bean.com>
13188
3b56b1e6 13189 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
13190 Update documentation to refer to the variables documented in r1.135.
13191 (Bug#4188)
13192
67b70de9
KF
131932009-10-10 Karl Fogel <kfogel@red-bean.com>
13194
13195 * bookmark.el (Info-suffix-list): Remove this unused variable.
13196 (bookmark-current-point): Remove this obsolete variable.
13197 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
13198 Adjust for removal of bookmark-current-point.
13199
13200 (bookmarks-already-loaded, bookmark-current-buffer)
13201 (bookmark-yank-point): Document. (Bug#4188)
13202
58ae51ae
GM
132032009-10-10 Glenn Morris <rgm@gnu.org>
13204
4619ff5e
GM
13205 * frame.el (frame-height): Doc fix.
13206
58ae51ae
GM
13207 * calendar/calendar.el (calendar-split-width-threshold): New option.
13208 (calendar-basic-setup): Use calendar-split-width-threshold.
13209
d364386c
JB
132102009-10-09 Juanma Barranquero <lekktu@gmail.com>
13211
13212 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
13213 Ideographic Supplement" range (U+1F200..U+1F2FF).
13214
33e97a28
KF
132152009-10-09 Karl Fogel <kfogel@red-bean.com>
13216
02d0f051 13217 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 13218 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
13219
132202009-10-09 Karl Fogel <kfogel@red-bean.com>
13221
d364386c 13222 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
13223 (bookmark-bmenu-execute-deletions): Don't save here, as
13224 bookmark-delete will now do so if necessary.
d364386c 13225 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
13226 (Bug#4348)
13227
9656d87b
GM
132282009-10-09 Glenn Morris <rgm@gnu.org>
13229
13230 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
13231
e6227f06
KF
132322009-10-09 Karl Fogel <kfogel@red-bean.com>
13233
13234 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
13235 (bookmark-jump-other-window): Just invoke bookmark-jump with new
13236 argument now, so the two function's behaviors will match. (Bug#3645)
13237
288f783b
MA
132382009-10-08 Michael Albinus <michael.albinus@gmx.de>
13239
13240 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 13241 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 13242 Apply `save-match-data'.
288f783b
MA
13243
13244 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
13245 case both directories are remote.
13246 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 13247 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 13248
872a1ea4
JB
132492009-10-07 Juanma Barranquero <lekktu@gmail.com>
13250
13251 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
13252
ab2baced
GM
132532009-10-07 Glenn Morris <rgm@gnu.org>
13254
e78e280d
SM
13255 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13256 of concat.
ab2baced 13257
5c4634c1
SM
132582009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
13259
13260 * files-x.el (read-file-local-variable): Include some
13261 non-user-variables in the completion table (bug#4664).
13262
c2dc9732
MA
132632009-10-07 Michael Albinus <michael.albinus@gmx.de>
13264
13265 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13266 message.
13267
13268 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13269 (tramp-smb-file-name-handler-alist): Add handler for
13270 `copy-directory', `expand-file-name', `set-file-modes'.
13271 (tramp-smb-handle-copy-directory)
13272 (tramp-smb-handle-expand-file-name)
13273 (tramp-smb-handle-set-file-modes): New defuns.
13274 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13275 (tramp-smb-handle-file-attributes): Simplify check for retrieving
13276 entry.
13277 (tramp-smb-handle-insert-directory): Don't flush the cache.
13278 (tramp-smb-maybe-open-connection): Check for samba client and
13279 server versions.
13280
11be40a6
EZ
132812009-10-07 Eli Zaretskii <eliz@gnu.org>
13282
13283 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
13284 to not error out of search for "^lisp=" fails.
13285
8c4afe20
JB
132862009-10-07 Juanma Barranquero <lekktu@gmail.com>
13287
13288 * makefile.w32-in (WINS_UPDATES): New macro.
13289 (custom-deps, finder-data, autoloads): Use it.
13290
429a1506
GM
132912009-10-07 Glenn Morris <rgm@gnu.org>
13292
ee2e93e2
GM
13293 * Makefile.in (autoloads): Revert previous change.
13294 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
13295 the list of preloaded files passed on the command-line, get
13296 it from src/Makefile.
13297
429a1506
GM
13298 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
13299 show the original buffer rather than a random one.
13300
a51203ee 133012009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
13302
13303 * help.el (describe-no-warranty): Place point in a slightly better
13304 position in the GPLv3 text.
13305
f58f7520
SS
133062009-10-06 Sam Steingold <sds@gnu.org>
13307
13308 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
13309 the comm attribute is present before calling regexp-quote.
13310
bde79dc0
JB
133112009-10-06 Juanma Barranquero <lekktu@gmail.com>
13312
13313 * play/animate.el (animate-string): For good effect, make sure
13314 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
13315
13316 * play/animate.el (animate-sequence, animate-birthday-present):
13317 * misc.el (butterfly): Don't set `indent-tabs-mode'.
13318
25ab0302
GM
133192009-10-06 Glenn Morris <rgm@gnu.org>
13320
73fe714a
GM
13321 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
13322
3405d98c
GM
13323 * emacs-lisp/autoload.el (autoload-excludes): New variable.
13324 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
13325 (batch-update-autoloads): Process a string value of autoload-excludes,
13326 set during the build process.
13327 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
13328
9fb2cdc5
GM
13329 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
13330 inside with-parsed... macro so that `v' is defined.
13331
7938ab41
GM
13332 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
13333 * progmodes/fortran.el (fortran-end-of-block)
13334 (fortran-beginning-of-block):
13335 Also push mark in the macro case.
13336
eaf9b564
GM
13337 * emerge.el (emerge-show-file-name):
13338 * calc/calc.el (calc-quit):
13339 * calc/calc-misc.el (calc-big-or-small):
13340 * calc/calc-graph.el (calc-graph-view):
13341 * calc/calc-ext.el (calc-reset):
13342 * calendar/calendar.el (calendar-basic-setup):
13343 Use window-full-height-p.
13344
25ab0302
GM
13345 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
13346 header we don't understand, don't insert another. (Bug#4624)
13347 If changing mime charset, insert the new one in the right place.
13348
00169eb6
GM
133492009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
13350
13351 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13352 (cal-tex-cursor-month): Correctly increment the end date for diary and
13353 holiday listing. (Bug#4626)
13354
82882188
SM
133552009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13356
40ba9882 13357 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
13358 a symbol.
13359
a8f316ca
JB
133602009-10-05 Juanma Barranquero <lekktu@gmail.com>
13361
13362 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
13363 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
13364 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
13365 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
13366
13367 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
13368 (eieio-default-superclass): Reflow docstrings.
13369 (this, class-option-assoc, defclass, eieio-class-un-autoload)
13370 (eieio-unbind-method-implementations, defmethod)
13371 (eieio-validate-slot-value, eieio-validate-class-slot-value)
13372 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
13373 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
13374 (eieio-slot-originating-class-p, eieio-slot-name-index)
13375 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
13376 (constructor, initialize-instance, no-next-method, object-print)
13377 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
13378 Fix typos in docstrings.
13379 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
13380 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
13381 (next-method-p): Doc fixes.
13382 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
13383 Fix typos in error messages.
13384 (eieio-defmethod): Fix typo in description of generic method.
13385
13386 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
13387 (eieio-persistent-save-interactive, slot-missing):
13388 Fix typos in docstrings.
13389 (eieio-instance-inheritor-slot-boundp): Doc fix.
13390
13391 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
13392 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
13393
13394 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
13395 (eieio-custom-object-apply-reset):
13396 Fix typos in docstrings and error messages.
13397
13398 * emacs-lisp/eieio-datadebug.el (data-debug-show):
13399 Fix typo in docstring.
13400
13401 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
13402 (eieio-browse-tree): Doc fix.
13403 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
13404 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
13405 Fix typos in docstrings.
13406
13407 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
13408 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
13409 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
13410 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
13411 Reflow docstrings.
13412
c66b7ac0
DN
134132009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
13414
4a827e0a 13415 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
13416 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
13417 Set log-view-vc-backend so that diff can work.
4a827e0a 13418
c66b7ac0
DN
13419 * log-view.el (log-view-diff): Use vc-diff-internal instead of
13420 vc-version-diff.
13421 (vc-diff-internal): Autoload this instead of vc-version-diff.
13422
1902a98c
EZ
134232009-10-05 Eli Zaretskii <eliz@gnu.org>
13424
a7a8618b
EZ
13425 * simple.el (eval-expression): Doc fix.
13426
1902a98c
EZ
13427 * progmodes/cwarn.el (cwarn-mode): Doc fix.
13428
0e1f2ee6
MA
134292009-10-05 Michael Albinus <michael.albinus@gmx.de>
13430
13431 * files.el (directory-files-no-dot-files-regexp): New defconst.
13432 (delete-directory): Use it.
13433 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
13434
263c02ef 13435 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
13436 (tramp-methods): Add recursive option to `tramp-copy-args'.
13437 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 13438 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 13439 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
13440 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13441 Add handler for `copy-directory'.
13442 (tramp-handle-copy-directory): New defun.
13443 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
13444 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
13445 Optimize sent command.
263c02ef 13446
72aa7df4
SM
134472009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13448
4a34f065
SM
13449 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
13450 window if necessary.
13451
72aa7df4
SM
13452 * calendar/calendar.el (calendar-basic-setup): Don't call
13453 switch-to-buffer in a dedicated window.
13454
5feb1ba7
KF
134552009-10-05 Karl Fogel <kfogel@red-bean.com>
13456
13457 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 13458 don't do anything related to relocating, just return nil.
5feb1ba7
KF
13459 (bookmark-error-no-filename): New error.
13460 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
13461 bookmark has no file. Don't even attempt to handle things that
13462 are not files; the whole point of custom handlers is to keep that
13463 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
13464 (bookmark-file-or-variation-thereof): Remove now-unused function.
13465 (bookmark-location): Doc string fix.
13466 (Bug#4250)
13467
1bd49952
KF
134682009-10-04 Karl Fogel <kfogel@red-bean.com>
13469
13470 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
13471 don't use a file dialog, because they usually don't know how to read
13472 a directory target from the user. (Bug#4230)
13473 Also, make sure the prompt can display directories as well as files.
13474
825382c0
KF
134752009-10-04 Karl Fogel <kfogel@red-bean.com>
13476
13477 * bookmark.el (bookmark-set, bookmark-buffer-name):
13478 Improve doc strings. (Bug#1193)
13479
13901bcb
KF
134802009-10-04 Karl Fogel <kfogel@red-bean.com>
13481
4a34f065
SM
13482 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
13483 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
13484 (bookmark-get-annotation, bookmark-set-annotation)
13485 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13486 (bookmark-set-position, bookmark-get-front-context-string)
13487 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13488 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
13489 (bookmark-jump-other-window, bookmark-handle-bookmark)
13490 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
13491 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
13492 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
13493 Improve doc strings to say whether bookmark can be a string or
13494 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
13495 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
13496 (bookmark-default-annotation-text, bookmark-yank-word)
13497 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
13498 (bookmark-import-new-list, bookmark-maybe-rename)
13499 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13500 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 13501 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 13502 add a FIXME comment about how the function may be pointless.
13901bcb 13503 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
13504 parameter name, to clarify that this takes a bookmark record
13505 not a bookmark name.
13901bcb 13506 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 13507 and improve the doc string a bit.
13901bcb
KF
13508 (Bug#4188)
13509
5c1b3e94
KF
135102009-10-04 Karl Fogel <kfogel@red-bean.com>
13511
13512 * bookmark.el (bookmark-alist): Document the new `handler' element
13513 in the param alist.
13514 (bookmark-make-record-function): Adjust documentation for above.
13515 (Bug#4193)
13516
8559076d
KF
135172009-10-04 Karl Fogel <kfogel@red-bean.com>
13518
13519 * info.el (Info-bookmark-make-record): Document this function.
13520 (Info-bookmark-jump): Document with a doc string, not just a comment.
13521 (Bug#4203)
13522
b4583b8c
MA
135232009-10-04 Michael Albinus <michael.albinus@gmx.de>
13524
13525 * files.el (copy-directory): New defun.
13526
13527 * dired-aux.el (dired-copy-file-recursive): Use it.
13528
131ae8f2
JB
135292009-10-04 Juanma Barranquero <lekktu@gmail.com>
13530
a30e71ae 13531 * files-x.el (modify-dir-local-variable)
dd9af436
CY
13532 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13533 docstrings.
a30e71ae 13534
131ae8f2
JB
13535 * recentf.el (recentf-unload-function): New function.
13536
ccafbf06
GM
135372009-10-04 Glenn Morris <rgm@gnu.org>
13538
13539 * window.el (window-full-height-p): Add doc string.
13540
02c6f098
GM
135412009-10-04 Martin Rudalics <rudalics@gmx.at>
13542
13543 * window.el (window-full-height-p): New function. (Bug#4543)
13544
ed6b0195
DN
135452009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
13546
13547 * vc.el: Remove commented out code.
13548 (vc-derived-from-dir-mode): Remove, unused.
13549 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13550
1b8d1cc7
MA
135512009-10-03 Michael Albinus <michael.albinus@gmx.de>
13552
4a34f065
SM
13553 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13554 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
13555 there could be recursive loading when `default-directory' is a
13556 remote file name. (Bug#4614)
13557
ac3c593c
GM
135582009-10-03 Glenn Morris <rgm@gnu.org>
13559
686ea556
GM
13560 * calendar/calendar.el (calendar-basic-setup): Handle the case where
13561 the frame is wide.
13562 (calendar-generate-window): Test for shrinkability rather than width.
13563
ac3c593c
GM
13564 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13565 reusing existing buffers, in case we happen to visit two files with the
13566 same basename. (Bug#4593)
13567
573709fd
EZ
135682009-10-02 Eli Zaretskii <eliz@gnu.org>
13569
4a34f065 13570 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
13571 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13572 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13573 subdirs of cedet as well.
8f885d01 13574 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 13575
8d6c1239
SM
135762009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13577
13578 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13579 Obey advertised-signature-table.
13580
13581 * help-fns.el (help-function-arglist): Don't check
13582 advertised-signature-table.
13583 (describe-function-1): Do it here instead so it also applies to subrs.
13584
c4861de0
MA
135852009-10-02 Michael Albinus <michael.albinus@gmx.de>
13586
13587 * simple.el (start-file-process): Say in the doc-string, that file
13588 handlers might not support pty association, if PROGRAM is nil.
13589
13590 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13591 HOST and USER are strings. They are nil, when there are
13592 incomplete entries in ~/.netrc, for example.
13593 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
13594 root directory ("device busy" error otherwise).
13595
8d6c1239
SM
13596 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13597 Flush file properties of created directory.
c4861de0 13598
d2bda74f
EZ
135992009-10-02 Eli Zaretskii <eliz@gnu.org>
13600
13601 * makefile.w32-in (WINS_BASIC): Remove cedet.
13602 (WINS_CEDET): Add cedet.
13603 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13604
895d1904
GM
136052009-10-02 Kevin Ryde <user42@zip.com.au>
13606
13607 * net/browse-url.el (browse-url): Pass any symbol in
13608 browse-url-browser-function to `apply', since if you've mistakenly put
13609 an unbound symbol then the error is clearer. (Bug#4531)
13610
32226619
JB
136112009-10-02 Juanma Barranquero <lekktu@gmail.com>
13612
13613 * allout.el (allout-init, allout-back-to-current-heading)
13614 (allout-beginning-of-current-entry, allout-ascend-to-depth)
13615 (allout-ascend, allout-up-current-level, allout-end-of-level)
13616 (allout-previous-visible-heading, allout-forward-current-level)
13617 (allout-backward-current-level, allout-show-children):
13618 * apropos.el (apropos-describe-plist):
13619 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13620 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13621 * completion.el (add-completion, add-permanent-completion):
13622 * descr-text.el (describe-text-category, describe-char):
13623 * desktop.el (desktop-lazy-abort):
13624 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13625 * dired.el (dired-build-subdir-alist):
13626 * ediff.el (ediff-version):
13627 * elide-head.el (elide-head, elide-head-show):
13628 * emerge.el (emerge-version):
13629 * env.el (getenv):
13630 * face-remap.el (variable-pitch-mode):
13631 * faces.el (describe-face):
13632 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13633 (dired-at-point):
13634 * files.el (find-file-existing, auto-save-mode):
13635 * font-lock.el (font-lock-fontify-buffer):
13636 * help-fns.el (describe-function, describe-variable)
13637 (describe-syntax, describe-categories):
13638 * help.el (view-lossage, describe-bindings, describe-key)
13639 (describe-mode):
13640 * hexl.el (hexl-current-address):
13641 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13642 * info.el (Info-goto-emacs-key-command-node):
13643 * log-edit.el (log-edit-insert-cvs-template)
13644 (log-edit-insert-cvs-rcstemplate):
13645 * menu-bar.el (menu-bar-mode):
13646 * mouse.el (mouse-appearance-menu):
13647 * newcomment.el (comment-indent-new-line):
13648 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13649 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 13650 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
13651 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13652 * recentf.el (recentf-mode):
13653 * savehist.el (savehist-mode, savehist-save):
13654 * shadowfile.el (shadow-copy-files):
13655 * simple.el (kill-ring-save, next-line, previous-line)
13656 (normal-erase-is-backspace-mode):
13657 * strokes.el (strokes-update-window-configuration)
13658 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13659 (strokes-xpm-for-stroke):
13660 * time.el (emacs-uptime, emacs-init-time):
13661 * tutorial.el (tutorial--describe-nonstandard-key)
13662 (tutorial--detailed-help):
13663 * type-break.el (type-break-mode)
13664 (type-break-mode-line-message-mode, type-break-query-mode)
13665 (type-break-guesstimate-keystroke-threshold):
13666 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13667 * version.el (emacs-version):
13668 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13669 * winner.el (winner-mode):
13670 * calendar/timeclock.el (timeclock-in, timeclock-out)
13671 (timeclock-status-string, timeclock-change)
13672 (timeclock-workday-remaining-string)
13673 (timeclock-workday-elapsed-string)
13674 (timeclock-when-to-leave-string):
13675 * calendar/todo-mode.el (todo-add-category):
13676 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13677 * emacs-lisp/autoload.el (update-file-autoloads):
13678 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13679 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13680 (checkdoc-message-text, checkdoc-defun):
13681 * emacs-lisp/debug.el (debugger-list-functions):
13682 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13683 * emacs-lisp/eieio-opt.el (eieio-describe-class)
13684 (eieio-describe-generic):
13685 * emacs-lisp/lisp-mnt.el (lm-synopsis):
13686 * emacs-lisp/shadow.el (list-load-path-shadows):
13687 * emulation/cua-base.el (cua-mode):
13688 * emulation/edt.el (edt-set-scroll-margins):
13689 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13690 (tpu-toggle-regexp, tpu-toggle-search-direction)
13691 (tpu-toggle-rectangle, tpu-toggle-control-keys):
13692 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13693 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13694 (viper-set-parsing-style-toggling-macro)
13695 (viper-set-emacs-state-searchstyle-macros):
13696 * emulation/viper.el (viper-set-hooks):
13697 * eshell/esh-mode.el (eshell-truncate-buffer):
13698 * international/mule-cmds.el (prefer-coding-system)
13699 (describe-input-method, describe-language-environment):
13700 * international/mule-diag.el (list-character-sets)
13701 (describe-character-set, describe-coding-system)
13702 (describe-fontset, list-fontsets, list-input-methods):
13703 * mail/sendmail.el (mail-signature):
13704 * net/ange-ftp.el (ange-ftp-copy-file):
13705 * net/browse-url.el (browse-url):
13706 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13707 * net/quickurl.el (quickurl-add-url):
13708 * net/rcirc.el (names, topic):
13709 * net/xesam.el (xesam-mode):
13710 * play/5x5.el (5x5-new-game):
13711 * play/yow.el (apropos-zippy):
13712 * progmodes/ada-mode.el (ada-mode-version):
13713 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13714 (f90-end-of-block)
13715 (f90-beginning-of-block):
13716 * progmodes/fortran.el (fortran-end-of-block)
13717 (fortran-beginning-of-block):
13718 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13719 * progmodes/python.el (python-describe-symbol, python-shell):
13720 * term/ns-win.el (ns-print-buffer):
13721 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13722 * textmodes/flyspell.el (flyspell-mode-on):
13723 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13724 (pages-directory-for-addresses):
13725 * textmodes/table.el (table-recognize-cell)
13726 (table-query-dimension, table-generate-source)
13727 (table-insert-sequence, table--warn-incompatibility):
13728 * textmodes/tex-mode.el (tex-validate-buffer):
13729 * textmodes/texinfmt.el (texinfmt-version)
13730 (texinfo-format-buffer):
13731 Use `called-interactively-p' instead of `interactive-p'.
13732
12a3c28c
JB
137332009-10-02 Juanma Barranquero <lekktu@gmail.com>
13734
13735 * image-mode.el (image-toggle-display):
13736 * emacs-lisp/elp.el (elp-instrument-function):
13737 * emacs-lisp/advice.el (ad-make-advised-definition):
13738 * emacs-lisp/easy-mmode.el (define-minor-mode):
13739 * net/browse-url.el (browse-url-maybe-new-window):
13740 * progmodes/sh-script.el (sh-learn-buffer-indent):
13741 Pass new argument 'any to `called-interactively-p'.
13742
171fda8a
JB
137432009-10-01 Juanma Barranquero <lekktu@gmail.com>
13744
171fda8a
JB
13745 * international/uni-bidi.el:
13746 * international/uni-category.el:
13747 * international/uni-combining.el:
13748 * international/uni-comment.el:
13749 * international/uni-decimal.el:
9c3c9fdf 13750 * international/uni-decomposition.el:
171fda8a
JB
13751 * international/uni-digit.el:
13752 * international/uni-lowercase.el:
13753 * international/uni-mirrored.el:
13754 * international/uni-name.el:
13755 * international/uni-numeric.el:
13756 * international/uni-old-name.el:
13757 * international/uni-titlecase.el:
13758 * international/uni-uppercase.el:
13759 Regenerate from Unicode 5.2.0 data.
13760
dcb9734a
GM
137612009-10-01 Glenn Morris <rgm@gnu.org>
13762
13763 * Makefile.in (ELCFILES): Regenerate.
13764
ced10a4c
SM
137652009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13766
9d28c33e
SM
13767 * subr.el (interactive-p): Mark obsolete.
13768 (called-interactively-p): Make the optional-ness of `kind' obsolete.
13769 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13770 advertised-signature-table for subroutines as well.
13771
ced10a4c
SM
13772 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13773 (set-advertised-calling-convention): New function.
13774 (make-obsolete, define-obsolete-function-alias)
13775 (make-obsolete-variable, define-obsolete-variable-alias):
13776 Make the optional-ness of `when' obsolete.
13777 (define-obsolete-face-alias): Make `when' non-optional.
13778 * help-fns.el (help-function-arglist):
13779 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13780 Use advertised-signature-table.
13781
cc3dda16
MA
137822009-10-01 Michael Albinus <michael.albinus@gmx.de>
13783
13784 * files.el (delete-directory): New defun. The original function
13785 in fileio.c has been renamed to `delete-directory-internal'.
13786
13787 * dired.el (dired-delete-file): Call `delete-directory' with
13788 RECURSIVE parameter.
13789
5ce6e4f4 13790 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
13791 parameter RECURSIVE. Implementation is missing.
13792
13793 * net/tramp.el (tramp-handle-make-directory): Flush upper
13794 directory's file properties.
ced10a4c 13795 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
13796 (tramp-handle-dired-recursive-delete-directory): Flush directory
13797 properties after the remove command only.
13798
ced10a4c
SM
13799 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13800 Handle optional parameter RECURSIVE.
cc3dda16 13801
ced10a4c
SM
13802 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13803 Handle optional parameter RECURSIVE.
cc3dda16
MA
13804
13805 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13806 connection timeout.
13807 (tramp-smb-handle-delete-directory): Handle optional parameter
13808 RECURSIVE.
13809
cf885595
SM
138102009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13811
e3a6b82f
SM
13812 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13813 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13814 (byte-compile-defmacro): Use backquotes.
13815
7201bfbb
SM
13816 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13817
cf885595
SM
13818 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13819 has no associated file.
13820 (vc-resynch-buffer): Use vc-dir-buffers.
13821
a4d2c321
GM
138222009-10-01 Glenn Morris <rgm@gnu.org>
13823
9ffe3f52
GM
13824 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13825 (chart-file-count):
13826 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13827 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13828 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13829 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13830 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13831 (eieio-copy-parents-into-subclass, make-instance, class-children)
13832 (eieio-generic-form):
bd2afec2 13833
9515cdcc
GM
13834 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13835 match-data. (Bug#4555).
13836
a4d2c321
GM
13837 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13838 rather than parsing it as a regexp. This relaxes the layout
13839 requirements and makes errors easier to detect.
13840 (check-declare-verify): Check file is regular.
13841 (check-declare-directory): Doc fix.
13842 * subr.el (declare-function): Doc fix.
13843
b15c31c7
GM
13844 * ibuffer.el (ibuffer-format-qualifier):
13845 * isearch.el (hi-lock-regexp-okay):
13846 * calc/calc.el (math-zerop):
13847 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13848 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13849 Remove unused declarations.
13850
b0b111c3
JB
138512009-09-30 Eric Ludlam <zappo@gnu.org>
13852
13853 * emacs-lisp/eieio.el (boolean-p): Delete.
13854
1fc28a2c
GM
138552009-09-30 Glenn Morris <rgm@gnu.org>
13856
1fc28a2c
GM
13857 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13858
494f4fc7
GM
13859 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13860 filename is not a string.
13861
561580e9
CY
138622009-09-29 Chong Yidong <cyd@stupidchicken.com>
13863
13864 * files.el (safe-local-eval-forms): Fix typo.
13865
dcbbecd4
SM
138662009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13867
13868 * vc-hooks.el (vc-dir-buffers): New var.
13869 (vc-state-refresh): New function.
13870 (vc-state): Use it.
13871 (vc-after-save): Always ask the backend to recompute the new state.
13872 Always call vc-dir if necessary, using vc-dir-buffers.
13873 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13874 Use vc-dir-buffers.
13875 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13876 (vc-dir-prepare-status-buffer, vc-dir-update)
13877 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13878 Don't call expand-file-name on default-directory.
13879
d88444f2
JB
138802009-09-29 Juanma Barranquero <lekktu@gmail.com>
13881
13882 * speedbar.el (speedbar-item-delete):
13883 * calc/calc-prog.el (calc-kbd-if):
13884 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13885
13886 * epa.el (epa-key-list-mode-map):
13887 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13888
13889 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13890 (hs-show-hook): Fix typo in docstring.
13891
5da62d41
GM
138922009-09-29 Glenn Morris <rgm@gnu.org>
13893
8360fce0
GM
13894 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13895 file-name-nondirectory call preventing location of cedet files.
13896 (check-declare-verify): Use literal search rather than re-search.
ae715515 13897 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
13898
13899 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13900 Use tramp-compat-file-attributes rather than nonexistent
13901 tramp-compat-handle-file-attributes.
13902
5da62d41
GM
13903 * Makefile.in (lisptagsfiles4): New.
13904 (AUTOGENEL): Add cedet loaddefs files.
13905 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13906 (update-elclist, compile-always, backup-compiled-files)
13907 (bootstrap-clean): Add yet another directory level.
13908 (update-elclist): Use LC_COLLATE rather than COLLATE.
13909 (ELCFILES): Update, via `make update-elclist'.
13910
48267264
JB
139112009-09-29 Juanma Barranquero <lekktu@gmail.com>
13912
13913 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13914 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13915 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13916
2c4cd0b0
AS
139172009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13918
13919 * Makefile.in (lisptagsfiles3): Define.
5da62d41 13920 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
13921 (update-elclist): Add third directory level to look for elc files.
13922 (compile-always): Likewise.
13923 (backup-compiled-files): Likewise.
13924 (bootstrap-clean): Likewise.
13925 (ELCFILES): Update.
13926
a2533e47
CY
139272009-09-28 Chong Yidong <cyd@stupidchicken.com>
13928
13929 * Makefile.in (ELCFILES): Add CEDET files.
13930
eefbedb1
MA
139312009-09-28 Michael Albinus <michael.albinus@gmx.de>
13932
13933 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13934
13935 * net/tramp.el (top): Require tramp-imap.
13936
13937 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13938 Use `tramp-compat-handle-file-attributes'.
13939
139402009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13941
13942 * net/tramp-imap.el: New package.
13943
b0b111c3
JB
139442009-09-28 Eric Ludlam <zappo@gnu.org>
13945
13946 * emacs-lisp/chart.el:
13947 * emacs-lisp/eieio-base.el:
13948 * emacs-lisp/eieio-comp.el:
13949 * emacs-lisp/eieio-custom.el:
13950 * emacs-lisp/eieio-datadebug.el:
13951 * emacs-lisp/eieio-opt.el:
13952 * emacs-lisp/eieio-speedbar.el:
13953 * emacs-lisp/eieio.el: New files.
13954
748e3d67
VJL
139552009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13956
13957 * whitespace.el (whitespace-trailing-regexp)
13958 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13959 Fix doc string.
13960
15120dec
CY
139612009-09-27 Chong Yidong <cyd@stupidchicken.com>
13962
13963 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13964 menu.
13965
13966 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13967 menu-bar-ediff-menu.
13968
13969 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13970 define-overloadable-function.
13971
13972 * progmodes/autoconf.el: Provide autoconf as well, so that this
13973 file can be `require'd.
13974
13975 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13976
13977 * emacs-lisp/autoload.el (generated-autoload-feature)
13978 (generated-autoload-load-name): New vars.
13979 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13980 (make-autoload): Recognize define-overloadable-function and
13981 defclass forms (for EIEIO).
13982
13983 * Makefile.in (update-subdirs): Exclude cedet directory.
13984
135abf91
AR
139852009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13986
1becddbb 13987 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
13988
13989 * faces.el: Default light-background background for region face to
13990 ns_selection_color under NS.
13991
3d994264
TZ
139922009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13993
13994 * net/imap-hash.el: New library, see NEWS.
13995
13996 * Makefile.in (ELCFILES): Add imap-hash.el.
13997
ce9a0ccb
SM
139982009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
14001 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
14002 * help-macro.el (make-help-screen): Avoid using an ambiguous function
14003 definition where the docstring could be taken for the return value.
14004
a92cdd49
GM
140052009-09-26 Glenn Morris <rgm@gnu.org>
14006
14007 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
14008 Add option to only show images below a certain size.
14009 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
14010 save-excursion calls.
14011
416ac2f1
EZ
140122009-09-26 Eli Zaretskii <eliz@gnu.org>
14013
14014 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
14015 subdirectories) and eieio.
14016
d9a13f68
AM
140172009-09-26 Alan Mackenzie <acm@muc.de>
14018
9c3c9fdf 14019 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 14020 buggy bracketing. (Bug#4289)
d9a13f68
AM
14021
14022 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 14023 character constants (as case labels). (Bug#4289)
d9a13f68 14024
182b3bec
CY
140252009-09-25 Juri Linkov <juri@jurta.org>
14026
14027 * files.el (safe-local-eval-forms): Allow time-stamp in
14028 before-save-hook (Bug#4554).
14029
8f75f2da
JB
140302009-09-25 Drew Adams <drew.adams@oracle.com>
14031
14032 * menu-bar.el (list-buffers-directory): Doc fix.
14033
8390fb80
SM
140342009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
14037 Try and avoid copying twice the same paragraph.
14038 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
14039 Remove save-excursion.
14040 (log-edit-changelog-entry): Do it here instead.
14041
11ee8d90
JB
140422009-09-25 Juanma Barranquero <lekktu@gmail.com>
14043
027b1942
JB
14044 * bs.el (bs--get-file-name): Use `list-buffers-directory'
14045 when available, instead of hardcoding mode names. Doc fix.
14046
11ee8d90
JB
14047 * menu-bar.el (list-buffers-directory): Add docstring.
14048 Make automatically buffer-local.
14049
14050 * dired.el (dired-mode):
14051 * files.el (cd-absolute):
14052 * pcvs.el (cvs-temp-buffer):
14053 * pcvs-util.el (cvs-get-buffer-create):
14054 * shell.el (shell-mode):
14055 * vc-dir.el (vc-dir-mode):
14056 Don't make `list-buffers-directory' buffer local.
14057
21289c5d
CY
140582009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
14059
8390fb80
SM
14060 * comint.el (comint-exec, comint-run, make-comint):
14061 Doc fixes (Bug#4542).
21289c5d 14062
e8652dd9
GM
140632009-09-25 Glenn Morris <rgm@gnu.org>
14064
14065 * mail/rmailmm.el (rmail-mime): New custom group.
14066 Move all defcustoms in this file into this group.
14067 (rmail-mime-media-type-handlers-alist): Revert previous change.
14068 (rmail-mime-show-images): New option.
14069 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
14070 references to it, since it wasn't actually used for anything.
14071 (rmail-mime-insert-image): New function.
14072 (rmail-mime-image): Use rmail-mime-insert-image.
14073 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
14074 obey the value of `rmail-mime-show-images' option. Print the size of
14075 attachments.
e8652dd9 14076
fb652bb5
JB
140772009-09-25 David Engster <deng@randomsample.de>
14078
14079 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
14080
32a9841c
VJL
140812009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14082
14083 * whitespace.el: Does not highlight trailing spaces While point is
14084 at end of line. Does not highligt spaces at beginning of buffer
14085 while point is at beginning of buffer. Does not highlight spaces
14086 at end of buffer while point is at end of buffer. (Bug#4177)
14087 New version 12.0.
14088 (whitespace-display-mappings): Adjust initialization.
14089 (whitespace-point, whitespace-font-lock-refontify): New vars.
14090 (whitespace-color-on, whitespace-color-off): Adjust code.
14091 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14092 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
14093 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
14094
e477ca84
CY
140952009-09-24 Chong Yidong <cyd@stupidchicken.com>
14096
14097 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
14098
14099 * textmodes/sgml-mode.el: Remove xml-mode alias.
14100
14101 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 14102 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 14103
68712602
AM
141042009-09-24 Alan Mackenzie <acm@muc.de>
14105
14106 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
14107 c-forward-conditionals, but it doesn't move point and doesn't set
14108 the mark.
14109 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
14110 (c-down-conditional-with-else, c-backward-conditional)
14111 (c-forward-conditional): Refactor to use c-scan-conditionals.
14112
1659ada0
JB
141132009-09-24 Juanma Barranquero <lekktu@gmail.com>
14114
14115 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
14116 (help-default-arg-highlight): Remove.
14117 (help-highlight-arg): New function.
14118 (help-do-arg-highlight): Use it.
14119 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
14120
b3f01e46
SM
141212009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * term.el (term-set-scroll-region, term-handle-ansi-escape):
14124 Undo last change, which didn't fix the problem and introduced others.
14125
107ef54a
NR
141262009-09-24 Nick Roberts <nickrob@snap.net.nz>
14127
14128 * progmodes/gdb-mi.el: Don't require speedbar.
14129 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
14130
ffa1fed6
GM
141312009-09-24 Glenn Morris <rgm@gnu.org>
14132
2157a2be
GM
14133 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
14134
6125167c
GM
14135 * term/ns-win.el (ns-reg-to-script): Define for compiler.
14136
ffa1fed6
GM
14137 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14138 there is no newline after the final mime boundary. (Bug#4539)
14139 Move markers on insertion so that any buttons inserted don't end up in
14140 the next part of a multipart message.
2e9075d3
GM
14141 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
14142 (rmail-mime-bulk-handler): Optionally handle images.
14143 (rmail-mime-image): New button action.
14144 (rmail-mime-image-handler): New function.
14145 (rmail-mime-mode): New mode.
14146 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 14147
4a814992
SM
141482009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14149
075518b5
SM
14150 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14151 than just dropping elements from it (bug#4504).
14152
8ad2defc
SM
14153 * term.el (term-set-scroll-region): Don't move cursor any more.
14154 (term-handle-ansi-escape): Call term-goto here instead.
14155 Suggested by Ivan Kanis <apple@kanis.eu>.
14156
4a814992
SM
14157 * term.el: Require CL.
14158 (term-ansi-reset): New function.
14159 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14160 (term-handle-colors-array): Simplify.
14161
5a0c3f56
JB
141622009-09-24 Juanma Barranquero <lekktu@gmail.com>
14163
14164 * allout.el (allout-overlay-interior-modification-handler)
14165 (allout-obtain-passphrase):
14166 * epa-file.el (epa-file-write-region):
14167 * ps-print.el (ps-begin-job):
14168 * vc-hooks.el (vc-toggle-read-only):
14169 * vc-rcs.el (vc-rcs-rollback):
14170 * vc-sccs.el (vc-sccs-rollback):
14171 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
14172 (vc-version-diff, vc-revert, vc-rollback):
14173 * wdired.el (wdired-check-kill-buffer):
14174 * emacs-lisp/authors.el (authors):
14175 * net/socks.el (socks-open-connection):
14176 * net/zeroconf.el (zeroconf-service-add-hook):
14177 * obsolete/vc-mcvs.el (vc-mcvs-register):
14178 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
14179 (gdb-select-frame):
14180 * progmodes/grep.el (lgrep, rgrep):
14181 * progmodes/idlw-help.el (idlwave-help-check-locations)
14182 (idlwave-help-html-link, idlwave-help-assistant-open-link):
14183 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14184 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
14185 (reftex-toc-rename-label): Fix typos in error messages.
14186
14187 * dired-aux.el (dired-do-shell-command): Reflow docstring.
14188 (dired-copy-how-to-fn): Doc fix.
14189 (dired-files-attributes, dired-read-shell-command):
14190 Fix typos in docstrings.
14191
14192 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
14193 (dired-x-find-file-other-window): Reflow docstrings.
14194 (dired-omit-marker-char, dired-read-shell-command)
14195 (dired-x-submit-report): Fix typos in docstrings.
14196
14197 * shell.el (shell-mode-hook):
14198 * view.el (View-scroll-line-forward):
14199 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
14200 Fix typos in docstrings.
14201
14202 * net/dig.el (dig-invoke): Fix typo in docstring.
14203 (query-dig): Reflow docstring.
14204
14205 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
14206 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
14207 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
14208 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
14209 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
14210 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
14211 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
14212 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
14213 (idlwave-completion-map, idlwave-current-indent)
14214 (idlwave-custom-ampersand-surround, idlwave-customize)
14215 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
14216 (idlwave-define-abbrev, idlwave-determine-class-special)
14217 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
14218 (idlwave-end-block-reg, idlwave-end-of-statement)
14219 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
14220 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
14221 (idlwave-explicit-class-listed, idlwave-file-header)
14222 (idlwave-fill-paragraph, idlwave-find-class-definition)
14223 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
14224 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
14225 (idlwave-in-quote, idlwave-indent-action-table)
14226 (idlwave-indent-expand-table, idlwave-indent-line)
14227 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
14228 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
14229 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
14230 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
14231 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
14232 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
14233 (idlwave-outlawed-buffers, idlwave-popup-select)
14234 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
14235 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
14236 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
14237 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
14238 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
14239 (idlwave-statement-type, idlwave-struct-skip)
14240 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
14241 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
14242 (idlwave-what-module-find-class): Fix typos in docstrings.
14243 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
14244 (idlwave-calculate-cont-indent, idlwave-expand-equal)
14245 (idlwave-find-module, idlwave-find-structure-definition)
14246 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
14247 (idlwave-list-load-path-shadows, idlwave-next-statement)
14248 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
14249 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
14250 (idlwave-template): Reflow docstrings.
14251
14252 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14253 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14254 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14255 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14256 (idlwave-shell-display-line, idlwave-shell-display-wframe)
14257 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14258 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14259 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14260 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14261 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14262 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14263 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14264 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14265 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14266 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14267 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14268 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14269 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14270 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14271 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14272 Fix typos in docstrings.
14273 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14274 (idlwave-shell-hide-output, idlwave-shell-mode)
14275 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14276 Reflow docstrings.
14277
14278 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14279
62136c5d
SM
142802009-09-24 Ivan Kanis <apple@kanis.eu>
14281
14282 * term.el (term-bold-attribute): New var.
14283 (term-handle-colors-array): Use it.
14284
9c1a45ed
NR
142852009-09-23 Nick Roberts <nickrob@snap.net.nz>
14286
14287 * progmodes/gdb-mi.el (gdb-version): New variable.
14288 (gdb-non-stop-handler): Set gdb-version.
14289 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
14290 Condition "--thread" option on gdb-version.
14291 (gdb-invalidate-threads): Remove unused argument.
14292
03304f31
SM
142932009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14294
14295 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
14296 to looking-back to avoid ridiculous slow down in large files (bug#4511).
14297
4f02f0c9
GM
142982009-09-23 Glenn Morris <rgm@gnu.org>
14299
14300 * mail/rmail.el (rmail-reply): Don't try to add a References header when
14301 replying to mail without References or Message-Id. (Bug#4525)
14302
a3b4b363
AR
143032009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
14304
14305 * term/ns-win.el (ns-reg-to-script): New variable.
14306
7bda18cc
DU
143072009-09-23 Daiki Ueno <ueno@unixuser.org>
14308
14309 * epg.el (epg-wait-for-status): Preserve existing 'error results.
14310
72169e55
SS
143112009-09-22 Sam Steingold <sds@gnu.org>
14312
14313 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
14314 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
14315 to 1 because hg returns status 1 when nothing is found.
0aa4f295 14316 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 14317
905b7d38
SM
143182009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14319
b0459dec
SM
14320 * textmodes/fill.el: Convert to utf-8 encoding.
14321 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 14322 pre-Unicode days.
b0459dec 14323
905b7d38
SM
14324 * add-log.el (change-log-fill-forward-paragraph): New function.
14325 (change-log-mode): Use it so fill-region DTRT.
14326 Set fill-indent-according-to-mode here rather than in
14327 change-log-fill-paragraph.
14328 (change-log-fill-paragraph): Remove.
14329
baa7f3de
JB
143302009-09-22 Juanma Barranquero <lekktu@gmail.com>
14331
14332 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
14333 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
14334
a8d789f0
GM
143352009-09-22 Glenn Morris <rgm@gnu.org>
14336
daedbbc2
GM
14337 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
14338 the scroll-bar scroll the calendar window rather than the buffer.
14339
d8899a74
GM
14340 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
14341 commands that move point (as opposed to scrolling).
14342
a8d789f0
GM
14343 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
14344
14345 * emacs-lisp/elint.el (elint): New custom group.
14346 (elint-log-buffer): Make it a defcustom.
14347 (elint-scan-preloaded, elint-ignored-warnings)
14348 (elint-directory-skip-re): New options.
14349 (elint-builtin-variables): Doc fix.
14350 (elint-preloaded-env): New variable.
14351 (elint-unknown-builtin-args): Add an entry for encode-time.
14352 (elint-extra-errors): Make it a variable rather than a constant.
14353 (elint-preloaded-skip-re): New constant.
14354 (elint-directory): Skip files matching elint-directory-skip-re.
14355 (elint-features): New variable, local to linted buffers.
14356 (elint-update-env): Initialize elint-features. Possibly add
14357 elint-preloaded-env to the buffer's environment.
14358 (elint-get-top-forms): Bind elint-current-pos, for log messages.
14359 Skip quoted forms.
14360 (elint-init-form): New function, extracted from elint-init-env.
14361 Make non-list forms a warning rather than an error.
14362 Add the mode-map for define-derived-mode. Handle define-minor-mode,
14363 easy-menu-define, put that adds an error-condition, and provide.
14364 When requiring cl, also require cl-macs. Really require cl, to handle
14365 some cl macros. Store required libraries in the list elint-features,
14366 so as not to re-load them. Treat cc-require like require.
14367 (elint-init-env): Call elint-init-form to do the work.
14368 Handle eval-and-compile and such like.
14369 (elint-add-required-env): Do not clear messages.
14370 (elint-special-forms): Add handlers for function, defalias, if, when,
14371 unless, and, or.
14372 (elint-form): Add optional argument to ignore elint-special-forms,
14373 useful to prevent recursive calls from handlers. Doc fix.
14374 Respect elint-ignored-warnings.
14375 (elint-form): Respect elint-ignored-warnings.
14376 (elint-bound-variable, elint-bound-function): New variables.
14377 (elint-unbound-variable): Respect elint-bound-variable.
14378 (elint-get-args): Respect elint-bound-function.
14379 (elint-check-cond-form): Add some simple handling for (f)boundp and
14380 featurep tests.
14381 (elint-check-defalias-form): New handler.
14382 (elint-check-let-form): Make an empty let a warning rather than an
14383 error.
14384 (elint-check-setq-form): Make an empty setq a warning rather than an
14385 error. Respect elint-ignored-warnings.
14386 (elint-check-defvar-form): Accept null doc-strings.
14387 (elint-check-conditional-form): New handler. Does some simple-minded
14388 checking of featurep and (f)boundp tests.
14389 (elint-put-function-args): New function.
14390 (elint-initialize): Use elint-scan-doc-file rather than
14391 elint-find-builtin-variables. Use elint-put-function-args.
14392 Possibly scan preloaded-file-list.
14393 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
14394 extend to handle functions as well.
14395
245be23c
JB
143962009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
14397
14398 * linum.el (linum-delete-overlays, linum-update-window):
14399 Do not modify the right margin. (Bug#3971)
14400
91fdbd6f
CY
144012009-09-21 Chong Yidong <cyd@stupidchicken.com>
14402
14403 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
14404 nxml-mode instead of xml-mode.
14405
7589d38e
JB
144062009-09-21 Kevin Ryde <user42@zip.com.au>
14407
14408 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
14409
5ac42715
SM
144102009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14411
14412 * net/dig.el (dig-mode): Use define-derived-mode.
14413
09c01323
DN
144142009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14415
4096c5f2
DN
14416 * vc-dispatcher.el (vc-do-command): Return the process object in
14417 the asynchronous case. Use when instead of if. Do not run
5480359e 14418 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 14419
0e172cc2
DN
14420 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
14421 properties to the stash strings.
14422 (vc-git-stash-list): Return a list of strings.
14423 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
14424 (vc-git-stash-show-at-point): New functions.
14425 (vc-git-stash-map): New keymap.
14426
03304f31
SM
14427 * register.el (ctl-x-r-map): Define the keys here instead of
14428 using autoload.
09c01323 14429
03304f31 144302009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
14431
14432 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
14433 list, to workaround performance problem (bug#4485).
14434
2f5fc4d7
NR
144352009-09-20 Nick Roberts <nickrob@snap.net.nz>
14436
14437 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
14438
b0f5fd2e
DU
144392009-09-20 Daiki Ueno <ueno@unixuser.org>
14440
14441 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
14442 Document that this option is not recommended to use.
14443
f3445fab
GM
144442009-09-19 Glenn Morris <rgm@gnu.org>
14445
547c6921
GM
14446 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
14447 variable `var'.
14448
f3445fab
GM
14449 * calc/calc-alg.el (var):
14450 * calc/calcalg2.el (var): Define for compiler.
14451
946c009b
CY
144522009-09-19 Chong Yidong <cyd@stupidchicken.com>
14453
e3f36d03
SM
14454 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
14455 Doc fix (Bug#3932).
e2045997 14456
24aedbca
CY
14457 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
14458
327dd27a
CY
14459 * time-stamp.el (time-stamp-month-dd-yyyy)
14460 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
14461 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
14462 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
14463 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
14464 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 14465
946c009b
CY
14466 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
14467 indent buffer only if called interactively (Bug#4452).
14468
3e70541a 144692009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 14470 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
14471
14472 This fixes bug#4197 (merged to bug#865, though not identical).
14473 * server.el (server-auth-dir): Add docstring note about FAT32.
14474 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
14475 but warn against using them.
14476
9b94c32e
NR
144772009-09-19 Nick Roberts <nickrob@snap.net.nz>
14478
14479 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
14480 older GDB where there is no has_more field.
14481
66590684
GM
144822009-09-19 Glenn Morris <rgm@gnu.org>
14483
14484 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14485
9a1337f9
CY
144862009-09-18 Chong Yidong <cyd@stupidchicken.com>
14487
14488 * files.el (auto-mode-alist): Change default for XML files to nXML
14489 mode (Bug#4169).
14490
d7554167
JB
144912009-09-18 Juanma Barranquero <lekktu@gmail.com>
14492
14493 * server.el (server-ensure-safe-dir): Pass 'integer
14494 to `file-attributes', as suggested.
14495
35a3f9a4
SM
144962009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * dired-aux.el (dired-query-alist): Remove spurious backslash.
14499 (dired-query): Use read-key.
14500
044f9b05
AR
145012009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
14502
14503 * cus-start.el (ns-use-qd-smoothing): Remove.
14504
6188ea49
GM
145052009-09-18 Glenn Morris <rgm@gnu.org>
14506
08cf18e4
GM
14507 * allout.el (top-level): Remove unnecessary progn.
14508
07eae5c5
GM
14509 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
14510
6726c25e
GM
14511 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
14512 definition of abbrev table.
14513
3f527154 14514 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
14515 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14516 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
14517 * net/newst-backend.el (newsticker--cache-read-feed):
14518 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
14519 condition-case handlers.
14520
ccb4c30c
NR
145212009-09-18 Nick Roberts <nickrob@snap.net.nz>
14522
14523 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14524 (gdb-var-list): Add an element for has_more field.
14525 (gdb-non-stop-handler): Enable pretty printing for STL containers.
14526 (gdb-var-create-handler, gdb-var-list-children-handler-1)
14527 (gdb-var-update-handler-1): Parse output of dynamic variable
14528 objects (STL containers).
14529 (gdb-var-delete-1): Pass var1 as an explicit second argument.
14530 (gdb-get-field): Delete alias. Use bindat-get-field directly.
14531
14532 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14533 gdb-var-list.
14534 (gud-speedbar-buttons): Make node expandable if expression "has more"
14535 children.
14536
8686ac71
JB
145372009-09-17 Juanma Barranquero <lekktu@gmail.com>
14538
14539 * startup.el (emacs-quick-startup): Remove variable and all uses.
14540 (command-line): Set `inhibit-x-resources' instead.
14541 (command-line-1): Use `inhibit-x-resources' instead.
14542
a69c67e8
CY
145432009-09-17 Chong Yidong <cyd@stupidchicken.com>
14544
14545 * subr.el: Fix last change to avoid using the `unless' macro,
14546 which breaks bootstrapping.
14547
354f0faf
SM
145482009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14549
14550 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14551 extended definitions, in case we reload subr.el after having
14552 loaded CL.
14553 (eval-next-after-load): Mark as obsolete.
14554
98b9bf40
JL
145552009-09-17 Juri Linkov <juri@jurta.org>
14556
14557 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14558 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14559 (menu-bar-showhide-menu, menu-bar-tools-menu)
14560 (menu-bar-describe-menu, menu-bar-help-menu)
14561 (minibuffer-local-completion-map, minibuffer-local-map):
14562 Fix list quoting.
14563
28fab7b5
GM
145642009-09-17 Glenn Morris <rgm@gnu.org>
14565
88d5190c
GM
14566 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14567 arguments, whether or not it has a handler.
14568
74f24ba7
GM
14569 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14570
28fab7b5
GM
14571 * simple.el (hard-newline): Give it a doc-string.
14572
a8106aec
GM
14573 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14574 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 14575
76251ad7
DN
145762009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14577
72033dbe
DN
14578 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14579 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14580 (menu-bar-options-menu, menu-bar-showhide-menu)
14581 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14582 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14583 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14584 (menu-bar-options-menu, menu-bar-tools-menu)
14585 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14586 (menu-bar-help-menu):
14587 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14588 string arguments.
14589
76251ad7
DN
14590 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14591 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14592 calls for the menu names and :help.
14593
97b952b7
SM
145942009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14595
14596 * mouse.el (minor-mode-menu-from-indicator): Pay attention
14597 to :minor-mode-function (bug#4455).
14598
8f38189e
SM
145992009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14600
d2fd733e
SM
14601 * startup.el (command-line): Initialize the window-system after
14602 processing the command-line.
14603
8f38189e
SM
14604 * textmodes/page.el (what-page): Make sure we don't inf-loop if
14605 page-delimiter matches the empty string.
14606
77564fa4
GM
146072009-09-16 Glenn Morris <rgm@gnu.org>
14608
14609 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14610 byte-compile-not-obsolete-var. It's a list now.
14611 (byte-compile-not-obsolete-funcs): New variable.
14612 (byte-compile-warn-obsolete): Don't warn about functions if they are in
14613 byte-compile-not-obsolete-funcs.
14614 (byte-compile-variable-ref, byte-compile-defvar): Update for
14615 byte-compile-not-obsolete-vars name-change and list nature.
14616 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14617 and variables behind (f)boundp tests.
14618 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14619
79d316d3
DN
146202009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14621
14622 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14623
8fed6934
SM
146242009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14625
14626 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14627 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14628 Don't autoload.
14629
4078fd57
SE
146302009-09-15 Stephen Eglen <stephen@gnu.org>
14631
14632 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 14633 the virtual-buffers, use the name of the buffer specified by
4078fd57 14634 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 14635 problem if the target and the symlink had different names.)
4078fd57 14636
838ff458
SM
146372009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14638
b3c7c12d
SM
14639 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14640
13dc2bc2
SM
14641 * desktop.el (desktop-path): Check user-emacs-directory.
14642
49fec531
SM
14643 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14644
0e328d37
SM
14645 * loadup.el: Use after-load-functions to GC after loading each file.
14646 Remove the explicit GC calls that used to be sprinkled around.
14647
838ff458
SM
14648 * subr.el (after-load-functions): New hook.
14649 (do-after-load-evaluation): Run it. Use string-match-p to detect
14650 `obsolete' packages, rather than painfully extracting the relevant
14651 directory name.
14652
a62f564f
GM
146532009-09-15 Glenn Morris <rgm@gnu.org>
14654
14655 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14656 free variable `doc'.
14657
14658 * dired.el (dired-mode-map): Add menu entry for async shell command.
14659
14660 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14661 variables, also consider the .elc files, since the .el files are
14662 normally gzipped (subsequent code locates the .el.gz from the .elc).
14663
14664 * calc/calc-prog.el (arglist): Define for compiler.
14665
14666 * calendar/diary-lib.el (diary-display-function): Change the default to
14667 fancy display.
14668 (body): Define for compiler.
14669
14670 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14671 (byte-compile-file-form, byte-compile-lambda)
14672 (byte-compile-top-level-body, byte-compile-form)
14673 (byte-compile-variable-ref, byte-compile-setq)
14674 (byte-compile-setq-default, byte-compile-body)
14675 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14676 (batch-byte-compile): Give some more local variables with common names
14677 a "bytecomp-" prefix to avoid masking warnings about free variables.
14678
cd05fe7f
GM
14679 * startup.el (command-line-1): Give local variables with common names a
14680 distinguishing prefix, so as not to hide free variable warnings during
14681 bootstrap.
14682
a62f564f
GM
14683 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14684 clever and add a suffix to make a unique name, just let the user decide
14685 whether or not to overwrite it. If the input is a directory, write the
14686 default filename to that directory. (Bug#4388)
14687 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14688 is a filename-as-a-directory.
14689
fbc88440
SM
146902009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * textmodes/page.el (what-page): Don't move to beginning of line.
14693 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14694
60308853
DN
146952009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14696
14697 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14698
32ba3abc
DN
146992009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14700
9cd39aff
DN
14701 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14702 * help.el (help-for-help-internal): Add purecopy calls for text.
14703
32ba3abc
DN
14704 * vc.el (top): print-log method now takes an optional SHORTLOG
14705 argument. Add a new method: root.
32ba3abc
DN
14706 (vc-root-diff, vc-print-root-log): New functions.
14707 (vc-log-short-style): New variable.
14708 (vc-print-log-internal): Add support for showing short logs.
14709
14710 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14711 vc-print-root-log and vc-print-root-diff.
14712
14713 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14714 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14715 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14716 short logs.
14717
14718 * vc-cvs.el (vc-cvs-print-log):
14719 * vc-mtn.el (vc-mtn-print-log):
14720 * vc-rcs.el (vc-rcs-print-log):
14721 * vc-sccs.el (vc-sccs-print-log):
14722 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14723 that is ignored for now.
14724
837b0e99
DN
14725 * vc-mtn.el (vc-mtn-annotate-command):
14726 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14727
31cd2dd4
SM
147282009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14731 to function-key-map, and give them ascii-character property.
14732 * term/x-win.el (x-alternatives-map):
14733 * term/ns-win.el (ns-alternatives-map):
14734 * term/internal.el (msdos-key-remapping-map):
14735 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14736
d62e5bf2
GM
147372009-09-14 Glenn Morris <rgm@gnu.org>
14738
14739 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14740 temp-buffers (2009-09-12).
14741
7d0105e5
SM
147422009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14745 the new read-key function.
14746
e17ed9ad
CY
147472009-09-13 Chong Yidong <cyd@stupidchicken.com>
14748
14749 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14750 is defined (Bug#4405).
14751
1fc26e29
CY
147522009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
14753
14754 * recentf.el (recentf-cleanup): Use a hash table to find
14755 duplicates (Bug#4407).
14756
61dc96a2 147572009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
14758
14759 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14760 kp-0 to ascii equivalents (Bug#4325).
14761
42c3a9e3
CY
147622009-09-13 Chong Yidong <cyd@stupidchicken.com>
14763
1f5c1626
CY
14764 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14765
42c3a9e3 14766 * eshell/em-hist.el:
31cd2dd4
SM
14767 * eshell/em-dirs.el (eshell-complete-user-reference):
14768 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
14769
147702009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14771
14772 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14773 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14774 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
14775 * eshell/em-hist.el (eshell-history-file-name):
14776 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 14777
1e2b6acf
GM
147782009-09-13 Glenn Morris <rgm@gnu.org>
14779
14780 * ediff-merg.el (ediff-do-merge):
14781 * filesets.el (filesets-run-cmd):
14782 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14783 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14784 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14785 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14786 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14787 Replace empty `let's with `progn'.
14788
adba8116
SM
147892009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * mail/sendmail.el (send-mail-function):
14792 * tooltip.el (tooltip-mode):
14793 * simple.el (transient-mark-mode):
14794 * rfn-eshadow.el (file-name-shadow-mode):
14795 * frame.el (blink-cursor-mode):
14796 * font-core.el (global-font-lock-mode):
14797 * files.el (temporary-file-directory)
14798 (small-temporary-file-directory, auto-save-file-name-transforms):
14799 * epa-hook.el (auto-encryption-mode):
14800 * composite.el (global-auto-composition-mode):
14801 Use custom-initialize-delay.
14802 * startup.el (command-line): Don't explicitly call
14803 custom-reevaluate-setting for all the above vars.
14804 * custom.el (custom-initialize-safe-set)
14805 (custom-initialize-safe-default): Delete.
14806
0a4afea9
SM
148072009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14808
9f94990d
SM
14809 * term/x-win.el (x-initialize-window-system):
14810 * term/w32-win.el (w32-initialize-window-system):
14811 * term/ns-win.el (ns-initialize-window-system): Don't call
14812 mouse-wheel-mode since it's enabled globally by default already.
14813
0a4afea9
SM
14814 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14815 actually define the variable, but only silences the byte-compiler.
14816 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14817 before looking it up.
14818 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14819 is changed.
14820
bf01513f
GM
148212009-09-12 Glenn Morris <rgm@gnu.org>
14822
14823 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14824 1000.
14825 (elint-add-required-env): Don't beep on error.
14826 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
14827 (elint-init-env): Skip non-list forms.
14828 (elint-log): Handle unknown file positions.
bf01513f 14829
d85889e4
DU
148302009-09-12 Daiki Ueno <ueno@unixuser.org>
14831
14832 * epg.el (epg-make-context): Add autoload cookie.
14833 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14834 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14835 (epg-verify-string, epg-start-sign, epg-sign-file)
14836 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14837 (epg-encrypt-string, epg-start-export-keys)
14838 (epg-export-keys-to-file, epg-export-keys-to-string)
14839 (epg-start-import-keys, epg-import-keys-from-file)
14840 (epg-import-keys-from-string, epg-start-receive-keys)
14841 (epg-receive-keys, epg-import-keys-from-server)
14842 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14843 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
14844 (epg-generate-key-from-file, epg-generate-key-from-string):
14845 Remove autoload cookie.
d85889e4 14846
8f825ee6
EZ
148472009-09-12 Eli Zaretskii <eliz@gnu.org>
14848
36b434ee
EZ
14849 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14850 reevaluation of trash-directory.
14851
8f825ee6
EZ
14852 * mwheel.el: Fix last change.
14853 (mouse-wheel-mode): New defvar.
14854 (mouse-wheel-mode): Remove autoload cookie.
14855
5766c380
SM
148562009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14857
ab5c0fcd
SM
14858 * mwheel.el (mwheel-installed-bindings): New var.
14859 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14860 the bindings we set last time. Use custom-initialize-delay.
14861 * loadup.el: Load mwheel after term/*-win.el.
14862 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14863 and mouse-wheel-up-event now that their first evaluation is done
14864 sufficiently late to be correct.
14865
45448e64
SM
14866 * startup.el (tutorial-directory): Make it a defcustom.
14867 Use custom-initialize-delay rather than eval-at-startup to set it.
14868 * image.el (image-load-path): Make it a defcustom.
14869 Use custom-initialize-delay rather than eval-at-startup to set it.
14870 * subr.el (eval-at-startup): Remove.
14871 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14872
5766c380
SM
14873 * subr.el (do-after-load-evaluation): Warn the user after loading an
14874 obsolete package.
14875
d6549da4
GM
148762009-09-12 Glenn Morris <rgm@gnu.org>
14877
14878 * proced.el (proced-mark-alt): Remove alias.
14879 (proced-mode-map): Remove proced-mark-alt.
14880
14881 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14882 Elint file and directory. Remove initialization entry.
14883
14884 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14885 commands.
14886 (elint-current-buffer): Set mode-line-process.
14887 (elint-init-env): Handle define-derived-mode.
14888 Fix declare-function with unspecified arglist. Guard against odd
14889 defalias statements (eg iso-insert's 8859-1-map).
14890 (elint-add-required-env): Use a temp buffer.
14891 (elint-form): Just print the function/macro name, not the whole form.
14892 Return env unchanged if we fail to parse a macro.
14893 (elint-forms): Guard against parse errors.
14894 (elint-output): New function, to handle batch mode.
14895 (elint-log-message): Add optional argument. Use elint-output.
14896 (elint-set-mode-line): New function.
14897
30194d4d
CY
148982009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14899
14900 * emacs-lisp/elp.el (elp-not-profilable): Add more
14901 functions (Bug#4233).
14902
a035f9b0
CY
149032009-09-12 Chong Yidong <cyd@stupidchicken.com>
14904
14905 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14906 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14907
dad61164
NR
149082009-09-11 Nick Roberts <nickrob@snap.net.nz>
14909
14910 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14911 (gdb-var-list-children): Use json parsing.
14912
9c3c9fdf 149132009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
14914
14915 * progmodes/js.el (js--proper-indentation): Handle the case where
14916 char-before is null. Reported by Deniz Dogan.
14917
b4587710
JB
149182009-09-11 Juanma Barranquero <lekktu@gmail.com>
14919
14920 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14921
13890796
DU
149222009-09-11 Daiki Ueno <ueno@unixuser.org>
14923
14924 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14925 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 14926 (epg-context-set-passphrase-callback)
97d4bdba 14927 (epg-context-set-progress-callback): Add description about
b18508dd 14928 callback function.
13890796 14929
2efb64a8
SM
149302009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14931
790d0270
SM
14932 * custom.el (custom-delayed-init-variables): New var.
14933 (custom-initialize-delay): New function.
14934 * startup.el (command-line): "Re"evaluate all vars in
14935 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14936 explicitly any more.
14937 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14938 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14939
14940 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 14941
ac243a40
NR
149422009-09-11 Nick Roberts <nickrob@snap.net.nz>
14943
14944 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14945 (gdb-var-update-handler): Use json parsing.
14946
657bc6fc
JB
149472009-09-11 Juanma Barranquero <lekktu@gmail.com>
14948
14949 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14950 decode annotated text, regardless of language environment. (Bug#2741)
14951
b6fe8102
SM
149522009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * Makefile.in (autoloads): Make rmail.el writable as well.
14955
5cc443fe
GM
149562009-09-11 Glenn Morris <rgm@gnu.org>
14957
5515c54e
GM
14958 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14959 loaddefs.el.
14960 * dired.el: Regenerate with extracted autoloads.
14961 * Makefile.in (autoloads): Make dired.el writable.
14962
15067158
GM
14963 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14964 * ibuffer.el: Regenerate with extracted autoloads.
14965 * Makefile.in (autoloads): Make ibuffer.el writable.
14966
d35d0238
GM
14967 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14968 * version.el (emacs-copyright, emacs-major-version)
14969 (emacs-minor-version): Reformat doc-strings for make-docfile.
14970
5cc443fe
GM
14971 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14972 functions and variables, since they must be stuff specific to some other
14973 platform.
14974 (apropos-print): Make mouse-click message less specific about button.
14975
14976 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14977 that records where a macro was defined.
14978 * help-fns.el (describe-function-1): Mention if a function has a
14979 compiler-macro.
14980 * help-mode.el (help-function-cmacro): New button.
14981
14982 * locate.el (top-level): Always require dired.
14983 (locate-mode-map): Initialize inside the defvar.
14984
14985 * net/ange-ftp.el (dired-compress-file): Declare.
14986 (ange-ftp-dired-compress-file): Add doc string.
14987
14988 * term/ns-win.el (x-display-name, x-setup-function-keys):
14989 Unify doc-strings with X versions.
14990
8cb95edf
SM
149912009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14992
726a4d09
SM
14993 * emulation/crisp.el (crisp-mode-map): Move initialization
14994 into declaration.
14995 (crisp-mode): Use define-minor-mode.
14996
8cb95edf
SM
14997 * progmodes/xscheme.el (xscheme-evaluation-commands):
14998 Put a :advertised-binding property rather than using
14999 advertised-xscheme-send-previous-expression.
15000 (advertised-xscheme-send-previous-expression): Declare obsolete.
15001 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
15002 `advertised-undo'.
15003 (crisp-mode): Add corresponding bindings to
15004 undo's :advertised-binding instead.
15005 * dired.el (dired-mode-map): Put a :advertised-binding property rather
15006 than using dired-advertised-find-file.
15007 (dired-advertised-find-file):
15008 * simple.el (advertised-undo):
15009 * wid-edit.el (advertised-widget-backward): Declare obsolete.
15010 (widget-keymap): Put a :advertised-binding property rather
15011 than using advertised-widget-backward.
15012 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
15013 than using advertised-undo.
15014 * tutorial.el (tutorial--default-keys): Adjust accordingly.
15015
07db5857
SS
150162009-09-10 Simon South <ssouth@slowcomputing.org>
15017
15018 * progmodes/delphi.el (delphi-tab): Indent region when Transient
15019 Mark mode is enabled and region is active; otherwise indent or
15020 insert TAB as usual.
15021 (delphi-mode): Update description of TAB-key binding.
15022
50d4ba39
SM
150232009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15024
15025 * subr.el (define-key-rebound-commands): Mark obsolete.
15026 * startup.el (precompute-menubar-bindings): Remove.
15027 (normal-top-level): Remove obsolete code that tried to precompute
15028 menubar bindings.
15029 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
15030 define-key-rebound-commands and precompute-menubar-bindings.
15031
ffa894db
KY
150322009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15033
15034 * net/imap.el (imap-interactive-login): Better messages.
15035 (imap-open): Fix bug with renamed buffer on reconnect.
15036 (imap-authenticate): Add buffer-local imap-last-authenticator variable
15037 for easier debugging and cleaner code. On successful (guessed based on
15038 server capabilities) secondary authentication, set imap-state
15039 correctly.
15040 (imap-last-authenticator): Define imap-last-authenticator as a variable
15041 to avoid warnings.
15042
9477096c
GM
150432009-09-10 Glenn Morris <rgm@gnu.org>
15044
15045 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
15046
15047 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
15048 (byte-compile-file-form-autoload): Don't warn about unknown functions
15049 where the autoload statement comes after the use.
15050 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
15051 that any handlers inside the body (eg require) are in turn respected.
15052
15053 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
15054 effects.
15055
15056 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
15057 and syntax and abbrev tables basic docs, if they don't have any.
15058
15059 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
15060
15061 * international/mule-cmds.el (top-level): Require cl when compiling.
15062 (view-hello-file): Use default-value rather than
15063 default-enable-multibyte-characters.
15064
15065 * progmodes/fortran.el: Move all safe and risky properties into the
15066 defcustoms.
15067
15068 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
15069 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
15070 * mail/undigest.el:
15071 Put autoloads in rmail.el rather than loaddefs.el.
15072 * mail/rmail.el: Regenerate with extracted autoloads.
15073
15074 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
15075 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
15076
9f16c547
NR
150772009-09-10 Nick Roberts <nickrob@snap.net.nz>
15078
15079 Reported in thread for Bug#4375.
15080 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
15081 "-data-evaluate-expression" instead of print.
15082 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
15083 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
15084 (gdb): Revert 2009-08-11 change. User should detach inferior
15085 manually.
9f16c547
NR
15086
15087 Remove the word "separate" from IO functions as inferior
15088 output is now never displayed in the GUD buffer.
15089
50405cd0
JB
150902009-09-10 Juanma Barranquero <lekktu@gmail.com>
15091
15092 * startup.el (command-line-normalize-file-name): On Windows and
15093 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
15094
7ae62430
JL
150952009-09-10 Juri Linkov <juri@jurta.org>
15096
15097 * isearch.el (isearch-text-char-description): Propertize escape
15098 character sequences with the `escape-glyph' face. (Bug#4344)
15099
15100 * simple.el (shell-command): Set asynchronous process filter to
15101 `comint-output-filter'. (Bug#4343)
15102
15103 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
15104 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
15105 the list. Move "asm" to the bottom.
15106 (grep-find-ignored-directories): Add `choice' with nil value
15107 to empty the list easily.
15108 (grep-find-ignored-files): New option.
15109 (grep-files-history): Set to nil by default instead of '("ch" "el").
15110 (grep-compute-defaults): Add "<X>" to `grep-template'.
15111 (grep-read-files): Bind new local variables `default-alias' and
15112 `default-extension'. Use a list of default values for the file prompt.
15113 (lgrep): Add `--exclude=' command line options composed from
15114 `grep-find-ignored-files'.
15115 (rgrep): Add `-name' command line options composed from
15116 `grep-find-ignored-files'. (Bug#4301)
15117
cd875252
SM
151182009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
15121 (bug#4368).
15122
cdce0b33
KY
151232009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
15124
15125 * calendar/time-date.el (autoload):
15126 Expand define-obsolete-function-alias into defalias and make-obsolete
15127 for old Emacsen that Gnus supports.
15128 (with-no-warnings): Define it for old Emacsen.
15129 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
15130 is available.
15131 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
15132 float-time is available; suppress compile warning for time-to-seconds.
15133
151342009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
15135
15136 * net/imap.el (imap-message-map): Docstring fix.
15137
2b2eb431
GM
151382009-09-09 Glenn Morris <rgm@gnu.org>
15139
15140 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15141 line numbers too. (Bug#4374)
15142
83a5aac5
SM
151432009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15144
755e0210
SM
15145 * smerge-mode.el (smerge-remove-props, smerge-refine):
15146 Use with-silent-modifications (bug#4342).
15147
83a5aac5
SM
15148 * subr.el (with-silent-modifications): New macro.
15149
79f01fa7
JB
151502009-09-07 Juanma Barranquero <lekktu@gmail.com>
15151
15152 * files.el (top-level): Require `cl' when compiling.
15153
448ecec3
GM
151542009-09-07 Glenn Morris <rgm@gnu.org>
15155
15156 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15157
8f09a02f
GM
15158 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15159 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
15160
76ff67bf
NR
151612009-09-06 Nick Roberts <nickrob@snap.net.nz>
15162
15163 * vc-git.el (vc-git-annotate-command): Use separator to parse
15164 arguments correctly.
15165
943c8b75
EZ
151662009-09-06 Eli Zaretskii <eliz@gnu.org>
15167
15168 * proced.el (proced-mode): Doc fix.
15169
680db9ac
MA
151702009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
15171
15172 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
15173 lstat fails.
15174 (tramp-do-file-attributes-with-ls): Check for file existence at
15175 remote end.
15176 (tramp-do-file-attributes-with-stat): Likewise.
15177 (tramp-convert-file-attributes): Return nil when attr is nil.
15178
3f12e5bd
GM
151792009-09-05 Glenn Morris <rgm@gnu.org>
15180
c8dc27bf
GM
15181 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
15182 properties to this button.
15183 (diary-fancy-display): Don't extend the button to the final newline.
15184 (diary-fancy-display-mode): Continue to define "q" as a local key.
15185
cca065d8
GM
15186 * calendar/cal-china.el (holiday-chinese): Make it slightly more
15187 efficient.
15188
cddaedb6
GM
15189 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
15190
3f12e5bd
GM
15191 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
15192 (byte-compile-dest-file-function): New option.
15193 (byte-compile-dest-file): Doc fix.
15194 Obey byte-compile-dest-file-function.
15195 (byte-compile-cl-file-p): New function.
15196 (byte-compile-eval): Only suppress noruntime warnings about cl functions
15197 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
15198 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
15199 than for file being previously loaded.
15200 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
15201 (byte-compile-file-form-require): Handle the case where requiring a file
15202 indirectly causes CL to be loaded.
15203
049a231b
KF
152042009-09-05 Karl Fogel <kfogel@red-bean.com>
15205
15206 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
15207 before killing the old buffer, since by the time `kill-buffer' is
15208 run so many buffer variables have been set to nil that it may not
15209 behave as expected. (Bug#4061)
15210
ef7ef2a0
KF
152112009-09-05 Karl Fogel <kfogel@red-bean.com>
15212
15213 * files.el (find-alternate-file): If the old buffer is modified
15214 and visiting a file, behave similarly to `kill-buffer' when
15215 killing it, thus reverting to the pre-1.878 behavior; see
15216 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
15217 for discussion. Also, consult `buffer-file-name' as a variable
15218 not as a function, for consistency with the rest of the code.
15219
73d854cd
MA
152202009-09-04 Michael Albinus <michael.albinus@gmx.de>
15221
15222 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
15223 also when adding a new directory.
15224
15225 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
15226 defun.
15227
df120481
SM
152282009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
15229
15230 * files.el (locate-file-completion-table): Make it provide boundary
15231 information, so partial-completion works better.
15232
c0bc6d79
SM
152332009-09-04 Leo <sdl.web@gmail.com> (tiny change)
15234
15235 * mail/footnote.el (Footnote-text-under-cursor):
15236 Check footnote-text-marker-alist before using it (bug#4324).
15237
f76a9756
GM
152382009-09-04 Glenn Morris <rgm@gnu.org>
15239
67d110f1
GM
15240 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
15241 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
15242 * play/solitaire.el, play/tetris.el:
15243 Remove leading * from defcustom and defface docs.
15244
b42d4989
GM
15245 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
15246 necessary.
15247 (diary-fancy-overriding-map): New variable.
15248 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
15249 Use view-mode.
15250
f76a9756
GM
15251 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
15252 goto-line.
15253
e605eeeb
GM
152542009-09-03 Glenn Morris <rgm@gnu.org>
15255
597e2240
GM
15256 * arc-mode.el (archive-mode):
15257 * dos-fns.el (set-default-process-coding-system):
15258 * man.el (Man-getpage-in-background):
15259 * menu-bar.el (menu-bar-describe-menu):
15260 * server.el (server-process-filter):
15261 * startup.el (command-line):
15262 * tar-mode.el (tar-header-block-tokenize, tar-extract):
15263 * w32-fns.el (set-default-process-coding-system):
15264 * x-dnd.el (x-dnd-handle-file-name):
15265 * international/mule-cmds.el (mule-menu-keymap)
15266 (set-default-coding-systems, language-info-alist, set-language-info)
15267 (set-language-environment, standard-display-european-internal)
15268 (set-locale-environment):
15269 * international/mule-diag.el (mule-diag):
15270 * mail/emacsbug.el (report-emacs-bug):
15271 * mail/rmail.el (rmail-mode):
15272 * mail/sendmail.el (mail-setup):
15273 Use default-value rather than default-enable-multibyte-characters.
15274
f38184aa
GM
15275 * progmodes/f90.el: Move all safe properties into the defcustoms.
15276 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15277
e605eeeb
GM
15278 * calendar/appt.el (appt-check):
15279 * calendar/diary-lib.el (diary-set-header, diary-live-p)
15280 (diary-check-diary-file, diary-list-entries)
15281 (diary-include-other-diary-files, diary-simple-display)
15282 (diary-fancy-display, diary-print-entries)
15283 (diary-mark-included-diary-files, diary-make-entry):
15284 Don't call substitute-in-file-name on diary-file.
15285
734db384 152862009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 15287 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
15288
15289 * mail/footnote.el (footnote-prefix): Make it a defcustom.
15290 (footnote-mode-map): Move initialization into the declaration.
15291 (footnote-minor-mode-map): Define it rather than changing global-map.
15292 (footnote-mode): Use define-minor-mode.
15293
e5aa47f9
MA
152942009-09-02 Michael Albinus <michael.albinus@gmx.de>
15295
15296 * net/tramp.el (tramp-handle-file-attributes-with-ls)
15297 (tramp-do-file-attributes-with-perl)
15298 (tramp-do-file-attributes-with-stat): Rename from
15299 `tramp-handle-file-attributes-with-*'.
15300 (tramp-handle-file-attributes): Use them.
15301 (tramp-do-directory-files-and-attributes-with-perl)
15302 (tramp-do-directory-files-and-attributes-with-stat): Rename from
15303 `tramp-handle-directory-files-and-attributes-with-*'.
15304 (tramp-handle-directory-files-and-attributes): Use them.
15305 (tramp-method-out-of-band-p): Additional parameter SIZE.
15306 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
15307 (tramp-handle-write-region): Use it.
734db384 15308 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
15309 (tramp-handle-vc-registered): Check, whether the first run did
15310 return files to be tested.
15311 (tramp-advice-make-auto-save-file-name): Do not call directly
15312 `tramp-handle-make-auto-save-file-name', because this would bypass
15313 the locking mechanism.
15314
734db384 15315 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
15316 (file-remote-p, process-file, start-file-process, set-file-times)
15317 (tramp-compat-file-attributes): Compatibility functions shall not
15318 call directly `tramp-handle-*', because this would bypass the
15319 locking mechanism.
15320 (tramp-compat-number-sequence): New defun.
15321
6e2ca895
GM
153222009-09-02 Glenn Morris <rgm@gnu.org>
15323
697c7714
GM
15324 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
15325 alias for float-time.
15326 (time-to-number-of-days): In Emacs, use float-time.
15327 * net/newst-backend.el (time-add): Suppress warnings from compat
15328 function.
15329 * time.el (emacs-uptime, emacs-init-time):
15330 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
15331 Use float-time rather than time-to-seconds.
15332
6e2ca895
GM
15333 * minibuffer.el (completion-initials-expand): Fix typo.
15334
15335 * faces.el (modeline, modeline-inactive, modeline-highlight)
15336 (modeline-buffer-id):
15337 * info.el (info-menu-5): Mark these face aliases as obsolete.
15338
ed17efec
NR
153392009-09-01 Nick Roberts <nickrob@snap.net.nz>
15340
15341 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
15342 space ...
15343 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
15344 no "--thread" option.
15345 (gdb-stopped): Don't print "Switched to thread" message when it is
15346 unchanged.
15347
fcb68f70
SM
153482009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15349
15350 * minibuffer.el (completion-try-completion)
15351 (completion-all-completions): Remove ill-defined (and
15352 mistakenly installed and luckily never used nor documented)
15353 `completion-styles' property.
15354 (completion-initials-expand, completion-initials-all-completions)
15355 (completion-initials-try-completion): New functions.
15356 (completion-styles-alist): Add doc to each entry.
15357 Add new `initials' entry.
15358
83318a6d
NR
153592009-09-01 Nick Roberts <nickrob@snap.net.nz>
15360
15361 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
15362 MI command -var-evaluate-expression.
15363 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
15364 and tweak for case of string child.
734db384 15365 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 15366
d63eb0e7
GM
153672009-09-01 Glenn Morris <rgm@gnu.org>
15368
c4f6e489
GM
15369 * add-log.el (change-log-date-face, change-log-name-face)
15370 (change-log-email-face, change-log-file-face, change-log-list-face)
15371 (change-log-conditionals-face, change-log-function-face)
15372 (change-log-acknowledgement-face):
15373 * cus-edit.el (custom-invalid-face, custom-rogue-face)
15374 (custom-modified-face, custom-set-face, custom-changed-face)
15375 (custom-saved-face, custom-button-face, custom-button-pressed-face)
15376 (custom-documentation-face, custom-state-face, custom-comment-face)
15377 (custom-comment-tag-face, custom-variable-tag-face)
15378 (custom-variable-button-face, custom-face-tag-face)
15379 (custom-group-tag-face-1, custom-group-tag-face):
15380 * diff-mode.el (diff-header-face, diff-file-header-face)
15381 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15382 (diff-added-face, diff-changed-face, diff-function-face)
15383 (diff-context-face, diff-nonexistent-face):
15384 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15385 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
15386 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15387 (Info-title-4-face):
15388 * isearch.el (isearch-lazy-highlight-face):
15389 * log-view.el (log-view-file-face, log-view-message-face):
15390 * paren.el (show-paren-match-face, show-paren-mismatch-face):
15391 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15392 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15393 (cvs-msg-face):
15394 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15395 (smerge-base-face, smerge-markers-face):
15396 * wid-edit.el (widget-documentation-face, widget-button-face)
15397 (widget-field-face, widget-single-line-field-face)
15398 (widget-inactive-face, widget-button-pressed-face):
15399 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
15400 (woman-addition-face):
2fb1ec93
GM
15401 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
15402 (eshell-ls-executable-face, eshell-ls-readonly-face)
15403 (eshell-ls-unreadable-face, eshell-ls-special-face)
15404 (eshell-ls-missing-face, eshell-ls-archive-face)
15405 (eshell-ls-backup-face, eshell-ls-product-face)
15406 (eshell-ls-clutter-face):
15407 * eshell/em-prompt.el (eshell-prompt-face):
15408 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 15409 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
15410 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
15411 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
15412 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
15413 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
15414 (antlr-font-lock-literal-face):
c4f6e489
GM
15415 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15416 (ebrowse-root-class-face, ebrowse-file-name-face)
15417 (ebrowse-default-face, ebrowse-member-attribute-face)
15418 (ebrowse-member-class-face, ebrowse-progress-face):
15419 * progmodes/make-mode.el (makefile-space-face):
15420 * progmodes/sh-script.el (sh-heredoc-face):
15421 * textmodes/flyspell.el (flyspell-incorrect-face)
15422 (flyspell-duplicate-face):
15423 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 15424 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
15425 Mark face aliases with "-face" suffix as obsolete.
15426
d80619fa
GM
15427 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
15428 compiler.
15429
5f68c1b7
GM
15430 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
15431 (eudc-bob-sound-menu): Use defvar rather than defconst, since
15432 easy-menu-define wants to modify these.
15433
15434 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
15435
15436 * net/browse-url.el (browse-url-file-url):
15437 * term/internal.el (dos-codepage-setup):
15438 Use default-value rather than default-enable-multibyte-characters.
15439
d80619fa 15440 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
15441 * progmodes/flymake.el (flymake-highlight-line)
15442 (flymake-goto-file-and-line, flymake-goto-line):
15443 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
15444 (gdb-goto-breakpoint):
15445 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15446 * progmodes/python.el (python-find-function)
15447 (python-pdbtrack-track-stack-file):
15448 * progmodes/verilog-mode.el (verilog-surelint-off):
15449 * term/ns-win.el (ns-open-file-select-line):
15450 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
15451 Use forward-line rather than goto-line.
15452
d63eb0e7
GM
15453 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
15454 * textmodes/reftex-index.el (reftex-display-index):
15455 * textmodes/reftex-ref.el (reftex-offer-label-menu):
15456 * textmodes/reftex-toc.el (reftex-toc):
15457 Remove unnecessary bindings of default-major-mode (all are followed by
15458 major-mode check and possible mode switch).
15459
0afad278
NR
154602009-08-31 Nick Roberts <nickrob@snap.net.nz>
15461
15462 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15463 Handle watchpoints (bug#4282).
15464 (def-gdb-thread-buffer-command): Enable thread to be selected by
15465 clicking without selecting threads buffer first.
15466 (gdb-current-context-command): Use selected frame so that "up",
15467 "down" etc work in the GUD buffer.
15468 (gdb-update): Find selected frame before rendering stack buffer.
15469 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
15470
4e135dd2
SM
154712009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15472
15473 * progmodes/sym-comp.el (displayed-completions): Remove.
15474 (symbol-complete): Use minibuffer-complete.
15475
e61eba34
GM
154762009-08-31 Glenn Morris <rgm@gnu.org>
15477
15478 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
15479
734db384
SM
15480 * apropos.el (apropos-symbols-internal):
15481 Handle (obsolete) face aliases.
e61eba34
GM
15482
15483 * faces.el (describe-face): Adjust the output format to be more like
15484 describe-variable, and to mention (obsolete) face aliases.
15485 Adjust the whitespace so that help-setup-xref works.
15486
15487 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
15488 * calendar/diary-lib.el (diary-button-face):
15489 Mark these face aliases as obsolete.
15490
15491 * calendar/calendar.el (calendar-today): Doc fix.
15492
4cf71456
NR
154932009-08-31 Nick Roberts <nickrob@snap.net.nz>
15494
15495 * progmodes/gdb-mi.el (gdb-control-all-threads)
15496 (gdb-control-current-thread): Force tool bar update.
15497 (gdb-non-stop-handler): New function.
15498 (gdb-init-1): Use it to test if non-stop mode is supported.
15499 Remove unused gdbmi buffer type.
15500
e61eba34 155012009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
15502
15503 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 15504 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 15505
4324f7ca
NR
155062009-08-30 Nick Roberts <nickrob@snap.net.nz>
15507
15508 * comint.el (comint-exec-1): Check command is non-null first.
15509 Part of gdb-mi.el change (2009-08-28).
15510
a1bf889a
SM
155112009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
15514
060c08b5
JB
155152009-08-30 Juanma Barranquero <lekktu@gmail.com>
15516
15517 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15518 instead of `dolist' to avoid a recursive require when bootstrapping.
15519
ab22be48
SM
155202009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15521
73ebf88f
SM
15522 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15523
80629cfc
SM
15524 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15525
206d0387 15526 * net/imap.el (imap-send-command): Simplify.
734db384 15527 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 15528
844f7784
SM
15529 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15530
5ca4661e
SM
15531 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15532 with constant argument.
15533
c61dc887
SM
15534 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15535
7eb73deb
SM
15536 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15537
5fe443de
SM
15538 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15539 Change default, since most of our files don't have a history.
15540 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15541 the user.
15542
6444d64a
SM
15543 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15544 Add comint-run.
15545
5cb16bfc
SM
15546 * calc/calc.el: Improve commenting convention.
15547 (calc-digit-map, toplevel): Simplify.
15548
0aeb71a7
SM
15549 * comint.el (comint-insert-input): Be careful to only set point if we
15550 don't delegate to some other command.
15551
9a9af856
SM
15552 * proced.el (proced-signal-list): Make it an alist.
15553 (proced-grammar-alist): Capitalize names.
15554 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15555 Disable undo manually and make it read-only.
15556 Use completion-annotate-function.
15557
ab22be48
SM
15558 * minibuffer.el (minibuffer-message): If the current buffer is not
15559 a minibuffer, insert the message in the echo area rather than at the
15560 end of the buffer.
15561 (completion-annotate-function): New variable.
15562 (minibuffer-completion-help): Use it.
15563 (completion--embedded-envvar-table): Environment vars are
15564 always case-sensitive.
15565
4a948dbf
GM
155662009-08-30 Glenn Morris <rgm@gnu.org>
15567
15568 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15569 from fortran-current-defun.
15570 (fortran-beginning-of-subprogram): Be more precise about finding the
15571 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
15572 (fortran-end-of-subprogram): Simplify.
15573 (fortran-current-defun): Use fortran-start-prog-re.
15574
486cf3b8
JB
155752009-08-29 Juanma Barranquero <lekktu@gmail.com>
15576
15577 * subr.el (do-after-load-evaluation): Simplify.
15578
db167d28
DN
155792009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15580
15581 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15582
15583 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
15584 (vc-rcs-print-log): Use it.
15585
15586 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15587
efbc652a
SM
155882009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15589
2aa0e5bf
SM
15590 * paths.el (abbrev-file-name): Move to abbrev.el.
15591 * abbrev.el (abbrev-file-name): Move from paths.el.
15592 Obey user-emacs-directory.
15593 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15594 user-emacs-directory.
15595 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15596 abbrev-file-name and calc-settings-file any more.
15597 * startup.el (command-line): Recompute abbrev-file-name and
15598 abbreviated-home-dir.
15599 (normal-no-mouse-startup-screen): Improve the generic code and get rid
15600 of the special code for when C-h bindings haven't been changed.
15601 (display-startup-echo-area-message): Use with-current-buffer.
15602 (command-line-1): Use a list of strings, rather than a list of lists
15603 of strings for longopts.
15604
51da8fe2
SM
15605 * files.el (get-free-disk-space): Use / for default-directory.
15606
0c3cc4dd
SM
15607 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15608 Use with-current-buffer.
15609
d988dbf6
SM
15610 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15611 Recognize immutable variables like most-positive-fixnum.
15612 (byte-compile-setq-default): Check and warn if trying to assign
15613 to an immutable variable, or a non-variable.
15614
efbc652a
SM
15615 * progmodes/cc-vars.el (c-comment-continuation-stars):
15616 * progmodes/cc-engine.el (c-looking-at-bos):
15617 * progmodes/cc-cmds.el (c-toggle-auto-state)
15618 (c-forward-into-nomenclature, c-backward-into-nomenclature)
15619 (c-comment-line-break-function): Add version of obsolescence.
15620
d30a05d1
JL
156212009-08-28 Juri Linkov <juri@jurta.org>
15622
15623 * files.el (magic-fallback-mode-alist): Add ZIP magic number
15624 associated with `archive-mode'.
15625
15626 * image.el (image-type-header-regexps): Use only JPEG magic number
15627 to determine JPEG images, and don't use `image-jpeg-p' because
15628 Emacs can display non-JFIF non-Exif JPEG images.
15629
1e8eecea
JB
156302009-08-28 Juanma Barranquero <lekktu@gmail.com>
15631
15632 * arc-mode.el (archive-mode):
15633 * emacs-lisp/re-builder.el (re-builder-unload-function):
15634 Protect against the default value of `major-mode' being nil.
15635
dd4fbf56
JB
156362009-08-28 Juanma Barranquero <lekktu@gmail.com>
15637
15638 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15639 Fix typos in docstrings.
15640
15641 * progmodes/js.el (js--macro-decl-re): Doc fix.
15642 (js--plain-method-re, js--split-name): Refloc docstring.
15643 (js--class-styles, js--make-merged-item, js--splice-into-items):
15644 Fix typos in docstrings; reflow docstrings.
15645 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15646 (js--variable-decl-matcher, js--inside-pitem-p)
15647 (js--parse-state-at-point, js--get-all-known-symbols)
15648 (js--symbol-history, js-find-symbol, js--js-references)
15649 (js--moz-interactor, js--js-encode-value, js--read-tab):
15650 Fix typos in docstrings.
15651
72f16325
SM
156522009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15653
14acf2f5
SM
15654 * textmodes/reftex.el (reftex-get-file-buffer-force):
15655 * progmodes/verilog-mode.el (verilog-batch-execute-func):
15656 * emulation/viper.el (viper-go-away, viper-set-hooks):
15657 * emacs-lisp/re-builder.el (re-builder-unload-function):
15658 * emacs-lisp/bytecomp.el (byte-compile-file):
15659 * ses.el (ses-unload-function):
15660 * hexl.el (hexl-find-file):
15661 * files.el (normal-mode):
15662 * ehelp.el (with-electric-help):
15663 * autoinsert.el (auto-insert-alist):
15664 * arc-mode.el (archive-mode):
15665 Use (default-value 'major-mode) instead of default-major-mode.
15666
72f16325
SM
15667 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15668 * international/mule.el (load-with-code-conversion):
15669 * emacs-lisp/debug.el (debug):
15670 * ediff-vers.el (ediff-rcs-get-output-buffer):
15671 * dired.el (dired-internal-noselect): Don't let-bind
15672 default-major-mode around code that doesn't use it.
15673 E.g. buffer creation via get-buffer-create doesn't use it.
15674
aa485f7c
MA
156752009-08-28 Michael Albinus <michael.albinus@gmx.de>
15676
15677 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15678 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15679 when writing the temp file. Otherwise, epa-file gets confused.
15680 (tramp-register-file-name-handlers): Make it a defun. Move also
15681 `epa-file-handler' to the front of `file-name-handler-alist'.
15682
156832009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15684
15685 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15686 start right after a ^M.
15687 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15688 (tramp-completion-file-name-regexp-separate)
15689 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
15690 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15691 Don't modify last-coding-system-used by accident.
aa485f7c
MA
15692 (tramp-completion-file-name-handler): Apply the checks here,
15693 instead during registration.
48c2d18a 15694 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
15695 `tramp-register-file-name-handler'. Register both
15696 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 15697 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 15698
3f0c2b92
NR
156992009-08-28 Nick Roberts <nickrob@snap.net.nz>
15700
72f16325
SM
15701 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15702 Remove variable ...
3f0c2b92
NR
15703 (gdb-init-1, gdb-display-separate-io-buffer)
15704 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15705 references to it.
15706 (gdb-inferior-io-mode): Use make-comint-in-buffer.
15707 (gdb-inferior-filter): Use comint-output-filter to stop
15708 echoing and remove ^M characters.
15709
705e5bd9
SM
157102009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15711
009fdc2e
SM
15712 * emulation/viper-init.el (viper-restore-cursor-type):
15713 * emulation/cua-base.el (cua--update-indications):
15714 Replace default-cursor-type with (default-value 'cursor-type).
15715
b56a5ae0
SM
15716 * mail/sendmail.el (mail-recover-1):
15717 * international/mule-diag.el (describe-current-coding-system-briefly)
15718 (describe-current-coding-system):
15719 * international/mule-cmds.el (select-safe-coding-system)
15720 (select-message-coding-system)
15721 (set-language-environment-coding-systems, set-locale-environment):
15722 * hexl.el (hexl-insert-multibyte-char):
15723 * dos-w32.el (find-buffer-file-type-coding-system):
15724 * simple.el (what-cursor-position):
15725 Replace uses of default-buffer-file-coding-system
15726 with (default-value 'buffer-file-coding-system).
15727
de70529f
SM
15728 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15729 Replace uses of default-cursor-in-non-selected-windows
15730 with (default-value 'cursor-in-non-selected-windows).
15731 Use with-current-buffer.
15732
705e5bd9
SM
15733 * mail/feedmail.el: Use CL macros.
15734 (feedmail-run-the-queue, feedmail-send-it-immediately):
15735 * dos-w32.el (find-buffer-file-type): Replace uses of
15736 default-buffer-file-type with (default-value 'buffer-file-type).
15737
4d985ac2
GM
157382009-08-28 Glenn Morris <rgm@gnu.org>
15739
15740 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15741 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15742 Use default-value of major-mode rather than default-major-mode.
15743
17c15b81
SM
157442009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15745
3a68ab06
SM
15746 * Makefile.in (update-elcfiles): Report left over elc files.
15747
9421bdd1
SM
15748 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15749 expand-file-name and with-current-buffer.
15750 (mail-get-names, mail-directory): Use with-current-buffer.
15751
17c15b81
SM
15752 * vc.el (vc-read-revision): New function.
15753 (vc-version-diff, vc-merge): Use it.
15754
ba83a64e
SS
157552009-08-27 Sam Steingold <sds@gnu.org>
15756
15757 * simple.el (kill-do-not-save-duplicates): New user option.
15758 (kill-new): When it is non-nil, and the new string is the same as
15759 the latest kill, set replace to t to avoid duplicates in kill-ring.
15760
be3e598a 157612009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
15762
15763 * net/tramp.el (tramp-handle-process-file): Do not flush all
15764 caches when `process-file-side-effects' is set.
15765 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
15766 instead of `tramp-find-file-exists-command'.
15767 Unset `process-file-side-effects'.
d5b5c94a
MA
15768
157692009-08-27 Michael Albinus <michael.albinus@gmx.de>
15770
15771 * net/tramp.el (tramp-methods): New method "rsyncc".
15772 (top): Add completion function for "rsyncc".
15773 (tramp-message-show-message): New defvar.
15774 (tramp-message, tramp-error): Use it.
15775 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15776 remote copying.
15777 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15778 `tramp-methods' entry `copy-env' of "rsyncc".
15779 (tramp-vc-registered-read-file-names): New defconst.
15780 (tramp-vc-registered-file-names): New defvar.
15781 (tramp-handle-vc-registered): Implement optimization strategy.
15782 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15783 (tramp-vc-file-name-handler): New defun.
15784 (tramp-get-ls-command, tramp-get-test-command)
15785 (tramp-get-file-exists-command, tramp-get-remote-ln)
15786 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 15787 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
15788
15789 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15790 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15791 timestamps.
15792 (tramp-get-file-property): Check for timestamps in
15793 `tramp-cache-inhibit-cache'.
15794 (tramp-set-file-property): Write timestamp.
15795
1339cf20
KH
157962009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15797
15798 * language/japan-util.el (japanese-symbol-table): Add entries for
15799 cp932-2-byte.
15800
15801 * international/characters.el: Add category `j' to cp932-2-byte.
15802
726e3f1d
KH
158032009-08-27 Kenichi Handa <handa@m17n.org>
15804
15805 * international/fontset.el (build-default-fontset-data): New macro.
15806 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 15807 tibetan, ethiopic, and ipa.
726e3f1d 15808
4e3b4528
SM
158092009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15810
15811 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15812 (enable-multibyte-characters): Not customizable any more.
15813
15814 * subr.el (default-mode-line-format, default-header-line-format)
15815 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15816 (default-direction-reversed, default-truncate-lines)
15817 (default-left-margin, default-tab-width, default-case-fold-search)
15818 (default-left-margin-width, default-right-margin-width)
15819 (default-left-fringe-width, default-right-fringe-width)
15820 (default-fringes-outside-margins, default-scroll-bar-width)
15821 (default-vertical-scroll-bar, default-indicate-empty-lines)
15822 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15823 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15824 (default-scroll-down-aggressively, default-fill-column)
15825 (default-cursor-type, default-buffer-file-type)
15826 (default-cursor-in-non-selected-windows)
15827 (default-buffer-file-coding-system, default-major-mode)
15828 (default-enable-multibyte-characters): Mark as obsolete.
15829
b3cca6a6
DN
158302009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15831
652cc1a2
DN
15832 * vc-dir.el (vc-dir-update): Remove debug helper.
15833
b3cca6a6
DN
15834 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15835
4ed8c7aa
SS
158362009-08-26 Sam Steingold <sds@gnu.org>
15837
15838 * simple.el (save-interprogram-paste-before-kill): New user option.
15839 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15840 save the interprogram-paste into kill-ring before overriding it
15841 with the Emacs kill.
15842
3b64d86b
DN
158432009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15844
15845 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15846 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15847 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15848 and move to vc-rcs.el.
15849 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15850 move to vc-rcs.el.
15851 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15852 (vc-rcs-update-changelog): Remove.
15853 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15854 and move to vc-rcs.el.
15855
15856 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15857 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15858 renaming.
15859 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 15860 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
15861 vc.el, renamed to be RCS specific.
15862
72f16325
SM
15863 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15864 New functions.
15865 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
15866
15867 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15868 New functions.
15869
636a36a0
SM
158702009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15871
15872 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15873
239b3340
DN
158742009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15875
b91f0762 15876 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
15877 (vc-git-stash, vc-git-stash-show): New functions.
15878 (vc-git-extra-menu-map): Bind them.
b91f0762 15879
b8e54362
DN
15880 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15881 directory correctly in case the item is a directory itself.
15882
239b3340
DN
15883 * vc.el: Document the desired behavior for reverted files in the
15884 `added' state.
dc810649
DN
15885 (vc-default-prettify-state-info): Remove function, unused.
15886
15887 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 15888
e49c0179
GM
158892009-08-26 Glenn Morris <rgm@gnu.org>
15890
15891 * bindings.el (standard-mode-line-format): Reposition dashes in
15892 which-func entry. (Bug#4217)
15893
3029e594
GM
15894 * files.el (enable-local-variables, enable-local-eval)
15895 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15896 the defcustoms.
15897 (auto-mode-alist, ignored-local-variables)
15898 (save-some-buffers-action-alist): Move risky declarations to the
15899 definitions.
15900 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15901 (font-lock-defaults, format-alist, imenu--index-alist)
15902 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15903 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15904 (mode-line-modified, mode-line-mule-info, mode-line-position)
15905 (mode-line-process, mode-line-remote, outline-level)
15906 (parse-time-rules, rmail-output-file-alist)
15907 (special-display-buffer-names, vc-mode):
15908 Move risky declarations to the relevant files.
72f16325
SM
15909 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15910 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
15911 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15912 * font-core.el (font-lock-defaults):
15913 * format.el (format-alist):
15914 * vc-hooks.el (vc-mode):
15915 * window.el (special-display-buffer-names):
15916 * international/mule-cmds.el (input-method-alist):
15917 Define riskiness here (dumped file) rather than in files.el.
15918 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15919 * imenu.el (imenu-generic-expression, imenu--index-alist):
15920 * outline.el (outline-level):
15921 * time.el (display-time-string):
15922 * calendar/parse-time.el (parse-time-rules):
15923 * mail/rmailout.el (rmail-output-file-alist):
15924 Autoload riskiness here, rather than placing in files.el.
15925
8476cfaf
SM
159262009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15927
15928 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15929
0b35b48e
MA
159302009-08-25 Michael Albinus <michael.albinus@gmx.de>
15931
15932 * simple.el (process-file-side-effects): New defvar.
15933
15934 * dired-aux.el (dired-show-file-type):
15935 * vc.el (vc-diff-internal):
15936 * vc-arch.el (vc-arch-diff):
15937 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15938 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15939 * vc-git.el (vc-git-registered, vc-git-working-revision)
15940 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15941 (vc-git--empty-db-p):
15942 * vc-hooks.el (vc-user-login-name):
15943 * vc-svn.el (vc-svn-registered, vc-svn-state)
15944 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15945 * progmodes/grep.el (grep-probe): Let-bind
15946 `process-file-side-effects' with nil.
15947
15948 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15949
15950 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15951 daemon. Replace ping by checking for running service for bluez
15952 and zeroconf. (Bug#4239)
15953
d54cc599
GM
159542009-08-25 Kevin Ryde <user42@zip.com.au>
15955
15956 * net/dig.el (dig): Add autoload cookie.
15957
7bfd055d
GM
159582009-08-25 Glenn Morris <rgm@gnu.org>
15959
bac9c66c
GM
15960 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15961 load-history for absolute file-names.
15962 (byte-compile-file-form-require): Warn about use of the cl package.
15963
7bfd055d
GM
15964 * format.el (format-alist): Doc fix.
15965
5ac1f9e0
GM
15966 * play/bubbles.el (top-level): Don't require cl at run-time.
15967
af62aa88
GM
15968 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15969 run-time cl).
15970
71e036af
DD
159712009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15972
15973 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15974 from cl package.
15975 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15976
42110eaf
JB
159772009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15978
15979 * calc/calc-alg.el (math-trig-rewrite)
15980 (math-hyperbolic-trig-rewrite): New functions.
15981 (calc-simplify): Simplify trig functions when asked.
15982
88421f3e
SM
159832009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15984
15985 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15986
dbd9624e
KH
159872009-08-24 Kenichi Handa <handa@m17n.org>
15988
15989 * language/ind-util.el (mapthread): Delete it.
15990 (combinatorial): New function.
15991 (indian--puthash-cv): Use combinatorial instead of mapthread.
15992
9b89e3ee
GM
159932009-08-22 Kevin Ryde <user42@zip.com.au>
15994
15995 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15996 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15997 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15998 Clarify docstring that the value is strings not symbols.
15999 (checkdoc-list-of-strings-p): New function.
16000
e6ce8c42
GM
160012009-08-22 Glenn Morris <rgm@gnu.org>
16002
2ddf2ea6 16003 * files.el (auto-mode-alist):
a3374680
GM
16004 * hippie-exp.el (he-concat-directory-file-name):
16005 * lpr.el (lpr-windows-system, printer-name):
16006 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
16007 * ps-print.el (ps-windows-system):
16008 * startup.el (command-line):
16009 * emulation/viper-ex.el (viper-glob-function):
16010 * international/mule-cmds.el (set-language-environment-coding-systems):
16011 * net/ange-ftp.el (ange-ftp-write-region):
16012 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 16013 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
16014 unisoft-unix, vax-vms, win32, w32.
16015
977955fa
GM
16016 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
16017 given name if the pattern is not more specific.
16018
b4deec2e
GM
16019 * calendar/lunar.el (lunar-phase-names): New option.
16020 (lunar-phase): Doc fix.
16021 (lunar-cycles-per-year): New constant.
16022 (lunar-index): New function.
16023 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
16024 (lunar-phase-name): Use lunar-phase-names.
16025 (calendar-lunar-phases): Use format.
16026 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
16027
47e83968
GM
16028 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
16029 Copy imenu-example--name-and-position function here for own use.
16030 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
16031
e6ce8c42
GM
16032 * bs.el (bs--redisplay):
16033 * cus-edit.el (custom-redraw):
16034 * ibuffer.el (ibuffer-bury-buffer):
16035 * server.el (server-goto-line-column):
16036 * startup.el (command-line-1):
16037 * strokes.el (strokes-xpm-for-stroke):
16038 * term.el (term-display-buffer-line):
16039 * view.el (View-goto-line):
16040 * calc/calc.el (calc-do, calc-trail-buffer):
16041 * play/gamegrid.el (gamegrid-add-score-insecure):
16042 * progmodes/ada-mode.el (ada-compile-goto-error):
16043 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
16044 (ebrowse-select-1st-to-9nth):
47e83968 16045 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
16046 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
16047 * progmodes/gud.el (gud-display-line):
16048 (idlwave-shell-display-line):
16049 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
16050 * progmodes/make-mode.el (makefile-browser-toggle):
16051 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
16052 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
16053 * textmodes/picture.el (picture-draw-rectangle):
16054 * textmodes/reftex-index.el (reftex-index-goto-letter):
16055 (reftex-select-jump-to-previous):
16056 * textmodes/reftex-sel.el (reftex-find-start-point)
16057 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
16058 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
16059 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
16060 * textmodes/tex-mode.el (tex-compilation-parse-errors):
16061 * textmodes/two-column.el (2C-associated-buffer):
16062 Use forward-line rather than goto-line.
16063
16064 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
16065 goto-line.
16066
4b18bdb3
GM
16067 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
16068 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
16069 (quick-check-list-to-regexp): Declare.
e6ce8c42 16070
72f16325
SM
16071 * progmodes/make-mode.el (makefile-browser-insert-selection):
16072 Use goto-char rather than goto-line.
e6ce8c42
GM
16073
16074 * progmodes/prolog.el (compilation-error-regexp-alist)
16075 (compilation-forget-errors): Declare.
16076
32a2cf25
JL
160772009-08-22 Juri Linkov <juri@jurta.org>
16078
16079 * progmodes/grep.el (lgrep, rgrep): At the beginning
16080 set `dir' to `default-directory' unless `dir' is a non-nil
16081 readable directory. (Bug#4052)
16082 (lgrep, rgrep): Change a weird way to report an error
16083 from using `read-string' to using `error'.
16084 Instead of using interactive arguments in the function body,
16085 add new argument `confirm'.
16086
5443c9b7
SM
160872009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
16088
cb5b40ee
SM
16089 * textmodes/remember.el (remember-buffer):
16090 * progmodes/cperl-mode.el (cperl-vc-header-alist):
16091 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
16092 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
16093 * net/newst-treeview.el (newsticker-groups-filename):
16094 * net/newst-backend.el (newsticker-cache-filename):
16095 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
16096 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
16097 (speedbar-add-ignored-path-regexp, speedbar-line-path)
16098 (speedbar-buffers-line-path, speedbar-path-line)
16099 (speedbar-buffers-line-path):
16100 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
16101 (epg-sign-keys):
16102 * epa.el (epa-display-verify-result):
16103 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
16104
d6261cc1
GM
161052009-08-21 Glenn Morris <rgm@gnu.org>
16106
3e1ea342
GM
16107 * progmodes/js.el (inferior-moz-process): Fix declaration.
16108
ce86eeb5
GM
16109 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
16110
fff28970
GM
16111 * obsolete/rnewspost.el (news-mail-reply):
16112 Use goto-char rather than goto-line.
16113
d93e053b
GM
16114 * term/ns-win.el (ns-open-file-select-line):
16115 Use line-beginning-position rather than goto-line.
16116
d5d105e8
GM
16117 * apropos.el (apropos-command):
16118 * ehelp.el (electric-helpify):
16119 * printing.el (pr-show-setup):
16120 * strokes.el (strokes-help):
16121 * tutorial.el (tutorial--describe-nonstandard-key)
16122 (tutorial--detailed-help):
16123 * woman.el (woman-mini-help, woman-display-extended-fonts):
16124 * calc/calc-help.el (calc-describe-key):
16125 * emulation/edt.el (edt-electric-helpify):
16126 * international/mule-diag.el (mule-diag):
16127 * play/yow.el (apropos-zippy):
16128 * progmodes/python.el (python-describe-symbol):
16129 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
16130 * textmodes/table.el (*table--cell-describe-mode)
16131 (*table--cell-describe-bindings):
16132 Use help-print-return-message rather than the now obsolete alias.
16133
a8ab722f 16134 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
16135 (calendar-cursor-to-visible-date):
16136 * play/5x5.el (5x5-position-cursor):
16137 * play/decipher.el (decipher):
16138 * play/gomoku.el (gomoku-goto-xy):
16139 * play/landmark.el (lm-goto-xy):
16140 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16141 (mpuz-paint-digit):
16142 Use forward-line, not goto-line.
a8ab722f 16143
d6261cc1
GM
16144 * mail/rmail.el (rmail-obsolete): Delete custom group.
16145 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16146 (rmail-remote-password, rmail-remote-password-required):
16147 Remove unneeded :set-after and :set properties.
16148
9e846523
MA
161492009-08-21 Michael Albinus <michael.albinus@gmx.de>
16150
16151 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16152
bbe1f502
DN
161532009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
16154
bcc5db24
DN
16155 * loadup.el: Remove leftover macos code.
16156
bbe1f502
DN
16157 * vc-git.el (vc-git-annotate-command): Run asynchronously.
16158 Explicitly pass the date format to git blame so that user local
16159 so that the output format can be parsed.
16160
6fd2d19a
MA
161612009-08-20 Michael Albinus <michael.albinus@gmx.de>
16162
16163 * net/dbus.el (top): Don't check for (getenv
16164 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
16165
31764e15
SM
161662009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
16167
16168 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 16169 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 16170
28930e39
SM
161712009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16172
4fd15622 16173 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 16174 Bug#3287
4fd15622 16175
b3d8e4a0
SM
16176 * help.el (help-print-return-message): Rename from
16177 print-help-return-message.
16178
c9829c70
SM
16179 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
16180 cvs-mode-map parent hack.
16181 (log-view-mode): Derive from special-mode.
16182
b932657b
SM
16183 * linum.el (linum-mode): window-size-change-functions is redundant.
16184 Adapt to new window-configuration-change-hook behavior.
16185 (linum-after-size, linum-after-config): Remove.
16186
1b700bca
SM
16187 * imenu.el (imenu-example--name-and-position)
16188 (imenu-example--lisp-extract-index-name)
16189 (imenu-example--create-lisp-index, imenu-example--create-c-index):
16190 Mark as obsolete.
16191
28930e39
SM
16192 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
16193 (inferior-prolog-mode): Use it.
16194 (inferior-prolog-load-file): Reset list of errors.
16195
c9af0b68
KH
161962009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16197
16198 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
16199
16200 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
16201
720c7cd6
MA
162022009-08-19 Michael Albinus <michael.albinus@gmx.de>
16203
16204 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
16205 is running already.
16206
03a74b84
SM
162072009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16208
16209 * subr.el (listify-key-sequence-1): Use normal syntax since those
16210 integers are nowadays always represented by the same (positive) number
16211 on all platforms.
16212 (read-key-empty-map): New const.
16213 (read-key-delay): New var.
16214 (read-key): New function.
16215 (force-mode-line-update): Use with-current-buffer.
16216 (locate-user-emacs-file): Don't forget to abbreviate the file name.
16217 (start-process-shell-command, start-file-process-shell-command):
16218 Discourage the use of command-args.
16219
f43e88d4
GM
162202009-08-19 Glenn Morris <rgm@gnu.org>
16221
16222 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
16223
890429cc
SM
162242009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16225
85be9ec4
SM
16226 * simple.el (choose-completion-string): Don't rely on
16227 minibuffer-completing-file-name and ad-hoc checks to decide whether
16228 to continue completion or not.
16229
890429cc
SM
16230 * minibuffer.el (minibuffer-hide-completions): New function.
16231 (completion--do-completion): Use it.
16232 (completions-annotations): New face.
16233 (completion--insert-strings): Use it.
16234 (completion-pcm--delim-wild-regex): Add docstring.
16235 (completion-pcm--string->pattern): Add support for 0-width delimiters
16236 in completion-pcm--delim-wild-regex.
16237
265d4549
SM
162382009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
16239
d440b941
SM
16240 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
16241 Remove unused var `buffer-modified-p'.
16242
265d4549
SM
16243 * minibuffer.el (completion--do-completion): Move point for the #b001
16244 case as well (bug#4176).
16245 (minibuffer-complete, minibuffer-complete-word): Don't move point.
16246
ba6f7d86
MA
162472009-08-18 Michael Albinus <michael.albinus@gmx.de>
16248
16249 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
16250 and :session buses.
16251
98819490
KH
162522009-08-18 Kenichi Handa <handa@m17n.org>
16253
265d4549
SM
16254 * international/ucs-normalize.el (ucs-normalize-version):
16255 Change to 1.1.
58627cf0
KH
16256 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16257 (utf-8-hfs): Make it perform normalization on encoding too.
16258
98819490
KH
16259 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
16260 (sentence-end-without-space): Delete duplicated chars.
16261 (sentence-end-base): Likewise.
e739cc85
KH
16262
16263 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
16264 (html-mode): Delete duplicated chars from sentence-end-base.
16265
16266 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
16267 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 16268
645b9326
CY
162692009-08-17 Chong Yidong <cyd@stupidchicken.com>
16270
16271 * files.el (hack-one-local-variable): If the mode function is for
16272 a minor mode, pass it an argument (Bug#4148).
16273
56c195af
MA
162742009-08-17 Michael Albinus <michael.albinus@gmx.de>
16275
16276 * net/tramp.el (tramp-register-completion-file-name-handler):
16277 Check also for (member 'partial-completion completion-styles).
16278
7a55c78b
CY
162792009-08-16 Chong Yidong <cyd@stupidchicken.com>
16280
16281 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16282 abbrev (Bug#3943).
16283
be3e598a 162842009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
16285
16286 * progmodes/cperl-mode.el: Merge upstream 6.2.
16287 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
16288 (cperl-forward-re): Check cperl-brace-recursing.
16289 (cperl-highlight-charclass): New function.
16290 (cperl-find-pods-heres): Use it.
31cd2dd4 16291 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 16292 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 16293 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
16294 (cperl-beautify-level): Don't process entire regexp.
16295 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
16296 calling man.
16297 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
16298 (cperl-init-faces): Build a list in the normal way.
16299
81b1f9c9
CY
163002009-08-16 Chong Yidong <cyd@stupidchicken.com>
16301
16302 * calendar/parse-time.el (parse-time-string-chars): Save match
16303 data.
16304
c3732cb8
SM
163052009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
16306
55659495
SM
16307 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
16308 (sql-product): Use it.
16309 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
16310 (sql-set-product): Add completion.
16311 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
16312 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
16313 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
16314 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
16315 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
16316 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
16317 (sql-highlight-db2-keywords): Remove.
16318 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
16319 (sql-highlight-product): Use derived-mode-p.
16320 (sql-set-sqli-buffer): Use with-current-buffer.
16321 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
16322 Simplify.
16323
1ae79427
SM
16324 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
16325
c3732cb8
SM
16326 * term.el: Fix commenting convention, turn comments into docstrings.
16327
f24b8bf3
CY
163282009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16329
16330 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
16331
7b6fefac 163322009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 16333
1200ac26 16334 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
16335 character classes, to handle non-ascii characters (Bug#3190).
16336
163372009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 16338
1abbe4e5
CY
16339 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
16340 another heredoc if the user adds another < (Bug#3226).
16341
c3732cb8
SM
16342 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16343 Don't initialize based on window-system (Bug#4124).
19261da4 16344
daad00fc
CY
16345 * facemenu.el (facemenu-read-color): Use a completion function
16346 that accepts any defined color, such as RGB triplets (Bug#3677).
16347
e1bdde78
CY
16348 * files.el (get-free-disk-space): Change fallback default
16349 directory to /. Expand DIR argument before switching to fallback.
16350 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
16351
9d73a99e
CY
163522009-08-15 Chong Yidong <cyd@stupidchicken.com>
16353
16354 * files.el (load-library): Doc fix.
16355
68b962d4 163562009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 16357
953e0c1a 16358 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 16359 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 16360 incremental search string.
9d73a99e 16361
c3732cb8 16362 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 16363 XEmacs.
9d73a99e 16364
c3732cb8
SM
16365 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
16366 (ediff-merge-region-is-non-clash)
16367 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 16368 Also check if the job is really a merge job.
9d73a99e 16369
c3732cb8 16370 * ediff.el (ediff-current-file): New function.
9d73a99e 16371
2e330adc
CY
163722009-08-15 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * progmodes/js.el: Edit docstrings throughout to follow Emacs
16375 conventions.
c3732cb8 16376 (js-insert-and-indent): Delete function.
2e330adc
CY
16377 (js-mode-map): Don't bind keys to js-insert-and-indent.
16378 (js-beginning-of-defun): Rename from js--beginning-of-defun.
16379 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 16380 (js-auto-indent-flag): Delete variable.
2e330adc 16381
17b5d0f7
CY
163822009-08-14 Chong Yidong <cyd@stupidchicken.com>
16383
c3732cb8
SM
16384 * progmodes/js.el: Remove proclaim statement.
16385 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 16386
ba2d8894
CY
16387 * files.el (auto-mode-alist): Use js-mode for .js files.
16388
c3732cb8 16389 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
16390
16391 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
16392
16393 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
16394
c3732cb8 16395 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
16396
163972009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 16398 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
16399
16400 * progmodes/js.el: New file.
16401
b6377f1d
MH
164022009-08-14 Mark A. Hershberger <mah@everybody.org>
16403
16404 * timezone.el (timezone-parse-date): Add ability to understand ISO
16405 basic format (minimal separators) dates in addition to the
16406 already-supported extended format dates.
16407
bc0eef46
EZ
164082009-08-14 Eli Zaretskii <eliz@gnu.org>
16409
4e021e65
EZ
16410 * international/ucs-normalize.el: Add a `coding' file variable.
16411
bc0eef46
EZ
16412 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
16413
53dab179
SS
164142009-08-14 Sam Steingold <sds@gnu.org>
16415
6801c38a 16416 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 16417
6c58c39c
CY
164182009-08-13 Chong Yidong <cyd@stupidchicken.com>
16419
16420 * faces.el (help-argument-name): Define it here instead of
16421 help-fns.el, because in daemon mode help-fns.el may be loaded when
16422 faces are still uninitialized (Bug#1078).
16423
16424 * help-fns.el (help-argument-name): Move defface to faces.el.
16425
c7baf7e9
NR
164262009-08-13 Nick Roberts <nickrob@snap.net.nz>
16427
16428 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
16429 create buffer with a pty but no process so that GDB can make the
16430 inferior the controlling process.
16431
9c40e995 164322009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
16433
16434 * international/ucs-normalize.el: New file.
16435
8cdba32b
RS
164362009-08-13 Richard Stallman <rms@gnu.org>
16437
5c950923
RS
16438 * mail/rmail.el (rmail-get-attr-names):
16439 Accept an attribute header that is too short.
16440
76e1e40b
RS
16441 * mail/rmail.el (rmail-forget-messages):
16442 Ignore nil elt in rmail-message-vector. Use dotimes.
16443
1fc01b08
RS
16444 * progmodes/compile.el (compilation-goto-locus):
16445 Use next-error-move-function.
16446
8cdba32b
RS
16447 * simple.el (next-error-move-function): New variable.
16448
99910cf4
JL
164492009-08-12 Juri Linkov <juri@jurta.org>
16450
16451 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
16452 always non-nil. (Bug#4052)
16453
16454 * replace.el (read-regexp): Return empty string when
16455 `default-value' is nil.
16456 (keep-lines-read-args): Don't use empty string as the
16457 default value for `read-regexp'. (Bug#2495)
16458
fc5bdf6c
JL
164592009-08-12 Juri Linkov <juri@jurta.org>
16460
16461 * international/mule-cmds.el (ucs-insert): Change arguments
16462 from `arg' to `character', `count', `inherit' to be the same
16463 as in `insert-char'. Doc fix. (Bug#4039)
16464
16465 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
16466
77748848
JL
164672009-08-12 Juri Linkov <juri@jurta.org>
16468
16469 * files-x.el: New file.
16470
16471 * files.el: Move code that deals with adding/deleting
16472 file/directory-local variables to files-x.el.
16473
16474 * Makefile.in (ELCFILES): Add files-x.elc.
16475
c8a44c4e
DD
164762009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
16477
27a9fd5a
DD
16478 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
16479 to use `goto-line'.
16480 (gdb-place-breakpoints, gdb-get-location): Rewritten without
16481 `goto-line'.
16482 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 16483 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 16484 threads list.
107ef54a 16485 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
16486 (gdb-starting): Moved -data-list-register-names...
16487 (gdb-stopped): ...here so it's sent when first thread stops.
16488 (gdb-registers-handler-custom): Do nothing if register names are
16489 unknown yet.
27a9fd5a 16490
c8a44c4e
DD
16491 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
16492 from `gdb-mi.el' to avoid extra tangling.
16493
16494 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 16495 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
16496 (gdb-update-gud-running): No extra fuss for updating frame number.
16497
dfd4e693
SM
164982009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
16499
51c4341f
SM
16500 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
16501 (describe-language-environment-map, setup-language-environment-map)
16502 (set-coding-system-map): Move initialization into declaration.
16503 (set-language-info-alist): Last arg to define-key-after can be skipped.
16504
16505 * international/quail.el (quail-completion-1): Simplify.
16506 (quail-define-rules): Use slightly more compact code.
16507 (quail-insert-decode-map): Propertize keys, compact columns.
16508
dfd4e693
SM
16509 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16510 Add goto-line.
16511
83326559
MB
165122009-08-10 Miles Bader <miles@gnu.org>
16513
16514 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
16515 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16516 (js2-instance-member, js2-private-member, js2-private-function-call)
16517 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16518 (js2-magic-paren, js2-external-variable):
16519 Remove "-face" suffix from face names.
16520 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16521 (js2-highlight-undeclared-vars, js2-peek-token)
16522 (js2-parse-function-params, js2-mode-show-errors)
16523 (js2-mode-show-warnings, js2-make-magic-delimiter)
16524 (js2-mode-highlight-magic-parens): Update to use new face names.
16525
8e754ea2
MA
165262009-08-09 Michael Albinus <michael.albinus@gmx.de>
16527
16528 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16529 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
16530
1c292fc7
CY
165312009-08-09 Chong Yidong <cyd@stupidchicken.com>
16532
18d433a7
CY
16533 * subr.el: Provide hashtable-print-readable.
16534
1c292fc7
CY
16535 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16536 hs-c-like-adjust-block-beginning.
16537 (hs-hide-block-at-point): Stop hiding at the beginning of
16538 hs-block-end-regexp (Bug#700).
16539
2db0ae07
DD
165402009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
16541
16542 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16543 a macro.
16544 (gdb-registers-handler-custom): Do not fail when register names
16545 are unavailable.
16546
fe4740a6
DD
165472009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16548
16549 * progmodes/gdb-mi.el (gdb-control-all-threads)
16550 (gdb-control-current-thread): Interactive setters for
16551 `gdb-gud-control-all-threads' to use in menu.
16552 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 16553 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
16554 gud/thread.xpm and gud/all.xpm.
16555
ce299d55
CY
165562009-08-08 Yoni Rabkin <yoni@rabkins.net>
16557
16558 * net/net-utils.el (net-utils-font-lock-keywords): New var.
16559 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
16560 (net-utils-mode): New mode for viewing diagnostic network output.
16561 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16562 (net-utils-run-simple): New function.
16563 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 16564
7c4654ad
DD
165652009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16566
16567 * progmodes/gdb-mi.el (gdb-read-memory-custom)
16568 (gdb-memory-set-address, def-gdb-set-positive-number)
16569 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16570 after changing settings.
16571 (gdb-invalidate-disassembly): Update when first shown.
16572 (gdb-edit-locals-value): Fixed.
16573 (gdb-registers-handler-custom): Print registers in right order and
16574 allow changing register values (only for current thread yet).
9cbac26b
DD
16575 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16576 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16577 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16578 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16579 info in mode name.
16580 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 16581
0f25a277
EZ
165822009-08-08 Eli Zaretskii <eliz@gnu.org>
16583
16584 * mail/rmail.el (rmail-add-mbox-headers)
16585 (rmail-set-message-counters-counter): Search for
16586 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
16587
b971be60
GM
165882009-08-08 Glenn Morris <rgm@gnu.org>
16589
16590 * Makefile.in (ELCFILES): Update.
16591
a35d3ad8
EZ
165922009-08-07 Eli Zaretskii <eliz@gnu.org>
16593
60c2df40
EZ
16594 * mail/sendmail.el (mail-yank-original): Set
16595 buffer-file-coding-system from the one used by the message whose
16596 text is yanked.
16597
8b0bcc2e
EZ
16598 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16599 to "windows" when "pgnuplot" is used.
16600 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16601 call accept-process-output if "pgnuplot" is used.
16602 (calc-graph-init): Don't send -display and -geometry to
16603 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
16604 running "pgnuplot -V" with shell-command-to-string.
16605
16606 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16607 the default.
16608
166092009-08-07 Eli Zaretskii <eliz@gnu.org>
16610
16611 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
16612 org/org-latex.elc.
16613
3bca7ca5
DN
166142009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
16615
3c53763c
DN
16616 * vc-dispatcher.el (vc-resynch-window): Update comment.
16617
3bca7ca5
DN
16618 * term.el (term-handle-ansi-escape): Add comments with the
16619 terminfo capabilities implemented.
16620
7b217360
DD
166212009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
16622
16623 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16624 (gdb-var-create-handler): Rewritten using JSON parser.
16625 (gdb-propertize-header): Moved earlier.
16626 (gdb-set-header): Removed to avoid duplication.
16627 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16628 Refresh disassembly buffers only after threads list have been
16629 update.
16630 (gdb-threads-header, gdb-registers-header): Per-buffer header line
16631 variables.
16632
b4d84ecf
JL
166332009-08-04 Juri Linkov <juri@jurta.org>
16634
16635 * files.el: Commands to add/delete file/directory-local variables.
16636 (read-file-local-variable, read-file-local-variable-value)
16637 (read-file-local-variable-mode, modify-file-local-variable)
16638 (modify-file-local-variable-prop-line)
16639 (modify-dir-local-variable): New functions.
16640 (add-file-local-variable, delete-file-local-variable)
16641 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16642 (add-dir-local-variable, delete-dir-local-variable)
16643 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16644 (copy-dir-locals-to-file-locals-prop-line): New commands.
16645
42da39c1
CY
166462009-08-04 Chong Yidong <cyd@stupidchicken.com>
16647
16648 * abbrev.el (insert-abbrev-table-description): Prettify output.
16649 Suggested by Karl Chen.
16650
98bf8494
DD
166512009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
16652
78b9fb28 16653 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 16654 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
16655 (gdb-overlay-arrow-position, gdb-thread-position)
16656 (gdb-disassembly-position): Declare variables.
16657 (gdb-wait-for-pending): Function now.
16658 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16659 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16660 compilation goes smoothly.
16661 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16662 (gdb-non-stop-setting): New customization setting which replaces
16663 `gdb-non-stop' so changing it doesn't break active GDB session.
16664 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16665 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16666 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16667 (gdb-show-threads-by-default): New customization options.
16668 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16669 routines.
16670 (gdb-get-buffer-create): Send buffers update signal when they are
16671 created.
16672 (gdb-invalidate-locals, gdb-invalidate-registers)
16673 (gdb-invalidate-breakpoints)
16674 (gdb-invalidate-threads, gdb-invalidate-disassembly)
16675 (gdb-invalidate-memory): Accept update signal.
16676 (gdb-current-context-command): Use --frame option.
16677 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16678 Implement `gdb-frame-number' selection logic.
16679 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16680 whether to show GUD toolbar buttons.
16681 (gdb-thread-exited): Unselect current thread when it exits.
16682 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16683 (gdb-mark-line): Routine which sets overlay arrow or inverses
16684 video on fringeless displays.
16685 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16686 to build aligned columns of data in GDB buffers and set text
16687 properties line-by-line.
16688 (gdb-invalidate-breakpoints)
16689 (gdb-breakpoints-list-handler-custom)
16690 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16691 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16692 (gdb-registers-handler-custom): Align data columns.
16693 (gdb-locals-handler-custom): Now prints data like in variable
16694 declarations.
16695 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16696 Removed confusing buttons.
16697 (gdb-invalidate-threads): Append --frame.
16698 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16699 between breakpoints/threads buffers.
16700 (gdb-set-window-buffer): Now can ignore dedicated windows.
16701 (gdb-propertize-header): Use `gdb-set-window-buffer'.
16702 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16703 (def-gdb-thread-buffer-gud-command): Replaces
16704 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16705 for fine thread control.
16706 (gdb-preempt-existing-or-display-buffer): New function used to
16707 display bound buffers without breaking window layout.
16708 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16709 (gdb-select-frame): New version of `gdb-frames-select' which now
16710 sets `gdb-frame-number' so commands may use --frame option instead
16711 of inner debugger state.
16712 (gdb-frame-handler): Do not set `gdb-frame-number'.
16713 (gdb-threads-mode-map): Select threads with mouse.
16714
16715 * progmodes/gud.el (gdb-gud-context-call): Declare function to
16716 avoid compilation warning.
16717 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16718 `gdb-show-stop-p`.
16719
566f3909
DD
16720 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16721 Argument `key' renamed to `buffer-type'.
16722 (gdb-current-context-buffer-name): Do not add thread info to
16723 buffer name when no thread is selected.
16724 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16725 command (bug 3794).
16726 (gdb-thread-selected): Handle `=thread-selected' notification.
16727 (gdb-wait-for-pending): New macro to deal with congestion problems.
16728 (gdb-breakpoints-list-handler-custom): Don't fail on pending
16729 breakpoints.
7b6fefac
JB
16730 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16731 This fixes problem similar to one described in bug 3947.
566f3909
DD
16732 (gud-menu-map): More menu items.
16733 (gdb-init-1): Reset `gdb-thread-number' to nil.
16734
4a31122c
DD
16735 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16736 non-stop settings.
16737
16738 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16739 (gdb-current-context-command): Do not append --thread if
16740 `gdb-thread-number' is nil.
16741 (gdb-running-threads-count, gdb-stopped-threads-count): New
16742 variables.
16743 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16744 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16745 customization options.
16746 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16747 GUD commands.
7b6fefac 16748 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
16749 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16750 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16751 set `gdb-thread-number' and update `gud-running' properly.
16752 (gdb-running): Update threads list when new threads appear.
16753 (gdb-stopped): Support non-stop operation and new thread switching
16754 logic.
16755 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16756 (gdb-json-partial-output): New set of JSON routines.
16757 (def-gdb-auto-update-trigger): New `signal-list' optional
16758 argument.
16759 (gdb-thread-list-handler-custom): Update `gud-running',
16760 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16761 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16762 (gdb-continue-thread, gdb-step-thread): New commands for fine
16763 thread execution control.
16764 (gud-menu-map): New menu items to switch non-stop options.
16765 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 16766 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
16767
16768 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16769 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16770 gdb-buffer-rules.
16771 (def-gdb-auto-update-handler): New nopreserve optional argument.
16772 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16773
16774 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16775 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16776 (gdb-parent-mode): New mode to derive other GDB modes from.
16777 (gdb-display-disassembly-for-thread)
16778 (gdb-frame-disassembly-for-thread): New commands for threads
16779 buffer.
16780
16781 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16782 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
16783 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16784 (gdb-update): We now store all GDB buffers in a list so that they
16785 can be updated by traversing a list instead of calling invalidate
7b6fefac 16786 triggers explicitly.
a5c9f540
DD
16787 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16788 pair for GDB buffer.
16789 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
16790 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16791 handle pending triggers.
16792 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16793 (def-gdb-thread-buffer-simple-command)
16794 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16795 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
16796 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16797 New commands which show buffers bound to thread.
e7086683 16798 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 16799
7b6fefac
JB
16800 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16801 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
16802 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16803 to (gud-comint-buffer) in *-buffer-name functions
16804 because (gdb-get-target-string) already does that.
16805 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16806 (gdb-changed-registers-handler): Rewritten without regexps.
16807
ba214964 16808 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
16809 (gdb-thread-number): New variable.
16810 (gdb-current-context-command): New macro which adds --thread
16811 option to command.
7b6fefac 16812 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 16813 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 16814 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
16815 (gdb-select-thread): New command which selects current thread.
16816 (gdb-invalidate-frames, gdb-invalidate-locals)
16817 (gdb-invalidate-registers): Use --thread option.
20f12ed8 16818
2ac33804
MA
168192009-08-04 Michael Albinus <michael.albinus@gmx.de>
16820
16821 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 16822 robust. (Bug#3977)
2ac33804
MA
16823 (tramp-handle-insert-file-contents): `unwind-protect' must be
16824 inside `with-parsed-tramp-file-name'.
16825
16826 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16827 fails.
16828
39d0296f
NR
168292009-08-03 Nick Roberts <nickrob@snap.net.nz>
16830
16831 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16832 directory if CLASSPATH is not set.
16833
adcbca53
MA
168342009-08-03 Michael Albinus <michael.albinus@gmx.de>
16835
7b6fefac
JB
16836 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16837 New defconst.
7ef849b6 16838 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 16839
30924b0b
CY
168402009-08-02 Kevin Ryde <user42@zip.com.au>
16841
7b6fefac
JB
16842 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16843 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 16844
b6ce92f1
CY
168452009-08-02 Chong Yidong <cyd@stupidchicken.com>
16846
d977a092
CY
16847 * select.el (x-set-selection): Doc fix (Bug#4021).
16848
16849 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16850
b6ce92f1
CY
16851 * help-fns.el (describe-variable): Treat list return values from
16852 dir-locals-find-file properly (Bug#4005).
16853
7b6fefac 168542009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
16855
16856 * net/tramp.el (tramp-debug-message): Print also microseconds.
16857
168582009-08-02 Michael Albinus <michael.albinus@gmx.de>
16859
16860 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16861 or END is non-nil.
16862 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16863 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16864 format.
16865
5ce6e4f4 16866 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
16867 (tramp-get-file-property): Use it.
16868
16869 * autorevert.el (auto-revert-handler): Allow
16870 `auto-revert-tail-mode' for remote files.
16871
2aafe808
JR
168722009-08-02 Jason Rumney <jasonr@gnu.org>
16873
16874 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 16875 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 16876
e094097c
CY
168772009-08-02 Chong Yidong <cyd@stupidchicken.com>
16878
16879 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16880 (font-lock-variable-name-face, font-lock-constant-face): Darken
16881 the colors for light backgrounds.
16882
de94f281
EZ
168832009-08-01 Eli Zaretskii <eliz@gnu.org>
16884
16885 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16886 month names. (Bug#3987)
16887
54b99340
CY
168882009-07-31 Chong Yidong <cyd@stupidchicken.com>
16889
16890 * simple.el (line-move-finish): Pass whole number to
16891 line-move-to-column.
34be836c 16892 (line-move-visual): Perform hscroll to the recorded position.
54b99340 16893
38216c30
JB
168942009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16895
16896 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16897
c779896d
CY
168982009-07-29 Alan Mackenzie <acm@muc.de>
16899
16900 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16901
592ccae0
DD
169022009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16903
35edc6c6
DD
16904 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16905 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 16906
5a9e3ab7
JB
169072009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16908
16909 * calc/calc.el (calc-mode-map): Add keybinding for
16910 `calc-transpose-lines'.
16911
7b6fefac 169122009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
16913
16914 * calc/calc-misc.el (calc-transpose-lines): New function.
16915
905fb90e
MA
169162009-07-28 Michael Albinus <michael.albinus@gmx.de>
16917
16918 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16919 Simplify check for out-of-band methods.
16920 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16921 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16922
76e14464
DN
169232009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16924
16925 * vc-git.el (vc-git-checkin): Fix typo.
16926
6088b51f 169272009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
16928
16929 * progmodes/js2-mode.el: New file.
16930
b85157fe
NR
169312009-07-28 Nick Roberts <nickrob@snap.net.nz>
16932
16933 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16934 (gud-menu-map): Adjust tooltip accordingly.
16935
d43c2b06
DN
169362009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16937
1c0f0c3b
DN
16938 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16939 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16940
d43c2b06
DN
16941 * add-log.el (change-log-mode-map): Add a menu.
16942
3dec5c36
MA
169432009-07-27 Michael Albinus <michael.albinus@gmx.de>
16944
16945 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16946 function returns nil.
16947 (dbus-handle-event): Handle special return value :ignore.
16948 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16949
5704140c
CY
169502009-07-26 Chong Yidong <cyd@stupidchicken.com>
16951
16952 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16953 it's not needed.
16954
3077d1f6
EZ
169552009-07-25 Eli Zaretskii <eliz@gnu.org>
16956
16957 Fix Bug#3888:
16958
16959 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16960
16961 * term/pc-win.el (x-display-name, x-colors)
16962 (x-select-enable-clipboard, x-select-text): Doc fix.
16963
16964 * term/common-win.el (x-display-name, x-colors): Doc fix.
16965
16966 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16967 (xw-defined-colors): Doc fix.
16968
16969 * w32-fns.el (x-select-text, x-setup-function-keys)
16970 (x-get-selection, x-set-selection): Doc fix.
16971
16972 * term/x-win.el (x-select-text, x-setup-function-keys)
16973 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16974
16975 * select.el (x-set-selection): Doc fix.
16976
51768bc8
MA
169772009-07-25 Michael Albinus <michael.albinus@gmx.de>
16978
16979 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16980 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16981 "IsNSSSupportAvailable" method is not available. Reported by
16982 Steve Youngs <steve@sxemacs.org>.
16983
b11c2874
KH
169842009-07-24 Kenichi Handa <handa@m17n.org>
16985
16986 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 16987 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
16988 (build-unicode-category-table): Fix range checks.
16989
ba83b7b6
DN
169902009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16991
16992 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16993 the buffer we try to sync is current when calling
16994 vc-resynch-buffer.
16995
16996 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16997 not show up to date files.
16998
7a8ae964
GM
169992009-07-24 Glenn Morris <rgm@gnu.org>
17000
17001 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
17002 Add autoload cookies. If necessary, initialize.
17003 (elint-log): Handle non-file buffers.
17004 (elint-initialize): Add optional argument to reinitialize.
17005 (elint-find-builtin-variables): Save excursion.
17006
a707eb05
DN
170072009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
17008
17009 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17010 for Lint.
17011
0a2ddfa6
DN
170122009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17013
d6a62b0d
DN
17014 * vc.el (vc-print-log-internal): New function, split out from ...
17015 (vc-print-log): ... here.
10b5dcad 17016 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 17017
0a2ddfa6
DN
17018 * vc-git.el (vc-git-add-signoff): New variable.
17019 (vc-git-checkin): Use it.
17020 (vc-git-toggle-signoff): New function.
17021 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
17022 (vc-git--run-command-string): Accept a nil FILE argument.
17023 (vc-git-stash-list): New function.
17024 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 17025
589a99f2
GM
170262009-07-23 Glenn Morris <rgm@gnu.org>
17027
17028 * help-fns.el (describe-variable): Describe ignored and risky local
17029 variables in a similar way to that in which we describe safe ones.
17030
17031 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
17032 (byte-compile-output-file-form, byte-compile-output-docform)
17033 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
17034 Give some more local variables with common names a "bytecomp-" prefix,
17035 so as not to shadow things during compilation.
17036 * emacs-lisp/cl-macs.el (load-time-value)
17037 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
17038 `outbuffer' to `bytecomp-outbuffer'.
17039
17040 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
17041 since the next two variables cover them automatically now.
17042 (elint-builtin-variables, elint-autoloaded-variables): New.
17043 (elint-unknown-builtin-args): Remove all members, since they can be
17044 parsed automatically now.
17045 (elint-extra-errors): New.
17046 (elint-env-add-env, elint-env-add-macro): Use cadr.
17047 (elint-current-buffer): Use or. Change final message.
17048 (elint-get-top-forms): Use line-end-position.
17049 (elint-init-env): Use cadr. Handle autoload, declare-function,
17050 and defalias.
17051 (elint-add-required-env): Doc fix. Use or. Standardize error.
17052 (regexp-assoc): Remove unused function.
17053 (elint-top-form): Set elint-current-pos, to record the start of the
17054 top-level form, for compilation-mode.
17055 (elint-form): Trap errors in macro expansion. Use dolist.
17056 (elint-unbound-variable): Use elint-builtin-variables and
17057 elint-autoloaded-variables.
17058 (elint-get-args): Use cadr, or.
17059 (elint-check-cond-form): Use dolist, cadr.
17060 (elint-check-condition-case-form): Doc fix. Use cadr.
17061 Use elint-extra-errors.
17062 (elint-log): New function.
17063 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
17064 Distinguish errors and warnings.
17065 (elint-log-message): Use with-current-buffer. Inhibit read-only.
17066 Use a bytecomp-style format.
17067 (elint-clear-log): Preserve default-directory. Inhibit read-only.
17068 (elint-get-log-buffer): Use compilation mode. Disable undo.
17069 Don't truncate lines.
17070 (elint-initialize): Set builtin and autoloaded variable lists.
17071 Only process elint-unknown-builtin-args if non-nil.
17072 (elint-find-builtin-variables, elint-find-autoloaded-variables):
17073 New functions.
17074 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
17075
855b42a2
GM
170762009-07-22 Kevin Ryde <user42@zip.com.au>
17077
17078 * net/newst-backend.el (newsticker--parse-atom-1.0)
17079 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17080 (newsticker--parse-rss-1.0):
17081 * progmodes/idlwave.el (idlwave-mode):
17082 * progmodes/idlw-shell.el (idlwave-shell-mode):
17083 * progmodes/vera-mode.el (vera-mode):
17084 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
17085 * progmodes/vhdl-mode.el (vhdl-mode):
17086 * textmodes/table.el (table-generate-source)
17087 (table--warn-incompatibility):
17088 Hyperlink urls in docstrings with URL `...'.
17089
fd413a37
GM
170902009-07-22 Glenn Morris <rgm@gnu.org>
17091
cb711556
GM
17092 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
17093 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
17094 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
17095 Remove leading * from defcustom docs.
17096
fd413a37
GM
17097 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
17098
17099 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
17100 defcustom doc.
17101 (list-load-path-shadows): Optionally, just return shadows as a string.
17102
17103 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
17104
a4f69701
CY
171052009-07-21 Chong Yidong <cyd@stupidchicken.com>
17106
17107 * mail/rmailedit.el (rmail-edit-mode): Use
17108 auto-save-include-big-deletions.
17109
17110 * mail/rmail.el (rmail-variables): Use
17111 auto-save-include-big-deletions.
17112
17113 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
17114 changes.
17115
ec06459c
JB
171162009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
17117
17118 * calc/calc.el (calc-undo-length): New variable.
17119 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
17120
b41b0976
RS
171212009-07-21 Richard Stallman <rms@gnu.org>
17122
17123 * files.el (auto-save-mode): Handle buffer-save-size = -2
17124 for toggling mode.
17125
4ed32706
GM
171262009-07-21 Glenn Morris <rgm@gnu.org>
17127
531b1264
GM
17128 * textmodes/ispell.el (ispell-looking-back): Update declaration.
17129
55d27f41
GM
17130 * calendar/todo-mode.el (calendar-current-date): Update declaration.
17131
02df3f4d
GM
17132 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
17133 silence compiler. Instead...
17134 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
17135 (ps-print-ensure-fontified): Update for above function name changes.
17136
fdd8417e
GM
17137 * printing.el (pr-mh-get-msg-num, pr-mh-show)
17138 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17139 silence compiler. Instead...
17140 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17141 (mh-show-buffer): Only define for compiler.
17142 (pr-mh-current-message): Update for above function name changes.
17143
4ed32706
GM
17144 * files.el (abort-if-file-too-large): Explicitly pass `filename'
17145 as an argument.
17146 (find-file-noselect, insert-file-1): Update for above change.
17147
17148 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17149
17150 * mail/mailclient.el (mailclient-send-it): Fix message.
17151
17152 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17153 (edebug-eval): Check cl-debug-env is bound.
17154 (print-level, print-circle): Don't redefine built-in variables.
17155
17156 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17157 (custom-print-vectors): Remove old comments from doc.
17158
17159 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17160 (emerge-version): Make the variable an obsolete alias for the
17161 emacs-version variable. Make the function obsolete.
17162 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17163 Emerge options, rather than merging in into the main Options menu.
17164 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
17165 and auto advance modes. Disable edit/fast items when not relevant.
17166
86812144
CY
171672009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17168
17169 * term/vt420.el (terminal-init-vt420): Fix typo.
17170
6bb90094
SS
171712009-07-20 Sam Steingold <sds@gnu.org>
17172
17173 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
17174 variable (removed from compile.el on 2004-03-11).
17175
42e0a725
CY
171762009-07-20 Chong Yidong <cyd@stupidchicken.com>
17177
17178 * files.el (hack-local-variables-filter): Fix last change.
17179
2ee20f24
JL
171802009-07-19 Juri Linkov <juri@jurta.org>
17181
17182 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
17183 (dir-local-variables-alist): New buffer-local variable.
17184 (hack-local-variables-filter): If variable is not dir-local,
17185 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
17186 because file-local overrides dir-local.
3570691b 17187 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
17188 Remove obsolete declaration.
17189 (hack-dir-local-variables): Add dir-local variable/value pair to
17190 `dir-local-variables-alist' and remove duplicates. Doc fix.
17191
17192 * help-fns.el (describe-variable): Add information about
17193 file-local and dir-local variables.
17194
89bf83cd
CY
171952009-07-19 Chong Yidong <cyd@stupidchicken.com>
17196
17197 * files.el (hack-local-variables-filter): Rewrite.
17198
1a8d3541
GM
171992009-07-19 Glenn Morris <rgm@gnu.org>
17200
d9e8a018
GM
17201 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
17202 Silence compiler by only defining on XEmacs.
17203
da332cfb
GM
17204 * international/mule.el (auto-coding-regexp-alist): Only match
17205 BABYL... at the start of buffer, not of lines. (Bug#3790)
17206
1a8d3541
GM
17207 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
17208 non-calendar buffers (Bug#3862). Restore "not on a date" message.
17209 (cal-menu-context-mouse-menu): Doc fix.
17210
17211 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
17212
17213 * simple.el (mail-user-agent): Doc fix. Set :version tag.
17214
d842b103
JL
172152009-07-18 Juri Linkov <juri@jurta.org>
17216
17217 * info.el: Virtual Info keyword finder.
3570691b 17218 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
17219 (Info-finder-file): New variable.
17220 (Info-finder-find-file): New function.
17221 (finder-known-keywords, finder-package-info)
17222 (find-library-name, lm-commentary): Use defvar and
17223 declare-function to silence compiler warnings.
17224 (Info-finder-find-node): New function.
17225 (info-finder): New command.
17226
17227 * subr.el (process-kill-buffer-query-function): New function.
17228 (add-hook)<kill-buffer-query-functions>: Add hook
17229 `process-kill-buffer-query-function'.
17230
10d37df7
AM
172312009-07-18 Alan Mackenzie <acm@muc.de>
17232
7b6fefac 17233 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
17234 (c-postprocess-file-styles): Give invocation of `c-set-style'
17235 DONT-OVERRIDE parameter of t. Already set style variables will
17236 thus not be overridden by style settings given by `c-file-syle'.
17237
17238 * files.el (hack-local-variables-filter): Remove entries with
17239 duplicate keys from `file-local-variables-alist'.
17240
102e1a41
EZ
172412009-07-18 Eli Zaretskii <eliz@gnu.org>
17242
17243 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
17244 x-set-selection if display-selections-p returns nil for the
17245 current frame.
17246
16f2e9fc
CY
172472009-07-18 Chong Yidong <cyd@stupidchicken.com>
17248
17249 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
17250
f22693fc
EZ
172512009-07-18 Eli Zaretskii <eliz@gnu.org>
17252
a6c2c80c
EZ
17253 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17254 Accept nil in addition to a regexp.
17255 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17256 Accept nil in addition to a regexp.
17257 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17258 buffers that have an associated file. Handle nil values of
17259 desktop-buffers-not-to-save and desktop-files-not-to-save.
17260 (Bug#3833)
17261
f22693fc
EZ
17262 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17263 (x-disown-selection-internal): New functions.
17264
e456379a
NR
172652009-07-18 Nick Roberts <nickrob@snap.net.nz>
17266
17267 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17268 warning.
17269 (gdb-breakpoints-header): Move forward to avoid compiler warning.
17270 (gdb-make-header-line-mouse-map): Remove duplicate definition.
17271
0013b70f
CY
172722009-07-18 David De La Harpe Golden <david@harpegolden.net>
17273
17274 * simple.el (set-mark): Revert last change.
17275
0855c2ca
CY
172762009-07-17 Tassilo Horn <tassilo@member.fsf.org>
17277
17278 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17279 rendering of pngs is not possible instead of messaging a long
17280 description.
17281
3f5c9cad
CY
172822009-07-17 David De La Harpe Golden <david@harpegolden.net>
17283
17284 * w32-fns.el (x-selection-owner-p): New function.
17285
17286 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
17287 (mouse-yank-at-click, mouse-yank-primary): If
17288 select-active-regions is non-nil, deactivate the mark before
17289 insertion.
3f5c9cad
CY
17290
17291 * simple.el (deactivate-mark, set-mark): Only save selection if we
17292 own it.
17293
1fc87f9b
KH
172942009-07-17 Kenichi Handa <handa@m17n.org>
17295
17296 * case-table.el (describe-buffer-case-table): Fix for the case
17297 that KEY is a cons.
17298
d56fdcd2
DN
172992009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
17300
17301 * vc-rcs.el (vc-rcs-find-file-hook):
17302 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
17303
bede3e9f
MA
173042009-07-16 Michael Albinus <michael.albinus@gmx.de>
17305
17306 * net/tramp.el (tramp-wait-for-output): Handle the case when
17307 commands do not return a newline but a null byte before the shell
17308 prompt. (Bug#3858)
17309
7653ca1d
YM
173102009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17311
17312 * term/ns-win.el (ns-set-alpha): Don't declare.
17313 (ns-set-background-alpha): Remove function.
17314
ed2a52e9
SM
173152009-07-16 Kevin Ryde <user42@zip.com.au>
17316
17317 * emacs-lisp/copyright.el (copyright-update): Save match-data across
17318 y-or-n-p, for safety.
17319
7a907299
RS
173202009-07-16 Richard Stallman <rms@gnu.org>
17321
17322 * files.el (auto-save-mode): If buffer-saved-size is -2,
17323 don't clobber it.
17324
17325 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
17326 (rmail-retry-ignored-headers): Add more uninteresting fields.
17327
c0db3477
CY
173282009-07-15 Jari Aalto <jari.aalto@cante.net>
17329
17330 * net/rcirc.el (rcirc): Use history variables.
17331 (rcirc-server-name-history, rcirc-nick-name-history)
17332 (rcirc-server-port-history): New variables.
17333
6c875452
KH
173342009-07-15 Kenichi Handa <handa@m17n.org>
17335
bf974dc9
KH
17336 * international/mule-cmds.el (set-language-environment-charset):
17337 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
17338 ignore them.
17339
6c875452
KH
17340 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
17341 Delete unibyte-display.
17342
2066b4fe
CY
173432009-07-15 Chong Yidong <cyd@stupidchicken.com>
17344
17345 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
17346
f9be2e35
CY
173472009-07-15 Chong Yidong <cyd@stupidchicken.com>
17348
17349 * simple.el (deactivate-mark): Optional argument FORCE.
17350 (set-mark): Use deactivate-mark.
17351
17352 * info.el (Info-search): No need to check transient-mark-mode
17353 before calling deactivate-mark.
17354
17355 * select.el (x-set-selection): Doc fix.
17356 (x-valid-simple-selection-p): Allow buffer values.
17357 (xselect--selection-bounds): Handle buffer values. Suggested by
17358 David De La Harpe Golden.
17359
17360 * mouse.el (mouse-set-region, mouse-drag-track): Call
17361 copy-region-as-kill before setting the mark, to let
17362 select-active-regions work.
17363
be3e598a 173642009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
17365
17366 * simple.el (deactivate-mark): If select-active-regions is
17367 non-nil, copy the selection data into a string.
17368 (activate-mark): If select-active-regions is non-nil, set the
17369 selection to the current buffer.
17370 (set-mark): Update selection if select-active-regions is non-nil.
17371
17372 * select.el (x-valid-simple-selection-p): Allow buffer values.
17373
cbd61418
SM
173742009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
17375
17376 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
17377 and more featureful message-mode.
17378
f470187f
CY
173792009-07-14 Chong Yidong <cyd@stupidchicken.com>
17380
17381 * select.el (x-set-selection): Doc fix.
17382 (x-valid-simple-selection-p): Disallow selection data consisting
17383 of a list or cons of integers, since that is not used.
17384 (xselect--selection-bounds, xselect--int-to-cons): New functions.
17385 (xselect-convert-to-string, xselect-convert-to-length)
17386 (xselect-convert-to-filename, xselect-convert-to-charpos)
17387 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
17388
bfc99364
DD
173892009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
17390
17391 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
17392 output in -break-info command (Emacs bug #3794).
17393
e32721f5
GM
173942009-07-14 Glenn Morris <rgm@gnu.org>
17395
1e46f9e4
GM
17396 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
17397 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
17398 (edebug-print-length, edebug-print-level, edebug-print-circle)
17399 (edebug-sit-for-seconds, edebug-view-outside)
17400 (edebug-bounce-point, edebug-set-global-break-condition)
17401 (edebug-Go-nonstop-mode, edebug-trace-mode)
17402 (edebug-Trace-fast-mode, edebug-continue-mode)
17403 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
17404 (edebug-visit-eval-list): Doc fixes.
17405
e32721f5
GM
17406 * subr.el (def-edebug-spec): Doc fix.
17407
66a85e76
KH
174082009-07-14 Kenichi Handa <handa@m17n.org>
17409
17410 * international/characters.el: Fix setting of category ?C.
17411
28571246
JD
174122009-07-13 Jan Djärv <jan.h.d@swipnet.se>
17413
7b6fefac 17414 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
17415 ns-popup-font-panel instead of generate-fontset-menu.
17416
5d74672c
EZ
174172009-07-12 Eli Zaretskii <eliz@gnu.org>
17418
7b6fefac 17419 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 17420
eb1727a4
CY
174212009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
17422
17423 * arc-mode.el (archive-find-type): Allow for a PK00 string before
17424 the PK\003\004 header (Bug#3770).
17425
208384c5
CY
174262009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
17427
17428 * pcomplete.el (pcomplete-comint-setup): Check for
17429 shell-dynamic-complete-filename too.
17430
774409a1
CY
174312009-07-11 Chong Yidong <cyd@stupidchicken.com>
17432
17433 * simple.el (temporary-goal-column): Change the value for
17434 line-move-visual to a cons cell.
17435 (line-move-visual): Record or set the window hscroll, if
17436 necessary (Bug#3494).
17437 (line-move-1): Handle cons value of temporary-goal-column.
17438
1639ee1d
KH
174392009-07-11 Kenichi Handa <handa@m17n.org>
17440
17441 * international/mule-diag.el (describe-character-set): Don't show
17442 width.
17443
2b1d2412
SS
174442009-07-10 Sam Steingold <sds@gnu.org>
17445
17446 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17447 Omake sometimes indents the errors it prints, so allow all
17448 regexps to start with spaces.
17449
ed3a5691
EZ
174502009-07-10 Eli Zaretskii <eliz@gnu.org>
17451
ed2a52e9
SM
17452 * cus-edit.el (customize-changed-options-previous-release):
17453 Bump value to 22.1. (Bug#3804)
ed3a5691 17454
49405d0e
SS
174552009-07-08 Sam Steingold <sds@gnu.org>
17456
17457 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
17458 to be a cons cell (test . ignored-directory) to selectively ignore
17459 some directories depending on the location of the search.
17460
93c3eb7c
MA
174612009-07-08 Michael Albinus <michael.albinus@gmx.de>
17462
17463 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
17464 remote user is root, on the local host.
17465 (tramp-local-host-p): Either the local user or the remote user
17466 must be root. (Bug#3771)
17467
6f2a8484
NR
174682009-07-08 Nick Roberts <nickrob@snap.net.nz>
17469
17470 * progmodes/gdb-mi.el (gdb): Remove description of
17471 gdb-use-separate-io-buffer.
69cb8d82 17472 (menu): Don't allow toggling of or enable
6f2a8484
NR
17473 gdb-use-separate-io-buffer from menubar.
17474
88d03607
CY
174752009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
17476
17477 * mail/unrmail.el (unrmail): Make sure the message ends with two
17478 newlines (Bug#3769).
17479
7ef5b8b2
GM
174802009-07-08 Glenn Morris <rgm@gnu.org>
17481
17482 * calendar/calendar.el (calendar-current-date): Rework previous change.
17483
3ce82f97
GM
174842009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
17485
17486 * calendar/calendar.el (calendar-current-date):
17487 Add an optional argument giving an offset from today.
17488
f35fc841
GM
174892009-07-08 Glenn Morris <rgm@gnu.org>
17490
17491 * tutorial.el (tutorial--describe-nonstandard-key):
17492 Adjust the message for when a key has been unbound.
17493 (help-with-tutorial): Hide the arch-tag.
17494
40149292
KH
174952009-07-08 Kenichi Handa <handa@m17n.org>
17496
69cb8d82
KH
17497 * international/fontset.el (setup-default-fontset): For each
17498 script, append (not set) font-specs.
17499
40149292
KH
17500 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
17501 docstring.
17502
ff0c4194
NR
175032009-07-08 Nick Roberts <nickrob@snap.net.nz>
17504
17505 * progmodes/gdb-mi.el (gdb-init-1): Move sending
17506 -data-list-register-names to ...
17507 (gdb-starting): ... here because GDB 7.0 requires execution to
17508 have started when using this MI command.
17509 (gdb-set-header): New function to distinguish select and
17510 unselected tabs in gdb buffers.
17511 (gdb-propertize-header): New macro that uses gdb-set-header.
17512 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 17513 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 17514
8954c675
CY
175152009-07-07 Chong Yidong <cyd@stupidchicken.com>
17516
17517 * Makefile.in (ELCFILES): Remove fadr.elc.
17518
0996385d
DD
175192009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
17520
dc6b4519
DD
17521 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17522 may contain frame information, so `string-match' should be used.
17523 (gdb-update): Disassembly is invalidated through
17524 `gdb-get-selected-frame'.
17525 (gdb-pad-string): New function to pad string with spaces.
17526 (gdb-invalidate-disassembly): Invalidate only if the buffer
17527 exists.
17528 (gdb-disassembly-handler-custom): Column alignment.
17529 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17530 placing new ones.
17531 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17532 end of line, too.
17533 (gdb-frame-handler): Match convention to for disassembly buffer
17534 mode name.
17c1380b 17535 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
17536 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17537 not highlight breakpoints without line information.
69a197a2 17538 (gdb-input): Add trailing newline to command.
dc6b4519 17539
14340b25
DD
17540 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17541 buffer properly.
17542 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 17543 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
17544 now.
17545 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17546 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17547 to place breakpoints.
14340b25
DD
17548 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17549 functions.
17550 (gdb-disassembly-handler-custom): Show overlay arrow.
17551 (gdb-disassembly-place-breakpoints): Show breakpoints in
17552 disassembly buffer.
17553 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 17554 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 17555 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 17556 in `gud-menu-map'.
14340b25 17557
38d4f316 17558 * fadr.el: Remove.
1f2a6224 17559
7b6fefac 17560 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 17561 (gdb-memory-address): New variable which holds top address of
7b6fefac 17562 memory page shown in memory buffer.
0996385d
DD
17563 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17564 customization variables.
17565 New functions:
17566 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17567 display the memory buffer.
17568 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17569 buffer display parameters.
17570 (def-gdb-memory-format, gdb-memory-format-binary)
17571 (gdb-memory-format-octal, gdb-memory-format-unsigned)
17572 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17573 Functions for setting memory buffer format.
17574 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17575 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17576 unit size used in memory buffer.
17577 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17578 to next/previous page of memory buffer.
28d67a53 17579 Now using (bindat-get-field) instead of fadr functions.
0996385d 17580
9ba562d3
SS
175812009-07-07 Sam Steingold <sds@gnu.org>
17582
17583 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17584 non-top-level files.
17585
a43977db
KH
175862009-07-07 Kenichi Handa <handa@m17n.org>
17587
17588 * international/mule-cmds.el (reset-language-environment): Put
17589 the highset priority to the charset iso-8859-1.
17590
d44d05e8
CY
175912009-07-06 Chong Yidong <cyd@stupidchicken.com>
17592
17593 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17594 to the end of the line when locating the block (Bug#700).
17595
3e2fa353
MA
175962009-07-06 Michael Albinus <michael.albinus@gmx.de>
17597
17598 * net/tramp.el (tramp-handle-write-region): Flush file properties
17599 in case of short track.
17600
be3e598a 176012009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 17602
bf0b361c
JB
17603 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17604 Coded custom representation of verilog error regular expressions
17605 to work with Emacs-22's new format.
d88782c3 17606 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 17607 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
17608 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17609 error recognition into XEmacs.
17610 (verilog-error-regexp-add-emacs): Hook routine to install verilog
17611 error recognition into Emacs-22.
17612
25c6f63e
CY
176132009-07-06 Chong Yidong <cyd@stupidchicken.com>
17614
17615 * woman.el: Remove stand-alone closing parentheses.
17616 (woman-file-name, woman2-format-paragraphs)
17617 (woman-leave-blank-lines): Code cleanup.
17618 (woman-use-own-frame): Change default to nil.
17619 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17620 defaults to inherit from default faces.
17621 (woman2-process-escapes): Consume the newline after a stand-alone
17622 filler character (Bug#3651).
17623
f176290e
GM
176242009-07-06 Glenn Morris <rgm@gnu.org>
17625
17626 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17627 (top-level): Move provide to the end.
17628 (ffap): Remove defunct URL from custom group.
17629
17630 * subr.el (eval-after-load): Doc fix.
17631
7b6fefac 176322009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
17633
17634 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17635 `calc-embedded-word' is called twice.
17636
4b8b1ec5
SM
176372009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17638
17639 * files.el (find-alternate-file-other-window, find-alternate-file):
17640 Obey confirm-nonexistent-file-or-buffer.
17641
d6ceb380
MA
176422009-07-05 Michael Albinus <michael.albinus@gmx.de>
17643
17644 * dired-aux.el (dired-show-file-type): Handle remote files.
17645
be3e598a 176462009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 17647
4b8b1ec5
SM
17648 * desktop.el (desktop-globals-to-save):
17649 Add file-name-history (Bug#2750).
c760f19e 17650
6d00ce04
CY
176512009-07-05 Chong Yidong <cyd@stupidchicken.com>
17652
4b8b1ec5 17653 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 17654
6ee21b07
JB
176552009-07-04 Johan Bockgård <bojohan@gnu.org>
17656
17657 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17658 property on entire argument since this is what eshell-lisp-command
17659 expects.
17660
f0dbdc25
MA
176612009-07-03 Michael Albinus <michael.albinus@gmx.de>
17662
17663 * net/tramp-gvfs.el (tramp-gvfs-methods)
17664 (tramp-gvfs-zeroconf-domain)
17665 (tramp-bluez-discover-devices-timeout): Add version flag.
17666 (tramp-gvfs-handler-mounted-unmounted)
17667 (tramp-gvfs-connection-mounted-p): Polish handling of
17668 incompatibilities between GVFS 0.2 and 1.0.
17669
e044e4fc
JD
176702009-07-03 Jan Djärv <jan.h.d@swipnet.se>
17671
4b8b1ec5 17672 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 17673
2e9b968b
JB
176742009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
17675
bf0b361c 17676 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
17677 formatted correctly.
17678
baf1a55e
JL
176792009-07-02 Juri Linkov <juri@jurta.org>
17680
17681 * info.el: Virtual Info files and nodes.
17682 (Info-virtual-files, Info-virtual-nodes): New variables.
17683 (Info-current-node-virtual): New variable.
17684 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17685 New functions.
17686 (Info-file-supports-index-cookies): Use Info-virtual-file-p
17687 to check for a virtual file instead of checking a fixed list
17688 of node names.
17689 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17690 instead of ad-hoc processing of "dir" and (apropos history toc).
17691 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17692 instead of ad-hoc processing of "dir" and (apropos history toc).
17693 Reread a file when moving from a virtual node.
17694 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17695 (Info-directory-toc-nodes, Info-directory-find-file)
17696 (Info-directory-find-node): New functions.
17697 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17698 (Info-history): Move part of code to
17699 `Info-history-find-node'.
17700 (Info-history-toc-nodes, Info-history-find-file)
17701 (Info-history-find-node): New functions.
17702 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17703 (Info-toc): Move part of code to `Info-toc-find-node'.
17704 (Info-toc-find-node): New function.
4b8b1ec5 17705 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
17706 the current Info file name to references because now the node
17707 "*TOC*" belongs to the same Info manual.
4b8b1ec5 17708 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
17709 (Info-toc-nodes): Rename input argument `file' to `filename'.
17710 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17711 instead of ad-hoc processing of ("dir" apropos history toc).
17712 (Info-index-nodes): Use Info-virtual-file-p
17713 to check for a virtual file instead of checking a fixed list
17714 of node names.
17715 (Info-index-node): Add check for `Info-current-node-virtual'.
17716 Raise `save-match-data' higher up the tree to contain
17717 `search-forward' too (bug fix).
17718 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17719 (Info-virtual-index-nodes): New variable.
17720 (Info-virtual-index-find-node, Info-virtual-index): New functions.
17721 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17722 (Info-apropos-file, Info-apropos-nodes): New variables.
17723 (Info-apropos-toc-nodes, Info-apropos-find-file)
17724 (Info-apropos-find-node, Info-apropos-matches): New functions.
17725 (info-apropos): Move part of code to `Info-apropos-find-node' and
17726 `Info-apropos-matches'.
17727 (Info-mode-map): Bind "I" to `Info-virtual-index'.
17728 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17729 for a virtual file instead of checking a fixed list of node names.
17730
17731 * simple.el (async-shell-command): New command.
17732
17733 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17734
17735 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17736 instead of `mount-info'.
17737
d04bc496
MA
177382009-07-02 Michael Albinus <michael.albinus@gmx.de>
17739
17740 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 17741 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 17742
af0403e0
KH
177432009-07-02 Kenichi Handa <handa@m17n.org>
17744
17745 * international/mule.el (set-keyboard-coding-system): Force *-unix
17746 coding-system to avoid eol conversion.
17747
99278f8a
MA
177482009-07-01 Michael Albinus <michael.albinus@gmx.de>
17749
4b8b1ec5
SM
17750 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17751 Add handler for `process-file', `shell-command' and
99278f8a
MA
17752 `start-file-process'.
17753 (tramp-gvfs-handle-shell-command)
17754 (tramp-gvfs-handle-start-file-process)
17755 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 17756 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 17757
3f1c6666
JD
177582009-07-01 Jan Djärv <jan.h.d@swipnet.se>
17759
17760 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17761
3f396bac
KH
177622009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
17763
17764 * language/korean.el (set-language-info-alist): Add korean-cp949,
17765 cp949 to spec.
17766
c1185193
KH
177672009-07-01 Kenichi Handa <handa@m17n.org>
17768
17769 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17770
17771 * international/encoded-kb.el: Deleted.
17772
17773 * international/mule.el (set-keyboard-coding-system): Perform the
17774 necessary setup here instead of calling encoded-kbd-setup-display.
17775
3f150a60
GM
177762009-07-01 Glenn Morris <rgm@gnu.org>
17777
17778 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17779
b0d5b05b
GM
177802009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17781
17782 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17783
4f4126e6
MA
177842009-06-30 Michael Albinus <michael.albinus@gmx.de>
17785
4b8b1ec5
SM
17786 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17787 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 17788 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 17789
7ae3ea65 17790 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
17791 (top): Add a default for "synce" in `tramp-default-user-alist'.
17792 Add completion function for "synce" method.
17793 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
17794 (tramp-hal-interface-manager, tramp-hal-interface-device):
17795 New defconst.
17796 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17797 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17798 New defuns.
d6ceb380
MA
17799
17800 * net/trampver.el: Update release number.
7ae3ea65 17801
0ad6626b
KH
178022009-06-30 Kenichi Handa <handa@m17n.org>
17803
17804 * international/fontset.el (setup-default-fontset): Add CJK fonts
17805 for symbols and the other miscellaneous characters.
17806
4b8b1ec5
SM
17807 * language/korea-util.el (setup-korean-environment-internal):
17808 Make char-width-table suitable for Korean environments.
0ad6626b
KH
17809 (exit-korean-environment): Cancel above.
17810
17811 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17812 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 17813 setup-function to make char-width-table suitable for respective
0ad6626b
KH
17814 environments, and an exit-function to cancel that.
17815
17816 * language/japan-util.el (setup-japanese-environment-internal):
17817 Call use-cjk-char-width-table with arg `ja_JP'.
17818
17819 * international/characters.el (cjk-char-width-table): Delete it.
17820 (cjk-char-width-table-list): New variable.
17821 (use-cjk-char-width-table): New arg local-name.
17822 (use-default-char-width-table): Fix for the case that Emacs is
17823 already using the default char-width-table.
17824
fd46e893
MA
178252009-06-29 Michael Albinus <michael.albinus@gmx.de>
17826
17827 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17828 modes mandatory. (Bug#3712)
17829
b87d9f96
AM
178302009-06-29 Alan Mackenzie <acm@muc.de>
17831
17832 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 17833 correction between the visible width of TABs and their number of bytes.
b87d9f96 17834
2d25aa5a
CY
178352009-06-29 Chong Yidong <cyd@stupidchicken.com>
17836
17837 * server.el (server-buffer-done): Prevent kill-buffer from
17838 prompting by clearing the buffer modification flag (Bug#3696).
17839
a3a8b002
DN
178402009-06-28 Michael McNamara <mac@mail.brushroad.com>
17841
bf0b361c 17842 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 17843 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
17844 (verilog-basic-complete-re): Support localparam lineup.
17845 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17846 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17847 commenting.
17848 (verilog-leap-to-case-head): Now support *nested* unique &
17849 priority case statements.
17850 (verilog-auto-lineup): Make just declarations the default (as it
17851 had been).
4b8b1ec5 17852 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 17853 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 17854 select the various styles of automatic lineup.
a3a8b002
DN
17855 (verilog-error-regexp-alist): Rework to support the XEmacs style
17856 of error regular expressions from compilers, lint tools &
17857 simulators. Note that GNU Emacs has made it impossible for a mode
17858 to load such things.
17859 (electric-verilog-terminate-line, verilog-indent-declaration)
17860 (verilog-auto-wiure): Rework for radio button selection of
17861 auto-lineup selection of specification of auto lineup.
17862 (verilog-beg-of-statement-1): Redesign to support proper operation
17863 in additional code, based on testing with auto-lineup.
17864 (verilog-calculate-indent, assignments & declarations)
17865 (verilog-backward-token): Enhance to support auto-lineup of
17866 assignments & declarations.
17867 (verilog-in-directive-p, verilog-at-struct-p): New function for
17868 easy test of whether we are.
17869 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17870 to support safe execution at almost anyline.
17871 (verilog-calc-1): Properly support indenting deep inside generate
17872 blocks.
48c2d18a 17873 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 17874 as it is redundant with font-lock-defaults.
a8f316ca 17875 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
17876 to avoid circular calls if syntax-ppss is a function (as is the
17877 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 17878 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
17879 (verilog-ovm-begin-re, verilog-ovm-end-re)
17880 (verilog-ovm-statement-re, verilog-leap-to-head)
17881 (verilog-backward-token): Add support for OVM macros. Some are
17882 complete statements, and others open and close scopes like begin
17883 and end.
17884 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17885 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 17886 compilation issue.
48c2d18a 17887 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 17888 coverpoint, constraint and cross statements.
a3a8b002
DN
17889 (verilog-defun-level-list, verilog-generate-defun-level-list)
17890 (verilog-all-defun-level-list): Redo these specifications - it is
17891 too hard to support eval-when compile aggregation of lists also
17892 built at when-compile time.
17893 (verilog-defun-level-list): Place defconsts of variables used in
17894 building regular expressions which are built in eval-when-compile
17895 bodies in the same eval-when-compile body to facilitate compile
17896 without load.
17897 (verilog-beg-block-re-ordered): Support indenting
17898 virtual/protected tasks and functions.
7b6fefac 17899 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
17900 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17901 indentation of some module items (generate items).
17902 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17903 across virtual/protected tasks and functions.
17904
179052009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17906
bf0b361c 17907 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 17908 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
17909 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17910 in concatenations. Reported by Yishay Belkind.
17911 (verilog-auto-ascii-enum): Support one-hot state machines in
17912 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17913 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17914 modport in AUTOINST and add vl-modport for users. Reported by
17915 David Rogoff.
17916 (verilog-auto-inout-module, verilog-auto-inst)
17917 (verilog-decls-get-interfaces, verilog-insert-definition)
17918 (verilog-insert-one-definition, verilog-read-decls)
17919 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17920 (verilog-sig-modport, verilog-signals-combine-bus)
17921 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17922 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17923 Suggested by David Rogoff.
17924 (verilog-repair-open-comma): Fix non-insertion of comma when
17925 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17926 (verilog-make-width-expression): Simplify [A-1:0] expression
17927 widths to just {A{1'b0}}.
17928 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
17929 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17930 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
17931 inputs/outputs or data type. Suggested by Vasu Kandadi.
17932 (next-error-last-buffer): Fix byte-compiler warning.
17933 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17934 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 17935 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 17936 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
17937 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17938 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 17939 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
17940 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17941 causing use of <= assignments. Reported by Alex Reed.
17942 (verilog-read-decls): Fix triand, trior, wand, wor to be
17943 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17944 (verilog-extended-complete-re): Support import "DPI-C" functions.
17945 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 17946 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
17947 (verilog-insert-date, verilog-insert-year)
17948 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17949 Windows systems. Reported by Michael Potts.
17950 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 17951 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 17952 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 17953 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
17954 (verilog-read-decls): Fix detecting "parameter int" when using
17955 AUTOINSTPARAM. Reported by Bruce T.
17956 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 17957 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 17958 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
17959 verilog-goto-defun will work. Reported by Lawrence Butcher.
17960 (verilog-getopt): Expand environment variables in -f file
17961 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 17962 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
17963 when reading enumerations.
17964 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17965 Suggested by Stephen Peltan.
4b8b1ec5 17966 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
17967 files. Reported by Steve Peltan.
17968
f7c0d931
CY
179692009-06-28 David De La Harpe Golden <david@harpegolden.net>
17970
17971 * files.el (trash-directory): Fix defcustom type.
17972
baf1a55e 179732009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
17974
17975 * help-fns.el (describe-function-1): Correctly locate adviced
17976 functions in hyperlink (Bug#2438).
17977
d63a01ef
CY
179782009-06-28 Chong Yidong <cyd@stupidchicken.com>
17979
17980 * files.el (trash-directory): Change default to nil.
17981 (move-file-to-trash): If trash-directory is nil and
17982 system-move-file-to-trash is unbound, perform freedesktop-style
17983 trashing.
17984
179852009-06-28 David De La Harpe Golden <david@harpegolden.net>
17986
17987 * files.el (move-file-to-trash): Add freedesktop trash
17988 support (Bug#973).
17989
fc2f6a26
GM
179902009-06-28 Glenn Morris <rgm@gnu.org>
17991
17992 * autorevert.el (global-auto-revert-non-file-buffers)
17993 (global-auto-revert-mode): Doc fixes.
17994
00242b07
JB
179952009-06-27 Johan Bockgård <bojohan@gnu.org>
17996
17997 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17998
f5594f03
CY
179992009-06-27 Chong Yidong <cyd@stupidchicken.com>
18000
e8a2b2da
CY
18001 * faces.el (x-handle-named-frame-geometry): Ensure that we have
18002 opened an X connection before calling x-get-resource (Bug#3194).
18003
f5594f03
CY
18004 * play/doctor.el: Remove reference to obsolete website.
18005 (make-doctor-variables): Correct grammar mistake (Bug#2633).
18006
3c3bf6ce
DN
180072009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
18008
18009 Remove find-file-not-found-hook VC method. (Bug#2757)
18010 * vc-hooks.el (vc-file-not-found-hook)
18011 (vc-default-find-file-not-found-hook): Remove functions.
18012 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
18013 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
18014 * vc.el:
18015 * vc-hg.el:
18016 * vc-git.el: Do not mention find-file-not-found-hook VC method.
18017
e26a7bc0
AM
180182009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
18019
18020 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 18021 compatibility function for `looking-back'.
e26a7bc0 18022
4b8b1ec5 18023 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 18024 Use `ispell-looking-back'.
e26a7bc0 18025
d9848600
MA
180262009-06-24 Michael Albinus <michael.albinus@gmx.de>
18027
18028 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 18029 rather than `filename'.
d9848600 18030
05fbc4a9
MB
180312009-06-23 Miles Bader <miles@gnu.org>
18032
18033 * face-remap.el (text-scale-set): New function.
18034
f86ca715
GM
180352009-06-23 Glenn Morris <rgm@gnu.org>
18036
33e2c2e5
GM
18037 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
18038
f529f302
GM
18039 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
18040
34995333
GM
18041 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
18042
cc80ccee
GM
18043 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
18044
84cb770d
GM
18045 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
18046 Simplify Persian conditionals.
18047
d916c965
GM
18048 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
18049 variable `filename'.
18050
b6a44b27
GM
18051 * comint.el (comint-insert-input): Doc fix.
18052
f86ca715
GM
18053 * Makefile.in (ELCFILES): Fix typo in previous change.
18054
666e158e
MB
180552009-06-23 Miles Bader <miles@gnu.org>
18056
18057 * cus-start.el: Add entry for `recenter-redisplay'.
18058
be3e598a 180592009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
18060
18061 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
18062 Add an optional argument for the backend, use it instead of
18063 calling vc-backend.
4b8b1ec5
SM
18064 (vc-mode-line): Add an optional argument for the backend.
18065 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
18066 special handling for vc-state being a buffer to ...
18067
18068 * vc-rcs.el (vc-rcs-find-file-hook):
18069 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
18070
18071 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
18072 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
18073 vc-stay-local-p and vc-mode-line calls.
18074
18075 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
18076 (vc-cvs-diff, vc-cvs-annotate-command)
18077 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
18078 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
18079 vc-mode-line calls.
18080
18081 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
18082 direct comparison.
18083 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
18084 backend when calling vc-mode-line.
18085 (vc-register): Do not create a closure for calling the vc register
18086 function, call it directly.
18087
2764748c
DN
180882009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
18089
18090 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
18091 to make it obvious item can be clicked.
f5a0b281
DN
18092
18093 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
18094
d4a885b2
KH
180952009-06-23 Kenichi Handa <handa@m17n.org>
18096
18097 * language/korea-util.el (korean-key-bindings): Change the binding
18098 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
18099 same command.
18100
e3610693
MA
181012009-06-22 Michael Albinus <michael.albinus@gmx.de>
18102
18103 Sync with Tramp 2.1.16.
18104
18105 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
18106
18107 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
18108 when a loading of a package fails. Completion function for rsync
18109 is `tramp-completion-function-alist-ssh'.
18110 (all): Replace all calls of `split-string' and
18111 `tramp-split-string' by `tramp-compat-split-string'.
18112 (tramp-default-method): Use `tramp-compat-process-running-p'.
18113 (tramp-default-proxies-alist): Allow also Lisp forms.
18114 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 18115 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
18116 (tramp-domain-regexp): Allow also "-", "_" and ".".
18117 (tramp-end-of-output): Remove newlines, and add "$" at the end.
18118 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
18119 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
18120 (tramp-handle-directory-files-and-attributes-with-stat):
18121 Care about filenames with spaces, or starting with "-".
e3610693
MA
18122 (tramp-handle-dired-uncache): New defun.
18123 (tramp-handle-insert-directory): Don't flush the directory from
18124 cache, this is handled by `dired-uncache' now.
18125 (tramp-handle-insert-file-contents): Improve error handling.
18126 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18127 Quote `tramp-end-of-output'.
18128 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
18129 (tramp-check-for-regexp): Both echoes must be present, before removing.
18130 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
18131 (tramp-compute-multi-hops): Eval cons cells of
18132 `tramp-default-proxies-alist'.
18133 (tramp-maybe-open-connection): Use the same command pattern for
18134 first hop and further hops.
18135 (tramp-wait-for-output): Remove handling of newlines.
18136 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18137 (tramp-split-string): Remove function. It is handled in
18138 tramp-compat now.
18139
4b8b1ec5
SM
18140 * net/tramp-cmds.el (tramp-bug):
18141 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
18142
18143 * net/tramp-compat.el (tramp-compat-split-string)
18144 (tramp-compat-process-running-p): New defuns.
18145
18146 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18147 for `dired-uncache'.
18148
18149 * net/tramp-gvfs.el: New package.
18150
4b8b1ec5
SM
18151 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18152 Add handler for `dired-uncache'.
e3610693
MA
18153 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18154
18155 * net/trampver.el: Update release number. Make version check fit
18156 for SXEmacs 22.
18157
13a3f374
JM
181582009-06-22 Jim Meyering <meyering@redhat.com>
18159
e0a28a3b 18160 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
18161 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18162 XZ is the successor to LZMA: <http://tukaani.org/xz/>
18163
5242671e 181642009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 18165 Nick Roberts <nickrob@snap.net.nz>
13a3f374 18166
e0a28a3b 18167 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
18168 repository (http://sphinx.net.ru/hg/gdb-mi/).
18169
3fde45af
GM
181702009-06-22 Glenn Morris <rgm@gnu.org>
18171
46253b34
GM
18172 * files.el (dir-locals-collect-mode-variables): Allow for any number of
18173 `mode' and `eval' entries. (Bug#3430)
18174
97e18192
GM
18175 * Makefile.in (ELCFILES): Add fadr.elc.
18176
731a00fb
GM
18177 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
18178 differing behavior of \n and ^ in strings. (Bug#3385)
18179
c66cd0ff
GM
18180 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
18181
3fde45af
GM
18182 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
18183 property.
18184 (lisp-indent-function): Make it a defcustom.
18185
db2241a0
NR
181862009-06-21 Nick Roberts <nickrob@snap.net.nz>
18187
18188 * progmodes/gdb-ui.el: Replace with ...
5242671e 18189 * progmodes/gdb-mi.el: ... this file.
db2241a0 18190 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
18191
181922009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
18193
db2241a0
NR
18194 * fadr.el: New file.
18195
38d4f316 18196See ChangeLog.14 for earlier changes.
e3d51b27
MR
18197
18198;; Local Variables:
18199;; coding: utf-8
e3d51b27
MR
18200;; End:
18201
775f75bc 18202 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
18203
18204 This file is part of GNU Emacs.
18205
18206 GNU Emacs is free software: you can redistribute it and/or modify
18207 it under the terms of the GNU General Public License as published by
18208 the Free Software Foundation, either version 3 of the License, or
18209 (at your option) any later version.
18210
18211 GNU Emacs is distributed in the hope that it will be useful,
18212 but WITHOUT ANY WARRANTY; without even the implied warranty of
18213 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18214 GNU General Public License for more details.
18215
18216 You should have received a copy of the GNU General Public License
18217 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.