Add log format samples for Subversion and Mercurial.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * Add Subversion and Mercurial log format samples
4
5 2007-12-26 Andreas Schwab <schwab@suse.de>
6
7 * font-lock.el (save-buffer-state): Make sure the state of the
8 buffer is always restored.
9
10 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
11
12 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
13
14 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
15 a variable.
16
17 * calc/calccomp.el (math-to-percentsigns): New function.
18 (math-compose-var): Handle variables with percent signs.
19 (math-compose-expr): Handle function names with percent signs.
20
21 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
22 (math-read-exprs): Handle percent signs in languages that
23 allow them.
24 (math-restore-underscores): Remove function.
25 (math-remove-percentsigns, math-restore-placeholders):
26 New functions.
27
28 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29
30 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
31 `mark' for error checking.
32
33 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
34
35 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
36 New functions.
37 (image-mode): Set bookmark-make-cell-function appropriately.
38
39 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg
40 name.
41
42 * bookmark.el (bookmark-make-cell-function): New variable.
43 (bookmark-make): Call bookmark-make-cell-function's function
44 instead of bookmark-make-cell.
45 (bookmark-get-handler, bookmark-jump-internal): New functions.
46 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
47 (bookmark-bmenu-2-window, bookmark-bmenu-other-window): Use
48 bookmark-jump-internal.
49 (bookmark-make-cell-for-text-file): Renamed from
50 bookmark-make-cell.
51
52 * doc-view.el (doc-view-bookmark-make-cell)
53 (doc-view-bookmark-jump): New functions.
54 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
55
56 2007-12-25 Miles Bader <miles@gnu.org>
57
58 * indent.el (indent-for-tab-command): Rigidly indent the following
59 sexp along with the current line when a prefix arg is given in the
60 non-active-region case. Specify raw prefix in interactive spec.
61 Simplify main indentation logic to get rid of the conditional call
62 to `indent-according-to-mode' (it just ended up calling
63 `indent-line-function' in all cases anyway, which can be done more
64 simply here). Remove unnecessary test of ARG in active region
65 case.
66
67 2007-12-25 Richard Stallman <rms@gnu.org>
68
69 * allout.el (allout-region-active-p): Renamed from my-region-active-p.
70 Use `use-region-p'.
71 (allout-write-file-hook-handler): Simplify code.
72
73 * ps-print.el (ps-mark-active-p): Function deleted.
74 (ps-print-preprint-region): Use (mark) for the error check.
75
76 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
77
78 * winner.el (winner-active-region): Use `mark-active' if it's defined.
79
80 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
81
82 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
83
84 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
85
86 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
87
88 * progmodes/cc-defs.el (c-region-is-active-p):
89 Use `mark-active' if it's defined.
90
91 * progmodes/cc-cmds.el (c-indent-line-or-region):
92 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
93
94 * simple.el (select-active-regions): New option.
95 (set-mark): Obey it.
96 (yank-pop-change-selection): New option.
97 (current-kill): Obey it.
98
99 * simple.el (use-region-p): Renamed from `region-active-p'.
100 (region-active-p): New function.
101
102 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
103
104 * term/x-win.el (x-select-enable-primary): New option.
105 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
106
107 * mouse.el (mouse-yank-primary): New function (almost same
108 as mouse-yank-secondary).
109
110 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
111
112 * calculator.el:
113 * dframe.el:
114 * iswitchb.el:
115 * whitespace.el:
116 * winner.el:
117 * emacs-lisp/checkdoc.el:
118 * mail/feedmail.el:
119 * net/quickurl.el:
120 * obsolete/fast-lock.el:
121 * play/5x5.el:
122 * progmodes/delphi.el:
123 * progmodes/idlw-shell.el:
124 * progmodes/idlwave.el:
125 * textmodes/artist.el:
126 * textmodes/ispell.el:
127 * textmodes/texinfmt.el:
128 * textmodes/texinfo.el: Remove obsolete definitions of backward
129 compatibility macros for defcustom, defgroup, defface, when,
130 unless, with-current-buffer and with-temp-message.
131
132 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
133
134 * progmodes/verilog-mode.el: Fit parts to 80 columns.
135
136 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
139 indeed a process.
140
141 2007-12-23 Richard Stallman <rms@gnu.org>
142
143 * simple.el (region-active-p): New function.
144 (use-empty-active-region): New variable.
145
146 * dired-aux.el (dired): Load dired.el at run time too.
147
148 2007-12-23 Juri Linkov <juri@jurta.org>
149
150 * man.el (Man-follow-manual-reference): Fill the minibuffer's
151 default list with a full list of references.
152
153 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
154
155 2007-12-23 Andreas Schwab <schwab@suse.de>
156
157 * files.el (switch-to-buffer-other-frame): Return the buffer
158 switched to.
159
160 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
161
162 Sync with Tramp 2.1.12.
163
164 * net/tramp.el: New todo item.
165
166 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
167 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
168
169 * net/trampver.el: Update release number.
170
171 2007-12-22 Richard Stallman <rms@gnu.org>
172
173 * newcomment.el (comment-region-default): Don't triple the
174 comment starter if the first region line isn't indented enough.
175
176 2007-12-21 Martin Rudalics <rudalics@gmx.at>
177
178 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
179 specifier from format-string. Reported by Ye Wenbin.
180
181 2007-12-20 Jason Rumney <jasonr@gnu.org>
182
183 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
184 Parent group is font-lock-faces.
185 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
186 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
187 (nxml-version): Remove.
188 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
189 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
190 (nxml-processing-instruction-delimiter)
191 (nxml-processing-instruction-target)
192 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
193 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
194 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
195 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
196 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
197 (nxml-attribute-prefix, nxml-attribute-colon)
198 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
199 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
200 (nxml-attribute-value, nxml-attribute-value-delimiter)
201 (nxml-namespace-attibute-value)
202 (nxml-namespace-attribure-value-delimiter)
203 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
204 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
205 (nxml-glyph): Rename, removing -face suffix.
206 Inherit from existing font-lock faces.
207 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
208 Use new face names.
209
210 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
211 (nxml-outline-active-indicator, nxml-outline-ellipsis):
212 Rename, removing -face suffix.
213 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
214 (nxml-highlighted-colon, nxml-highlighted-slash)
215 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
216 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
217 (nxml-highlighted-qname, nxml-outline-display-heading):
218 Use new face names.
219
220 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
221
222 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
223
224 2007-12-19 Martin Rudalics <rudalics@gmx.at>
225
226 * cus-start.el (all): Use correct group name for members of
227 mode-line group.
228
229 * man.el (Man-default-man-entry): When looking for default man
230 entry title search text preceding point. Use when instead of if.
231
232 * indent.el (indent-for-tab-command): Fix doc-string typo.
233
234 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
235 vc-parent-buffer is the current buffer.
236
237 * info-look.el (info-lookup, info-lookup-setup-mode)
238 (info-lookup-make-completions): Avoid clobbering Info-history and
239 Info-history-list.
240
241 2007-12-19 Glenn Morris <rgm@gnu.org>
242
243 * progmodes/verilog-mode.el (top-level): Don't require compile.
244 (compilation-error-regexp-alist, compilation-last-buffer):
245 Define for compiler.
246 (verilog-insert-1): New function.
247 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
248 Use verilog-insert-1.
249 (verilog-surelint-off): Use next-error-last-buffer if bound.
250 Check compile buffer is live.
251
252 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
253
254 * progmodes/compile.el (compilation-start): Don't pass a FRAME
255 argument to display-buffer.
256
257 2007-12-19 Jason Rumney <jasonr@gnu.org>
258
259 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
260 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
261 (rng-byte-compile-load, rng-write-version): Remove.
262
263 * nxml/rng-loc.el (rng-schema-locating-files-default)
264 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
265 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
266
267 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
268
269 * files.el (cd-absolute): Set `list-buffers-directory' in order to
270 show correct path in buffer list.
271
272 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
273 (tramp-find-shell): Send only single prompt setting commands, in
274 order to avoid double-prompt.
275
276 * net/tramp-compat.el (top): Require cl only when compiling.
277 Reported by Glenn Morris <rgm@gnu.org>.
278
279 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
280
281 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
282 (c-comment-continuation-stars): No longer declare with
283 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
284 (c-block-comment-prefix): Use symbol-value to
285 access c-comment-continuation-stars.
286 * progmodes/cc-mode.el (c-initialize-cc-mode):
287 Use symbol-value to access c-comment-continuation-stars.
288
289 2007-12-18 Mark A. Hershberger <mah@everybody.org>
290
291 * xml.el (xml-escape-string): New function. Escape string using
292 xml-entity-alist.
293 (xml-debug-print-internal): Use xml-escape-string to escape
294 characters in attributes and in text children of elements.
295
296 2007-12-18 Glenn Morris <rgm@gnu.org>
297
298 * progmodes/cc-subword.el (c-subword-mode): Drop support for
299 systems without define-minor-mode.
300
301 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging
302 message.
303
304 * progmodes/verilog-mode.el: Replace all instances of
305 string-to-int with string-to-number, insert-string with insert,
306 and read-input with read-string.
307 (top-level): No need to require imenu, reporter, dinotrace, vc,
308 font-lock when compiling. Always require compile. Relegate remaining
309 compatibility cruft to XEmacs. Don't require font-lock.
310 (verilog-version): Remove superfluous concat.
311 (dinotrace-unannotate-all, zmacs-activate-region)
312 (customize-apropos): No need to define.
313 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
314 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
315 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
316 (verilog-startup-message-displayed): These are variables, not constants.
317 (verilog-batch-execute-func, verilog-auto-inst)
318 (verilog-auto-inst-param): Use mapc rather than mapcar.
319 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
320 actually defining.
321 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
322 (verilog-modi-get-outputs, verilog-modi-get-inouts)
323 (verilog-modi-get-inputs, verilog-modi-get-wires)
324 (verilog-modi-get-regs, verilog-modi-get-assigns)
325 (verilog-modi-get-consts, verilog-modi-get-gparams)
326 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
327 (verilog-modi-get-sub-inputs): Move inline functions earlier in
328 the file.
329 (sigs-in, sigs-out): Don't declare multiple times.
330 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
331 `defvar'.
332 (verilog-auto): Call dinotrace-unannotate-all only if bound.
333 (verilog-module-inside-filename-p): No need to wrap fboundp test
334 in condition-case.
335 (reporter-submit-bug-report): Autoload it.
336 (verilog-mark-defun): Call zmacs-activate-region only if bound.
337 (verilog-font-customize): Call customize-apropos only if bound.
338 (verilog-getopt-flags, verilog-auto-reeval-locals): Use
339 make-local-variable rather than make-variable-buffer-local.
340 (verilog-company, verilog-project, verilog-modi-cache-list): Move
341 make-variable-buffer-local calls to top-level.
342 (font-lock-defaults-alist): Don't define it.
343 (verilog-need-fld): Remove.
344 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
345 (verilog-mode): Only call make-local-hook on XEmacs. Set
346 font-lock-defaults rather than using verilog-font-lock-init.
347
348 2007-12-17 Andreas Schwab <schwab@suse.de>
349
350 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Fix
351 comment typo.
352
353 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
354
355 * net/dbus.el (dbus-name-owner-changed-handler): Use
356 `dbus-unregister-signal' for removing old rules. Obey new
357 structure of `dbus-registered-functions-table'.
358
359 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
360
361 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
362
363 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
364
365 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
366 function.
367 (add-submenu): Only define for XEmacs.
368 (verilog-regexp-words): Revert previous change, keep the other
369 definition.
370
371 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
372
373 * progmodes/perl-mode.el (perl-continued-statement-offset)
374 (perl-continued-brace-offset, perl-brace-offset)
375 (perl-brace-imaginary-offset, perl-label-offset):
376 * progmodes/cperl-mode.el (cperl-brace-offset)
377 (cperl-continued-brace-offset, cperl-label-offset)
378 (cperl-continued-statement-offset)
379 (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
380 safe-local-variable properties.
381
382 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
383
384 * progmodes/verilog-mode.el (verilog-mode-map)
385 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
386 (verilog-colorize-include-files): Use only overlay functions so
387 that it can work on both emacs and XEmacs.
388 (set-extent-keymap): Remove unused defun.
389 (verilog-kill-existing-comment, verilog-insert-date)
390 (verilog-insert-year): Rename in order not to pollute the global
391 namespace from kill-existing-comment, insert-date and
392 insert-year, respectively.
393 (verilog-set-auto-endcomments, verilog-header): Update callers.
394
395 * files.el (auto-mode-alist): Recognize verilog files.
396
397 * progmodes/verilog-mode.el (verilog-string-replace-matches)
398 (verilog-string-remove-spaces, verilog-re-search-forward)
399 (verilog-re-search-backward, verilog-re-search-forward-quick)
400 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
401 (verilog-get-end-of-line, verilog-within-string): Move definitions
402 before first use. No code changes.
403
404 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
405
406 * progmodes/verilog-mode.el (verilog-mode-version)
407 (verilog-mode-release-date): Don't use expanding keywords.
408 (provide): Move to the end of file.
409 (fboundp): Don't check if eval-when-compile is bound, it is used
410 later in the file without checking.
411 (when, unless): Copy definitions from subr.el.
412 (char-before, defcustom, defface, customize-group)
413 (verilog-batch-error-wrapper): Don't use old style backquotes.
414 (verilog-regexp-opt): Avoid using the cl function case.
415 (verilog-regexp-words): Remove duplicated definition.
416 (verilog-mode-abbrev-table): Remove, duplicate.
417 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
418 Declare and initialize in one step.
419 (verilog-declaration-prefix-re, verilog-declaration-re)
420 (verilog-end-of-statement, verilog-indent-declaration)
421 (verilog-get-lineup-indent): Remove trailing whitespace.
422 (verilog-mode): Fix autoload cookie. Set
423 beginning-of-defun-function and end-of-defun-function. Use when
424 instead of if.
425 (verilog-emacs-features, verilog-auto-ascii-enum)
426 (verilog-insert-indices): Escape braces in doc strings.
427
428 2007-12-08 Michael McNamara <mac@verilog.com>
429 Wilson Snyder <wsnyder@wsnyder.org>
430
431 * progmodes/verilog-mode.el: New file.
432
433 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
434
435 * international/latexenc.el (latexenc-find-file-coding-system): If
436 both coding-system-for-write and buffer-file-coding-system of
437 latex-main-file are nil, use `undecided'.
438
439 2007-12-06 Jason Rumney <jasonr@gnu.org>
440
441 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
442
443 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
444
445 * files.el (revert-buffer): Docstring fix.
446
447 2007-12-11 Glenn Morris <rgm@gnu.org>
448
449 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
450
451 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
452
453 * calc/calc-aent.el (math-restore-underscores)
454 (math-string-restore-underscores): New functions.
455 (math-read-factor): Properly check variable names with underscores
456 for entries in `math-expr-variable-mapping'.
457
458 * calc/calc-lang.el (math-lang-name): New property name.
459
460 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
461 to set language name.
462
463 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
464
465 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
466
467 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * server.el (server-select-display): Fix important typo.
470 (server-process-filter): Turn a "" display into nil.
471
472 2007-12-09 Juri Linkov <juri@jurta.org>
473
474 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
475 Check search-upper-case before calling isearch-no-upper-case-p
476 to set case-fold-search.
477 (occur): Doc fix.
478 (occur-1, perform-replace): Check search-upper-case before calling
479 isearch-no-upper-case-p to set case-fold-search.
480
481 * isearch.el (search-upper-case): Doc fix.
482 (isearch-mode-map): Bind `M-s o' to isearch-occur.
483 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
484 (isearch-query-replace-regexp): Doc fix.
485 (isearch-occur): New function.
486
487 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
488
489 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
490 backward compatibility.
491
492 * net/imap.el (imap-string-to-integer): New function.
493
494 2007-12-09 David Kastrup <dak@gnu.org>
495
496 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
497 directories. Not sure anybody uses this anymore, though.
498
499 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
500
501 * printing.el: Fix pr-interface-map initialization code.
502 (pr-version): New version 6.9.3.
503 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
504 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
505 (pr-f-read-string): Replace by pr-read-string.
506 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
507 name.
508 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
509
510 2007-12-09 Glenn Morris <rgm@gnu.org>
511
512 * emulation/viper-init.el (top-level): Use dolist rather than mapc
513 in make-variable-frame-local call.
514
515 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
516
517 * mail/hashcash.el (declare-function):
518 * net/imap.el (declare-function): New no-op macro for backward
519 compatibility.
520
521 2007-12-08 Eli Zaretskii <eliz@gnu.org>
522
523 Sync makefile.w32-in with Makefile.in.
524
525 * makefile.w32-in (check-declare): New target.
526 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
527 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
528 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
529 ($(lisp)/progmodes/cc-mode.elc): Use it.
530 ($(lisp)/progmodes/cc-mode.elc): New rule.
531
532 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
533
534 * indent.el (tab-stop-list): Mark as safe-local-variable.
535
536 * generic-x.el (etc-sudoers-generic-mode): New mode.
537 (generic-unix-modes): Add it.
538
539 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
540
541 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
542 apply wildcards in a hash table key; there is no usable hash code then.
543 (dbus-registered-functions-table): Use `equal' as test function.
544 (dbus-name-owner-changed-handler): Rewrite due to new hash table
545 structure.
546
547 2007-12-08 Martin Rudalics <rudalics@gmx.at>
548
549 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
550 bound error in block comment branch.
551
552 2007-12-08 David Kastrup <dak@gnu.org>
553
554 * textmodes/reftex.el (reftex-select-with-char):
555 * textmodes/reftex-toc.el (reftex-toc-do-promote)
556 (reftex-toc-visit-location, reftex-toc-find-section):
557 * textmodes/reftex-index.el (reftex-index-show-entry):
558 * textmodes/org.el (org-cycle-hide-archived-subtrees)
559 (org-table-rotate-recalc-marks, org-mark-ring-push)
560 (org-follow-info-link, org-mhe-get-message-folder-from-index)
561 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
562 (org-evaluate-time-range, org-edit-agenda-file-list):
563 * textmodes/artist.el (artist-select-next-op-in-list)
564 (artist-select-prev-op-in-list):
565 * term/mac-win.el (mac-service-insert-text):
566 * startup.el (fancy-about-screen):
567 * progmodes/vhdl-mode.el (vhdl-decision-query):
568 * progmodes/idlwave.el (idlwave-template)
569 (idlwave-scroll-completions, idlwave-display-completion-list):
570 * progmodes/ebrowse.el (ebrowse-show-progress):
571 * progmodes/cperl-mode.el (cperl-find-pods-heres):
572 * progmodes/antlr-mode.el (antlr-insert-option-do):
573 * play/mpuz.el (mpuz-close-game):
574 * net/rcirc.el (rcirc-next-active-buffer):
575 * mail/reporter.el (reporter-update-status):
576 * kmacro.el (kmacro-display):
577 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
578 * emulation/viper-util.el (viper-save-setting):
579 * emacs-lisp/lisp-mnt.el (lm-verify):
580 * emacs-lisp/edebug.el (edebug-set-mode):
581 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
582 * calendar/calendar.el (calendar-print-day-of-year):
583 * calc/calcalg3.el (calc-curve-fit):
584 * calc/calcalg2.el (math-integral):
585 * calc/calc.el (calc-read-key-sequence, calc-version):
586 * calc/calc-mode.el (calc-set-simplify-mode):
587 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
588
589 2007-12-07 D. Goel <deego3@gmail.com>
590
591 * progmodes/idlw-shell.el (idlwave-shell-display-line)
592 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
593 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
594 * mail/uce.el (uce-reply-to-uce)
595 * progmodes/vhdl-mode.el (vhdl-template-modify)
596 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
597 to `error' (as suggested by RMS.)
598
599 2007-12-07 Glenn Morris <rgm@gnu.org>
600
601 * allout.el (allout-write-file-hook-handler):
602 * textmodes/reftex.el (reftex-TeX-master-file):
603 * textmodes/reftex-parse.el (reftex-short-context):
604 Revert previous change.
605
606 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
607
608 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
609 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
610 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
611 (dbus-event-service-name, dbus-event-path-name)
612 (dbus-event-interface-name, dbus-event-member-name): Fix for new
613 event structure.
614 (dbus-list-activatable-names, dbus-list-names)
615 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
616 Reorder `dbus-call-method' arguments.
617
618 2007-12-06 D. Goel <deego3@gmail.com>
619
620 * allout.el (allout-write-file-hook-handler):
621 * textmodes/reftex.el (reftex-TeX-master-file):
622 * textmodes/org.el (org-paste-subtree):
623 * progmodes/vhdl-mode.el (vhdl-template-modify):
624 * progmodes/idlw-shell.el (idlwave-shell-send-command)
625 (idlwave-shell-display-line):
626 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
627 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
628 * net/trampver.el (x):
629 * mail/uce.el (uce-reply-to-uce):
630 * mail/rmailout.el (rmail-output):
631 * mail/feedmail.el (feedmail-dump-message-to-queue):
632 * whitespace.el (whitespace-write-file-hook):
633 * wdired.el (wdired-check-kill-buffer):
634 * vc.el (vc-update):
635 * vc-mcvs.el (vc-mcvs-checkin):
636 * vc-cvs.el (vc-cvs-checkin):
637 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
638 * ibuffer.el (ibuffer-current-buffer):
639 * dired.el (dired-move-to-end-of-filename):
640 * bindings.el (complete-symbol):
641 * textmodes/org-publish.el (org-publish-file):
642 (org-publish-current-project):
643 * textmodes/reftex-parse.el (reftex-short-context):
644 * textmodes/texinfmt.el: Fix buggy calls to `error'.
645
646 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * doc-view.el (doc-view-dvi->pdf-sentinel)
649 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
650 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
651 within a sentinel or timer.
652 (doc-view-display): Don't try to display before the requested page
653 is available, unless told to do so explicitly.
654 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
655 Force display even if the requested page is not available.
656
657 2007-12-06 Richard Stallman <rms@gnu.org>
658
659 * help-fns.el (describe-function-1): Call ad-get-advice-info
660 only on symbols.
661
662 2007-12-06 Glenn Morris <rgm@gnu.org>
663
664 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
665 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
666 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
667 faces in non-light-background case.
668
669 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
670 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
671 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
672 * emulation/vi.el, emulation/viper-cmd.el:
673 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
674 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
675 * textmodes/fill.el: Remove directory part from filenames in
676 function declarations.
677
678 * dired-aux.el (mailcap-mime-info): Update declaration.
679
680 2007-12-05 Richard Stallman <rms@gnu.org>
681
682 * wid-edit.el (widget-type): Doc fix.
683
684 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
685
686 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
687 Don't match "sub { (...) ... }".
688
689 2007-12-05 Richard Stallman <rms@gnu.org>
690
691 * international/mule-cmds.el (toggle-input-method-active): New var.
692 (toggle-input-method): Bind toggle-input-method-active to t.
693 Error if it was already non-nil.
694
695 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
696
697 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
698
699 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
700
701 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
702 see if certs should be verified and what is to be done in the
703 event of a verification failure.
704
705 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
706
707 * net/tls.el (tls-program): Provide more custom choices from
708 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
709 (tls-process-connection-type, tls-success): Remove "*" in doc string.
710 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
711 version. Minor improvement to doc strings.
712 (tls-program): Add comment.
713
714 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
715
716 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
717 (tls-checktrust): New variable. Check if GNU TLS complained about a
718 mismatch between the hostname provided in the certificate and the name
719 of the host connnecting to.
720 (open-tls-stream): Use them. Check certificates against trusted root
721 certificates.
722
723 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
724
725 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
726 (imap-parse-status): Upcase status-att for broken servers that sends
727 them lower-case (e.g., MS Exchange 2007).
728
729 2007-12-05 D. Goel <deego3@gmail.com>
730
731 * simple.el (undo):
732 * image-dired.el (image-dired-display-thumb-properties):
733 (image-dired-modify-mark-on-thumb-original-file):
734 (image-dired-dired-display-properties):
735 * help.el (help-window-display-message):
736 * files.el (hack-local-variables-confirm):
737 * ediff.el (ediff-version):
738 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
739 `message' and `error': Ensure that first arg is a format string.
740
741 * emacs-lisp/find-func.el (find-library-name): Prefer files with
742 ".el" suffix over "".
743
744 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
745
746 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
747 interface and member fields.
748
749 2007-12-05 Glenn Morris <rgm@gnu.org>
750
751 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
752 (pcomplete-here): Autoload it.
753
754 * eshell/em-basic.el (print-func): No need to define for compiler.
755
756 * eshell/esh-cmd.el (eshell-debug-command):
757 * eshell/esh-io.el (eshell-print): Move definitions before use.
758
759 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
760
761 * eshell/esh-util.el (top-level): Don't require pp.
762 Use condition-case rather than ignore-errors.
763
764 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
765
766 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
767 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
768 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
769 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
770 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
771 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
772 * eshell/esh-util.el, eshell/eshell.el: Require individual files
773 if needed when compiling, rather than esh-maint. Collect any
774 require statements. Move provide statement to end. Move any
775 commentary to start.
776
777 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
778 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
779 * eshell/esh-proc.el, eshell/esh-var.el:
780 Require individual files if needed when compiling, rather than
781 esh-maint. Collect any require statements. Leave provide at start.
782 Move any commentary to start.
783
784 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
785 Remove declared function from byte-compile-noruntime-functions.
786
787 * ediff-util.el (ediff-version):
788 * progmodes/python.el (compilation-shell-minor-mode):
789 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
790 (calendar-bahai-date-string, calendar-check-holidays)
791 (calendar-chinese-date-string, calendar-coptic-date-string)
792 (calendar-ethiopic-date-string, calendar-forward-day)
793 (calendar-french-date-string, calendar-goto-date)
794 (calendar-goto-today, calendar-hebrew-date-string)
795 (calendar-islamic-date-string, calendar-iso-date-string)
796 (calendar-julian-date-string, calendar-mayan-date-string)
797 (calendar-persian-date-string, gnus-summary-last-subject)
798 (parse-time-string, rmail-show-message): Declare as functions.
799
800 2007-12-05 Michael Olson <mwolson@gnu.org>
801
802 * textmodes/remember.el: Merge contents of remember-diary.el here,
803 updating header. Add autoload cookie so that byte-compilation
804 works without warning.
805 (remember-diary-file): Default to nil, since diary might not yet
806 be loaded at this point, which would deny us access to diary-file.
807 (remember-diary-extract-entries): If remember-diary-file is nil,
808 then use diary-file instead.
809
810 * textmodes/remember-diary.el: Remove, due to the issue of needing
811 the first 8 characters of a filename to be unique.
812
813 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
814
815 * net/dbus.el (dbus-hash-table=): New defun.
816 (dbus-hash-table-test) New hash table test function, used in
817 `dbus-registered-functions-table'.
818 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
819 (dbus-event-service-name, dbus-event-path-name)
820 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
821 due to new structure of `dbus-event'.
822
823 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
824
825 * ido.el (ido-save-history): Set the `coding' local
826 variable in the first line of the file.
827
828 2007-12-04 Glenn Morris <rgm@gnu.org>
829
830 * password-cache.el: Move here from gnus/password.el.
831 (top-level): Don't require cl when compiling.
832 (password-read-and-add): Doc fix. Make obsolete.
833
834 * net/tramp.el: Require password-cache or password.
835
836 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
837 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
838 compiling.
839 (cua-set-rectangle-mark): Add doc string to autoload.
840 (cua--rectangle, cua--last-killed-rectangle)
841 (cua--global-mark-active): Always define for compiler.
842 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
843 (cua--delete-rectangle, cua--insert-rectangle)
844 (cua--rectangle-corner, cua--rectangle-assert)
845 (cua--insert-at-global-mark, cua--global-mark-post-command):
846 Declare as functions.
847
848 * emulation/cua-gmrk.el (top-level): Move provide to end.
849
850 * emulation/cua-rect.el (top-level): Move provide to end.
851 Don't require cua-gmrk when compiling.
852 (cua--cut-rectangle-to-global-mark)
853 (cua--copy-rectangle-to-global-mark): Declare as functions.
854
855 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
856 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
857 (viper-vi-state-cursor-color):
858 Consolidate make-variable-frame-local calls.
859
860 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
861 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
862 than bbdb-address-street1,2,3.
863
864 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
865 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
866
867 2007-12-03 Karl Fogel <kfogel@red-bean.com>
868
869 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
870 (save-place-alist-to-file, load-save-place-alist-from-file):
871 Don't print non-error messages at all, there's really no need.
872 Do print if there's a problem, and clarify message in that case.
873
874 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
875
876 * ediff-diff.el (ediff-prepare-error-list):
877 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
878
879 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
880
881 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
882 (doc-view-current-overlay, doc-view-pending-cache-flush):
883 Add doc string.
884
885 2007-12-03 Richard Stallman <rms@gnu.org>
886
887 * subr.el (declare-function): Move from byte-run.el.
888
889 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
890
891 * window.el (recenter-top-bottom): Don't use `ecase'.
892
893 2007-12-02 Karl Fogel <kfogel@red-bean.com>
894
895 * saveplace.el (save-place-alist-to-file):
896 Set coding-system-for-write once and refer to it throughout.
897 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
898
899 2007-12-02 Karl Fogel <kfogel@red-bean.com>
900
901 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
902 system when writing, and set it in the first-line file variables.
903 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
904 Juanma Barranquero.
905
906 2007-12-02 Glenn Morris <rgm@gnu.org>
907
908 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
909 Reverse branches of if statement.
910
911 * emulation/viper-cmd.el (top-level): Don't require advice.
912 Don't load viper-util, viper-keym, viper-mous, viper-macs,
913 viper-ex when compiling.
914
915 * emulation/viper-ex.el (top-level): Don't load viper-util,
916 viper-keym when compiling.
917
918 * emulation/viper-init.el (top-level): Move provide statement to end.
919
920 * emulation/viper-keym.el (top-level): Don't load viper-util when
921 compiling. Move provide statement to end.
922
923 * emulation/viper-macs.el (top-level): Don't load viper-util,
924 viper-keym, viper-mous when compiling.
925
926 * emulation/viper-mous.el (top-level): Don't load viper-util when
927 compiling.
928
929 * emulation/viper-util.el (top-level): Don't load viper-init when
930 compiling.
931
932 * emulation/viper.el (top-level): Don't require ring.
933 Don't load viper-init, viper-cmd when compiling.
934
935 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
936 Move here from gnus/.
937
938 2007-12-02 Karl Fogel <kfogel@red-bean.com>
939
940 Offer option for saveplace to be quiet about loading and saving.
941 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
942
943 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
944 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
945 to determine whether to print loading/saving messages.
946
947 2007-12-02 Glenn Morris <rgm@gnu.org>
948
949 * mail/binhex.el: Move here from gnus/.
950 (binhex): New custom group.
951 (binhex-decoder-program, binhex-decoder-switches)
952 (binhex-use-external): Move to the binhex custom group.
953
954 * mail/uudecode.el: Move here from gnus/.
955 (uudecode): New custom group.
956 (uudecode-decoder-program, uudecode-decoder-switches)
957 (uudecode-use-external): Move to the uudecode custom group.
958
959 * net/netrc.el (top-level): Don't load `encrypt' features.
960 (netrc-parse): Don't use encrypt.
961 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
962
963 * progmodes/python.el (top-level): Don't require cl when compiling.
964
965 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
966
967 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
968 encoding for aspell process and for communication with it.
969 Only add "-d" option if not already present.
970 Use ispell-current-dictionary and ispell-current-personal-dictionary.
971 General reorganization.
972
973 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
974 encoding here.
975 (ispell-start-process): Explicitly set encoding here if using aspell.
976
977 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
980 function to log-edit.
981
982 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
983
984 * net/dbus.el: New file.
985
986 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
987
988 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
989 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
990 (calc-lang-parens-are-subscripts): New variables.
991 (math-expr-special-function-mapping): Remove variable.
992 (math-eqn-ignore-words, math-tex-ignore-words)
993 (math-latex-ignore-words): Move to calc-lang.el.
994
995 * calc/calc-lang.el (math-compose-vector, math-compose-var)
996 (math-tex-expr-is-flat): Declare as functions.
997 (calc-lang-slash-idiv, calc-lang-allow-underscores)
998 (math-comp-left-bracket, math-comp-right-bracket)
999 (math-comp-comma, math-comp-vector-prec): Declare as variables.
1000 (math-var-formatter, math-matrix-formatter)
1001 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1002 (math-punc-table, math-compose-subscr,math-dots)
1003 (math-func-formatter): New property names to store language
1004 specific information.
1005 (math-compose-tex-var, math-compose-tex-intv)
1006 (math-compose-maple-intv, math-compose-eqn-intv)
1007 (math-compose-tex-sum, math-compose-tex-func)
1008 (math-compose-tex-intv): New functions.
1009 (math-eqn-ignore-words,math-tex-ignore-words)
1010 (math-latex-ignore-words): Move from calc.el.
1011 (math-special-function-table): Add entries for tex.
1012 (calc-lang-slash-idiv, calc-lang-allows-underscores):
1013 New variables.
1014 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1015 (math-compose-tex-matrix, math-compose-eqn-matrix)
1016 (math-eqn-special-functions): Move from calccomp.el.
1017
1018 * calc/calccomp.el (math-compose-var): New function.
1019 (math-compose-expr): Allow more special functions to be used.
1020 Change test for formatting fractions. Use variables and property
1021 names to help with language specific formatting.
1022 (math-compose-tex-matrix, math-compose-eqn-matrix)
1023 (math-eqn-special-functions): Move to calc-lang.el.
1024 (math-compose-rows): Use property names to help with language
1025 specific formatting.
1026
1027 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1028 into nested subscripts.
1029 (math-read-token): Use variables and property names to help with
1030 language specific parsing.
1031 (math-read-expression-level): Use variables to help with language
1032 specific parsing.
1033
1034 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1037 (archive-rar-summarize): Allow the file name to be passed as argument.
1038 Remove unused vars `header' and `footer'.
1039 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1040
1041 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1042
1043 * log-edit.el (log-edit-show-diff): New function.
1044 (log-edit-mode-map, log-edit-menu): Bind it.
1045 (log-edit-diff-function): New variable.
1046 (log-edit): Change the 3rd param to be an alist and accept a
1047 function that computes a diff for the files involved.
1048
1049 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1050
1051 2007-12-01 Martin Rudalics <rudalics@gmx.at>
1052
1053 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1054 wrap next-/previous-line in with-no-warnings.
1055
1056 2007-12-01 Glenn Morris <rgm@gnu.org>
1057
1058 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1059
1060 * net/dig.el: Move here from gnus/.
1061 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1062
1063 * net/dns.el: Move here from gnus/.
1064 (top-level): Don't require mm-util, or cl when compiling.
1065 (dns-write-name, dns-read, dns-read-type, query-dns):
1066 Replace mm-with-unibyte-buffer with its expansion.
1067 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1068
1069 * progmodes/gdb-ui.el (gud-remove, gud-break):
1070 * progmodes/gud.el (gdb-create-define-alist)
1071 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1072 (hl-line-highlight, gdb-display-source-buffer)
1073 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1074 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1075
1076 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1077
1078 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1079 Move args on defun line.
1080
1081 * textmodes/org.el (org-calendar-holiday):
1082 Use calendar-check-holidays instead of the obsolete
1083 check-calendar-holidays.
1084 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1085 (bbdb-company, bbdb-current-record, bbdb-name)
1086 (bbdb-record-getprop, bbdb-record-name)
1087 (bibtex-beginning-of-entry, bibtex-generate-autokey)
1088 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1089 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1090 (mh-find-path, mh-get-header-field, mh-get-msg-num)
1091 (mh-header-display, mh-index-previous-folder)
1092 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1093 (mh-show-buffer-message-number, mh-show-header-display)
1094 (mh-show-msg, mh-show-show, mh-visit-folder)
1095 (org-export-latex-cleaned-string, remember)
1096 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1097 (rmail-what-message, elmo-folder-exists-p)
1098 (elmo-message-entity-field, elmo-message-field)
1099 (vm-beginning-of-message, vm-follow-summary-cursor)
1100 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1101 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1102 (vm-summarize, wl-folder-get-elmo-folder)
1103 (wl-summary-goto-folder-subr)
1104 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1105 (wl-summary-line-subject, wl-summary-message-number)
1106 (wl-summary-redisplay): Declare as functions.
1107
1108 2007-11-30 Martin Rudalics <rudalics@gmx.at>
1109
1110 * longlines.el (longlines-show-hard-newlines): Remove handling of
1111 buffer-undo-list and buffer-modified status.
1112 (longlines-show-region, longlines-unshow-hard-newlines):
1113 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1114 inhibit-modification-hooks here to avoid that a buffer appears
1115 modified when toggling visibility of hard newlines.
1116
1117 2007-11-30 Glenn Morris <rgm@gnu.org>
1118
1119 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1120
1121 * progmodes/idlw-complete-structtag.el
1122 (idlwave-sintern-structtag):
1123 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1124 (idlwave-sintern-sysvartag):
1125 * progmodes/idlwave.el (idlwave-sintern-class-tag)
1126 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1127 functions.
1128
1129 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1130
1131 * textmodes/reftex-index.el (texmathp):
1132 * textmodes/reftex-auc.el (TeX-argument-insert)
1133 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1134 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1135 (LaTeX-label-list):
1136 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1137 (rng-clear-conditional-region, rng-do-some-validation): Declare as
1138 functions.
1139 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1140
1141 2007-11-30 Glenn Morris <rgm@gnu.org>
1142
1143 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1144 argument and document it.
1145
1146 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1147 Third argument to declare-function must be a list to specify arglist.
1148
1149 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1150 Handle declare-function third argument `t' and fourth argument.
1151 (check-declare-verify): Doc fix. Handle `fileonly' case.
1152 Use progn rather than prog1.
1153
1154 * desktop.el (uniquify-item-base):
1155 * term/mac-win.el (url-type): Declare as functions.
1156
1157 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1158 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1159 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1160 fourth arg to declare-function.
1161
1162 * play/dunnet.el: Don't require cl when compiling.
1163 (byte-compile-warnings): Set via file local variables.
1164 (dun-parse): Let-bind `beg' and `line'.
1165
1166 2007-11-29 Alexandre Julliard <julliard@winehq.org>
1167
1168 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1169
1170 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1171
1172 * calendar/time-date.el (encode-time-value): Doc fix.
1173
1174 2007-11-29 Glenn Morris <rgm@gnu.org>
1175
1176 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1177
1178 * textmodes/css-mode.el (prog-mode): Remove.
1179 (css-mode): Derive from fundamental-mode rather than prog-mode.
1180
1181 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1182
1183 * emacs-lisp/check-declare.el (check-declare-locate)
1184 (check-declare-verify): Handle `external' files.
1185 (check-declare-errmsg): New function.
1186 (check-declare-verify, check-declare-file, check-declare-directory):
1187 Use check-declare-errmsg to report the number of problems.
1188
1189 * ffap.el (w3-view-this-url)
1190 * mail/mspools.el (vm-visit-folder)
1191 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
1192 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
1193 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
1194 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
1195 (bbdb-records)
1196 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
1197 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
1198 (sasl-make-client, sasl-next-step, sasl-step-data)
1199 (sasl-step-set-data)
1200 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
1201 (htmlr-step): Declare as functions.
1202
1203 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
1204 Use bbdb-address-zip rather than bbdb-address-zip-string.
1205
1206 2007-11-28 Richard Stallman <rms@gnu.org>
1207
1208 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
1209 Move here from gnus/.
1210
1211 2007-11-28 Martin Rudalics <rudalics@gmx.at>
1212
1213 * newcomment.el (comment-region-internal): Fix newline insertion
1214 in `block' case.
1215
1216 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
1219
1220 2007-11-28 Glenn Morris <rgm@gnu.org>
1221
1222 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
1223 delete .elc files.
1224
1225 * nxml/char-name/unicode: Move to etc/nxml/.
1226 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
1227
1228 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
1229 Declare as a function.
1230
1231 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
1232 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
1233 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
1234
1235 * nxml/nxml-outln.el (nxml-token-start-tag-p)
1236 (nxml-token-end-tag-p): Move definitions before use.
1237
1238 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
1239
1240 * nxml/nxml-uchnm.el (top-level)
1241 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
1242 (nxml-enabled-unicode-blocks): Add custom group.
1243
1244 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
1245 Use string-to-number rather than string-to-int.
1246
1247 * dired-x.el (dired-omit-old-add-entry): Declare as function.
1248 Move definition before use.
1249 (dired-old-find-buffer-nocreate): Declare as function.
1250
1251 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
1252 (check-declare-verify): Handle fset.
1253
1254 * emulation/edt.el (edt-user-emulation-setup):
1255 Test edt-setup-user-bindings is bound before calling.
1256
1257 * emulation/tpu-edt.el: Don't require cl when compiling.
1258 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
1259 (tpu-edt-off): Use condition-case rather than ignore-errors.
1260 Use with-no-warnings.
1261
1262 * eshell/esh-util.el (top-level): Use require rather than load for
1263 ange-ftp.
1264
1265 * mail/supercite.el (sc-version): Redefine as an alias for
1266 emacs-version.
1267 (sc-help-address): Remove.
1268 (sc-version): Use emacs-version rather than sc-version.
1269 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
1270
1271 * net/socks.el (socks-original-open-network-stream): Declare as
1272 function. Move definition before use.
1273
1274 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1275
1276 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
1277 (math-make-frac): Declare as functions.
1278
1279 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
1280
1281 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
1282 Pacify byte compiler.
1283 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
1284
1285 * progmodes/idlwave.el (idlwave-shell-get-path-info)
1286 (idlwave-shell-temp-file, idlwave-shell-is-running)
1287 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
1288 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
1289 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
1290 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
1291 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
1292 (idlwave-completing-read, idlwave-current-routine)
1293 (idlwave-downcase-safe, idlwave-entry-find-keyword)
1294 (idlwave-expand-keyword, idlwave-find-class-definition)
1295 (idlwave-find-inherited-class, idlwave-find-struct-tag)
1296 (idlwave-get-buffer-visiting, idlwave-in-quote)
1297 (idlwave-make-full-name, idlwave-members-only)
1298 (idlwave-popup-select, idlwave-routine-source-file)
1299 (idlwave-routines, idlwave-sintern-class)
1300 (idlwave-sintern-keyword, idlwave-sintern-method)
1301 (idlwave-sintern-routine-or-method)
1302 (idlwave-substitute-link-target, idlwave-sys-dir)
1303 (idlwave-this-word, idlwave-what-module-find-class)
1304 (idlwave-where):
1305 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
1306 * mail/uce.el (rmail-msg-is-pruned)
1307 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
1308 (rmail-toggle-header):
1309 * mail/sendmail.el (dired-view-file, dired-get-filename):
1310 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
1311 (rmail-display-labels, rmail-msgbeg)
1312 (rmail-set-message-deleted-p, rmail-message-labels-p)
1313 (rmail-show-message, mail-comma-list-regexp)
1314 (mail-parse-comma-list):
1315 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
1316 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
1317 (rfc822-addresses, mail-abbrev-make-syntax-table)
1318 (mail-sendmail-delimit-header, mail-header-end):
1319 * mail/hashcash.el (message-narrow-to-headers-or-head)
1320 (message-fetch-field, message-goto-eoh)
1321 (message-narrow-to-headers):
1322 * vc.el (view-mode-exit): Declare as functions.
1323
1324 * mail/vms-pmail.el:
1325 * vmsproc.el:
1326 * vms-patch.el: Don't byte compile these files, they don't work.
1327
1328 2007-11-27 Glenn Morris <rgm@gnu.org>
1329
1330 * calc/calc-ext.el (math-read-big-rec):
1331 * calc/calc-nlfit.el (math-map-binop):
1332 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
1333
1334 * eshell/eshell.el (eshell-report-bug): Add version number of
1335 obsolescence.
1336
1337 * emulation/viper.el, emulation/viper-util.el,
1338 emulation/viper-macs.el, emulation/viper-keym.el,
1339 emulation/viper-ex.el, emulation/viper-cmd.el:
1340 Load viper-*.el files silently.
1341
1342 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
1343 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
1344 Load ediff-*.el files silently.
1345
1346 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
1347 compiling.
1348 (Info-goto-node): Declare as a function.
1349
1350 * ediff-init.el: Don't load ange-ftp when compiling.
1351 * ediff-util.el: Don't load reporter when compiling.
1352
1353 * ediff-wind.el (ediff-display-pixel-width)
1354 (ediff-display-pixel-height):
1355 * generic-x.el (ini-generic-mode):
1356 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
1357 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
1358 (ps-mule-initialize, ps-mule-begin-job):
1359 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
1360 (mark-calendar-days-named):
1361 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
1362 (add-to-diary-list, diary-name-pattern)
1363 (mark-calendar-days-named):
1364 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
1365 (mark-calendar-days-named):
1366 * calendar/cal-x.el (make-fancy-diary-buffer):
1367 * calendar/holidays.el (calendar-absolute-from-julian):
1368 * calendar/todo-mode.el (calendar-current-date):
1369 * calendar/cal-menu.el (calendar-increment-month)
1370 (calendar-month-name, extract-calendar-year)
1371 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
1372 (calendar-current-date, calendar-cursor-holidays)
1373 (calendar-date-string, insert-diary-entry, calendar-set-mark)
1374 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1375 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1376 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
1377 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
1378 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
1379 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
1380 (calendar-day-of-year-string, calendar-iso-date-string)
1381 (calendar-julian-date-string, calendar-astro-date-string)
1382 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
1383 (calendar-persian-date-string, calendar-bahai-date-string)
1384 (calendar-islamic-date-string, calendar-chinese-date-string)
1385 (calendar-coptic-date-string, calendar-ethiopic-date-string)
1386 (calendar-french-date-string, calendar-mayan-date-string)
1387 (calendar-print-chinese-date, calendar-goto-date):
1388 Declare as functions.
1389
1390 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
1391 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
1392
1393 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
1394 aliases for report-emacs-bug.
1395 (gnus-summary-select-article, gnus-configure-windows): Declare as
1396 functions.
1397
1398 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
1399 compiler.
1400
1401 * pgg.el (pgg-clear-string): Declare as a function.
1402 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
1403 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
1404
1405 * emacs-lisp/check-declare.el (check-declare-locate):
1406 Handle compressed files.
1407 (check-declare-verify): Handle define-generic-mode,
1408 define-global(ized)-minor-mode, define-obsolete-function-alias.
1409
1410 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
1411
1412 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
1413 algebraic modes.
1414
1415 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
1416 (math-is-true, calc-explain-why, calc-alg-edit)
1417 (math-composite-inequalities, math-flatten-lands)
1418 (math-multi-subst, calcFunc-vmatches, math-simplify)
1419 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
1420 (math-read-string, math-read-brackets, math-read-angle-brackets):
1421 Declare as functions.
1422
1423 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
1424 (calc-fit-bell-shaped-logistic-curve)
1425 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
1426 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
1427 (math-max-list): Declare as functions.
1428 (math-map-binop): New function.
1429 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
1430
1431 * calc/calc.el (calc-set-language, calc-edit-finish)
1432 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
1433 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
1434 (math-lessp, calc-embedded-finish-command)
1435 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
1436 (calc-push-list-in-macro, calc-replace-selections)
1437 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
1438 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
1439 (calc-embedded-stack-change, calc-refresh-evaltos)
1440 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
1441 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
1442 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
1443 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
1444 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
1445 (math-dimension-error, calc-incomplete-error, math-float-fancy)
1446 (math-neg-fancy, math-zerop, calc-add-fractions)
1447 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
1448 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
1449 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
1450 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
1451 (math-compose-expr, math-comp-width, math-composition-to-string)
1452 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
1453 (math-adjust-fraction, math-format-binary, math-format-radix)
1454 (math-group-float, math-mod, math-format-number-fancy)
1455 (math-format-bignum-fancy, math-read-number-fancy)
1456 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
1457 (calc-do-embedded-activate, math-do-defmath)
1458 (calc-load-everything): Declare as functions.
1459
1460 * calc/calc-ext.el (math-clip, math-round, math-simplify)
1461 (math-simplify-extended, math-simplify-units, calc-set-language)
1462 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
1463 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
1464 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
1465 (math-normalize-hms, math-normalize-mod, math-make-sdev)
1466 (math-make-intv, math-normalize-logical-op, math-possible-signs)
1467 (math-infinite-dir, math-calcFunc-to-var)
1468 (calc-embedded-evaluate-expr, math-known-nonzerop)
1469 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
1470 (math-format-date, math-vector-is-string, math-vector-to-string)
1471 (math-format-radix-float, math-compose-expr, math-abs)
1472 (math-format-bignum-binary, math-format-bignum-octal)
1473 (math-format-bignum-hex, math-format-bignum-radix)
1474 (math-compute-max-digits): Declare as functions.
1475 (math-provably-realp): Fix typo.
1476
1477 * calc/calc-forms.el (calendar-current-time-zone)
1478 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
1479 functions.
1480
1481 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
1482
1483 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
1484 Declare as functions.
1485
1486 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
1487 (math-posp, math-compare, math-bignum, math-compare-bignum):
1488 Declare as functions.
1489
1490 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
1491 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
1492 (calc-explain-why, calc-clear-command-flag)
1493 (calc-roll-down-with-selections, calc-roll-up-with-selections)
1494 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
1495 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
1496 (math-trunc-special, math-trunc-fancy, math-floor-special)
1497 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
1498 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
1499 (math-pow-zero, math-pow-fancy): Declare as functions.
1500
1501 * calc/calc-mode.el (calc-embedded-save-original-modes):
1502 Declare as a function.
1503
1504 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
1505 Declare as functions.
1506 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
1507 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
1508 Replace `mapcar*' by `math-map-binop'.
1509 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
1510
1511 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
1512 (math-read-expr-level): Declare as functions.
1513
1514 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
1515
1516 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
1519 end-of-defun-function is called consistently, even for negative
1520 arguments.
1521 (end-of-defun-function): Default to forward-sexp.
1522
1523 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1526
1527 2007-11-26 Glenn Morris <rgm@gnu.org>
1528
1529 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
1530 than :suffix.
1531
1532 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1533
1534 2007-11-26 Simon Josefsson <simon@josefsson.org>
1535
1536 * net/imap.el: Move from ../gnus.
1537
1538 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
1539
1540 * doc-view.el (doc-view-mode-p): New function.
1541
1542 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
1543
1544 * mail/mspools.el (rmail-get-new-mail):
1545 * mail/reporter.el (mail-position-on-field, mail-text):
1546 * mail/rmail.el (mail-position-on-field, mail-text-start)
1547 (rmail-update-summary):
1548 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
1549 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
1550 * mail/rmailout.el (rmail-update-summary):
1551 * mail/rmailsort.el (rmail-update-summary):
1552 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
1553 (dired-view-file):
1554 * mail/uce.el (mail-strip-quoted-names):
1555 * mail/undigest.el (rmail-update-summary):
1556 * mail/unrmail.el (mail-strip-quoted-names):
1557 * ediff.el (diff-latest-backup-file): Declare as functions.
1558
1559 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
1560 (kill-to-end-of-line):
1561 * obsolete/rnews.el (news-set-minor-modes):
1562 Remove non working functions.
1563
1564 2007-11-25 Glenn Morris <rgm@gnu.org>
1565
1566 * eshell/esh-maint.el (top-level): Use require with NOERROR for
1567 pcomplete. Don't mess with load-path.
1568
1569 * eshell/eshell.el (eshell-report-bug-address): Remove.
1570 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
1571
1572 2007-11-24 Glenn Morris <rgm@gnu.org>
1573
1574 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1575 (appt-disp-window): Don't require electric.
1576 Simplify minibuffer-avoidance code.
1577 (appt-select-lowest-window): Avoid minibuffer.
1578
1579 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
1580 (esh-mode): Require it.
1581 (esh-util): Use require rather than featurep and load.
1582 (eshell): No need to test if eshell-mode is bound; remove obsolete
1583 reference to eshell-auto.
1584 (eshell-command, eshell-command-result): Don't require esh-mode
1585 now that the file does.
1586 (top-level): Move provide statement to the end of the file.
1587 Re-order and update commentary.
1588
1589 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1590
1591 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
1592 (vc-annotate-toggle-annotation-visibility): New command.
1593 (vc-annotate-mode-map): Bind "V" to it.
1594 (vc-annotate-mode-menu): Add entry for it.
1595 (vc-annotate-get-time-set-line-props): New func.
1596 (vc-annotate-display-autoscale)
1597 (vc-annotate-display-difference): Use it.
1598
1599 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
1600 Also, match one space at end of annotation text, after last paren.
1601
1602 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
1603
1604 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
1605 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
1606 `tramp-completion-mode'.
1607
1608 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1609
1610 * vc-git.el (vc-git-show-log-entry): New func.
1611
1612 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
1613 (vc-git-state): Use vc-git--call.
1614 (vc-git-registered, vc-git-working-revision)
1615 (vc-git-previous-revision, vc-git-next-revision)
1616 (vc-git--run-command-string, vc-git-symbolic-commit):
1617 Use vc-git--out-ok.
1618
1619 2007-11-24 Glenn Morris <rgm@gnu.org>
1620
1621 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1622
1623 2007-11-24 Kenichi Handa <handa@m17n.org>
1624
1625 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1626
1627 2007-11-23 David Kastrup <dak@gnu.org>
1628
1629 * server.el (server-process-filter): Use `command-line-args-left'.
1630
1631 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
1634
1635 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1636
1637 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
1638 buffer if the parent buffer is in vc-dired-mode.
1639
1640 2007-11-23 Mark A. Hershberger <mah@everybody.org>
1641
1642 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
1643
1644 2007-11-23 Juri Linkov <juri@jurta.org>
1645
1646 * dired.el (dired-read-dir-and-switches): For C-x d, set the
1647 value for M-n to the visited file name of the current buffer.
1648 Use minibuffer-with-setup-hook to set minibuffer-default to
1649 buffer-file-name inside read-file-name.
1650
1651 * man.el (Man-getpage-in-background): Don't disregard user option
1652 `Man-width' on non-window systems. Remove test for `window-system'
1653 around setting envvar "COLUMNS" depending on the value of `Man-width'.
1654
1655 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
1656 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
1657 of "--color=always".
1658
1659 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
1662 beginning-of-defun-function.
1663
1664 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1665
1666 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
1667
1668 2007-11-22 Glenn Morris <rgm@gnu.org>
1669
1670 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
1671
1672 * emacs-lisp/check-declare.el (check-declare-locate): New function.
1673 (check-declare-scan): Use check-declare-locate.
1674 (check-declare-verify): No longer adjust fnfile, now
1675 check-declare-locate does it.
1676
1677 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1678
1679 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * subr.el (posn-col-row): Make the `default-value' use explicit.
1682
1683 * window.el (balance-windows): Remove unused var `counter'.
1684 (bw-balance-sub): Remove unused var `lastchild'.
1685 (split-window-vertically): Remove unused var `switch'.
1686 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
1687
1688 * emacs-lisp/bytecomp.el
1689 (byte-compile-file-form-custom-declare-variable): Simplify.
1690
1691 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
1694 Set `show-trailing-whitespace' to nil.
1695
1696 * dired.el (make-symbolic-link):
1697 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
1698 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
1699 * dired-x.el (make-symbolic-link):
1700 * frame.el (x-initialize-window-system):
1701 * menu-bar.el (x-menu-bar-open):
1702 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
1703 (x-store-cut-buffer-internal):
1704 * wdired.el (make-symbolic-link):
1705 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
1706 (x-send-client-message):
1707 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
1708
1709 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1710
1711 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1712
1713 2007-11-22 Glenn Morris <rgm@gnu.org>
1714
1715 * dos-fns.el (int86):
1716 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
1717
1718 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
1719
1720 * calendar/holidays.el (holiday-list): Add autoload cookie.
1721
1722 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
1723 files relative to src/ directory.
1724 (check-declare-verify): Handle .c files. Warn if could not find
1725 an arglist to check.
1726
1727 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1728
1729 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 * replace.el (occur-mode-map): Add a major mode menu with entries
1732 for all occur operations.
1733
1734 * international/titdic-cnv.el (dos-8+3-filename):
1735 * obsolete/fast-lock.el (msdos-long-file-names):
1736 * frame.el (msdos-mouse-p):
1737 * files.el (msdos-long-file-names, w32-long-file-name):
1738 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1739 (mac-resume-apple-event, mac-font-panel-mode)
1740 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1741 (mac-clear-font-name-table):
1742 * term/pc-win.el (msdos-remember-default-colors)
1743 (w16-set-clipboard-data, w16-get-clipboard-data):
1744 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1745 (set-message-beep):
1746 * net/browse-url.el (w32-shell-execute):
1747 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1748 (w32-get-locale-info, w32-get-valid-locale-ids)
1749 (w32-set-clipboard-data):
1750 * dos-fns.el (int86, msdos-long-file-names):
1751 * dos-w32.el (default-printer-name): Declare as functions.
1752
1753 2007-11-21 Jason Rumney <jasonr@gnu.org>
1754
1755 * emacs-lisp/byte-run.el (declare-function): Return nil.
1756
1757 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
1760
1761 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1762
1763 * ps-print.el (ps-lpr-switches): Docstring fix.
1764 (ps-string-list): New fun.
1765 (ps-do-despool): Code fix.
1766
1767 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
1770
1771 2007-11-21 Glenn Morris <rgm@gnu.org>
1772
1773 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
1774 for now. Handle define-minor-mode, and defalias (with no argument
1775 checking).
1776
1777 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * frame.el (msdos-mouse-p):
1780 * files.el (msdos-long-file-names, w32-long-file-name):
1781 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1782 (mac-resume-apple-event, mac-font-panel-mode)
1783 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1784 (mac-clear-font-name-table):
1785 * term/pc-win.el (msdos-remember-default-colors)
1786 (w16-set-clipboard-data, w16-get-clipboard-data):
1787 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1788 (set-message-beep):
1789 * net/browse-url.el (w32-shell-execute):
1790 * dos-fns.el (int86, msdos-long-file-names):
1791 * dos-w32.el (default-printer-name): Undo previous change.
1792
1793 2007-11-21 Eli Zaretskii <eliz@gnu.org>
1794
1795 * international/mule-cmds.el (set-locale-environment):
1796 Set default-file-name-coding-system _after_ keyboard and terminal
1797 coding systems. This fixes last change.
1798
1799 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1800 one space after "Subject:".
1801
1802 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1805 in order to determine if there's a conflict.
1806
1807 2007-11-21 Richard Stallman <rms@gnu.org>
1808
1809 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1810
1811 * reposition.el (reposition-window):
1812 Binding C-M-l moved to bindings.el.
1813
1814 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1815
1816 * add-log.el (add-change-log-entry-other-window):
1817 Key binding C-x 4 a moved to bindings.el.
1818
1819 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1820 from filecache.el.
1821
1822 * filecache.el: Minibuffer map bindings moved to bindings.el.
1823
1824 2007-11-21 Jason Rumney <jasonr@gnu.org>
1825
1826 * international/mule-cmds.el (set-locale-environment):
1827 Set default-file-name-coding-system from system defaults on Windows.
1828
1829 2007-11-21 Jason Rumney <jasonr@gnu.org>
1830
1831 * term/w32console.el: New term init file for w32 console.
1832
1833 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1834 (x-setup-function-keys): Likewise, replacing top-level key definitions.
1835 (w32-tty-standard-colors): Move to term/w32console.el.
1836
1837 * term/w32-win.el (x-setup-function-keys): Remove.
1838
1839 * term/tty-colors.el (tty-register-default-colors): Remove special
1840 case for w32.
1841
1842 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1843
1844 * frame.el (msdos-mouse-p):
1845 * generic-x.el (w32-shell-name):
1846 * files.el (msdos-long-file-names, w32-long-file-name)
1847 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1848 (dos-8+3-filename, vms-read-directory, view-mode-disable):
1849 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1850 (mac-resume-apple-event, mac-font-panel-mode)
1851 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1852 (mac-clear-font-name-table):
1853 * term/pc-win.el (msdos-remember-default-colors)
1854 (w16-set-clipboard-data, w16-get-clipboard-data):
1855 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1856 (set-message-beep):
1857 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1858 (w32-get-locale-info, w32-get-valid-locale-ids)
1859 (w32-set-clipboard-data):
1860 * help-fns.el (ad-get-advice-info):
1861 * font-lock.el (fast-lock-after-fontify-buffer)
1862 (fast-lock-after-unfontify-buffer, fast-lock-mode)
1863 (lazy-lock-after-fontify-buffer)
1864 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1865 * net/browse-url.el (w32-shell-execute):
1866 * dos-fns.el (int86, msdos-long-file-names):
1867 * dos-w32.el (default-printer-name): Declare as functions.
1868
1869 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1870
1871 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1872 Reported by Drew Adams <drew.adams@oracle.com>.
1873
1874 2007-11-20 Jason Rumney <jasonr@gnu.org>
1875
1876 * term/w32-win.el (x-setup-function-keys): Protect against
1877 multiple calls on the same terminal.
1878
1879 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1880
1881 * term/mac-win.el (x-setup-function-keys): Only setup
1882 local-function-key-map if it has not been setup already for the
1883 current frame. Move the suspend-emacs processing here.
1884
1885 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * progmodes/grep.el (xargs-program): New variable.
1888 (grep-compute-defaults): Use it.
1889 (grep-default-command): Doc fix.
1890 (grep, lgrep, rgrep): Reflow docstrings.
1891
1892 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1893
1894 * vc.el (vc-find-revision): Set the parent buffer.
1895 Use when instead of if.
1896
1897 * progmodes/python.el (info-lookup-maybe-add-help):
1898 * progmodes/ps-mode.el (doc-view-minor-mode):
1899 * mail/emacsbug.el (Info-menu, Info-goto-node):
1900 * emulation/viper-keym.el (viper-ex)
1901 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1902 * emulation/viper-cmd.el (widget-type, widget-button-press)
1903 (viper-set-hooks):
1904 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1905 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1906 (ses-load, ses-vector-delete, ses-create-header-string)
1907 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1908 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1909
1910 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1913
1914 2007-11-20 Glenn Morris <rgm@gnu.org>
1915
1916 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1917 for end of function-name. Handle define-derived-mode.
1918
1919 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1920
1921 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1922 is available by default.
1923 (idlwave-help-browse-url-available): Change default to t.
1924
1925 * emulation/edt.el (defgroup, defcustom): Remove definition.
1926 (eval-when-compile): Remove.
1927 (c-mark-function):
1928 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1929 * textmodes/fill.el (comment-search-forward)
1930 (comment-string-strip):
1931 * progmodes/prolog.el (comint-mode, comint-send-string)
1932 (comint-send-region, comint-send-eof):
1933 * progmodes/dcl-mode.el (imenu-default-create-index-function):
1934 * emulation/viper-util.el (viper-forward-Word):
1935 * emulation/vi.el (c-mark-function):
1936 * emulation/edt-vt100.el (vt100-wide-mode):
1937 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1938
1939 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
1940
1941 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1942 Still some tuning in case of an echoing shell.
1943 (tramp-send-command): Connection property "remote-echo" is not
1944 persistent; cache key is the process therefore.
1945
1946 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1947
1948 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1949 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1950
1951 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1952
1953 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1954 * play/yow.el (doctor-ret-or-read):
1955 * vc-hooks.el (vc-dired-resynch-file):
1956 * vc-hg.el (log-view-get-marked):
1957 * smerge-mode.el (ediff-cleanup-mess):
1958 * pcvs.el (vc-editable-p, vc-checkout):
1959 * pcomplete.el (comint-bol):
1960 * informat.el (texinfo-format-refill):
1961 * ido.el (tramp-tramp-file-p):
1962 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1963 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1964 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1965 functions.
1966
1967 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1968 instead of fset.
1969 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1970
1971 * ido.el (ido-file-internal): Move with-no-warnings to include the
1972 ffap-string-at-point call.
1973
1974 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1975
1976 * vc-hg.el (vc-hg-revision-table): Fix last change.
1977
1978 2007-11-19 Martin Rudalics <rudalics@gmx.at>
1979
1980 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1981 clipboard-yank when the buffer is read-only.
1982
1983 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1984 keymaps such that it's before the definition of Custom-mode-menu.
1985 (Custom-mode-menu): Show it for custom-field-keymap too.
1986
1987 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * progmodes/gdb-ui.el: Update commentary.
1990
1991 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1992
1993 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1994
1995 2007-11-19 Glenn Morris <rgm@gnu.org>
1996
1997 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1998 does not exist, try adding `.el' extension. Also search for defsubsts.
1999
2000 * cus-edit.el (recentf-expand-file-name):
2001 * dired.el (dired-relist-entry):
2002 * subr.el (w32-shell-dos-semantics):
2003 * emacs-lisp/bytecomp.el (compilation-forget-errors):
2004 Declare as functions.
2005
2006 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2009 (prepare-abbrev-list-buffer): Use dolist.
2010 (clear-abbrev-table): Preserve properties.
2011
2012 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
2013
2014 * textmodes/texinfmt.el (texinfo-format-printindex):
2015 Collect combined indexes using texinfo-short-index-format-cmds-alist.
2016 Reported on <bug-texinfo@gnu.org>.
2017
2018 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
2019
2020 * net/tramp.el (tramp-completion-reread-directory-timeout):
2021 New defcustom.
2022 (tramp-handle-file-name-all-completions): Flush directory contents
2023 from cache regularly.
2024 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2025 (tramp-open-connection-setup-interactive-shell):
2026 Call `tramp-cleanup-connection' via funcall.
2027
2028 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2029 created when copying.
2030
2031 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
2032
2033 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2034 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2035 * eshell/esh-ext.el (eshell-external-command):
2036 * eshell/esh-cmd.el (require):
2037 * eshell/em-unix.el (eshell-plain-locate-behavior):
2038 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2039 Replace eshell-under-xemacs-p with (featurep 'xemacs).
2040 * eshell/esh-mode.el (characterp, char-int): Remove unused
2041 conditional defaliases.
2042
2043 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2044 Rename from event-matches-key-specifier-p, define unconditionally.
2045 (event-basic-type): Remove unused defalias.
2046 (pcomplete-show-completions):
2047 Use pcomplete-event-matches-key-specifier-p.
2048
2049 2007-11-17 Eli Zaretskii <eliz@gnu.org>
2050
2051 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2052 when saving esh-groups.el.
2053
2054 2007-11-17 Martin Rudalics <rudalics@gmx.at>
2055
2056 * wid-edit.el (widget-default-complete):
2057 * progmodes/flymake.el (flymake-goto-file-and-line):
2058 Fix typo in (doc-)string.
2059
2060 2007-11-17 Glenn Morris <rgm@gnu.org>
2061
2062 * emacs-lisp/byte-run.el (declare-function): New macro.
2063 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2064 New function, byte-hunk-handler for declare-function.
2065 (byte-compile-callargs-warn): Handle declared functions.
2066
2067 * emacs-lisp/check-declare.el: New file.
2068 * Makefile.in (check-declare): New target.
2069
2070 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2071
2072 * subr.el (process-lines): Move here from ../admin/admin.el.
2073 * emacs-lisp/authors.el (authors-process-lines): Remove.
2074 (authors): Use process-lines rather than authors-process-lines.
2075
2076 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2077 Remove these files.
2078
2079 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * emacs-lisp/backquote.el (backquote):
2082 Improve argument/docstring consistency.
2083
2084 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2085 (ring-length, ring-empty-p): Use c[ad]dr.
2086 (ring-plus1): Use `1+'.
2087 (ring-minus1): Use `zerop'.
2088 (ring-remove): Use c[ad]dr. Use `when'.
2089 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
2090 (ring-ref): Use `let', not `let*'.
2091 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
2092 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
2093 (ring-member): Simplify. Doc fix.
2094 (ring-convert-sequence-to-ring): Simplify.
2095
2096 2007-11-17 Juri Linkov <juri@jurta.org>
2097
2098 * dired-aux.el (dired-create-directory): Allow creating
2099 a directory of an arbitrary depth. Add a loop to find the topmost
2100 nonexistent parent dir `new', and call `dired-add-file' on it.
2101 Set the `PARENTS' arg of `make-directory' to t.
2102
2103 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2104
2105 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2106 (math-build-parse-table): Get parse information from math-parse-table.
2107
2108 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * window.el (recenter-last-op): New var.
2111 (recenter-top-bottom): New command.
2112 (global-map): Bind it to C-l.
2113
2114 * abbrev.el (abbrev--write): Fix error in transcription from C.
2115
2116 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2117 (pc-select-ensure-mark): Set mark-active to a special value instead.
2118 Rename from ensure-mark. Update call callers.
2119 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2120 Rewrite. Update all callers.
2121 (pc-selection-mode): Remove redundant var declaration.
2122
2123 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
2124
2125 * doc-view.el (doc-view-search-backward, doc-view-search):
2126 Fix assignment to free variable bug.
2127
2128 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
2129
2130 * emulation/pc-select.el (pc-select-shifted-mark): New var.
2131 (ensure-mark): Set it.
2132 (maybe-deactivate-mark): New fun.
2133 Use it everywhere instead of (setq mark-active nil).
2134
2135 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2136
2137 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2138 Add check for XEmacs.
2139
2140 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2141
2142 * doc-view.el (doc-view-resolution): Add missing :group.
2143
2144 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * subr.el (make-variable-frame-local):
2147 Fix typo in obsolescence declaration.
2148
2149 2007-11-16 Werner Lemberg <wl@gnu.org>
2150
2151 * files.el (set-auto-mode-1): Check second line for -*- if file
2152 starts with '\" (which is used by man pages to identify needed
2153 troff preprocessors).
2154
2155 2007-11-16 Glenn Morris <rgm@gnu.org>
2156
2157 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2158
2159 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2160
2161 * calc/calc-lang.el (math-oper-table): Fix typo.
2162 Reduce precedence of "/" for TeX.
2163
2164 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2165
2166 2007-11-16 Juri Linkov <juri@jurta.org>
2167
2168 * dired-aux.el (dired-read-shell-command-default): New function.
2169 (dired-read-shell-command): Use its return value for DEFAULT arg.
2170
2171 * replace.el (keep-lines-read-args, occur-read-primary-args):
2172 Use a list of default values for DEFAULT arg of read-from-minibuffer.
2173
2174 * man.el (Man-heading-regexp): Add 0-9.
2175 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2176
2177 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
2180 (doc-view-resolution): New custom var.
2181 (doc-view-pdf/ps->png): Use it.
2182 (doc-view-shrink-factor): New var.
2183 (doc-view-enlarge, doc-view-shrink): New commands.
2184 (doc-view-mode-map): Use them.
2185
2186 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * ediff-wind.el (ediff-window-setup-function):
2189 * simple.el (normal-erase-is-backspace):
2190 * eshell/em-unix.el (eshell/info):
2191 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2192 Fix typos in docstrings.
2193
2194 * emulation/cua-base.el (cua--keymaps-initialized):
2195 Rename from `cua--keymaps-initalized'. Callers changed.
2196 (cua-highlight-region-shift-only): Doc fix.
2197 (cua-paste-pop): Fix typo in docstring.
2198
2199 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * emulation/cua-base.el (cua--pre-command-handler-1):
2202 Use input-decode-map instead of function-key-map.
2203 Use event-modifiers now that it works reliably.
2204
2205 * vc.el (vc-diff-internal): Pop-to-buffer later.
2206
2207 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
2208
2209 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
2210 did not touch them.
2211
2212 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
2213
2214 * calc/calc-menu.el: New file.
2215 * calc/calc.el (calc-mode): Require calc-menu.
2216
2217 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2218
2219 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
2220
2221 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2222
2223 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2224 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2225 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2226 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2227 locations.
2228 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2229 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2230 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2231
2232 2007-11-13 Noah Friedman <friedman@splode.com>
2233
2234 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
2235 bindings to remap when `calc-scan-for-dels' is non-nil.
2236
2237 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
2240 constant forms.
2241 (byte-compile-nilconstp): New function.
2242 (byte-optimize-cond): Kill subsequent branches when a branch is
2243 know to be taken or not taken.
2244 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
2245
2246 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2247
2248 * vc.el (vc-register): Allow registering a file passed as a
2249 parameter instead of just the current buffer.
2250
2251 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
2252
2253 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2254 Check whether the output of "uname -sr" has been changed.
2255
2256 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2257
2258 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
2259 patterns from compilation-perl.el and compilation-weblint.el files.
2260
2261 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2262
2263 * progmodes/compilation-perl.el:
2264 * progmodes/compilation-weblint.el: Disable autoloads, they cause
2265 a bootstrap failure.
2266
2267 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
2268 instead of doing "cvs diff" in order to avoid accessing the repository.
2269
2270 2007-11-12 Kevin Ryde <user42@zip.com.au>
2271
2272 * progmodes/compilation-perl.el:
2273 * progmodes/compilation-weblint.el: New files.
2274
2275 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
2276
2277 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2278 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2279 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2280 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2281 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2282 Rewrite in active voice.
2283
2284 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
2285
2286 * doc-view.el: Add comments about isearch support.
2287
2288 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2289
2290 * vc.el (vc-start-entry): Fix setting the in the case the function
2291 is called from vc-dired. Use when instead of if where appropriate.
2292
2293 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2294
2295 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
2296 to be a list.
2297 (ps-begin-job): Error if ps-lpr-switches is not a list.
2298
2299 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2300
2301 * faces.el (face-normalize-spec): Remove function.
2302 (frame-set-background-mode): Undo last change.
2303
2304 2007-11-10 Jason Rumney <jasonr@gnu.org>
2305
2306 * w32-fns.el: Sync charset names with setup-default-fontset.
2307 Append "-1" where second part missing.
2308
2309 2007-11-10 Juri Linkov <juri@jurta.org>
2310
2311 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
2312 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
2313
2314 * custom.el (custom-note-var-changed): Remove the `interactive'
2315 spec from this new non-interactive function.
2316
2317 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
2318
2319 * doc-view.el (doc-view-mode-map, doc-view-menu)
2320 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
2321 (doc-view-search-backward): New function.
2322 (doc-view-search): Query new regexp if prefix arg is given, else
2323 jump to next/previous match.
2324 (doc-view-mode): Handle compressed files.
2325 (jka-compr): Required for compressed files.
2326
2327 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2328
2329 * replace.el (query-replace-show-replacement): New defcustom.
2330 (perform-replace): Use `match-substitute-replacement' if
2331 `query-replace-show-replacement' is non-nil.
2332
2333 2007-11-10 David Kastrup <dak@gnu.org>
2334
2335 * subr.el (match-substitute-replacement): New function.
2336
2337 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
2338
2339 * files.el (auto-mode-alist): Select org-mode for files with the
2340 extension ".org".
2341
2342 2007-11-10 Martin Rudalics <rudalics@gmx.at>
2343
2344 * help.el (help-window, help-window-point-marker): New variables.
2345 (help-window-select): New option.
2346 (with-help-window): New macro for displaying help windows.
2347 (help-window-display-message, help-window-setup-finish)
2348 (help-window-setup): New functions used for setting up help windows.
2349 (print-help-return-message): Reset help-window to nil.
2350 (view-lossage): Use with-help-window instead of
2351 with-output-to-temp-buffer and move help-window-point-marker after
2352 inserted text.
2353 (describe-bindings, describe-key, describe-mode): Use
2354 with-help-window instead of with-output-to-temp-buffer.
2355
2356 * help-mode.el (help-mode): Set view-exit-action to bury the
2357 buffer instead of fiddling with windows. Simplify code.
2358 (help-mode-finish): When help-window eqs t set it to the selected
2359 window and have with-help-window set up view-return-to-alist.
2360 (help-buffer): Add autoload cookie.
2361
2362 * view.el (view-remove-frame-by-deleting): Change default value to t.
2363 Add autoload cookie.
2364 (view-exit-action, view-file, view-file-other-window)
2365 (view-file-other-frame, view-buffer, view-buffer-other-window)
2366 (view-buffer-other-frame): Rewrite doc strings.
2367 (view-return-to-alist-update): New function to remove stale entries
2368 from view-return-to-alist.
2369 (view-mode-enter): Rewrite doc string and simplify code.
2370 (view-mode-exit): Handle new case 'keep-frame. Don't reset
2371 view-exit-action to nil. Simplify code and rewrite doc string.
2372
2373 * apropos.el (apropos-describe-plist):
2374 * descr-text.el (describe-char):
2375 * disp-table.el (describe-display-table):
2376 * faces.el (list-faces-display, describe-face):
2377 * facemenu.el (list-colors-display):
2378 * help-fns.el (describe-function, describe-variable)
2379 (describe-syntax, describe-categories):
2380 Use with-help-window instead of with-output-to-temp-buffer.
2381
2382 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
2383
2384 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
2385 Optimize (featurep 'emacs) to t.
2386
2387 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
2388 New function.
2389 (byte-compile-maybe-guarded): Use it to also look for bound
2390 symbols inside `and' forms. Comment out non-working code that was
2391 trying to avoid warnings for XEmacs code.
2392
2393 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
2394
2395 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
2396 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
2397 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
2398 (vc-cvs-annotate-command):
2399 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
2400 is bound, it always is.
2401
2402 2007-11-10 Jason Rumney <jasonr@gnu.org>
2403
2404 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
2405 setup here from global scope.
2406
2407 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
2408
2409 * ido.el (ido-save-history): Save the history file in UTF-8, not
2410 the current filename coding system.
2411
2412 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * simple.el (interprogram-cut-function, interprogram-paste-function):
2415 Don't make them frame-local any more.
2416
2417 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
2418 Don't set interprogram-(cut|paste)-function on each frame.
2419
2420 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2421 Make them work in tty frames.
2422 (interprogram-cut-function, interprogram-paste-function):
2423 Set them globally.
2424
2425 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2428 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2429 (iso-iso2duden-trans-tab): Add docstring.
2430
2431 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * abbrev.el (define-abbrev-table): Record the variable definition.
2434
2435 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
2436 New function.
2437
2438 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2439
2440 * ps-print.el: Clean the code for checking suitable Emacs version.
2441 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
2442 (ps-print-version): New version 6.8.1.
2443
2444 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2445
2446 * files.el (enable-local-variables): Doc fix.
2447
2448 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2449
2450 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2451
2452 2007-11-09 Sven Joachim <svenjoac@gmx.de>
2453
2454 * dired-aux.el (dired-copy-file-recursive):
2455 Preserve directory permissions.
2456
2457 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2458
2459 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2460 (whitespace-unload-function): New-style unload function. When run,
2461 unintern `whitespace-unload-hook' and call `unload-feature' recursively
2462 to stop the old hook from messing with the unloading.
2463
2464 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2467 (elp-unset-master, elp-results): Fix typos.
2468 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2469 Doc fixes.
2470
2471 * msb.el (msb--many-menus): Remove variable.
2472 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2473 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2474 (msb--toggle-menu-type): Fix typos in docstrings.
2475
2476 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2477 (shadow-insert-var): Doc fixes.
2478 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2479 Reflow docstrings.
2480 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2481
2482 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2483
2484 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2485 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2486 Fix typos in autoload docstrings.
2487
2488 2007-11-09 Richard Stallman <rms@gnu.org>
2489
2490 * savehist.el (savehist-save): Obey savehist-ignored-variables.
2491
2492 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2493
2494 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2495 (gdb-var-update-handler-1): Use it.
2496
2497 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2498
2499 * loadhist.el (unload-feature): Remove erroneous check for the
2500 FEATURE-unload-function variable; check the existence of the
2501 function (that's what the docstring says, and it makes more sense).
2502
2503 * follow.el (follow-unload-function): Add docstring.
2504 (follow-unload-function): Remove variable.
2505
2506 * server.el (server-unload-function): Remove variable.
2507 (server-unload-function): Unbind `server-edit' from `C-x #'.
2508
2509 * ses.el (ses-unload-function): New function.
2510
2511 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2514 (unsafep-progn, unsafep-let): Fix typos in docstrings.
2515
2516 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2517 before use to avoid a warning in packages that require uniquify.
2518 (uniquify-unload-function): New function and var.
2519
2520 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
2521
2522 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
2523 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
2524 (ediff-current-diff-A, ediff-current-diff-B)
2525 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
2526 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
2527 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
2528 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
2529 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
2530 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
2531 (ediff-setup-windows-plain-merge)
2532 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
2533 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
2534 * ediff-util.el (ediff-setup-keymap, )
2535 (ediff-toggle-wide-display, ediff-toggle-multiframe)
2536 (ediff-toggle-use-toolbar, ediff-really-quit)
2537 (ediff-good-frame-under-mouse)
2538 (ediff-highlight-diff-in-one-buffer)
2539 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
2540 (ediff-make-bullet-proof-overlay):
2541 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
2542 (ediff-set-meta-overlay):
2543 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
2544 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
2545 ediff-emacs-p with their former definitions.
2546
2547 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
2548 (viper-has-face-support-p, viper-inactivate-input-method)
2549 (viper-activate-input-method)
2550 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
2551 * emulation/viper-mous.el (viper-multiclick-timeout)
2552 (viper-surrounding-word, viper-mouse-click-insert-word)
2553 (viper-mouse-click-search-word, viper-parse-mouse-key):
2554 * emulation/viper-macs.el (viper-char-array-to-macro):
2555 * emulation/viper.el (viper-go-away, viper-set-hooks)
2556 (viper-non-hook-settings):
2557 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
2558 (viper-get-saved-cursor-color-in-insert-mode)
2559 (viper-get-saved-cursor-color-in-emacs-mode)
2560 (viper-check-version, viper-get-visible-buffer-window)
2561 (viper-file-checked-in-p, viper-set-replace-overlay)
2562 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
2563 (viper-check-minibuffer-overlay, viper-read-key-sequence)
2564 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
2565 with their former definitions.
2566 (viper-eventify-list-xemacs): Only do work for XEmacs.
2567 (viper-set-unread-command-events): Only do work for Emacs.
2568 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
2569 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
2570 (viper-overlay-get, viper-overlay-put, viper-read-event)
2571 (viper-characterp, viper-int-to-char, viper-get-face)
2572 (viper-color-defined-p, viper-iconify): New defaliases replacing
2573 the old fsets.
2574
2575 * progmodes/fortran.el (comment-region-function)
2576 (uncomment-region-function): Pacify byte compiler.
2577
2578 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
2579
2580 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
2581
2582 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
2583 `process-environment'.
2584
2585 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2586
2587 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2588 match dir like "a...b".
2589
2590 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
2593
2594 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
2595
2596 * net/tramp.el (tramp-handle-substitute-in-file-name):
2597 Don't expand the remote connection identification.
2598 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2599 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
2600 before calling stty.
2601
2602 * net/tramp-cache.el (tramp-cache-print)
2603 (tramp-dump-connection-properties): Fix docstring.
2604 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
2605
2606 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
2607
2608 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
2609 remote connection identification when setting connection property.
2610
2611 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
2612 "//" substitutes only in the local filename part.
2613
2614 2007-11-07 David Hansen <david.hansen@gmx.net>
2615
2616 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
2617
2618 2007-11-07 Glenn Morris <rgm@gnu.org>
2619
2620 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
2621 Remove superfluous concats. Move final set-buffer to
2622 non-emacs-specific code.
2623
2624 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
2625
2626 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
2627
2628 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2629
2630 * eshell/esh-mode.el (eshell-output-filter):
2631 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2632 Use `with-current-buffer'.
2633
2634 2007-11-07 Andreas Schwab <schwab@suse.de>
2635
2636 * server.el (server-start): Only register cleanup after server was
2637 started.
2638
2639 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
2640
2641 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
2642
2643 * net/tramp-cache (tramp-cache-print): Move down.
2644 (tramp-cache-list-connections): New defun.
2645
2646 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
2647
2648 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
2649
2650 * ido.el (ido-save-history): Write the history file in the current
2651 filename coding system, and add `coding' file-local variable.
2652
2653 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
2654
2655 * textmodes/org.el (org-table-formula-substitute-names):
2656 Remove forgotten temporary debugging code.
2657
2658 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
2659
2660 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
2661 the prompt.
2662
2663 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
2664
2665 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
2666
2667 2007-11-05 Simon Josefsson <simon@josefsson.org>
2668
2669 * net/tls.el (tls-end-of-info): Doc fix.
2670
2671 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
2672
2673 * international/utf-7.el (utf-7-imap): New coding system.
2674 (utf-7-imap-post-read-conversion): New function.
2675 (utf-7-imap-pre-write-conversion): New function.
2676
2677 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * abbrev.el (abbrev--write): Fix up typo.
2680
2681 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * abbrev.el (define-abbrev-table): Doc fix.
2684
2685 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
2686
2687 * info.el (Info-revert-buffer-function): New func.
2688 (Info-mode): Arrange to use it for reverting.
2689 (Info-copy-current-node-name): Add space between filename and nodename.
2690
2691 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * abbrev.el (expand-abbrev): Move point back to expansion's end.
2694
2695 2007-11-04 Glenn Morris <rgm@gnu.org>
2696
2697 * net/tls.el: Don't require rx when compiling.
2698 (tls-end-of-info): Rewrite without using rx.
2699 (open-tls-stream): Use with-current-buffer.
2700
2701 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2702
2703 * net/tls.el: Require rx when compiling.
2704 (tls-end-of-info): New variable.
2705 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2706 matched.
2707
2708 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
2709
2710 * register.el (append-to-register, prepend-to-register):
2711 Don't signal error on empty register; use the text, instead.
2712
2713 2007-11-03 Michael Olson <mwolson@gnu.org>
2714
2715 * textmodes/remember.el (remember-buffer):
2716 Use define-obsolete-function-alias rather than defalias.
2717
2718 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2719
2720 * simple.el (bad-packages-alist): Anchor semantic regexp.
2721
2722 2007-11-03 Glenn Morris <rgm@gnu.org>
2723
2724 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
2725 if defined, for blank lines. Doc fix.
2726
2727 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
2728 (fortran-mode): Set values for comment-region-function,
2729 uncomment-region-function and comment-insert-comment-function.
2730 (fortran-uncomment-region): New function.
2731
2732 * textmodes/nroff-mode.el (nroff-mode):
2733 Set comment-insert-comment-function rather than indent-line-function.
2734 (nroff-indent-line-function): Remove.
2735 (nroff-insert-comment-function): New function.
2736
2737 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2738
2739 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
2740
2741 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2742
2743 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
2744
2745 * emulation/viper-cmd.el (viper-prev-destructive-command)
2746 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
2747 copy-sequence.
2748
2749 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
2750 Got rid of ediff-copy-list.
2751
2752 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
2753 use face-name.
2754 (ediff-test-utility, ediff-diff-mandatory-option)
2755 (ediff-reset-diff-options): Remove to simplify the mandatory option
2756 handling on Windows.
2757 (ediff-set-diff-options): Add.
2758 (ediff-diff-options): Set "--binary" option as default in some cases.
2759
2760 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
2761 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
2762 ediff-vc-working-revision. Require vc-hooks.
2763
2764 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2765
2766 * files.el (hack-local-variables): Fix membership tests to avoid
2767 treating all variables as safe if `enable-local-variables' is
2768 set to :safe (CVE-2007-5795).
2769
2770 2007-11-02 Glenn Morris <rgm@gnu.org>
2771
2772 * newcomment.el (comment-indent): Let comment-insert-comment-function,
2773 if defined, do all the work of inserting a new comment.
2774
2775 * progmodes/etags.el (tags-table-mode): Disable undo.
2776
2777 * simple.el (bad-packages-alist): Revert previous change.
2778
2779 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
2780
2781 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
2782
2783 * obsolete/lselect.el: Do not warn about unknown functions.
2784
2785 2007-11-02 Michael Olson <mwolson@gnu.org>
2786
2787 * textmodes/remember.el (remember-buffer): Make this an alias of
2788 remember-finalize, because Org uses it.
2789
2790 2007-11-01 Michael Olson <mwolson@gnu.org>
2791
2792 * textmodes/remember.el: Improve documentation in heading.
2793 (remember-before-remember-hook): Turn into a customizable option.
2794 (remember): Document INITIAL argument.
2795 (remember-region): Remove autoload cookie. Improve docstring to
2796 mention that it is called from the *Remember* buffer, and does not
2797 have any functional overlap with the `remember' function.
2798 (remember-finalize): Remove autoload cookie. Rename from
2799 remember-buffer to emphasize that this does not have any
2800 functional overlap with the `remember' function.
2801 (remember-destroy): Remove autoload cookie.
2802 (remember-mode-map): Define and initialize in one step.
2803 (remember-mode): Improve docstring.
2804 (remember-annotation-functions): Default to just '(buffer-file-name),
2805 and don't try to take the default value from Planner.
2806
2807 2007-11-01 Glenn Morris <rgm@gnu.org>
2808
2809 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2810
2811 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2812
2813 * emacs-lisp/authors.el (authors-scan-change-log)
2814 (authors-scan-el): Don't enable local eval; enable only safe local
2815 variables, without querying.
2816
2817 * mail/footnote.el (footnote-numeric-regexp)
2818 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2819 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2820 Match multi-character footnotes.
2821
2822 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2823 (nroff-indent-line-function): New function.
2824 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2825 obsolete alias.
2826
2827 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
2828
2829 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2830 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
2831 (rcirc-print): Only update the line count when not marking the
2832 line as omittable.
2833 (rcirc-log-write): Specify coding system when writing logfile.
2834 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2835
2836 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2837
2838 * printing.el (printing): Fix :version, printing.el was included
2839 for in emacs-22.1.
2840 (pr-path-style, pr-path-alist, pr-txt-name)
2841 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2842 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2843 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2844 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2845 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2846 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2847 (pr-setting-database, pr-visible-entry-list)
2848 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2849 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
2850
2851 * ediff-util.el (ediff-nuke-selective-display): Move definition to
2852 top level, make it dependent on the emacs flavor.
2853
2854 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2855 Test for XEmacs not for itimer.
2856
2857 * term/sun-mouse.el:
2858 * obsolete/sun-fns.el:
2859 * obsolete/sun-curs.el: Remove files.
2860
2861 * term/sun.el (select-previous-complex-command): Remove obsolete code.
2862
2863 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
2864
2865 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2866 was given to concat.
2867
2868 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2871 used normally for goto-line. Change `g' to revert the buffer.
2872 Add redundant `r' binding for buffer-revert.
2873
2874 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2875 (mail-abbrevs-setup): Use abbrev-expand-functions.
2876 (build-mail-abbrevs): Use with-temp-buffer.
2877 (define-mail-abbrev): Simplify.
2878 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2879 Change it for use on abbrev-expand-functions.
2880 (mail-abbrev-complete-alias): Use with-syntax-table.
2881
2882 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2883
2884 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2885 directly. Fix bug in deleting temp file.
2886
2887 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2890 Merge defvar and define-abbrev-table.
2891 (def-python-skeleton): Use :case-fixed and :enable-function.
2892 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2893 Remove.
2894 (python-mode): Don't modify pre-abbrev-expand-hook.
2895
2896 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2897
2898 * ediff-util.el (ediff-file-checked-out-p)
2899 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2900
2901 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 * abbrev.el (abbrev-symbol): Correct let->let*.
2904 (abbrev--before-point): Only use abbrev-start-location if before point.
2905
2906 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2907
2908 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2909 (strokes-unload-hook): Remove function and variable.
2910 (strokes-unload-function): New-style unload function, adapted
2911 from `strokes-unload-hook'.
2912
2913 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2914 (cl-unload-hook): Remove variable.
2915 (cl-unload-function): New-style unload function, adapted
2916 from `cl-cannot-unload'.
2917
2918 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2919 (elp-unload-function): New-style unload function, adapted
2920 from `elp-unload-hook'.
2921
2922 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2923
2924 * emacs-lisp/find-func.el (find-library): Use library at
2925 point as default interactive argument.
2926
2927 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2928
2929 * shadowfile.el (shadow-join): Remove.
2930 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2931 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2932 (shadowfile-unload-hook): Remove function and variable.
2933 (shadowfile-unload-function): New-style unload function, adapted
2934 from `shadowfile-unload-hook'.
2935
2936 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2937
2938 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2939 only if it is bound.
2940
2941 * textmodes/reftex.el: Move autoloads for before all uses.
2942 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2943 (reftex-delete-overlay): Move to the top level with the condition
2944 in the body.
2945
2946 * progmodes/simula.el: Use when instead of if.
2947
2948 * iimage.el (iimage-locate-file): Define unconditionally.
2949
2950 * mail/mailabbrev.el (mail-abbrev-next-line):
2951 * emulation/vip.el (vip-enlarge-region, vip-line)
2952 (vip-next-line-at-bol, vip-previous-line)
2953 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2954 Wrap with-no-warnings around uses of next-line and previous-line.
2955
2956 * ediff.el (run-ediff-from-cvs-buffer):
2957 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2958 Remove function not used by pcl-cvs anymore.
2959 (noninteractive, generic-sc-get-latest-rev)
2960 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2961 Delete support for long obsolete generic-sc.el.
2962
2963 2007-10-31 Glenn Morris <rgm@gnu.org>
2964
2965 * cvs-status.el: No longer require pcvs when compiling.
2966
2967 * doc-view.el (doc-view-conversion-refresh-interval)
2968 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2969 (doc-view-reset-slice): Doc fixes.
2970 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2971
2972 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2973
2974 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2975 Timers are automatically canceled by `unload-feature'.
2976
2977 * delsel.el (delsel-unload-hook): Remove function and variable.
2978 (delsel-unload-function): New-style unload function, adapted
2979 from `delsel-unload-hook'.
2980
2981 * msb.el (msb-unload-hook): Remove function and variable.
2982 (msb-unload-function): New-style unload function, adapted from
2983 `msb-unload-hook'.
2984
2985 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2986
2987 * desktop.el (uniquify-managed): Pacify byte compiler.
2988 (desktop-buffer-info): If the buffer name is managed by uniquify,
2989 save the base name, not the uniquified one.
2990 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2991 name in case of conflict.
2992
2993 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * doc-view.el: Use expand-file-name rather than concat.
2996 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2997 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2998 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2999 (doc-view-toggle-display): Use an overlay over the whole buffer so as
3000 not to have to touch the buffer's content.
3001 (doc-view-initiate-display): New function, extracted from doc-view-mode.
3002 (doc-view-mode): Use it. Don't mark as a special mode.
3003 Put the page numbers in the modeline.
3004 Set up the overlay. Hide the cursor. Run the mode hook.
3005 Use after-revert-hook rather than revert-buffer-function.
3006 (doc-view-search-internal): Fix typo.
3007 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3008 image-cache flush.
3009 (doc-view-reconvert-doc): Don't reset the whole mode.
3010 (doc-view-make-safe-dir): New function.
3011 (doc-view-current-cache-dir): Use it.
3012
3013 2007-10-30 Jason Rumney <jasonr@gnu.org>
3014
3015 * time.el (display-time-world-list): Test for zoneinfo support.
3016
3017 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
3018
3019 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3020
3021 * net/tramp-cache.el (tramp-flush-file-function): Check also
3022 `default-directory' if `buffer-file-name' does not return a
3023 string. Added to `eshell-pre-command-hook'.
3024
3025 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * doc-view.el (doc-view-current-doc): Remove.
3028 Replace all uses by buffer-file-name.
3029 (doc-view-menu): New menu.
3030 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3031 unused var `doc'.
3032 (doc-view-sort): Simplify.
3033 (doc-view-buffer-message): Don't change buffer-modified-p.
3034 (doc-view-mode): Change it here instead.
3035 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
3036 Don't modify the global value of revert-buffer-function.
3037
3038 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3039 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3040 (image-toggle-display): Take overlays into account and don't assume
3041 point-min==1.
3042
3043 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
3044
3045 * vc.el (vc-annotate): Fix omission bug:
3046 Specify value for vc-sentinel-movepoint.
3047
3048 2007-10-30 Michael Olson <mwolson@gnu.org>
3049
3050 * textmodes/remember.el (remember-mode-hook)
3051 (remember-handler-functions, remember-annotation-functions):
3052 Add additional items as options, including some Org functions.
3053
3054 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
3055
3056 * doc-view.el: Remove cl-dependency.
3057 (doc-view-buffer-message): Mention new binding K.
3058 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3059 instead of variable.
3060 (doc-view-current-cache-dir): Better cache dir naming.
3061 (doc-view-current-display): Remove variable.
3062 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3063 (doc-view-kill-proc): Set converter process to nil.
3064 (doc-view-minor-mode): New minor mode.
3065 (doc-view-minor-mode-map): New keymap.
3066 (doc-view-mode): Remove text/image switching code. Use plain defun.
3067 (doc-view-mode-map): New binding K kills converter process.
3068 Remove C-c C-e binding.
3069 (doc-view-mode-text-map): Remove keymap.
3070 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3071 d-v-display-maybe.
3072 (doc-view-previous-major-mode): New variable.
3073 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3074 (doc-view-remove-if): New function.
3075 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3076 (doc-view-toggle-display): Toggle modes instead of display styles.
3077 (doc-view-reconvert-doc): Adapt to new way of doing things.
3078
3079 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3080
3081 2007-10-30 Glenn Morris <rgm@gnu.org>
3082
3083 * dirtrack.el (dirtrack-mode): Doc fix.
3084
3085 * shell.el (shell-dirtrack-verbose, shell-mode)
3086 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3087
3088 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3089 (byte-compile-enable-warning): Doc fix.
3090
3091 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3092 suppress byte-opt warning.
3093
3094 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3095
3096 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3097 (edt-gnu-emacs19-p): Remove.
3098 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3099 (edt-xserver, edt-page-backward, edt-beginning-of-line)
3100 (edt-end-of-line-forward, edt-end-of-line-backward)
3101 (edt-one-word-forward, edt-one-word-backward, edt-character)
3102 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3103 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3104 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3105 (edt-define-key, edt-bottom-check, edt-sentence-forward)
3106 (edt-sentence-backward, edt-paragraph-forward)
3107 (edt-paragraph-backward, edt-restore-key, edt-window-top)
3108 (edt-window-bottom, edt-scroll-window-forward-line)
3109 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3110 (edt-line-to-top-of-window, edt-paragraph-backward)
3111 (edt-restore-key, edt-window-top, edt-window-bottom)
3112 (edt-scroll-window-forward-line)
3113 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3114 (edt-line-to-middle-of-window, edt-goto-percentage)
3115 (edt-display-the-time, edt-remember, edt-split-window)
3116 (edt-emulation-on, edt-emulation-off)
3117 (edt-default-emulation-setup, edt-user-emulation-setup)
3118 (edt-select-default-global-map, edt-select-user-global-map):
3119 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3120 tests.
3121
3122 * textmodes/reftex-index.el (reftex-index-selection-or-word):
3123 Use feature test instead of boundp test so it can be resolved at
3124 compile time.
3125
3126 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3127
3128 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3131 Update all users.
3132 (abbrev-get, abbrev-put): Simplify.
3133 (define-abbrev): Don't store the `force' value in the :system property.
3134 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3135
3136 2007-10-30 Michael Olson <mwolson@gnu.org>
3137
3138 * desktop.el (desktop-minor-mode-table): Add line for ERC.
3139
3140 * textmodes/remember.el: New file that implements a mode for
3141 quickly jotting down things to remember.
3142
3143 * textmodes/remember-diary.el: A backend for remember.el that
3144 implements saving notes to a Diary file.
3145
3146 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3147
3148 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3149 Relocate in file.
3150 (allout-doublecheck-at-and-shallower): Increase to include
3151 slightly greater depths, since yank interaction is now ok.
3152 Also, elaborate the docstring to explain the situation.
3153 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3154 instead of concat, so we accommodate key sequences expressed as
3155 vectors as well as strings and lists.
3156 (allout-flag-region, allout-hide-by-annotation): Make the
3157 hidden-text overlays 'front-advance.
3158 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3159 (allout-aberrant-container-p, allout-on-current-heading-p)
3160 (allout-e-o-prefix-p, allout-next-heading)
3161 (allout-previous-heading, allout-goto-prefix)
3162 (allout-end-of-prefix, allout-next-sibling-leap)
3163 (allout-next-visible-heading, allout-auto-fill)
3164 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3165 (allout-yank-processing, allout-resolve-xref)
3166 (allout-current-topic-collapsed-p, allout-hide-region-body)
3167 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3168 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3169 (count-trailing-whitespace-region): Preserve match data, so allout
3170 outline navigation doesn't disrupt other Emacs operations.
3171 (allout-beginning-of-line): Retreat to the beginning of the hidden
3172 text, so fields are respected (for submodes that care).
3173 (allout-end-of-line): Preserve mark activation status when jumping.
3174 (allout-open-topic): Account for opening after a child that
3175 contains a hidden trailing newline. Preserve match data.
3176 Run allout-structure-added-hook
3177 (allout-encrypt-decrypted): Preserve match data.
3178 (allout-toggle-current-subtree-exposure): Add new interactive
3179 function for toggle subtree exposure - suggested by tassilo.
3180 (move-beginning-of-line, move-end-of-line): Don't use
3181 line-move-invisible-p, it's obsolete - substitute the code, instead.
3182
3183 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
3184
3185 * textmodes/flyspell.el (message-signature-separator):
3186 * longlines.el (message-indent-citation-function): Pacify byte
3187 compiler.
3188
3189 * emacs-lisp/cl-loaddefs.el:
3190 * ldefs-boot.el: Regenerate.
3191
3192 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
3193 (.el.elc, compile, compile-always, compile-calc)
3194 ($(lisp)/progmodes/cc-mode.elc): Use it.
3195
3196 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
3197 Only do work for XEmacs.
3198 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
3199 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
3200 on XEmacs.
3201 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3202 (ps-x-color-name, ps-x-color-specifier-p)
3203 (ps-x-copy-coding-system, ps-x-device-class)
3204 (ps-x-extent-end-position, ps-x-extent-face)
3205 (ps-x-extent-priority, ps-x-extent-start-position)
3206 (ps-x-face-font-instance, ps-x-find-coding-system)
3207 (ps-x-font-instance-properties, ps-x-make-color-instance)
3208 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
3209 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
3210 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
3211 (ps-generate-postscript-with-faces): Delete defaliases.
3212 (ps-face-foreground-name, ps-face-background-name)
3213 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3214 Move definitions to top level, make the body conditional on the Emacs
3215 flavor. Replace uses of deleted aliases and renamed functions.
3216 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
3217 of deleted aliases and renamed functions.
3218
3219 * calc/calc.el (calc-emacs-type-lucid): Remove.
3220 (calc-digit-map, calcDigit-start, calc-read-key)
3221 (calc-clear-unread-commands):
3222 * calc/calc-ext.el (calc-user-key-map): Replace uses of
3223 calc-emacs-type-lucid with (featurep 'xemacs)
3224
3225 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
3226 (featurep 'xemacs).
3227 (tpu-lucid-emacs19-p): Remove.
3228 (tpu-map-key): Make it a function instead of using fset. Inline
3229 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
3230 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
3231
3232 * ielm.el: Use featurep 'xemacs.
3233
3234 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
3235 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
3236 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
3237 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
3238 cperl-xemacs-p with (featurep 'xemacs).
3239 (font-lock-cache-position): Pacify byte compiler.
3240
3241 2007-10-29 Drew Adams <drew.adams@oracle.com>
3242
3243 * faces.el (read-color): New function.
3244 (face-at-point, foreground-color-at-point)
3245 (background-color-at-point): New functions.
3246
3247 2007-10-28 Richard Stallman <rms@gnu.org>
3248
3249 * net/browse-url.el (browse-url-text-xterm): Rename from
3250 browse-url-lynx-xterm and made generic.
3251 (browse-url-text-emacs): Likewise.
3252 (browse-url-text-browser): New variable.
3253 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
3254 (browse-url-text-input-field, browse-url-text-input-attempts)
3255 (browse-url-kde-program): Likewise.
3256
3257 2007-10-29 Glenn Morris <rgm@gnu.org>
3258
3259 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3260 Use mapc rather than mapcar (reinstall change deleted without log
3261 entry 2007-10-22).
3262
3263 2007-10-29 Martin Rudalics <rudalics@gmx.at>
3264
3265 * wdired.el (wdired-next-line, wdired-previous-line):
3266 Use next-line and previous-line wrapped in with-no-warnings.
3267
3268 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
3269
3270 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
3271 (rcirc-recent-quit-alist): New function.
3272 (rcirc): Print a better message when there is only one connected server.
3273 (rcirc-complete-nick): Do not update the nick table here.
3274 (rcirc-mode-map): Add M-o.
3275 (rcirc-current-line): Add variable.
3276 (rcirc-mode): Setup variables for line based omit.
3277 (rcirc-edit-multiline): Strip text properties.
3278 (rcirc-omit-responses): Add NICK.
3279 (rcirc-omit-threshold): Add variable.
3280 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
3281 Add functions.
3282 (rcirc-print): Keep track of current line. Do not fill text if
3283 `rcirc-fill-flag' is null. Only omit text if the last activity
3284 from the sender is more than `rcirc-omit-threshold' lines ago.
3285 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
3286 numbers instead of time.
3287 (rcirc-channel-nicks): Sort by line numbers instead of time.
3288 (rcirc-omit-mode): Add `...' when omitting text and recenter.
3289 (rcirc-handler-JOIN): Restore the joiners linestamp.
3290 (rcirc-maybe-remember-nick-quit): Add function.
3291 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
3292
3293 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * loadhist.el (unload-feature-special-hooks):
3296 Add `delete-frame-functions' and `suspend-tty-functions'.
3297
3298 * server.el (server-unload-function): Rename from `server-unload-hook'
3299 and adapt to new `unload-feature' functionality. Remove hook from
3300 `kill-buffer-hook' buffer-locally.
3301 (server-unload-hook): Remove.
3302 (server-unload-function): New var; replaces `server-unload-hook'.
3303
3304 2007-10-29 Glenn Morris <rgm@gnu.org>
3305
3306 * dirtrack.el (dirtrack-debug): Doc fix.
3307 (dirtrack-mode, dirtrack-debug-mode): New names for
3308 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
3309 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
3310 Make obsolete.
3311 (dirtrack-debug-message): Only print message if
3312 dirtrack-debug-mode is non-nil. Use with-current-buffer.
3313 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
3314 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
3315
3316 2007-10-28 Glenn Morris <rgm@gnu.org>
3317
3318 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
3319 (byte-compile-warnings-safe-p): Handle `not'.
3320 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
3321 (byte-compile-enable-warning): New functions.
3322 (byte-compile-eval-before-compile)
3323 (byte-compile-file-form-require): Use byte-compile-disable-warning.
3324 (byte-compile-close-variables): Locally bind byte-compile-warnings,
3325 but do not modify it.
3326 (byte-compile-eval, byte-compile-obsolete)
3327 (byte-compile-warn-about-unresolved-functions)
3328 (byte-compile-file-form-defvar)
3329 (byte-compile-file-form-custom-declare-variable)
3330 (byte-compile-file-form-require)
3331 (byte-compile-file-form-defmumble, byte-compile-lambda)
3332 (byte-compile-form, byte-compile-normal-call)
3333 (byte-compile-variable-ref, byte-compile-defvar)
3334 (byte-compile-make-variable-buffer-local):
3335 Use byte-compile-warning-enabled-p.
3336 * emacs-lisp/advice.el (ad-compile-function):
3337 Use byte-compile-disable-warning.
3338 * emacs-lisp/cl.el: Move local variables to end of file, and set
3339 byte-compile-warnings to `(not cl-functions)'.
3340 * emacs-lisp/cl-compat.el: Add a local variables section, and set
3341 byte-compile-warnings to `(not cl-functions)'.
3342 * emacs-lisp/cl-macs.el: Unify local variable section, and set
3343 byte-compile-warnings to `(not cl-functions)'.
3344 (cl-do-proclaim): Use byte-compile-disable-warning and
3345 byte-compile-enable-warning.
3346 * emacs-lisp/cl-seq.el: Unify local variable section, and set
3347 byte-compile-warnings to `(not cl-functions)'.
3348 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
3349 Use byte-compile-disable-warning.
3350
3351 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
3352
3353 * cus-edit.el (custom-browse-insert-prefix):
3354 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
3355
3356 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * server.el (server-process-filter): Fix typo in docstring.
3359 (server-log): Reflow docstrings.
3360 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
3361 (server-goto-line-column): Use `when'.
3362
3363 2007-10-28 Juri Linkov <juri@jurta.org>
3364
3365 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
3366 when mouse is clicked on the isearch message.
3367 (isearch-resume): Call `isearch-update' at the end.
3368 Rename argument `search' to `string' to conform to the
3369 isearch terminology.
3370
3371 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 Rewrite abbrev.c in Elisp.
3374 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
3375 (abbrev-table-get, abbrev-table-put, abbrev-get)
3376 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
3377 (define-abbrev, abbrev--check-chars, define-global-abbrev)
3378 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
3379 (abbrev-expansion, abbrev--before-point, expand-abbrev)
3380 (unexpand-abbrev, abbrev--write, abbrev--describe)
3381 (insert-abbrev-table-description, define-abbrev-table):
3382 New funs, largely transcribed from abbrev.c.
3383 (abbrev-with-wrapper-hook): New macro.
3384 (abbrev-table-name-list, global-abbrev-table)
3385 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
3386 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
3387 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
3388 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
3389 New vars, largely transcribed from abbrev.c.
3390 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
3391 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
3392 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
3393
3394 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3395
3396 * ps-print.el: Now detect if text foreground and background colors are
3397 equal and replace the foreground color by another color, so the text
3398 becomes visible. Doc fix.
3399 (ps-print-version): New version 6.8.
3400 (ps-default-fg, ps-default-bg): Docstring fix.
3401 (ps-postscript-code-directory): Fix default value code.
3402 (ps-fg-list, ps-fg-validate-p): New options.
3403 (ps-foreground-list): New var.
3404 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3405
3406 2007-10-27 Glenn Morris <rgm@gnu.org>
3407
3408 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
3409 (shell-dirtrack-toggle): Mark as obsolete.
3410 (dirtrack-toggle, dirtrack-mode): No longer alias to
3411 shell-dirtrack-mode.
3412
3413 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
3414
3415 * calc/calc.el (math-standard-opers): Lower the precedence
3416 of negation.
3417 * calc/calc-lang.el (math-oper-table): Lower precedence of
3418 negation for C, TeX, and eqn.
3419
3420 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3421
3422 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
3423
3424 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
3425
3426 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
3427 (desktop-not-loaded-hook): Fix :version tags.
3428
3429 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
3430
3431 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
3432 (tramp-get-remote-tmpdir): New defun.
3433 (tramp-make-tramp-temp-file): Use it.
3434 (tramp-local-call-process): New defun. Replace all calls of
3435 `call-process' by this when appropriate.
3436 (tramp-handle-write-region): Replace calls of `file-attributes' by
3437 `tramp-compat-file-attributes'.
3438 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3439 Make the first command a `tramp-send-command' call, with let-bind
3440 of `tramp-end-of-output'.
3441 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
3442 (tramp-load-report-modules, tramp-append-tramp-buffers):
3443 Move to tramp-cmds.el.
3444
3445 * net/tramp-fish.el (tramp-fish-handle-copy-file)
3446 (tramp-fish-do-copy-or-rename-file)
3447 (tramp-fish-do-copy-or-rename-file-directly):
3448 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3449 Add parameter PRESERVE-UID-GID.
3450
3451 2007-10-27 Eli Zaretskii <eliz@gnu.org>
3452
3453 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
3454 New defcustoms.
3455 (display-time-world-list): Use them as appropriate for the current
3456 value of `system-type'.
3457
3458 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3459
3460 * printing.el: Pacify byte compiler, that is, no compiler warnings.
3461 Move (again) some variable definitions before use, define some fun
3462 aliases, no code change.
3463 (pr-version): New version 6.9.2.
3464 (pr-path-style, pr-auto-region, pr-menu-char-height)
3465 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3466 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3467 via (defvar VAR).
3468 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3469 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3470 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3471 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3472 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
3473 (pr-menu-print-item, pr-ps-printer-menu-modified)
3474 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3475 (pr-even-or-odd-alist): Vars definition moved.
3476
3477 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3478
3479 * emulation/pc-select.el (next-line-mark, next-line-nomark)
3480 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
3481 around uses of previous-line and next-line.
3482
3483 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
3484 New defvars.
3485
3486 * textmodes/css-mode.el (comment-continue):
3487 * net/browse-url.el (url-handler-regexp):
3488 * progmodes/idlw-help.el (idlwave-system-routines):
3489 Pacify byte-compiler.
3490
3491 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
3492 line-move-invisible-p with its former definition: invisible-p.
3493 line-move-invisible-p was removed on 2007-08-29.
3494
3495 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3496
3497 * files.el (kill-emacs-query-functions): Doc fix;
3498 `save-buffers-kill-emacs' is no longer bound to a key.
3499
3500 2007-10-26 Richard Stallman <rms@gnu.org>
3501
3502 * isearch-multi.el (isearch-buffers-multi): New option.
3503 (isearch-buffers-search-fun): Test it.
3504
3505 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
3506 Put ps-run-clear on C-c C-l.
3507
3508 * newcomment.el (comment-styles): New style indent-or-triple.
3509 (comment-style): Make that the default.
3510 (comment-add defvar): Doc fix.
3511 (comment-add): Delete arg EXTRA.
3512 (comment-region-default): Open code call to comment-add.
3513 Handle indent-or-triple style which uses `multi-char' for INDENT.
3514
3515 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3516
3517 * eshell/em-unix.el (nil-blank-string): Doc fix.
3518
3519 2007-10-26 John Wiegley <johnw@newartisans.com>
3520
3521 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
3522 function, ensure that the third argument is turned into a nil if
3523 the string is otherwise completely empty (either no characters, or
3524 all tabs/spaces). This fixes a bug from a user who found himself
3525 unable to customize `diff-switches' and still use Eshell's diff
3526 command.
3527
3528 2007-10-26 Glenn Morris <rgm@gnu.org>
3529
3530 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
3531 safe-local-variable property.
3532
3533 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
3534
3535 * net/browse-url.el (browse-url-browser-function): Delete grail.
3536 (browse-url-grail): Function and variable deleted.
3537 (browse-url-browser-function): Delete IXI Mosaic.
3538 (browse-url-default-browser): Don't try IXI Mosaic.
3539 (browse-url-iximosaic): Function deleted.
3540 (browse-url-browser-function): Delete MMM.
3541 (browse-url-default-browser): Don't try MMM.
3542 (browse-url-mmm): Function deleted.
3543
3544 2007-10-26 Drew Adams <drew.adams@oracle.com>
3545
3546 * custom.el (custom-note-var-changed): New function.
3547
3548 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
3549
3550 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
3551 use with the definition. Remove.
3552
3553 * add-log.el (change-log-start-entry-re): New defconst.
3554 (change-log-sortable-date-at): Use it.
3555 (change-log-beginning-of-defun, change-log-end-of-defun):
3556 New functions.
3557 (change-log-mode): Use them for beginning-of-defun-function and
3558 end-of-defun-function.
3559
3560 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
3561
3562 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
3563 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
3564 (ses-recalculate-cell): Deal with point being just beyond end of
3565 data area (why does this happen?)
3566 (ses-set-curcell): Ditto.
3567 (ses-column-letter): Handle columns beyond 702. Code written by
3568 Gareth Rees.
3569
3570 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
3571
3572 * textmodes/org.el (org-agenda-get-restriction-and-command):
3573 Use `mapc' instead of `mapcar'.
3574 (org-agenda-list): Numeric prefix argument can specify the number
3575 of days.
3576 (remember-register, remember-buffer): Prevent byte compiler from
3577 complaining.
3578 (org-todo): Save and restore match data.
3579 (org-no-warnings): New macro.
3580 (org-columns-eval): Use `org-no-warnings'.
3581
3582 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
3583
3584 * comint.el (comint-password-prompt-regexp):
3585 Handle `[sudo] password'-style prompt.
3586
3587 2007-10-25 Glenn Morris <rgm@gnu.org>
3588
3589 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
3590 (defcustom): Doc fix.
3591
3592 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
3593 Add `non_intrinsic'.
3594 (f90-constants-re): Add ieee modules.
3595 (f90-typedef-matcher, f90-typedec-matcher)
3596 (f90-imenu-type-matcher): New functions.
3597 (f90-font-lock-keywords-1): Give module procedures function-name face.
3598 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
3599 Add `use, intrinsic'.
3600 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
3601 Move start of `enum' blocks to separate entry.
3602 (f90-start-block-re): Fix `type', `abstract interface'.
3603 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
3604 derived types.
3605 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
3606 `elemental', change `enumerator'.
3607 (f90-no-block-limit): Fix `abstract interface'.
3608
3609 * progmodes/f90.el (f90-indented-comment-re)
3610 (f90-directive-comment-re, f90-break-delimiters):
3611 * progmodes/fortran.el (fortran-comment-line-start-skip)
3612 (fortran-directive-re):
3613 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
3614 as safe if they are strings.
3615
3616 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * startup.el (window-system): Remove. Don't make it frame-local.
3619
3620 2007-10-24 Richard Stallman <rms@gnu.org>
3621
3622 * savehist.el (savehist-save): Omit unreadable elements.
3623
3624 * loadhist.el (unload-function-defs-list): Rename from
3625 unload-function-features-list.
3626 (unload-feature-special-hooks, unload-feature): Doc fixes.
3627
3628 * indent.el (indent-to-left-margin): If point's in the indentation,
3629 move to the end of the indentation.
3630
3631 * cus-edit.el (customize-changed-options): Make arg optional.
3632
3633 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
3636
3637 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3638
3639 * textmodes/org-publish.el (org-publish-attachment): Re-install
3640 accidentally deleted change.
3641
3642 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * term/iris-ansi.el (iris-function-map): Move init into declaration.
3645
3646 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3649 (Buffer-menu-mode-map): Initialize in the declaration.
3650 (Buffer-menu-mode): Define with `define-derived-mode'.
3651
3652 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
3653
3654 * textmodes/org.el (org-version): Change to 5.13e.
3655 (org-agenda-file-regexp): Fix typo in docstring.
3656 (org-add-planning-info): Fix bug in parenthesis settings.
3657 (org-scan-tags): Catch the case of indirect buffers with no filename.
3658 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
3659 Re-install switch to mapc, had been removed by accident.
3660 (org-columns-map): New binding `C-c C-o'.
3661 (org-columns-menu): Change menu text and added new entry.
3662 (org-columns-eval): Document the use of `next-line'.
3663 (org-columns-open-link): New function.
3664 (org-columns-follow-link): Remove function.
3665 (org-open-link-from-string): New function.
3666 (org-read-date-get-relative): Fix typo in docstring.
3667 (org-read-date-get-relative): Leading +/- is not optional.
3668 (org-agenda-get-restriction-and-command): Always resize window on
3669 first loop cycle.
3670 (org-agenda-open-link): Make sure the link abbreviations are
3671 present in the agenda buffer.
3672 (org-agenda-copy-local-variable): New function.
3673
3674 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
3677
3678 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * simple.el (reindent-then-newline-and-indent): Use a `move after
3681 insert' kind of marker in the save-excursion.
3682
3683 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * textmodes/css-mode.el: Require CL.
3686 (comment-continue): Declare.
3687
3688 * subr.el (make-variable-frame-localizable): Remove.
3689 (make-variable-frame-local): Mark obsolete.
3690
3691 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
3694 of the subdirs is unreadable.
3695
3696 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
3697
3698 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
3699 when we are local.
3700
3701 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3702
3703 * progmodes/python.el (python-current-defun): Remove left-over
3704 assignment to `start'.
3705
3706 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
3709 than `mapcar'; return value is not used.
3710
3711 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3712
3713 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
3714 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
3715
3716 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
3719 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
3720
3721 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3722
3723 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
3724
3725 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3726
3727 * emacs-lisp/advice.el (ad-make-advised-docstring):
3728 Add ad-advice-info text property to doc string.
3729
3730 2007-10-23 Glenn Morris <rgm@gnu.org>
3731
3732 * progmodes/f90.el (f90-do-indent, f90-if-indent)
3733 (f90-type-indent, f90-program-indent, f90-associate-indent)
3734 (f90-continuation-indent, f90-comment-region)
3735 (f90-beginning-ampersand, f90-smart-end)
3736 (f90-break-before-delimiters, f90-auto-keyword-case)
3737 (f90-leave-line-no, f90-mode-hook):
3738 Give an appropriate safe-local-variable property.
3739
3740 * progmodes/fortran.el (fortran-tab-mode-default)
3741 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
3742 (fortran-structure-indent, fortran-continuation-indent)
3743 (fortran-comment-indent, fortran-comment-line-extra-indent)
3744 (fortran-comment-line-start)
3745 (fortran-minimum-statement-indent-fixed)
3746 (fortran-minimum-statement-indent-tab)
3747 (fortran-comment-indent-char, fortran-line-number-indent)
3748 (fortran-check-all-num-for-matching-do)
3749 (fortran-blink-matching-if, fortran-continuation-string)
3750 (fortran-comment-region, fortran-electric-line-number)
3751 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
3752 (fortran-analyze-depth, fortran-break-before-delimiters):
3753 Give an appropriate safe-local-variable property.
3754
3755 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3756
3757 * printing.el: Move variable definitions before use.
3758 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
3759
3760 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3763 (tpu-edt-off): Use it.
3764 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
3765 the global-map before adding it to global-map.
3766
3767 * menu-bar.el (global-buffers-menu-map): New var.
3768 (global-map, menu-bar-update-buffers): Use it.
3769 * msb.el (msb-menu-bar-update-buffers): Use it.
3770 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3771 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3772 Use with-current-buffer.
3773
3774 2007-10-22 Juri Linkov <juri@jurta.org>
3775
3776 * isearch-multi.el: New file.
3777
3778 * isearch.el (isearch-search-string): After finding the next
3779 occurrence switch to buffer isearch-buffers-current-buffer when
3780 isearch-buffers-next-buffer-function is non-nil and
3781 isearch-buffers-current-buffer is live.
3782
3783 * add-log.el (change-log-mode): Make and set buffer-local variable
3784 isearch-buffers-next-buffer-function to change-log-next-buffer.
3785 Call isearch-buffers-minor-mode.
3786 (change-log-next-buffer): New function.
3787
3788 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
3789
3790 * org-export-latex.el (org-export-latex-protect-string):
3791 Renaming of `org-latex-protect'.
3792 (org-export-latex-emphasis-alist): By default, don't protect
3793 any emphasis formatter from further conversion.
3794 (org-export-latex-tables): Honor column grouping for tables.
3795 (org-export-latex-title-command): New option.
3796 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3797 export backslash character.
3798
3799 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3800
3801 * textmodes/org.el (org-read-date-get-relative): New function.
3802 (org-agenda-file-regexp): New variable.
3803 (org-agenda-files): Allow directories in the variable.
3804 (org-agenda-get-restriction-and-command): New function.
3805 (org-agenda): Use `org-agenda-get-restriction-and-command'.
3806 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
3807 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3808 New functions.
3809 (org-entry-add-to-multivalued-property)
3810 (org-entry-remove-from-multivalued-property)
3811 (org-entry-member-in-multivalued-property): New functions.
3812 (org-remember-apply-template): Catch C-g and make sure window
3813 configuration is restored.
3814 (org-agenda-open-link): Make it work with several links in the line.
3815 (org-drawers, org-set-regexps-and-options)
3816 (org-get-current-options): Add support for a DRAWERS in-buffer option.
3817 (org-agenda-window-frame-fractions): New option.
3818 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3819 (org-columns-cleanup-item, org-find-entry-with-id)
3820 (org-insert-columns-dblock, org-listtable-to-string)
3821 (org-dblock-write:columnview, org-columns-capture-view)
3822 (org-edit-headline): New functions.
3823 (org-agenda-to-appt): Require calendar.
3824 (org-entry-get-with-inheritance): Widen for search.
3825 (org-columns-display-here): Don't mark buffer as modified when
3826 adding space characters to accomodate column overlays.
3827 (org-export-as-html): Better formatting of tags in the toc.
3828 (org-columns-display-here): Make the ITEM column as compact as possible.
3829 (org-remember-templates): Customization interface improved.
3830 (org-export-with-property-drawer): Variable removed.
3831 (org-export-with-drawers): New option.
3832 (org-complex-heading-regexp): New variable.
3833 (org-sort-entries): Rewrite using `sort-subr'.
3834 (org-set-property): More appropriate completion during interactive use.
3835 (org-sort-entries): Allow sorting by property.
3836 (org-additional-option-like-keywords): Add more values.
3837 (org-sort-entries-or-items): Rename from `org-sort-entries'.
3838
3839 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3840
3841 * textmodes/org.el (org-get-date-from-calendar): New function.
3842 (org-at-timestamp-p, org-timestamp-change)
3843 (org-remember-templates): First element of each entry is now a
3844 name for the template.
3845 (org-store-log-note): Check for `org-note-abort'.
3846 (org-kill-note-or-show-branches): New command.
3847 (org-fontify-priorities): New option.
3848 (org-fontify-priorities): New function.
3849 (org-cut-subtree, org-copy-subtree): New argument N to
3850 act on N sequential subtrees.
3851 (org-paste-subtree): Fix the level at which a tree is pasted.
3852 (org-fit-agenda-window): Limitations on window size removed.
3853 (org-agenda-find-same-or-today-or-agenda): Rename from
3854 `org-agenda-find-today-or-agenda'.
3855 (org-scheduled-past-days): New option.
3856 (org-agenda-scheduled-leaders)
3857 (org-agenda-deadline-leaders): New options.
3858 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3859 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3860 (org-export-with-tags, org-export-plist-vars)
3861 (org-infile-export-plist): New "tags" option.
3862 (org-use-property-inheritance): New option.
3863 (org-cached-entry-get): Use `org-use-property-inheritance'.
3864 (org-remember-apply-template): Fix typo.
3865
3866 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
3867
3868 * net/tramp.el (tramp-find-shell)
3869 (tramp-open-connection-setup-interactive-shell): Improve sending
3870 initial commands.
3871 (tramp-action-terminal): Send debug message.
3872 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3873 (tramp-barf-if-no-shell-prompt): Insert code of
3874 `tramp-wait-for-shell-prompt'.
3875
3876 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3879
3880 * term/vt200.el (terminal-init-vt200):
3881 * term/vt201.el (terminal-init-vt201):
3882 * term/vt220.el (terminal-init-vt220):
3883 * term/vt240.el (terminal-init-vt240):
3884 * term/vt300.el (terminal-init-vt300):
3885 * term/vt320.el (terminal-init-vt320):
3886 * term/vt400.el (terminal-init-vt400):
3887 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3888
3889 * term/wyse50.el (wyse50-terminal-map): New var.
3890 (terminal-init-wyse50): Use it and input-decode-map.
3891 (enable-arrow-keys): Emasculate.
3892
3893 * term/tvi970.el (tvi970-terminal-map): New var.
3894 (terminal-init-tvi970): Use it and input-decode-map.
3895 (tvi970-keypad-numeric): Remove.
3896 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3897
3898 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3899 (terminal-init-sun): Use it and input-decode-map.
3900
3901 * term/news.el (terminal-init-news):
3902 * term/lk201.el (terminal-init-lk201):
3903 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3904
3905 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3906
3907 * complete.el (PC-expand-many-files): Remove.
3908 (PC-do-completion): Call file-expand-wildcards instead of
3909 PC-expand-many-files.
3910
3911 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3912 (PC-expand-many-files): Remove advice.
3913
3914 2007-10-22 Glenn Morris <rgm@gnu.org>
3915
3916 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3917 Add some support for Fortran 2003 syntax:
3918 (f90-type-indent): Now also applies to `enum'.
3919 (f90-associate-indent): New user option.
3920 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3921 Add some F2003 keywords.
3922 (f90-constants-re): New constant.
3923 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3924 Interface'.
3925 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3926 `class'. Arguments for `type'/`class' may have spaces. Add a new
3927 element for functions with specified types. Add `end enum' and
3928 `select type'. Add `implicit enumerator' and `procedure'.
3929 Add `class default' and `type is', `class is'. Fix `go to' regexp.
3930 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3931 (f90-font-lock-keywords-4): Add `f90-constants-re'.
3932 (f90-blocks-re): Add `enum' and `associate'.
3933 (f90-else-like-re): Add `class is', `type is', and `class default'.
3934 (f90-end-type-re): Add `enum'.
3935 (f90-end-associate-re, f90-typeis-re): New constants.
3936 (f90-end-block-re): Add `enum' and `associate'. Change from
3937 optional whitespace to end-of-word, to avoid `enumerator'.
3938 (f90-start-block-re): Add `select type', `abstract interface', and
3939 `enum'. Avoid `type is', and `type (sometype)'.
3940 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3941 (f90-mode): Doc fix.
3942 (f90-looking-at-select-case): Doc fix. Add `select type'.
3943 (f90-looking-at-associate): New function.
3944 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3945 Add `enum' and `abstract interface'.
3946 (f90-no-block-limit): Add `select type' and `abstract interface'.
3947 (f90-get-correct-indent, f90-calculate-indent)
3948 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3949 (f90-indent-region, f90-match-end): Handle `associate' blocks.
3950
3951 2007-10-22 Martin Rudalics <rudalics@gmx.at>
3952
3953 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3954 Use window-full-width-p.
3955
3956 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3957
3958 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3959
3960 * tooltip.el: Use featurep 'xemacs.
3961
3962 * printing.el: Move variable definitions before use, no code change.
3963
3964 2007-10-22 Juri Linkov <juri@jurta.org>
3965
3966 * simple.el (goto-history-element): Allow minibuffer-default to be
3967 a list of default values accessible by typing M-n in the minibuffer.
3968
3969 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3970 minibuffer default value list instead of pushing them temporarily
3971 to the history list.
3972
3973 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3974
3975 * hexl.el (hexl-menu): New major mode menu.
3976
3977 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3980
3981 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3982
3983 * w32-fns.el (w32-quote-process-args):
3984 * dos-w32.el (print-region-function, lpr-headers-switches)
3985 (ps-print-region-function): Pacify byte-compiler.
3986
3987 * emulation/edt-mapper.el (function-key-map):
3988 (edt-map-key): Make it a function instead of using fset.
3989 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
3990 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3991 (edt-x-emacs-p): Remove.
3992 (edt-emacs-variant, edt-window-system, edt-xserver):
3993 Use featurep 'xemacs.
3994
3995 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3996 Replace eudc-xemacs-p with its definition.
3997 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3998 (eudc-emacs-mule-p): Remove.
3999 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4000 eudc-xemacs-p with feature tests.
4001
4002 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4003 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4004 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4005 (eudc-bob-toggle-inline-display):
4006 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4007 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4008
4009 * net/eudcb-ph.el (eudc-ph-open-session):
4010 Replace eudc-xemacs-mule-p with its former definition.
4011
4012 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4013 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4014
4015 * progmodes/vera-mode.el (vera-xemacs): Remove.
4016 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4017
4018 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4019 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4020 (vhdl-speedbar-initialize, vhdl-ps-print-init)
4021 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4022 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4023 with (featurep 'xemacs).
4024
4025 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4026 (save-buffer-state-x):
4027 * obsolete/fast-lock.el (fast-lock-verbose):
4028 * emulation/viper-init.el (viper-xemacs-p)
4029 (viper-cond-compile-for-xemacs-or-emacs):
4030 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4031 * ps-print.el (case-fold-search):
4032 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4033 * calculator.el (calculator-help): Use featurep 'xemacs.
4034
4035 * progmodes/prolog.el: Undo previous change.
4036 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4037
4038 * progmodes/dcl-mode.el:
4039 * play/yow.el:
4040 * calendar/todo-mode.el:
4041 * calendar/cal-hebrew.el:
4042 * vc-hg.el: Undo previous change.
4043
4044 * vms-patch.el: Likewise.
4045 (print-region-function): Pacify byte-compiler.
4046
4047 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
4048
4049 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4050 preserve-uid-gid.
4051
4052 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4053 compatibility. It is not used, though.
4054
4055 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4056 Require tramp-cmds.el.
4057 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4058 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4059 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4060 (tramp-do-copy-or-rename-file-out-of-band)
4061 (tramp-maybe-open-connection): Use `make-temp-name'. This is
4062 possible, because we don't need to create the temporary file, but
4063 we need a prefix for ssh, which has its own temporary file handling.
4064 (tramp-handle-delete-directory): Add "-f" to rmdir.
4065 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4066 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4067 a signal, in order to give the callee a chance to suppress.
4068 (tramp-handle-write-region): Set owner also in case of short
4069 track. Don't use compatibility calls for `write-region' anymore.
4070 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
4071 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4072
4073 * net/tramp-cmds.el: New file.
4074
4075 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4076 `tramp-clear-passwd'.
4077
4078 * net/trampver.el: Update release number.
4079
4080 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4081
4082 * progmodes/gud.el (gud-target-name): Move definition before use.
4083
4084 * progmodes/dcl-mode.el: Require imenu at compile time.
4085
4086 * progmodes/cc-engine.el (c-maybe-stale-found-type):
4087 Pacify byte-compiler.
4088
4089 * obsolete/fast-lock.el: Use featurep test instead of string-match.
4090
4091 * eshell/esh-mode.el (eshell-handle-ansi-color):
4092 Require ansi-color at compile time too.
4093
4094 * eshell/em-unix.el (eshell/info): Require info at compile time too.
4095
4096 * w32-fns.el: Require w32-vars.
4097
4098 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4099 time too.
4100
4101 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * double.el ([ignore]): Use `ignore'.
4104 (double-setup): Inline into double-mode.
4105 (double-mode): Use define-minor-mode.
4106
4107 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * textmodes/reftex.el: Move require easymenu before first use.
4110 (reftex-info): Require info at compile too.
4111
4112 * textmodes/org-publish.el (org-publish-org-to-html)
4113 (org-publish-org-to): Require org at compile time too.
4114 (org-publish-attachment): Require at compile time too.
4115
4116 * term/tty-colors.el (w32-tty-standard-colors):
4117 Pacify byte-compiler.
4118
4119 * term/pc-win.el (frame-creation-function-alist): Add to this
4120 instead of setting frame-creation-function.
4121
4122 * play/blackbox.el (bb-up, bb-down): Use forward-line.
4123
4124 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4125
4126 * calendar/todo-mode.el: Require calendar at compile time.
4127
4128 * calendar/cal-hebrew.el: Require holidays at compile time.
4129
4130 * w32-vars.el: Provide w32-vars.
4131
4132 * term/w32-win.el: Require w32-vars.
4133 (w32-color-map): Pacify byte-compiler.
4134
4135 * loadup.el: Load w32-vars before term/w32-win.
4136
4137 2007-10-20 Juri Linkov <juri@jurta.org>
4138
4139 * textmodes/fill.el (fill-paragraph): When the region is active,
4140 don't try other `or' branches regardless of the value returned by
4141 fill-region; just return t.
4142
4143 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4144
4145 * vc.el (vc-do-command): Condition out a misleading message when
4146 running asynchronously.
4147 (vc-deduce-fileset): New argument enables using an unregistered
4148 visited file as a singleton fileset if nothing else is available.
4149 (vc-next-action): Restore file-registering behavior.
4150
4151 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4152
4153 * calc/README: Add recent news.
4154
4155 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
4156
4157 * term/x-win.el (x-gtk-stock-map, icon-map-list)
4158 (x-gtk-map-stock): Delete duplicated definitions from merge.
4159
4160 * progmodes/compile.el (compilation-skip-to-next-location)
4161 (compilation-skip-threshold, compilation-skip-visited):
4162 Move definitions earlier.
4163
4164 * play/decipher.el (decipher-keypress):
4165 * play/zone.el (zone-fall-through-ws):
4166 * play/landmark.el (lm-move-down, lm-move-up):
4167 * play/handwrite.el (handwrite):
4168 * mail/mspools.el (mspools-visit-spool):
4169 * wdired.el (wdired-next-line, wdired-previous-line):
4170 * tar-mode.el (tar-subfile-save-buffer):
4171 * scroll-lock.el (scroll-lock-next-line)
4172 (scroll-lock-previous-line):
4173 * image-dired.el (image-dired-next-line)
4174 (image-dired-previous-line):
4175 * ediff-help.el (ediff-help-message-line-length):
4176 Use forward-line.
4177
4178 * smerge-mode.el (smerge-auto-refine):
4179 * diff-mode.el (diff-auto-refine): Add :group.
4180
4181 * play/yow.el: Require doctor at compile time.
4182
4183 * vmsproc.el: Provide vmsproc.
4184 (command-send-input): Use forward-line.
4185
4186 * vms-patch.el: Require ps-print and vmsproc at compile time.
4187
4188 * vc-mtn.el (log-view-message-re, log-view-file-re)
4189 (log-view-font-lock-keywords): Pacify byte-compiler.
4190
4191 * vc-hg.el: Require log-view at compile time.
4192
4193 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4194
4195 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
4196
4197 2007-10-20 Glenn Morris <rgm@gnu.org>
4198
4199 * progmodes/f90.el (f90-font-lock-keywords-2)
4200 (f90-looking-at-type-like): Fix regexp typos.
4201
4202 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4203
4204 * bs.el (bs--track-window-changes): Don't refresh the whole list.
4205 (bs-mode): Set mode-class property to special.
4206
4207 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * diff-mode.el (diff-auto-refine): New var.
4210 (diff-hunk): Use it.
4211 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
4212 (diff-refine-change): Rename from diff-fine-change. Change it.
4213 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
4214 (diff-refine-hunk): Rename from diff-fine-highlight.
4215
4216 2007-10-20 John Paul Wallington <jpw@pobox.com>
4217
4218 * help-fns.el (describe-variable-custom-version-info): New function
4219 to return variable's version or package version note.
4220 (describe-variable): Use it, display result.
4221
4222 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * smerge-mode.el (smerge-auto-refine): New var.
4225 (smerge-next, smerge-prev): Use it.
4226 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
4227
4228 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4229 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
4230
4231 * vc-bzr.el (vc-bzr-diff-tree):
4232 * vc-git.el (vc-git-diff-tree):
4233 * vc-hg.el (vc-hg-diff-tree):
4234 * vc-mcvs.el (vc-mcvs-diff-tree):
4235 * vc-mtn.el (vc-mtn-diff-tree):
4236 * vc-svn.el (vc-svn-diff-tree): Remove.
4237
4238 * vc-mtn.el (vc-mtn-revision-completion-table):
4239 * vc-cvs.el (vc-cvs-revision-completion-table):
4240 * vc-arch.el (vc-arch-revision-completion-table):
4241 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
4242 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
4243 Make it work when the arg is a list of files.
4244
4245 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
4248 Also `revision-completion-table' now takes a list of files.
4249 (vc-deduce-fileset): Remove unused var `regexp'.
4250 Only obey allow-directory-wildcard in dired buffers.
4251 (vc-default-diff-tree): Remove.
4252 (vc-diff-added-files): New var.
4253 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
4254 (vc-version-diff): Revert from `vc-history-diff' to the original name.
4255 Remove the `backend' arg.
4256 (vc-contains-version-controlled-file): Remove.
4257 (vc-diff): Bring it closer to the version in Emacs-22.
4258 (vc-revert): Fix typo in let-binding.
4259 (vc-default-unregister): Remove.
4260 (vc-dired-buffers-for-dir): Remove N^2 behavior.
4261
4262 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4263
4264 * textmodes/two-column.el (2C-split, 2C-merge):
4265 * textmodes/bib-mode.el (bib-find-key, mark-bib):
4266 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4267 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
4268 * progmodes/ada-xref.el (ada-get-all-references):
4269 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
4270 * emulation/vi.el (vi-previous-line-first-nonwhite)
4271 (vi-effective-range, vi-put-before):
4272 * emulation/edt.el (edt-next-line, edt-previous-line)
4273 (edt-paragraph-forward): Use forward-line.
4274
4275 * progmodes/etags.el (tags-apropos): Require apropos at compile
4276 time too.
4277
4278 * progmodes/prolog.el: Require comint when compiling.
4279 (inferior-prolog-flavor): Move defvar before use.
4280
4281 2007-10-19 Richard Stallman <rms@gnu.org>
4282
4283 * font-core.el (turn-on-font-lock-if-desired):
4284 Rename from `turn-on-font-lock-if-enabled'.
4285 Fully obey `font-lock-global-modes'.
4286
4287 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
4290 which will not affect the behavior of things like forward-word.
4291 (diff-fine-highlight): Preserve point.
4292
4293 * doc-view.el (doc-view-mode-map): Use remapping.
4294 Don't rebind C-v, M-v to their default value.
4295 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
4296
4297 * smerge-mode.el: Add word-granularity refinement.
4298 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
4299 (smerge-refine-weight-hack): New vars.
4300 (smerge-refine-forward): New fun.
4301 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
4302 (smerge-refine-subst): Use them as well. Preserve point.
4303
4304 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4305
4306 * follow.el (follow-unload-function): New function.
4307
4308 * loadhist.el (unload-function-features-list):
4309 Rename from `unload-hook-features-list'.
4310 (unload-hook-features-list): Add as obsolete alias.
4311 (unload-feature): Use `unload-function-features-list'
4312 and new FEATURE-unload-function.
4313
4314 2007-10-19 Glenn Morris <rgm@gnu.org>
4315
4316 * bindings.el (mouse-minor-mode-menu)
4317 (minor-mode-menu-from-indicator): Move to mouse.el.
4318 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4319 Move here from bindings.el.
4320
4321 2007-10-19 Richard Stallman <rms@gnu.org>
4322
4323 * help-fns.el (describe-function-1): Don't use the advice origname
4324 if it has no function definition.
4325
4326 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4327
4328 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
4329 Use `save-restriction' rather than `widen'.
4330
4331 2007-10-18 Richard Stallman <rms@gnu.org>
4332
4333 * time.el (display-time-world-time-format): Display day # not month #.
4334
4335 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4336
4337 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
4338
4339 * doc-view.el: Remove version keyword.
4340 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4341 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
4342 (doc-view-ghostscript-options): Improve custom type.
4343 (doc-view-cache-directory, doc-view-conversion-buffer)
4344 (doc-view-conversion-refresh-interval): Simplify custom type.
4345
4346 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
4347
4348 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4349 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
4350 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4351 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
4352 Remove superfluous messages.
4353 (doc-view-mode-map): Use the image-mode scrolling commands.
4354 Don't rebind C-x k.
4355
4356 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4357
4358 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
4359 Add comment about "-dSAFER".
4360
4361 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * term/xterm.el: Don't require xt-mouse.
4364 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
4365 calling turn-on-xterm-mouse-tracking-on-terminal directly.
4366
4367 * xt-mouse.el: Don't change the global function-key-map anny more.
4368 (xterm-mouse-mode): Use terminal-init-xterm-hook.
4369 Don't use after-make-frame-functions now that term/xterm.el calls
4370 us directly.
4371 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4372 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
4373 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
4374 Setup input-decode-map and remember that xterm-mouse-mode was
4375 enabled in this terminal.
4376 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
4377 terminals where it has been enabled.
4378
4379 * faces.el (tty-create-frame-with-faces): Make sure not only
4380 tty-run-terminal-initialization but also set-locale-environment
4381 are run only once per terminal.
4382 (tty-run-terminal-initialization): Don't check if the terminal was
4383 already initted.
4384
4385 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
4386 not to remove keymaps that just happen to inherit from one of ours.
4387 When setting up our keymap, make sure it won't be accidentally
4388 modified by someone else.
4389
4390 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
4391
4392 * textmodes/artist.el (artist-previous-line, artist-next-line):
4393 * dired.el (dired-next-line, dired-previous-line):
4394 * progmodes/delphi.el (delphi-newline):
4395 * textmodes/org.el (org-columns-eval):
4396 Use forward-line.
4397
4398 * emerge.el (emerge-setup): Use insert-buffer-substring.
4399 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
4400
4401 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
4404 (adaptive-fill-function): Doc fix. Remove * from docstring.
4405
4406 2007-10-18 Tom Horsley <tom.horsley@att.net>
4407
4408 * simple.el (interprogram-paste-function): Doc fix.
4409 (current-kill): Accept list of strings as well
4410 as single string from `interprogram-paste-function'.
4411
4412 2007-10-18 Glenn Morris <rgm@gnu.org>
4413
4414 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
4415
4416 2007-10-18 Drew Adams <drew.adams@oracle.com>
4417
4418 * bindings.el (mode-line-minor-mode-keymap):
4419 Add mouse-minor-mode-menu on mouse-1.
4420 (mode-line-modes): Add mouse-1 to help-echo text.
4421 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4422 New functions.
4423 (mode-line-minor-mode-help): Doc fix.
4424
4425 2007-10-17 Juri Linkov <juri@jurta.org>
4426
4427 * textmodes/fill.el (fill-paragraph-or-region): Remove function
4428 at the request of RMS.
4429 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
4430 arg `region'. Fix docstring. At the first `or' branch add call to
4431 `fill-region' if it the region is active in transient-mark-mode.
4432
4433 * bindings.el (esc-map): Bind M-q to fill-paragraph
4434 instead of fill-paragraph-or-region.
4435
4436 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
4437 with fill-paragraph.
4438
4439 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
4440 Fix docstring.
4441
4442 * indent.el (indent-for-tab-command): Change interactive spec from
4443 "P" to "p". Add check for interactive arg before indenting the
4444 active region.
4445
4446 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
4447 Regroup.
4448
4449 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
4450
4451 * emacs-lisp/find-func.el: Don't require loadhist.
4452
4453 * loadhist.el (feature-symbols, file-provides, file-requires)
4454 (file-set-intersect, file-dependents): Simplify.
4455 (unload-feature-special-hooks): Update list of special hooks.
4456
4457 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
4458
4459 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
4460 extensions since they can be viewed with doc-view.
4461
4462 * files.el (auto-mode-alist): Make doc-view-mode the default mode
4463 for pdf, ps and dvi files.
4464
4465 * doc-view.el: Make doc-view-mode the standard mode for viewing
4466 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
4467 text and image display. Add binding C-c C-e to switch to an
4468 editing mode.
4469 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
4470 avoid security problems when rendering files from untrusted sources.
4471
4472 2007-10-17 Aaron Hawley <aaronh@garden.org>
4473
4474 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
4475 position is not saved.
4476
4477 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
4478
4479 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
4480 (doc-view-ghostscript-options): Fix typo in doc string.
4481
4482 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
4485 handling, so compilation-fake-loc works again.
4486
4487 * server.el (server-select-display): Nop if we do not support m-f-o-d.
4488 (server-process-filter): Revert last change.
4489
4490 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
4491 behavior unrelated to filesets.
4492
4493 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * longlines.el (longlines-wrap-follows-window-size): Integer value
4496 specifies wrapping margin.
4497 (longlines-mode, longlines-window-change-function):
4498 Set window-specific wrapping margin based on the above.
4499
4500 2007-10-17 John Wiegley <johnw@newartisans.com>
4501
4502 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
4503
4504 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4505
4506 * server.el (server-process-filter): Only set display if X11 is
4507 supported.
4508
4509 2007-10-17 Glenn Morris <rgm@gnu.org>
4510
4511 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4512 Tweak regexp to avoid stack overflow.
4513
4514 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * simple.el (reindent-then-newline-and-indent): Don't assume that
4517 indent-according-to-mode preserves point.
4518
4519 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
4520
4521 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
4522 (bs--nth-wrapper): Simplify.
4523 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
4524 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
4525 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
4526 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
4527 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
4528 (bs-configurations, bs-default-configuration)
4529 (bs-alternative-configuration, bs-cycle-configuration-name)
4530 (bs-string-show-always, bs-string-show-never, bs-string-current)
4531 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
4532 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
4533 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
4534 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
4535 (bs--window-config-coming-from): Revert 2006-11-09 change.
4536 (bs--restore-window-config): Keep the selected frame.
4537 (bs--track-window-changes, bs--remove-hooks): New functions.
4538 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
4539 (bs--create-header): Remove.
4540 (bs--create-header-line): New function, based on `bs--create-header'.
4541 (bs--show-header): Use `bs--create-header-line'.
4542 (bs--show-with-configuration): Revert 2006-11-09 change.
4543 Don't reuse window unless it is visible on the selected frame.
4544 Restore window configuration (possibly in a different frame)
4545 before creating any window.
4546
4547 2007-10-16 Glenn Morris <rgm@gnu.org>
4548
4549 * simple.el (blink-matching-open): Don't report false errors with
4550 the `$' syntax class.
4551
4552 2007-10-16 Richard Stallman <rms@gnu.org>
4553
4554 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
4555 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
4556 (ad-is-advised, ad-get-advice-info-field)
4557 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
4558
4559 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * vc-hooks.el (vc-workfile-version): Compatibility alias.
4562 (vc-default-working-revision): Compatibility for backends.
4563
4564 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4565
4566 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
4567 (filesets-ormap, filesets-sort-case-sensitive-flag)
4568 (filesets-remake-shortcut, filesets-ingroup-collect-files):
4569 Fix typos in docstrings.
4570 (filesets-conditional-sort, filesets-find-or-display-file)
4571 (filesets-data-get-name, filesets-data-get-data)
4572 (filesets-data-set, filesets-cmd-query-replace-getargs)
4573 (filesets-ingroup-collect): Doc fixes.
4574
4575 2007-10-15 Sam Steingold <sds@gnu.org>
4576
4577 * mail/sendmail.el (sendmail-error-reporting-interactive)
4578 (sendmail-error-reporting-non-interactive): New variables for
4579 sendmail error reporting options to simplify support for imperfect
4580 sendmail emulators.
4581 (sendmail-send-it): Use them instead of list literals.
4582
4583 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4584
4585 * help-fns.el: Revert previous change; it creates a
4586 dependency loop between advice.el and help-fns.el.
4587
4588 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4589
4590 * help-fns.el: Require advice when compiling.
4591
4592 2007-10-14 Drew Adams <drew.adams@oracle.com>
4593
4594 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
4595 (ring-insert+extend, ring-remove+insert+extend, ring-member)
4596 (ring-next, ring-previous): New functions.
4597
4598 2007-10-14 Richard Stallman <rms@gnu.org>
4599
4600 * emacs-lisp/advice.el (documentation): Advice deleted.
4601 Doc for advised functions is now handled at C level.
4602 (ad-stop-advice, ad-start-advice): Don't enable or disable
4603 advice for `documentation'.
4604 (ad-advised-definition-docstring-regexp): Var deleted.
4605 (ad-make-advised-definition-docstring): Store orig name
4606 as text property of string.
4607 (ad-advised-definition-p): Check for text property of docstring.
4608
4609 * help-fns.el (describe-function-1): Find source of advised functions.
4610
4611 2007-10-14 Juri Linkov <juri@jurta.org>
4612
4613 * faces.el (describe-face): Allow handling a string as the face name.
4614
4615 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
4616 active region in transient-mark-mode.
4617 (ispell-region): Change messages displayed at the start and end of
4618 the spell-checking to be the same.
4619
4620 * startup.el (fancy-startup-tail): Say exactly what does the button
4621 dismiss ("Dismiss this startup screen"). Use text "Never show
4622 it again" for the checkbox after this button.
4623 (fancy-startup-screen, fancy-about-screen): Put point before the
4624 first link, so the user can quickly select links with the keyboard.
4625 (normal-mouse-startup-screen): Add more useful text describing how
4626 to follow a link.
4627
4628 2007-10-14 Glenn Morris <rgm@gnu.org>
4629
4630 * progmodes/etags.el (select-tags-table): Disable undo in the
4631 `*Tags Table List*' buffer.
4632
4633 2007-10-13 Eli Zaretskii <eliz@gnu.org>
4634
4635 * dired.el (dired-warn-writable): New face.
4636 (dired-warn-writable-face): New variable.
4637 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
4638 of dired-warning-face, for group- and world-writable files.
4639
4640 2007-10-13 Richard Stallman <rms@gnu.org>
4641
4642 * files.el (directory-abbrev-alist): Doc fix.
4643
4644 2007-10-13 Jari Aalto <jari.aalto@cante.net>
4645
4646 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
4647
4648 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4649
4650 * frame.el (set-frame-configuration): Assign name parameter only
4651 if it has been set explicitly before.
4652
4653 2007-10-11 Tom Tromey <tromey@redhat.com>
4654
4655 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
4656 frame is visible.
4657
4658 2007-10-10 Richard Stallman <rms@gnu.org>
4659
4660 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
4661 in *Backtrace*.
4662
4663 * faces.el (face-font-selection-order): Doc fix.
4664
4665 * loadhist.el (unload-feature): Doc fix.
4666
4667 2007-10-13 Glenn Morris <rgm@gnu.org>
4668
4669 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
4670 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4671 Add doc string, and an explicit COUNT argument.
4672 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
4673 `inc' to search functions.
4674
4675 * faces.el (face-spec-set): When FRAME is nil, set the default for
4676 new frames (restores pre-2007-09-17 behavior). Doc fix.
4677
4678 2007-10-13 John W. Eaton <jwe@octave.org>
4679
4680 * progmodes/octave-mod.el (octave-looking-at-kw)
4681 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4682 New functions.
4683 (octave-in-defun-p, calculate-octave-indent)
4684 (octave-blink-matching-block-open, octave-beginning-of-defun)
4685 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
4686 to search for regexps that contain case-sensitive keywords.
4687 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
4688 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
4689
4690 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4691
4692 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
4693 Do not use a single clause cond.
4694
4695 * cus-start.el (all): Use test that does not match the X11 version
4696 for mac.
4697
4698 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
4699
4700 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
4701 BROWSE buffer.
4702
4703 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4704
4705 * cus-start.el (all): Undo previous change.
4706
4707 2007-10-13 Glenn Morris <rgm@gnu.org>
4708
4709 * woman.el (woman0-rename): Fix paren typo.
4710
4711 * mail/feedmail.el (feedmail-run-the-queue)
4712 (feedmail-look-at-queue-directory):
4713 * mail/reporter.el (reporter-dump-state):
4714 * net/eudc-hotlist.el (eudc-edit-hotlist):
4715 * net/eudc.el (eudc-display-records)
4716 (eudc-filter-duplicate-attributes)
4717 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
4718 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
4719 (eudc-bbdb-query-internal):
4720 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
4721 * net/socks.el (socks-build-auth-list):
4722 * progmodes/cc-cmds.el (top level):
4723 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
4724 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
4725 (cperl-write-tags, cperl-tags-treeify):
4726 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
4727 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
4728 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
4729 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
4730 (idlwave-toolbar-remove-everywhere):
4731 * progmodes/idlwave.el (idlwave-indent-line)
4732 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
4733 (idlwave-write-paths, idlwave-all-method-classes)
4734 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
4735 (idlwave-fix-keywords, idlwave-display-calling-sequence)
4736 (idlwave-complete-in-buffer):
4737 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
4738 (org-fast-tag-selection):
4739 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
4740 than mapcar.
4741
4742 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4743
4744 * diff-mode.el (diff-fine-change): Add :group.
4745
4746 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4747
4748 * cus-start.el (all): Use the same test as the 22.2 branch.
4749
4750 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4751
4752 * diff-mode.el (diff-current-defun): Force recomputation of
4753 change-log-default-name.
4754
4755 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
4756
4757 * startup.el (fancy-startup-screen): Remove an unnecessary newline
4758 and some leftover logic regarding dedicated frames. If showing
4759 concise startup screen, fit window to buffer.
4760 (command-line-1): If we will be using the splash screen, use
4761 find-file instead of find-file-other-window to find additional files.
4762 Comment out unused code for coping with the old sit-for behavior.
4763
4764 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
4767 `meta' modifier consistently, rather than using sometimes meta
4768 sometimes alt.
4769
4770 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4771
4772 * window.el (handle-select-window): Revert part of 2007-10-08
4773 change setting the input focus.
4774
4775 2007-10-12 Glenn Morris <rgm@gnu.org>
4776
4777 * startup.el (command-line): Do not read abbrev file in batch mode.
4778
4779 * emacs-lisp/byte-opt.el (top level):
4780 * mail/rmail.el (rmail-list-to-menu):
4781 * obsolete/hilit19.el (hilit-mode):
4782 * progmodes/cc-mode.el (c-postprocess-file-styles)
4783 (c-submit-bug-report):
4784 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4785 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4786 (reftex-access-parse-file):
4787 * textmodes/reftex-cite.el (reftex-do-citation)
4788 (reftex-insert-bib-matches):
4789 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4790 * textmodes/reftex-sel.el (reftex-select-unmark):
4791 * textmodes/reftex-toc.el (reftex-toc-do-promote):
4792 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4793
4794 * cus-edit.el (custom-variable-menu, custom-face-menu)
4795 (custom-group-menu): Check init-file-user rather than
4796 user-init-file, in case cus-edit is loaded by site-run-file.
4797
4798 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4799
4800 * vc.el (vc-deduce-fileset): Delete unused code.
4801 (vc-next-action): Fix typos.
4802
4803 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * bs.el (bs--mark-unmark): New function.
4806 (bs-mark-current, bs-unmark-current): Use it.
4807
4808 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4809
4810 * vc.el (vc-diff):
4811 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
4812 temporarily disable the check for his edge case of
4813 vc-diff (stopping it from grinding when called from $HOME), as
4814 it's calling some brittle code in vc-hooks.el.
4815 (with-vc-properties): Fix evaluation time of a macro argument.
4816 * ediff-vers.el (ediff-vc-internal):
4817 * vc-hooks.el:
4818 * loaddefs.el: Follow up on VC terminology change.
4819
4820 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * follow.el (follow-stop-intercept-process-output):
4823 Use `follow-call-process-filter' rather than `process-filter'.
4824 Simplify.
4825
4826 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4827
4828 * vc-hooks.el (vc-registered): Robustify this function a bit
4829 against filenames with no directory component.
4830
4831 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * international/characters.el: Undo unwanted and unexplained change.
4834
4835 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4836
4837 * ps-print.el: Fix the usage of :foreground and :background face
4838 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
4839 (ps-print-version): New version 6.7.6.
4840 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
4841 Fix code.
4842 (ps-face-foreground-color-p, ps-face-background-color-p)
4843 (ps-face-color-p): New inline funs.
4844
4845 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4846
4847 * textmodes/org.el (org-additional-option-like-keywords): New constant.
4848 (org-complete): Use `org-additional-option-like-keywords'.
4849 (org-parse-local-options): New function.
4850
4851 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4852
4853 * textmodes/org.el (org-in-clocktable-p): New function.
4854 (org-clock-report): Only update the table at point, or insert a new one.
4855 (org-clock-goto): New function.
4856 (org-open-file): Use `start-process-shell-command' instead of
4857 `shell-command' with an ampersand.
4858 (org-deadline, org-schedule): New argument REMOVE to remove the
4859 date from the entry.
4860 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4861 argument to `org-schedule' and `org-deadline'.
4862 (org-trim): Use the correct expressions for beginning and end of
4863 the string.
4864 (org-get-cleaned-entry): Trim the string before returning it.
4865 (org-clock-find-position): New function.
4866 (org-clock-into-drawer): New option.
4867 (org-agenda-tags-column): Rename from
4868 `org-agenda-align-tags-to-column'.
4869 (org-agenda-align-tags): Allow negative values for
4870 `org-agenda-tags-column'.
4871 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4872 (org-agenda-to-appt): New optional argument FILTER.
4873 (org-completion-fallback-command): New variable.
4874 (org-complete): Use `org-completion-fallback-command'.
4875 (org-find-base-buffer-visiting): Catch the case that there is no
4876 buffer visiting the file.
4877 (org-property-or-variable-value): New function.
4878 (org-todo): Use `org-property-or-variable-value'
4879 (org-agenda-compact-blocks): New option.
4880 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4881 (org-agenda-schedule, org-agenda-deadline):
4882 Call `org-agenda-show-new-time'.
4883 (org-agenda-show-new-time): New argument PREFIX.
4884 (org-colgroup-info-to-vline-list): Fix but that cause a
4885 shift in the vertical lines.
4886 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4887 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4888 (org-indent-item): No arg in call to `org-fix-bullet-type'.
4889 (org-fix-bullet-type): Remove argument.
4890 (org-read-date): Check for am/pm twice, to catch the end time.
4891 (org-goto-map): Use `suppress-keymap'.
4892 (org-remember-apply-template): Respect the dynamically scoped
4893 selection character.
4894
4895 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4896
4897 * textmodes/org-export-latex.el (org-export-latex-protect-string):
4898 Renaming of `org-latex-protect'.
4899 (org-export-latex-emphasis-alist): By default, don't protect
4900 any emphasis formatter from further conversion.
4901 (org-export-latex-tables): Honor column grouping for tables.
4902 (org-export-latex-title-command): New option.
4903 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4904 export backslash character.
4905
4906 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * frame.el (frame-inherited-parameters): Remove unused `environment'
4909 parameter, and let server.el add `client' when needed.
4910
4911 * server.el (server-create-tty-frame)
4912 (server-create-window-system-frame): Set frame-inherited-parameters.
4913
4914 * frame.el (frame-inherited-parameters): New var.
4915 (make-frame): Use it.
4916
4917 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4918
4919 * env.el (let-environment): Remove. Unused.
4920 (read-envvar-name): Simplify.
4921 (setenv): Remove unused arg `frame'.
4922
4923 * help-fns.el (describe-variable): Add missing " " for multiline
4924 obsolescence info and missing EOL after global value.
4925
4926 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4927
4928 * add-log.el:
4929 * ediff-vers.el:
4930 * log-view.el:
4931 * pcvs.el:
4932 * vc-arch.el:
4933 * vc-bzr.el:
4934 * vc-cvs.el:
4935 * vc.el:
4936 * vc-git.el:
4937 * vc-hg.el:
4938 * vc-hooks.el:
4939 * vc-mcvs.el:
4940 * vc-mtn.el:
4941 * vc-rcs.el:
4942 * vc-sccs.el:
4943 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4944 {find,init,next,previous,annotate-*,log}-version ->
4945 {find,init,next,previous,annotate-*,log}-revision,
4946 annotate-focus-version -> annotate-working-revision, The term
4947 'focus' is gone. The term 'revision' is now used consistently
4948 everywhere that reference to a revision ID is intended, replacing
4949 older use of 'version'.
4950
4951 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
4952
4953 * follow.el: Change all instances of "Follow Mode" to "Follow
4954 mode" in docstrings and messages.
4955 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4956
4957 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4958
4959 * vc.el (vc-next-action): Rewrite completely; this principal
4960 entry point now operates on a current fileset selected either
4961 explicitly via VC-Dired or implicitly by visiting a file buffer,
4962 rather than always operating on the file of the current buffer as
4963 in older versions. Rewrite the rest of the mode to match.
4964 (with-vc-properties): Rewrite to operate on a file list.
4965 (with-vc-file): vc-checkin takes a file list argument now.
4966 (vc-post-command-functions): This hook now receives a file list.
4967 (vc-do-command): Take a either a file or a file list as argument.
4968 (vc-deduce-fileset): New function for deducing a file list to
4969 operate on.
4970 (vc-next-action-on-file, vc-next-action-dired): Remove.
4971 Merge into vc-next-action.
4972 (vc-register): Adapt to the fact that vc-start-entry now takes a
4973 file list.
4974 (vc-register-with): New function.
4975 (vc-start-entry): Take a file list argument rather than a
4976 file argument.
4977 (vc-checkout): Cope with vc-start-entry taking a file list.
4978 (vc-steal-lock): Cope with with-vc-properties taking a
4979 file list.
4980 (vc-checkin): Take a file list argument rather than a file argument.
4981 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4982 (vc-diff-internal): Rewrite for filesets.
4983 (vc-diff-sentinel): New function, tests whether changes were
4984 written into a diff buffer.
4985 (vc-diff): Rewrite for filesets.
4986 (vc-version-diff): Rewrite for filesets.
4987 (vc-print-log): Take a fileset argument.
4988 (vc-revert): Revert the entire selected fileset, not just the
4989 current buffer.
4990 (vc-rollback): Roll back the entire selected fileset, if
4991 possible. No longer accepts a prefix argument.
4992 (vc-update): Merge new changes for the entire selected
4993 fileset, not just the current buffer.
4994 (vc-revert-file): Cope with with-vc-properties taking a file list.
4995 (vc-default-dired-state-info): Add + status suffix if the file is
4996 modified.
4997 (vc-annotate-warp-version): Use the new diff machinery.
4998 (vc-log-edit): Take a file list argument rather than a file argument.
4999
5000 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5001
5002 Sync with Tramp 2.1.11.
5003
5004 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5005 Pacify byte compiler.
5006
5007 * net/trampver.el: Update release number.
5008
5009 2007-10-09 Richard Stallman <rms@gnu.org>
5010
5011 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5012
5013 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5014
5015 * follow.el: Require easymenu.
5016 (follow-mode-hook, follow-mode): Doc fixes.
5017 (follow-mode-off-hook): Mark as obsolete.
5018
5019 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5020
5021 * window.el (mouse-autoselect-window-cancel): Don't cancel for
5022 select-window or select-frame events.
5023 (handle-select-window): When autoselecting window set input
5024 focus. Restructure.
5025
5026 * frame.el (focus-follows-mouse): Move to frame.c.
5027 * cus-start.el (all): Add focus-follows-mouse.
5028
5029 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5032 activate font-locking in the *buffer-selection* buffer.
5033 (bs-show-sorted): Doc fix.
5034
5035 * bs.el (bs--get-marked-string, bs--get-modified-string)
5036 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5037 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5038 (bs--format-aux): Doc fix.
5039
5040 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5041
5042 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5043
5044 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5045
5046 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5047 (gud-gdb): New function for old M-x gdb (text command mode).
5048 (gud-gdb-command-name, gdb): Move to...
5049
5050 * progmodes/gdb-ui.el: ...here and adapt doc string.
5051 (gud-gdba-command-name, gdba): Delete.
5052
5053 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5054
5055 * bs.el: Don't defvar `font-lock-verbose'.
5056 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5057 (bs--get-file-name): Fix typos in docstrings.
5058 (bs--show-header): Use `dolist' instead of `mapcar'.
5059 (bs-mode): Set `show-trailing-whitespace' to nil.
5060 (bs-buffer-sort-function, bs-mouse-select-other-frame)
5061 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5062 Doc fixes.
5063
5064 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
5065
5066 * progmodes/gud.el (pdb): Specify file for gud-break.
5067
5068 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5069
5070 * progmodes/gud.el (gdb): Make graphical mode the default and
5071 switch to text command mode if appropriate, i.e., reverse previous
5072 arrangement.
5073 (gud-gdb-marker-filter): Adapt for above change.
5074
5075 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5076 gud-minor-mode and gud-marker-filter.
5077 (gdb-fullname-regexp): New variable.
5078 (gud-gdba-marker-filter): Use it to switch to text command
5079 mode if appropriate.
5080
5081 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5082
5083 * progmodes/gud.el (gud-display-line): Find source buffer even when
5084 GUD buffer has its own frame.
5085
5086 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5087
5088 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5089
5090 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5091
5092 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5093
5094 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5095
5096 * allout.el (allout-before-change-handler): Replace got-char by
5097 goto-char.
5098
5099 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5102 Used to try and automatically enabled smerge-mode in the presence of
5103 conflicts and to call `svn resolved' when the conflicts are gone.
5104 (vc-svn-parse-status): Remember the svn-specific status.
5105
5106 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5107
5108 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5109 menu-bar-apropos-menu. All users changed.
5110 (menu-bar-help-menu): Change menu symbols to better match the text
5111 displayed by the menu.
5112
5113 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5114
5115 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5116 #, @, : and ^.
5117
5118 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5119
5120 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5121
5122 * log-view.el (log-view-mode-map): Likewise.
5123
5124 * diff-mode.el (diff-mode-shared-map): Likewise.
5125
5126 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5127
5128 * files.el (file-name-sans-versions): Also allow `A-Z'.
5129
5130 * vc.el: Mention all supported VC backends.
5131
5132 2007-10-08 Richard Stallman <rms@gnu.org>
5133
5134 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5135 neighbouring buttons.
5136
5137 2007-10-08 Andreas Schwab <schwab@suse.de>
5138
5139 * files.el (file-name-sans-versions): Also allow `_'.
5140
5141 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5142
5143 * files.el (file-name-sans-versions): Allow - and a-z in version names.
5144
5145 * log-view.el (log-view-mode-map, log-view-mode-menu):
5146 Bind log-view-annotate-version.
5147 (log-view-beginning-of-defun, log-view-end-of-defun)
5148 (log-view-annotate-version): New functions.
5149 (log-view-mode): Use log-view-beginning-of-defun and
5150 log-view-end-of-defun.
5151
5152 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5155
5156 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5159 neighbouring buttons.
5160
5161 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5162 Recognize gcc's use of "note" for informational messages.
5163
5164 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5167 (css-mode): Update correspondingly.
5168
5169 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5172 Signed-off-by, Acked-by and Merge.
5173
5174 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * ediff-init.el (ediff-verbose-p): This var is not a constant.
5177
5178 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * vc-mtn.el: New file.
5181
5182 * vc-hooks.el (vc-handled-backends): Add Mtn.
5183
5184 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5185
5186 * files.el (find-file, find-file-other-window)
5187 (find-file-other-frame, find-file-existing, find-file-read-only)
5188 (find-file-read-only-other-window)
5189 (find-file-read-only-other-frame)
5190 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
5191
5192 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5193
5194 * progmodes/gud.el (gdb-ready): New variable.
5195 (gdb): Set it to nil. Set gud-running to nil here...
5196 (gud-common-init): ...instead of here.
5197
5198 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
5199 Use gdb-ready. Discard input until GDB is ready to accept it.
5200
5201 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5202
5203 * dired.el (dired-warning): Inherit from font-lock-warning-face to
5204 make it show up with eight colors.
5205
5206 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
5209 diffs are concatenated with no intervening line.
5210
5211 2007-10-08 Dave Love <fx@gnu.org>
5212
5213 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5214 (python-font-lock-keywords): Update to the 2.5 version of the language.
5215 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5216 (python-backspace): Only behave funny in code.
5217 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5218 (inferior-python-mode): Add PDB prompt regexp.
5219 (python-fill-paragraph): Refine the fenced-string regexp.
5220 (python-find-imports): Handle imports spanning several lines.
5221 (python-mode): Add `class' to hideshow support.
5222
5223 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5226 Use add-log-buffer-file-name-function rather than binding
5227 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
5228 when `fi' is the ChangeLog file itself.
5229
5230 * outline.el (outline-flag-region): Use front-advance.
5231
5232 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
5233
5234 * progmodes/cperl-mode.el: Merge upstream 5.23.
5235 (cperl-where-am-i): Remove function.
5236 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
5237 (cperl-sniff-for-indent): De-invert [string] and [comment].
5238 When looking for label, skip s:m:y:tr.
5239 (cperl-indent-line): Likewise.
5240 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
5241 (cperl-windowed-init): Wrong `ps-print' handling.
5242 Both thanks to Chong Yidong.
5243 (cperl-look-at-leading-count): Could fail with unfinished RExen.
5244 (cperl-find-pods-heres): If the second part of s()[] is missing,
5245 don't try to highlight delimiters...
5246
5247 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * progmodes/compile.el (compilation-get-file-structure): Complete last
5250 change by also using spec-directory in the puthash.
5251
5252 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
5253
5254 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
5255 (vc-bzr-status): Fix shadowing of variable 'status'.
5256 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
5257 Use `expand-file-name' instead of `concat'.
5258 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
5259 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
5260
5261 2007-10-08 Jason Rumney <jasonr@gnu.org>
5262
5263 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
5264
5265 2007-10-08 Richard Stallman <rms@gnu.org>
5266
5267 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
5268 Add `safe-local-variable' property.
5269 (lisp-body-indent): Likewise.
5270
5271 2007-10-08 Richard Stallman <rms@gnu.org>
5272
5273 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
5274 Add doc string.
5275
5276 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5277
5278 * files.el (backup-buffer-copy): Try to overwrite old backup first.
5279
5280 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5281
5282 * repeat.el (repeat): Use last-repeatable-command instead of
5283 real-last-command. Run pre- and post-command hooks for
5284 self-insertion. Update doc-string.
5285
5286 2007-10-08 Alexandre Julliard <julliard@winehq.org>
5287
5288 * vc-git.el (vc-git-state): Call git-add --refresh to update the
5289 state of the file.
5290 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
5291 (vc-git-create-repo): Fix invalid command.
5292
5293 2007-10-08 Richard Stallman <rms@gnu.org>
5294
5295 * textmodes/flyspell.el (flyspell-mode):
5296 Catch errors in flyspell-mode-on.
5297
5298 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5299
5300 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
5301
5302 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * international/encoded-kb.el (encoded-kbd-setup-display):
5305 Use input-decode-map rather than local-key-translation-map.
5306
5307 * term/rxvt.el (rxvt-alternatives-map): New map.
5308 (terminal-init-rxvt): Use it.
5309 Bind rxvt-function-map in input-decode-map.
5310
5311 * term/xterm.el (xterm-alternatives-map): New map.
5312 (terminal-init-xterm): Use it.
5313 Bind xterm-function-map in input-decode-map.
5314
5315 * term/x-win.el (x-alternatives-map): New var.
5316 (x-setup-function-keys): Use it.
5317
5318 * help-fns.el (describe-variable): Slightly change the layout of
5319 meta-info to separate it better from the docstring.
5320 Standardize insertion of extra empty lines in various circumstances.
5321
5322 * diff-mode.el (diff-hunk-style): New fun.
5323 (diff-end-of-hunk): Use it.
5324 (diff-context->unified): Use the new `apply' undo element,
5325 if applicable, so as to save undo-log space.
5326 (diff-fine-change): New face.
5327 (diff-fine-highlight-preproc): New function.
5328 (diff-fine-highlight): New command.
5329 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
5330
5331 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
5332 (smerge-refine-highlight-change): Add `props' argument.
5333 (smerge-refine-subst): New function holding most of smerge-refine.
5334 (smerge-refine): Use it.
5335
5336 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
5337
5338 * vc.el (vc-default-wash-log): Remove unused code, the
5339 log washers all live in the backends now.
5340 (vc-default-comment-history): Correct for the fact
5341 that wash-log is argumentless in the new API.
5342
5343 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
5344
5345 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
5346 (tramp-maybe-send-script): Apply `member' but `memq'.
5347 (tramp-advice-file-expand-wildcards): Simplify implementation.
5348
5349 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5350
5351 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
5352
5353 * mb-depth.el (minibuf-depth-indicator-function): New variable.
5354 (minibuf-depth-setup-minibuffer): Use it.
5355
5356 2007-10-07 Glenn Morris <rgm@gnu.org>
5357
5358 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
5359 version numbers.
5360
5361 2007-10-06 Juri Linkov <juri@jurta.org>
5362
5363 * textmodes/fill.el (fill-paragraph-or-region): New function.
5364
5365 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
5366 instead of fill-paragraph.
5367
5368 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
5369 with fill-paragraph-or-region. Suspend command is now the same
5370 `suspend-frame' on window systems and on tty.
5371
5372 * image.el (image-type): Check if image-types is bound to not fail
5373 on tty.
5374
5375 * delsel.el (delete-selection-pre-hook):
5376 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
5377 is fbound to not fail on mouseless tty.
5378
5379 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
5380
5381 * net/tramp.el (top): Move loading of tramp-util.el and
5382 tramp-vc.el to tramp-compat.el.
5383 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
5384 temporary file if possible, in order to avoid a security hole.
5385 (tramp-do-copy-or-rename-file-out-of-band)
5386 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
5387 with DONT-CREATE, because the connection is not setup yet.
5388 (tramp-handle-process-file): Rewrite temporary file handling.
5389 (tramp-completion-mode): New defvar.
5390 (tramp-completion-mode-p): Use it.
5391
5392 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
5393
5394 * net/tramp-fish.el (tramp-fish-handle-process-file):
5395 Rewrite temporary file handling.
5396
5397 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5398
5399 * vc.el: Workfile version -> focus version change. Port various
5400 comments from new VC to reduce the noise in the diff.
5401 Patch in the new vc-create-repo function to go with the
5402 header comment about it already present.
5403 There are no changes to existing logic in this patch.
5404 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
5405
5406 2007-10-06 Aaron Hawley <aaronh@garden.org>
5407
5408 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
5409
5410 2007-10-05 Chris Moore <dooglus@gmail.com>
5411
5412 * server.el (server-kill-new-buffers): Doc fix.
5413
5414 2007-10-05 John W. Eaton <jwe@octave.org>
5415
5416 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
5417 (octave-begin-keywords): Add "do".
5418 (octave-end-keywords): Remove "end".
5419 (octave-reserved-words): Add "end". Remove "all_va_args",
5420 "gplot", and 'gsplot".
5421 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
5422 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
5423 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
5424 "default_return_value", "define_all_return_values",
5425 "do_fortran_indexing", "empty_list_elements_ok",
5426 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
5427 "ok_to_lose_imaginary_part", "prefer_column_vectors",
5428 "prefer_zero_one_indexing", "propagate_empty_matrices",
5429 "resize_on_range_error", "treat_neg_dim_as_zero",
5430 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
5431 "warn_divide_by_zero", "warn_function_name_clash",
5432 "warn_missing_semicolon", "whitespace_in_literal_matrix".
5433 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
5434 "crash_dumps_octave_core", "sighup_dumps_octave_core",
5435 "sigterm_dumps_octave_core".
5436 (octave-block-match-alist): Remove "end" from block-end keywords.
5437 (octave-mode): Update ftp site address.
5438
5439 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5440
5441 * vc.el: Reorder functions, no code changes.
5442
5443 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
5444
5445 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
5446 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
5447 the cond clauses where needed.
5448 (tramp-handle-write-region): Rearrange code for proper handling of
5449 tmpfile.
5450
5451 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
5452
5453 * net/tramp.el:
5454 * net/tramp-fish.el:
5455 * net/tramp-ftp.el:
5456 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
5457 `tramp-compat-make-temp-file'.
5458
5459 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
5460
5461 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
5462
5463 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
5466 already uses a more recent copyright version than the "current" one.
5467
5468 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5469
5470 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
5471 (doc-view-insert-image): Minor aesthetical docstring changes.
5472
5473 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
5474
5475 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
5476 completing filename.
5477 (doc-view-search-internal): Docstring change.
5478
5479 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
5480
5481 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
5482 (tramp-file-name-handler-alist):
5483 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
5484 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
5485 used before, creates the file already, which is not desired.
5486 (tramp-do-copy-or-rename-file-directly): Simplify handling of
5487 temporary file.
5488 (tramp-handle-insert-file-contents): Assign the result in the
5489 short track case.
5490 (tramp-handle-insert-file-contents-literally): New defun.
5491 (tramp-completion-mode-p): Revert change from 2007-09-24.
5492 Checking for `return' etc as last character is not sufficient, for
5493 example in dired-mode when entering <g> (revert-buffer) or
5494 <s> (dired-sort).
5495
5496 * net/tramp-compat.el (top): Add also compatibility code for loading
5497 appropriate timer package.
5498 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
5499 order to avoid autoloading problems.
5500
5501 * net/tramp-fish.el:
5502 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
5503
5504 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
5505 where the second parameter of `copy-file' or `rename-file' is a
5506 remote file but not via ftp.
5507
5508 2007-10-02 Richard Stallman <rms@gnu.org>
5509
5510 * frame.el (cursor-in-non-selected-windows): Doc fix.
5511
5512 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5513
5514 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
5515 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
5516
5517 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
5518
5519 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
5520 when `expt' doesn't give range errors.
5521
5522 2007-10-01 Markus Triska <markus.triska@gmx.at>
5523
5524 * calc/calc-math.el (math-smallest-emacs-expt):
5525 Make the computation more robust.
5526
5527 2007-09-30 David Kastrup <dak@gnu.org>
5528
5529 * startup.el (argv): Alias for `command-line-args-left' to use as
5530 `(pop argv)' inside of --eval command sequences. Allows for
5531 passing shell commands into Emacs verbatim without need for Lisp
5532 quoting.
5533
5534 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
5535 check only for changed size.
5536 (auto-revert-tail-handler): Get size from caller. If the file has
5537 shrunk, tail the whole file again (the file presumably has been
5538 rewritten).
5539
5540 * woman.el (woman-topic-all-completions, woman-mini-help):
5541 Fix fallout from 2007-09-07 introduction of `dolist' when the list
5542 actually was being manipulated in the loop.
5543 (woman-Cyg-to-Win, woman-pre-process-region)
5544 (woman-horizontal-escapes, woman-if-body, woman-unescape)
5545 (woman-strings, woman-special-characters, woman1-hc)
5546 (woman-change-fonts, woman-find-next-control-line):
5547 Use `match-beginning' rather than `match-string' when the result is
5548 just used as a flag.
5549
5550 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
5551
5552 * net/tramp-compat.el: New file.
5553
5554 * net/tramp.el:
5555 * net/tramp-fish.el:
5556 * net/tramp-smb.el:
5557 * net/tramp-uu.el:
5558 * net/trampver.el: Move compatibility code to tramp-compat.el.
5559 Apply `mapc' instead of `mapcar' when the code needs side effects
5560 only. Move utf-8 coding cookie to the second line.
5561
5562 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
5563
5564 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
5565 Improve custom type.
5566 (icon-map-list): Make it customizable. Document how to disable
5567 stock icons.
5568
5569 2007-09-30 Richard Stallman <rms@gnu.org>
5570
5571 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
5572
5573 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5574
5575 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5576
5577 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
5580 (t-mouse-mode): New compatibility alias.
5581
5582 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5583
5584 * server.el (server-delete-client): Only delete the terminal if it
5585 is non-nil.
5586
5587 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * net/tramp.el (with-file-property, with-connection-property):
5590 Highlight as keyword.
5591 (tramp-rfn-eshadow-setup-minibuffer)
5592 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5593 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
5594 (tramp-do-copy-or-rename-file-directly)
5595 (tramp-do-copy-or-rename-file-out-of-band)
5596 (tramp-handle-shell-command, tramp-get-debug-buffer)
5597 (tramp-send-command-and-read, tramp-equal-remote)
5598 (tramp-get-local-gid): Pacify byte-compiler.
5599 (tramp-handle-file-name-directory): Result shall not be expanded.
5600 (tramp-find-foreign-file-name-handler): Rewrite.
5601 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
5602
5603 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
5604
5605 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5606 Apply `tramp-completion-mode-p'.
5607 (tramp-fish-handle-set-file-times)
5608 (tramp-fish-handle-executable-find)
5609 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
5610 (tramp-fish-retrieve-data): Pacify byte-compiler.
5611
5612 * net/tramp-gw.el (tramp-gw-basic-authentication):
5613 Call `tramp-read-passwd' with first parameter `nil'.
5614
5615 2007-09-28 Glenn Morris <rgm@gnu.org>
5616
5617 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
5618 than mapcar.
5619
5620 * textmodes/tex-mode.el (tex-suscript-height-ratio)
5621 (tex-suscript-height-minimum): New customizable variables.
5622 (tex-suscript-height): New function.
5623 (superscript, subscript): Set height using tex-suscript-height
5624 rather than fixing at 0.8.
5625 (tex-fontify-script, tex-font-script-display): Add :version tag.
5626
5627 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
5628
5629 * progmodes/python.el (python-eldoc-function): Doc fix.
5630
5631 2007-09-27 Glenn Morris <rgm@gnu.org>
5632
5633 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
5634 image if it is not in image-type-auto-detectable, or is there with
5635 a nil value.
5636
5637 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
5638
5639 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
5640 connection more robust.
5641
5642 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5643
5644 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
5645 Deal with the case that special &keywords are at the beginning or
5646 end of the argument list. Also add some (incomplete) support for
5647 non-standard arglists.
5648
5649 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5650
5651 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
5652 (eldoc-message-commands, eldoc-current-idle-delay)
5653 (eldoc-function-argstring-format): Fix typos in docstrings.
5654
5655 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
5656
5657 * calc/calc-units.el (calc-convert-units)
5658 (calc-convert-temperature): Remove unnecessary colons.
5659
5660 2007-09-26 Bastien Guerry <bzg@altern.org>
5661
5662 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
5663 New function.
5664 (org-export-latex-remove-from-headlines): Name changed because of typo.
5665 (org-export-latex-quotation-marks-convention): Option removed.
5666 (org-export-latex-make-preamble): Handle the DATE option.
5667 (org-export-latex-cleaned-string): Now the only cleaning function,
5668 synched up with org.el.
5669 (org-export-latex-lists, org-export-latex-parse-list)
5670 (org-export-list-to-latex): New functions.
5671
5672 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5673
5674 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
5675 (org-outline-regexp): New constant.
5676 (org-remember-handler): Throw error when the target file is not in
5677 org-mode.
5678 (org-cleaned-string-for-export): No longer call
5679 `org-export-latex-cleaned-string' with an argument.
5680 (org-get-tags): Returns now a list, not a string.
5681 (org-get-tags-string): New function.
5682 (org-archive-subtree): No need to split return of `org-get-tags'.
5683 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
5684 instead of `org-get-tags'.
5685 (org-agenda-format-date): Rename from `org-agenda-date-format'.
5686 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
5687 (org-compatible-face): New argument INHERITS. Inherit from this
5688 face if possible.
5689 (org-level-1, org-level-2, org-level-3, org-level-4)
5690 (org-level-5, org-level-6, org-level-7, org-level-8)
5691 (org-special-keyword, org-drawer, org-column, org-warning)
5692 (org-archived, org-todo, org-done, org-headline-done, org-table)
5693 (org-formula, org-code, org-agenda-structure)
5694 (org-scheduled-today, org-scheduled-previously)
5695 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
5696 in the new way.
5697 (org-get-heading): New argument NO-TAGS.
5698 (org-fast-tag-selection-include-todo): Made defvar instead of
5699 defcustom, feature is not deprecated.
5700 (org-remember-store-without-prompt): New default value t.
5701 (org-todo-log-states): New variable.
5702 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
5703 Compute the log states.
5704 (org-goto-map): More commands copied from global map. Also bind
5705 `org-occur'.
5706 (org-goto): Made into a general lookup command.
5707 (org-get-location): Complete rewrite.
5708 (org-goto-exit-command): New variable.
5709 (org-goto-selected-point): New variable.
5710 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
5711 Set the new variables.
5712 (org-paste-subtree): Whitespace insertion strategy revised.
5713 (org-remember-apply-template): Protect v-A from the possibility
5714 that v-a might be nil.
5715 (org-remember-handler): Insertion rules revised.
5716 (org-todo): Respect org-todo-log-states.
5717 (org-up-heading-safe): New function.
5718 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5719
5720 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5721
5722 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5723 region if in transient-mark-mode.
5724
5725 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5726
5727 * calc/calc-ext.el (calc-init-extensions, calc-reset):
5728 * calc/calc-help.el (calc-full-help):
5729 * calc/calc-misc.el (another-calc):
5730 * calc/calc-store.el (calc-var-name-map):
5731 * calc/calc-stuff.el (calc-flush-caches):
5732 * calc/calc-units.el (math-build-units-table):
5733 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5734 (calc-quit):
5735 * calendar/icalendar.el (icalendar--format-ical-event)
5736 (icalendar--convert-ical-to-diary):
5737 * emacs-lisp/authors.el (authors):
5738 * emacs-lisp/cust-print.el (custom-print-install)
5739 (custom-print-uninstall):
5740 * emacs-lisp/disass.el (disassemble-1):
5741 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5742 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5743 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5744 (elint-check-let-form, elint-check-condition-case-form)
5745 (elint-initialize):
5746 * emacs-lisp/elp.el (elp-results):
5747 * emacs-lisp/generic.el (generic-mode-internal):
5748 * emacs-lisp/re-builder.el (reb-delete-overlays):
5749 * emacs-lisp/regi.el (regi-interpret):
5750 * emacs-lisp/sregex.el (sregex--char-aux):
5751 * emulation/cua-rect.el (cua--deactivate-rectangle)
5752 (cua--highlight-rectangle, cua--rectangle-post-command):
5753 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5754 * emulation/viper-macs.el (viper-describe-kbd-macros)
5755 (viper-describe-one-macro):
5756 * emulation/viper-util.el (viper-setup-master-buffer):
5757 * emulation/viper.el (set-viper-state-in-major-mode):
5758 * international/mule-diag.el (describe-current-coding-system):
5759 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5760 * mail/emacsbug.el (report-emacs-bug):
5761 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5762 * obsolete/hilit19.el (hilit-unhighlight-region)
5763 (hilit-set-mode-patterns):
5764 * play/solitaire.el (solitaire-check, solitaire-solve):
5765 * play/zone.el (zone-pgm-rotate):
5766 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5767 * progmodes/ada-prj.el (ada-prj-display-page):
5768 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5769 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5770 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5771 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5772 * progmodes/sh-script.el (sh-make-vars-local)
5773 (sh-reset-indent-vars-to-global-values):
5774 * progmodes/sql.el (top):
5775 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5776 * progmodes/xscheme.el (top):
5777 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5778 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5779 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5780 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5781 (artist-submit-bug-report):
5782 * textmodes/flyspell.el (flyspell-delay-commands)
5783 (flyspell-deplacement-commands):
5784 * textmodes/table.el (table--generate-source-epilogue, table-insert)
5785 (table--generate-source-cells-in-a-row, table--make-cell-map)
5786 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5787
5788 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
5789
5790 * allout.el (produce-allout-mode-map, allout-process-exposed):
5791 * ansi-color.el (ansi-color-make-color-map):
5792 * autoinsert.el (auto-insert):
5793 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5794 * dired-aux.el (dired-create-files):
5795 * dired.el (dired-restore-desktop-buffer):
5796 * ediff-diff.el (ediff-setup-fine-diff-regions):
5797 * ediff-mult.el (ediff-intersect-directories)
5798 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5799 (ediff-redraw-registry-buffer):
5800 * ediff-ptch.el (ediff-fixup-patch-map):
5801 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5802 (ediff-really-quit, ediff-clear-diff-vector):
5803 * emerge.el (emerge-really-quit):
5804 * ffap.el (ffap-replace-file-component):
5805 * filecache.el (file-cache-add-directory)
5806 (file-cache-add-directory-recursively)
5807 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5808 (file-cache-delete-directory, file-cache-files-matching-internal)
5809 (file-cache-display):
5810 * files.el (cd):
5811 * find-lisp.el (find-lisp-insert-directory):
5812 * finder.el (finder-compile-keywords):
5813 * help.el (view-emacs-news):
5814 * hi-lock.el (hi-lock-write-interactive-patterns):
5815 * ido.el (ido-to-end, ido-set-matches-1):
5816 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5817 (image-dired-mark-tagged-files):
5818 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5819 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5820 * ps-print.el (ps-background, ps-begin-file)
5821 (ps-build-reference-face-lists):
5822 * simple.el (clone-buffer):
5823 * startup.el (command-line):
5824 * tempo.el (tempo-insert-template, tempo-is-user-element)
5825 (tempo-forward-mark, tempo-backward-mark):
5826 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5827
5828 2007-09-25 Glenn Morris <rgm@gnu.org>
5829
5830 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5831
5832 * view.el (view-search-no-match-lines): Add a doc string.
5833 Rewrite to simplify and work better.
5834
5835 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5836
5837 * progmodes/cc-mode.el (c-mode-base-map):
5838 Use c-indent-line-or-region instead of c-indent-line.
5839
5840 * indent.el (indent-for-tab-command): First check if the region is
5841 active.
5842
5843 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5844
5845 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5846 whitespace-rescan-timer-time is 0.
5847
5848 2007-09-24 Karl Berry <karl@gnu.org>
5849
5850 * international/mule.el (coding-system-base): Fix doc string grammar.
5851
5852 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
5853
5854 * net/tramp.el (tramp-completion-mode-p): Rename from
5855 `tramp-completion-mode'. Revert logic, check `return', `newline'
5856 and such alike. Packages like Icicles tend to use other completion
5857 characters but `tab' and `space' only.
5858
5859 2007-09-24 Adam Hupp <adam@hupp.org>
5860
5861 * progmodes/python.el (run-python): Import emacs module without
5862 waiting; prevents lockup on error.
5863
5864 2007-09-23 Richard Stallman <rms@gnu.org>
5865
5866 * mail/sendmail.el (mail-bury): Delete the frame
5867 if this frame looks like it was made for this message.
5868
5869 * completion.el (completion-separator-self-insert-command)
5870 (completion-separator-self-insert-autofilling):
5871 If `self-insert-command' has been remapped, use the substitute.
5872
5873 * simple.el (copy-region-as-kill): Doc fix.
5874
5875 * textmodes/org.el (org-confirm-shell-link-function)
5876 (org-confirm-elisp-link-function): Doc fixes.
5877
5878 2007-09-23 Glenn Morris <rgm@gnu.org>
5879
5880 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5881
5882 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5883
5884 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5885
5886 * term/tvi970.el (terminal-init-tvi970): Likewise.
5887
5888 * term/sun-mouse.el (print-mouse-format): Likewise.
5889
5890 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5891 Use forward-line instead of previous-line and next-line.
5892
5893 2007-09-22 Juri Linkov <juri@jurta.org>
5894
5895 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5896
5897 * tutorial.el (tutorial--default-keys): Update standard bindings:
5898 rename `iconify-or-deiconify-frame' to `suspend-frame',
5899 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5900
5901 2007-09-22 Juri Linkov <juri@jurta.org>
5902
5903 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5904 Add help-echo to external links and to links without description.
5905 (fancy-splash-insert): Use help-echo from the 3rd element of the
5906 link specification list, or "Follow this link" if it's nil. Doc fix.
5907
5908 2007-09-22 Juri Linkov <juri@jurta.org>
5909
5910 * startup.el (command-line): Rename `inhibit-startup-message' to
5911 `inhibit-startup-screen'.
5912 (fancy-about-text): Use shorter label for "Ordering Manuals".
5913 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5914 is nil, display a line with "To start..." and 3 links to useful
5915 tasks. Display the "Dismiss" button and "Don't show this message
5916 again" only when concise is non-nil.
5917 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5918 arg `concise'. If CONCISE is non-nil, display a concise version
5919 of the splash screen in another window. Otherwise, switch to the
5920 startup buffer in the same window.
5921 (startup-echo-area-message): Change displayed binding from
5922 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5923 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5924 the GNU system".
5925 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5926 to "*GNU Emacs*".
5927 (display-about-screen): Don't check the existence of the buffer
5928 "*About GNU Emacs*".
5929 (display-splash-screen): Make alias to `display-startup-screen'.
5930 (command-line-1): Rename `inhibit-startup-message' to
5931 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
5932 started with command line options "-f", "-funcall", "-e", "-eval",
5933 "-execute", "-insert", "-find-file", "-file", "-visit".
5934 Inhibit startup screen when Emacs is started with a file name only
5935 on tty (i.e. don't inhibit it when started with a file name like
5936 "emacs FILE..." on a window system).
5937 (command-line-1): Simplify logic of displaying the startup screen:
5938 if file-count > 0, then display the concise version in another
5939 window, otherwise display full version in the same window.
5940
5941 * help.el (help-map): Bind C-h C-a to about-emacs.
5942 (help-for-help-internal): Add C-a description to C-h help text.
5943
5944 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5945
5946 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5947 (checkdoc-permit-comma-termination-flag): Autoload the
5948 safe-local-variable setting.
5949
5950 * bookmark.el (bookmark-xemacsp): Remove.
5951 (bookmark-make): Don't use bookmark-xemacsp,
5952 use (featurep 'xemacs) instead.
5953
5954 * speedbar.el (speedbar-frame-mode)
5955 (speedbar-frame-reposition-smartly)
5956 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5957 (speedbar-check-vc): Remove use of non-existent variable
5958 dframe-xemacsp, use (featurep 'xemacs) instead.
5959
5960 * indent.el (indent-for-tab-command): Indent the region if
5961 transient-mark-mode and the region is active.
5962
5963 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5964
5965 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5966 add inferior-octave-directory-tracker to the buffer-local value
5967 of comint-input-filter-functions.
5968
5969 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5970
5971 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5972
5973 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5976 on w32 frames.
5977
5978 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * startup.el (normal-top-level): Remove DISPLAY from
5981 process-environment to let it be computed dynamically in callproc.c.
5982
5983 * frame.el (frame-initialize, make-frame):
5984 * faces.el (tty-set-up-initial-frame-faces):
5985 * env.el (setenv): Don't set display-environment-variable.
5986
5987 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5988 (server-create-tty-frame): Don't set unused `tty' property.
5989 Set `display' instead of display-environment-variable.
5990 (server-create-window-system-frame): No display-environment-variable.
5991
5992 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
5993
5994 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5995 (rfn-eshadow-update-overlay-hook): New defvars.
5996 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5997 Run the hooks.
5998
5999 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6000 (tramp-rfn-eshadow-setup-minibuffer)
6001 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
6002 rfn-eshadow.el.
6003
6004 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6005 timeout.
6006
6007 2007-09-21 Glenn Morris <rgm@gnu.org>
6008
6009 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6010 * term/sun-mouse.el (suspend-emacstool): Remove.
6011 * term/sun.el: Remove emacstool-related code.
6012
6013 * emacs-lisp/bytecomp.el (byte-compile-warnings)
6014 (byte-compile-warnings-safe-p): Add `mapcar'.
6015 (byte-compile-warning-types): Add mapcar and make-local.
6016 (byte-compile-normal-call): Add option to suppress mapcar warning.
6017 (top-level): Use mapc rather than mapcar in eval-when-compile.
6018
6019 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6020 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6021 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6022 Handle escaped parens.
6023 (latex-forward-sexp): Doc fix.
6024
6025 * eshell/esh-mode.el (eshell-output-filter-functions):
6026 Add eshell-postoutput-scroll-to-bottom.
6027
6028 * loadup.el: Remove termdev.
6029
6030 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6031 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6032
6033 2007-09-21 Markus Triska <markus.triska@gmx.at>
6034
6035 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6036 `mapcar' is called for effect.
6037
6038 2007-09-21 Kevin Ryde <user42@zip.com.au>
6039
6040 * international/mule.el (sgml-html-meta-auto-coding-function):
6041 Bind `case-fold-search' to t.
6042
6043 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * termdev.el: Remove.
6046
6047 * frame.el (get-device-terminal): New function. Moved from termdev.el.
6048 (frames-on-display-list): Use it.
6049
6050 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6051
6052 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6053
6054 2007-09-20 Richard Stallman <rms@gnu.org>
6055
6056 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6057
6058 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6061
6062 2007-09-20 Glenn Morris <rgm@gnu.org>
6063
6064 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6065 motion functions, rather than hard-coding "\n\n".
6066 (tex-validate-region): Check for eobp, to speed up.
6067 (tex-next-unmatched-end): Doc fix.
6068
6069 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * files.el (auto-mode-alist): Use archive-mode for .rar files.
6072
6073 * international/mule.el (auto-coding-alist): Rar archives are binary.
6074
6075 * arc-mode.el: Add basic support for Rar.
6076 (archive-find-type): Recognize Rar's signature.
6077 (archive-desummarize): New fun.
6078 (archive-summarize): Use it to restore the buffer's data in case
6079 someone wants to switch to some other major mode.
6080 (archive-resummarize): Use it as well.
6081 (archive-rar-summarize, archive-rar-extract): New functions.
6082
6083 * filesets.el: Remove spurious * in docstrings.
6084 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
6085 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6086 (filesets-ingroup-collect): Remove unused arg `depth'.
6087 (filesets-update): Remove unused arg `version'.
6088
6089 * finder.el (finder-compile-keywords): Fix up comment style.
6090 (finder-mouse-face-on-line): previous-line -> forward-line.
6091
6092 * recentf.el: Remove spurious * in docstrings.
6093 (recentf-save-list): Fix up comment style.
6094
6095 * progmodes/octave-mod.el: Remove spurious * in docstrings.
6096 (octave-mode-map): Move init into declaration and remove \t binding.
6097 (octave-mode-startup-message): Remove unused var.
6098 (octave-scan-blocks): Remove unused arg `from'.
6099 (octave-forward-block, octave-down-block, octave-up-block):
6100 Update callers.
6101
6102 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6103 (meta-mode-map): Likewise and remove \t binding.
6104
6105 * net/snmp-mode.el: Remove spurious * in docstrings.
6106 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6107 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6108 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6109 that completion accepts lists of strings.
6110 (snmp-mode-syntax-table): Move initialization into declaration.
6111 (snmp-mode-map): Likewise and remove \t binding.
6112 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6113 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6114 (snmp-indent-command): Remove.
6115
6116 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6117 binding, so tab-always-indent works right.
6118
6119 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
6120
6121 * net/browse-url.el (browse-url-elinks-new-window): New function.
6122 (browse-url-elinks): Use browse-url-elinks-new-window.
6123 Accept optional second argument `new-window'. Fix typo in doc-string.
6124 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6125 Improve error message.
6126
6127 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6128
6129 * net/browse-url.el (browse-url-url-encode-chars): Use the right
6130 parameter name in the function body.
6131 Reported by Johannes Weiner.
6132
6133 2007-09-19 Glenn Morris <rgm@gnu.org>
6134
6135 * net/socks.el (socks-open-network-stream): Signal an explicit
6136 error if the port associated with a service string can't be found.
6137
6138 * textmodes/tex-mode.el (tex-terminate-paragraph):
6139 Use backward-paragraph.
6140
6141 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * server.el (server-running-p): New function.
6144
6145 2007-09-18 Jason Rumney <jasonr@gnu.org>
6146
6147 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6148 x-focus-frame.
6149
6150 * frame.el (select-frame-set-input-focus, select-frame-by-name):
6151 Use x-focus-frame for w32.
6152
6153 2007-09-17 David Kastrup <dak@gnu.org>
6154
6155 * textmodes/tex-mode.el (tex-verbatim-environments):
6156 Eliminate CL dependency.
6157
6158 2007-09-17 Richard Stallman <rms@gnu.org>
6159
6160 * newcomment.el (comment-add): New arg EXTRA.
6161 (comment-region-default): Pass EXTRA if not indenting lines.
6162
6163 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6164
6165 * net/browse-url.el (browse-url-url-encode-chars): New function.
6166 URL-encode some chars in a string.
6167 (browse-url-encode-url): Rewrite using the previous function.
6168 (browse-url-file-url): Use `browse-url-url-encode-chars'.
6169 (browse-url-elinks-sentinel): Fix typo.
6170 (browse-url-new-window-flag): Doc change.
6171
6172 2007-09-17 Glenn Morris <rgm@gnu.org>
6173
6174 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6175 filename from `--file-line-error', if it is available.
6176
6177 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6178
6179 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
6180 TeX `--file-line-error' format.
6181
6182 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6183
6184 * xt-mouse.el: Delete add-hook calls that were moved to
6185 xterm-mouse-mode.
6186 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
6187 does not work.
6188
6189 2007-09-17 Richard Stallman <rms@gnu.org>
6190
6191 * cus-face.el (custom-theme-set-faces): Undo previous change.
6192
6193 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
6194
6195 2007-09-17 Glenn Morris <rgm@gnu.org>
6196
6197 * textmodes/tex-mode.el (tex-region): Simplify previous change,
6198 handling the case where the region is not in `tex-main-file'.
6199 (tex-region-1): Delete.
6200 (tex-region-header): New function, doing the header part of the
6201 old tex-region-1.
6202
6203 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * simple.el (newline): Simplify use of prefix-numeric-value.
6206 (line-move-partial): Remove unused var `ppos'.
6207 (line-move-1): Replace 9999 with most-positive-fixnum.
6208 (move-end-of-line): Use more efficient single-property search.
6209 (move-beginning-of-line): Remove unused var `start'.
6210 (blink-matching-open): Restructure in a more functional style.
6211
6212 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6213
6214 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
6215
6216 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * server.el (server-clients): Only keep procs, no properties any more.
6219 (server-client): Remove.
6220 (server-client-get, server-client-set): Remove, replace all callers by
6221 process-get and process-put resp.
6222 (server-clients-with, server-add-client, server-delete-client)
6223 (server-create-tty-frame, server-create-window-system-frame)
6224 (server-process-filter, server-execute, server-visit-files)
6225 (server-buffer-done, server-kill-buffer-query-function)
6226 (server-kill-emacs-query-function, server-switch-buffer)
6227 (server-save-buffers-kill-terminal): Update accordingly.
6228
6229 * server.el (server-with-environment): Simplify.
6230 (server-select-display, server-unselect-display): Re-add functions that
6231 seem to have been lost in the multi-tty merge.
6232 (server-eval-and-print, server-create-tty-frame)
6233 (server-create-window-system-frame, server-goto-toplevel)
6234 (server-execute, server-return-error): New functions extracted from
6235 server-process-filter.
6236 (server-execute-continuation): New functions.
6237 (server-process-filter): Restructure so that all arguments are analysed
6238 first and then acted upon in a subsequent stage. This way
6239 server-goto-toplevel can be executed later, when we know if
6240 it's necessary.
6241 Remove the "-version" and "-version-good" support.
6242
6243 2007-09-16 Drew Adams <drew.adams@oracle.com>
6244
6245 * cus-edit.el (custom-face-edit-activate): Doc fix.
6246
6247 2007-09-16 Glenn Morris <rgm@gnu.org>
6248
6249 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
6250 Following cal-bahai renaming, update all instances of
6251 list-bahai-diary-entries to diary-bahai-list-entries,
6252 mark-bahai-diary-entries to diary-bahai-mark-entries,
6253 calendar-goto-bahai-date to calendar-bahai-goto-date,
6254 insert-bahai-diary-entry to diary-bahai-insert-entry,
6255 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
6256 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
6257 calendar-print-bahai-date to calendar-bahai-print-date.
6258
6259 * textmodes/tex-mode.el (tex-region): Handle the case where the
6260 region is not in `tex-main-file'. Move the old code that applies
6261 to both cases...
6262 (tex-region-1): ...to this new function.
6263
6264 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * vc.el (vc-process-sentinel): New function.
6267 (vc-exec-after): Use it instead of using ugly hackish analysis and
6268 construction of Elisp code.
6269 (vc-sentinel-movepoint): New dynamically scoped var.
6270 (vc-print-log, vc-annotate): Set it to move the user's point.
6271
6272 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
6273 inhibit-modification-hooks.
6274
6275 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
6276 (calendar-bahai-print-date, calendar-bahai-goto-date)
6277 (diary-bahai-list-entries, diary-bahai-insert-entry):
6278 New names to clean up the namespace a bit more.
6279 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
6280
6281 2007-09-15 Glenn Morris <rgm@gnu.org>
6282
6283 * calendar/holidays.el (holiday-list): Rename it back to
6284 `list-holidays', but leave `holiday-list' as an alias.
6285
6286 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
6287 custom group.
6288
6289 * textmodes/css-mode.el (css): New custom group.
6290 (css-electrick-keys, css-selector, css-property)
6291 (css-indent-offset): Specify custom group.
6292
6293 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
6296 (cvs-execute-single-file): Use process-file.
6297 (cvs-run-process): Use start-file-process.
6298
6299 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6300
6301 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
6302 level. Remove the hooks when turning off the mode.
6303
6304 * term/xterm.el: Require xt-mouse at compile time.
6305 (terminal-init-xterm): Turn on xterm mouse tracking for this
6306 terminal if xterm-mouse-mode is enabled.
6307
6308 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6309
6310 * term/xterm.el (xterm-function-map): Replace bindings that were
6311 deleted by the merge.
6312
6313 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
6314
6315 * play/bubbles.el (bubbles-version): Bump value to "0.5".
6316 (bubbles-mode-map): Move define-key statements here.
6317 (bubbles-game-theme-menu): Ditto.
6318 (bubbles-graphics-theme-menu): Ditto.
6319 (bubbles-menu): Ditto.
6320 (bubbles-mode): Initialize buffer-undo-list, redisplay.
6321 (bubbles--initialize): Reset buffer-undo-list, redisplay.
6322 (bubbles-plop): Set buffer-undo-list, redisplay.
6323 (bubbles-undo): Reset buffer-undo-list, redisplay.
6324 (bubbles--show-images): Take care of missing text properties.
6325
6326 2007-09-14 Glenn Morris <rgm@gnu.org>
6327
6328 * startup.el (fancy-startup-text, fancy-about-text): Fix face
6329 quoting.
6330
6331 * calendar/cal-hebrew.el, calendar/cal-menu.el
6332 * calendar/calendar.el, calendar/diary-lib.el
6333 * calendar/holidays.el: Rename all instances of
6334 list-calendar-holidays callers to calendar-list-holidays,
6335 list-holidays to holiday-list, check-calendar-holidays to
6336 calendar-check-holidays, mark-calendar-holidays to
6337 calendar-mark-holidays, and filter-visible-calendar-holidays to
6338 holiday-filter-visible-calendar.
6339
6340 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6341
6342 * term/xterm.el (xterm-function-map): Add C-M- bindings.
6343
6344 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6345
6346 * play/bubbles.el (bubbles--initialize-images): Fix bug:
6347 Use transparent background for empty cells in graphics mode.
6348
6349 2007-09-13 Jari Aalto <jari.aalto@cante.net>
6350
6351 * man.el (Man-default-man-entry): At end of line, continue looking
6352 to the next line for possible end of hyphenated command.
6353
6354 2007-09-13 Chris Moore <dooglus@gmail.com>
6355
6356 * shell.el (shell-resync-dirs): Don't move the cursor relative to
6357 the command being edited.
6358
6359 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
6360
6361 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
6362
6363 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
6364
6365 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
6366 C-M-S- keys.
6367
6368 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
6369
6370 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6371
6372 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
6373 New argument `filename-p' to use one set of confusing chars or another.
6374 (browse-url-file-url): Use the argument.
6375 Suggested by Johannes Weiner.
6376
6377 2007-09-12 Romain Francoise <romain@orebokech.com>
6378
6379 * cus-start.el (all): Revert 2007-09-08 change.
6380
6381 2007-09-12 Aaron Hawley <aaronh@garden.org>
6382
6383 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
6384 extract .Z files, since it is more common than uncompress.
6385
6386 2007-09-12 Glenn Morris <rgm@gnu.org>
6387
6388 * textmodes/org-publish.el (org-publish-org-to-html): Remove
6389 duplicate function definition.
6390
6391 2007-09-10 Chris Moore <dooglus@gmail.com>
6392
6393 * diff-mode.el (diff-sanity-check-hunk):
6394 Also accept single-line hunks.
6395
6396 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * startup.el (startup-screen-inhibit-startup-screen)
6399 (pure-space-overflow-message): New vars.
6400 (fancy-splash-insert): Allow functions for face and link specs.
6401 (fancy-splash-head): Remove unused arg. Move splash text...
6402 (fancy-startup-text, fancy-about-text): ...here.
6403 (fancy-startup-tail): Rename from fancy-splash-tail.
6404 (fancy-startup-screen, fancy-about-screen): Split off from
6405 fancy-splash-screens.
6406 (display-startup-screen): New function.
6407 (display-about-screen): Rename from display-splash-screen.
6408 (command-line-1): Use concise startup screen if necessary.
6409
6410 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6411
6412 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
6413 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
6414
6415 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6418 (python-font-lock-keywords): Update to the 2.5 version of the language.
6419 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6420 (python-backspace): Only behave funny in code.
6421 (python-compilation-regexp-alist): Add PDB stack trace regexp.
6422 (inferior-python-mode): Add PDB prompt regexp.
6423 (python-fill-paragraph): Refine the fenced-string regexp.
6424 (python-find-imports): Handle imports spanning several lines.
6425 (python-mode): Add `class' to hideshow support.
6426
6427 2007-09-10 Dave Love <fx@gnu.org>
6428
6429 * outline.el (outline-4, outline-5, outline-7):
6430 Move font-lock-builtin-face down from 4 to 7 to better keep the
6431 progression of color brightness, and to better match Org-mode's faces.
6432
6433 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6434
6435 * progmodes/meta-mode.el (meta-font-lock-keywords)
6436 (font-lock-match-meta-declaration-item-and-skip-to-next)
6437 (meta-comment-indent, meta-indent-previous-line)
6438 (meta-indent-unfinished-line, meta-beginning-of-defun)
6439 (meta-end-of-defun, meta-common-initialization): Handle \f.
6440 (meta-indent-unfinished-line): Do not handle a `%' in a string as
6441 a comment-start.
6442
6443 * files.el (file-modes-char-to-who, file-modes-char-to-right)
6444 (file-modes-rights-to-number): Auxiliary functions for symbolic to
6445 numeric notation of file modes.
6446 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
6447 numeric value.
6448 (read-file-modes): New. Read either an octal value of a file mode or a
6449 symbolic value, and return its numeric value.
6450
6451 * dired-aux.el (dired-do-chmod): Change to use the built-in
6452 `set-file-modes' and the previous symbolic mode parsing functions.
6453
6454 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * textmodes/texinfo.el: Remove spurious * in docstrings.
6457 (texinfo-mode-syntax-table, texinfo-mode-map):
6458 Initialize in the declaration.
6459
6460 * tmm.el: Remove spurious * in docstrings.
6461 (tmm-prompt): Use with-current-buffer.
6462
6463 * vcursor.el: Remove spurious * in docstrings.
6464 (vcursor-map): Initialize in the declaration.
6465 (vcursor-use-vcursor-map): Use define-minor-mode.
6466 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
6467
6468 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
6469 Initialize in the declaration.
6470 (widget-minor-mode): Use define-minor-mode.
6471
6472 * woman.el (woman-mode-map, woman-syntax-table):
6473 Initialize in the declaration.
6474
6475 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
6476
6477 * doc-view.el: New file.
6478
6479 2007-09-09 Juri Linkov <juri@jurta.org>
6480
6481 * Makefile.in (update-authors): Add etc/ to AUTHORS.
6482
6483 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
6484
6485 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
6486 to "Startup screen". Fix docstring.
6487 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
6488 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
6489 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
6490 (initial-scratch-message): Fix docstring.
6491 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
6492 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
6493 Add link to "Customize Startup" and set interval between links to
6494 5 spaces.
6495 (fancy-about-text): Add links "Authors" and "Contributing".
6496 (fancy-splash-head): Add text "Welcome to " on the startup screen,
6497 and "This is " on the about screen. Add link to
6498 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
6499 For the about screen move emacs version to the header from
6500 `fancy-splash-tail' (as it's done already for normal about screen).
6501 (fancy-splash-tail): Insert emacs version only for startup screen.
6502 (normal-splash-screen): Remove duplicate empty lines.
6503 (normal-about-screen): Add links "Authors" and "Contributing".
6504
6505 * menu-bar.el (menu-bar-help-menu):
6506 Move "About Emacs" and "About GNU" to the end of the Help menu.
6507 Move "Emacs Psychotherapist" after "Send Bug Report...".
6508 Move "External Packages" after "Find Emacs Packages".
6509
6510 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
6511
6512 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
6513 they are useless with the byte compiler.
6514 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
6515 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
6516 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
6517 (tramp-file-name-real-host, tramp-file-name-port)
6518 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
6519 defuns.
6520
6521 * net/tramp-cache.el (top): Improve error message when
6522 `tramp-persistency-file-name' is corrupted.
6523
6524 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
6525
6526 * textmodes/org.el (org-re): Also replace the :alpha: class.
6527 (org-todo-tag-alist): Variable removed.
6528 (org-todo-key-alist, org-todo-key-trigger): New variables.
6529 (org-use-fast-todo-selection): New option.
6530 (org-log-done): Docstring fixed.
6531 (org-deadline-warning-days): New default value 14.
6532 (org-edit-timestamp-down-means-later): New option.
6533 (org-tag-alist): Docstring fixed.
6534 (org-fast-tag-selection-include-todo): New option.
6535 (org-export-language-setup): New languages added.
6536 (org-set-regexps-and-options): Compute the new variables.
6537 (org-paste-subtree): Cleaning up.
6538 (org-remember-apply-template): New escape %A.
6539 (org-todo): Call fast TODO selection.
6540 (org-fast-todo-selection): New function.
6541 (org-add-log-note): Allow prefix for abort exit.
6542 (org-at-property-p, org-entry-properties)
6543 (org-columns-get-autowidth-alist): Use :alpha: class.
6544 (org-get-wdays): New function.
6545 (org-agenda-remove-date): New variable.
6546 (org-agenda-get-deadlines): Use `org-get-wdays'.
6547 (org-agenda-get-deadlines): Reverse ee before returning.
6548 (org-format-agenda-item): New argument REMOVE-RE.
6549 (org-agenda-convert-date): Baha'i calendar added.
6550 (org-infile-export-plist): Also find DATE line.
6551 (org-get-min-level): New function.
6552 (org-export-as-html, org-export-as-ascii): Use the date format.
6553 (org-shiftup, org-shiftdown): Use.
6554 `org-edit-timestamp-down-means-later'.
6555 (org-assign-fast-keys): New function.
6556
6557 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
6558
6559 * cus-start.el (all): Add prefer-window-split-horizontally from
6560 window.c.
6561
6562 2007-09-08 Eli Zaretskii <eliz@gnu.org>
6563
6564 * net/browse-url.el (browse-url-galeon): Fix last change.
6565 (top-level): Require cl when compiling.
6566
6567 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
6568
6569 * textmodes/org-export-latex.el: arch-tag restored.
6570
6571 * textmodes/org-publish.el: arch-tag restored.
6572
6573 2007-09-08 Masatake YAMATO <jet@gyve.org>
6574
6575 * progmodes/which-func.el (which-func-modes): Add diff-mode.
6576
6577 * progmodes/cc-langs.el: Support new keywords added to
6578 objective-c frontend of gcc.
6579 (c-simple-stmt-kwds): Add @throw.
6580 (c-block-stmt-2-kwds): Add @synchronized.
6581 (c-block-stmt-1-kwds): Add @finally and @try.
6582
6583 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
6584
6585 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
6586 (org-agenda-after-show-hook): New variable.
6587 (org-columns-compile-format)
6588 (org-columns-get-autowidth-alist, org-buffer-property-keys)
6589 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
6590 property names.
6591 (org-get-wdays): New function.
6592
6593 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
6596
6597 * term/xterm.el (xterm-function-map): Initialize in the declaration.
6598
6599 * vc-arch.el (vc-arch-checkin): Fix typo.
6600
6601 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6602
6603 * cus-face.el (custom-theme-set-faces): Set face attributes
6604 locally for each frame.
6605
6606 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
6609 via font-lock-defaults.
6610
6611 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
6612 derived-mode-p.
6613
6614 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
6615
6616 * progmodes/autoconf.el (autoconf-definition-regexp):
6617 Handle optional square brackets around definition name.
6618
6619 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
6620
6621 * net/browse-url.el (browse-url-browser-function): Add elinks.
6622 (browse-url-elinks-wrapper): New option.
6623 (browse-url-encode-url, browse-url-elinks)
6624 (browse-url-elinks-sentinel): New functions.
6625 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
6626 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
6627 Use new function browse-url-encode-url.
6628
6629 2007-09-07 Glenn Morris <rgm@gnu.org>
6630
6631 * version.el (emacs-version): Revert 2007-08-29 change: no need to
6632 say if multi-tty is present.
6633
6634 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * cus-start.el (split-window-preferred-function): Add custom info.
6637
6638 * calendar/holidays.el (holiday-list, calendar-check-holidays)
6639 (calendar-mark-holidays, calendar-list-holidays)
6640 (holiday-filter-visible-calendar): New names to clean up namespace.
6641 (filter-visible-calendar-holidays, list-calendar-holidays)
6642 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
6643 Add compatibility aliases.
6644 (calendar-check-holidays, calendar-mark-holidays)
6645 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
6646 (holiday-sexp): Replace append with list.
6647 (holiday-filter-visible-calendar): Replace append with push.
6648
6649 * woman.el: Remove spurious * in docstrings.
6650 (woman-mini-help, woman-non-underline-faces, woman0-rename)
6651 (woman-topic-all-completions-merge, woman-file-name-all-completions)
6652 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
6653 (woman-write-directory-cache, woman-display-extended-fonts)
6654 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
6655 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
6656 (woman-mode): Use inhibit-read-only.
6657 (woman-negative-vertical-space): Use dotimes.
6658 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
6659
6660 2007-09-06 Romain Francoise <romain@orebokech.com>
6661
6662 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
6663 (vc-bzr-workfile-version): Use it.
6664
6665 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
6666
6667 * complete.el (PC-do-completion): Don't try to treat
6668 empty string as an abbreviation.
6669
6670 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6671
6672 * help-fns.el (describe-variable): Keep doc's text properties.
6673
6674 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
6675
6676 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
6677 instead of a file.
6678
6679 2007-09-06 Glenn Morris <rgm@gnu.org>
6680
6681 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
6682 (checkdoc-minor-mode): Allow user to specify lighter via
6683 checkdoc-minor-mode-string.
6684
6685 2007-09-05 Richard Stallman <rms@gnu.org>
6686
6687 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
6688 Several items removed, simplified, or put on one line.
6689 (fancy-about-text): Add substantial contents, part of startup text.
6690 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
6691 (normal-splash-screen): Call normal-mouse-startup-screen,
6692 normal-no-mouse-startup-screen, or normal-about-screen.
6693 (normal-mouse-startup-screen): New fn, broken out, shortened.
6694 (normal-no-mouse-startup-screen): New fn, broken out.
6695 (normal-about-screen): New function, contents all new.
6696
6697 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6698
6699 * emacs-lisp/rx.el (rx): Fix typo in docstring.
6700
6701 2007-09-05 Glenn Morris <rgm@gnu.org>
6702
6703 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
6704 is bound.
6705
6706 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6707
6708 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
6709 in doc string.
6710
6711 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6712
6713 * server.el (server-start, server-unload-hook): Undo previous change.
6714
6715 * xt-mouse.el: Undo previous change.
6716
6717 2007-09-04 Juri Linkov <juri@jurta.org>
6718
6719 * startup.el (fancy-about-text): New variable.
6720 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6721 (fancy-current-text, fancy-splash-stop-time)
6722 (fancy-splash-outer-buffer): Remove variables.
6723 (fancy-splash-head, fancy-splash-tail): Add new optional argument
6724 `startup' and use it to conditionally display different texts for
6725 Startup and About screens. Don't display Help commands on the About
6726 screen.
6727 (fancy-splash-screens-1): Remove function and move its content to
6728 `fancy-splash-screens' to the part that dislpays the About screen.
6729 (exit-splash-screen): Don't treat specially exiting from
6730 alternating screens.
6731 (fancy-splash-screens): Rename argument `static' to `startup'.
6732 Fix docstring. Remove code for displaying alternating screens.
6733 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6734 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6735 for `inhibit-read-only'.
6736 (normal-splash-screen): Rename argument `static' to `startup'.
6737 Fix docstring. Use argument `startup' to conditionally display
6738 different texts for Startup and About screens. Don't display Help
6739 commands on the About screen. Remove `unwind-protect' `sit-for'
6740 delay and `kill-buffer' after it.
6741 (display-startup-echo-area-message): Remove call to
6742 `use-fancy-splash-screens-p' because image.el is preloaded and
6743 doesn't display "Loading image... done".
6744 (display-splash-screen): Rename argument `static' to `startup'.
6745 Fix docstring.
6746
6747 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6748
6749 * server.el (server-start, server-unload-hook):
6750 suspend-tty-functions has been renamed to suspend-tty-hook.
6751
6752 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6753 resume-tty-hook.
6754
6755 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6756
6757 * loadup.el: Fix merge problem, only load "button" once.
6758
6759 2007-09-03 Glenn Morris <rgm@gnu.org>
6760
6761 * vc-svn.el (vc-svn-print-log): If there is only one file, use
6762 "Working file:" as the prefix, for the sake of
6763 log-view-current-file.
6764
6765 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6766
6767 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6768 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6769 if the selected frames is in
6770 xterm-modify-other-keys-terminal-list.
6771 (xterm-turn-off-modify-other-keys): Add an optional frame
6772 parameter. Only turn off modify-other-keys if FRAME is in
6773 xterm-modify-other-keys-terminal-list.
6774 (xterm-remove-modify-other-keys): New function.
6775 (terminal-init-xterm): Use it. Deal with delete-frame hook.
6776 Add the selected frame to xterm-modify-other-keys-terminal-list.
6777
6778 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6779
6780 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6781 (icon-map-list): New variable.
6782 (x-gtk-map-stock): Use icon-map-list.
6783
6784 2007-09-02 Romain Francoise <romain@orebokech.com>
6785
6786 * log-view.el (log-view-current-file): Balance parens.
6787
6788 2007-09-02 Glenn Morris <rgm@gnu.org>
6789
6790 * comint.el (comint-mode): Don't set scroll-conservatively.
6791
6792 * eshell/em-unix.el (eshell/time): Stringify and flatten the
6793 non-command arguments.
6794
6795 * log-view.el (log-view-current-file): Give a more explicit error
6796 if log-view-file-re fails to find a match.
6797
6798 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6799
6800 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6801 Fix bug: Don't expand top-level file name more than once.
6802 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6803
6804 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * server.el (server-process-filter): Don't display the splash screen.
6807 It's annoying enough on the initial screen and becomes positively
6808 obnoxious here.
6809
6810 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6813 Change naming to use "avl-tree--" for internal functions.
6814
6815 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
6816
6817 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6818 the merge.
6819 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6820 (provide): Move to the end of file.
6821
6822 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6823
6824 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6825
6826 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6827 New variable. List of exceptions for the duplicated word rule.
6828 (flyspell-mark-duplications-flag): Mention it.
6829 (flyspell-word): Treat it.
6830
6831 * files.el (create-file-buffer): If the filename sans directory starts
6832 with spaces, remove them.
6833
6834 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6835
6836 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6837 (x-gtk-map-stock): Use two directory elements when matching
6838 file name.
6839
6840 2007-08-31 James Wright <james@chumsley.org>
6841
6842 * eshell/em-unix.el (eshell/info): New function.
6843
6844 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * frame.el (frame-initialize, make-frame):
6847 * server.el (server-process-filter):
6848 * faces.el (tty-set-up-initial-frame-faces): Don't set
6849 term-environment-variable since it's not used any more.
6850
6851 * env.el (setenv): Don't treat $TERM specially.
6852
6853 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6854 stated otherwise, subprocesses do not send back escape sequences
6855 corresponding to the terminal from which Emacs was started.
6856
6857 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
6858
6859 * calculator.el: Require cl for compilation.
6860
6861 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
6862
6863 * outline.el (outline-font-lock-levels): Comment out unused var.
6864 (outline-font-lock-face): Wrap around face list to handle any
6865 nesting depth gracefully.
6866
6867 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
6868
6869 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6870 `set-file-times'.
6871
6872 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6873
6874 * textmodes/org.el (org-export-visible): Fix drawers before export.
6875 (org-do-sort): Allow sorting by priority.
6876 (org-agenda-files): Ignore non-existing files.
6877 (org-agenda-skip-unavailable-files): New variable.
6878 (org-ellipsis): All a face as value.
6879 (org-mode): Interprete the face value of `org-ellipsis'.
6880 (org-archive-save-context-info): New option.
6881 (org-archive-subtree): Store context info in archived entry.
6882 (org-fast-tag-selection-can-set-todo-state): New variable.
6883 (org-fast-tag-selection): Allow setting TODO states through this
6884 interface.
6885 (org-cycle): Docstring updated.
6886 (org-todo-keyword-faces): New option.
6887 (org-get-todo-face): New function.
6888 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6889 Use `org-get-todo-face'.
6890 (org-switch-to-buffer-other-window): New function.
6891 (org-table-edit-field, org-table-show-reference)
6892 (org-table-edit-formulas, org-add-log-note)
6893 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6894 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6895 `switch-to-buffer-other-window' to make sure that the temporary
6896 windows show up on the current frame.
6897 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6898 (org-get-entries-from-diary, org-replace-region-by-html):
6899 Don't allow pop-up frames.
6900 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6901 Fix problems with time-of-day.
6902 (org-export-get-title-from-subtree): New function.
6903 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6904 with listing items that are DONE.
6905 (org-change-tag-in-region): New command.
6906 (org-agenda-skip-scheduled-if-done)
6907 (org-agenda-skip-deadline-if-done): Docstring clarified.
6908 (org-mode): Hide drawers on startup.
6909 (org-get-todo-face): New function.
6910 (org-todo-keyword-faces): New option.
6911 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6912 (org-remove-keyword-keys): New function.
6913
6914 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6915
6916 * progmodes/grep.el (grep-find-ignored-directories):
6917 Add monotone _MTN bookkeeping directory in workspaces.
6918 Add RCS control directory. List items in alphabetical order.
6919
6920 * progmodes/grep.el (grep-files-aliases): Add cc alias.
6921 Sort items in alphabetical order. Fix parens.
6922
6923 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6924
6925 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6926 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6927 (vc-hg-pull): New functions.
6928 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6929
6930 * term/mac-win.el: Don't require url, only autoloaded url
6931 functions are used in this file.
6932
6933 2007-08-29 Andreas Schwab <schwab@suse.de>
6934
6935 * shell.el (shell): Return correct value from interactive spec.
6936
6937 2007-08-29 Glenn Morris <rgm@gnu.org>
6938
6939 * version.el (emacs-version): Increase to 23.0.50.
6940
6941 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6942
6943 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6944
6945 2007-08-29 Juri Linkov <juri@jurta.org>
6946
6947 * loadup.el: Add "button" loading after "faces" and move "startup"
6948 to load after "button".
6949
6950 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6951
6952 * loadup.el: Load term/mac-win on a Mac using Carbon.
6953
6954 * term/mac-win.el: Provide mac-win.
6955 (mac-initialized): New variable.
6956 (mac-initialize-window-system): New function. Move global setup here.
6957 (handle-args-function-alist, frame-creation-function-alist):
6958 (window-system-initialization-alist): Add mac entries.
6959 (x-setup-function-keys): New function containing all the
6960 top level function key definitions.
6961
6962 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6963
6964 * env.el (read-envvar-name): Don't consider the environment frame param.
6965
6966 * env.el (setenv):
6967 * frame.el (frame-initialize, make-frame):
6968 * faces.el (tty-set-up-initial-frame-faces):
6969 * server.el (server-process-filter): Set
6970 display-environment-variable and term-environment-variable.
6971
6972 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6973
6974 2007-08-29 Jason Rumney <jasonr@gnu.org>
6975
6976 * loadup.el: Only load term/x-win when X is compiled in.
6977 Load term/w32-win and dependencies on windows-nt.
6978
6979 * term/w32-win.el: Reorder to match x-win.el more closely.
6980 Provide w32-win. Don't throw error when global window-system not w32.
6981 (internal-face-interactive): Remove obsolete function.
6982 (x-setup-function-keys): Use local-function-key-map.
6983 (w32-initialized): New variable.
6984 (w32-initialize-window-system): Set it.
6985 Move more global setup here.
6986 (x-setup-function-keys): New function.
6987 (w32-initialize-window-system): Move non function key global setup here.
6988 (x-cut-buffer-max): Remove.
6989 (w32-initialize-window-system): New function.
6990 (handle-args-function-alist, frame-creation-function-alist):
6991 (window-system-initialization-alist): Add w32 entries.
6992
6993 2007-08-29 David Kastrup <dak@gnu.org>
6994
6995 * env.el (getenv): Pass frame to getenv-internal.
6996
6997 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6998
6999 * version.el (emacs-version): Show if multi-tty is present.
7000
7001 * loadup.el: Delay loading env; mule-conf gets confused by cl
7002 during bootstrap. Also load termdev and term/x-win.
7003
7004 * bindings.el (mode-line-client): New variable.
7005 (help-echo): Add it to the default mode-line format.
7006
7007 * cus-start.el: Remove bogus window-system reference from GTK test.
7008
7009 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7010 (ebrowse-electric-position-mode-map):
7011 * ebuff-menu.el (electric-buffer-menu-mode-map):
7012 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7013 not `suspend-emacs'.
7014
7015 * ediff-wind.el (ediff-setup-windows-automatic): New function.
7016 (ediff-window-setup-function): Use it as default.
7017
7018 * files.el (save-buffers-kill-terminal): New function.
7019 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7020
7021 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7022 and `with-selected-frame'.
7023
7024 * help-fns.el (describe-variable): Describe frame-local variables
7025 correctly.
7026
7027 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7028 display support.
7029 (normal-erase-is-backspace-setup-frame): New function.
7030
7031 * subr.el (with-selected-frame): New function.
7032 (read-quoted-char): Use terminal-local binding of
7033 local-function-key-map instead of function-key-map.
7034
7035 * talk.el (talk): New function.
7036 (talk-handle-delete-frame): New function.
7037 (talk-add-display): Open a new frame only if FRAME was not a frame.
7038
7039 * termdev.el: New file.
7040
7041 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
7042 * term/x-win.el: Don't bind f10.
7043 * tmm.el: Remove autoload binding for f10.
7044
7045 * international/encoded-kb.el (encoded-kbd-setup-display): Use
7046 `set-input-meta-mode'. Fix broken condition before set-input-mode.
7047 Store the saved input method as a terminal parameter. Add keymap
7048 parameter. Use it instead of changing key-translation-map directly.
7049 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7050 Remove.
7051 (encoded-kbd-setup-display): New function.
7052
7053 * international/mule-cmds.el (set-locale-environment): Fix getenv
7054 call. Use save-buffers-kill-terminal. Ignore window-system; always
7055 set the keyboard coding system. Add DISPLAY parameter.
7056 (set-display-table-and-terminal-coding-system): Add DISPLAY
7057 parameter. Pass it to set-terminal-coding-system.
7058
7059 * international/mule.el (keyboard-coding-system): Test for
7060 encoded-kbd-setup-display, not encoded-kbd-mode.
7061 (set-terminal-coding-system, set-keyboard-coding-system): Add
7062 DISPLAY parameter.
7063 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7064
7065 * term/README: Update.
7066
7067 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7068
7069 * term/x-win.el (x-setup-function-keys): New function. Move
7070 function-key-map tweaks here. Protect against multiple calls on
7071 the same terminal. Use terminal-local binding of
7072 local-function-key-map instead of function-key-map.
7073 (x-initialize-window-system): Make a copy of pure list. Pass a
7074 frame getenv.
7075
7076 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7077 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7078 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7079 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7080 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7081 local-function-key-map instead of function-key-map.
7082
7083 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7084 `substitute-key-definition' and `define-key' calls against
7085 multiple execution. Use terminal-local binding of
7086 local-function-key-map instead of function-key-map. Pass a frame
7087 to getenv.
7088
7089 * edmacro.el (edmacro-format-keys):
7090 * emulation/cua-base.el (cua--pre-command-handler):
7091 * isearch.el (isearch-other-meta-char):
7092 * xt-mouse.el: Use terminal-local binding of
7093 local-function-key-map instead of function-key-map.
7094
7095 * fringe.el (set-fringe-mode): Simplify and fix using
7096 `modify-all-frames-parameters'.
7097 * scroll-bar.el (set-scroll-bar-mode): Ditto.
7098 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
7099 check before calling `tool-bar-setup'.
7100 (tool-bar-setup): New variable.
7101 (tool-bar-setup): Use it to guard against multiple calls. Add
7102 optional frame parameter, and select that frame before adding items.
7103 (toggle-tool-bar-mode-from-frame): New function.
7104
7105 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7106 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7107 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7108 "Tool-bar" toggles to reflect the state of the current frame.
7109 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7110
7111 * env.el: Require cl for byte compilation (for `block' and `return').
7112 (environment, setenv-internal): New functions.
7113 (let-environment): New macro.
7114 (setenv, getenv): Add optional terminal parameter. Update docs.
7115 (setenv): Use setenv-internal. Always set process-environment.
7116 Handle `local-environment-variables'.
7117 (read-envvar-name, setenv, getenv): Use frame parameters
7118 to store the local environment, not terminal parameters. Include
7119 `process-environment' as well.
7120
7121 * faces.el (tty-run-terminal-initialization): New function.
7122 (tty-create-frame-with-faces): Use it. Set up faces and
7123 background mode only after the terminal has been initialized.
7124 Call terminal-init-*. Don't load the initialization file more
7125 than once. Call set-locale-environment.
7126 (frame-set-background-mode): Handle the 'background-mode terminal
7127 parameter.
7128 (tty-find-type): New function.
7129 (x-create-frame-with-faces): Remove bogus check for
7130 first frame. Call `tool-bar-setup'. Don't make frame visible
7131 until we are done setting up all its parameters. Call
7132 x-setup-function-keys.
7133
7134 * frame.el (make-frame): Always inherit 'environment and 'client
7135 parameters. Set up the 'environment frame parameter, when needed.
7136 Also inherit 'client parameter. Don't override explicitly
7137 specified values with inherited ones. Add 'terminal frame
7138 parameter. Append window-system-default-frame-alist to parameters
7139 before calling frame-creation-function.
7140 (frame-initialize): Copy the environment from the initial frame.
7141 (window-system-default-frame-alist): Enhance doc string.
7142 (frame-notice-user-settings): Don't put 'tool-bar-lines in
7143 `default-frame-alist' when initial frame is on a tty.
7144 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7145 Remove specified parameters from `window-system-default-frame-alist'.
7146 (make-frame-on-tty, framep-on-display, suspend-frame):
7147 Extend doc string, update parameter names.
7148 (frames-on-display-list): Use terminal-id to get the display id.
7149 (frame-notice-user-settings): Extend to apply
7150 settings in `window-system-default-frame-alist' as well.
7151 (terminal-id, terminal-parameters, terminal-parameter)
7152 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7153 (delete-frame-functions): Add to `delete-frame-functions' hook.
7154 (blink-cursor-mode): Adapt blink-cursor-mode default
7155 value from startup.el.
7156 (make-frame-on-display): Protect condition on x-initialized when
7157 x-win.el is not loaded. Update doc.
7158 (suspend-frame): Use display-controlling-tty-p to decide between
7159 suspend-emacs and suspend-tty.
7160 (frames-on-display-list): Update for display ids.
7161 (framep-on-display): Ditto.
7162 (suspend-frame): Use display-name, not frame-tty-name.
7163 (selected-terminal): New function.
7164
7165 * server.el: Use `device' instead of `display' or `display-id' in
7166 variable and client parameter names.
7167 (server-select-display): Remove (unused).
7168 (server-tty-live-p, server-handle-delete-tty): Remove.
7169 (server-unquote-arg, server-quote-arg, server-buffer-clients):
7170 Update docs.
7171 (server-getenv-from, server-with-environment, server-send-string)
7172 (server-save-buffers-kill-terminal): New functions.
7173 (server-delete-client): Handle quits in kill-buffer. Don't kill
7174 modified buffers. Add extra logging. Delete frames after
7175 deleting the tty. Clear 'client parameter before deleting a frame.
7176 Use delete-display, not delete-tty.
7177 (server-visit-files): Don't set `server-existing-buffer' if the
7178 buffer already has other clients. Return list of buffers
7179 created. Update doc. Don't set client-record when nowait.
7180 (server-handle-delete-frame): Delete the client if this was its
7181 last frame. Check that the frame is alive. Remove bogus comment.
7182 Add note on possible race condition. Delete tty clients, if needed.
7183 (server-handle-suspend-tty): Use server-send-string. Kill the
7184 client in case of errors from process-send-string. Use the display
7185 parameter.
7186 (server-unload-hook): Remove obsolete delete-tty hook.
7187 (server-start): Ask before restarting if the old server still has
7188 clients. Add feedback messages. Remove obsolete delete-tty hook.
7189 (server-process-filter): Use server-send-string. Accept `-dir'
7190 command. Switch to *scratch* immediately after creating the frame,
7191 before evaluating any -evals. Protect `display-splash-screen'
7192 call in a condition-case. Explain why. Call
7193 `display-startup-echo-area-message' before
7194 `display-splash-screen'. Don't display the splash screen when no
7195 frame was created. Show the Emacs splash screen and startup echo
7196 area message. Display the *scratch* buffer by default. Store the
7197 local environment in a frame (not terminal) parameter. Do not try
7198 to decode environment strings. Fix reference to the 'display
7199 frame parameter. Change syntax of environment variables. Put
7200 environment into terminal parameters, not client parameters. Use
7201 a dummy client with --no-wait's X frames. In `-position LINE'
7202 handler, don't ruin the request string until the line number is
7203 extracted. Log opened files. Handle -current-frame command.
7204 Don't create frames when it is given. Don't bind X frames to the
7205 client when we are in -no-wait mode. Set locale environment
7206 variables from client while creating tty frames. Disable call to
7207 configure-display-for-locale. When processing -position command,
7208 don't change the request string until the parameters are
7209 extracted. Don't try to create an X frame when Emacs does not
7210 support it. Improve logging. Temporarily set ncurses-related
7211 environment variables to those of the client while creating a new
7212 tty frame. Select buffers opened by nowait clients, don't leave
7213 them buried under others. Set the display parameter, and use it
7214 when appropriate.
7215
7216 * startup.el (display-startup-echo-area-message): Handle
7217 `inhibit-startup-echo-area-message' here.
7218 (command-line-1): Moved from here.
7219 (fancy-splash-screens): Use `overriding-local-map' instead of
7220 `overriding-terminal-local-map' for now; the latter doesn't work
7221 right, it looses keypresses to another terminal. Use
7222 `overriding-terminal-local-map' to set up keymap. Install a
7223 `delete-frame-functions' hook to catch `delete-frame' events.
7224 Ignore `select-window' events to cope better with
7225 `focus-follows-mouse'. Don't switch back to the original buffer
7226 if the splash frame has been killed. Restore previous buffer, even
7227 if it's *scratch*.
7228 (normal-splash-screen): Don't let-bind `mode-line-format'; it
7229 changes the global binding - setq it instead. Use
7230 `save-buffers-kill-terminal'.
7231 (display-splash-screen): Don't do anything if the splash screen is
7232 already displayed elsewhere.
7233 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
7234 (command-line): Replace duplicated code with a call to
7235 tty-run-terminal-initialization. Don't load the terminal
7236 initialization file more than once. Remove call to nonexistent
7237 function `set-locale-translation-file-name'.
7238
7239 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
7240 parameters.
7241 (xterm-mouse-position-function, xterm-mouse-event): Update.
7242 (xterm-mouse-mode): Don't depend on current value of window-system.
7243 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
7244 Update for multi-tty.
7245 (turn-on-xterm-mouse-tracking-on-terminal)
7246 (turn-off-xterm-mouse-tracking-on-terminal)
7247 (xterm-mouse-handle-delete-frame): New functions.
7248 (delete-frame-functions, after-make-frame-functions)
7249 (suspend-tty-functions, resume-tty-functions): Install extra hooks
7250 for multi-tty.
7251
7252 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7253
7254 * simple.el (invisible-p): Remove: implemented in C now.
7255 (line-move-invisible-p): Remove obsolete alias.
7256
7257 2007-08-28 Juri Linkov <juri@jurta.org>
7258
7259 * image-mode.el (image-type): New variable.
7260 (image-mode): Set default major mode name to "Image[text]".
7261 (image-minor-mode): Change LIGHTER to display image-type in the
7262 mode line.
7263 (image-minor-mode): Set default image-type to "text".
7264 (image-toggle-display): After switching to text mode, set
7265 image-type to "text" and major mode name to "Image[text]".
7266 After switching to image mode, set image-type to actual image
7267 type, and add image type to major mode name. Let-bind the same
7268 variable names as arguments of `image-type' and `create-image'.
7269 Bind `type' to the result of `image-type' and use it as arg
7270 of `create-image' to not determine the image type twice.
7271
7272 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
7273
7274 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
7275 (tramp-set-file-uid-gid, tramp-get-local-uid)
7276 (tramp-get-local-gid): New defuns.
7277 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
7278 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
7279 Improve fast track.
7280 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
7281 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
7282 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
7283 (tramp-handle-write-region): Improve fast track.
7284 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
7285 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
7286 be nil.
7287
7288 2007-08-28 Ivan Kanis <apple@kanis.eu>
7289
7290 * time.el: New feature to display several time zones in a buffer.
7291 (display-time-world-mode, display-time-world-display)
7292 (display-time-world, display-time-world-timer): New functions.
7293 (display-time-world-list, display-time-world-time-format)
7294 (display-time-world-buffer-name, display-time-world-timer-enable)
7295 (display-time-world-timer-second, display-time-world-mode-map):
7296 New variables.
7297
7298 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7299
7300 * term/x-win.el (x-gtk-stock-map): New variable.
7301 (x-gtk-map-stock): New function.
7302
7303 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
7304 prev/next-node.
7305
7306 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7307
7308 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
7309
7310 2007-08-28 Glenn Morris <rgm@gnu.org>
7311
7312 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
7313
7314 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7315
7316 * progmodes/modula2.el (m2-definition, m2-module):
7317 Don't use previous-line. Reported by T. V. Raman.
7318
7319 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7320
7321 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
7322 argument to tool-bar-mode call.
7323
7324 2007-08-27 Glenn Morris <rgm@gnu.org>
7325
7326 * diff-mode.el (diff-find-file-name): Only accept regular files,
7327 to rule out /dev/null, directories, etc.
7328
7329 * vc-svn.el (vc-svn-diff): If the repository version of all the
7330 files is the same as the specified OLDVERS, do a local diff.
7331
7332 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
7335 of buffers in uniquify-managed.
7336
7337 * simple.el (invisible-p): Rename from text-invisible-p.
7338 Update callers.
7339
7340 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
7343 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
7344 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
7345 (cperl-etags-goto-tag-location): Use new style backquotes.
7346
7347 * net/browse-url.el: Remove spurious * in custom docstrings.
7348 (browse-url-filename-alist): Use new-style backquote.
7349
7350 * emacs-lisp/backquote.el (backquote-unquote-symbol)
7351 (backquote-splice-symbol): Clarify they're not new-style unquotes.
7352
7353 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
7354 (\,@): Backslash the , and ,@ which are not new-style unquotes.
7355
7356 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
7357
7358 * net/socks.el (socks-username/password-auth-filter):
7359 Remove unused vars `state' and `desired-len'.
7360 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
7361 (socks-wait-for-state-change): Use new-style backquotes.
7362
7363 * pcvs.el (cvs-mode-status): Fix long-standing typo.
7364
7365 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
7366 backquotes after each `read' rather than once per buffer.
7367
7368 * dframe.el: Remove spurious * in custom docstrings.
7369 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
7370 (dframe-xemacs20p): Remove, inline at the sole use point.
7371 (defface): Don't defvar the face, don't use old-style backquote.
7372 (defcustom): Don't use old-style backquote.
7373 (dframe-frame-parameter, dframe-mouse-event-p):
7374 Make it obvious that it's always defined.
7375 (dframe-popup-kludge): New function to replace
7376 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
7377 (dframe-frame-mode, dframe-set-timer-internal)
7378 (dframe-mouse-set-point): Remove use of with-no-warnings from
7379 XEmacs-specific code.
7380 (dframe-set-timer-internal): Fix very old bug with
7381 post-command-idle-hook.
7382
7383 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
7384
7385 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7386
7387 * emacs-lisp/avl-tree.el: New file.
7388
7389 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7390
7391 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
7392 was used.
7393
7394 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
7395
7396 * complete.el (PC-do-completion): Make RET accept a non-unique but
7397 complete expansion again.
7398
7399 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
7400
7401 * eshell/esh-opt.el (eshell-eval-using-options):
7402 Add debug declaration.
7403
7404 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7405
7406 * log-view.el (log-view-toggle-mark-entry): Add docstring.
7407 (log-view-get-marked): Likewise.
7408
7409 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
7410 (vc-delete-automatic-version-backups): Likewise.
7411
7412 * vc.el (vc-dired-buffers-for-dir): Likewise.
7413
7414 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
7415
7416 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
7417 safe-local-variable setting.
7418 * progmodes/perl-mode.el (perl-indent-level): Likewise.
7419
7420 * log-view.el (log-view-marked-list): Delete variable.
7421 (log-view-mode): Don't use it.
7422 (log-view-toggle-mark-entry): Likewise, simplify.
7423 (log-view-current-tag): Don't return properties.
7424 (log-view-get-marked): New function.
7425
7426 2007-08-25 Alexandre Julliard <julliard@winehq.org>
7427
7428 * vc-git.el (vc-git-mode-line-string): New function.
7429
7430 2007-08-25 Alan Mackenzie <acm@muc.de>
7431
7432 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
7433 new language variable.
7434
7435 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
7436 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
7437 "extern" etc., rather than BOI. Fix addition of spurious
7438 syntactic-symbol 'defun-block-intro, replacing it with
7439 'innamespace, etc.
7440
7441 2007-08-25 Juri Linkov <juri@jurta.org>
7442
7443 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
7444
7445 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
7446 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
7447 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
7448
7449 * image.el (image-type-header-regexps): Use more complex regexp for svg.
7450 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
7451 (image-type-auto-detectable): Add (svg . maybe).
7452
7453 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
7454 to treat it like .tgz.
7455
7456 * calendar/cal-bahai.el: Add file coding cookie.
7457
7458 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
7459
7460 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
7461 Don't behave differently when executed via M-x. Add doc string.
7462
7463 * sort.el (sort-fold-case, sort-numeric-base): Mark as
7464 safe-local-variable.
7465
7466 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
7467
7468 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
7469 the default value.
7470 (math-calendar-tzinfo): New variable.
7471 (math-get-calendar-tzinfo): New function.
7472 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
7473 to get information when zone is nil.
7474
7475 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7476
7477 * log-view.el (log-view-toggle-mark-entry): New function.
7478 (log-view-mode-map): Bind it.
7479 (log-view-marked-list): New variable.
7480 (log-view-mode): Make it local.
7481
7482 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7483
7484 * play/zone.el (zone-pgm-rat-race): New func.
7485 (zone-programs): Add `zone-pgm-rat-race'.
7486
7487 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
7490 a list.
7491
7492 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7493
7494 * progmodes/hideshow.el (hs-match-data): Delete alias.
7495 (hs-hide-block-at-point, hs-find-block-beginning)
7496 (hs-show-block): Use `match-data' directly.
7497
7498 2007-08-24 Martin Rudalics <rudalics@gmx.at>
7499
7500 * format.el (format-alist): Fix typo in doc-string.
7501
7502 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
7503
7504 * net/tramp.el (tramp-local-host-p): New defun.
7505 (tramp-handle-file-local-copy, tramp-handle-write-region):
7506 Implement fast track when being on the local host.
7507 (tramp-file-name-handler): Don't set "started" property. It shall
7508 be reserved for the "ftp" method.
7509 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
7510
7511 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
7512 (tramp-ftp-file-name-handler): Set "started" property.
7513
7514 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
7515
7516 * files.el (backup-buffer-copy): Don't wrap delete in
7517 condition-case, only try to delete if file exists.
7518
7519 2007-08-24 Glenn Morris <rgm@gnu.org>
7520
7521 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
7522
7523 * startup.el (tutorial-directory): Set with eval-at-startup so it
7524 gets the right value in an installed Emacs.
7525
7526 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7527
7528 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
7529 (eldoc-highlight-function-argument): Use it.
7530
7531 2007-08-23 Masatake YAMATO <jet@gyve.org>
7532
7533 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
7534 name of parameters in document body.
7535
7536 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
7539 (byte-compile-output-as-comment): Use with-current-buffer rather than
7540 a weird set-buffer&prog1 combination.
7541
7542 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
7543 test so as to optimise cases where the `progn's result is constant.
7544
7545 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7546
7547 * locate.el (locate-get-file-positions):
7548 Use line-beginning-position and line-end-position.
7549
7550 2007-08-23 John Wiegley <johnw@newartisans.com>
7551
7552 * calendar/cal-bahai.el: Added in the diacriticals that were
7553 missing for many of the month names.
7554
7555 2007-08-22 Jason Rumney <jasonr@gnu.org>
7556
7557 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
7558
7559 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * image-mode.el (image-minor-mode): Use image-mode-text-map.
7562
7563 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
7564
7565 * dabbrev.el (dabbrev--progress-reporter): New variable.
7566 (dabbrev--scanning-message): Delete func.
7567 (dabbrev--find-expansion): Use a progress reporter
7568 instead of dabbrev--scanning-message.
7569
7570 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7571
7572 * comint.el (comint-exec-1): Raise an error if
7573 `start-file-process' does not return a process object.
7574
7575 * shell.el (shell): Prompt for `default-directory' if it is a
7576 remote file name, and if called with a prefix arg.
7577
7578 2007-08-22 Sam Steingold <sds@gnu.org>
7579
7580 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
7581
7582 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7583
7584 * textmodes/org-export-latex.el: New file.
7585
7586 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
7587
7588 * textmodes/org.el (org-agenda-skip): Allow a form for
7589 `org-agenda-skip-function'.
7590 (org-agenda-redo): Re-use local settings.
7591 (org-agenda): Store local settings.
7592 (org-agenda-deadline-faces): New option.
7593 (org-agenda-deadline-face): New function.
7594 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
7595 entries on their due date.
7596 (org-agenda-get-timestamps): No longer handle the due dates of
7597 schedules and deadline items.
7598 (org-insert-link-global, org-open-at-point-global): New commands.
7599 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
7600 :for-ascii parameter.
7601 (org-skip-comments): Function removed.
7602 (org-cleaned-string-for-export): Handle special table lines.
7603 (org-global-properties): New option.
7604 (org-entry-get-with-inheritance): Check global properties.
7605 (org-local-properties): New variable.
7606 (org-set-regexps-and-options): Find the #+PROPERTY line.
7607 (org-link-types): Change type into variable (was constant).
7608 (org-make-link-regexps): New function.
7609 (org-link-re-with-space, org-link-re-with-space2)
7610 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
7611 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
7612 these regular expressions happens now in the function
7613 `org-make-link-regexps'.
7614 (org-store-link): Call the functions in
7615 `org-store-link-functions'.
7616 (org-add-link-type): New function.
7617 (org-store-link-functions): New variable.
7618 (org-activate-tags): Force matches to be in headlines.
7619 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
7620 (org-columns-display-here): Make sure this works in a narrowed
7621 buffer by checking for point-min.
7622 (org-columns-display-here): Make the rest of the line intangible,
7623 so that point never can be there.
7624 (org-cleaned-string-for-export): Use `with-current-buffer'.
7625 (org-replace-region-by-html): Use `with-current-buffer'.
7626 (org-unfontify-region, org-do-occur, org-columns-display-here)
7627 (org-columns-remove-overlays, org-columns-quit)
7628 (org-columns-edit-value, org-columns-next-allowed-value)
7629 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
7630 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
7631 (org-agenda-todo, org-agenda-change-all-lines)
7632 (org-agenda-align-tags, org-agenda-priority)
7633 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
7634 (org-agenda-show-new-time, org-cleaned-string-for-export)
7635 (org-export-grab-title-from-buffer)
7636 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
7637 instead of `buffer-read-only'.
7638 (org-export-as-html): Set `coding-system-for-write'.
7639 (org-remember-store-without-prompt): New option.
7640 (org-archive-subtree): Fixed bug with modifying TODO keyword.
7641 (org-beginning-of-line): Also treat C-a special in items.
7642 (org-table-convert-refs-to-rc): Fixed problem with column
7643 reference after "..".
7644 (org-columns-compute): Don't mark buffer modified because of text
7645 properties.
7646 (org-batch-store-agenda-views): Use the variable
7647 `default-directory', not the function.
7648 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
7649 (org-clock-out-when-done): New option.
7650 (org-html-entities): Added HTML entities for smileys.
7651
7652 2007-08-22 Glenn Morris <rgm@gnu.org>
7653
7654 * image.el (create-image): Doc fix.
7655
7656 * startup.el (tutorial-directory): New constant.
7657 (fancy-splash-text): Tutorials now in tutorial-directory.
7658 * tutorial.el (help-with-tutorial): Tutorials now in
7659 tutorial-directory.
7660
7661 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7662
7663 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
7664 otherwise.
7665 (tramp-get-remote-path): New defun. Replace occurrences of
7666 `tramp-default-remote-path' by this function.
7667 (tramp-set-remote-path): Move most of the code to
7668 `tramp-get-remote-path'.
7669 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
7670 existing directories, this is done already in
7671 `tramp-get-remote-path'.
7672
7673 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7674
7675 * image-file.el (image-file-name-extensions): Add "svg".
7676 * image.el (image-type-header-regexps): Add svg entry.
7677
7678 2007-08-22 Glenn Morris <rgm@gnu.org>
7679
7680 * files.el (backup-buffer-copy): Check backup directory is
7681 writable, to avoid infloop deleting old backup.
7682
7683 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
7684 movemail related variables.
7685 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
7686 will now be set before this is called.
7687
7688 2007-08-21 Juri Linkov <juri@jurta.org>
7689
7690 * delsel.el (delete-selection-pre-hook):
7691 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
7692 instead of checking last-command.
7693
7694 2007-08-21 Juri Linkov <juri@jurta.org>
7695
7696 * loadup.el: Preload "button".
7697
7698 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7701 Add previous-line and next-line.
7702
7703 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
7704 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
7705
7706 * vc-hooks.el (vc-menu-entry): New var.
7707 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
7708 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
7709 (vc-menu-map): Declare and initialize in one step.
7710 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
7711
7712 * menu-bar.el (vc-menu-map): Don't setup any more.
7713 Instead, just create the proper spot in the menu.
7714
7715 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * smerge-mode.el (smerge-resolve): New arg `safe'.
7718 (smerge-resolve-all, smerge-batch-resolve): New function.
7719 (smerge-refine): Make sure `diff' returns the expected result.
7720 (smerge-parsep-re): New const.
7721 (smerge-mode): Use it to adjust paragraph-separate.
7722
7723 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7724 Correctly match / regexp matchers as first char on a line when
7725 fontifying only that line.
7726
7727 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7728
7729 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * vc-bzr.el: Don't fiddle with vc-handled-backend.
7732 (vc-bzr-registered): Don't redundantly protect against
7733 file-error. Actually use the format-specific code.
7734 (vc-bzr-buffer-nonblank-p): Remove.
7735 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7736
7737 2007-08-20 Juri Linkov <juri@jurta.org>
7738
7739 * startup.el (fancy-splash-text): Change multiple tabs into one
7740 tab. Remove "Useful File menu items" section (with "Exit Emacs"
7741 and "Recover Crashed Session").
7742 (fancy-splash-screens): Set tab-width to 22.
7743 (normal-splash-screen): Replace literal tabs with \t and
7744 fix whitespace. Remove "Useful File menu items" section (with
7745 "Exit Emacs" and "Recover Crashed Session").
7746
7747 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7748
7749 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7750 extracted from `eval-last-sexp-1'.
7751 (eval-last-sexp-1): Call `preceding-sexp'.
7752
7753 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
7754
7755 * vc-rcs.el (vc-rcs-annotate-command):
7756 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7757 Add back :vc-annotate-prefix propertization.
7758
7759 2007-08-20 Andreas Schwab <schwab@suse.de>
7760
7761 * mail/rmail.el (rmail-autodetect): Doc fix.
7762
7763 2007-08-19 Juri Linkov <juri@jurta.org>
7764
7765 * startup.el (normal-splash-screen): Add more links.
7766
7767 2007-08-19 Juri Linkov <juri@jurta.org>
7768
7769 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7770 because it's common to both types of splash screen: fancy and normal.
7771 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7772 (exit-splash-screen): Rename from `fancy-splash-quit'.
7773 Use `quit-window' instead of `kill-buffer'.
7774 (fancy-splash-head): Use make-button to insert GNU image link.
7775 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7776 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7777 (normal-splash-screen): Put "Browse manuals" on the same line with
7778 "Emacs manual". Remove descriptions from "Useful tasks" and put
7779 all links in two columns on two lines.
7780
7781 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
7782
7783 * emulation/viper.el (viper-remove-hooks): Remove some additional
7784 viper hooks when the user calls viper-go-away.
7785 (viper-go-away): Restore the default of default-major-mode.
7786 Save the value of default-major-mode before vaperization.
7787
7788 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7789
7790 * emulation/viper-ex.el: Replace error "" with "Viper bell".
7791
7792 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7793 buffer for which file is created.
7794
7795 2007-08-19 Glenn Morris <rgm@gnu.org>
7796
7797 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7798 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7799 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
7800 shadow files messing up the compilation.
7801
7802 2007-08-18 Glenn Morris <rgm@gnu.org>
7803
7804 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7805 string. Also apply eldoc-argument-case in the help-split-fundoc
7806 case. Adapt for changed behavior of eldoc-function-argstring,
7807 eldoc-function-argstring-format, and
7808 eldoc-highlight-function-argument.
7809 (eldoc-highlight-function-argument): Handle nil INDEX argument,
7810 just call eldoc-docstring-format-sym-doc in that case.
7811 (eldoc-function-argstring): Change the behavior. Now it converts
7812 an argument list to a string.
7813 (eldoc-function-argstring-format): Change the behavior. Now it
7814 applies `eldoc-argument-case' to a string.
7815
7816 * progmodes/scheme.el (scheme-mode-variables): Set
7817 font-lock-comment-start-skip.
7818
7819 2007-08-18 Martin Rudalics <rudalics@gmx.at>
7820
7821 * progmodes/ada-mode.el (ada-create-syntax-table): Move
7822 set-syntax-table from here to ...
7823 (ada-mode): ... here. Do not change global value of
7824 comment-multi-line. Call new function
7825 ada-initialize-syntax-table-properties and add new function
7826 ada-handle-syntax-table-properties to font-lock-mode-hook.
7827 (ada-deactivate-properties, ada-initialize-properties): Replace
7828 by new functions ...
7829 (ada-handle-syntax-table-properties)
7830 (ada-initialize-syntax-table-properties)
7831 (ada-set-syntax-table-properties): ... to set up syntax-table
7832 properties uniformly, independently from whether font-lock-mode
7833 is enabled or not. Handle read-only buffers and do not change
7834 undo-list when setting syntax-table properties.
7835 (ada-after-change-function): Use ada-set-syntax-table-properties.
7836
7837 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7838
7839 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7840 (meta-indent-current-nesting): Use a computation of the nesting
7841 instead.
7842 (meta-indent-current-indentation): Indentation is given according
7843 to nesting and if the previous line was finished or not.
7844 (meta-indent-unfinished-line): Tell if the current line ends with
7845 a finished expression.
7846 (meta-indent-looking-at-code): Like `looking-at', but checks if
7847 the point is in a string before.
7848 (meta-indent-level-count): Use it. Don't count parenthesis as it's
7849 done in the nesting function.
7850 (meta-indent-in-string-p): Tell if the current point is in a
7851 string.
7852 (meta-indent-calculate): Treat b-o-b as a special case. Use the
7853 previous functions.
7854
7855 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
7856
7857 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7858 (copyright-update-year, copyright-update)
7859 (copyright-fix-years): Use it.
7860
7861 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
7862
7863 * emacs-lisp/copyright.el (copyright-update-year):
7864 Fix bug: Handle nil copyright-limit.
7865
7866 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7867
7868 * calc/calc-units.el (math-standard-units): Give exact
7869 conversion for tsp.
7870
7871 * calc/calc.el (math-bignum-digit-length): Compute the
7872 appropriate value.
7873
7874 * calc/calc-bin.el (math-bignum-logb-digit-size)
7875 (math-bignum-digit-power-of-two):
7876 * calc/calc-comb.el (math-small-factorial-table):
7877 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7878 (math-approx-gamma-const):
7879 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7880 (math-besY1, math-bernoulli-b-cache):
7881 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7882 Remove `eval-when-compile's.
7883
7884 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7885
7886 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7887 (cperl-find-pods-heres): Fix an error when typing expressions like
7888 `s{a}{b}'.
7889
7890 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7891
7892 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7893 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7894 a special case (there's no build number).
7895
7896 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7897
7898 * completion.el (symbol-under-point, symbol-before-point)
7899 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7900
7901 2007-08-17 Glenn Morris <rgm@gnu.org>
7902
7903 * progmodes/compile.el (compilation-get-file-structure): Make use
7904 of the directory part when checking for an existing entry, to
7905 handle files with same basename in different directories.
7906
7907 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7908
7909 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7910
7911 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7912
7913 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7914 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7915 (ps-paragraph-spacing): Docstring fix.
7916
7917 2007-08-16 Glenn Morris <rgm@gnu.org>
7918
7919 * ps-print.el (ps-font-size): Doc fix.
7920
7921 2007-08-16 Richard Stallman <rms@gnu.org>
7922
7923 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7924
7925 2007-08-15 Juri Linkov <juri@jurta.org>
7926
7927 * startup.el (initialization): Change parent group from `internal'
7928 to `environment'.
7929 (initial-buffer-choice): New variable.
7930 (command-line): Revert 2007-07-02 change that sets
7931 buffer-offer-save in *scratch* and enables auto-save in it.
7932 (fancy-splash-text): Add links to existing items. Add new items
7933 with links for useful tasks. Move information about Control-g to
7934 fancy-splash-head. Move "Emacs Guided Tour" to the end.
7935 (fancy-splash-keymap): New variable.
7936 (fancy-splash-last-input-event): Remove variable.
7937 (fancy-splash-insert): Add processing of `:link' element.
7938 (fancy-splash-head): Replace "Type Control-l to begin editing"
7939 with "Type `q' to exit".
7940 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7941 (fancy-splash-default-action, fancy-splash-special-event-action):
7942 Remove functions.
7943 (fancy-splash-quit): New function.
7944 (fancy-splash-screens): Rename input arg from `hide-on-input' to
7945 `static' and reverse the condition of its usage. Don't preserve
7946 original values of `minor-mode-map-alist',
7947 `emulation-mode-map-alists', `special-event-map'.
7948 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7949 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7950 Remove processing of special events. Use local key map
7951 `fancy-splash-keymap'. Set buffer to read-only.
7952 (normal-splash-screen): Rename input arg from `hide-on-input' to
7953 `static' and reverse the condition of its usage.
7954 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7955 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7956 Add links to existing items. Add new items with links for useful
7957 tasks. Use local key map `fancy-splash-keymap'.
7958 (display-splash-screen): Rename input arg from `hide-on-input' to
7959 `static'.
7960 (about-emacs): Add alias to display-splash-screen.
7961 (command-line-1): Use `initial-buffer-choice'.
7962
7963 * menu-bar.el (menu-bar-help-menu):
7964 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7965 item to about-emacs instead of display-splash-screen.
7966
7967 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7968
7969 * calc/calc-units.el (math-standard-units): Update values.
7970 Put in exact, rational values when possible.
7971 (math-unit-prefixes): Replace floats with powers of ten.
7972 (math-standard-units-systems): Replace floats with integers.
7973 (math-make-unit-string): Remove extra spaces in output.
7974
7975 2007-08-15 Glenn Morris <rgm@gnu.org>
7976
7977 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7978 sloppier, for the sake of GNU Mailman.
7979 (rmail-digest-rfc1153): Initialize `result' correctly.
7980
7981 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7982
7983 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7984 in the mail title. Suggested by Reiner Steib.
7985
7986 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
7987
7988 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7989 representation of integers to the list of outputs.
7990
7991 2007-08-14 Glenn Morris <rgm@gnu.org>
7992
7993 * simple.el (bad-packages-alist): New constant.
7994 (bad-package-check): New function. Together, these two add elements
7995 to `after-load-alist' to check for problematic external packages.
7996 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7997
7998 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7999
8000 * calc/calc-units.el (math-get-standard-units)
8001 (math-get-units, math-make-unit-string)
8002 (math-get-default-units, math-put-default-units): New functions.
8003 (math-default-units-table): New variable.
8004 (calc-convert-units, calc-convert-temperature): Add machinery
8005 to supply default values.
8006
8007 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8010 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8011 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8012 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8013
8014 * emulation/tpu-extras.el: Remove spurious * in docstrings.
8015 Put its autoloads into tpu-edt.el rather than loaddefs.el.
8016 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8017 Make into a proper minor-mode.
8018 (tpu-backward-char, tpu-next-line, tpu-previous-line)
8019 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8020 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8021 (tpu-set-cursor-free, tpu-set-cursor-bound):
8022 Delegate to tpu-cursor-free-mode.
8023 (tpu-next-line, tpu-previous-line, tpu-forward-line)
8024 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8025 Use line-move or forward-line instead of next-line-internal.
8026
8027 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
8028
8029 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8030
8031 2007-08-12 Richard Stallman <rms@gnu.org>
8032
8033 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8034 (cvs-execute-single-file): Use new name split-string-and-unquote.
8035 (cvs-header-msg): Use new name combine-and-quote-strings.
8036
8037 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8038
8039 * progmodes/gud.el (gud-common-init): Use new name
8040 split-string-and-unquote.
8041
8042 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8043 in javac regexp.
8044
8045 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8046 combine-and-quote-strings and split-string-and-unquote.
8047
8048 * subr.el (combine-and-quote-strings): Rename from strings->string.
8049 (split-string-and-unquote): Rename from string->strings.
8050
8051 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8054 to buffer-local settings.
8055
8056 * emacs-lisp/backquote.el (backquote-delay-process): New function.
8057 (backquote-process): Add internal arg `level'. Use the two to
8058 correctly handle nested backquotes.
8059
8060 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
8061
8062 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8063 (vc-bzr-state-words): Add "kind changed" state word.
8064 (vc-bzr-status): New function. Return Bzr idea of file status,
8065 which is different from VC's.
8066 (vc-bzr-state): Use vc-bzr-status.
8067 (vc-workfile-unchanged-p): Use vc-bzr-status.
8068 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8069 (vc-dired-state): Process "kind changed" state word.
8070
8071 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8074
8075 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8076 Move from vc-default-find-file-not-found-hook.
8077
8078 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * man.el: Remove spurious * in docstrings.
8081 Merge defvars and toplevel setq-defaults.
8082 (Man-highlight-references0): Limit=nil rather than point-max.
8083 (Man-mode-map): Move initialization into the declaration.
8084 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8085 (Man-view-header-file): Use expand-file-name rather than concat.
8086 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8087
8088 * man.el (Man-next-section): Make sure we do not move backward.
8089
8090 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * files.el (auto-mode-alist): Use the purecopied text (duh!).
8093
8094 2007-08-08 Glenn Morris <rgm@gnu.org>
8095
8096 * Replace `iff' in doc-strings and comments.
8097
8098 2007-08-08 Martin Rudalics <rudalics@gmx.at>
8099
8100 * dired.el (dired-pop-to-buffer):
8101 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8102 * calendar/calendar.el (generate-calendar-window):
8103 * progmodes/compile.el (compilation-set-window-height):
8104 * textmodes/two-column.el (2C-two-columns, 2C-merge):
8105 Use window-full-width-p instead of comparing frame-width and
8106 window-width.
8107
8108 * progmodes/compile.el (compilation-find-buffer): Remove extra
8109 argument in call to compilation-buffer-internal-p.
8110
8111 2007-08-07 Tom Tromey <tromey@redhat.com>
8112
8113 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8114 Add safe-local-variable property.
8115
8116 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8117
8118 * image-mode.el (image-toggle-display): Use image-refresh.
8119
8120 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
8121
8122 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8123 unofficial version.
8124 (vc-bzr-command): Remove redundant setting of process-connection-type.
8125 (vc-bzr-admin-checkout-format-file): Add autoload.
8126 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8127 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8128 (vc-bzr-registered): Compare dirstate format tag with known good
8129 value, abort parsing if match fails. Warn user in docstring.
8130 (vc-bzr-workfile-version): Case for different Bzr branch formats.
8131 See bzrlib/branch.py in Bzr sources.
8132 (vc-bzr-diff): First argument FILES may be a string rather than a list.
8133 (vc-bzr-shell-command): Remove in favor of
8134 vc-bzr-command-discarding-stderr.
8135 (vc-bzr-command-discarding-stderr): New function.
8136
8137 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
8138
8139 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8140 program, and return nil.
8141 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8142 (vc-bzr-state): Look for path names relative to the repository
8143 root after status keyword.
8144 (vc-bzr-file-name-relative): New function.
8145 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8146 depend on it.
8147 (vc-bzr-admin-dirname, ...-checkout-format-file)
8148 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8149 files that we now parse directly for speed.
8150 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8151 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8152 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8153 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
8154 Bzr warnings, so we must discard it.
8155 (vc-bzr-workfile-version): Speedup counting lines from
8156 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8157 if that file doesn't exist.
8158 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8159 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
8160 to `vc-directory-exclusion-list'.
8161 (vc-bzr-shell-command): New function.
8162
8163 2007-08-06 Tom Tromey <tromey@redhat.com>
8164
8165 * diff-mode.el (diff-unified->context, diff-reverse-direction)
8166 (diff-fixup-modifs): Typo in docstring.
8167
8168 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8171 count-screen-lines.
8172 (tpu-edt-off): Disable relevant pieces of advice.
8173
8174 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8175 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
8176 (newline, newline-and-indent, do-auto-fill): Use advice instead of
8177 redefining the function.
8178 (tpu-set-scroll-margins): Activate the pieces of advice.
8179
8180 2007-08-06 Martin Rudalics <rudalics@gmx.at>
8181
8182 * help.el (resize-temp-buffer-window): Use window-full-width-p
8183 instead of comparing frame-width and window-width.
8184
8185 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
8186
8187 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
8188 optional quotes around files in NEED-UPDATE . REMOVED case.
8189
8190 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
8191 (ada-treat-cmd-string): Improve error message.
8192 (ada-do-file-completion): Call `ada-require-project-file', so
8193 project variables are set properly.
8194 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
8195 (ada-gnatfind-buffer-name): New constant.
8196 (ada-find-any-references): Use new constant. Set buffer name
8197 properly in compilation-start. Toggle read-only properly.
8198 (ada-find-in-src-path): Fix spelling error in docstring.
8199
8200 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
8201 by zero error.
8202
8203 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
8206
8207 2007-08-12 Richard Stallman <rms@gnu.org>
8208
8209 * progmodes/sh-script.el (sh): Delete group `unix'.
8210
8211 * progmodes/gud.el (gud): Change to group `processes'.
8212
8213 2007-08-11 Glenn Morris <rgm@gnu.org>
8214
8215 * progmodes/compile.el (compilation-buffer-name): Don't check
8216 compilation-arguments. It is superfluous, and the variable isn't
8217 even set when this function is called.
8218
8219 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8220
8221 * term/mac-win.el (mac-ae-reopen-application): New function.
8222 (mac-apple-event-map): Bind "reopen application" Apple event to it.
8223
8224 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
8227 take tex-font-script-display into account.
8228 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
8229 cell to a list of 2 elements to simplify the unfontify code.
8230
8231 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8232
8233 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
8234 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
8235 ps-print-color-p is neither nil nor black-white. Reported by Christian
8236 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8237
8238 2007-08-08 Andreas Schwab <schwab@suse.de>
8239
8240 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
8241 self-insert-command, not self-insert.
8242
8243 2007-08-08 Glenn Morris <rgm@gnu.org>
8244
8245 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
8246 argument optional, for backwards compatibility, and only highlight
8247 args when present. Fix symbol name typo (doc/args).
8248
8249 * help-mode.el (help-make-xrefs): Search for symbol constituents,
8250 rather than just `-'.
8251
8252 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
8253
8254 * calc/calc-units.el (calc-convert-temperature):
8255 Use `/' to create fractions.
8256
8257 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
8258
8259 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
8260 global matching.
8261 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
8262 ERROR-BUFFER more robust. Display output.
8263 (tramp-file-name-handler): Add a connection property when we found
8264 a foreign file name handler. This allows backends like ftp to
8265 profit also from usr/host name completion based on connection
8266 cache.
8267 (tramp-send-command-and-read): Search for trash after the regexp
8268 until eol only. In XEmacs, there is a problem with \n.
8269
8270 * net/tramp-cache.el (top): Read persistent connection history
8271 when cache is empty.
8272
8273 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
8274
8275 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
8276 resulting output.
8277
8278 2007-08-07 Sam Steingold <sds@gnu.org>
8279
8280 * progmodes/compile.el (compilation-start): Pass nil as startfile
8281 to comint-exec.
8282
8283 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * longlines.el (longlines-decoded): New variable.
8286 (longlines-mode): Avoid encoding or decoding the buffer twice.
8287
8288 2007-08-07 Martin Rudalics <rudalics@gmx.at>
8289
8290 * format.el (format-insert-file): Make sure that at most one undo
8291 entry is recorded for the insertion. Inhibit point-motion and
8292 modification hooks around call to insert-file-contents.
8293
8294 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
8297 Select the buffer's window before moving point.
8298
8299 2007-08-07 Richard Stallman <rms@gnu.org>
8300
8301 * term.el (term): Remove parent group `unix'.
8302
8303 * simple.el (default-indent-new-line): New function.
8304 It calls comment-line-break-function if there are comments.
8305 (do-auto-fill): Use that.
8306
8307 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
8308
8309 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
8310 (PC-do-completion): Add "acronym completion" for symbols and
8311 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
8312
8313 2007-08-06 Sam Steingold <sds@gnu.org>
8314
8315 * mouse.el (mouse-buffer-menu): Pass mode-name through
8316 format-mode-line because it may be a list,
8317 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
8318
8319 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
8320
8321 * printing.el (pr-update-menus): Docstring fix.
8322
8323 2007-08-06 Jason Rumney <jasonr@gnu.org>
8324
8325 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
8326
8327 * vc-hooks.el (vc-call): Add doc string.
8328
8329 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
8330
8331 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
8332 process-filter.
8333
8334 2007-08-06 Kenichi Handa <handa@m17n.org>
8335
8336 * international/quail.el: Wrap (require 'help-mode) by
8337 eval-when-compile.
8338 (quail-help-init): New function.
8339 (quail-help): Call quail-help-init.
8340 (quail-store-decode-map-key): Change it to a function.
8341
8342 2007-08-05 Jason Rumney <jasonr@gnu.org>
8343
8344 * vc.el (vc-rollback): Add norevert argument back.
8345 (vc-revert-buffer): Add back as obsolete alias.
8346
8347 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
8348
8349 * term.el: Honor term-default-fg-color and term-default-bg-color
8350 settings when modifying term-current-face.
8351 (term-default-fg-color, term-default-bg-color): Initialize from
8352 default term-current-face.
8353 (term-mode, term-reset-terminal): Set term-current-face with
8354 term-default-fg-color and term-default-bg-color.
8355 (term-handle-colors-array): term-current-face has term-default-fg-color
8356 and term-default-bg-color after reset escape sequence.
8357 (term-handle-colors-array): Set term-current-color with
8358 term-default-fg/bg-color instead of ansi-term-color-vector when the
8359 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
8360
8361 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
8362
8363 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
8364 (math-nlfit-givens): Let bind free variables.
8365
8366 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
8367
8368 * printing.el: Require lpr and ps-print when loading printing package.
8369 Reported by Glenn Morris <rgm@gnu.org>.
8370
8371 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
8372
8373 * files.el (set-auto-mode): Handle also remote files wrt
8374 `auto-mode-alist'.
8375
8376 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8377
8378 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
8379 curves and plotting.
8380
8381 * calc/calc-nlfit.el: New file.
8382
8383 2007-08-04 Glenn Morris <rgm@gnu.org>
8384
8385 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
8386 zero, not nil, when the library is first loaded. Check for a file
8387 that has been modified on disk.
8388
8389 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
8390 Remove duplicate defvar preventing initialization.
8391 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
8392
8393 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
8396 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
8397 may match up to 4 lines.
8398 (diff-beginning-of-file-and-junk): Rewrite.
8399
8400 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8401
8402 * printing.el: Evaluate require only during compilation.
8403 (pr-version): New version 6.9.1.
8404 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
8405 (pr-global-menubar): Fix code.
8406
8407 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
8408
8409 * term.el (term-erase-in-display): Fix case when point is not at
8410 the beginning of the line.
8411
8412 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
8413
8414 * calc/calc-ext.el (math-get-value, math-get-sdev)
8415 (math-contains-sdev): New functions.
8416
8417 * calc/calc-graph.el (calc-graph-format-data)
8418 (calc-graph-add-curve): Check for error forms.
8419 (calc-graph-set-styles): Add option for error forms.
8420
8421 2007-08-03 Miles Bader <miles@gnu.org>
8422
8423 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
8424 backend names for new backends to `Git', `Hg', and `Bzr'.
8425 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
8426 not `HG'.
8427 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
8428 name, not `GIT'.
8429 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
8430 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
8431
8432 2007-08-03 Richard Stallman <rms@gnu.org>
8433
8434 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
8435 to update deleted flag.
8436
8437 * cus-edit.el (customize-apropos, customize-apropos-options)
8438 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
8439
8440 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
8441
8442 * startup.el (fancy-splash-head, startup-echo-area-message):
8443 Change message text.
8444
8445 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
8446 All callers use line-move.
8447
8448 * progmodes/compile.el (compilation-find-buffer): Return current
8449 buffer immediately if suitable.
8450 (compile, compilation-buffer-name, compilation-start): Doc fixes.
8451
8452 2007-08-03 Daiki Ueno <ueno@unixuser.org>
8453
8454 * faces.el (face-normalize-spec): New function.
8455 (frame-set-background-mode): Normalize face-spec before calling
8456 face-spec-match-p.
8457
8458 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * server.el (server-window): Add switch-to-buffer-other-frame option.
8461
8462 2007-08-03 Glenn Morris <rgm@gnu.org>
8463
8464 * cus-edit.el (customize-apropos): Make the error message indicate
8465 what kind of thing the user was trying to customize.
8466
8467 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
8468
8469 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
8470 Fix off-by-one error in previous change.
8471
8472 2007-08-03 Drew Adams <drew.adams@oracle.com>
8473
8474 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
8475 Make buffer writable.
8476
8477 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8478
8479 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
8480 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
8481 Use native Emacs functions, when appropriate.
8482
8483 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8484 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * vc.el: Document new VC operation `extra-menu'.
8487
8488 * vc-hooks.el (vc-default-extra-menu): New function.
8489
8490 * menu-bar.el (menu-bar-vc-filter): New function.
8491 (menu-bar-tools-menu): Use it as a filter.
8492
8493 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
8494
8495 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
8496
8497 2007-08-01 Glenn Morris <rgm@gnu.org>
8498
8499 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
8500 strings.
8501 (fortran-tab-mode-default): Remove needless autoload.
8502 (fortran-tab-mode-string): Add help-echo and mouse properties, and
8503 mark as risky.
8504 (fortran-line-length): New buffer-local variable, safe if integer.
8505 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
8506 Change from variables to constants.
8507 (fortran-font-lock-syntactic-keywords): Delete as a variable,
8508 replace with a new function definition.
8509 (fortran-mode): Use fortran-line-length, and
8510 fortran-font-lock-syntactic-keywords as a function. Add a
8511 hack-local-variables-hook function.
8512 (fortran-line-length, fortran-hack-local-variables): New functions.
8513 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
8514 Use fortran-line-length rather than 72.
8515 (fortran-window-create-momentarily): Doc fix.
8516
8517 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
8518
8519 * cus-edit.el (custom-group-value-create, custom-goto-parent):
8520 Fix parent groups link.
8521
8522 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
8523
8524 * progmodes/python.el (python-current-defun): Adjust to never fall
8525 into infinite loop.
8526
8527 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
8530
8531 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
8532
8533 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
8534 (copyright-fix-years, copyright): Correctly handle the case where
8535 copyright-limit is nil.
8536
8537 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
8538
8539 * progmodes/python.el (run-python): Fix path separator under w32.
8540
8541 2007-07-30 Richard Stallman <rms@gnu.org>
8542
8543 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8544 Treat non-break space as whitespace in Lisp.
8545
8546 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 * vc.el (vc-dired-hook): Use inhibit-read-only.
8549
8550 * progmodes/compile.el (compilation-forget-errors):
8551 Reset compilation-auto-jump-to-next.
8552
8553 2007-07-30 Michael Olson <mwolson@gnu.org>
8554
8555 * cus-edit.el (custom-group-save): Fix void function definition
8556 error. Thanks to Zhang Wei for the report.
8557
8558 * ps-print.el: Check in trivial changes to the autoloads section
8559 caused by the build process. These autoloads really ought to be
8560 placed in a separate file, methinks.
8561
8562 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * calendar/calendar.el (calendar-mode): Make sure
8565 displayed-(month|year) are set.
8566 (calendar-basic-setup): Display buffer before adjusting window sizes.
8567 (generate-calendar-window): Use inhibit-read-only. Simplify.
8568 Generate buffer and set displayed-month and displayed-year before
8569 calling update-calendar-mode-line.
8570
8571 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
8572
8573 * net/tramp.el:
8574 * net/tramp-uu.el:
8575 * net/trampver.el: Use utf-8 encoding with coding cookie.
8576
8577 * net/tramp-cache.el:
8578 * net/tramp-fish.el:
8579 * net/tramp-ftp.el:
8580 * net/tramp-gw.el:
8581 * net/tramp-smb.el: Remove coding cookie.
8582
8583 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8584 Flush buffer file-name's file property.
8585 (tramp-handle-file-remote-p): The first parameter is FILENAME.
8586
8587 * net/trampver.el: Update release number.
8588
8589 2007-07-29 Juri Linkov <juri@jurta.org>
8590
8591 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
8592 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
8593 when major-mode is not dired-mode.
8594 (dired-toggle-read-only): New function.
8595 (dired-recursive-deletes): Remove obsolete comments about old
8596 default value.
8597 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
8598
8599 * wdired.el (wdired-exit): New function.
8600 (wdired-mode-map): Bind C-x C-q to wdired-exit.
8601
8602 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * cus-edit.el (customize-read-group): New fun.
8605 (customize-group-other-window, customize-face-other-window):
8606 Prompt before delegating to customize-(group|face).
8607 Bind pop-up-windows rather than use the other-window argument.
8608 (customize-group, customize-face): Prompt from the interactive spec.
8609 Remove args `prompt-for-group' and `other-window'.
8610
8611 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
8612 (ad-body-forms, ad-advised-interactive-form): Revert this part of
8613 last change.
8614
8615 2007-07-28 Masatake YAMATO <jet@gyve.org>
8616
8617 * vc.el (vc-dired-mode): Add a menu for VC related operation.
8618 Use backend name as the menu label. Suggested by David Kastrup.
8619
8620 2007-07-28 Alan Mackenzie <acm@muc.de>
8621
8622 Fix problem with modes derived from CC Mode:
8623 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
8624 macro to cc-langs.
8625 (c-init-language-vars-for): Remove call to above macro.
8626 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
8627 been moved to here.
8628 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
8629
8630 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8631
8632 * net/trampver.el: Fix the `coding' cookie.
8633
8634 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8635
8636 * vc-git.el (vc-git-print-log): Support both the old single file
8637 interface and the new one.
8638
8639 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
8640
8641 * bindings.el (mode-line-remote): Use updated %@ construct.
8642
8643 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8646 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
8647 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
8648 (diary-list-bahai-entries, diary-bahai-mark-entries)
8649 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8650 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8651 New names to clean up namespace.
8652 (list-bahai-diary-entries, mark-bahai-diary-entries)
8653 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
8654 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
8655 Add compatibility aliases.
8656
8657 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
8658
8659 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
8660 (calendar-scroll-left-three-months)
8661 (calendar-scroll-right-three-months): Clean up namespace.
8662 (scroll-calendar-left, scroll-calendar-right)
8663 (scroll-calendar-left-three-months)
8664 (scroll-calendar-right-three-months): Add compatibility aliases.
8665
8666 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8667 Behave like mouse-scroll-calendar-* when used from the mouse.
8668
8669 * calendar/cal-menu.el (cal-menu-scroll-menu)
8670 (cal-menu-global-mouse-menu):
8671 * calendar/calendar.el (calendar-mode-map):
8672 Use new calendar-scroll-* names.
8673 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
8674 Remove. Use calendar-scroll-* directly instead.
8675
8676 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
8679 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
8680 (ad-make-advised-definition, ad-cache-id-verification-code):
8681 Use commandp and interactive-form instead.
8682
8683 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
8684
8685 * vc-git.el: Relicense to GPLv3 or later.
8686 (vc-directory-exclusion-list, vc-handled-backends): Remove.
8687
8688 * vc-hooks.el (vc-handled-backends): Add GIT.
8689
8690 * vc.el (vc-directory-exclusion-list): Add .git.
8691
8692 2007-07-26 Alexandre Julliard <julliard@winehq.org>
8693
8694 * vc-git.el (vc-git-revision-table)
8695 (vc-git-revision-completion-table): New functions.
8696
8697 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8698
8699 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
8700 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8701 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8702 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8703 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8704 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8705 New command actions for EPS header and EPS footer.
8706
8707 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8708 footer. Fix some problems with one-or-more, zero-or-more and
8709 alternative constructions generation. Some log messages
8710 implementation. Doc fix.
8711 (ebnf-version): New version 4.4.
8712 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8713 (ebnf-eps-footer, ebnf-log): New options.
8714 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8715 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8716 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8717 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8718 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
8719 (ebnf-style-custom-list, ebnf-style-database): Put new values.
8720 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8721 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8722 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8723 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8724 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8725 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8726 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8727 (ebnf-non-terminal-dimension, ebnf-special-dimension)
8728 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8729 (ebnf-except-dimension, ebnf-alternative-dimension)
8730 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8731 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
8732 message fun.
8733 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8734 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8735 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8736 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8737 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8738 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8739 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8740 compatibility with Emacs 20 & 21.
8741 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8742 (ebnf-eps-file-alist, ebnf-basic-width-extra)
8743 (ebnf-basic-empty-height): New vars.
8744 (ebnf-prologue): Fix PostScript code.
8745 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8746 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8747 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8748 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8749
8750 2007-07-25 Glenn Morris <rgm@gnu.org>
8751
8752 * Relicense all FSF files to GPLv3 or later.
8753
8754 * COPYING: Switch to GPLv3.
8755
8756 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8759 Replace it with another one which disables undo before calling
8760 erase-buffer and then turns it back on if needed.
8761
8762 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8763
8764 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8765
8766 2007-07-24 Glenn Morris <rgm@gnu.org>
8767
8768 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8769 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8770 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8771 (cal-tex-cursor-week, cal-tex-cursor-week2)
8772 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8773 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8774 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8775 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8776
8777 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * calendar/calendar.el (calendar-mode-map): Move initialization
8780 into declaration. Add menu bindings (used to be done in cal-menu).
8781 (calendar-mode): Don't add an activate-menubar-hook.
8782
8783 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8784 modify calendar-mode-map), use easy-menu, and make sure that C-h k
8785 can be used on the menu entries.
8786 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8787 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8788 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8789 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8790 (calendar-flatten, cal-menu-update): Remove.
8791 (calendar-mouse-insert-hebrew-diary-entry)
8792 (calendar-mouse-insert-islamic-diary-entry)
8793 (calendar-mouse-insert-bahai-diary-entry):
8794 Remove (fold into cal-menu-diary-menu).
8795 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8796 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8797 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8798 (calendar-mouse-view-diary-entries): Minor simplifications.
8799 (calendar-event-to-date): Use with-current-buffer.
8800
8801 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
8802
8803 * add-log.el (change-log-redate): Remove (not needed anymore and
8804 doesn't appear to work).
8805
8806 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * frame.el: Use mapc and dolist instead of mapcar where possible.
8809 (close-display-connection): New command.
8810
8811 2007-07-25 Alexandre Julliard <julliard@winehq.org>
8812
8813 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8814 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8815
8816 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8817
8818 * ps-print.el (ps-multibyte-buffer): Docstring fix.
8819
8820 * ps-mule.el: Doc fix.
8821 (ps-multibyte-buffer, ps-mule-font-info-database-default)
8822 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
8823
8824 2007-07-25 Glenn Morris <rgm@gnu.org>
8825
8826 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8827 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8828 (cal-tex-daily-end, cal-tex-hook)
8829 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8830 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8831 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8832 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8833 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8834 (cal-tex-day-prefix, cal-tex-day-name-format)
8835 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8836 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8837 (cal-tex-LaTeX-subst-list): Change from variables to constants.
8838 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8839 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8840 etc, rather than \bf.
8841 (cal-tex-mini-calendar): Fix typos in previous change.
8842 (cal-tex-latexify-list): Remove inner let binding.
8843 (cal-tex-end-document, cal-tex-banner): Use multi-line
8844 cal-tex-comment.
8845 (cal-tex-comment): Handle embedded newlines.
8846 (cal-tex-LaTeXify-string): Use substring-no-properties.
8847
8848 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
8849
8850 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8851 Add support for the Maden build tool.
8852
8853 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
8854
8855 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8856
8857 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8860
8861 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8862
8863 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8864 C-x C-q.
8865
8866 * vc-git.el (vc-git-print-log): Fix previous change.
8867
8868 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * window.el (save-selected-window): Minor optimization.
8871 (bw-adjust-window): If operation failed, try with a smaller delta.
8872 (window-fixed-size-p): New function.
8873 (window-area-factor): New var.
8874 (balance-windows-area): New command.
8875
8876 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8877 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8878 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8879 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8880 (ps-mule-begin-job): Use dolist.
8881
8882 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
8883
8884 * subr.el (start-file-process-shell-command)
8885 (process-file-shell-command): New defuns.
8886
8887 * progmodes/compile.el (compilation-start):
8888 Apply `start-file-process-shell-command'.
8889
8890 2007-07-24 Alexandre Julliard <julliard@winehq.org>
8891
8892 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8893
8894 2007-07-24 Alan Mackenzie <acm@muc.de>
8895
8896 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8897 Initialise byte-compile-unresolved-functions before rather than
8898 after a compilation.
8899 (byte-compile-unresolved-functions): Amplify doc string.
8900
8901 2007-07-24 Glenn Morris <rgm@gnu.org>
8902
8903 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8904
8905 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8906 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8907 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8908 (cal-tex-cursor-week, cal-tex-cursor-week2)
8909 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8910 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8911 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8912 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8913
8914 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8915 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8916 (cal-tex-day-name-format, cal-tex-cal-one-month)
8917 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8918 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8919 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8920 (cal-tex-list-holidays, cal-tex-cursor-year)
8921 (cal-tex-cursor-year-landscape, cal-tex-year)
8922 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8923 (cal-tex-cursor-month, cal-tex-insert-days)
8924 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8925 (cal-tex-first-blank-p, cal-tex-cursor-week)
8926 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8927 (cal-tex-week-hours, cal-tex-cursor-week-monday)
8928 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8929 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8930 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8931 (cal-tex-latexify-list, cal-tex-previous-month)
8932 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8933 modernization, including using dotimes rather than
8934 calendar-for-loop.
8935 (cal-tex-LaTeX-subst-list): Remove `@'.
8936 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8937 Use \textit and \textbf rather than \em and \it.
8938
8939 * calendar/cal-bahai.el (list-bahai-diary-entries)
8940 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8941 * calendar/cal-islam.el (list-islamic-diary-entries)
8942 * calendar/calendar.el (generate-calendar, generate-calendar-month)
8943 * calendar/diary-lib.el (diary-list-entries)
8944 (mark-calendar-date-pattern): Use `dotimes' rather than
8945 `calendar-for-loop'.
8946
8947 * calendar/calendar.el (calendar-for-loop): Doc fix.
8948
8949 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8952 underlying file is uptodate.
8953
8954 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
8955
8956 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8957
8958 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * vc-hooks.el (vc-mode-line-map): New const.
8961 (vc-mode-line): Use it.
8962
8963 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8964
8965 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8966 (vc-git-unregister): New functions.
8967 (vc-git-find-version): Use the result of ls-files as a parameter
8968 for cat-file.
8969
8970 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
8971
8972 * net/tramp.el (tramp-perl-file-attributes)
8973 (tramp-perl-directory-files-and-attributes)
8974 (tramp-handle-file-attributes-with-stat)
8975 (tramp-handle-directory-files-and-attributes-with-stat)
8976 (tramp-convert-file-attributes): Handle huge file sizes.
8977
8978 2007-07-23 Juri Linkov <juri@jurta.org>
8979
8980 * isearch.el (isearch-message-function): New variable.
8981 (isearch-update, isearch-search): Use it.
8982
8983 * simple.el (goto-history-element): New function created from
8984 next-history-element.
8985 (next-history-element): Most code moved to goto-history-element.
8986 Call goto-history-element with (- minibuffer-history-position n).
8987 (previous-history-element): Call goto-history-element with (+
8988 minibuffer-history-position n).
8989 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8990 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8991 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8992 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8993 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8994 (minibuffer-history-isearch-pop-state): New functions.
8995
8996 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8997
8998 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8999 Also, if FILE is a list, return non-nil if any of its elements
9000 should stay local. Update docstring.
9001
9002 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9005 change by reverting a small part.
9006
9007 2007-07-23 Richard Stallman <rms@gnu.org>
9008
9009 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9010
9011 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9012
9013 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9014 handling it. Use vc-git-command.
9015 (vc-git-find-version, vc-git-diff-tree): New functions.
9016 (vc-git-revert): Use vc-git-command.
9017 (vc-git--run-command): Delete.
9018
9019 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9020
9021 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9022
9023 2007-07-20 Kenichi Handa <handa@m17n.org>
9024
9025 * international/utf-8.el (utf-8-post-read-conversion):
9026 Temporarily bind utf-8-compose-scripts to nil while running
9027 *-compose-region functions.
9028
9029 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9030
9031 * vc-git.el: Update status.
9032 (vc-directory-exclusion-list): Use eval-after-load.
9033
9034 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
9035
9036 * bindings.el (mode-line-remote): New variable.
9037 (help-echo): Add to default values of mode-line-format.
9038
9039 * files.el: Mark mode-line-remote as risky.
9040
9041 2007-07-22 Juri Linkov <juri@jurta.org>
9042
9043 * isearch.el (isearch-edit-string): Save old point and
9044 isearch-other-end to old-point and old-other-end before reading
9045 the search string from minibuffer. After exiting minibuffer set
9046 point to old-other-end if point and the search direction is the
9047 same as before reading the search string.
9048 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
9049 to isearch-other-end. Instead of isearch-search-and-update call
9050 three functions isearch-search, isearch-push-state and isearch-update.
9051
9052 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9053
9054 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9055 deal with multiple file arguments.
9056 (vc-git-print-log): Deal with multiple file arguments.
9057
9058 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9061 diff-refine-hunk. Adjust users.
9062 (diff-unified-hunk-p, diff-splittable-p): New functions.
9063 (diff-mode-menu): Use it to disable Split when it doesn't work.
9064
9065 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9066
9067 * diff-mode.el (diff-mode-menu): New entries.
9068
9069 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9072 if applicable, so as to save undo-log space.
9073
9074 * diff-mode.el (diff-find-file-name): Add arg `batch'.
9075
9076 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9077 (diff-file-kill): Use it.
9078 (diff-beginning-of-hunk): Add arg `try-harder' using it.
9079 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9080 Use it so they find the hunk even when we're in the file header.
9081
9082 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9083
9084 * vc-git.el (vc-git-revision-granularity, vc-git-root)
9085 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9086 (vc-git-create-repo): New functions.
9087 (vc-git-registered): New autoloaded function definition.
9088 (vc-git-registered): Use vc-git-root.
9089 (vc-git-responsible-p): New defalias.
9090 (vc-git-annotate-extract-revision-at-line): Uncomment.
9091 (vc-git-print-log): Add the file name to the log.
9092 (vc-git-log-view-mode): New derived mode.
9093 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9094
9095 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9096
9097 * progmodes/grep.el (grep-compute-defaults): Keep default values.
9098
9099 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
9100
9101 * textmodes/reftex.el (reftex-access-parse-file): Create parse
9102 file in a way that does not interfere with recentf mode.
9103 (reftex-access-parse-file): Do not risk destroying an existing
9104 buffer.
9105
9106 2007-07-22 Alexandre Julliard <julliard@winehq.org>
9107
9108 * vc-git.el: New file.
9109
9110 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * textmodes/tex-mode.el (tex-font-script-display): Change default.
9113
9114 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9115
9116 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9117 for branches and new files.
9118
9119 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9120 local-map handling ...
9121 (vc-mode-line): ... here. Improve handling of help-echo.
9122
9123 * vc.el (mode-line-string): Document help-echo usage.
9124
9125 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9126
9127 Sync with Tramp 2.1.10.
9128
9129 * net/tramp.el (tramp-get-ls-command): Fix typo.
9130
9131 * net/trampver.el: Update release number.
9132
9133 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9134
9135 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9136
9137 * term/x-win.el (x-handle-no-bitmap-icon): New function.
9138
9139 2007-07-22 Martin Rudalics <rudalics@gmx.at>
9140
9141 * add-log.el (change-log-fill-parenthesized-list): New function.
9142 (change-log-indent): Call change-log-fill-parenthesized-list.
9143 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9144 Have lines with leading asterisk start a paragraph.
9145
9146 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9147
9148 * calc/calc-math.el (math-emacs-precision)
9149 (math-largest-emacs-expt, math-smallest-emacs-expt):
9150 New variables.
9151 (math-use-emacs-fn): New function.
9152 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9153 appropriate.
9154
9155 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9156
9157 * image-dired.el (image-dired-sane-db-file): New func.
9158 (image-dired-write-tags, image-dired-remove-tag)
9159 (image-dired-list-tags, image-dired-write-comments)
9160 (image-dired-get-comment, image-dired-mark-tagged-files)
9161 (image-dired-create-gallery-lists): Call new func.
9162 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9163
9164 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9165
9166 * vc-hg.el (vc-hg-dir-state): Fix loop.
9167 (vc-hg-print-log): Fix expected return value for vc-hg-command.
9168 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9169 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9170 (vc-hg-revert): Likewise.
9171 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9172 functions.
9173
9174 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9175
9176 * add-log.el (change-log-resolve-conflict): Don't lose data if the
9177 merge fails.
9178
9179 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9180
9181 * progmodes/compile.el (compilation-auto-jump-to-first-error):
9182 Add group and version.
9183
9184 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * add-log.el (add-log-file-name): Use file-relative-name.
9187 (add-change-log-entry): Delay reading
9188 add-log-(full-name|mailing-address) to after we've switched to the
9189 ChangeLog buffer so we get the right value.
9190 (add-change-log-entry, add-log-current-defun, change-log-merge):
9191 Use derived-mode-p rather than checking major-mode directly.
9192
9193 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
9194 name for buffer-file-name if it refers to a directory.
9195
9196 * vc-arch.el (vc-arch-diff): Fix last change.
9197
9198 * progmodes/compile.el (compilation-start): Remember the original
9199 directory in a buffer-local compilation-directory.
9200 (compile): Set the global value of compilation-directory.
9201 (recompile): Use compilation-directory even in the compilation buffer.
9202
9203 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9204
9205 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
9206
9207 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9208
9209 * ps-print.el: Problem with foreground and background color when
9210 printing a buffer with and without faces. Reported by Christian
9211 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9212 (ps-print-version): New version 6.7.5.
9213 (ps-default-fg): Change default value to nil, so black color is used
9214 when a face does not specify a foreground color.
9215 (ps-default-bg): Change default value to nil, so white color is used
9216 for background color.
9217 (ps-begin-job): Fix code.
9218
9219 2007-07-20 Eli Zaretskii <eliz@gnu.org>
9220
9221 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
9222 in $(INSTALL_DIR)/lisp/ if they already exist.
9223
9224 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
9225
9226 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
9227 in $(INSTALL_DIR)/lisp/ if they already exist.
9228
9229 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * progmodes/vera-mode.el (vera-re-search-forward)
9232 (vera-re-search-backward): Remove use of store-match-data.
9233 (vera-mode-map): Move initialization into declaration.
9234
9235 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
9236 (flymake-find-buildfile): Use locate-dominating-file.
9237
9238 * vc.el (vc-delistify): Use mapconcat.
9239 (vc-do-command): Minor simplification.
9240 (vc-expand-dirs): Use push.
9241
9242 * vc-mcvs.el (vc-mcvs-create-repo):
9243 * vc-cvs.el (vc-cvs-create-repo): Remove.
9244
9245 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
9246 directory and the root as well.
9247
9248 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9249
9250 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
9251 instead of a file.
9252
9253 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
9254 (vc-hg-registered): Replace if with when.
9255 (vc-hg-state): Deal with nonexistent files and handle removed files.
9256 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
9257 (vc-hg-checkout): Re-enable.
9258 (vc-hg-create-repo): Fix typos.
9259 (vc-hg-print-log): Fix for multiple files.
9260 (vc-hg-workfile-unchanged-p): New function.
9261
9262 * vc.el: Fix typo.
9263 (vc-print-log): Fix call to print-log.
9264 (vc-default-comment-history): Likewise.
9265 (vc-directory-exclusion-list): Add .hg and .bzr.
9266 (vc-diff-internal): Pass a list instead of a file.
9267
9268 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
9269
9270 * vc-bzr.el (vc-bzr-create-repo): New function.
9271
9272 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
9275 `file' from which to start the search.
9276
9277 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
9278
9279 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
9280 having a single file argument to having a list of files as the
9281 first argument.
9282
9283 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * files.el (locate-dominating-file): New function.
9286
9287 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
9288
9289 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
9290 (grep-compute-defaults): Use it.
9291
9292 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * uniquify.el: Docstring fixes.
9295
9296 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
9297
9298 * vc.el (revision-granularity, create-repo): Document new vc
9299 backend properties.
9300 (vc-rollback): Renamed from vc-cancel-version. Update
9301 references. Pass a list instead of a file.
9302 (vc-revert): Renamed from vc-revert-buffer. Update references.
9303 (vc-delistify, vc-expand-dirs): New functions.
9304 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
9305 of files instead of a single file.
9306 (vc-position-context, vc-resync-window, vc-diff-internal)
9307 (vc-print-log): Pass a list instead of a file.
9308
9309 * vc-hooks.el (vc-stay-local-p, vc-backend)
9310 (vc-backend-subdirectory-name): Work on a file list, not a single
9311 file.
9312 (vc-workfile-version): Update docstring.
9313 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
9314 vc-revert instead of vc-revert-buffer.
9315 (vc-prefix-map): Likewise. Bind vc-update.
9316
9317 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
9318 (vc-svn-wash-log): New functions.
9319 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
9320 (vc-svn-command): Deal with a list of files, not a single file.
9321
9322 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
9323 (vc-rcs-wash-log): New functions.
9324 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
9325 Deal with a list of files, not a single file.
9326 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
9327
9328 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
9329 functions.
9330 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
9331 list of files, not a single file.
9332
9333 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
9334 New functions.
9335 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
9336 (vc-mcvs-diff): Deal with a list of files, not a single file.
9337
9338 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
9339 functions.
9340 (vc-hg-print-log): Deal with a list of files, not a single file.
9341 (vc-hg-diff-tree): New function, replace defalias with the same
9342 name.
9343 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
9344 FILES to denote that it is a file list, not a single file.
9345
9346 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
9347 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
9348 a single file.
9349 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
9350 that it is a file list, not a single file.
9351 (vc-cvs-diff): Likewise. Simplify.
9352
9353 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
9354 Deal with a list of files, not a single file.
9355
9356 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
9357 (vc-bzr-print-log): Update FILE parameter name to denote that it
9358 is a file list, not a single file.
9359 (vc-bzr-diff): Likewise. Use the car of files.
9360
9361 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
9362
9363 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
9364 (follow-delete-other-windows-and-split, follow-recenter)
9365 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
9366 (follow-redisplay, follow-estimate-first-window-start)
9367 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
9368 Fix typos in docstrings.
9369
9370 2007-07-18 Martin Rudalics <rudalics@gmx.at>
9371
9372 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
9373 avoid that filling introduces lines with a single asterisk.
9374
9375 * kmacro.el (kmacro-end-macro): When ignoring empty macro
9376 avoid incorrect kmacro-ring-empty-p messages.
9377 Reported by Michael Schierl <schierlm@gmx.de>.
9378
9379 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9380
9381 * vc.el: Add more info about the vc-registered function.
9382
9383 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
9384
9385 * files.el (file-remote-p): Introduce optional parameter
9386 IDENTIFICATION.
9387
9388 * recentf.el (recentf-keep-default-predicate): Adapt call of
9389 `file-remote-p'.
9390
9391 * progmodes/grep.el (grep-probe): Use `process-file'.
9392 (grep-compute-defaults): Handle variables host specific.
9393
9394 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
9395 parameter IDENTIFICATION.
9396
9397 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
9398 parameter IDENTIFICATION.
9399 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
9400 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9401 Add entry for `set-file-times'.
9402 (tramp-do-copy-or-rename-file-via-buffer)
9403 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
9404 (tramp-handle-unhandled-file-name-directory): Rewrite.
9405 (tramp-convert-file-attributes): Add error handling when inode is
9406 extraordinary big.
9407 (tramp-get-inode): Change parameter from FILE to VEC.
9408 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
9409 is nil. This is according to the specification. Goto (point-max)
9410 when ready.
9411 (tramp-handle-shell-command): Rewrite completely, using
9412 `process-file' and `start-file-process'.
9413 (tramp-methods, tramp-find-shell)
9414 (tramp-open-connection-setup-interactive-shell)
9415 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
9416 var. Reported by Steve Youngs <steve@sxemacs.org>.
9417
9418 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
9419 entry for `set-file-times'. Rename `start-process' into
9420 `start-file-process'. Remove `call-process' entry.
9421 (tramp-fish-handle-set-file-times): New defun.
9422 (tramp-fish-handle-executable-find): Use `process-file'.
9423 (tramp-fish-handle-process-file): New defun. Replaces
9424 `tramp-fish-handle-call-process'.
9425 (tramp-fish-do-copy-or-rename-file-directly): Use
9426 `set-file-times'.
9427 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
9428
9429 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
9430 `tramp-get-inode' parameter.
9431
9432 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
9435 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
9436 nowadays, and by the time Emacs-23 comes out, nobody will even remember
9437 it has ever existed.
9438
9439 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9440
9441 * vc.el: Undo previous change.
9442
9443 2007-07-16 Eli Zaretskii <eliz@gnu.org>
9444
9445 * makefile.w32-in (clean): Don't delete *~.
9446
9447 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * textmodes/tex-mode.el (tex-verbatim-environments):
9450 Add safe-local-variable property.
9451 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
9452 when starting font-lock rather than when loading tex-mode.el.
9453
9454 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
9455 whole $( rather than just the $. Rename from sh-quoted-subshell.
9456 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
9457
9458 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9459
9460 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
9461 bookmark-alist. Instead, if not sorting, simply return it.
9462 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
9463 for its return value, not for its side effect.
9464
9465 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
9466 case of alignment under a constant symbol, find and consider
9467 the sexp actually at indentation to be the "last sexp".
9468
9469 2007-07-16 Drew Adams <drew.adams@oracle.com>
9470
9471 * mouse.el (mouse-yank-secondary): Better error message if no
9472 secondary selection.
9473
9474 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9475
9476 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
9477
9478 * term/xterm.el (xterm-turn-on-modify-other-keys)
9479 (xterm-turn-off-modify-other-keys): New functions.
9480 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
9481 terminal supports it.
9482
9483 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9484
9485 * bookmark.el (bookmark-show-all-annotations):
9486 Make sure each inserted annotation ends with newline.
9487
9488 2007-07-15 Richard Stallman <rms@gnu.org>
9489
9490 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
9491
9492 * tutorial.el (tutorial--find-changed-keys):
9493 Handle C-x specially like ESC.
9494
9495 2007-07-15 Aaron Hawley <aaronh@garden.org>
9496
9497 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
9498
9499 2007-07-15 Juri Linkov <juri@jurta.org>
9500
9501 * delsel.el (delete-selection-pre-hook):
9502 * emulation/cua-base.el (cua-paste): Before a yank command,
9503 check also whether last-command is one of mouse-save-then-kill,
9504 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
9505
9506 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
9507
9508 * recentf.el (recentf-keep-default-predicate): New defun.
9509 (recentf-keep): Use it as initial value.
9510
9511 2007-07-15 Karl Fogel <kfogel@red-bean.com>
9512
9513 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
9514 thus restoring bookmark bindings to three slots under C-x r. See
9515 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
9516
9517 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9518
9519 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
9520
9521 2007-07-15 Jason Rumney <jasonr@gnu.org>
9522
9523 * w32-fns.el (set-default-process-coding-system): Use dos line ends
9524 for input to cmdproxy on all versions of Windows.
9525 Use dos line ends for input to plink.
9526
9527 * comint.el (comint-simple-send): Concat newline before sending.
9528 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
9529
9530 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
9533 safe-local-variable setting.
9534
9535 2007-07-14 David Kastrup <dak@gnu.org>
9536
9537 * emacs-lisp/advice.el (defadvice): Doc fix.
9538
9539 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
9540
9541 * subr.el (when, unless): Doc fix.
9542
9543 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9544
9545 * replace.el (match): Use yellow1 instead of yellow.
9546
9547 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
9548 red.
9549
9550 * pcvs-info.el (cvs-unknown): Likewise.
9551
9552 2007-07-13 Eli Zaretskii <eliz@gnu.org>
9553
9554 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
9555 (install): Use them to copy all *.el files before *.elc.
9556
9557 2007-07-13 Drew Adams <drew.adams@oracle.com>
9558
9559 * bookmark.el (bookmark-jump-other-window): New function.
9560 (bookmark-map): Bind it to "o".
9561
9562 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
9563 and its thread contains discussion about this change.
9564 The original patch was slightly tweaked by Karl Fogel
9565 <kfogel@red-bean.com> before committing.
9566
9567 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9568
9569 * bookmark.el: Shorten some comments to fit within 80 lines.
9570
9571 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9572
9573 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
9574 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
9575 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
9576 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
9577
9578 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
9579
9580 * textmodes/org.el: Bug fixes.
9581 (org-end-of-line): Move to end of line if in headline without tags.
9582
9583 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * vc-hooks.el: Remove spurious * in docstrings.
9586 (vc-handled-backends): Add BZR.
9587
9588 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
9589
9590 2007-07-12 Davis Herring <herring@lanl.gov>
9591
9592 * desktop.el (desktop-buffer-info, desktop-save):
9593 Use `desktop-dirname' instead of `dirname'.
9594
9595 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9596
9597 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
9598
9599 * progmodes/python.el (python-which-func-length-limit): New var.
9600 (python-which-func): New function.
9601 (python-current-defun): Add optional `length-limit' and try to fit
9602 computed function name to that length.
9603 (python-mode): Hook `python-which-func' up.
9604
9605 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9606
9607 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
9608
9609 * comint.el (comint-dynamic-complete-as-filename):
9610 Use read-file-name-completion-ignore-case.
9611
9612 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * comint.el (comint-dynamic-list-filename-completions):
9615 Use read-file-name-completion-ignore-case.
9616
9617 * vc-cvs.el: Require CL.
9618 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
9619 New functions to provide completion of revision names.
9620
9621 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
9622 (vc-cvs-annotate-first-line-re): New const.
9623 (vc-cvs-annotate-process-filter): New fun.
9624 (vc-cvs-annotate-command): Use them and run the command asynchronously.
9625
9626 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9627
9628 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
9629 (eldoc-print-current-symbol-info): Adjust for changed helper
9630 function signatures.
9631 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
9632 `eldoc-highlight-function-argument'.
9633 (eldoc-highlight-function-argument): New function.
9634 (eldoc-get-var-docstring): Format documentation with
9635 `font-lock-variable-name-face'.
9636 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
9637 where suited.
9638 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
9639 (eldoc-beginning-of-sexp): Return number of skipped sexps.
9640
9641 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
9642
9643 * progmodes/compile.el (compilation-start): `start-process' must
9644 still be redefined when calling `start-process-shell-command'.
9645
9646 * progmodes/gud.el (gud-file-name): When `default-directory' is a
9647 remote file name, prepend its remote part to the filename.
9648 (gud-common-init): When `default-directory' is a remote file name,
9649 make the filename relative to it.
9650 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
9651
9652 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9653
9654 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
9655 mouse binding and a tooltip.
9656
9657 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * menu-bar.el (vc-menu-map): New defalias.
9660
9661 2007-07-10 Richard Stallman <rms@gnu.org>
9662
9663 * emacs-lisp/lisp-mode.el (eval-defun):
9664 Explain special handling of `defface'.
9665
9666 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
9667
9668 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
9669
9670 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
9671
9672 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
9675
9676 * vc-arch.el (vc-arch-complete): Remove.
9677 (vc-arch-revision-completion-table): Use complete-with-action.
9678
9679 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
9680 (complete-with-action): New function.
9681 (dynamic-completion-table): Use it.
9682
9683 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
9684
9685 * comint.el (make-comint, make-comint-in-buffer)
9686 (comint-exec-1): Replace `start-process' by `start-file-process'.
9687
9688 * progmodes/compile.el (compilation-start): Revert redefining
9689 `start-process'.
9690
9691 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
9694 with EOLs when generating MD5 checksums.
9695
9696 * follow.el: Don't change the global map from the follow-mode-map
9697 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
9698 XEmacs code.
9699 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
9700 since `follow-mode' should be used instead for that.
9701
9702 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
9703 (easy-menu-do-define): Use it.
9704 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
9705
9706 * progmodes/compile.el (compilation-auto-jump-to-first-error)
9707 (compilation-auto-jump-to-next): New vars.
9708 (compilation-auto-jump): New function.
9709 (compilation-error-properties): Use them to jump to first error.
9710 (compilation-start): Set the var if requested.
9711
9712 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
9713 duplicates without also removing entries from other directories.
9714
9715 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
9716
9717 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
9718 Remember span as default.
9719 (org-columns-edit-value): Rename from `org-column-edit'.
9720 (org-columns-display-here-title): Rename from
9721 `org-overlay-columns-title'.
9722 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9723 (org-columns-get-autowidth-alist): Rename from
9724 `org-get-columns-autowidth-alist'.
9725 (org-columns-display-here): Rename from `org-overlay-columns'.
9726 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9727 (org-columns-quit): Rename from `org-column-quit'.
9728 (org-columns-show-value): Rename from `org-column-show-value'.
9729 (org-columns-content, org-columns-widen)
9730 (org-columns-next-allowed-value)
9731 (org-columns-edit-allowed, org-columns-store-format)
9732 (org-columns-uncompile-format, org-columns-redo)
9733 (org-columns-edit-attributes, org-delete-property)
9734 (org-set-property, org-columns-update)
9735 (org-columns-compute, org-columns-eval)
9736 (org-columns-not-in-agenda, org-columns-compute-all)
9737 (org-property-next-allowed-value)
9738 (org-columns-compile-format)
9739 (org-fill-paragraph-experimental)
9740 (org-string-to-number, org-property-action)
9741 (org-columns-move-left, org-columns-new)
9742 (org-column-number-to-string)
9743 (org-property-previous-allowed-value)
9744 (org-at-property-p, org-columns-delete)
9745 (org-columns-previous-allowed-value)
9746 (org-columns-move-right, org-columns-narrow)
9747 (org-property-get-allowed-values)
9748 (org-verify-version, org-column-string-to-number)
9749 (org-delete-property-globally): New functions.
9750 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
9751 (org-columns-overlays): Rename from `org-column-overlays'.
9752 (org-columns-map): Rename from `org-column-map'.
9753 (org-columns-current-maxwidths): Rename from
9754 `org-current-columns-maxwidths'.
9755 (org-columns-begin-marker, org-columns-current-fmt-compiled)
9756 (org-previous-header-line-format)
9757 (org-columns-inhibit-recalculation)
9758 (org-columns-top-level-marker): New variables.
9759 (org-columns-default-format): Rename from `org-default-columns-format'.
9760 (org-property-re): New constant.
9761
9762 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
9763
9764 * subr.el (looking-at-p, string-match-p): New functions.
9765
9766 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
9767
9768 * textmodes/tex-mode.el (tex-fontify-script)
9769 (tex-font-script-display): New variables to make display of
9770 superscripts and subscripts customizable.
9771 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
9772
9773 2007-07-09 Richard Stallman <rms@gnu.org>
9774
9775 * isearch.el (isearch-edit-string): Call to isearch-push-state
9776 after the search.
9777
9778 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9779
9780 * window.el (fit-window-to-buffer): Remove setting of window-min-height
9781 to 1 as enlarge-window uses the value to resize/shrink windows other
9782 than WINDOW if needed.
9783
9784 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9785
9786 * cus-start.el (file-coding-system-alist): Fix custom type.
9787
9788 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * longlines.el (longlines-wrap-region): Avoid marking buffer as
9791 modified.
9792 (longlines-auto-wrap, longlines-window-change-function):
9793 Remove unnecessary calls to set-buffer-modified-p.
9794
9795 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9796
9797 * cus-start.el (file-coding-system-alist): Fix custom type.
9798
9799 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9802 (vc-cvs-checkout): Remove last arg now unused; simplify.
9803
9804 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
9805
9806 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9807
9808 * net/tramp.el:
9809 * net/tramp-ftp.el:
9810 * net/tramp-smb.el:
9811 * net/tramp-uu.el:
9812 * net/trampver.el: Migrate to Tramp 2.1.
9813
9814 * net/tramp-cache.el:
9815 * net/tramp-fish.el:
9816 * net/tramp-gw.el: New Tramp packages.
9817
9818 * net/tramp-util.el:
9819 * net/tramp-vc.el: Removed.
9820
9821 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9822 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9823
9824 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9825
9826 * progmodes/compile.el (compilation-start): Redefine
9827 `start-process' temporarily when `default-directory' is remote.
9828 Remove case of synchronous compilation, this won't happen ever.
9829 (compilation-setup): Make local variable `comint-file-name-prefix'
9830 for remote compilation.
9831
9832 2007-07-08 Martin Rudalics <rudalics@gmx.at>
9833
9834 * novice.el (disabled-command-function): Fit window to buffer to
9835 make last line visible.
9836 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9837
9838 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9839 when handling the terminating event.
9840
9841 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9842
9843 * calc/calc.el (math-read-number-simple): Remove leading 0s.
9844 (math-bignum-digit-length): Change to optimal value.
9845
9846 * calc/calc-bin.el (math-bignum-logb-digit-size)
9847 (math-bignum-digit-power-of-two): Evaluate when compiled.
9848
9849 * calc/calc-comb.el (math-small-factorial-table)
9850 (math-init-random-base, math-prime-test): Remove unnecessary calls
9851 to `math-read-number-simple'.
9852
9853 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9854 (math-approx-gamma-const): Add docstrings.
9855
9856 * calc/calc-forms.el (math-julian-date-beginning)
9857 (math-julian-date-beginning-int): New constants.
9858 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9859 Use the new constants.
9860
9861 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9862
9863 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9864 Add docstrings.
9865
9866 2007-07-07 Tom Tromey <tromey@redhat.com>
9867
9868 * vc.el (vc-annotate): Jump to line and output message only after the
9869 process is really all done.
9870
9871 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * vc.el (vc-exec-after): Don't move point from the sentinel.
9874 Forcefully read all the remaining text in the pipe upon process exit.
9875 (vc-annotate-display-autoscale, vc-annotate-lines):
9876 Don't stop at the first unrecognized line.
9877 (vc-annotate-display-select): Run autoscale after the process is done
9878 since it depends on the whole result.
9879
9880 2007-07-07 Eli Zaretskii <eliz@gnu.org>
9881
9882 * term/w32-win.el (menu-bar-open): New function.
9883 Bind <f10> to it.
9884
9885 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
9886
9887 * simple.el (start-file-process): New defun.
9888
9889 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * files.el (find-file-confirm-nonexistent-file): Rename from
9892 find-file-confirm-inexistent-file. Update users.
9893
9894 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9895 format of autoload block where the file's time-stamp is replaced by its
9896 MD5 checksum.
9897 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9898 time-stamp for secondary autoloads files.
9899 (update-directory-autoloads): Remove duplicate entries.
9900 Use time-less-p for time-stamps, as done in autoload-find-destination.
9901
9902 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9903
9904 * calc/calc.el (math-read-number): Replace number by variable.
9905 (math-read-number-simple): Properly parse small integers.
9906
9907 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9908
9909 * vc.el: Fix doc for the checkout function.
9910
9911 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9912
9913 * vc-hg.el (vc-hg-root): New function.
9914 (vc-hg-registered): Use it.
9915 (vc-hg-diff-tree): New defalias.
9916 (vc-hg-responsible-p): Likewise.
9917 (vc-hg-checkout): Comment out, not needed.
9918 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9919 (vc-hg-find-version, vc-hg-next-version): New functions.
9920
9921 2007-07-06 Andreas Schwab <schwab@suse.de>
9922
9923 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9924 dynamic bindings around the evaluation of the expression.
9925 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9926
9927 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9930 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
9931 Use run-hooks rather than run-mode-hooks.
9932
9933 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
9934
9935 * calc/calc-comb.el (math-random-digit): Rename to
9936 `math-random-three-digit-number'.
9937 (math-random-digits): Don't depend on representation of integer.
9938
9939 * calc/calc-bin.el (math-bignum-logb-digit-size)
9940 (math-bignum-digit-power-of-two): New constants.
9941 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9942 (math-not-bignum, math-clip-bignum): Use the constants
9943 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9944 instead of their values.
9945 (math-clip): Use math-small-integer-size instead of its value.
9946
9947 * calc/calc.el (math-add-bignum): Replace number by constant.
9948
9949 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9950
9951 * wid-edit.el (widget-documentation-string-value-create):
9952 Insert indentation spaces.
9953
9954 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9955
9956 * emacs-lisp/byte-opt.el: Revert last change.
9957
9958 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9959
9960 * vc-hooks.el (vc-handled-backends): Add HG.
9961
9962 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9963
9964 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 * complete.el (PC-do-complete-and-exit): Add support for the new
9967 `confirm-only' confirmation mode.
9968
9969 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9970
9971 * cus-edit.el (custom-commands): New variable.
9972 (custom-tool-bar-map): New variable. Initialize using
9973 `custom-commands'.
9974 (custom-mode): Use `custom-tool-bar-map'.
9975 (custom-buffer-create-internal): Insert action buttons only if
9976 tool bar is not used. Use `custom-commands'.
9977 (Custom-help, custom-command-apply): New function.
9978 (custom-command-apply, Custom-set, Custom-save)
9979 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9980 Use `custom-command-apply' instead of duplicating code.
9981 (customize-group-other-window): Call `customize-group' instead of
9982 duplicating code.
9983 (customize-face-other-window): Call `customize-face' instead of
9984 duplicating code.
9985 (customize-group, customize-face): Add optional args for opening
9986 in another window.
9987 (custom-variable-tag): Don't inherit `variable-pitch' face.
9988 (custom-group-tag): Inherit `variable-pitch' face.
9989 (custom-variable-value-create): Set documentation indentation.
9990 (custom-group-value-create): Make group name a link, instead of
9991 using an extra "go to group" button.
9992 (custom-prompt-variable, custom-group-set, custom-group-save)
9993 (custom-group-reset-current, custom-group-reset-saved)
9994 (custom-group-reset-standard): Minor cleanup.
9995
9996 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9997
9998 * Makefile.in (bootstrap-prepare): When copying from
9999 ldefs-boot.el, make sure loaddefs.el is writeable.
10000
10001 (bootstrap-prepare): Make $(lisp)/ps-print.el
10002 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10003
10004 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10005
10006 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10007 only caller, and delete.
10008 (vc-hg-state): Deal with exceptions and only parse the output on
10009 successful return.
10010 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10011 caller, and delete.
10012 (vc-hg-workfile-version): Deal with exceptions and only parse the
10013 output on successful return.
10014 (vc-hg-revert): New function.
10015
10016 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
10017
10018 * calculator.el (calculator-expt): Use more cases to determine
10019 the value.
10020
10021 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10022
10023 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10024 file names.
10025
10026 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10027
10028 * calculator.el (calculator-expt, calculator-integer-p):
10029 New functions.
10030 (calculator-fact): Check to see if the factorial will be too
10031 large before computing it.
10032 (calculator-initial-operators): Use `calculator-expt' to
10033 compute "^".
10034 (calculator-mode): Mention that results which are too large
10035 will return inf.
10036 * calc/calc-comb.el (math-small-factorial-table): Replace list
10037 by vector.
10038
10039 2007-07-03 David Kastrup <dak@gnu.org>
10040
10041 * shell.el: On request of the authors, remove their addresses for
10042 the sake of bug reports, and add the developer list address as
10043 maintainer information.
10044
10045 2007-07-03 Richard Stallman <rms@gnu.org>
10046
10047 * files.el (make-directory): Doc fix.
10048 (find-file-confirm-inexistent-file): Make it a defcustom.
10049 Make nil the default.
10050
10051 2007-07-02 Richard Stallman <rms@gnu.org>
10052
10053 * startup.el (command-line): Set buffer-offer-save in *scratch*
10054 and enable auto-save in it.
10055
10056 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
10057
10058 * textmodes/org.el (orgstruct-mode-map): New variable.
10059 (orgstruct-mode): New minor mode.
10060 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10061 (orgstruct-make-binding, org-context-p, org-get-local-variables)
10062 (org-run-like-in-org-mode): New functions.
10063 (org-cycle-list-bullet): New command.
10064 (org-special-properties, org-property-start-re)
10065 (org-property-end-re): New constants.
10066 (org-with-point-at): New macro.
10067 (org-get-property-block, org-entry-properties, org-entry-get)
10068 (org-entry-delete, org-entry-get-with-inheritance)
10069 (org-entry-put, org-buffer-property-keys): New functions.
10070 (org-insert-property-drawer): New command.
10071 (org-entry-property-inherited-from): New variable.
10072 (org-column): New face.
10073 (org-column-overlays, org-current-columns-fmt)
10074 (org-current-columns-maxwidths, org-column-map): New variables.
10075 (org-column-menu): New menu.
10076 (org-new-column-overlay, org-overlay-columns)
10077 (org-overlay-columns-title, org-remove-column-overlays)
10078 (org-column-show-value, org-column-quit, org-column-edit):
10079 New functions.
10080 (org-columns, org-agenda-columns): New commands.
10081 (org-get-columns-autowidth-alist): New functions.
10082 (org-properties): New customize group.
10083 (org-default-columns-format): New option.
10084 (org-priority): Realign tags after changing priority.
10085 (org-preserve-lc): New macro.
10086 (org-update-checkbox-count): Catch case when there is no headline.
10087 (org-agenda-quit): Remove any column overlays.
10088 (org-beginning-of-item-list): Fixed bug when non-item line is
10089 indented too deep.
10090 (org-cached-props): New variable.
10091 (org-cached-entry-get): New function.
10092 (org-make-tags-matcher): Handle property matches.
10093 (org-table-recalculate): Swap evaluation order: Field formula
10094 first, then column formulas, but don't allow them to overwrite the
10095 field formulas.
10096 (org-table-eval-formula): New argument untouchable.
10097 (org-table-put-field-property): New function.
10098
10099 2007-07-02 Martin Rudalics <rudalics@gmx.at>
10100
10101 * help-mode.el (help-make-xrefs): Skip spaces too when
10102 skipping tabs.
10103
10104 * ffap.el (dired-at-point-prompter): Improve prompt in
10105 list-directory case.
10106
10107 2007-07-01 Richard Stallman <rms@gnu.org>
10108
10109 * files.el (find-file-visit-truename): Fix safe-local-variable value.
10110
10111 2007-07-01 Richard Stallman <rms@gnu.org>
10112
10113 * cus-start.el (max-mini-window-height): Added.
10114
10115 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10116
10117 * complete.el (partial-completion-mode): Remove advice of
10118 read-file-name-internal.
10119 (PC-do-completion): Rebind minibuffer-completion-table.
10120 (PC-read-file-name-internal): New function doing what
10121 read-file-name-internal advice did.
10122
10123 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
10124
10125 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10126 property on a few symbols.
10127 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10128 (byte-optimize-lapcode): Remove bindings that are not referenced
10129 and certainly will not effect through dynamic scoping.
10130
10131 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 * files.el (find-file-confirm-inexistent-file): New var.
10134 (find-file, find-file-other-window, find-file-other-frame)
10135 (find-file-read-only, find-file-read-only-other-window)
10136 (find-file-read-only-other-frame): Use it.
10137
10138 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10141
10142 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
10143
10144 * generic-x.el (generic-define-mswindows-modes)
10145 (generic-define-unix-modes, apache-log-generic-mode)
10146 (bat-generic-mode-keymap, java-manifest-generic-mode)
10147 (show-tabs-generic-mode): Fix typos in docstrings.
10148
10149 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
10150
10151 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10152 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10153 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10154 (rcirc-print): Never ignore messages from ourself.
10155
10156 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10159 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
10160
10161 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10162
10163 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10164 replace-regexp-in-string.
10165
10166 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * emacs-lisp/cl.el: Set edebug and indentation before loading
10169 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10170
10171 2007-06-28 Andreas Schwab <schwab@suse.de>
10172
10173 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10174 $(lisp)/subdirs.el.
10175
10176 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
10177
10178 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
10179 the speedbar frame if nil; that deletes the current frame or
10180 causes an error if it is the only frame.
10181 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
10182
10183 2007-06-28 Kevin Ryde <user42@zip.com.au>
10184
10185 * textmodes/nroff-mode.el: Groff \# comments.
10186 (nroff-mode-syntax-table): \# comment intro,
10187 plain # as punct per global table.
10188 (nroff-font-lock-keywords): Add # as a single char escape.
10189 (nroff-mode): In comment-start-skip, match \#.
10190
10191 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
10194 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
10195 point-min == 1.
10196
10197 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
10198
10199 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
10200 Rename and move to...
10201
10202 * subr.el (strings->string, string->strings): ...here.
10203
10204 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
10205 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
10206
10207 * progmodes/gud.el (gud-common-init): Call string->strings instead
10208 of split-string.
10209
10210 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
10211
10212 * dired-aux.el: Remove `dired-call-process'.
10213 (dired-check-process): Call `process-file'.
10214
10215 * wdired.el (wdired-do-perm-changes): Call `process-file'.
10216
10217 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
10218 `ange-ftp-process-file'.
10219
10220 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
10223
10224 * emacs-lisp/cl-extra.el:
10225 * emacs-lisp/cl-seq.el:
10226 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
10227 Add autoload cookies on all defs autoloaded manually in cl.el.
10228
10229 * emacs-lisp/cl-loaddefs.el: New file.
10230
10231 * textmodes/texinfmt.el (texinfo-raisesections-alist)
10232 (texinfo-lowersections-alist): Merge definition and declaration.
10233 (texinfo-start-of-header, texinfo-end-of-header): Remove.
10234 (texinfo-format-syntax-table): Merge init into declaration.
10235 (texinfo-format-parse-line-args, texinfo-format-parse-args)
10236 (texinfo-format-parse-defun-args, texinfo-format-node)
10237 (texinfo-push-stack, texinfo-multitable-widths)
10238 (texinfo-define-info-enclosure, texinfo-alias)
10239 (texinfo-format-defindex, batch-texinfo-format): Use push.
10240 (texinfo-footnote-number): Remove duplicate declaration.
10241
10242 * ps-print.el: Update with auto-generated autoloads.
10243
10244 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
10245
10246 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
10249 relative to current dir for file-local settings.
10250 (autoload-generate-file-autoloads): Add `outfile' arg.
10251 (update-directory-autoloads): Use it to directly call
10252 autoload-generate-file-autoloads instead of going through
10253 update-file-autoloads so we avoid redundant searches and so we can know
10254 the set of buffers changed so we can save them all.
10255
10256 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
10257 rather than throwing `up-to-date'.
10258 (autoload-generate-file-autoloads): Adjust correspondingly.
10259 (update-file-autoloads): Be careful to let-bind
10260 autoload-modified-buffers and adjust to new calling conventions.
10261 (autoload-modified-buffers): Make it a dynamically scoped var.
10262 (update-directory-autoloads): Use file-relative-name instead of
10263 autoload-trim-file-name.
10264 (autoload-insert-section-header): Don't use autoload-trim-file-name
10265 since the file is already relative now.
10266 (autoload-trim-file-name): Remove.
10267
10268 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
10269 (vc-arch-complete, vc-arch--version-completion-table)
10270 (vc-arch-revision-completion-table): New functions to provide
10271 completion of revision names.
10272 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
10273 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
10274 to let the user trim the revlib.
10275
10276 * vc.el: Add new VC operation `revision-completion-table'.
10277 (vc-default-revision-completion-table): New function.
10278 (vc-version-diff, vc-version-other-window): Use it to provide
10279 completion of revision names if the backend provides it.
10280
10281 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
10282
10283 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
10284 of newer .svn/entries.
10285
10286 2007-06-25 David Kastrup <dak@gnu.org>
10287
10288 * calc/calc-poly.el (math-padded-polynomial)
10289 (math-partial-fractions): Add some function comments.
10290
10291 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10294 Make `outbuf' optional.
10295 (update-file-autoloads): Use it.
10296
10297 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10298
10299 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
10300 (autoload-find-destination): Keep it uptodate.
10301 (autoload-save-buffers): New fun.
10302 (update-file-autoloads): Use it. Re-add the "up to date" message.
10303
10304 * emacs-lisp/autoload.el: Refactor for upcoming changes.
10305 (autoload-find-destination): New function extracted from
10306 update-file-autoloads.
10307 (update-file-autoloads): Use it.
10308 (autoload-generate-file-autoloads): New function extracted from
10309 generate-file-autoloads. Use file-relative-name. Delay computation of
10310 output-start to the first cookie. Remove done-any, replaced by
10311 output-start.
10312 (generate-file-autoloads): Use it.
10313
10314 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
10315
10316 * calc/calc-comb.el (math-init-random-base, math-prime-test):
10317 Use math-read-number-simple to insert constants.
10318 (math-prime-test): Redo calculation of sum.
10319
10320 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
10321
10322 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
10323 math-scale-bignum-3.
10324 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
10325 math-bignum-digit-size.
10326 (math-isqrt-small): Add another possible initial guess.
10327
10328 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10329
10330 * textmodes/bibtex.el (bibtex-entry-format): New options
10331 `whitespace', `braces', and `string'.
10332 (bibtex-field-braces-alist, bibtex-field-strings-alist)
10333 (bibtex-field-braces-opt, bibtex-field-strings-opt)
10334 (bibtex-cite-matcher-alist): New variables.
10335 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
10336 (bibtex-flash-head): Use blink-matching-delay.
10337 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
10338 (bibtex-format-entry, bibtex-reformat): Handle new options of
10339 bibtex-entry-format.
10340 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
10341 New functions.
10342 (bibtex-complete-internal): Do not display messages while
10343 minibuffer is used. Do not leave around a completions buffer
10344 that is out of date.
10345 (bibtex-copy-summary-as-kill): New optional arg.
10346 (bibtex-font-lock-url): New optional arg no-button.
10347 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
10348 (bibtex-url): Allow multiple URLs per entry.
10349
10350 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * emacs-lisp/autoload.el (autoload-generated-file): New function.
10353 (update-file-autoloads, update-directory-autoloads): Use it.
10354 (autoload-file-load-name): New function.
10355 (generate-file-autoloads, update-file-autoloads): Use it.
10356 (autoload-find-file): Accept non-absolute argument. Set default-dir.
10357 (generate-file-autoloads): If the autoloaded form is malformed,
10358 indicate the problem with a warning instead of aborting.
10359
10360 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10361
10362 * simple.el (next-error-recenter): Accept `(4)' as well;
10363 also, specify `integer' instead of `number'.
10364
10365 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10366
10367 * ls-lisp.el (insert-directory): If an invalid regexp error is
10368 thrown, try using FILE as a literal file name, not a wildcard.
10369
10370 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
10371
10372 * ruler-mode.el (ruler-mode): Prevent clobbering the original
10373 `header-line-format' when reentering ruler mode.
10374
10375 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10376
10377 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
10378 FILE exists as a file.
10379
10380 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10381
10382 * calc/calc.el (math-bignum-digit-length)
10383 (math-bignum-digit-size, math-small-integer-size):
10384 New constants.
10385 (math-normalize, math-bignum-big, math-make-float)
10386 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
10387 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
10388 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
10389 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
10390 (math-quotient, math-div-bignum, math-div-bignum-digit)
10391 (math-div-bignum-part, math-format-bignum-decimal)
10392 (math-read-bignum): Use math-bignum-digit-length,
10393 math-bignum-digit-size and math-small-integer-size.
10394
10395 * calc/calc-ext.el (math-fixnum-big): Use the variable
10396 math-bignum-digit-size.
10397
10398 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10399
10400 * log-view.el (log-view-mode-menu): New menu.
10401
10402 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
10405 differently.
10406
10407 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
10408 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
10409
10410 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10411
10412 * vc-hg.el (vc-hg-print-log): Insert the file name.
10413 (vc-hg-log-view-mode): Fontify the file name.
10414
10415 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10416
10417 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
10418 (calcFunc-julian): Fix incorrect number used in calculations.
10419
10420 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
10421
10422 * simple.el (next-error-recenter): New defcustom.
10423 (next-error, next-error-internal): Recenter if specified,
10424 immediately prior to running `next-error-hook'.
10425
10426 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
10427 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
10428
10429 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
10430
10431 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10432
10433 * calc/calc-comb.el (math-small-factorial-table): New variable.
10434 (calcFunc-fact): Use `math-small-factorial-table'.
10435
10436 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
10437 initial values.
10438 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
10439 New variables to use in caches.
10440
10441 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
10442 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
10443
10444 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
10445 (math-bernoulli-b-cache): Use math-read-number-simple to insert
10446 bignums.
10447
10448 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10449 New variables to use in caches.
10450
10451 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10452
10453 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
10454
10455 * vc-hg.el (vc-hg-log-view-mode): New mode.
10456
10457 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
10458
10459 * calc/calc.el (math-read-number-simple): New function.
10460
10461 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10462
10463 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
10464 (vera-font-lock-match-item): Fix doc string.
10465 (vera-in-comment-p): Remove unused function.
10466 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
10467 use `syntax-ppss'.
10468 (vera-forward-syntactic-ws): Fix argument order.
10469 (vera-prepare-search): Use `with-syntax-table'.
10470 (vera-indent-line): Fix doc string.
10471 (vera-electric-tab): Fix doc string.
10472 (vera-expand-abbrev): Define alias instead of using `fset'.
10473 (vera-comment-uncomment-region): Use `comment-start-skip'.
10474
10475 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
10476
10477 * textmodes/org.el (org-export-with-footnotes): New option.
10478 (org-export-as-html): Fix replacement bug for XEmacs.
10479 (org-agenda-default-appointment-duration): New option.
10480
10481 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10482
10483 * vc-hg.el: Add to do items.
10484 (vc-hg-diff): Add support for comparing different revisions.
10485 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
10486 (vc-hg-annotate-extract-revision-at-line)
10487 (vc-hg-previous-version, vc-hg-checkin): New functions.
10488 (vc-hg-annotate-re): New constant.
10489
10490 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
10491
10492 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
10493
10494 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
10497 buffer-local value of log-view-*-re if applicable.
10498
10499 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
10500 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
10501 (vc-bzr-command*): Remove both (incompatible) versions.
10502 (vc-bzr-do-command*): Remove.
10503 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
10504 Remove by folding into its only caller vc-bzr-command.
10505 (vc-bzr-command): Always set the environment, even when ineffective.
10506 (vc-bzr-version): Minor fix up.
10507 (vc-bzr-admin-dirname): New var.
10508 (vc-bzr-bzr-dir): Remove.
10509 (vc-bzr-root-dir): New fun.
10510 (vc-bzr-registered): Use it. Add an autoloaded version.
10511 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
10512 (vc-bzr-view-log-function): Remove.
10513 (vc-bzr-log-view-mode): New major mode to replace it.
10514 (vc-bzr-print-log): Only activate the old hack if needed.
10515
10516 * vc.el (vc-default-log-view-mode): New function.
10517 (vc-print-log): Add new `log-view-mode' VC operation.
10518
10519 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
10520
10521 * ido.el (ido-find-file-in-dir): Don't signal an error for
10522 empty directories.
10523
10524 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
10525
10526 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
10527 directory where the desktop file was found, as the docstring says.
10528 (desktop-kill): Use `read-directory-name'.
10529
10530 2007-06-20 Alan Mackenzie <acm@muc.de>
10531
10532 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
10533 When removing lines, also remove the \n. Correction of patch of
10534 2007-04-21.
10535
10536 2007-06-20 Martin Rudalics <rudalics@gmx.at>
10537
10538 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
10539 event is not a cons cell. Do not unread drag-mouse-1 events.
10540 Select right window in check whether space was stolen from
10541 window above.
10542
10543 * help-mode.el (help-make-xrefs): Adjust position of new forward
10544 button.
10545
10546 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
10547
10548 * vc-bzr.el (vc-bzr-with-process-environment)
10549 (vc-bzr-std-process-invocation): New macros.
10550 (vc-bzr-command, vc-bzr-command*): Use them.
10551 (vc-bzr-with-c-locale): Remove.
10552 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
10553 (vc-bzr-buffer-nonblank-p): New function.
10554 (vc-bzr-state-words): New const.
10555 (vc-bzr-state): Look for `bzr status' keywords in output.
10556 Display everything else as a warning message to the user.
10557 Fix status report with bzr >= 0.15.
10558
10559 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10560
10561 * vc-hg.el (vc-hg-global-switches): Simplify.
10562 (vc-hg-state): Handle more states.
10563 (vc-hg-diff): Fix doc-string.
10564 (vc-hg-register): New function.
10565 (vc-hg-checkout): Likewise.
10566
10567 2007-06-20 Reto Zimmermann <reto@gnu.org>
10568
10569 * progmodes/vera-mode.el: New file.
10570
10571 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
10572
10573 * calc/calc.el (calc-multiplication-has-precendence):
10574 New variable.
10575 (math-standard-ops, math-standard-ops-p, math-expr-ops):
10576 New functions.
10577 (math-expr-opers): Define using math-standard-ops rather than
10578 math-standard-opers.
10579 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
10580 equal the function math-standard-ops rather than the variable
10581 math-standard-opers.
10582 (calc-algebraic-entry): Let math-expr-opers equal
10583 math-standard-ops or math-expr-ops, as appropriate.
10584 (math-expr-read-level, math-read-factor): Let math-expr-opers
10585 equal math-expr-ops.
10586 * calc/calc-embed.el (calc-embedded-finish-edit):
10587 Let math-expr-opers equal the function math-standard-ops
10588 rather than the variable math-standard-opers.
10589 * calc/calc-ext.el (math-read-plain-expr)
10590 (math-format-flat-expr-fancy): Let math-expr-opers equal the
10591 function math-standard-ops rather than the variable
10592 math-standard-opers.
10593 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
10594 Let math-expr-opers equal the function math-standard-ops rather
10595 than the variable math-standard-opers.
10596 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
10597 equal the function math-standard-ops rather than the variable
10598 math-standard-opers.
10599 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
10600 equal the function math-standard-ops rather than the variable
10601 math-standard-opers.
10602 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
10603 math-expr-ops.
10604
10605 2007-06-19 Ivan Kanis <apple@kanis.eu>
10606
10607 * vc-hg.el: New file.
10608
10609 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
10612 with font-lock-multiline.
10613
10614 2007-06-17 Glenn Morris <rgm@gnu.org>
10615
10616 * lpr.el (lpr-page-header-switches): Move %s to separate element
10617 for correct quoting. Doc fix.
10618
10619 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
10622 than setting sgml-xml-mode.
10623 (sgml-mode, html-mode): Set sgml-xml-mode.
10624 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
10625 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
10626 (sgml-electric-tag-pair-before-change-function)
10627 (sgml-electric-tag-pair-flush-overlays): New functions.
10628 (sgml-electric-tag-pair-mode): New minor mode.
10629 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
10630 (sgml-calculate-indent): Use assoc-string.
10631
10632 2007-06-16 Karl Fogel <kfogel@red-bean.com>
10633
10634 * thingatpt.el (thing-at-point-email-regexp): Don't require two
10635 chars before the "@" in an email address. Andreas Roehler noticed
10636 this problem.
10637
10638 2007-06-15 Karl Fogel <kfogel@red-bean.com>
10639
10640 * thingatpt.el: Add support for email addresses (`email').
10641 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
10642 (thing-at-point-email-regexp): New variable.
10643 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
10644 properties on this symbol, with lambda forms for values.
10645
10646 2007-06-15 Masatake YAMATO <jet@gyve.org>
10647
10648 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
10649
10650 * vc.el (vc-dired-hook): Check the backend returned from
10651 `vc-responsible-backend' can really handle `subdir'.
10652
10653 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * wid-edit.el (widget-add-documentation-string-button):
10656 Fix handling of documentation indent.
10657
10658 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
10659
10660 * mb-depth.el: New file.
10661
10662 2007-06-15 Masatake YAMATO <jet@gyve.org>
10663
10664 * vc.el (vc-dired-mode): Show backend name as part of mode name.
10665
10666 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * wid-edit.el (widget-default-create): Move ?h handling here...
10669 (widget-default-format-handler): ...from here.
10670 (widget-docstring, widget-add-documentation-string-button): New funs.
10671 (documentation-string): Add :visibility-widget property.
10672 (widget-documentation-string-value-create): Use it.
10673
10674 * cus-edit.el (custom-split-regexp-maybe): Simplify.
10675 (custom-buffer-create-internal): Simplify message.
10676 (custom-variable-tag): Reduce height to normal.
10677 (custom-variable-value-create, custom-face-value-create)
10678 (custom-visibility): New widget.
10679 (custom-visibility): New face.
10680 (custom-group-value-create):
10681 Call widget-add-documentation-string-button, using `custom-visibility'.
10682
10683 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * emacs-lisp/bytecomp.el (byte-compile-current-group)
10686 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
10687 change. Apparently the "warning even if the group is implicit" is
10688 a feature rather than a bug.
10689
10690 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
10691
10692 * emulation/viper.el (viper-describe-key-ad)
10693 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
10694 Compile them conditionally.
10695 (viper-version): Belated version change.
10696
10697 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
10698
10699 * follow.el (follow-all-followers, follow-generic-filter):
10700 * pcomplete.el (pcomplete-restore-windows):
10701 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
10702 (x-dnd-drop-data):
10703 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
10704 * progmodes/python.el (python-complete-symbol):
10705 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
10706
10707 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
10708
10709 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
10710 around bright and dim regexps. Make sure bright and dim matches
10711 use word anchors. Send text through rcirc-markup functions.
10712 (rcirc-url-regexp): Add single quote character.
10713 (rcirc-connect): Write logs to disk on auto-save-hook.
10714 Make server a non-optional argument.
10715 (rcirc-log-alist): New variable.
10716 (rcirc-log-directory): Make customizable.
10717 (rcirc-log-flag): New customizable variable.
10718 (rcirc-log): New function.
10719 (rcirc-print): Use above function.
10720 (rcirc-log-write): New function.
10721 (rcirc-generate-new-buffer-name): Strip text properties.
10722 (rcirc-switch-to-buffer-function): Remove variable.
10723 (rcirc-last-non-irc-buffer): Remove variable.
10724 (rcirc-non-irc-buffer): Add function.
10725 (rcirc-next-active-buffer): Use above function.
10726 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10727 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10728 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10729 (rcirc-omit-mode): Add minor-mode.
10730 (rcirc-mode-map): Change C-c C-o binding.
10731 (rcirc-mode): Clear mode-line-process. Use a custom
10732 fill-paragraph-function. Set up buffer-invisibility-spec.
10733 (rcirc-response-formats): Remove timestamp code.
10734 (rcirc-omit-responses): Add variable.
10735 (rcirc-print): Don't put the overlay arrow on potentially omitted
10736 lines. Log line to disk. Record activity for private messages
10737 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
10738 (rcirc-jump-to-first-unread-line): Print message if there is no
10739 unread text.
10740 (rcirc-clear-unread): New function.
10741 (rcirc-markup-text-functions): Add variable.
10742 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10743 (rcirc-debug): Don't mess with window configuration.
10744 (rcirc-send-message): Send message before printing locally.
10745 Add SILENT argument, do not print message if non-nil.
10746 (rcirc-visible-buffers): New function and variable.
10747 (rcirc-window-configuration-change-1): Add function.
10748 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10749 server buffer.
10750 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
10751 (rcirc-fill-paragraph): Add function.
10752 (rcirc-record-activity, rcirc-window-configuration-change-1):
10753 Only update the activity string if it has actually changed.
10754 (rcirc-update-activity-string): Remove padding characters from the
10755 mode-line string.
10756 (rcirc-disconnect-buffer): New function to be called when a
10757 channel is parted or the user quits.
10758 (rcirc-server-name): Warn when the server-name hasn't been set.
10759 (rcirc-window-configuration-change): Postpone work until
10760 post-command-hook.
10761 (rcirc-window-configuration-change-1): Update mode-line and
10762 overlay arrows here.
10763 (rcirc-authenticate): Fixc hanserv identification.
10764 (rcirc-default-server): Remove variable.
10765 (rcirc): Connect according to rcirc-connections.
10766 (rcirc-connections): Add variable.
10767 (rcirc-startup-channels-alist): Remove variable.
10768 (rcirc-startup-channels): Remove function.
10769
10770 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
10773
10774 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
10775
10776 * term/xterm.el (terminal-init-xterm): Escape parens in character
10777 constants.
10778
10779 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * progmodes/sh-script.el: Remove unneeded * from docstrings.
10782 Use [:alpha:] and [:alnum:] where applicable.
10783 (sh-quoted-subshell): Rewrite to correctly
10784 handle nested mixes of `...' and $(...).
10785 (sh-apply-quoted-subshell): Remove.
10786 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10787
10788 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
10789
10790 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
10791
10792 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10793 previous change.
10794
10795 2007-06-12 Tom Tromey <tromey@redhat.com>
10796
10797 * subr.el (user-emacs-directory): New defconst.
10798 * cmuscheme.el (scheme-start-file):
10799 * shell.el (shell):
10800 * completion.el (save-completions-file-name):
10801 * custom.el (custom-theme-directory):
10802 * term/x-win.el (emacs-session-filename):
10803 * filesets.el (filesets-menu-cache-file):
10804 * thumbs.el (thumbs-thumbsdir):
10805 * server.el (server-auth-dir):
10806 * image-dired.el (image-dired-dir):
10807 (image-dired-db-file):
10808 (image-dired-temp-image-file):
10809 (image-dired-gallery-dir):
10810 (image-dired-temp-rotate-image-file):
10811 * play/gamegrid.el (gamegrid-user-score-file-directory):
10812 * savehist.el (savehist-file):
10813 * tutorial.el (tutorial--saved-dir):
10814 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10815
10816 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
10817
10818 * scroll-lock.el (scroll-lock-mode): Doc fix.
10819
10820 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10821
10822 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10823
10824 * ediff-init.el: Doc strings.
10825
10826 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10829 (byte-compile-file): Bind it.
10830 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10831 group argument is provided implicitly.
10832 (byte-compile-format-warn, byte-compile-from-buffer)
10833 (byte-compile-insert-header): Don't hardcode point-min==1.
10834 (byte-compile-file-form-require): Remove unused var old-load-list.
10835 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10836
10837 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10838
10839 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10840 Display error messages.
10841 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10842 Get rid of cl.el dependencies.
10843
10844 * emulation/viper-init.el (viper-suppress-input-method-change-message):
10845 New variable.
10846 (viper-activate-input-method-action)
10847 (viper-inactivate-input-method-action):
10848 Use viper-suppress-input-method-change-message.
10849
10850 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10851 for C-s, C-r.
10852
10853 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10854 Use viper-replace-overlay-cursor-color instead of
10855 viper-replace-overlay-cursor-color.
10856 (viper-sit-for-short): Use sit-for with 3 arguments.
10857
10858 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10859 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10860 to gud-mode.
10861
10862 * ediff-mult.el (ediff-meta-buffer-brief-message)
10863 (ediff-meta-buffer-verbose-message): New variables.
10864 (ediff-meta-buffer-message): Variable deleted.
10865 (ediff-verbose-help-enabled): New variable.
10866 (ediff-toggle-verbose-help-meta-buffer): New function.
10867 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10868 message options.
10869
10870 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10871 (ediff-fixup-patch-map): Improve heuristic.
10872
10873 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10874
10875 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10876 (log-view-font-lock-keywords): Simplify.
10877 (log-view-current-file, log-view-current-tag): Simplify.
10878
10879 2007-06-12 Sam Steingold <sds@gnu.org>
10880
10881 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10882
10883 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
10884
10885 * desktop.el (desktop-load-locked-desktop): New option.
10886 (desktop-read): Use it.
10887 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10888 Use `when'.
10889
10890 2007-06-12 Davis Herring <herring@lanl.gov>
10891
10892 * desktop.el (desktop-save-mode-off): New function.
10893 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10894 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10895 (desktop-claim-lock, desktop-release-lock): New functions.
10896 (desktop-kill): Tell `desktop-save' that this is the last save.
10897 Release the lock afterwards.
10898 (desktop-buffer-info): New function.
10899 (desktop-save): Use it. Run `desktop-save-hook' where the doc
10900 says to. Detect conflicts, and manage the lock.
10901 (desktop-read): Detect conflicts. Manage the lock.
10902
10903 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10906
10907 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10908 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
10909 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10910 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10911 keysyms rather than byte sequences.
10912 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10913
10914 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10917 half-activated, forcefully activate it completely.
10918
10919 2007-06-11 Richard Stallman <rms@gnu.org>
10920
10921 * cus-edit.el (custom-variable-type): Doc fix.
10922
10923 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10926 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10927 (sh-font-lock-syntactic-keywords): Use them to distinguish the
10928 different possible cases for \'.
10929
10930 * complete.el (PC-bindings): Don't bind things already bound in the
10931 parent keymap.
10932
10933 * textmodes/bibtex-style.el: New file.
10934
10935 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
10936
10937 * vc-bzr.el: New file.
10938
10939 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * vc-svn.el (vc-svn-program): New var.
10942 (vc-svn-command): Use it.
10943
10944 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
10945
10946 * server.el (server-switch-buffer): Remove redundant check.
10947
10948 2007-06-10 Martin Rudalics <rudalics@gmx.at>
10949
10950 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10951 Match against file-name-nondirectory.
10952 Fix text on user customization variables.
10953 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10954
10955 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10956
10957 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10958
10959 2007-06-09 Davis Herring <herring@lanl.gov>
10960
10961 * desktop.el (desktop-minor-mode-table): Doc fix.
10962
10963 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * textmodes/css-mode.el (css-navigation-syntax-table):
10966 Use set-char-table-range so it also works in the unicode branch.
10967
10968 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
10969
10970 * help-mode.el (help-xref-forward-stack)
10971 (help-xref-stack-forward-item, help-forward-label): New variables.
10972 (help-forward): New button type.
10973 (help-setup-xref): Initialise help-xref-forward-stack.
10974 (help-make-xrefs): Add forward button, if appropriate.
10975 (help-xref-go-back): Push item on forward stack.
10976 (help-xref-go-forward, help-go-forward): New functions.
10977
10978 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
10979
10980 * dired.el (dired-mode-map): Remove spurious separator.
10981
10982 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10983
10984 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10985
10986 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10987 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10988
10989 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
10990
10991 * textmodes/org.el: Version number fixed.
10992
10993 2007-06-07 Glenn Morris <rgm@gnu.org>
10994
10995 * version.el (emacs-copyright): New constant.
10996 * startup.el (fancy-splash-tail): Use emacs-copyright.
10997 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10998
10999 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11000 `make-local'.
11001 (byte-compile-warnings-safe-p): Add `make-local'.
11002 (byte-compile-make-variable-buffer-local):
11003 Allow byte-compile-warnings to suppress this warning.
11004
11005 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11006 format of "menu" description.
11007 (tutorial--find-changed-keys): Describe the specific menu a
11008 command is in.
11009
11010 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11011 Rewrite compatibility functions to silence byte-compiler.
11012
11013 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11014
11015 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11016 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11017
11018 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
11019
11020 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11021
11022 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11023
11024 * progmodes/ebrowse.el (ebrowse-member-table):
11025 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11026 (org-batch-agenda-csv): Fix typos in docstrings.
11027
11028 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11029
11030 * international/mule-cmds.el (toggle-enable-multibyte-characters)
11031 (sort-coding-systems, search-unencodable-char): Doc fixes.
11032 (coding-system-change-eol-conversion, set-default-coding-systems)
11033 (prefer-coding-system, find-multibyte-characters, princ-list)
11034 (leim-list-entry-regexp, set-input-method, locale-language-names)
11035 (input-method-exit-on-first-char, exit-language-environment-hook)
11036 (locale-charset-language-names): Fix typos in docstrings.
11037
11038 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11039
11040 * pgg.el (pgg-sign-region, pgg-sign):
11041 * ses.el (ses-call-printer):
11042 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11043 * textmodes/org.el (org-cycle): Fix typos in docstrings.
11044
11045 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
11046
11047 * textmodes/org.el (org-export-region-as-html)
11048 (org-replace-region-by-html, org-number-to-letters)
11049 (org-table-fedit-finish, org-normalize-color)
11050 (org-table-fedit-ref-right, org-date-to-gregorian)
11051 (org-table-fedit-move, org-table-convert-refs-to-rc)
11052 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11053 (org-write-agenda, org-colgroup-info-to-vline-list)
11054 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11055 (org-indent-line-function, org-export-as-html-to-buffer)
11056 (org-store-agenda-views, org-update-mode-line)
11057 (org-find-if, org-delete-all)
11058 (org-table-fedit-convert-buffer, org-emphasize)
11059 (org-uniquify, org-table-fedit-lisp-indent)
11060 (org-table-fedit-scroll, org-get-todo-sequence-head)
11061 (org-table-fedit-scroll-down, org-table-fedit-line-down)
11062 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11063 (org-table-fedit-toggle-coordinates, org-dvipng-color)
11064 (org-table-fedit-line-up, org-table-fedit-ref-down)
11065 (org-table-formula-from-user, org-mode-flyspell-verify)
11066 (org-cycle-show-empty-lines, org-ctrl-c-ret)
11067 (org-table-formula-to-user, org-diary-to-ical-string)
11068 (orgtbl-export, org-table-fedit-post-command)
11069 (org-closed-in-range, org-shiftcontrolright)
11070 (org-table-convert-refs-to-an, org-table-hline-and-move)
11071 (org-table-formula-less-p, org-format-table-ascii)
11072 (org-agenda-get-sexps, org-shift-refpart)
11073 (org-diary-sexp-entry, org-time-string-to-absolute)
11074 (org-table-show-reference, org-letters-to-number)
11075 (org-fix-agenda-info, org-table-fedit-ref-up)
11076 (org-table-fedit-shift-reference, org-table-fedit-abort)
11077 (org-closest-date, org-shiftcontrolleft)
11078 (org-at-heading-or-item-p, org-rematch-and-replace)
11079 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11080 New functions.
11081 (org-table-edit-scroll-down, org-finish-edit-formulas)
11082 (org-table-edit-next-field, org-abort-edit-formulas)
11083 (org-font-lock-level, org-export-find-first-heading-line)
11084 (org-table-edit-line-down, org-table-edit-backward-field)
11085 (org-edit-formula-lisp-indent, org-table-edit-move)
11086 (org-check-log-option, org-this-word)
11087 (org-table-edit-line-up, org-table-edit-formulas-post-command)
11088 (org-agenda-file-to-end, org-expand-file-name)
11089 (org-fake-empty-table-line, org-table-edit-scroll)
11090 (org-toggle-log-option, org-show-reference): Function removed.
11091 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11092 New defsubsts.
11093 (org-unmodified, org-batch-store-agenda-views)
11094 (org-batch-agenda-csv): New macro.
11095 (org-agenda-export): New customization group.
11096 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11097 (org-highest-priority, org-agenda-exporter-settings)
11098 (org-log-done-with-time, org-replace-disputed-keys)
11099 (org-format-latex-header, org-export-table-header-tags)
11100 (org-cycle-separator-lines, org-export-table-data-tags)
11101 (org-icalendar-include-sexps)
11102 (org-empty-line-terminates-plain-lists)
11103 (org-log-repeat, org-special-ctrl-a)
11104 (org-table-use-standard-references, org-disputed-keys)
11105 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11106 (org-agenda-export-html-style): New option.
11107 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11108 (org-CUA-compatible): Option removed.
11109 (org-agenda-structure, org-sexp-date): New face.
11110 (org-todo-keywords-for-agenda, org-not-done-keywords)
11111 (org-planning-or-clock-line-re, org-agenda-name)
11112 (org-table-colgroup-info, org-todo-sets)
11113 (constants-unit-system, org-clock-mode-line-entry)
11114 (org-mode-line-timer, org-table-current-begin-pos)
11115 (org-todo-keywords-1, org-mode-line-string)
11116 (org-table-clean-did-remove-column, org-table-fedit-map)
11117 (org-clock-heading, org-table-buffer-is-an)
11118 (org-agenda-info, org-done-keywords)
11119 (org-done-keywords-for-agenda, org-todo-heads)
11120 (org-todo-kwd-alist, org-clock-start-time): New variable.
11121 (org-todo-kwd-priority-p, org-edit-formulas-map)
11122 (org-repeat-re, org-todo-kwd-max-priority)
11123 (org-version, org-done-string)
11124 (org-table-clean-did-remove-column-1, org-disputed-keys):
11125 Remove variables.
11126 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11127 (org-ts-lengths): Constant removed.
11128 (org-follow-gnus-link): Don't ask how many articles to read.
11129 (org-export-find-first-export-line): Rename from
11130 `org-export-find-first-heading'.
11131 Use `org-export-skip-text-before-1st-heading'.
11132 (org-table-fedit-post-command): Rename from
11133 `org-table-edit-formulas-post-command'.
11134 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11135 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11136 (org-table-fedit-lisp-indent): Rename from
11137 `org-edit-formula-lisp-indent'.
11138 (org-table-show-reference): Rename from `org-show-reference'.
11139 (org-table-store-formulas): Use `org-table-formula-less-p'.
11140 (org-table-edit-formulas): Position cursor to current field equation.
11141 (org-update-checkbox-count, org-hide-archived-subtrees)
11142 (org-timestamp-up-day, org-timestamp-down-day)
11143 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11144 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11145 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11146 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11147 Let `org-on-heading-p' also check for invisible heading.
11148 (org-read-date): Match am/pm times.
11149 (org-eval-in-calendar): Fix default date in prompt.
11150
11151 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
11152
11153 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11154 "ChangeLog.a" entries, giving the latter lower priority.
11155
11156 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11157
11158 * faces.el (face-id): If the argument is a face alias,
11159 return the ID of the target face.
11160
11161 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
11162
11163 * net/socks.el (top): Remove unnecessary copyright line.
11164
11165 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
11166
11167 * longlines.el (longlines-auto-wrap): Handle argument correctly.
11168
11169 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
11170
11171 * net/socks.el: New file, taken from w3 repository.
11172 (top): Update Copyright. Don't load cl.el.
11173 (all): Replace `case' by `cond', `string-to-int' by
11174 `string-to-number', and `process-kill-without-query' by
11175 `set-process-query-on-exit-flag'.
11176 (socks-char-int): Remove defalias and all occurrences.
11177
11178 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
11179
11180 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
11181 Fix typos in docstrings.
11182 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
11183 (compilation-finish-function): Fix typo in obsolescence declaration.
11184
11185 2007-06-03 Sam Steingold <sds@gnu.org>
11186
11187 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
11188 handle unending automatic recompilation of changed files (`omake -P').
11189 (compilation-loop): VISITED is now 5th CDR.
11190 (compilation-next-error-function): Set TIMESTAMP.
11191
11192 2007-06-03 Sam Steingold <sds@gnu.org>
11193
11194 * files.el (kill-buffer-ask): New function.
11195 (kill-some-buffers): Use it.
11196 (kill-matching-buffers): New user command.
11197
11198 2007-06-01 David Kastrup <dak@gnu.org>
11199
11200 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11201 Change default to `top'.
11202
11203 2007-05-31 Richard Stallman <rms@gnu.org>
11204
11205 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
11206
11207 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * textmodes/css-mode.el: New file.
11210
11211 2007-05-30 Michael Olson <mwolson@gnu.org>
11212
11213 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
11214 died and we are trying to send a signal to it. The program using
11215 tq.el should periodically check to see whether the process has
11216 died and react appropriately -- this is not the responsibility of
11217 tq.el, and is consistent with the rest of the tq.el source code.
11218
11219 2007-05-29 Martin Rudalics <rudalics@gmx.at>
11220
11221 * textmodes/table.el (table--point-entered-cell-function)
11222 (table--point-left-cell-function):
11223 Bind `inhibit-point-motion-hooks' to t.
11224
11225 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11226
11227 * emacs-lisp/rx.el (rx): Doc fix.
11228
11229 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
11230
11231 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
11232
11233 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
11234
11235 Sync with Tramp 2.0.56.
11236
11237 * net/tramp.el:
11238 * net/tramp-ftp.el:
11239 * net/tramp-smb.el:
11240 * net/tramp-util.el:
11241 * net/tramp-vc.el:
11242 Don't load cl.el, because that pollutes the namespace. Replace cl
11243 macros by their implementations where necessary. Requested by
11244 Richard Stallman <rms@gnu.org>.
11245
11246 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
11247 doesn't exist.
11248 (with-parsed-tramp-file-name): Protect debug spec during compilation.
11249 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
11250 (tramp-file-name-p, tramp-file-name-multi-method)
11251 (tramp-file-name-method, tramp-file-name-user)
11252 (tramp-file-name-host, tramp-file-name-localname): New defuns,
11253 replacing defstruct `tramp-file-name'.
11254 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
11255 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
11256 Apply `vector' instead of `make-tramp-file-name'.
11257 (tramp-handle-make-auto-save-file-name):
11258 Apply `tramp-temporary-file-directory' for compatibility reasons.
11259 (tramp-completion-mode): Use `natnump' instead of `wholenump'
11260 because of XEmacs.
11261 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
11262 started.
11263
11264 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
11265
11266 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
11267
11268 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
11269
11270 * log-edit.el (log-edit-changelog-paragraph): Return point-max
11271 as the end of the ChangeLog paragraph when it ends without a line
11272 termination.
11273
11274 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
11275
11276 * net/webjump.el (webjump-sample-sites):
11277 Add simple Wikipedia query.
11278
11279 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
11282 compatibility code.
11283
11284 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
11285 (copyright-update-year): Use it.
11286
11287 * edmacro.el (edmacro-format-keys): Use current-active-maps.
11288
11289 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
11290 Add indentation and debugging info. Fix up comment convention.
11291
11292 * cus-dep.el (custom-make-dependencies): Simplify.
11293
11294 * composite.el (compose-region, decompose-region):
11295 Use inhibit-read-only and restore-buffer-modified-p.
11296
11297 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
11298 (xterm-mouse-event): Use it.
11299
11300 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
11301
11302 * bs.el (bs-cycle-previous): Don't modify the cycle list until
11303 `switch-to-buffer' has returned succesfully.
11304 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
11305 window is dedicated (it could iconify the frame).
11306
11307 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
11308
11309 * vc-hooks.el (vc-find-root): Fix file attribute test.
11310
11311 2007-05-24 Richard Stallman <rms@gnu.org>
11312
11313 * textmodes/flyspell.el (flyspell-correct-word-before-point):
11314 Don't let opoint be nil.
11315 (flyspell-emacs-popup): Explicit error if no dialogs.
11316
11317 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
11318
11319 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
11320 (image-next-line, image-previous-line, image-scroll-up)
11321 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
11322 New functions.
11323 (image-mode-map): Remap motion commands.
11324 (image-mode-text-map): New keymap for viewing images as text.
11325 (image-mode): Use image-mode-map.
11326 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
11327
11328 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 * textmodes/fill.el (canonically-space-region): Make the second arg
11331 a marker if it's not already the case.
11332
11333 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11334
11335 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
11336 (tar-get-descriptor): Handle type 55, an extended pax header.
11337
11338 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
11341 to confuse outline-minor-mode.
11342
11343 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11344
11345 * tar-mode.el (tar-file-name-handler): New function.
11346 (tar-extract): Bind file-name-handler-alist to it to force
11347 find-buffer-file-type-coding-system behave as if the file being
11348 extracted existed. Use last-coding-system-used to force
11349 buffer-file-coding-system to what decode-coding-region actually
11350 used to decode the file.
11351
11352 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11353
11354 * progmodes/compile.el (compilation-handle-exit):
11355 `compilation-finish-function' may change the current buffer.
11356
11357 2007-05-22 Richard Stallman <rms@gnu.org>
11358
11359 * files.el (set-auto-mode): Doc fix.
11360
11361 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11362
11363 * help-fns.el (find-source-lisp-file): New function.
11364 (describe-function-1): Use find-source-lisp-file to find source
11365 file in compile tree.
11366
11367 2007-05-22 Eli Zaretskii <eliz@gnu.org>
11368
11369 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11370
11371 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
11372
11373 * emacs-lisp/easy-mmode.el (define-minor-mode)
11374 (easy-mmode-define-navigation): Fix typos in docstrings.
11375
11376 2007-05-22 Glenn Morris <rgm@gnu.org>
11377
11378 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
11379
11380 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
11381
11382 * mail/mail-extr.el (mail-extract-address-components):
11383 Recognize non-ASCII characters except for NBSP as words.
11384
11385 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
11386
11387 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
11388 (rcirc-print): Handle `window-width'.
11389 (rcirc-buffer-maximum-lines): Doc fix.
11390
11391 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
11392
11393 * image-mode.el (image-toggle-display): Don't clear image cache.
11394 Only use filename in image spec if the file is readable.
11395 Call image-refresh.
11396
11397 * image.el (image-type-from-file-name, image-type): Simplify.
11398 (image-type-auto-detected-p): Don't scan auto-mode-alist.
11399
11400 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
11401 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
11402
11403 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11404
11405 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
11406 is an error.
11407
11408 * term/linux.el (terminal-init-linux): Don't signal an error
11409 if gpm isn't running.
11410
11411 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11412
11413 * t-mouse.el: Reduce to a minor-mode macro call.
11414 (t-mouse-mode): Remove the lighter.
11415
11416 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
11417
11418 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
11419
11420 * files.el (auto-mode-alist): Change the regexp so that
11421 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
11422
11423 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
11424
11425 * Version 22.1 released.
11426
11427 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
11428
11429 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
11430 changes.
11431
11432 2007-05-19 Kevin Ryde <user42@zip.com.au>
11433
11434 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
11435
11436 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11437
11438 * textmodes/sgml-mode.el: Revert last change.
11439
11440 2007-05-18 Richard Stallman <rms@gnu.org>
11441
11442 * simple.el (push-mark): Doc fix.
11443
11444 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
11445
11446 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
11447 tpu-global-map.
11448 (tpu-original-global-map): Variable deleted.
11449 (tpu-control-keys-map): New keymap variable.
11450 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
11451 setting keymapping directly.
11452 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
11453 tpu-global-map.
11454 (tpu-edt-on): Activate the tpu-global-map.
11455 (tpu-edt-off): Deactivate the tpu-global-map.
11456
11457 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
11458
11459 * textmodes/ispell.el (ispell-get-word): Return markers
11460 for start and end positions.
11461 (ispell-word): Assume END is a marker.
11462
11463 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11464
11465 * printing.el: Group together all XEmacs/Emacs definitions.
11466 (pr-version): New version 6.9.
11467 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
11468 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
11469 (pr-menu-bind): Fix code.
11470 (pr-e-frame-char-height, pr-e-frame-char-width)
11471 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
11472 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
11473 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
11474 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
11475 (pr-x-event-y-pixel): Aliases eliminated.
11476 (pr-xemacs-global-menubar): Macro moved.
11477 (current-menubar, current-mouse-event, zmacs-region-stays)
11478 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
11479 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
11480 Vars moved.
11481 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
11482 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
11483 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
11484 (pr-menu-set-utility-title, pr-even-or-odd-pages)
11485 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
11486 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
11487 moved.
11488
11489 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
11490
11491 * textmodes/sgml-mode.el (sgml-tag):
11492 Fix bug: Call sgml-transformation-function.
11493
11494 2007-05-17 Martin Rudalics <rudalics@gmx.at>
11495
11496 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
11497 modified flag of buffer. Use `inhibit-modification-hooks'.
11498
11499 2007-05-16 Richard Stallman <rms@gnu.org>
11500
11501 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11502
11503 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * files.el (magic-mode-alist, magic-fallback-mode-alist):
11506 Move the *ml, Postscript, and XmCD entries to the fallback part.
11507
11508 * files.el (magic-fallback-mode-alist):
11509 Rename from file-start-mode-alist.
11510
11511 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11512
11513 * progmodes/compile.el (compilation-handle-exit): Quote first
11514 argument of `run-hook-with-args'.
11515
11516 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * buff-menu.el (Buffer-menu-sort-column):
11519 * dabbrev.el (dabbrev-upcase-means-case-search):
11520 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11521 * info.el (Info-current-subfile):
11522 * ls-lisp.el (ls-lisp-verbosity):
11523 * msb.el (msb-menu-cond):
11524 * pcvs.el (cvs-dired-use-hook):
11525 * simple.el (set-mark-command-repeat-pop):
11526 * time.el (display-time-24hr-format, display-time-mail-file):
11527 Doc fixes.
11528
11529 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
11530 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
11531
11532 * view.el (view-inhibit-help-message): Fix typo in docstring.
11533 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
11534
11535 2007-05-16 Martin Rudalics <rudalics@gmx.at>
11536
11537 * textmodes/ispell.el (ispell-start-process): Defend against bad
11538 default-directory.
11539
11540 2007-05-14 Eli Zaretskii <eliz@gnu.org>
11541
11542 * mail/rmail.el (rmail-convert-to-babyl-format): Check
11543 content-transfer-encoding _last_, because it's its position that
11544 we need as value of base64-header-field-end.
11545
11546 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
11547
11548 * files.el (mode-require-final-newline, require-final-newline)
11549 (enable-local-variables, enable-local-eval): Doc fixes.
11550
11551 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11552
11553 * ps-print.el: Use default color when foreground or background color
11554 are unspecified. Reported by Leo <sdl.web@gmail.com>.
11555 (ps-print-version): New version 6.7.4.
11556 (ps-rgb-color): New argument. Use default color when color is
11557 unspecified.
11558 (ps-begin-job): Fix code.
11559
11560 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
11561
11562 * longlines.el (longlines-mode): Make longlines-auto-wrap
11563 buffer-local. Add hooks unconditionally.
11564 (longlines-auto-wrap): Toggle wrapping.
11565 (longlines-after-change-function)
11566 (longlines-post-command-function): Check longlines-auto-wrap.
11567
11568 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
11569
11570 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
11571 (xterm-mouse-translate): Use it.
11572
11573 2007-05-10 Richard Stallman <rms@gnu.org>
11574
11575 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
11576 (iso-cvt-write-only): Likewise.
11577
11578 * emacs-lisp/easy-mmode.el (define-minor-mode):
11579 Fix generated doc string.
11580
11581 * startup.el (fancy-splash-text): Add URL of guided tour.
11582 Adjust horizontal and vertical whitespace.
11583
11584 * progmodes/compile.el (compilation-handle-exit):
11585 Use run-hook-with-args to run compilation-finish-functions.
11586
11587 * files.el (file-start-mode-alist): New variable.
11588 (magic-mode-regexp-match-limit): Doc fix.
11589 (set-auto-mode): Handle file-start-mode-alist.
11590 A little cleanup of structure.
11591
11592 * dabbrev.el (dabbrev-eliminate-newlines):
11593 Renamed from dabbrev--eliminate-newlines. All uses changed.
11594
11595 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
11596
11597 * man.el (Man-next-section): Don't consider the last line of the page
11598 as being part of any section.
11599
11600 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
11603 can take any number of values.
11604
11605 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
11608 to the list of citation commands.
11609
11610 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11611
11612 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
11613
11614 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
11615
11616 * progmodes/python.el (python-font-lock-keywords)
11617 (python-open-block-statement-p, python-mode): Add support for the new
11618 "with" keyword.
11619
11620 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11621
11622 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
11623 the exact opposite of diff-goto-source.
11624
11625 * emacs-lisp/advice.el (ad-special-forms): Remove.
11626 (ad-special-form-p): Use subr-arity.
11627
11628 * newcomment.el (comment-search-forward): Make sure we search forward.
11629 (comment-enter-backward): Try and distinguish the non-matching case at
11630 EOB from the non-matching case with a missing comment-end-skip for
11631 a 2-char comment ender.
11632 (comment-choose-indent): New function extracted from comment-indent.
11633 Improve the alignment algorithm.
11634 (comment-indent): Use it.
11635
11636 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
11637 XML style Processing Instructions.
11638 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
11639 (sgml-calculate-indent): Handle `pi' context.
11640
11641 * vc.el: Ensure that update-changelog issues an error when used with
11642 a backend that does not implement it.
11643 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
11644 Remove `backend' argument. Use expand-file-name.
11645 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
11646
11647 * progmodes/python.el (python-end-of-block): Revert last change.
11648 (python-end-of-statement): Make sure we move *forward*.
11649
11650 2007-05-08 Richard Stallman <rms@gnu.org>
11651
11652 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11653 Don't include non-self-insert commands in the exception for `-'.
11654
11655 2007-05-08 David Reitter <david.reitter@gmail.com>
11656
11657 * progmodes/python.el (python-guess-indent): Check non-nullness
11658 before comparing indent against the 2..8 interval.
11659
11660 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11661
11662 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
11663 available.
11664
11665 2007-05-06 Richard Stallman <rms@gnu.org>
11666
11667 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
11668
11669 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
11672 rather than storing their value in the revert-buffer function.
11673
11674 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
11675
11676 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
11677 when disabling t-mouse-mode.
11678
11679 2007-05-01 Davis Herring <herring@lanl.gov>
11680
11681 * calendar/timeclock.el: Update version number.
11682 (timeclock-modeline-display): Mention timeclock-use-display-time
11683 in explanatory message.
11684 (timeclock-in): Fix non-interactive workday specifications.
11685 (timeclock-log): Don't kill the log buffer if it already existed.
11686 Suppress warnings when finding the log. Don't check for a nil
11687 project twice. Run hooks after killing the buffer (if applicable).
11688 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
11689 was geometric). All uses changed.
11690 (timeclock-generate-report): Support prefix argument.
11691
11692 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
11693
11694 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
11695 disconnections.
11696
11697 2007-05-01 Romain Francoise <romain@orebokech.com>
11698
11699 * dired-x.el: Revert 2007-04-06 change.
11700
11701 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
11702
11703 * find-dired.el (find-dired-filter): Propertize all text down to eob.
11704
11705 2007-04-29 Richard Stallman <rms@gnu.org>
11706
11707 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
11708
11709 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11710
11711 * progmodes/cc-mode.el (c-before-change): Use point-min rather
11712 than 1.
11713
11714 2007-04-28 Richard Stallman <rms@gnu.org>
11715
11716 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
11717
11718 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
11719
11720 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11721 don't put stop on toolbar.
11722
11723 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11726
11727 2007-04-28 Eli Zaretskii <eliz@gnu.org>
11728
11729 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11730 instead of $(lisp)/mh-e.
11731
11732 2007-04-28 Glenn Morris <rgm@gnu.org>
11733
11734 * image-dired.el (image-dired-cmd-create-thumbnail-options)
11735 (image-dired-cmd-create-temp-image-options): Replace option
11736 +profile "*" with -strip.
11737
11738 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
11739
11740 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11741 Use window-start and window-end.
11742
11743 2007-04-27 Andreas Schwab <schwab@suse.de>
11744
11745 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11746
11747 2007-04-27 Eli Zaretskii <eliz@gnu.org>
11748
11749 * textmodes/fill.el (fill-paragraph): Doc fix.
11750
11751 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
11752
11753 * locate.el (locate-in-alternate-database): Doc fix.
11754
11755 2007-04-26 Glenn Morris <rgm@gnu.org>
11756
11757 * button.el (button): Use underline if supported, else fall back
11758 to color.
11759
11760 * version.el (emacs-version): Increase to 22.1.50.
11761
11762 2007-04-25 Richard Stallman <rms@gnu.org>
11763
11764 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11765
11766 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
11767
11768 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11769 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11770 pushing mark.
11771 (idlwave-current-routine): Don't push mark.
11772
11773 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
11774
11775 * image-dired.el (image-dired-display-image): Derive image-type from
11776 filename rather than assuming jpeg, in case no resizing was needed.
11777
11778 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11779
11780 * custom.el (defface): Doc fix.
11781
11782 See ChangeLog.12 for earlier changes.
11783
11784 ;; Local Variables:
11785 ;; coding: iso-2022-7bit
11786 ;; add-log-time-zone-rule: t
11787 ;; End:
11788
11789 Copyright (C) 2007 Free Software Foundation, Inc.
11790
11791 This file is part of GNU Emacs.
11792
11793 GNU Emacs is free software; you can redistribute it and/or modify
11794 it under the terms of the GNU General Public License as published by
11795 the Free Software Foundation; either version 3, or (at your option)
11796 any later version.
11797
11798 GNU Emacs is distributed in the hope that it will be useful,
11799 but WITHOUT ANY WARRANTY; without even the implied warranty of
11800 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11801 GNU General Public License for more details.
11802
11803 You should have received a copy of the GNU General Public License
11804 along with GNU Emacs; see the file COPYING. If not, write to the
11805 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11806 Boston, MA 02110-1301, USA.
11807
11808 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af