*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
4 Modify all instances of the dir-state back-end method to suppress
5 keeping undo lists on the buffers holding astatus output, which
6 csn get extremely large.
7
8 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
9
10 * thumbs.el (thumbs-call-convert): Use call-process directly
11 with thumbs-conversion-program instead of through shell-file-name
12 for better error reporting.
13
14 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
15
16 * calc/calc-aent.el (math-remove-percentsigns):
17 * calc/calccomp.el (math-to-percentsigns): Change placeholder
18 for percent signs.
19
20 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
21
22 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
23 use completion-ignored-extensions to detect files that should be
24 ignorted in VC-Dired listings, heading off lots of expensive calls
25 to (vc-state).
26
27 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
28 non-terse mode.
29 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
30 Makefile.in or Makefile.am
31
32 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33
34 * ps-print.el (ps-mark-active-p): Fun returned back.
35 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
36 `region-active-p' for error checking.
37
38 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
39
40 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el: Put
41 new machinery in place to support editing of change comments
42 with 'e' in a log-view buffer. Not documented yet as this
43 only works for SCCS, RCS, and maybe CVS if you have admin
44 privileges. When we have backend support for Subversion and
45 more modern systems it will be time to write this up.
46
47 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
48
49 * international/mule-cmds.el (select-safe-coding-system): When a
50 buffer is modified, cancel the writing.
51
52 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
53
54 * log-view.el: Add Subversion and Mercurial log format samples.
55
56 * vc.el (vc-dired-hook): Significantly speed up by arranging for
57 it to call the backend dir-state hook (if it exists)
58 exactly *once*, rather than once per each subdirectory (with
59 dired-state-info calls on all toplevel files slowing it down even
60 further). For this to work, backend dir-state methods have to
61 recurse to subdirectories. Most of them already did anyway; a few
62 needed *non*-recursion switches removed. This change mostly
63 removed code that was perversely bad and should have been shot
64 through the head years ago.
65
66 * vc-bzr.el (vc-bzr-dir-state):
67 * vc-cvs.el (vc-cvs-dir-state):
68 * vc-mcvs.el (vc-mcvs-dir-state):
69 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
70
71 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
72 multiple arguments, so generate logs sequentially when we get them.
73 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
74 headers so the various log bindings can do the right thing.
75 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
76
77 2007-12-26 Andreas Schwab <schwab@suse.de>
78
79 * font-lock.el (save-buffer-state): Make sure the state of the
80 buffer is always restored.
81
82 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
83
84 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
85
86 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
87 a variable.
88
89 * calc/calccomp.el (math-to-percentsigns): New function.
90 (math-compose-var): Handle variables with percent signs.
91 (math-compose-expr): Handle function names with percent signs.
92
93 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
94 (math-read-exprs): Handle percent signs in languages that
95 allow them.
96 (math-restore-underscores): Remove function.
97 (math-remove-percentsigns, math-restore-placeholders):
98 New functions.
99
100 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
101
102 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
103 `mark' for error checking.
104
105 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
106
107 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
108 New functions.
109 (image-mode): Set bookmark-make-cell-function appropriately.
110
111 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg
112 name.
113
114 * bookmark.el (bookmark-make-cell-function): New variable.
115 (bookmark-make): Call bookmark-make-cell-function's function
116 instead of bookmark-make-cell.
117 (bookmark-get-handler, bookmark-jump-internal): New functions.
118 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
119 (bookmark-bmenu-2-window, bookmark-bmenu-other-window): Use
120 bookmark-jump-internal.
121 (bookmark-make-cell-for-text-file): Renamed from
122 bookmark-make-cell.
123
124 * doc-view.el (doc-view-bookmark-make-cell)
125 (doc-view-bookmark-jump): New functions.
126 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
127
128 2007-12-25 Miles Bader <miles@gnu.org>
129
130 * indent.el (indent-for-tab-command): Rigidly indent the following
131 sexp along with the current line when a prefix arg is given in the
132 non-active-region case. Specify raw prefix in interactive spec.
133 Simplify main indentation logic to get rid of the conditional call
134 to `indent-according-to-mode' (it just ended up calling
135 `indent-line-function' in all cases anyway, which can be done more
136 simply here). Remove unnecessary test of ARG in active region
137 case.
138
139 2007-12-25 Richard Stallman <rms@gnu.org>
140
141 * allout.el (allout-region-active-p): Renamed from my-region-active-p.
142 Use `use-region-p'.
143 (allout-write-file-hook-handler): Simplify code.
144
145 * ps-print.el (ps-mark-active-p): Function deleted.
146 (ps-print-preprint-region): Use (mark) for the error check.
147
148 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
149
150 * winner.el (winner-active-region): Use `mark-active' if it's defined.
151
152 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
153
154 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
155
156 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
157
158 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
159
160 * progmodes/cc-defs.el (c-region-is-active-p):
161 Use `mark-active' if it's defined.
162
163 * progmodes/cc-cmds.el (c-indent-line-or-region):
164 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
165
166 * simple.el (select-active-regions): New option.
167 (set-mark): Obey it.
168 (yank-pop-change-selection): New option.
169 (current-kill): Obey it.
170
171 * simple.el (use-region-p): Renamed from `region-active-p'.
172 (region-active-p): New function.
173
174 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
175
176 * term/x-win.el (x-select-enable-primary): New option.
177 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
178
179 * mouse.el (mouse-yank-primary): New function (almost same
180 as mouse-yank-secondary).
181
182 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
183
184 * calculator.el:
185 * dframe.el:
186 * iswitchb.el:
187 * whitespace.el:
188 * winner.el:
189 * emacs-lisp/checkdoc.el:
190 * mail/feedmail.el:
191 * net/quickurl.el:
192 * obsolete/fast-lock.el:
193 * play/5x5.el:
194 * progmodes/delphi.el:
195 * progmodes/idlw-shell.el:
196 * progmodes/idlwave.el:
197 * textmodes/artist.el:
198 * textmodes/ispell.el:
199 * textmodes/texinfmt.el:
200 * textmodes/texinfo.el: Remove obsolete definitions of backward
201 compatibility macros for defcustom, defgroup, defface, when,
202 unless, with-current-buffer and with-temp-message.
203
204 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
205
206 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
207
208 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
211 indeed a process.
212
213 2007-12-23 Richard Stallman <rms@gnu.org>
214
215 * simple.el (region-active-p): New function.
216 (use-empty-active-region): New variable.
217
218 * dired-aux.el (dired): Load dired.el at run time too.
219
220 2007-12-23 Juri Linkov <juri@jurta.org>
221
222 * man.el (Man-follow-manual-reference): Fill the minibuffer's
223 default list with a full list of references.
224
225 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
226
227 2007-12-23 Andreas Schwab <schwab@suse.de>
228
229 * files.el (switch-to-buffer-other-frame): Return the buffer
230 switched to.
231
232 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
233
234 Sync with Tramp 2.1.12.
235
236 * net/tramp.el: New todo item.
237
238 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
239 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
240
241 * net/trampver.el: Update release number.
242
243 2007-12-22 Richard Stallman <rms@gnu.org>
244
245 * newcomment.el (comment-region-default): Don't triple the
246 comment starter if the first region line isn't indented enough.
247
248 2007-12-21 Martin Rudalics <rudalics@gmx.at>
249
250 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
251 specifier from format-string. Reported by Ye Wenbin.
252
253 2007-12-20 Jason Rumney <jasonr@gnu.org>
254
255 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
256 Parent group is font-lock-faces.
257 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
258 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
259 (nxml-version): Remove.
260 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
261 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
262 (nxml-processing-instruction-delimiter)
263 (nxml-processing-instruction-target)
264 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
265 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
266 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
267 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
268 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
269 (nxml-attribute-prefix, nxml-attribute-colon)
270 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
271 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
272 (nxml-attribute-value, nxml-attribute-value-delimiter)
273 (nxml-namespace-attibute-value)
274 (nxml-namespace-attribure-value-delimiter)
275 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
276 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
277 (nxml-glyph): Rename, removing -face suffix.
278 Inherit from existing font-lock faces.
279 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
280 Use new face names.
281
282 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
283 (nxml-outline-active-indicator, nxml-outline-ellipsis):
284 Rename, removing -face suffix.
285 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
286 (nxml-highlighted-colon, nxml-highlighted-slash)
287 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
288 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
289 (nxml-highlighted-qname, nxml-outline-display-heading):
290 Use new face names.
291
292 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
293
294 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
295
296 2007-12-19 Martin Rudalics <rudalics@gmx.at>
297
298 * cus-start.el (all): Use correct group name for members of
299 mode-line group.
300
301 * man.el (Man-default-man-entry): When looking for default man
302 entry title search text preceding point. Use when instead of if.
303
304 * indent.el (indent-for-tab-command): Fix doc-string typo.
305
306 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
307 vc-parent-buffer is the current buffer.
308
309 * info-look.el (info-lookup, info-lookup-setup-mode)
310 (info-lookup-make-completions): Avoid clobbering Info-history and
311 Info-history-list.
312
313 2007-12-19 Glenn Morris <rgm@gnu.org>
314
315 * progmodes/verilog-mode.el (top-level): Don't require compile.
316 (compilation-error-regexp-alist, compilation-last-buffer):
317 Define for compiler.
318 (verilog-insert-1): New function.
319 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
320 Use verilog-insert-1.
321 (verilog-surelint-off): Use next-error-last-buffer if bound.
322 Check compile buffer is live.
323
324 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
325
326 * progmodes/compile.el (compilation-start): Don't pass a FRAME
327 argument to display-buffer.
328
329 2007-12-19 Jason Rumney <jasonr@gnu.org>
330
331 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
332 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
333 (rng-byte-compile-load, rng-write-version): Remove.
334
335 * nxml/rng-loc.el (rng-schema-locating-files-default)
336 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
337 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
338
339 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
340
341 * files.el (cd-absolute): Set `list-buffers-directory' in order to
342 show correct path in buffer list.
343
344 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
345 (tramp-find-shell): Send only single prompt setting commands, in
346 order to avoid double-prompt.
347
348 * net/tramp-compat.el (top): Require cl only when compiling.
349 Reported by Glenn Morris <rgm@gnu.org>.
350
351 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
352
353 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
354 (c-comment-continuation-stars): No longer declare with
355 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
356 (c-block-comment-prefix): Use symbol-value to
357 access c-comment-continuation-stars.
358 * progmodes/cc-mode.el (c-initialize-cc-mode):
359 Use symbol-value to access c-comment-continuation-stars.
360
361 2007-12-18 Mark A. Hershberger <mah@everybody.org>
362
363 * xml.el (xml-escape-string): New function. Escape string using
364 xml-entity-alist.
365 (xml-debug-print-internal): Use xml-escape-string to escape
366 characters in attributes and in text children of elements.
367
368 2007-12-18 Glenn Morris <rgm@gnu.org>
369
370 * progmodes/cc-subword.el (c-subword-mode): Drop support for
371 systems without define-minor-mode.
372
373 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging
374 message.
375
376 * progmodes/verilog-mode.el: Replace all instances of
377 string-to-int with string-to-number, insert-string with insert,
378 and read-input with read-string.
379 (top-level): No need to require imenu, reporter, dinotrace, vc,
380 font-lock when compiling. Always require compile. Relegate remaining
381 compatibility cruft to XEmacs. Don't require font-lock.
382 (verilog-version): Remove superfluous concat.
383 (dinotrace-unannotate-all, zmacs-activate-region)
384 (customize-apropos): No need to define.
385 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
386 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
387 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
388 (verilog-startup-message-displayed): These are variables, not constants.
389 (verilog-batch-execute-func, verilog-auto-inst)
390 (verilog-auto-inst-param): Use mapc rather than mapcar.
391 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
392 actually defining.
393 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
394 (verilog-modi-get-outputs, verilog-modi-get-inouts)
395 (verilog-modi-get-inputs, verilog-modi-get-wires)
396 (verilog-modi-get-regs, verilog-modi-get-assigns)
397 (verilog-modi-get-consts, verilog-modi-get-gparams)
398 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
399 (verilog-modi-get-sub-inputs): Move inline functions earlier in
400 the file.
401 (sigs-in, sigs-out): Don't declare multiple times.
402 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
403 `defvar'.
404 (verilog-auto): Call dinotrace-unannotate-all only if bound.
405 (verilog-module-inside-filename-p): No need to wrap fboundp test
406 in condition-case.
407 (reporter-submit-bug-report): Autoload it.
408 (verilog-mark-defun): Call zmacs-activate-region only if bound.
409 (verilog-font-customize): Call customize-apropos only if bound.
410 (verilog-getopt-flags, verilog-auto-reeval-locals): Use
411 make-local-variable rather than make-variable-buffer-local.
412 (verilog-company, verilog-project, verilog-modi-cache-list): Move
413 make-variable-buffer-local calls to top-level.
414 (font-lock-defaults-alist): Don't define it.
415 (verilog-need-fld): Remove.
416 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
417 (verilog-mode): Only call make-local-hook on XEmacs. Set
418 font-lock-defaults rather than using verilog-font-lock-init.
419
420 2007-12-17 Andreas Schwab <schwab@suse.de>
421
422 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Fix
423 comment typo.
424
425 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
426
427 * net/dbus.el (dbus-name-owner-changed-handler): Use
428 `dbus-unregister-signal' for removing old rules. Obey new
429 structure of `dbus-registered-functions-table'.
430
431 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
432
433 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
434
435 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
436
437 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
438 function.
439 (add-submenu): Only define for XEmacs.
440 (verilog-regexp-words): Revert previous change, keep the other
441 definition.
442
443 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
444
445 * progmodes/perl-mode.el (perl-continued-statement-offset)
446 (perl-continued-brace-offset, perl-brace-offset)
447 (perl-brace-imaginary-offset, perl-label-offset):
448 * progmodes/cperl-mode.el (cperl-brace-offset)
449 (cperl-continued-brace-offset, cperl-label-offset)
450 (cperl-continued-statement-offset)
451 (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
452 safe-local-variable properties.
453
454 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
455
456 * progmodes/verilog-mode.el (verilog-mode-map)
457 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
458 (verilog-colorize-include-files): Use only overlay functions so
459 that it can work on both emacs and XEmacs.
460 (set-extent-keymap): Remove unused defun.
461 (verilog-kill-existing-comment, verilog-insert-date)
462 (verilog-insert-year): Rename in order not to pollute the global
463 namespace from kill-existing-comment, insert-date and
464 insert-year, respectively.
465 (verilog-set-auto-endcomments, verilog-header): Update callers.
466
467 * files.el (auto-mode-alist): Recognize verilog files.
468
469 * progmodes/verilog-mode.el (verilog-string-replace-matches)
470 (verilog-string-remove-spaces, verilog-re-search-forward)
471 (verilog-re-search-backward, verilog-re-search-forward-quick)
472 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
473 (verilog-get-end-of-line, verilog-within-string): Move definitions
474 before first use. No code changes.
475
476 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
477
478 * progmodes/verilog-mode.el (verilog-mode-version)
479 (verilog-mode-release-date): Don't use expanding keywords.
480 (provide): Move to the end of file.
481 (fboundp): Don't check if eval-when-compile is bound, it is used
482 later in the file without checking.
483 (when, unless): Copy definitions from subr.el.
484 (char-before, defcustom, defface, customize-group)
485 (verilog-batch-error-wrapper): Don't use old style backquotes.
486 (verilog-regexp-opt): Avoid using the cl function case.
487 (verilog-regexp-words): Remove duplicated definition.
488 (verilog-mode-abbrev-table): Remove, duplicate.
489 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
490 Declare and initialize in one step.
491 (verilog-declaration-prefix-re, verilog-declaration-re)
492 (verilog-end-of-statement, verilog-indent-declaration)
493 (verilog-get-lineup-indent): Remove trailing whitespace.
494 (verilog-mode): Fix autoload cookie. Set
495 beginning-of-defun-function and end-of-defun-function. Use when
496 instead of if.
497 (verilog-emacs-features, verilog-auto-ascii-enum)
498 (verilog-insert-indices): Escape braces in doc strings.
499
500 2007-12-08 Michael McNamara <mac@verilog.com>
501 Wilson Snyder <wsnyder@wsnyder.org>
502
503 * progmodes/verilog-mode.el: New file.
504
505 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
506
507 * international/latexenc.el (latexenc-find-file-coding-system): If
508 both coding-system-for-write and buffer-file-coding-system of
509 latex-main-file are nil, use `undecided'.
510
511 2007-12-06 Jason Rumney <jasonr@gnu.org>
512
513 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
514
515 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
516
517 * files.el (revert-buffer): Docstring fix.
518
519 2007-12-11 Glenn Morris <rgm@gnu.org>
520
521 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
522
523 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
524
525 * calc/calc-aent.el (math-restore-underscores)
526 (math-string-restore-underscores): New functions.
527 (math-read-factor): Properly check variable names with underscores
528 for entries in `math-expr-variable-mapping'.
529
530 * calc/calc-lang.el (math-lang-name): New property name.
531
532 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
533 to set language name.
534
535 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
536
537 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
538
539 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * server.el (server-select-display): Fix important typo.
542 (server-process-filter): Turn a "" display into nil.
543
544 2007-12-09 Juri Linkov <juri@jurta.org>
545
546 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
547 Check search-upper-case before calling isearch-no-upper-case-p
548 to set case-fold-search.
549 (occur): Doc fix.
550 (occur-1, perform-replace): Check search-upper-case before calling
551 isearch-no-upper-case-p to set case-fold-search.
552
553 * isearch.el (search-upper-case): Doc fix.
554 (isearch-mode-map): Bind `M-s o' to isearch-occur.
555 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
556 (isearch-query-replace-regexp): Doc fix.
557 (isearch-occur): New function.
558
559 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
560
561 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
562 backward compatibility.
563
564 * net/imap.el (imap-string-to-integer): New function.
565
566 2007-12-09 David Kastrup <dak@gnu.org>
567
568 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
569 directories. Not sure anybody uses this anymore, though.
570
571 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
572
573 * printing.el: Fix pr-interface-map initialization code.
574 (pr-version): New version 6.9.3.
575 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
576 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
577 (pr-f-read-string): Replace by pr-read-string.
578 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
579 name.
580 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
581
582 2007-12-09 Glenn Morris <rgm@gnu.org>
583
584 * emulation/viper-init.el (top-level): Use dolist rather than mapc
585 in make-variable-frame-local call.
586
587 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
588
589 * mail/hashcash.el (declare-function):
590 * net/imap.el (declare-function): New no-op macro for backward
591 compatibility.
592
593 2007-12-08 Eli Zaretskii <eliz@gnu.org>
594
595 Sync makefile.w32-in with Makefile.in.
596
597 * makefile.w32-in (check-declare): New target.
598 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
599 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
600 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
601 ($(lisp)/progmodes/cc-mode.elc): Use it.
602 ($(lisp)/progmodes/cc-mode.elc): New rule.
603
604 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
605
606 * indent.el (tab-stop-list): Mark as safe-local-variable.
607
608 * generic-x.el (etc-sudoers-generic-mode): New mode.
609 (generic-unix-modes): Add it.
610
611 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
612
613 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
614 apply wildcards in a hash table key; there is no usable hash code then.
615 (dbus-registered-functions-table): Use `equal' as test function.
616 (dbus-name-owner-changed-handler): Rewrite due to new hash table
617 structure.
618
619 2007-12-08 Martin Rudalics <rudalics@gmx.at>
620
621 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
622 bound error in block comment branch.
623
624 2007-12-08 David Kastrup <dak@gnu.org>
625
626 * textmodes/reftex.el (reftex-select-with-char):
627 * textmodes/reftex-toc.el (reftex-toc-do-promote)
628 (reftex-toc-visit-location, reftex-toc-find-section):
629 * textmodes/reftex-index.el (reftex-index-show-entry):
630 * textmodes/org.el (org-cycle-hide-archived-subtrees)
631 (org-table-rotate-recalc-marks, org-mark-ring-push)
632 (org-follow-info-link, org-mhe-get-message-folder-from-index)
633 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
634 (org-evaluate-time-range, org-edit-agenda-file-list):
635 * textmodes/artist.el (artist-select-next-op-in-list)
636 (artist-select-prev-op-in-list):
637 * term/mac-win.el (mac-service-insert-text):
638 * startup.el (fancy-about-screen):
639 * progmodes/vhdl-mode.el (vhdl-decision-query):
640 * progmodes/idlwave.el (idlwave-template)
641 (idlwave-scroll-completions, idlwave-display-completion-list):
642 * progmodes/ebrowse.el (ebrowse-show-progress):
643 * progmodes/cperl-mode.el (cperl-find-pods-heres):
644 * progmodes/antlr-mode.el (antlr-insert-option-do):
645 * play/mpuz.el (mpuz-close-game):
646 * net/rcirc.el (rcirc-next-active-buffer):
647 * mail/reporter.el (reporter-update-status):
648 * kmacro.el (kmacro-display):
649 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
650 * emulation/viper-util.el (viper-save-setting):
651 * emacs-lisp/lisp-mnt.el (lm-verify):
652 * emacs-lisp/edebug.el (edebug-set-mode):
653 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
654 * calendar/calendar.el (calendar-print-day-of-year):
655 * calc/calcalg3.el (calc-curve-fit):
656 * calc/calcalg2.el (math-integral):
657 * calc/calc.el (calc-read-key-sequence, calc-version):
658 * calc/calc-mode.el (calc-set-simplify-mode):
659 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
660
661 2007-12-07 D. Goel <deego3@gmail.com>
662
663 * progmodes/idlw-shell.el (idlwave-shell-display-line)
664 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
665 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
666 * mail/uce.el (uce-reply-to-uce)
667 * progmodes/vhdl-mode.el (vhdl-template-modify)
668 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
669 to `error' (as suggested by RMS.)
670
671 2007-12-07 Glenn Morris <rgm@gnu.org>
672
673 * allout.el (allout-write-file-hook-handler):
674 * textmodes/reftex.el (reftex-TeX-master-file):
675 * textmodes/reftex-parse.el (reftex-short-context):
676 Revert previous change.
677
678 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
679
680 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
681 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
682 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
683 (dbus-event-service-name, dbus-event-path-name)
684 (dbus-event-interface-name, dbus-event-member-name): Fix for new
685 event structure.
686 (dbus-list-activatable-names, dbus-list-names)
687 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
688 Reorder `dbus-call-method' arguments.
689
690 2007-12-06 D. Goel <deego3@gmail.com>
691
692 * allout.el (allout-write-file-hook-handler):
693 * textmodes/reftex.el (reftex-TeX-master-file):
694 * textmodes/org.el (org-paste-subtree):
695 * progmodes/vhdl-mode.el (vhdl-template-modify):
696 * progmodes/idlw-shell.el (idlwave-shell-send-command)
697 (idlwave-shell-display-line):
698 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
699 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
700 * net/trampver.el (x):
701 * mail/uce.el (uce-reply-to-uce):
702 * mail/rmailout.el (rmail-output):
703 * mail/feedmail.el (feedmail-dump-message-to-queue):
704 * whitespace.el (whitespace-write-file-hook):
705 * wdired.el (wdired-check-kill-buffer):
706 * vc.el (vc-update):
707 * vc-mcvs.el (vc-mcvs-checkin):
708 * vc-cvs.el (vc-cvs-checkin):
709 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
710 * ibuffer.el (ibuffer-current-buffer):
711 * dired.el (dired-move-to-end-of-filename):
712 * bindings.el (complete-symbol):
713 * textmodes/org-publish.el (org-publish-file):
714 (org-publish-current-project):
715 * textmodes/reftex-parse.el (reftex-short-context):
716 * textmodes/texinfmt.el: Fix buggy calls to `error'.
717
718 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * doc-view.el (doc-view-dvi->pdf-sentinel)
721 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
722 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
723 within a sentinel or timer.
724 (doc-view-display): Don't try to display before the requested page
725 is available, unless told to do so explicitly.
726 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
727 Force display even if the requested page is not available.
728
729 2007-12-06 Richard Stallman <rms@gnu.org>
730
731 * help-fns.el (describe-function-1): Call ad-get-advice-info
732 only on symbols.
733
734 2007-12-06 Glenn Morris <rgm@gnu.org>
735
736 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
737 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
738 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
739 faces in non-light-background case.
740
741 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
742 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
743 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
744 * emulation/vi.el, emulation/viper-cmd.el:
745 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
746 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
747 * textmodes/fill.el: Remove directory part from filenames in
748 function declarations.
749
750 * dired-aux.el (mailcap-mime-info): Update declaration.
751
752 2007-12-05 Richard Stallman <rms@gnu.org>
753
754 * wid-edit.el (widget-type): Doc fix.
755
756 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
759 Don't match "sub { (...) ... }".
760
761 2007-12-05 Richard Stallman <rms@gnu.org>
762
763 * international/mule-cmds.el (toggle-input-method-active): New var.
764 (toggle-input-method): Bind toggle-input-method-active to t.
765 Error if it was already non-nil.
766
767 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
768
769 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
770
771 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
772
773 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
774 see if certs should be verified and what is to be done in the
775 event of a verification failure.
776
777 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
778
779 * net/tls.el (tls-program): Provide more custom choices from
780 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
781 (tls-process-connection-type, tls-success): Remove "*" in doc string.
782 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
783 version. Minor improvement to doc strings.
784 (tls-program): Add comment.
785
786 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
787
788 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
789 (tls-checktrust): New variable. Check if GNU TLS complained about a
790 mismatch between the hostname provided in the certificate and the name
791 of the host connnecting to.
792 (open-tls-stream): Use them. Check certificates against trusted root
793 certificates.
794
795 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
796
797 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
798 (imap-parse-status): Upcase status-att for broken servers that sends
799 them lower-case (e.g., MS Exchange 2007).
800
801 2007-12-05 D. Goel <deego3@gmail.com>
802
803 * simple.el (undo):
804 * image-dired.el (image-dired-display-thumb-properties):
805 (image-dired-modify-mark-on-thumb-original-file):
806 (image-dired-dired-display-properties):
807 * help.el (help-window-display-message):
808 * files.el (hack-local-variables-confirm):
809 * ediff.el (ediff-version):
810 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
811 `message' and `error': Ensure that first arg is a format string.
812
813 * emacs-lisp/find-func.el (find-library-name): Prefer files with
814 ".el" suffix over "".
815
816 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
817
818 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
819 interface and member fields.
820
821 2007-12-05 Glenn Morris <rgm@gnu.org>
822
823 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
824 (pcomplete-here): Autoload it.
825
826 * eshell/em-basic.el (print-func): No need to define for compiler.
827
828 * eshell/esh-cmd.el (eshell-debug-command):
829 * eshell/esh-io.el (eshell-print): Move definitions before use.
830
831 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
832
833 * eshell/esh-util.el (top-level): Don't require pp.
834 Use condition-case rather than ignore-errors.
835
836 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
837
838 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
839 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
840 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
841 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
842 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
843 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
844 * eshell/esh-util.el, eshell/eshell.el: Require individual files
845 if needed when compiling, rather than esh-maint. Collect any
846 require statements. Move provide statement to end. Move any
847 commentary to start.
848
849 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
850 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
851 * eshell/esh-proc.el, eshell/esh-var.el:
852 Require individual files if needed when compiling, rather than
853 esh-maint. Collect any require statements. Leave provide at start.
854 Move any commentary to start.
855
856 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
857 Remove declared function from byte-compile-noruntime-functions.
858
859 * ediff-util.el (ediff-version):
860 * progmodes/python.el (compilation-shell-minor-mode):
861 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
862 (calendar-bahai-date-string, calendar-check-holidays)
863 (calendar-chinese-date-string, calendar-coptic-date-string)
864 (calendar-ethiopic-date-string, calendar-forward-day)
865 (calendar-french-date-string, calendar-goto-date)
866 (calendar-goto-today, calendar-hebrew-date-string)
867 (calendar-islamic-date-string, calendar-iso-date-string)
868 (calendar-julian-date-string, calendar-mayan-date-string)
869 (calendar-persian-date-string, gnus-summary-last-subject)
870 (parse-time-string, rmail-show-message): Declare as functions.
871
872 2007-12-05 Michael Olson <mwolson@gnu.org>
873
874 * textmodes/remember.el: Merge contents of remember-diary.el here,
875 updating header. Add autoload cookie so that byte-compilation
876 works without warning.
877 (remember-diary-file): Default to nil, since diary might not yet
878 be loaded at this point, which would deny us access to diary-file.
879 (remember-diary-extract-entries): If remember-diary-file is nil,
880 then use diary-file instead.
881
882 * textmodes/remember-diary.el: Remove, due to the issue of needing
883 the first 8 characters of a filename to be unique.
884
885 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
886
887 * net/dbus.el (dbus-hash-table=): New defun.
888 (dbus-hash-table-test) New hash table test function, used in
889 `dbus-registered-functions-table'.
890 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
891 (dbus-event-service-name, dbus-event-path-name)
892 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
893 due to new structure of `dbus-event'.
894
895 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
896
897 * ido.el (ido-save-history): Set the `coding' local
898 variable in the first line of the file.
899
900 2007-12-04 Glenn Morris <rgm@gnu.org>
901
902 * password-cache.el: Move here from gnus/password.el.
903 (top-level): Don't require cl when compiling.
904 (password-read-and-add): Doc fix. Make obsolete.
905
906 * net/tramp.el: Require password-cache or password.
907
908 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
909 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
910 compiling.
911 (cua-set-rectangle-mark): Add doc string to autoload.
912 (cua--rectangle, cua--last-killed-rectangle)
913 (cua--global-mark-active): Always define for compiler.
914 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
915 (cua--delete-rectangle, cua--insert-rectangle)
916 (cua--rectangle-corner, cua--rectangle-assert)
917 (cua--insert-at-global-mark, cua--global-mark-post-command):
918 Declare as functions.
919
920 * emulation/cua-gmrk.el (top-level): Move provide to end.
921
922 * emulation/cua-rect.el (top-level): Move provide to end.
923 Don't require cua-gmrk when compiling.
924 (cua--cut-rectangle-to-global-mark)
925 (cua--copy-rectangle-to-global-mark): Declare as functions.
926
927 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
928 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
929 (viper-vi-state-cursor-color):
930 Consolidate make-variable-frame-local calls.
931
932 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
933 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
934 than bbdb-address-street1,2,3.
935
936 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
937 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
938
939 2007-12-03 Karl Fogel <kfogel@red-bean.com>
940
941 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
942 (save-place-alist-to-file, load-save-place-alist-from-file):
943 Don't print non-error messages at all, there's really no need.
944 Do print if there's a problem, and clarify message in that case.
945
946 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
947
948 * ediff-diff.el (ediff-prepare-error-list):
949 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
950
951 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
952
953 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
954 (doc-view-current-overlay, doc-view-pending-cache-flush):
955 Add doc string.
956
957 2007-12-03 Richard Stallman <rms@gnu.org>
958
959 * subr.el (declare-function): Move from byte-run.el.
960
961 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
962
963 * window.el (recenter-top-bottom): Don't use `ecase'.
964
965 2007-12-02 Karl Fogel <kfogel@red-bean.com>
966
967 * saveplace.el (save-place-alist-to-file):
968 Set coding-system-for-write once and refer to it throughout.
969 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
970
971 2007-12-02 Karl Fogel <kfogel@red-bean.com>
972
973 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
974 system when writing, and set it in the first-line file variables.
975 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
976 Juanma Barranquero.
977
978 2007-12-02 Glenn Morris <rgm@gnu.org>
979
980 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
981 Reverse branches of if statement.
982
983 * emulation/viper-cmd.el (top-level): Don't require advice.
984 Don't load viper-util, viper-keym, viper-mous, viper-macs,
985 viper-ex when compiling.
986
987 * emulation/viper-ex.el (top-level): Don't load viper-util,
988 viper-keym when compiling.
989
990 * emulation/viper-init.el (top-level): Move provide statement to end.
991
992 * emulation/viper-keym.el (top-level): Don't load viper-util when
993 compiling. Move provide statement to end.
994
995 * emulation/viper-macs.el (top-level): Don't load viper-util,
996 viper-keym, viper-mous when compiling.
997
998 * emulation/viper-mous.el (top-level): Don't load viper-util when
999 compiling.
1000
1001 * emulation/viper-util.el (top-level): Don't load viper-init when
1002 compiling.
1003
1004 * emulation/viper.el (top-level): Don't require ring.
1005 Don't load viper-init, viper-cmd when compiling.
1006
1007 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
1008 Move here from gnus/.
1009
1010 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1011
1012 Offer option for saveplace to be quiet about loading and saving.
1013 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
1014
1015 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
1016 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
1017 to determine whether to print loading/saving messages.
1018
1019 2007-12-02 Glenn Morris <rgm@gnu.org>
1020
1021 * mail/binhex.el: Move here from gnus/.
1022 (binhex): New custom group.
1023 (binhex-decoder-program, binhex-decoder-switches)
1024 (binhex-use-external): Move to the binhex custom group.
1025
1026 * mail/uudecode.el: Move here from gnus/.
1027 (uudecode): New custom group.
1028 (uudecode-decoder-program, uudecode-decoder-switches)
1029 (uudecode-use-external): Move to the uudecode custom group.
1030
1031 * net/netrc.el (top-level): Don't load `encrypt' features.
1032 (netrc-parse): Don't use encrypt.
1033 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1034
1035 * progmodes/python.el (top-level): Don't require cl when compiling.
1036
1037 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
1038
1039 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
1040 encoding for aspell process and for communication with it.
1041 Only add "-d" option if not already present.
1042 Use ispell-current-dictionary and ispell-current-personal-dictionary.
1043 General reorganization.
1044
1045 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
1046 encoding here.
1047 (ispell-start-process): Explicitly set encoding here if using aspell.
1048
1049 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
1050
1051 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
1052 function to log-edit.
1053
1054 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * net/dbus.el: New file.
1057
1058 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
1059
1060 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
1061 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
1062 (calc-lang-parens-are-subscripts): New variables.
1063 (math-expr-special-function-mapping): Remove variable.
1064 (math-eqn-ignore-words, math-tex-ignore-words)
1065 (math-latex-ignore-words): Move to calc-lang.el.
1066
1067 * calc/calc-lang.el (math-compose-vector, math-compose-var)
1068 (math-tex-expr-is-flat): Declare as functions.
1069 (calc-lang-slash-idiv, calc-lang-allow-underscores)
1070 (math-comp-left-bracket, math-comp-right-bracket)
1071 (math-comp-comma, math-comp-vector-prec): Declare as variables.
1072 (math-var-formatter, math-matrix-formatter)
1073 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1074 (math-punc-table, math-compose-subscr,math-dots)
1075 (math-func-formatter): New property names to store language
1076 specific information.
1077 (math-compose-tex-var, math-compose-tex-intv)
1078 (math-compose-maple-intv, math-compose-eqn-intv)
1079 (math-compose-tex-sum, math-compose-tex-func)
1080 (math-compose-tex-intv): New functions.
1081 (math-eqn-ignore-words,math-tex-ignore-words)
1082 (math-latex-ignore-words): Move from calc.el.
1083 (math-special-function-table): Add entries for tex.
1084 (calc-lang-slash-idiv, calc-lang-allows-underscores):
1085 New variables.
1086 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1087 (math-compose-tex-matrix, math-compose-eqn-matrix)
1088 (math-eqn-special-functions): Move from calccomp.el.
1089
1090 * calc/calccomp.el (math-compose-var): New function.
1091 (math-compose-expr): Allow more special functions to be used.
1092 Change test for formatting fractions. Use variables and property
1093 names to help with language specific formatting.
1094 (math-compose-tex-matrix, math-compose-eqn-matrix)
1095 (math-eqn-special-functions): Move to calc-lang.el.
1096 (math-compose-rows): Use property names to help with language
1097 specific formatting.
1098
1099 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1100 into nested subscripts.
1101 (math-read-token): Use variables and property names to help with
1102 language specific parsing.
1103 (math-read-expression-level): Use variables to help with language
1104 specific parsing.
1105
1106 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1109 (archive-rar-summarize): Allow the file name to be passed as argument.
1110 Remove unused vars `header' and `footer'.
1111 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1112
1113 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1114
1115 * log-edit.el (log-edit-show-diff): New function.
1116 (log-edit-mode-map, log-edit-menu): Bind it.
1117 (log-edit-diff-function): New variable.
1118 (log-edit): Change the 3rd param to be an alist and accept a
1119 function that computes a diff for the files involved.
1120
1121 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1122
1123 2007-12-01 Martin Rudalics <rudalics@gmx.at>
1124
1125 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1126 wrap next-/previous-line in with-no-warnings.
1127
1128 2007-12-01 Glenn Morris <rgm@gnu.org>
1129
1130 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1131
1132 * net/dig.el: Move here from gnus/.
1133 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1134
1135 * net/dns.el: Move here from gnus/.
1136 (top-level): Don't require mm-util, or cl when compiling.
1137 (dns-write-name, dns-read, dns-read-type, query-dns):
1138 Replace mm-with-unibyte-buffer with its expansion.
1139 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1140
1141 * progmodes/gdb-ui.el (gud-remove, gud-break):
1142 * progmodes/gud.el (gdb-create-define-alist)
1143 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1144 (hl-line-highlight, gdb-display-source-buffer)
1145 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1146 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1147
1148 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1151 Move args on defun line.
1152
1153 * textmodes/org.el (org-calendar-holiday):
1154 Use calendar-check-holidays instead of the obsolete
1155 check-calendar-holidays.
1156 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1157 (bbdb-company, bbdb-current-record, bbdb-name)
1158 (bbdb-record-getprop, bbdb-record-name)
1159 (bibtex-beginning-of-entry, bibtex-generate-autokey)
1160 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1161 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1162 (mh-find-path, mh-get-header-field, mh-get-msg-num)
1163 (mh-header-display, mh-index-previous-folder)
1164 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1165 (mh-show-buffer-message-number, mh-show-header-display)
1166 (mh-show-msg, mh-show-show, mh-visit-folder)
1167 (org-export-latex-cleaned-string, remember)
1168 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1169 (rmail-what-message, elmo-folder-exists-p)
1170 (elmo-message-entity-field, elmo-message-field)
1171 (vm-beginning-of-message, vm-follow-summary-cursor)
1172 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1173 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1174 (vm-summarize, wl-folder-get-elmo-folder)
1175 (wl-summary-goto-folder-subr)
1176 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1177 (wl-summary-line-subject, wl-summary-message-number)
1178 (wl-summary-redisplay): Declare as functions.
1179
1180 2007-11-30 Martin Rudalics <rudalics@gmx.at>
1181
1182 * longlines.el (longlines-show-hard-newlines): Remove handling of
1183 buffer-undo-list and buffer-modified status.
1184 (longlines-show-region, longlines-unshow-hard-newlines):
1185 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1186 inhibit-modification-hooks here to avoid that a buffer appears
1187 modified when toggling visibility of hard newlines.
1188
1189 2007-11-30 Glenn Morris <rgm@gnu.org>
1190
1191 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1192
1193 * progmodes/idlw-complete-structtag.el
1194 (idlwave-sintern-structtag):
1195 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1196 (idlwave-sintern-sysvartag):
1197 * progmodes/idlwave.el (idlwave-sintern-class-tag)
1198 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1199 functions.
1200
1201 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1202
1203 * textmodes/reftex-index.el (texmathp):
1204 * textmodes/reftex-auc.el (TeX-argument-insert)
1205 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1206 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1207 (LaTeX-label-list):
1208 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1209 (rng-clear-conditional-region, rng-do-some-validation): Declare as
1210 functions.
1211 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1212
1213 2007-11-30 Glenn Morris <rgm@gnu.org>
1214
1215 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1216 argument and document it.
1217
1218 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1219 Third argument to declare-function must be a list to specify arglist.
1220
1221 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1222 Handle declare-function third argument `t' and fourth argument.
1223 (check-declare-verify): Doc fix. Handle `fileonly' case.
1224 Use progn rather than prog1.
1225
1226 * desktop.el (uniquify-item-base):
1227 * term/mac-win.el (url-type): Declare as functions.
1228
1229 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1230 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1231 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1232 fourth arg to declare-function.
1233
1234 * play/dunnet.el: Don't require cl when compiling.
1235 (byte-compile-warnings): Set via file local variables.
1236 (dun-parse): Let-bind `beg' and `line'.
1237
1238 2007-11-29 Alexandre Julliard <julliard@winehq.org>
1239
1240 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1241
1242 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1243
1244 * calendar/time-date.el (encode-time-value): Doc fix.
1245
1246 2007-11-29 Glenn Morris <rgm@gnu.org>
1247
1248 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1249
1250 * textmodes/css-mode.el (prog-mode): Remove.
1251 (css-mode): Derive from fundamental-mode rather than prog-mode.
1252
1253 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1254
1255 * emacs-lisp/check-declare.el (check-declare-locate)
1256 (check-declare-verify): Handle `external' files.
1257 (check-declare-errmsg): New function.
1258 (check-declare-verify, check-declare-file, check-declare-directory):
1259 Use check-declare-errmsg to report the number of problems.
1260
1261 * ffap.el (w3-view-this-url)
1262 * mail/mspools.el (vm-visit-folder)
1263 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
1264 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
1265 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
1266 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
1267 (bbdb-records)
1268 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
1269 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
1270 (sasl-make-client, sasl-next-step, sasl-step-data)
1271 (sasl-step-set-data)
1272 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
1273 (htmlr-step): Declare as functions.
1274
1275 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
1276 Use bbdb-address-zip rather than bbdb-address-zip-string.
1277
1278 2007-11-28 Richard Stallman <rms@gnu.org>
1279
1280 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
1281 Move here from gnus/.
1282
1283 2007-11-28 Martin Rudalics <rudalics@gmx.at>
1284
1285 * newcomment.el (comment-region-internal): Fix newline insertion
1286 in `block' case.
1287
1288 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
1291
1292 2007-11-28 Glenn Morris <rgm@gnu.org>
1293
1294 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
1295 delete .elc files.
1296
1297 * nxml/char-name/unicode: Move to etc/nxml/.
1298 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
1299
1300 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
1301 Declare as a function.
1302
1303 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
1304 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
1305 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
1306
1307 * nxml/nxml-outln.el (nxml-token-start-tag-p)
1308 (nxml-token-end-tag-p): Move definitions before use.
1309
1310 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
1311
1312 * nxml/nxml-uchnm.el (top-level)
1313 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
1314 (nxml-enabled-unicode-blocks): Add custom group.
1315
1316 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
1317 Use string-to-number rather than string-to-int.
1318
1319 * dired-x.el (dired-omit-old-add-entry): Declare as function.
1320 Move definition before use.
1321 (dired-old-find-buffer-nocreate): Declare as function.
1322
1323 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
1324 (check-declare-verify): Handle fset.
1325
1326 * emulation/edt.el (edt-user-emulation-setup):
1327 Test edt-setup-user-bindings is bound before calling.
1328
1329 * emulation/tpu-edt.el: Don't require cl when compiling.
1330 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
1331 (tpu-edt-off): Use condition-case rather than ignore-errors.
1332 Use with-no-warnings.
1333
1334 * eshell/esh-util.el (top-level): Use require rather than load for
1335 ange-ftp.
1336
1337 * mail/supercite.el (sc-version): Redefine as an alias for
1338 emacs-version.
1339 (sc-help-address): Remove.
1340 (sc-version): Use emacs-version rather than sc-version.
1341 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
1342
1343 * net/socks.el (socks-original-open-network-stream): Declare as
1344 function. Move definition before use.
1345
1346 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1347
1348 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
1349 (math-make-frac): Declare as functions.
1350
1351 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
1352
1353 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
1354 Pacify byte compiler.
1355 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
1356
1357 * progmodes/idlwave.el (idlwave-shell-get-path-info)
1358 (idlwave-shell-temp-file, idlwave-shell-is-running)
1359 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
1360 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
1361 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
1362 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
1363 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
1364 (idlwave-completing-read, idlwave-current-routine)
1365 (idlwave-downcase-safe, idlwave-entry-find-keyword)
1366 (idlwave-expand-keyword, idlwave-find-class-definition)
1367 (idlwave-find-inherited-class, idlwave-find-struct-tag)
1368 (idlwave-get-buffer-visiting, idlwave-in-quote)
1369 (idlwave-make-full-name, idlwave-members-only)
1370 (idlwave-popup-select, idlwave-routine-source-file)
1371 (idlwave-routines, idlwave-sintern-class)
1372 (idlwave-sintern-keyword, idlwave-sintern-method)
1373 (idlwave-sintern-routine-or-method)
1374 (idlwave-substitute-link-target, idlwave-sys-dir)
1375 (idlwave-this-word, idlwave-what-module-find-class)
1376 (idlwave-where):
1377 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
1378 * mail/uce.el (rmail-msg-is-pruned)
1379 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
1380 (rmail-toggle-header):
1381 * mail/sendmail.el (dired-view-file, dired-get-filename):
1382 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
1383 (rmail-display-labels, rmail-msgbeg)
1384 (rmail-set-message-deleted-p, rmail-message-labels-p)
1385 (rmail-show-message, mail-comma-list-regexp)
1386 (mail-parse-comma-list):
1387 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
1388 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
1389 (rfc822-addresses, mail-abbrev-make-syntax-table)
1390 (mail-sendmail-delimit-header, mail-header-end):
1391 * mail/hashcash.el (message-narrow-to-headers-or-head)
1392 (message-fetch-field, message-goto-eoh)
1393 (message-narrow-to-headers):
1394 * vc.el (view-mode-exit): Declare as functions.
1395
1396 * mail/vms-pmail.el:
1397 * vmsproc.el:
1398 * vms-patch.el: Don't byte compile these files, they don't work.
1399
1400 2007-11-27 Glenn Morris <rgm@gnu.org>
1401
1402 * calc/calc-ext.el (math-read-big-rec):
1403 * calc/calc-nlfit.el (math-map-binop):
1404 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
1405
1406 * eshell/eshell.el (eshell-report-bug): Add version number of
1407 obsolescence.
1408
1409 * emulation/viper.el, emulation/viper-util.el,
1410 emulation/viper-macs.el, emulation/viper-keym.el,
1411 emulation/viper-ex.el, emulation/viper-cmd.el:
1412 Load viper-*.el files silently.
1413
1414 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
1415 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
1416 Load ediff-*.el files silently.
1417
1418 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
1419 compiling.
1420 (Info-goto-node): Declare as a function.
1421
1422 * ediff-init.el: Don't load ange-ftp when compiling.
1423 * ediff-util.el: Don't load reporter when compiling.
1424
1425 * ediff-wind.el (ediff-display-pixel-width)
1426 (ediff-display-pixel-height):
1427 * generic-x.el (ini-generic-mode):
1428 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
1429 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
1430 (ps-mule-initialize, ps-mule-begin-job):
1431 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
1432 (mark-calendar-days-named):
1433 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
1434 (add-to-diary-list, diary-name-pattern)
1435 (mark-calendar-days-named):
1436 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
1437 (mark-calendar-days-named):
1438 * calendar/cal-x.el (make-fancy-diary-buffer):
1439 * calendar/holidays.el (calendar-absolute-from-julian):
1440 * calendar/todo-mode.el (calendar-current-date):
1441 * calendar/cal-menu.el (calendar-increment-month)
1442 (calendar-month-name, extract-calendar-year)
1443 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
1444 (calendar-current-date, calendar-cursor-holidays)
1445 (calendar-date-string, insert-diary-entry, calendar-set-mark)
1446 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1447 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1448 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
1449 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
1450 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
1451 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
1452 (calendar-day-of-year-string, calendar-iso-date-string)
1453 (calendar-julian-date-string, calendar-astro-date-string)
1454 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
1455 (calendar-persian-date-string, calendar-bahai-date-string)
1456 (calendar-islamic-date-string, calendar-chinese-date-string)
1457 (calendar-coptic-date-string, calendar-ethiopic-date-string)
1458 (calendar-french-date-string, calendar-mayan-date-string)
1459 (calendar-print-chinese-date, calendar-goto-date):
1460 Declare as functions.
1461
1462 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
1463 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
1464
1465 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
1466 aliases for report-emacs-bug.
1467 (gnus-summary-select-article, gnus-configure-windows): Declare as
1468 functions.
1469
1470 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
1471 compiler.
1472
1473 * pgg.el (pgg-clear-string): Declare as a function.
1474 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
1475 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
1476
1477 * emacs-lisp/check-declare.el (check-declare-locate):
1478 Handle compressed files.
1479 (check-declare-verify): Handle define-generic-mode,
1480 define-global(ized)-minor-mode, define-obsolete-function-alias.
1481
1482 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
1483
1484 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
1485 algebraic modes.
1486
1487 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
1488 (math-is-true, calc-explain-why, calc-alg-edit)
1489 (math-composite-inequalities, math-flatten-lands)
1490 (math-multi-subst, calcFunc-vmatches, math-simplify)
1491 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
1492 (math-read-string, math-read-brackets, math-read-angle-brackets):
1493 Declare as functions.
1494
1495 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
1496 (calc-fit-bell-shaped-logistic-curve)
1497 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
1498 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
1499 (math-max-list): Declare as functions.
1500 (math-map-binop): New function.
1501 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
1502
1503 * calc/calc.el (calc-set-language, calc-edit-finish)
1504 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
1505 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
1506 (math-lessp, calc-embedded-finish-command)
1507 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
1508 (calc-push-list-in-macro, calc-replace-selections)
1509 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
1510 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
1511 (calc-embedded-stack-change, calc-refresh-evaltos)
1512 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
1513 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
1514 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
1515 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
1516 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
1517 (math-dimension-error, calc-incomplete-error, math-float-fancy)
1518 (math-neg-fancy, math-zerop, calc-add-fractions)
1519 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
1520 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
1521 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
1522 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
1523 (math-compose-expr, math-comp-width, math-composition-to-string)
1524 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
1525 (math-adjust-fraction, math-format-binary, math-format-radix)
1526 (math-group-float, math-mod, math-format-number-fancy)
1527 (math-format-bignum-fancy, math-read-number-fancy)
1528 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
1529 (calc-do-embedded-activate, math-do-defmath)
1530 (calc-load-everything): Declare as functions.
1531
1532 * calc/calc-ext.el (math-clip, math-round, math-simplify)
1533 (math-simplify-extended, math-simplify-units, calc-set-language)
1534 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
1535 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
1536 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
1537 (math-normalize-hms, math-normalize-mod, math-make-sdev)
1538 (math-make-intv, math-normalize-logical-op, math-possible-signs)
1539 (math-infinite-dir, math-calcFunc-to-var)
1540 (calc-embedded-evaluate-expr, math-known-nonzerop)
1541 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
1542 (math-format-date, math-vector-is-string, math-vector-to-string)
1543 (math-format-radix-float, math-compose-expr, math-abs)
1544 (math-format-bignum-binary, math-format-bignum-octal)
1545 (math-format-bignum-hex, math-format-bignum-radix)
1546 (math-compute-max-digits): Declare as functions.
1547 (math-provably-realp): Fix typo.
1548
1549 * calc/calc-forms.el (calendar-current-time-zone)
1550 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
1551 functions.
1552
1553 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
1554
1555 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
1556 Declare as functions.
1557
1558 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
1559 (math-posp, math-compare, math-bignum, math-compare-bignum):
1560 Declare as functions.
1561
1562 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
1563 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
1564 (calc-explain-why, calc-clear-command-flag)
1565 (calc-roll-down-with-selections, calc-roll-up-with-selections)
1566 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
1567 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
1568 (math-trunc-special, math-trunc-fancy, math-floor-special)
1569 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
1570 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
1571 (math-pow-zero, math-pow-fancy): Declare as functions.
1572
1573 * calc/calc-mode.el (calc-embedded-save-original-modes):
1574 Declare as a function.
1575
1576 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
1577 Declare as functions.
1578 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
1579 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
1580 Replace `mapcar*' by `math-map-binop'.
1581 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
1582
1583 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
1584 (math-read-expr-level): Declare as functions.
1585
1586 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
1587
1588 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
1591 end-of-defun-function is called consistently, even for negative
1592 arguments.
1593 (end-of-defun-function): Default to forward-sexp.
1594
1595 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1598
1599 2007-11-26 Glenn Morris <rgm@gnu.org>
1600
1601 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
1602 than :suffix.
1603
1604 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1605
1606 2007-11-26 Simon Josefsson <simon@josefsson.org>
1607
1608 * net/imap.el: Move from ../gnus.
1609
1610 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
1611
1612 * doc-view.el (doc-view-mode-p): New function.
1613
1614 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 * mail/mspools.el (rmail-get-new-mail):
1617 * mail/reporter.el (mail-position-on-field, mail-text):
1618 * mail/rmail.el (mail-position-on-field, mail-text-start)
1619 (rmail-update-summary):
1620 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
1621 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
1622 * mail/rmailout.el (rmail-update-summary):
1623 * mail/rmailsort.el (rmail-update-summary):
1624 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
1625 (dired-view-file):
1626 * mail/uce.el (mail-strip-quoted-names):
1627 * mail/undigest.el (rmail-update-summary):
1628 * mail/unrmail.el (mail-strip-quoted-names):
1629 * ediff.el (diff-latest-backup-file): Declare as functions.
1630
1631 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
1632 (kill-to-end-of-line):
1633 * obsolete/rnews.el (news-set-minor-modes):
1634 Remove non working functions.
1635
1636 2007-11-25 Glenn Morris <rgm@gnu.org>
1637
1638 * eshell/esh-maint.el (top-level): Use require with NOERROR for
1639 pcomplete. Don't mess with load-path.
1640
1641 * eshell/eshell.el (eshell-report-bug-address): Remove.
1642 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
1643
1644 2007-11-24 Glenn Morris <rgm@gnu.org>
1645
1646 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1647 (appt-disp-window): Don't require electric.
1648 Simplify minibuffer-avoidance code.
1649 (appt-select-lowest-window): Avoid minibuffer.
1650
1651 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
1652 (esh-mode): Require it.
1653 (esh-util): Use require rather than featurep and load.
1654 (eshell): No need to test if eshell-mode is bound; remove obsolete
1655 reference to eshell-auto.
1656 (eshell-command, eshell-command-result): Don't require esh-mode
1657 now that the file does.
1658 (top-level): Move provide statement to the end of the file.
1659 Re-order and update commentary.
1660
1661 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1662
1663 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
1664 (vc-annotate-toggle-annotation-visibility): New command.
1665 (vc-annotate-mode-map): Bind "V" to it.
1666 (vc-annotate-mode-menu): Add entry for it.
1667 (vc-annotate-get-time-set-line-props): New func.
1668 (vc-annotate-display-autoscale)
1669 (vc-annotate-display-difference): Use it.
1670
1671 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
1672 Also, match one space at end of annotation text, after last paren.
1673
1674 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
1675
1676 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
1677 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
1678 `tramp-completion-mode'.
1679
1680 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1681
1682 * vc-git.el (vc-git-show-log-entry): New func.
1683
1684 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
1685 (vc-git-state): Use vc-git--call.
1686 (vc-git-registered, vc-git-working-revision)
1687 (vc-git-previous-revision, vc-git-next-revision)
1688 (vc-git--run-command-string, vc-git-symbolic-commit):
1689 Use vc-git--out-ok.
1690
1691 2007-11-24 Glenn Morris <rgm@gnu.org>
1692
1693 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1694
1695 2007-11-24 Kenichi Handa <handa@m17n.org>
1696
1697 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1698
1699 2007-11-23 David Kastrup <dak@gnu.org>
1700
1701 * server.el (server-process-filter): Use `command-line-args-left'.
1702
1703 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
1706
1707 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1708
1709 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
1710 buffer if the parent buffer is in vc-dired-mode.
1711
1712 2007-11-23 Mark A. Hershberger <mah@everybody.org>
1713
1714 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
1715
1716 2007-11-23 Juri Linkov <juri@jurta.org>
1717
1718 * dired.el (dired-read-dir-and-switches): For C-x d, set the
1719 value for M-n to the visited file name of the current buffer.
1720 Use minibuffer-with-setup-hook to set minibuffer-default to
1721 buffer-file-name inside read-file-name.
1722
1723 * man.el (Man-getpage-in-background): Don't disregard user option
1724 `Man-width' on non-window systems. Remove test for `window-system'
1725 around setting envvar "COLUMNS" depending on the value of `Man-width'.
1726
1727 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
1728 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
1729 of "--color=always".
1730
1731 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
1734 beginning-of-defun-function.
1735
1736 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1737
1738 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
1739
1740 2007-11-22 Glenn Morris <rgm@gnu.org>
1741
1742 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
1743
1744 * emacs-lisp/check-declare.el (check-declare-locate): New function.
1745 (check-declare-scan): Use check-declare-locate.
1746 (check-declare-verify): No longer adjust fnfile, now
1747 check-declare-locate does it.
1748
1749 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1750
1751 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * subr.el (posn-col-row): Make the `default-value' use explicit.
1754
1755 * window.el (balance-windows): Remove unused var `counter'.
1756 (bw-balance-sub): Remove unused var `lastchild'.
1757 (split-window-vertically): Remove unused var `switch'.
1758 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
1759
1760 * emacs-lisp/bytecomp.el
1761 (byte-compile-file-form-custom-declare-variable): Simplify.
1762
1763 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1764
1765 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
1766 Set `show-trailing-whitespace' to nil.
1767
1768 * dired.el (make-symbolic-link):
1769 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
1770 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
1771 * dired-x.el (make-symbolic-link):
1772 * frame.el (x-initialize-window-system):
1773 * menu-bar.el (x-menu-bar-open):
1774 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
1775 (x-store-cut-buffer-internal):
1776 * wdired.el (make-symbolic-link):
1777 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
1778 (x-send-client-message):
1779 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
1780
1781 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1782
1783 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1784
1785 2007-11-22 Glenn Morris <rgm@gnu.org>
1786
1787 * dos-fns.el (int86):
1788 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
1789
1790 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
1791
1792 * calendar/holidays.el (holiday-list): Add autoload cookie.
1793
1794 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
1795 files relative to src/ directory.
1796 (check-declare-verify): Handle .c files. Warn if could not find
1797 an arglist to check.
1798
1799 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1800
1801 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
1802
1803 * replace.el (occur-mode-map): Add a major mode menu with entries
1804 for all occur operations.
1805
1806 * international/titdic-cnv.el (dos-8+3-filename):
1807 * obsolete/fast-lock.el (msdos-long-file-names):
1808 * frame.el (msdos-mouse-p):
1809 * files.el (msdos-long-file-names, w32-long-file-name):
1810 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1811 (mac-resume-apple-event, mac-font-panel-mode)
1812 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1813 (mac-clear-font-name-table):
1814 * term/pc-win.el (msdos-remember-default-colors)
1815 (w16-set-clipboard-data, w16-get-clipboard-data):
1816 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1817 (set-message-beep):
1818 * net/browse-url.el (w32-shell-execute):
1819 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1820 (w32-get-locale-info, w32-get-valid-locale-ids)
1821 (w32-set-clipboard-data):
1822 * dos-fns.el (int86, msdos-long-file-names):
1823 * dos-w32.el (default-printer-name): Declare as functions.
1824
1825 2007-11-21 Jason Rumney <jasonr@gnu.org>
1826
1827 * emacs-lisp/byte-run.el (declare-function): Return nil.
1828
1829 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
1832
1833 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1834
1835 * ps-print.el (ps-lpr-switches): Docstring fix.
1836 (ps-string-list): New fun.
1837 (ps-do-despool): Code fix.
1838
1839 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1840
1841 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
1842
1843 2007-11-21 Glenn Morris <rgm@gnu.org>
1844
1845 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
1846 for now. Handle define-minor-mode, and defalias (with no argument
1847 checking).
1848
1849 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1850
1851 * frame.el (msdos-mouse-p):
1852 * files.el (msdos-long-file-names, w32-long-file-name):
1853 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1854 (mac-resume-apple-event, mac-font-panel-mode)
1855 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1856 (mac-clear-font-name-table):
1857 * term/pc-win.el (msdos-remember-default-colors)
1858 (w16-set-clipboard-data, w16-get-clipboard-data):
1859 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1860 (set-message-beep):
1861 * net/browse-url.el (w32-shell-execute):
1862 * dos-fns.el (int86, msdos-long-file-names):
1863 * dos-w32.el (default-printer-name): Undo previous change.
1864
1865 2007-11-21 Eli Zaretskii <eliz@gnu.org>
1866
1867 * international/mule-cmds.el (set-locale-environment):
1868 Set default-file-name-coding-system _after_ keyboard and terminal
1869 coding systems. This fixes last change.
1870
1871 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1872 one space after "Subject:".
1873
1874 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1877 in order to determine if there's a conflict.
1878
1879 2007-11-21 Richard Stallman <rms@gnu.org>
1880
1881 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1882
1883 * reposition.el (reposition-window):
1884 Binding C-M-l moved to bindings.el.
1885
1886 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1887
1888 * add-log.el (add-change-log-entry-other-window):
1889 Key binding C-x 4 a moved to bindings.el.
1890
1891 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1892 from filecache.el.
1893
1894 * filecache.el: Minibuffer map bindings moved to bindings.el.
1895
1896 2007-11-21 Jason Rumney <jasonr@gnu.org>
1897
1898 * international/mule-cmds.el (set-locale-environment):
1899 Set default-file-name-coding-system from system defaults on Windows.
1900
1901 2007-11-21 Jason Rumney <jasonr@gnu.org>
1902
1903 * term/w32console.el: New term init file for w32 console.
1904
1905 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1906 (x-setup-function-keys): Likewise, replacing top-level key definitions.
1907 (w32-tty-standard-colors): Move to term/w32console.el.
1908
1909 * term/w32-win.el (x-setup-function-keys): Remove.
1910
1911 * term/tty-colors.el (tty-register-default-colors): Remove special
1912 case for w32.
1913
1914 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1915
1916 * frame.el (msdos-mouse-p):
1917 * generic-x.el (w32-shell-name):
1918 * files.el (msdos-long-file-names, w32-long-file-name)
1919 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1920 (dos-8+3-filename, vms-read-directory, view-mode-disable):
1921 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1922 (mac-resume-apple-event, mac-font-panel-mode)
1923 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1924 (mac-clear-font-name-table):
1925 * term/pc-win.el (msdos-remember-default-colors)
1926 (w16-set-clipboard-data, w16-get-clipboard-data):
1927 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1928 (set-message-beep):
1929 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1930 (w32-get-locale-info, w32-get-valid-locale-ids)
1931 (w32-set-clipboard-data):
1932 * help-fns.el (ad-get-advice-info):
1933 * font-lock.el (fast-lock-after-fontify-buffer)
1934 (fast-lock-after-unfontify-buffer, fast-lock-mode)
1935 (lazy-lock-after-fontify-buffer)
1936 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1937 * net/browse-url.el (w32-shell-execute):
1938 * dos-fns.el (int86, msdos-long-file-names):
1939 * dos-w32.el (default-printer-name): Declare as functions.
1940
1941 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1942
1943 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1944 Reported by Drew Adams <drew.adams@oracle.com>.
1945
1946 2007-11-20 Jason Rumney <jasonr@gnu.org>
1947
1948 * term/w32-win.el (x-setup-function-keys): Protect against
1949 multiple calls on the same terminal.
1950
1951 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1952
1953 * term/mac-win.el (x-setup-function-keys): Only setup
1954 local-function-key-map if it has not been setup already for the
1955 current frame. Move the suspend-emacs processing here.
1956
1957 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * progmodes/grep.el (xargs-program): New variable.
1960 (grep-compute-defaults): Use it.
1961 (grep-default-command): Doc fix.
1962 (grep, lgrep, rgrep): Reflow docstrings.
1963
1964 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1965
1966 * vc.el (vc-find-revision): Set the parent buffer.
1967 Use when instead of if.
1968
1969 * progmodes/python.el (info-lookup-maybe-add-help):
1970 * progmodes/ps-mode.el (doc-view-minor-mode):
1971 * mail/emacsbug.el (Info-menu, Info-goto-node):
1972 * emulation/viper-keym.el (viper-ex)
1973 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1974 * emulation/viper-cmd.el (widget-type, widget-button-press)
1975 (viper-set-hooks):
1976 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1977 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1978 (ses-load, ses-vector-delete, ses-create-header-string)
1979 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1980 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1981
1982 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1985
1986 2007-11-20 Glenn Morris <rgm@gnu.org>
1987
1988 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1989 for end of function-name. Handle define-derived-mode.
1990
1991 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1992
1993 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1994 is available by default.
1995 (idlwave-help-browse-url-available): Change default to t.
1996
1997 * emulation/edt.el (defgroup, defcustom): Remove definition.
1998 (eval-when-compile): Remove.
1999 (c-mark-function):
2000 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
2001 * textmodes/fill.el (comment-search-forward)
2002 (comment-string-strip):
2003 * progmodes/prolog.el (comint-mode, comint-send-string)
2004 (comint-send-region, comint-send-eof):
2005 * progmodes/dcl-mode.el (imenu-default-create-index-function):
2006 * emulation/viper-util.el (viper-forward-Word):
2007 * emulation/vi.el (c-mark-function):
2008 * emulation/edt-vt100.el (vt100-wide-mode):
2009 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
2010
2011 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2014 Still some tuning in case of an echoing shell.
2015 (tramp-send-command): Connection property "remote-echo" is not
2016 persistent; cache key is the process therefore.
2017
2018 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2021 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2022
2023 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2024
2025 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2026 * play/yow.el (doctor-ret-or-read):
2027 * vc-hooks.el (vc-dired-resynch-file):
2028 * vc-hg.el (log-view-get-marked):
2029 * smerge-mode.el (ediff-cleanup-mess):
2030 * pcvs.el (vc-editable-p, vc-checkout):
2031 * pcomplete.el (comint-bol):
2032 * informat.el (texinfo-format-refill):
2033 * ido.el (tramp-tramp-file-p):
2034 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
2035 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
2036 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
2037 functions.
2038
2039 * textmodes/ispell.el (ispell-int-char): Make it a defalias
2040 instead of fset.
2041 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
2042
2043 * ido.el (ido-file-internal): Move with-no-warnings to include the
2044 ffap-string-at-point call.
2045
2046 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
2047
2048 * vc-hg.el (vc-hg-revision-table): Fix last change.
2049
2050 2007-11-19 Martin Rudalics <rudalics@gmx.at>
2051
2052 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
2053 clipboard-yank when the buffer is read-only.
2054
2055 * cus-edit.el (custom-field-keymap): Move to other Custom mode
2056 keymaps such that it's before the definition of Custom-mode-menu.
2057 (Custom-mode-menu): Show it for custom-field-keymap too.
2058
2059 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2060
2061 * progmodes/gdb-ui.el: Update commentary.
2062
2063 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
2064
2065 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
2066
2067 2007-11-19 Glenn Morris <rgm@gnu.org>
2068
2069 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
2070 does not exist, try adding `.el' extension. Also search for defsubsts.
2071
2072 * cus-edit.el (recentf-expand-file-name):
2073 * dired.el (dired-relist-entry):
2074 * subr.el (w32-shell-dos-semantics):
2075 * emacs-lisp/bytecomp.el (compilation-forget-errors):
2076 Declare as functions.
2077
2078 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2081 (prepare-abbrev-list-buffer): Use dolist.
2082 (clear-abbrev-table): Preserve properties.
2083
2084 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
2085
2086 * textmodes/texinfmt.el (texinfo-format-printindex):
2087 Collect combined indexes using texinfo-short-index-format-cmds-alist.
2088 Reported on <bug-texinfo@gnu.org>.
2089
2090 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
2091
2092 * net/tramp.el (tramp-completion-reread-directory-timeout):
2093 New defcustom.
2094 (tramp-handle-file-name-all-completions): Flush directory contents
2095 from cache regularly.
2096 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2097 (tramp-open-connection-setup-interactive-shell):
2098 Call `tramp-cleanup-connection' via funcall.
2099
2100 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2101 created when copying.
2102
2103 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
2104
2105 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2106 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2107 * eshell/esh-ext.el (eshell-external-command):
2108 * eshell/esh-cmd.el (require):
2109 * eshell/em-unix.el (eshell-plain-locate-behavior):
2110 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2111 Replace eshell-under-xemacs-p with (featurep 'xemacs).
2112 * eshell/esh-mode.el (characterp, char-int): Remove unused
2113 conditional defaliases.
2114
2115 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2116 Rename from event-matches-key-specifier-p, define unconditionally.
2117 (event-basic-type): Remove unused defalias.
2118 (pcomplete-show-completions):
2119 Use pcomplete-event-matches-key-specifier-p.
2120
2121 2007-11-17 Eli Zaretskii <eliz@gnu.org>
2122
2123 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2124 when saving esh-groups.el.
2125
2126 2007-11-17 Martin Rudalics <rudalics@gmx.at>
2127
2128 * wid-edit.el (widget-default-complete):
2129 * progmodes/flymake.el (flymake-goto-file-and-line):
2130 Fix typo in (doc-)string.
2131
2132 2007-11-17 Glenn Morris <rgm@gnu.org>
2133
2134 * emacs-lisp/byte-run.el (declare-function): New macro.
2135 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2136 New function, byte-hunk-handler for declare-function.
2137 (byte-compile-callargs-warn): Handle declared functions.
2138
2139 * emacs-lisp/check-declare.el: New file.
2140 * Makefile.in (check-declare): New target.
2141
2142 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2143
2144 * subr.el (process-lines): Move here from ../admin/admin.el.
2145 * emacs-lisp/authors.el (authors-process-lines): Remove.
2146 (authors): Use process-lines rather than authors-process-lines.
2147
2148 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2149 Remove these files.
2150
2151 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
2152
2153 * emacs-lisp/backquote.el (backquote):
2154 Improve argument/docstring consistency.
2155
2156 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2157 (ring-length, ring-empty-p): Use c[ad]dr.
2158 (ring-plus1): Use `1+'.
2159 (ring-minus1): Use `zerop'.
2160 (ring-remove): Use c[ad]dr. Use `when'.
2161 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
2162 (ring-ref): Use `let', not `let*'.
2163 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
2164 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
2165 (ring-member): Simplify. Doc fix.
2166 (ring-convert-sequence-to-ring): Simplify.
2167
2168 2007-11-17 Juri Linkov <juri@jurta.org>
2169
2170 * dired-aux.el (dired-create-directory): Allow creating
2171 a directory of an arbitrary depth. Add a loop to find the topmost
2172 nonexistent parent dir `new', and call `dired-add-file' on it.
2173 Set the `PARENTS' arg of `make-directory' to t.
2174
2175 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2176
2177 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2178 (math-build-parse-table): Get parse information from math-parse-table.
2179
2180 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * window.el (recenter-last-op): New var.
2183 (recenter-top-bottom): New command.
2184 (global-map): Bind it to C-l.
2185
2186 * abbrev.el (abbrev--write): Fix error in transcription from C.
2187
2188 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2189 (pc-select-ensure-mark): Set mark-active to a special value instead.
2190 Rename from ensure-mark. Update call callers.
2191 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2192 Rewrite. Update all callers.
2193 (pc-selection-mode): Remove redundant var declaration.
2194
2195 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
2196
2197 * doc-view.el (doc-view-search-backward, doc-view-search):
2198 Fix assignment to free variable bug.
2199
2200 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
2201
2202 * emulation/pc-select.el (pc-select-shifted-mark): New var.
2203 (ensure-mark): Set it.
2204 (maybe-deactivate-mark): New fun.
2205 Use it everywhere instead of (setq mark-active nil).
2206
2207 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2208
2209 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2210 Add check for XEmacs.
2211
2212 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2213
2214 * doc-view.el (doc-view-resolution): Add missing :group.
2215
2216 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2217
2218 * subr.el (make-variable-frame-local):
2219 Fix typo in obsolescence declaration.
2220
2221 2007-11-16 Werner Lemberg <wl@gnu.org>
2222
2223 * files.el (set-auto-mode-1): Check second line for -*- if file
2224 starts with '\" (which is used by man pages to identify needed
2225 troff preprocessors).
2226
2227 2007-11-16 Glenn Morris <rgm@gnu.org>
2228
2229 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2230
2231 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2232
2233 * calc/calc-lang.el (math-oper-table): Fix typo.
2234 Reduce precedence of "/" for TeX.
2235
2236 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2237
2238 2007-11-16 Juri Linkov <juri@jurta.org>
2239
2240 * dired-aux.el (dired-read-shell-command-default): New function.
2241 (dired-read-shell-command): Use its return value for DEFAULT arg.
2242
2243 * replace.el (keep-lines-read-args, occur-read-primary-args):
2244 Use a list of default values for DEFAULT arg of read-from-minibuffer.
2245
2246 * man.el (Man-heading-regexp): Add 0-9.
2247 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2248
2249 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
2252 (doc-view-resolution): New custom var.
2253 (doc-view-pdf/ps->png): Use it.
2254 (doc-view-shrink-factor): New var.
2255 (doc-view-enlarge, doc-view-shrink): New commands.
2256 (doc-view-mode-map): Use them.
2257
2258 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2259
2260 * ediff-wind.el (ediff-window-setup-function):
2261 * simple.el (normal-erase-is-backspace):
2262 * eshell/em-unix.el (eshell/info):
2263 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2264 Fix typos in docstrings.
2265
2266 * emulation/cua-base.el (cua--keymaps-initialized):
2267 Rename from `cua--keymaps-initalized'. Callers changed.
2268 (cua-highlight-region-shift-only): Doc fix.
2269 (cua-paste-pop): Fix typo in docstring.
2270
2271 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * emulation/cua-base.el (cua--pre-command-handler-1):
2274 Use input-decode-map instead of function-key-map.
2275 Use event-modifiers now that it works reliably.
2276
2277 * vc.el (vc-diff-internal): Pop-to-buffer later.
2278
2279 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
2280
2281 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
2282 did not touch them.
2283
2284 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
2285
2286 * calc/calc-menu.el: New file.
2287 * calc/calc.el (calc-mode): Require calc-menu.
2288
2289 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
2292
2293 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2294
2295 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2296 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2297 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2298 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2299 locations.
2300 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2301 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2302 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2303
2304 2007-11-13 Noah Friedman <friedman@splode.com>
2305
2306 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
2307 bindings to remap when `calc-scan-for-dels' is non-nil.
2308
2309 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
2312 constant forms.
2313 (byte-compile-nilconstp): New function.
2314 (byte-optimize-cond): Kill subsequent branches when a branch is
2315 know to be taken or not taken.
2316 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
2317
2318 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2319
2320 * vc.el (vc-register): Allow registering a file passed as a
2321 parameter instead of just the current buffer.
2322
2323 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
2324
2325 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2326 Check whether the output of "uname -sr" has been changed.
2327
2328 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2329
2330 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
2331 patterns from compilation-perl.el and compilation-weblint.el files.
2332
2333 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2334
2335 * progmodes/compilation-perl.el:
2336 * progmodes/compilation-weblint.el: Disable autoloads, they cause
2337 a bootstrap failure.
2338
2339 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
2340 instead of doing "cvs diff" in order to avoid accessing the repository.
2341
2342 2007-11-12 Kevin Ryde <user42@zip.com.au>
2343
2344 * progmodes/compilation-perl.el:
2345 * progmodes/compilation-weblint.el: New files.
2346
2347 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
2348
2349 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2350 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2351 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2352 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2353 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2354 Rewrite in active voice.
2355
2356 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
2357
2358 * doc-view.el: Add comments about isearch support.
2359
2360 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2361
2362 * vc.el (vc-start-entry): Fix setting the in the case the function
2363 is called from vc-dired. Use when instead of if where appropriate.
2364
2365 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2366
2367 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
2368 to be a list.
2369 (ps-begin-job): Error if ps-lpr-switches is not a list.
2370
2371 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2372
2373 * faces.el (face-normalize-spec): Remove function.
2374 (frame-set-background-mode): Undo last change.
2375
2376 2007-11-10 Jason Rumney <jasonr@gnu.org>
2377
2378 * w32-fns.el: Sync charset names with setup-default-fontset.
2379 Append "-1" where second part missing.
2380
2381 2007-11-10 Juri Linkov <juri@jurta.org>
2382
2383 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
2384 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
2385
2386 * custom.el (custom-note-var-changed): Remove the `interactive'
2387 spec from this new non-interactive function.
2388
2389 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
2390
2391 * doc-view.el (doc-view-mode-map, doc-view-menu)
2392 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
2393 (doc-view-search-backward): New function.
2394 (doc-view-search): Query new regexp if prefix arg is given, else
2395 jump to next/previous match.
2396 (doc-view-mode): Handle compressed files.
2397 (jka-compr): Required for compressed files.
2398
2399 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2400
2401 * replace.el (query-replace-show-replacement): New defcustom.
2402 (perform-replace): Use `match-substitute-replacement' if
2403 `query-replace-show-replacement' is non-nil.
2404
2405 2007-11-10 David Kastrup <dak@gnu.org>
2406
2407 * subr.el (match-substitute-replacement): New function.
2408
2409 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
2410
2411 * files.el (auto-mode-alist): Select org-mode for files with the
2412 extension ".org".
2413
2414 2007-11-10 Martin Rudalics <rudalics@gmx.at>
2415
2416 * help.el (help-window, help-window-point-marker): New variables.
2417 (help-window-select): New option.
2418 (with-help-window): New macro for displaying help windows.
2419 (help-window-display-message, help-window-setup-finish)
2420 (help-window-setup): New functions used for setting up help windows.
2421 (print-help-return-message): Reset help-window to nil.
2422 (view-lossage): Use with-help-window instead of
2423 with-output-to-temp-buffer and move help-window-point-marker after
2424 inserted text.
2425 (describe-bindings, describe-key, describe-mode): Use
2426 with-help-window instead of with-output-to-temp-buffer.
2427
2428 * help-mode.el (help-mode): Set view-exit-action to bury the
2429 buffer instead of fiddling with windows. Simplify code.
2430 (help-mode-finish): When help-window eqs t set it to the selected
2431 window and have with-help-window set up view-return-to-alist.
2432 (help-buffer): Add autoload cookie.
2433
2434 * view.el (view-remove-frame-by-deleting): Change default value to t.
2435 Add autoload cookie.
2436 (view-exit-action, view-file, view-file-other-window)
2437 (view-file-other-frame, view-buffer, view-buffer-other-window)
2438 (view-buffer-other-frame): Rewrite doc strings.
2439 (view-return-to-alist-update): New function to remove stale entries
2440 from view-return-to-alist.
2441 (view-mode-enter): Rewrite doc string and simplify code.
2442 (view-mode-exit): Handle new case 'keep-frame. Don't reset
2443 view-exit-action to nil. Simplify code and rewrite doc string.
2444
2445 * apropos.el (apropos-describe-plist):
2446 * descr-text.el (describe-char):
2447 * disp-table.el (describe-display-table):
2448 * faces.el (list-faces-display, describe-face):
2449 * facemenu.el (list-colors-display):
2450 * help-fns.el (describe-function, describe-variable)
2451 (describe-syntax, describe-categories):
2452 Use with-help-window instead of with-output-to-temp-buffer.
2453
2454 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
2455
2456 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
2457 Optimize (featurep 'emacs) to t.
2458
2459 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
2460 New function.
2461 (byte-compile-maybe-guarded): Use it to also look for bound
2462 symbols inside `and' forms. Comment out non-working code that was
2463 trying to avoid warnings for XEmacs code.
2464
2465 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
2466
2467 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
2468 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
2469 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
2470 (vc-cvs-annotate-command):
2471 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
2472 is bound, it always is.
2473
2474 2007-11-10 Jason Rumney <jasonr@gnu.org>
2475
2476 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
2477 setup here from global scope.
2478
2479 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * ido.el (ido-save-history): Save the history file in UTF-8, not
2482 the current filename coding system.
2483
2484 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * simple.el (interprogram-cut-function, interprogram-paste-function):
2487 Don't make them frame-local any more.
2488
2489 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
2490 Don't set interprogram-(cut|paste)-function on each frame.
2491
2492 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2493 Make them work in tty frames.
2494 (interprogram-cut-function, interprogram-paste-function):
2495 Set them globally.
2496
2497 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2498
2499 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2500 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2501 (iso-iso2duden-trans-tab): Add docstring.
2502
2503 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * abbrev.el (define-abbrev-table): Record the variable definition.
2506
2507 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
2508 New function.
2509
2510 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2511
2512 * ps-print.el: Clean the code for checking suitable Emacs version.
2513 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
2514 (ps-print-version): New version 6.8.1.
2515
2516 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * files.el (enable-local-variables): Doc fix.
2519
2520 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2521
2522 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2523
2524 2007-11-09 Sven Joachim <svenjoac@gmx.de>
2525
2526 * dired-aux.el (dired-copy-file-recursive):
2527 Preserve directory permissions.
2528
2529 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2530
2531 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2532 (whitespace-unload-function): New-style unload function. When run,
2533 unintern `whitespace-unload-hook' and call `unload-feature' recursively
2534 to stop the old hook from messing with the unloading.
2535
2536 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2539 (elp-unset-master, elp-results): Fix typos.
2540 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2541 Doc fixes.
2542
2543 * msb.el (msb--many-menus): Remove variable.
2544 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2545 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2546 (msb--toggle-menu-type): Fix typos in docstrings.
2547
2548 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2549 (shadow-insert-var): Doc fixes.
2550 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2551 Reflow docstrings.
2552 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2553
2554 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2555
2556 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2557 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2558 Fix typos in autoload docstrings.
2559
2560 2007-11-09 Richard Stallman <rms@gnu.org>
2561
2562 * savehist.el (savehist-save): Obey savehist-ignored-variables.
2563
2564 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2565
2566 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2567 (gdb-var-update-handler-1): Use it.
2568
2569 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * loadhist.el (unload-feature): Remove erroneous check for the
2572 FEATURE-unload-function variable; check the existence of the
2573 function (that's what the docstring says, and it makes more sense).
2574
2575 * follow.el (follow-unload-function): Add docstring.
2576 (follow-unload-function): Remove variable.
2577
2578 * server.el (server-unload-function): Remove variable.
2579 (server-unload-function): Unbind `server-edit' from `C-x #'.
2580
2581 * ses.el (ses-unload-function): New function.
2582
2583 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2584
2585 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2586 (unsafep-progn, unsafep-let): Fix typos in docstrings.
2587
2588 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2589 before use to avoid a warning in packages that require uniquify.
2590 (uniquify-unload-function): New function and var.
2591
2592 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
2593
2594 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
2595 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
2596 (ediff-current-diff-A, ediff-current-diff-B)
2597 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
2598 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
2599 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
2600 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
2601 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
2602 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
2603 (ediff-setup-windows-plain-merge)
2604 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
2605 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
2606 * ediff-util.el (ediff-setup-keymap, )
2607 (ediff-toggle-wide-display, ediff-toggle-multiframe)
2608 (ediff-toggle-use-toolbar, ediff-really-quit)
2609 (ediff-good-frame-under-mouse)
2610 (ediff-highlight-diff-in-one-buffer)
2611 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
2612 (ediff-make-bullet-proof-overlay):
2613 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
2614 (ediff-set-meta-overlay):
2615 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
2616 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
2617 ediff-emacs-p with their former definitions.
2618
2619 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
2620 (viper-has-face-support-p, viper-inactivate-input-method)
2621 (viper-activate-input-method)
2622 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
2623 * emulation/viper-mous.el (viper-multiclick-timeout)
2624 (viper-surrounding-word, viper-mouse-click-insert-word)
2625 (viper-mouse-click-search-word, viper-parse-mouse-key):
2626 * emulation/viper-macs.el (viper-char-array-to-macro):
2627 * emulation/viper.el (viper-go-away, viper-set-hooks)
2628 (viper-non-hook-settings):
2629 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
2630 (viper-get-saved-cursor-color-in-insert-mode)
2631 (viper-get-saved-cursor-color-in-emacs-mode)
2632 (viper-check-version, viper-get-visible-buffer-window)
2633 (viper-file-checked-in-p, viper-set-replace-overlay)
2634 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
2635 (viper-check-minibuffer-overlay, viper-read-key-sequence)
2636 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
2637 with their former definitions.
2638 (viper-eventify-list-xemacs): Only do work for XEmacs.
2639 (viper-set-unread-command-events): Only do work for Emacs.
2640 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
2641 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
2642 (viper-overlay-get, viper-overlay-put, viper-read-event)
2643 (viper-characterp, viper-int-to-char, viper-get-face)
2644 (viper-color-defined-p, viper-iconify): New defaliases replacing
2645 the old fsets.
2646
2647 * progmodes/fortran.el (comment-region-function)
2648 (uncomment-region-function): Pacify byte compiler.
2649
2650 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
2651
2652 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
2653
2654 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
2655 `process-environment'.
2656
2657 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2658
2659 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2660 match dir like "a...b".
2661
2662 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
2665
2666 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * net/tramp.el (tramp-handle-substitute-in-file-name):
2669 Don't expand the remote connection identification.
2670 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2671 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
2672 before calling stty.
2673
2674 * net/tramp-cache.el (tramp-cache-print)
2675 (tramp-dump-connection-properties): Fix docstring.
2676 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
2677
2678 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
2679
2680 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
2681 remote connection identification when setting connection property.
2682
2683 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
2684 "//" substitutes only in the local filename part.
2685
2686 2007-11-07 David Hansen <david.hansen@gmx.net>
2687
2688 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
2689
2690 2007-11-07 Glenn Morris <rgm@gnu.org>
2691
2692 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
2693 Remove superfluous concats. Move final set-buffer to
2694 non-emacs-specific code.
2695
2696 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
2697
2698 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
2699
2700 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2701
2702 * eshell/esh-mode.el (eshell-output-filter):
2703 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2704 Use `with-current-buffer'.
2705
2706 2007-11-07 Andreas Schwab <schwab@suse.de>
2707
2708 * server.el (server-start): Only register cleanup after server was
2709 started.
2710
2711 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
2712
2713 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
2714
2715 * net/tramp-cache (tramp-cache-print): Move down.
2716 (tramp-cache-list-connections): New defun.
2717
2718 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
2719
2720 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * ido.el (ido-save-history): Write the history file in the current
2723 filename coding system, and add `coding' file-local variable.
2724
2725 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
2726
2727 * textmodes/org.el (org-table-formula-substitute-names):
2728 Remove forgotten temporary debugging code.
2729
2730 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
2731
2732 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
2733 the prompt.
2734
2735 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
2736
2737 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
2738
2739 2007-11-05 Simon Josefsson <simon@josefsson.org>
2740
2741 * net/tls.el (tls-end-of-info): Doc fix.
2742
2743 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
2744
2745 * international/utf-7.el (utf-7-imap): New coding system.
2746 (utf-7-imap-post-read-conversion): New function.
2747 (utf-7-imap-pre-write-conversion): New function.
2748
2749 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * abbrev.el (abbrev--write): Fix up typo.
2752
2753 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * abbrev.el (define-abbrev-table): Doc fix.
2756
2757 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
2758
2759 * info.el (Info-revert-buffer-function): New func.
2760 (Info-mode): Arrange to use it for reverting.
2761 (Info-copy-current-node-name): Add space between filename and nodename.
2762
2763 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * abbrev.el (expand-abbrev): Move point back to expansion's end.
2766
2767 2007-11-04 Glenn Morris <rgm@gnu.org>
2768
2769 * net/tls.el: Don't require rx when compiling.
2770 (tls-end-of-info): Rewrite without using rx.
2771 (open-tls-stream): Use with-current-buffer.
2772
2773 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2774
2775 * net/tls.el: Require rx when compiling.
2776 (tls-end-of-info): New variable.
2777 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2778 matched.
2779
2780 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
2781
2782 * register.el (append-to-register, prepend-to-register):
2783 Don't signal error on empty register; use the text, instead.
2784
2785 2007-11-03 Michael Olson <mwolson@gnu.org>
2786
2787 * textmodes/remember.el (remember-buffer):
2788 Use define-obsolete-function-alias rather than defalias.
2789
2790 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2791
2792 * simple.el (bad-packages-alist): Anchor semantic regexp.
2793
2794 2007-11-03 Glenn Morris <rgm@gnu.org>
2795
2796 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
2797 if defined, for blank lines. Doc fix.
2798
2799 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
2800 (fortran-mode): Set values for comment-region-function,
2801 uncomment-region-function and comment-insert-comment-function.
2802 (fortran-uncomment-region): New function.
2803
2804 * textmodes/nroff-mode.el (nroff-mode):
2805 Set comment-insert-comment-function rather than indent-line-function.
2806 (nroff-indent-line-function): Remove.
2807 (nroff-insert-comment-function): New function.
2808
2809 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2810
2811 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
2812
2813 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2814
2815 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
2816
2817 * emulation/viper-cmd.el (viper-prev-destructive-command)
2818 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
2819 copy-sequence.
2820
2821 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
2822 Got rid of ediff-copy-list.
2823
2824 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
2825 use face-name.
2826 (ediff-test-utility, ediff-diff-mandatory-option)
2827 (ediff-reset-diff-options): Remove to simplify the mandatory option
2828 handling on Windows.
2829 (ediff-set-diff-options): Add.
2830 (ediff-diff-options): Set "--binary" option as default in some cases.
2831
2832 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
2833 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
2834 ediff-vc-working-revision. Require vc-hooks.
2835
2836 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2837
2838 * files.el (hack-local-variables): Fix membership tests to avoid
2839 treating all variables as safe if `enable-local-variables' is
2840 set to :safe (CVE-2007-5795).
2841
2842 2007-11-02 Glenn Morris <rgm@gnu.org>
2843
2844 * newcomment.el (comment-indent): Let comment-insert-comment-function,
2845 if defined, do all the work of inserting a new comment.
2846
2847 * progmodes/etags.el (tags-table-mode): Disable undo.
2848
2849 * simple.el (bad-packages-alist): Revert previous change.
2850
2851 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
2852
2853 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
2854
2855 * obsolete/lselect.el: Do not warn about unknown functions.
2856
2857 2007-11-02 Michael Olson <mwolson@gnu.org>
2858
2859 * textmodes/remember.el (remember-buffer): Make this an alias of
2860 remember-finalize, because Org uses it.
2861
2862 2007-11-01 Michael Olson <mwolson@gnu.org>
2863
2864 * textmodes/remember.el: Improve documentation in heading.
2865 (remember-before-remember-hook): Turn into a customizable option.
2866 (remember): Document INITIAL argument.
2867 (remember-region): Remove autoload cookie. Improve docstring to
2868 mention that it is called from the *Remember* buffer, and does not
2869 have any functional overlap with the `remember' function.
2870 (remember-finalize): Remove autoload cookie. Rename from
2871 remember-buffer to emphasize that this does not have any
2872 functional overlap with the `remember' function.
2873 (remember-destroy): Remove autoload cookie.
2874 (remember-mode-map): Define and initialize in one step.
2875 (remember-mode): Improve docstring.
2876 (remember-annotation-functions): Default to just '(buffer-file-name),
2877 and don't try to take the default value from Planner.
2878
2879 2007-11-01 Glenn Morris <rgm@gnu.org>
2880
2881 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2882
2883 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2884
2885 * emacs-lisp/authors.el (authors-scan-change-log)
2886 (authors-scan-el): Don't enable local eval; enable only safe local
2887 variables, without querying.
2888
2889 * mail/footnote.el (footnote-numeric-regexp)
2890 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2891 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2892 Match multi-character footnotes.
2893
2894 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2895 (nroff-indent-line-function): New function.
2896 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2897 obsolete alias.
2898
2899 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
2900
2901 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2902 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
2903 (rcirc-print): Only update the line count when not marking the
2904 line as omittable.
2905 (rcirc-log-write): Specify coding system when writing logfile.
2906 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2907
2908 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2909
2910 * printing.el (printing): Fix :version, printing.el was included
2911 for in emacs-22.1.
2912 (pr-path-style, pr-path-alist, pr-txt-name)
2913 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2914 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2915 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2916 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2917 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2918 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2919 (pr-setting-database, pr-visible-entry-list)
2920 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2921 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
2922
2923 * ediff-util.el (ediff-nuke-selective-display): Move definition to
2924 top level, make it dependent on the emacs flavor.
2925
2926 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2927 Test for XEmacs not for itimer.
2928
2929 * term/sun-mouse.el:
2930 * obsolete/sun-fns.el:
2931 * obsolete/sun-curs.el: Remove files.
2932
2933 * term/sun.el (select-previous-complex-command): Remove obsolete code.
2934
2935 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
2936
2937 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2938 was given to concat.
2939
2940 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2943 used normally for goto-line. Change `g' to revert the buffer.
2944 Add redundant `r' binding for buffer-revert.
2945
2946 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2947 (mail-abbrevs-setup): Use abbrev-expand-functions.
2948 (build-mail-abbrevs): Use with-temp-buffer.
2949 (define-mail-abbrev): Simplify.
2950 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2951 Change it for use on abbrev-expand-functions.
2952 (mail-abbrev-complete-alias): Use with-syntax-table.
2953
2954 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2957 directly. Fix bug in deleting temp file.
2958
2959 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2962 Merge defvar and define-abbrev-table.
2963 (def-python-skeleton): Use :case-fixed and :enable-function.
2964 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2965 Remove.
2966 (python-mode): Don't modify pre-abbrev-expand-hook.
2967
2968 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2969
2970 * ediff-util.el (ediff-file-checked-out-p)
2971 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2972
2973 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2974
2975 * abbrev.el (abbrev-symbol): Correct let->let*.
2976 (abbrev--before-point): Only use abbrev-start-location if before point.
2977
2978 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2979
2980 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2981 (strokes-unload-hook): Remove function and variable.
2982 (strokes-unload-function): New-style unload function, adapted
2983 from `strokes-unload-hook'.
2984
2985 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2986 (cl-unload-hook): Remove variable.
2987 (cl-unload-function): New-style unload function, adapted
2988 from `cl-cannot-unload'.
2989
2990 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2991 (elp-unload-function): New-style unload function, adapted
2992 from `elp-unload-hook'.
2993
2994 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2995
2996 * emacs-lisp/find-func.el (find-library): Use library at
2997 point as default interactive argument.
2998
2999 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3000
3001 * shadowfile.el (shadow-join): Remove.
3002 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
3003 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
3004 (shadowfile-unload-hook): Remove function and variable.
3005 (shadowfile-unload-function): New-style unload function, adapted
3006 from `shadowfile-unload-hook'.
3007
3008 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
3011 only if it is bound.
3012
3013 * textmodes/reftex.el: Move autoloads for before all uses.
3014 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
3015 (reftex-delete-overlay): Move to the top level with the condition
3016 in the body.
3017
3018 * progmodes/simula.el: Use when instead of if.
3019
3020 * iimage.el (iimage-locate-file): Define unconditionally.
3021
3022 * mail/mailabbrev.el (mail-abbrev-next-line):
3023 * emulation/vip.el (vip-enlarge-region, vip-line)
3024 (vip-next-line-at-bol, vip-previous-line)
3025 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
3026 Wrap with-no-warnings around uses of next-line and previous-line.
3027
3028 * ediff.el (run-ediff-from-cvs-buffer):
3029 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3030 Remove function not used by pcl-cvs anymore.
3031 (noninteractive, generic-sc-get-latest-rev)
3032 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
3033 Delete support for long obsolete generic-sc.el.
3034
3035 2007-10-31 Glenn Morris <rgm@gnu.org>
3036
3037 * cvs-status.el: No longer require pcvs when compiling.
3038
3039 * doc-view.el (doc-view-conversion-refresh-interval)
3040 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3041 (doc-view-reset-slice): Doc fixes.
3042 (doc-view-menu): Remove deleted function doc-view-edit-doc.
3043
3044 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3045
3046 * help-at-pt.el (help-at-pt-unload-hook): Remove.
3047 Timers are automatically canceled by `unload-feature'.
3048
3049 * delsel.el (delsel-unload-hook): Remove function and variable.
3050 (delsel-unload-function): New-style unload function, adapted
3051 from `delsel-unload-hook'.
3052
3053 * msb.el (msb-unload-hook): Remove function and variable.
3054 (msb-unload-function): New-style unload function, adapted from
3055 `msb-unload-hook'.
3056
3057 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * desktop.el (uniquify-managed): Pacify byte compiler.
3060 (desktop-buffer-info): If the buffer name is managed by uniquify,
3061 save the base name, not the uniquified one.
3062 (desktop-create-buffer): Allow `rename-buffer' to generate a new
3063 name in case of conflict.
3064
3065 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * doc-view.el: Use expand-file-name rather than concat.
3068 (doc-view-cache-directory): Add the UID so multiple users won't clash.
3069 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
3070 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
3071 (doc-view-toggle-display): Use an overlay over the whole buffer so as
3072 not to have to touch the buffer's content.
3073 (doc-view-initiate-display): New function, extracted from doc-view-mode.
3074 (doc-view-mode): Use it. Don't mark as a special mode.
3075 Put the page numbers in the modeline.
3076 Set up the overlay. Hide the cursor. Run the mode hook.
3077 Use after-revert-hook rather than revert-buffer-function.
3078 (doc-view-search-internal): Fix typo.
3079 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3080 image-cache flush.
3081 (doc-view-reconvert-doc): Don't reset the whole mode.
3082 (doc-view-make-safe-dir): New function.
3083 (doc-view-current-cache-dir): Use it.
3084
3085 2007-10-30 Jason Rumney <jasonr@gnu.org>
3086
3087 * time.el (display-time-world-list): Test for zoneinfo support.
3088
3089 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
3090
3091 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3092
3093 * net/tramp-cache.el (tramp-flush-file-function): Check also
3094 `default-directory' if `buffer-file-name' does not return a
3095 string. Added to `eshell-pre-command-hook'.
3096
3097 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * doc-view.el (doc-view-current-doc): Remove.
3100 Replace all uses by buffer-file-name.
3101 (doc-view-menu): New menu.
3102 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3103 unused var `doc'.
3104 (doc-view-sort): Simplify.
3105 (doc-view-buffer-message): Don't change buffer-modified-p.
3106 (doc-view-mode): Change it here instead.
3107 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
3108 Don't modify the global value of revert-buffer-function.
3109
3110 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3111 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3112 (image-toggle-display): Take overlays into account and don't assume
3113 point-min==1.
3114
3115 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
3116
3117 * vc.el (vc-annotate): Fix omission bug:
3118 Specify value for vc-sentinel-movepoint.
3119
3120 2007-10-30 Michael Olson <mwolson@gnu.org>
3121
3122 * textmodes/remember.el (remember-mode-hook)
3123 (remember-handler-functions, remember-annotation-functions):
3124 Add additional items as options, including some Org functions.
3125
3126 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
3127
3128 * doc-view.el: Remove cl-dependency.
3129 (doc-view-buffer-message): Mention new binding K.
3130 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3131 instead of variable.
3132 (doc-view-current-cache-dir): Better cache dir naming.
3133 (doc-view-current-display): Remove variable.
3134 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3135 (doc-view-kill-proc): Set converter process to nil.
3136 (doc-view-minor-mode): New minor mode.
3137 (doc-view-minor-mode-map): New keymap.
3138 (doc-view-mode): Remove text/image switching code. Use plain defun.
3139 (doc-view-mode-map): New binding K kills converter process.
3140 Remove C-c C-e binding.
3141 (doc-view-mode-text-map): Remove keymap.
3142 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3143 d-v-display-maybe.
3144 (doc-view-previous-major-mode): New variable.
3145 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3146 (doc-view-remove-if): New function.
3147 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3148 (doc-view-toggle-display): Toggle modes instead of display styles.
3149 (doc-view-reconvert-doc): Adapt to new way of doing things.
3150
3151 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3152
3153 2007-10-30 Glenn Morris <rgm@gnu.org>
3154
3155 * dirtrack.el (dirtrack-mode): Doc fix.
3156
3157 * shell.el (shell-dirtrack-verbose, shell-mode)
3158 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3159
3160 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3161 (byte-compile-enable-warning): Doc fix.
3162
3163 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3164 suppress byte-opt warning.
3165
3166 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3167
3168 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3169 (edt-gnu-emacs19-p): Remove.
3170 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3171 (edt-xserver, edt-page-backward, edt-beginning-of-line)
3172 (edt-end-of-line-forward, edt-end-of-line-backward)
3173 (edt-one-word-forward, edt-one-word-backward, edt-character)
3174 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3175 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3176 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3177 (edt-define-key, edt-bottom-check, edt-sentence-forward)
3178 (edt-sentence-backward, edt-paragraph-forward)
3179 (edt-paragraph-backward, edt-restore-key, edt-window-top)
3180 (edt-window-bottom, edt-scroll-window-forward-line)
3181 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3182 (edt-line-to-top-of-window, edt-paragraph-backward)
3183 (edt-restore-key, edt-window-top, edt-window-bottom)
3184 (edt-scroll-window-forward-line)
3185 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3186 (edt-line-to-middle-of-window, edt-goto-percentage)
3187 (edt-display-the-time, edt-remember, edt-split-window)
3188 (edt-emulation-on, edt-emulation-off)
3189 (edt-default-emulation-setup, edt-user-emulation-setup)
3190 (edt-select-default-global-map, edt-select-user-global-map):
3191 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3192 tests.
3193
3194 * textmodes/reftex-index.el (reftex-index-selection-or-word):
3195 Use feature test instead of boundp test so it can be resolved at
3196 compile time.
3197
3198 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3199
3200 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3203 Update all users.
3204 (abbrev-get, abbrev-put): Simplify.
3205 (define-abbrev): Don't store the `force' value in the :system property.
3206 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3207
3208 2007-10-30 Michael Olson <mwolson@gnu.org>
3209
3210 * desktop.el (desktop-minor-mode-table): Add line for ERC.
3211
3212 * textmodes/remember.el: New file that implements a mode for
3213 quickly jotting down things to remember.
3214
3215 * textmodes/remember-diary.el: A backend for remember.el that
3216 implements saving notes to a Diary file.
3217
3218 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3219
3220 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3221 Relocate in file.
3222 (allout-doublecheck-at-and-shallower): Increase to include
3223 slightly greater depths, since yank interaction is now ok.
3224 Also, elaborate the docstring to explain the situation.
3225 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3226 instead of concat, so we accommodate key sequences expressed as
3227 vectors as well as strings and lists.
3228 (allout-flag-region, allout-hide-by-annotation): Make the
3229 hidden-text overlays 'front-advance.
3230 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3231 (allout-aberrant-container-p, allout-on-current-heading-p)
3232 (allout-e-o-prefix-p, allout-next-heading)
3233 (allout-previous-heading, allout-goto-prefix)
3234 (allout-end-of-prefix, allout-next-sibling-leap)
3235 (allout-next-visible-heading, allout-auto-fill)
3236 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3237 (allout-yank-processing, allout-resolve-xref)
3238 (allout-current-topic-collapsed-p, allout-hide-region-body)
3239 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3240 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3241 (count-trailing-whitespace-region): Preserve match data, so allout
3242 outline navigation doesn't disrupt other Emacs operations.
3243 (allout-beginning-of-line): Retreat to the beginning of the hidden
3244 text, so fields are respected (for submodes that care).
3245 (allout-end-of-line): Preserve mark activation status when jumping.
3246 (allout-open-topic): Account for opening after a child that
3247 contains a hidden trailing newline. Preserve match data.
3248 Run allout-structure-added-hook
3249 (allout-encrypt-decrypted): Preserve match data.
3250 (allout-toggle-current-subtree-exposure): Add new interactive
3251 function for toggle subtree exposure - suggested by tassilo.
3252 (move-beginning-of-line, move-end-of-line): Don't use
3253 line-move-invisible-p, it's obsolete - substitute the code, instead.
3254
3255 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
3256
3257 * textmodes/flyspell.el (message-signature-separator):
3258 * longlines.el (message-indent-citation-function): Pacify byte
3259 compiler.
3260
3261 * emacs-lisp/cl-loaddefs.el:
3262 * ldefs-boot.el: Regenerate.
3263
3264 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
3265 (.el.elc, compile, compile-always, compile-calc)
3266 ($(lisp)/progmodes/cc-mode.elc): Use it.
3267
3268 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
3269 Only do work for XEmacs.
3270 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
3271 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
3272 on XEmacs.
3273 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3274 (ps-x-color-name, ps-x-color-specifier-p)
3275 (ps-x-copy-coding-system, ps-x-device-class)
3276 (ps-x-extent-end-position, ps-x-extent-face)
3277 (ps-x-extent-priority, ps-x-extent-start-position)
3278 (ps-x-face-font-instance, ps-x-find-coding-system)
3279 (ps-x-font-instance-properties, ps-x-make-color-instance)
3280 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
3281 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
3282 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
3283 (ps-generate-postscript-with-faces): Delete defaliases.
3284 (ps-face-foreground-name, ps-face-background-name)
3285 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3286 Move definitions to top level, make the body conditional on the Emacs
3287 flavor. Replace uses of deleted aliases and renamed functions.
3288 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
3289 of deleted aliases and renamed functions.
3290
3291 * calc/calc.el (calc-emacs-type-lucid): Remove.
3292 (calc-digit-map, calcDigit-start, calc-read-key)
3293 (calc-clear-unread-commands):
3294 * calc/calc-ext.el (calc-user-key-map): Replace uses of
3295 calc-emacs-type-lucid with (featurep 'xemacs)
3296
3297 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
3298 (featurep 'xemacs).
3299 (tpu-lucid-emacs19-p): Remove.
3300 (tpu-map-key): Make it a function instead of using fset. Inline
3301 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
3302 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
3303
3304 * ielm.el: Use featurep 'xemacs.
3305
3306 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
3307 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
3308 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
3309 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
3310 cperl-xemacs-p with (featurep 'xemacs).
3311 (font-lock-cache-position): Pacify byte compiler.
3312
3313 2007-10-29 Drew Adams <drew.adams@oracle.com>
3314
3315 * faces.el (read-color): New function.
3316 (face-at-point, foreground-color-at-point)
3317 (background-color-at-point): New functions.
3318
3319 2007-10-28 Richard Stallman <rms@gnu.org>
3320
3321 * net/browse-url.el (browse-url-text-xterm): Rename from
3322 browse-url-lynx-xterm and made generic.
3323 (browse-url-text-emacs): Likewise.
3324 (browse-url-text-browser): New variable.
3325 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
3326 (browse-url-text-input-field, browse-url-text-input-attempts)
3327 (browse-url-kde-program): Likewise.
3328
3329 2007-10-29 Glenn Morris <rgm@gnu.org>
3330
3331 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3332 Use mapc rather than mapcar (reinstall change deleted without log
3333 entry 2007-10-22).
3334
3335 2007-10-29 Martin Rudalics <rudalics@gmx.at>
3336
3337 * wdired.el (wdired-next-line, wdired-previous-line):
3338 Use next-line and previous-line wrapped in with-no-warnings.
3339
3340 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
3341
3342 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
3343 (rcirc-recent-quit-alist): New function.
3344 (rcirc): Print a better message when there is only one connected server.
3345 (rcirc-complete-nick): Do not update the nick table here.
3346 (rcirc-mode-map): Add M-o.
3347 (rcirc-current-line): Add variable.
3348 (rcirc-mode): Setup variables for line based omit.
3349 (rcirc-edit-multiline): Strip text properties.
3350 (rcirc-omit-responses): Add NICK.
3351 (rcirc-omit-threshold): Add variable.
3352 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
3353 Add functions.
3354 (rcirc-print): Keep track of current line. Do not fill text if
3355 `rcirc-fill-flag' is null. Only omit text if the last activity
3356 from the sender is more than `rcirc-omit-threshold' lines ago.
3357 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
3358 numbers instead of time.
3359 (rcirc-channel-nicks): Sort by line numbers instead of time.
3360 (rcirc-omit-mode): Add `...' when omitting text and recenter.
3361 (rcirc-handler-JOIN): Restore the joiners linestamp.
3362 (rcirc-maybe-remember-nick-quit): Add function.
3363 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
3364
3365 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
3366
3367 * loadhist.el (unload-feature-special-hooks):
3368 Add `delete-frame-functions' and `suspend-tty-functions'.
3369
3370 * server.el (server-unload-function): Rename from `server-unload-hook'
3371 and adapt to new `unload-feature' functionality. Remove hook from
3372 `kill-buffer-hook' buffer-locally.
3373 (server-unload-hook): Remove.
3374 (server-unload-function): New var; replaces `server-unload-hook'.
3375
3376 2007-10-29 Glenn Morris <rgm@gnu.org>
3377
3378 * dirtrack.el (dirtrack-debug): Doc fix.
3379 (dirtrack-mode, dirtrack-debug-mode): New names for
3380 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
3381 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
3382 Make obsolete.
3383 (dirtrack-debug-message): Only print message if
3384 dirtrack-debug-mode is non-nil. Use with-current-buffer.
3385 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
3386 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
3387
3388 2007-10-28 Glenn Morris <rgm@gnu.org>
3389
3390 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
3391 (byte-compile-warnings-safe-p): Handle `not'.
3392 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
3393 (byte-compile-enable-warning): New functions.
3394 (byte-compile-eval-before-compile)
3395 (byte-compile-file-form-require): Use byte-compile-disable-warning.
3396 (byte-compile-close-variables): Locally bind byte-compile-warnings,
3397 but do not modify it.
3398 (byte-compile-eval, byte-compile-obsolete)
3399 (byte-compile-warn-about-unresolved-functions)
3400 (byte-compile-file-form-defvar)
3401 (byte-compile-file-form-custom-declare-variable)
3402 (byte-compile-file-form-require)
3403 (byte-compile-file-form-defmumble, byte-compile-lambda)
3404 (byte-compile-form, byte-compile-normal-call)
3405 (byte-compile-variable-ref, byte-compile-defvar)
3406 (byte-compile-make-variable-buffer-local):
3407 Use byte-compile-warning-enabled-p.
3408 * emacs-lisp/advice.el (ad-compile-function):
3409 Use byte-compile-disable-warning.
3410 * emacs-lisp/cl.el: Move local variables to end of file, and set
3411 byte-compile-warnings to `(not cl-functions)'.
3412 * emacs-lisp/cl-compat.el: Add a local variables section, and set
3413 byte-compile-warnings to `(not cl-functions)'.
3414 * emacs-lisp/cl-macs.el: Unify local variable section, and set
3415 byte-compile-warnings to `(not cl-functions)'.
3416 (cl-do-proclaim): Use byte-compile-disable-warning and
3417 byte-compile-enable-warning.
3418 * emacs-lisp/cl-seq.el: Unify local variable section, and set
3419 byte-compile-warnings to `(not cl-functions)'.
3420 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
3421 Use byte-compile-disable-warning.
3422
3423 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
3424
3425 * cus-edit.el (custom-browse-insert-prefix):
3426 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
3427
3428 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
3429
3430 * server.el (server-process-filter): Fix typo in docstring.
3431 (server-log): Reflow docstrings.
3432 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
3433 (server-goto-line-column): Use `when'.
3434
3435 2007-10-28 Juri Linkov <juri@jurta.org>
3436
3437 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
3438 when mouse is clicked on the isearch message.
3439 (isearch-resume): Call `isearch-update' at the end.
3440 Rename argument `search' to `string' to conform to the
3441 isearch terminology.
3442
3443 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 Rewrite abbrev.c in Elisp.
3446 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
3447 (abbrev-table-get, abbrev-table-put, abbrev-get)
3448 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
3449 (define-abbrev, abbrev--check-chars, define-global-abbrev)
3450 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
3451 (abbrev-expansion, abbrev--before-point, expand-abbrev)
3452 (unexpand-abbrev, abbrev--write, abbrev--describe)
3453 (insert-abbrev-table-description, define-abbrev-table):
3454 New funs, largely transcribed from abbrev.c.
3455 (abbrev-with-wrapper-hook): New macro.
3456 (abbrev-table-name-list, global-abbrev-table)
3457 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
3458 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
3459 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
3460 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
3461 New vars, largely transcribed from abbrev.c.
3462 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
3463 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
3464 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
3465
3466 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3467
3468 * ps-print.el: Now detect if text foreground and background colors are
3469 equal and replace the foreground color by another color, so the text
3470 becomes visible. Doc fix.
3471 (ps-print-version): New version 6.8.
3472 (ps-default-fg, ps-default-bg): Docstring fix.
3473 (ps-postscript-code-directory): Fix default value code.
3474 (ps-fg-list, ps-fg-validate-p): New options.
3475 (ps-foreground-list): New var.
3476 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3477
3478 2007-10-27 Glenn Morris <rgm@gnu.org>
3479
3480 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
3481 (shell-dirtrack-toggle): Mark as obsolete.
3482 (dirtrack-toggle, dirtrack-mode): No longer alias to
3483 shell-dirtrack-mode.
3484
3485 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
3486
3487 * calc/calc.el (math-standard-opers): Lower the precedence
3488 of negation.
3489 * calc/calc-lang.el (math-oper-table): Lower precedence of
3490 negation for C, TeX, and eqn.
3491
3492 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3493
3494 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
3495
3496 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
3499 (desktop-not-loaded-hook): Fix :version tags.
3500
3501 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
3502
3503 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
3504 (tramp-get-remote-tmpdir): New defun.
3505 (tramp-make-tramp-temp-file): Use it.
3506 (tramp-local-call-process): New defun. Replace all calls of
3507 `call-process' by this when appropriate.
3508 (tramp-handle-write-region): Replace calls of `file-attributes' by
3509 `tramp-compat-file-attributes'.
3510 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3511 Make the first command a `tramp-send-command' call, with let-bind
3512 of `tramp-end-of-output'.
3513 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
3514 (tramp-load-report-modules, tramp-append-tramp-buffers):
3515 Move to tramp-cmds.el.
3516
3517 * net/tramp-fish.el (tramp-fish-handle-copy-file)
3518 (tramp-fish-do-copy-or-rename-file)
3519 (tramp-fish-do-copy-or-rename-file-directly):
3520 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3521 Add parameter PRESERVE-UID-GID.
3522
3523 2007-10-27 Eli Zaretskii <eliz@gnu.org>
3524
3525 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
3526 New defcustoms.
3527 (display-time-world-list): Use them as appropriate for the current
3528 value of `system-type'.
3529
3530 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3531
3532 * printing.el: Pacify byte compiler, that is, no compiler warnings.
3533 Move (again) some variable definitions before use, define some fun
3534 aliases, no code change.
3535 (pr-version): New version 6.9.2.
3536 (pr-path-style, pr-auto-region, pr-menu-char-height)
3537 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3538 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3539 via (defvar VAR).
3540 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3541 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3542 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3543 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3544 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
3545 (pr-menu-print-item, pr-ps-printer-menu-modified)
3546 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3547 (pr-even-or-odd-alist): Vars definition moved.
3548
3549 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3550
3551 * emulation/pc-select.el (next-line-mark, next-line-nomark)
3552 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
3553 around uses of previous-line and next-line.
3554
3555 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
3556 New defvars.
3557
3558 * textmodes/css-mode.el (comment-continue):
3559 * net/browse-url.el (url-handler-regexp):
3560 * progmodes/idlw-help.el (idlwave-system-routines):
3561 Pacify byte-compiler.
3562
3563 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
3564 line-move-invisible-p with its former definition: invisible-p.
3565 line-move-invisible-p was removed on 2007-08-29.
3566
3567 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * files.el (kill-emacs-query-functions): Doc fix;
3570 `save-buffers-kill-emacs' is no longer bound to a key.
3571
3572 2007-10-26 Richard Stallman <rms@gnu.org>
3573
3574 * isearch-multi.el (isearch-buffers-multi): New option.
3575 (isearch-buffers-search-fun): Test it.
3576
3577 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
3578 Put ps-run-clear on C-c C-l.
3579
3580 * newcomment.el (comment-styles): New style indent-or-triple.
3581 (comment-style): Make that the default.
3582 (comment-add defvar): Doc fix.
3583 (comment-add): Delete arg EXTRA.
3584 (comment-region-default): Open code call to comment-add.
3585 Handle indent-or-triple style which uses `multi-char' for INDENT.
3586
3587 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3588
3589 * eshell/em-unix.el (nil-blank-string): Doc fix.
3590
3591 2007-10-26 John Wiegley <johnw@newartisans.com>
3592
3593 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
3594 function, ensure that the third argument is turned into a nil if
3595 the string is otherwise completely empty (either no characters, or
3596 all tabs/spaces). This fixes a bug from a user who found himself
3597 unable to customize `diff-switches' and still use Eshell's diff
3598 command.
3599
3600 2007-10-26 Glenn Morris <rgm@gnu.org>
3601
3602 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
3603 safe-local-variable property.
3604
3605 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
3606
3607 * net/browse-url.el (browse-url-browser-function): Delete grail.
3608 (browse-url-grail): Function and variable deleted.
3609 (browse-url-browser-function): Delete IXI Mosaic.
3610 (browse-url-default-browser): Don't try IXI Mosaic.
3611 (browse-url-iximosaic): Function deleted.
3612 (browse-url-browser-function): Delete MMM.
3613 (browse-url-default-browser): Don't try MMM.
3614 (browse-url-mmm): Function deleted.
3615
3616 2007-10-26 Drew Adams <drew.adams@oracle.com>
3617
3618 * custom.el (custom-note-var-changed): New function.
3619
3620 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
3621
3622 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
3623 use with the definition. Remove.
3624
3625 * add-log.el (change-log-start-entry-re): New defconst.
3626 (change-log-sortable-date-at): Use it.
3627 (change-log-beginning-of-defun, change-log-end-of-defun):
3628 New functions.
3629 (change-log-mode): Use them for beginning-of-defun-function and
3630 end-of-defun-function.
3631
3632 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
3633
3634 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
3635 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
3636 (ses-recalculate-cell): Deal with point being just beyond end of
3637 data area (why does this happen?)
3638 (ses-set-curcell): Ditto.
3639 (ses-column-letter): Handle columns beyond 702. Code written by
3640 Gareth Rees.
3641
3642 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
3643
3644 * textmodes/org.el (org-agenda-get-restriction-and-command):
3645 Use `mapc' instead of `mapcar'.
3646 (org-agenda-list): Numeric prefix argument can specify the number
3647 of days.
3648 (remember-register, remember-buffer): Prevent byte compiler from
3649 complaining.
3650 (org-todo): Save and restore match data.
3651 (org-no-warnings): New macro.
3652 (org-columns-eval): Use `org-no-warnings'.
3653
3654 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
3655
3656 * comint.el (comint-password-prompt-regexp):
3657 Handle `[sudo] password'-style prompt.
3658
3659 2007-10-25 Glenn Morris <rgm@gnu.org>
3660
3661 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
3662 (defcustom): Doc fix.
3663
3664 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
3665 Add `non_intrinsic'.
3666 (f90-constants-re): Add ieee modules.
3667 (f90-typedef-matcher, f90-typedec-matcher)
3668 (f90-imenu-type-matcher): New functions.
3669 (f90-font-lock-keywords-1): Give module procedures function-name face.
3670 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
3671 Add `use, intrinsic'.
3672 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
3673 Move start of `enum' blocks to separate entry.
3674 (f90-start-block-re): Fix `type', `abstract interface'.
3675 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
3676 derived types.
3677 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
3678 `elemental', change `enumerator'.
3679 (f90-no-block-limit): Fix `abstract interface'.
3680
3681 * progmodes/f90.el (f90-indented-comment-re)
3682 (f90-directive-comment-re, f90-break-delimiters):
3683 * progmodes/fortran.el (fortran-comment-line-start-skip)
3684 (fortran-directive-re):
3685 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
3686 as safe if they are strings.
3687
3688 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * startup.el (window-system): Remove. Don't make it frame-local.
3691
3692 2007-10-24 Richard Stallman <rms@gnu.org>
3693
3694 * savehist.el (savehist-save): Omit unreadable elements.
3695
3696 * loadhist.el (unload-function-defs-list): Rename from
3697 unload-function-features-list.
3698 (unload-feature-special-hooks, unload-feature): Doc fixes.
3699
3700 * indent.el (indent-to-left-margin): If point's in the indentation,
3701 move to the end of the indentation.
3702
3703 * cus-edit.el (customize-changed-options): Make arg optional.
3704
3705 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
3708
3709 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3710
3711 * textmodes/org-publish.el (org-publish-attachment): Re-install
3712 accidentally deleted change.
3713
3714 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * term/iris-ansi.el (iris-function-map): Move init into declaration.
3717
3718 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3719
3720 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3721 (Buffer-menu-mode-map): Initialize in the declaration.
3722 (Buffer-menu-mode): Define with `define-derived-mode'.
3723
3724 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
3725
3726 * textmodes/org.el (org-version): Change to 5.13e.
3727 (org-agenda-file-regexp): Fix typo in docstring.
3728 (org-add-planning-info): Fix bug in parenthesis settings.
3729 (org-scan-tags): Catch the case of indirect buffers with no filename.
3730 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
3731 Re-install switch to mapc, had been removed by accident.
3732 (org-columns-map): New binding `C-c C-o'.
3733 (org-columns-menu): Change menu text and added new entry.
3734 (org-columns-eval): Document the use of `next-line'.
3735 (org-columns-open-link): New function.
3736 (org-columns-follow-link): Remove function.
3737 (org-open-link-from-string): New function.
3738 (org-read-date-get-relative): Fix typo in docstring.
3739 (org-read-date-get-relative): Leading +/- is not optional.
3740 (org-agenda-get-restriction-and-command): Always resize window on
3741 first loop cycle.
3742 (org-agenda-open-link): Make sure the link abbreviations are
3743 present in the agenda buffer.
3744 (org-agenda-copy-local-variable): New function.
3745
3746 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
3749
3750 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * simple.el (reindent-then-newline-and-indent): Use a `move after
3753 insert' kind of marker in the save-excursion.
3754
3755 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3756
3757 * textmodes/css-mode.el: Require CL.
3758 (comment-continue): Declare.
3759
3760 * subr.el (make-variable-frame-localizable): Remove.
3761 (make-variable-frame-local): Mark obsolete.
3762
3763 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
3766 of the subdirs is unreadable.
3767
3768 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
3769
3770 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
3771 when we are local.
3772
3773 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * progmodes/python.el (python-current-defun): Remove left-over
3776 assignment to `start'.
3777
3778 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3779
3780 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
3781 than `mapcar'; return value is not used.
3782
3783 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3784
3785 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
3786 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
3787
3788 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3789
3790 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
3791 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
3792
3793 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3794
3795 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
3796
3797 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3798
3799 * emacs-lisp/advice.el (ad-make-advised-docstring):
3800 Add ad-advice-info text property to doc string.
3801
3802 2007-10-23 Glenn Morris <rgm@gnu.org>
3803
3804 * progmodes/f90.el (f90-do-indent, f90-if-indent)
3805 (f90-type-indent, f90-program-indent, f90-associate-indent)
3806 (f90-continuation-indent, f90-comment-region)
3807 (f90-beginning-ampersand, f90-smart-end)
3808 (f90-break-before-delimiters, f90-auto-keyword-case)
3809 (f90-leave-line-no, f90-mode-hook):
3810 Give an appropriate safe-local-variable property.
3811
3812 * progmodes/fortran.el (fortran-tab-mode-default)
3813 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
3814 (fortran-structure-indent, fortran-continuation-indent)
3815 (fortran-comment-indent, fortran-comment-line-extra-indent)
3816 (fortran-comment-line-start)
3817 (fortran-minimum-statement-indent-fixed)
3818 (fortran-minimum-statement-indent-tab)
3819 (fortran-comment-indent-char, fortran-line-number-indent)
3820 (fortran-check-all-num-for-matching-do)
3821 (fortran-blink-matching-if, fortran-continuation-string)
3822 (fortran-comment-region, fortran-electric-line-number)
3823 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
3824 (fortran-analyze-depth, fortran-break-before-delimiters):
3825 Give an appropriate safe-local-variable property.
3826
3827 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3828
3829 * printing.el: Move variable definitions before use.
3830 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
3831
3832 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3835 (tpu-edt-off): Use it.
3836 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
3837 the global-map before adding it to global-map.
3838
3839 * menu-bar.el (global-buffers-menu-map): New var.
3840 (global-map, menu-bar-update-buffers): Use it.
3841 * msb.el (msb-menu-bar-update-buffers): Use it.
3842 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3843 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3844 Use with-current-buffer.
3845
3846 2007-10-22 Juri Linkov <juri@jurta.org>
3847
3848 * isearch-multi.el: New file.
3849
3850 * isearch.el (isearch-search-string): After finding the next
3851 occurrence switch to buffer isearch-buffers-current-buffer when
3852 isearch-buffers-next-buffer-function is non-nil and
3853 isearch-buffers-current-buffer is live.
3854
3855 * add-log.el (change-log-mode): Make and set buffer-local variable
3856 isearch-buffers-next-buffer-function to change-log-next-buffer.
3857 Call isearch-buffers-minor-mode.
3858 (change-log-next-buffer): New function.
3859
3860 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
3861
3862 * org-export-latex.el (org-export-latex-protect-string):
3863 Renaming of `org-latex-protect'.
3864 (org-export-latex-emphasis-alist): By default, don't protect
3865 any emphasis formatter from further conversion.
3866 (org-export-latex-tables): Honor column grouping for tables.
3867 (org-export-latex-title-command): New option.
3868 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3869 export backslash character.
3870
3871 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3872
3873 * textmodes/org.el (org-read-date-get-relative): New function.
3874 (org-agenda-file-regexp): New variable.
3875 (org-agenda-files): Allow directories in the variable.
3876 (org-agenda-get-restriction-and-command): New function.
3877 (org-agenda): Use `org-agenda-get-restriction-and-command'.
3878 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
3879 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3880 New functions.
3881 (org-entry-add-to-multivalued-property)
3882 (org-entry-remove-from-multivalued-property)
3883 (org-entry-member-in-multivalued-property): New functions.
3884 (org-remember-apply-template): Catch C-g and make sure window
3885 configuration is restored.
3886 (org-agenda-open-link): Make it work with several links in the line.
3887 (org-drawers, org-set-regexps-and-options)
3888 (org-get-current-options): Add support for a DRAWERS in-buffer option.
3889 (org-agenda-window-frame-fractions): New option.
3890 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3891 (org-columns-cleanup-item, org-find-entry-with-id)
3892 (org-insert-columns-dblock, org-listtable-to-string)
3893 (org-dblock-write:columnview, org-columns-capture-view)
3894 (org-edit-headline): New functions.
3895 (org-agenda-to-appt): Require calendar.
3896 (org-entry-get-with-inheritance): Widen for search.
3897 (org-columns-display-here): Don't mark buffer as modified when
3898 adding space characters to accomodate column overlays.
3899 (org-export-as-html): Better formatting of tags in the toc.
3900 (org-columns-display-here): Make the ITEM column as compact as possible.
3901 (org-remember-templates): Customization interface improved.
3902 (org-export-with-property-drawer): Variable removed.
3903 (org-export-with-drawers): New option.
3904 (org-complex-heading-regexp): New variable.
3905 (org-sort-entries): Rewrite using `sort-subr'.
3906 (org-set-property): More appropriate completion during interactive use.
3907 (org-sort-entries): Allow sorting by property.
3908 (org-additional-option-like-keywords): Add more values.
3909 (org-sort-entries-or-items): Rename from `org-sort-entries'.
3910
3911 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3912
3913 * textmodes/org.el (org-get-date-from-calendar): New function.
3914 (org-at-timestamp-p, org-timestamp-change)
3915 (org-remember-templates): First element of each entry is now a
3916 name for the template.
3917 (org-store-log-note): Check for `org-note-abort'.
3918 (org-kill-note-or-show-branches): New command.
3919 (org-fontify-priorities): New option.
3920 (org-fontify-priorities): New function.
3921 (org-cut-subtree, org-copy-subtree): New argument N to
3922 act on N sequential subtrees.
3923 (org-paste-subtree): Fix the level at which a tree is pasted.
3924 (org-fit-agenda-window): Limitations on window size removed.
3925 (org-agenda-find-same-or-today-or-agenda): Rename from
3926 `org-agenda-find-today-or-agenda'.
3927 (org-scheduled-past-days): New option.
3928 (org-agenda-scheduled-leaders)
3929 (org-agenda-deadline-leaders): New options.
3930 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3931 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3932 (org-export-with-tags, org-export-plist-vars)
3933 (org-infile-export-plist): New "tags" option.
3934 (org-use-property-inheritance): New option.
3935 (org-cached-entry-get): Use `org-use-property-inheritance'.
3936 (org-remember-apply-template): Fix typo.
3937
3938 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
3939
3940 * net/tramp.el (tramp-find-shell)
3941 (tramp-open-connection-setup-interactive-shell): Improve sending
3942 initial commands.
3943 (tramp-action-terminal): Send debug message.
3944 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3945 (tramp-barf-if-no-shell-prompt): Insert code of
3946 `tramp-wait-for-shell-prompt'.
3947
3948 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3951
3952 * term/vt200.el (terminal-init-vt200):
3953 * term/vt201.el (terminal-init-vt201):
3954 * term/vt220.el (terminal-init-vt220):
3955 * term/vt240.el (terminal-init-vt240):
3956 * term/vt300.el (terminal-init-vt300):
3957 * term/vt320.el (terminal-init-vt320):
3958 * term/vt400.el (terminal-init-vt400):
3959 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3960
3961 * term/wyse50.el (wyse50-terminal-map): New var.
3962 (terminal-init-wyse50): Use it and input-decode-map.
3963 (enable-arrow-keys): Emasculate.
3964
3965 * term/tvi970.el (tvi970-terminal-map): New var.
3966 (terminal-init-tvi970): Use it and input-decode-map.
3967 (tvi970-keypad-numeric): Remove.
3968 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3969
3970 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3971 (terminal-init-sun): Use it and input-decode-map.
3972
3973 * term/news.el (terminal-init-news):
3974 * term/lk201.el (terminal-init-lk201):
3975 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3976
3977 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3978
3979 * complete.el (PC-expand-many-files): Remove.
3980 (PC-do-completion): Call file-expand-wildcards instead of
3981 PC-expand-many-files.
3982
3983 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3984 (PC-expand-many-files): Remove advice.
3985
3986 2007-10-22 Glenn Morris <rgm@gnu.org>
3987
3988 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3989 Add some support for Fortran 2003 syntax:
3990 (f90-type-indent): Now also applies to `enum'.
3991 (f90-associate-indent): New user option.
3992 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3993 Add some F2003 keywords.
3994 (f90-constants-re): New constant.
3995 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3996 Interface'.
3997 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3998 `class'. Arguments for `type'/`class' may have spaces. Add a new
3999 element for functions with specified types. Add `end enum' and
4000 `select type'. Add `implicit enumerator' and `procedure'.
4001 Add `class default' and `type is', `class is'. Fix `go to' regexp.
4002 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
4003 (f90-font-lock-keywords-4): Add `f90-constants-re'.
4004 (f90-blocks-re): Add `enum' and `associate'.
4005 (f90-else-like-re): Add `class is', `type is', and `class default'.
4006 (f90-end-type-re): Add `enum'.
4007 (f90-end-associate-re, f90-typeis-re): New constants.
4008 (f90-end-block-re): Add `enum' and `associate'. Change from
4009 optional whitespace to end-of-word, to avoid `enumerator'.
4010 (f90-start-block-re): Add `select type', `abstract interface', and
4011 `enum'. Avoid `type is', and `type (sometype)'.
4012 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
4013 (f90-mode): Doc fix.
4014 (f90-looking-at-select-case): Doc fix. Add `select type'.
4015 (f90-looking-at-associate): New function.
4016 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
4017 Add `enum' and `abstract interface'.
4018 (f90-no-block-limit): Add `select type' and `abstract interface'.
4019 (f90-get-correct-indent, f90-calculate-indent)
4020 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
4021 (f90-indent-region, f90-match-end): Handle `associate' blocks.
4022
4023 2007-10-22 Martin Rudalics <rudalics@gmx.at>
4024
4025 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4026 Use window-full-width-p.
4027
4028 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
4029
4030 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
4031
4032 * tooltip.el: Use featurep 'xemacs.
4033
4034 * printing.el: Move variable definitions before use, no code change.
4035
4036 2007-10-22 Juri Linkov <juri@jurta.org>
4037
4038 * simple.el (goto-history-element): Allow minibuffer-default to be
4039 a list of default values accessible by typing M-n in the minibuffer.
4040
4041 * dired-x.el (dired-guess-shell-command): Put all guesses to the
4042 minibuffer default value list instead of pushing them temporarily
4043 to the history list.
4044
4045 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4046
4047 * hexl.el (hexl-menu): New major mode menu.
4048
4049 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
4052
4053 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4054
4055 * w32-fns.el (w32-quote-process-args):
4056 * dos-w32.el (print-region-function, lpr-headers-switches)
4057 (ps-print-region-function): Pacify byte-compiler.
4058
4059 * emulation/edt-mapper.el (function-key-map):
4060 (edt-map-key): Make it a function instead of using fset.
4061 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
4062 (edt-gnu-map-key, edt-lucid-map-key): Remove.
4063 (edt-x-emacs-p): Remove.
4064 (edt-emacs-variant, edt-window-system, edt-xserver):
4065 Use featurep 'xemacs.
4066
4067 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
4068 Replace eudc-xemacs-p with its definition.
4069 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
4070 (eudc-emacs-mule-p): Remove.
4071 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4072 eudc-xemacs-p with feature tests.
4073
4074 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4075 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4076 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4077 (eudc-bob-toggle-inline-display):
4078 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4079 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4080
4081 * net/eudcb-ph.el (eudc-ph-open-session):
4082 Replace eudc-xemacs-mule-p with its former definition.
4083
4084 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4085 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4086
4087 * progmodes/vera-mode.el (vera-xemacs): Remove.
4088 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4089
4090 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4091 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4092 (vhdl-speedbar-initialize, vhdl-ps-print-init)
4093 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4094 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4095 with (featurep 'xemacs).
4096
4097 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4098 (save-buffer-state-x):
4099 * obsolete/fast-lock.el (fast-lock-verbose):
4100 * emulation/viper-init.el (viper-xemacs-p)
4101 (viper-cond-compile-for-xemacs-or-emacs):
4102 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4103 * ps-print.el (case-fold-search):
4104 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4105 * calculator.el (calculator-help): Use featurep 'xemacs.
4106
4107 * progmodes/prolog.el: Undo previous change.
4108 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4109
4110 * progmodes/dcl-mode.el:
4111 * play/yow.el:
4112 * calendar/todo-mode.el:
4113 * calendar/cal-hebrew.el:
4114 * vc-hg.el: Undo previous change.
4115
4116 * vms-patch.el: Likewise.
4117 (print-region-function): Pacify byte-compiler.
4118
4119 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
4120
4121 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4122 preserve-uid-gid.
4123
4124 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4125 compatibility. It is not used, though.
4126
4127 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4128 Require tramp-cmds.el.
4129 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4130 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4131 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4132 (tramp-do-copy-or-rename-file-out-of-band)
4133 (tramp-maybe-open-connection): Use `make-temp-name'. This is
4134 possible, because we don't need to create the temporary file, but
4135 we need a prefix for ssh, which has its own temporary file handling.
4136 (tramp-handle-delete-directory): Add "-f" to rmdir.
4137 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4138 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4139 a signal, in order to give the callee a chance to suppress.
4140 (tramp-handle-write-region): Set owner also in case of short
4141 track. Don't use compatibility calls for `write-region' anymore.
4142 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
4143 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4144
4145 * net/tramp-cmds.el: New file.
4146
4147 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4148 `tramp-clear-passwd'.
4149
4150 * net/trampver.el: Update release number.
4151
4152 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4153
4154 * progmodes/gud.el (gud-target-name): Move definition before use.
4155
4156 * progmodes/dcl-mode.el: Require imenu at compile time.
4157
4158 * progmodes/cc-engine.el (c-maybe-stale-found-type):
4159 Pacify byte-compiler.
4160
4161 * obsolete/fast-lock.el: Use featurep test instead of string-match.
4162
4163 * eshell/esh-mode.el (eshell-handle-ansi-color):
4164 Require ansi-color at compile time too.
4165
4166 * eshell/em-unix.el (eshell/info): Require info at compile time too.
4167
4168 * w32-fns.el: Require w32-vars.
4169
4170 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4171 time too.
4172
4173 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * double.el ([ignore]): Use `ignore'.
4176 (double-setup): Inline into double-mode.
4177 (double-mode): Use define-minor-mode.
4178
4179 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4180
4181 * textmodes/reftex.el: Move require easymenu before first use.
4182 (reftex-info): Require info at compile too.
4183
4184 * textmodes/org-publish.el (org-publish-org-to-html)
4185 (org-publish-org-to): Require org at compile time too.
4186 (org-publish-attachment): Require at compile time too.
4187
4188 * term/tty-colors.el (w32-tty-standard-colors):
4189 Pacify byte-compiler.
4190
4191 * term/pc-win.el (frame-creation-function-alist): Add to this
4192 instead of setting frame-creation-function.
4193
4194 * play/blackbox.el (bb-up, bb-down): Use forward-line.
4195
4196 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4197
4198 * calendar/todo-mode.el: Require calendar at compile time.
4199
4200 * calendar/cal-hebrew.el: Require holidays at compile time.
4201
4202 * w32-vars.el: Provide w32-vars.
4203
4204 * term/w32-win.el: Require w32-vars.
4205 (w32-color-map): Pacify byte-compiler.
4206
4207 * loadup.el: Load w32-vars before term/w32-win.
4208
4209 2007-10-20 Juri Linkov <juri@jurta.org>
4210
4211 * textmodes/fill.el (fill-paragraph): When the region is active,
4212 don't try other `or' branches regardless of the value returned by
4213 fill-region; just return t.
4214
4215 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4216
4217 * vc.el (vc-do-command): Condition out a misleading message when
4218 running asynchronously.
4219 (vc-deduce-fileset): New argument enables using an unregistered
4220 visited file as a singleton fileset if nothing else is available.
4221 (vc-next-action): Restore file-registering behavior.
4222
4223 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4224
4225 * calc/README: Add recent news.
4226
4227 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
4228
4229 * term/x-win.el (x-gtk-stock-map, icon-map-list)
4230 (x-gtk-map-stock): Delete duplicated definitions from merge.
4231
4232 * progmodes/compile.el (compilation-skip-to-next-location)
4233 (compilation-skip-threshold, compilation-skip-visited):
4234 Move definitions earlier.
4235
4236 * play/decipher.el (decipher-keypress):
4237 * play/zone.el (zone-fall-through-ws):
4238 * play/landmark.el (lm-move-down, lm-move-up):
4239 * play/handwrite.el (handwrite):
4240 * mail/mspools.el (mspools-visit-spool):
4241 * wdired.el (wdired-next-line, wdired-previous-line):
4242 * tar-mode.el (tar-subfile-save-buffer):
4243 * scroll-lock.el (scroll-lock-next-line)
4244 (scroll-lock-previous-line):
4245 * image-dired.el (image-dired-next-line)
4246 (image-dired-previous-line):
4247 * ediff-help.el (ediff-help-message-line-length):
4248 Use forward-line.
4249
4250 * smerge-mode.el (smerge-auto-refine):
4251 * diff-mode.el (diff-auto-refine): Add :group.
4252
4253 * play/yow.el: Require doctor at compile time.
4254
4255 * vmsproc.el: Provide vmsproc.
4256 (command-send-input): Use forward-line.
4257
4258 * vms-patch.el: Require ps-print and vmsproc at compile time.
4259
4260 * vc-mtn.el (log-view-message-re, log-view-file-re)
4261 (log-view-font-lock-keywords): Pacify byte-compiler.
4262
4263 * vc-hg.el: Require log-view at compile time.
4264
4265 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4266
4267 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
4268
4269 2007-10-20 Glenn Morris <rgm@gnu.org>
4270
4271 * progmodes/f90.el (f90-font-lock-keywords-2)
4272 (f90-looking-at-type-like): Fix regexp typos.
4273
4274 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * bs.el (bs--track-window-changes): Don't refresh the whole list.
4277 (bs-mode): Set mode-class property to special.
4278
4279 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * diff-mode.el (diff-auto-refine): New var.
4282 (diff-hunk): Use it.
4283 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
4284 (diff-refine-change): Rename from diff-fine-change. Change it.
4285 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
4286 (diff-refine-hunk): Rename from diff-fine-highlight.
4287
4288 2007-10-20 John Paul Wallington <jpw@pobox.com>
4289
4290 * help-fns.el (describe-variable-custom-version-info): New function
4291 to return variable's version or package version note.
4292 (describe-variable): Use it, display result.
4293
4294 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * smerge-mode.el (smerge-auto-refine): New var.
4297 (smerge-next, smerge-prev): Use it.
4298 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
4299
4300 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4301 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
4302
4303 * vc-bzr.el (vc-bzr-diff-tree):
4304 * vc-git.el (vc-git-diff-tree):
4305 * vc-hg.el (vc-hg-diff-tree):
4306 * vc-mcvs.el (vc-mcvs-diff-tree):
4307 * vc-mtn.el (vc-mtn-diff-tree):
4308 * vc-svn.el (vc-svn-diff-tree): Remove.
4309
4310 * vc-mtn.el (vc-mtn-revision-completion-table):
4311 * vc-cvs.el (vc-cvs-revision-completion-table):
4312 * vc-arch.el (vc-arch-revision-completion-table):
4313 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
4314 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
4315 Make it work when the arg is a list of files.
4316
4317 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
4320 Also `revision-completion-table' now takes a list of files.
4321 (vc-deduce-fileset): Remove unused var `regexp'.
4322 Only obey allow-directory-wildcard in dired buffers.
4323 (vc-default-diff-tree): Remove.
4324 (vc-diff-added-files): New var.
4325 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
4326 (vc-version-diff): Revert from `vc-history-diff' to the original name.
4327 Remove the `backend' arg.
4328 (vc-contains-version-controlled-file): Remove.
4329 (vc-diff): Bring it closer to the version in Emacs-22.
4330 (vc-revert): Fix typo in let-binding.
4331 (vc-default-unregister): Remove.
4332 (vc-dired-buffers-for-dir): Remove N^2 behavior.
4333
4334 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4335
4336 * textmodes/two-column.el (2C-split, 2C-merge):
4337 * textmodes/bib-mode.el (bib-find-key, mark-bib):
4338 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4339 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
4340 * progmodes/ada-xref.el (ada-get-all-references):
4341 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
4342 * emulation/vi.el (vi-previous-line-first-nonwhite)
4343 (vi-effective-range, vi-put-before):
4344 * emulation/edt.el (edt-next-line, edt-previous-line)
4345 (edt-paragraph-forward): Use forward-line.
4346
4347 * progmodes/etags.el (tags-apropos): Require apropos at compile
4348 time too.
4349
4350 * progmodes/prolog.el: Require comint when compiling.
4351 (inferior-prolog-flavor): Move defvar before use.
4352
4353 2007-10-19 Richard Stallman <rms@gnu.org>
4354
4355 * font-core.el (turn-on-font-lock-if-desired):
4356 Rename from `turn-on-font-lock-if-enabled'.
4357 Fully obey `font-lock-global-modes'.
4358
4359 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
4362 which will not affect the behavior of things like forward-word.
4363 (diff-fine-highlight): Preserve point.
4364
4365 * doc-view.el (doc-view-mode-map): Use remapping.
4366 Don't rebind C-v, M-v to their default value.
4367 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
4368
4369 * smerge-mode.el: Add word-granularity refinement.
4370 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
4371 (smerge-refine-weight-hack): New vars.
4372 (smerge-refine-forward): New fun.
4373 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
4374 (smerge-refine-subst): Use them as well. Preserve point.
4375
4376 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4377
4378 * follow.el (follow-unload-function): New function.
4379
4380 * loadhist.el (unload-function-features-list):
4381 Rename from `unload-hook-features-list'.
4382 (unload-hook-features-list): Add as obsolete alias.
4383 (unload-feature): Use `unload-function-features-list'
4384 and new FEATURE-unload-function.
4385
4386 2007-10-19 Glenn Morris <rgm@gnu.org>
4387
4388 * bindings.el (mouse-minor-mode-menu)
4389 (minor-mode-menu-from-indicator): Move to mouse.el.
4390 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4391 Move here from bindings.el.
4392
4393 2007-10-19 Richard Stallman <rms@gnu.org>
4394
4395 * help-fns.el (describe-function-1): Don't use the advice origname
4396 if it has no function definition.
4397
4398 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4399
4400 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
4401 Use `save-restriction' rather than `widen'.
4402
4403 2007-10-18 Richard Stallman <rms@gnu.org>
4404
4405 * time.el (display-time-world-time-format): Display day # not month #.
4406
4407 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4408
4409 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
4410
4411 * doc-view.el: Remove version keyword.
4412 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4413 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
4414 (doc-view-ghostscript-options): Improve custom type.
4415 (doc-view-cache-directory, doc-view-conversion-buffer)
4416 (doc-view-conversion-refresh-interval): Simplify custom type.
4417
4418 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
4419
4420 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4421 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
4422 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4423 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
4424 Remove superfluous messages.
4425 (doc-view-mode-map): Use the image-mode scrolling commands.
4426 Don't rebind C-x k.
4427
4428 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4429
4430 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
4431 Add comment about "-dSAFER".
4432
4433 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * term/xterm.el: Don't require xt-mouse.
4436 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
4437 calling turn-on-xterm-mouse-tracking-on-terminal directly.
4438
4439 * xt-mouse.el: Don't change the global function-key-map anny more.
4440 (xterm-mouse-mode): Use terminal-init-xterm-hook.
4441 Don't use after-make-frame-functions now that term/xterm.el calls
4442 us directly.
4443 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4444 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
4445 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
4446 Setup input-decode-map and remember that xterm-mouse-mode was
4447 enabled in this terminal.
4448 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
4449 terminals where it has been enabled.
4450
4451 * faces.el (tty-create-frame-with-faces): Make sure not only
4452 tty-run-terminal-initialization but also set-locale-environment
4453 are run only once per terminal.
4454 (tty-run-terminal-initialization): Don't check if the terminal was
4455 already initted.
4456
4457 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
4458 not to remove keymaps that just happen to inherit from one of ours.
4459 When setting up our keymap, make sure it won't be accidentally
4460 modified by someone else.
4461
4462 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
4463
4464 * textmodes/artist.el (artist-previous-line, artist-next-line):
4465 * dired.el (dired-next-line, dired-previous-line):
4466 * progmodes/delphi.el (delphi-newline):
4467 * textmodes/org.el (org-columns-eval):
4468 Use forward-line.
4469
4470 * emerge.el (emerge-setup): Use insert-buffer-substring.
4471 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
4472
4473 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
4476 (adaptive-fill-function): Doc fix. Remove * from docstring.
4477
4478 2007-10-18 Tom Horsley <tom.horsley@att.net>
4479
4480 * simple.el (interprogram-paste-function): Doc fix.
4481 (current-kill): Accept list of strings as well
4482 as single string from `interprogram-paste-function'.
4483
4484 2007-10-18 Glenn Morris <rgm@gnu.org>
4485
4486 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
4487
4488 2007-10-18 Drew Adams <drew.adams@oracle.com>
4489
4490 * bindings.el (mode-line-minor-mode-keymap):
4491 Add mouse-minor-mode-menu on mouse-1.
4492 (mode-line-modes): Add mouse-1 to help-echo text.
4493 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4494 New functions.
4495 (mode-line-minor-mode-help): Doc fix.
4496
4497 2007-10-17 Juri Linkov <juri@jurta.org>
4498
4499 * textmodes/fill.el (fill-paragraph-or-region): Remove function
4500 at the request of RMS.
4501 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
4502 arg `region'. Fix docstring. At the first `or' branch add call to
4503 `fill-region' if it the region is active in transient-mark-mode.
4504
4505 * bindings.el (esc-map): Bind M-q to fill-paragraph
4506 instead of fill-paragraph-or-region.
4507
4508 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
4509 with fill-paragraph.
4510
4511 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
4512 Fix docstring.
4513
4514 * indent.el (indent-for-tab-command): Change interactive spec from
4515 "P" to "p". Add check for interactive arg before indenting the
4516 active region.
4517
4518 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
4519 Regroup.
4520
4521 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
4522
4523 * emacs-lisp/find-func.el: Don't require loadhist.
4524
4525 * loadhist.el (feature-symbols, file-provides, file-requires)
4526 (file-set-intersect, file-dependents): Simplify.
4527 (unload-feature-special-hooks): Update list of special hooks.
4528
4529 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
4530
4531 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
4532 extensions since they can be viewed with doc-view.
4533
4534 * files.el (auto-mode-alist): Make doc-view-mode the default mode
4535 for pdf, ps and dvi files.
4536
4537 * doc-view.el: Make doc-view-mode the standard mode for viewing
4538 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
4539 text and image display. Add binding C-c C-e to switch to an
4540 editing mode.
4541 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
4542 avoid security problems when rendering files from untrusted sources.
4543
4544 2007-10-17 Aaron Hawley <aaronh@garden.org>
4545
4546 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
4547 position is not saved.
4548
4549 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
4550
4551 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
4552 (doc-view-ghostscript-options): Fix typo in doc string.
4553
4554 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4555
4556 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
4557 handling, so compilation-fake-loc works again.
4558
4559 * server.el (server-select-display): Nop if we do not support m-f-o-d.
4560 (server-process-filter): Revert last change.
4561
4562 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
4563 behavior unrelated to filesets.
4564
4565 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4566
4567 * longlines.el (longlines-wrap-follows-window-size): Integer value
4568 specifies wrapping margin.
4569 (longlines-mode, longlines-window-change-function):
4570 Set window-specific wrapping margin based on the above.
4571
4572 2007-10-17 John Wiegley <johnw@newartisans.com>
4573
4574 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
4575
4576 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4577
4578 * server.el (server-process-filter): Only set display if X11 is
4579 supported.
4580
4581 2007-10-17 Glenn Morris <rgm@gnu.org>
4582
4583 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4584 Tweak regexp to avoid stack overflow.
4585
4586 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * simple.el (reindent-then-newline-and-indent): Don't assume that
4589 indent-according-to-mode preserves point.
4590
4591 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
4592
4593 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
4594 (bs--nth-wrapper): Simplify.
4595 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
4596 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
4597 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
4598 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
4599 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
4600 (bs-configurations, bs-default-configuration)
4601 (bs-alternative-configuration, bs-cycle-configuration-name)
4602 (bs-string-show-always, bs-string-show-never, bs-string-current)
4603 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
4604 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
4605 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
4606 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
4607 (bs--window-config-coming-from): Revert 2006-11-09 change.
4608 (bs--restore-window-config): Keep the selected frame.
4609 (bs--track-window-changes, bs--remove-hooks): New functions.
4610 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
4611 (bs--create-header): Remove.
4612 (bs--create-header-line): New function, based on `bs--create-header'.
4613 (bs--show-header): Use `bs--create-header-line'.
4614 (bs--show-with-configuration): Revert 2006-11-09 change.
4615 Don't reuse window unless it is visible on the selected frame.
4616 Restore window configuration (possibly in a different frame)
4617 before creating any window.
4618
4619 2007-10-16 Glenn Morris <rgm@gnu.org>
4620
4621 * simple.el (blink-matching-open): Don't report false errors with
4622 the `$' syntax class.
4623
4624 2007-10-16 Richard Stallman <rms@gnu.org>
4625
4626 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
4627 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
4628 (ad-is-advised, ad-get-advice-info-field)
4629 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
4630
4631 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * vc-hooks.el (vc-workfile-version): Compatibility alias.
4634 (vc-default-working-revision): Compatibility for backends.
4635
4636 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4637
4638 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
4639 (filesets-ormap, filesets-sort-case-sensitive-flag)
4640 (filesets-remake-shortcut, filesets-ingroup-collect-files):
4641 Fix typos in docstrings.
4642 (filesets-conditional-sort, filesets-find-or-display-file)
4643 (filesets-data-get-name, filesets-data-get-data)
4644 (filesets-data-set, filesets-cmd-query-replace-getargs)
4645 (filesets-ingroup-collect): Doc fixes.
4646
4647 2007-10-15 Sam Steingold <sds@gnu.org>
4648
4649 * mail/sendmail.el (sendmail-error-reporting-interactive)
4650 (sendmail-error-reporting-non-interactive): New variables for
4651 sendmail error reporting options to simplify support for imperfect
4652 sendmail emulators.
4653 (sendmail-send-it): Use them instead of list literals.
4654
4655 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * help-fns.el: Revert previous change; it creates a
4658 dependency loop between advice.el and help-fns.el.
4659
4660 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4661
4662 * help-fns.el: Require advice when compiling.
4663
4664 2007-10-14 Drew Adams <drew.adams@oracle.com>
4665
4666 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
4667 (ring-insert+extend, ring-remove+insert+extend, ring-member)
4668 (ring-next, ring-previous): New functions.
4669
4670 2007-10-14 Richard Stallman <rms@gnu.org>
4671
4672 * emacs-lisp/advice.el (documentation): Advice deleted.
4673 Doc for advised functions is now handled at C level.
4674 (ad-stop-advice, ad-start-advice): Don't enable or disable
4675 advice for `documentation'.
4676 (ad-advised-definition-docstring-regexp): Var deleted.
4677 (ad-make-advised-definition-docstring): Store orig name
4678 as text property of string.
4679 (ad-advised-definition-p): Check for text property of docstring.
4680
4681 * help-fns.el (describe-function-1): Find source of advised functions.
4682
4683 2007-10-14 Juri Linkov <juri@jurta.org>
4684
4685 * faces.el (describe-face): Allow handling a string as the face name.
4686
4687 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
4688 active region in transient-mark-mode.
4689 (ispell-region): Change messages displayed at the start and end of
4690 the spell-checking to be the same.
4691
4692 * startup.el (fancy-startup-tail): Say exactly what does the button
4693 dismiss ("Dismiss this startup screen"). Use text "Never show
4694 it again" for the checkbox after this button.
4695 (fancy-startup-screen, fancy-about-screen): Put point before the
4696 first link, so the user can quickly select links with the keyboard.
4697 (normal-mouse-startup-screen): Add more useful text describing how
4698 to follow a link.
4699
4700 2007-10-14 Glenn Morris <rgm@gnu.org>
4701
4702 * progmodes/etags.el (select-tags-table): Disable undo in the
4703 `*Tags Table List*' buffer.
4704
4705 2007-10-13 Eli Zaretskii <eliz@gnu.org>
4706
4707 * dired.el (dired-warn-writable): New face.
4708 (dired-warn-writable-face): New variable.
4709 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
4710 of dired-warning-face, for group- and world-writable files.
4711
4712 2007-10-13 Richard Stallman <rms@gnu.org>
4713
4714 * files.el (directory-abbrev-alist): Doc fix.
4715
4716 2007-10-13 Jari Aalto <jari.aalto@cante.net>
4717
4718 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
4719
4720 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4721
4722 * frame.el (set-frame-configuration): Assign name parameter only
4723 if it has been set explicitly before.
4724
4725 2007-10-11 Tom Tromey <tromey@redhat.com>
4726
4727 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
4728 frame is visible.
4729
4730 2007-10-10 Richard Stallman <rms@gnu.org>
4731
4732 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
4733 in *Backtrace*.
4734
4735 * faces.el (face-font-selection-order): Doc fix.
4736
4737 * loadhist.el (unload-feature): Doc fix.
4738
4739 2007-10-13 Glenn Morris <rgm@gnu.org>
4740
4741 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
4742 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4743 Add doc string, and an explicit COUNT argument.
4744 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
4745 `inc' to search functions.
4746
4747 * faces.el (face-spec-set): When FRAME is nil, set the default for
4748 new frames (restores pre-2007-09-17 behavior). Doc fix.
4749
4750 2007-10-13 John W. Eaton <jwe@octave.org>
4751
4752 * progmodes/octave-mod.el (octave-looking-at-kw)
4753 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4754 New functions.
4755 (octave-in-defun-p, calculate-octave-indent)
4756 (octave-blink-matching-block-open, octave-beginning-of-defun)
4757 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
4758 to search for regexps that contain case-sensitive keywords.
4759 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
4760 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
4761
4762 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4763
4764 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
4765 Do not use a single clause cond.
4766
4767 * cus-start.el (all): Use test that does not match the X11 version
4768 for mac.
4769
4770 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
4771
4772 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
4773 BROWSE buffer.
4774
4775 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4776
4777 * cus-start.el (all): Undo previous change.
4778
4779 2007-10-13 Glenn Morris <rgm@gnu.org>
4780
4781 * woman.el (woman0-rename): Fix paren typo.
4782
4783 * mail/feedmail.el (feedmail-run-the-queue)
4784 (feedmail-look-at-queue-directory):
4785 * mail/reporter.el (reporter-dump-state):
4786 * net/eudc-hotlist.el (eudc-edit-hotlist):
4787 * net/eudc.el (eudc-display-records)
4788 (eudc-filter-duplicate-attributes)
4789 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
4790 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
4791 (eudc-bbdb-query-internal):
4792 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
4793 * net/socks.el (socks-build-auth-list):
4794 * progmodes/cc-cmds.el (top level):
4795 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
4796 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
4797 (cperl-write-tags, cperl-tags-treeify):
4798 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
4799 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
4800 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
4801 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
4802 (idlwave-toolbar-remove-everywhere):
4803 * progmodes/idlwave.el (idlwave-indent-line)
4804 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
4805 (idlwave-write-paths, idlwave-all-method-classes)
4806 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
4807 (idlwave-fix-keywords, idlwave-display-calling-sequence)
4808 (idlwave-complete-in-buffer):
4809 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
4810 (org-fast-tag-selection):
4811 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
4812 than mapcar.
4813
4814 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4815
4816 * diff-mode.el (diff-fine-change): Add :group.
4817
4818 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4819
4820 * cus-start.el (all): Use the same test as the 22.2 branch.
4821
4822 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * diff-mode.el (diff-current-defun): Force recomputation of
4825 change-log-default-name.
4826
4827 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * startup.el (fancy-startup-screen): Remove an unnecessary newline
4830 and some leftover logic regarding dedicated frames. If showing
4831 concise startup screen, fit window to buffer.
4832 (command-line-1): If we will be using the splash screen, use
4833 find-file instead of find-file-other-window to find additional files.
4834 Comment out unused code for coping with the old sit-for behavior.
4835
4836 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
4839 `meta' modifier consistently, rather than using sometimes meta
4840 sometimes alt.
4841
4842 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4843
4844 * window.el (handle-select-window): Revert part of 2007-10-08
4845 change setting the input focus.
4846
4847 2007-10-12 Glenn Morris <rgm@gnu.org>
4848
4849 * startup.el (command-line): Do not read abbrev file in batch mode.
4850
4851 * emacs-lisp/byte-opt.el (top level):
4852 * mail/rmail.el (rmail-list-to-menu):
4853 * obsolete/hilit19.el (hilit-mode):
4854 * progmodes/cc-mode.el (c-postprocess-file-styles)
4855 (c-submit-bug-report):
4856 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4857 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4858 (reftex-access-parse-file):
4859 * textmodes/reftex-cite.el (reftex-do-citation)
4860 (reftex-insert-bib-matches):
4861 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4862 * textmodes/reftex-sel.el (reftex-select-unmark):
4863 * textmodes/reftex-toc.el (reftex-toc-do-promote):
4864 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4865
4866 * cus-edit.el (custom-variable-menu, custom-face-menu)
4867 (custom-group-menu): Check init-file-user rather than
4868 user-init-file, in case cus-edit is loaded by site-run-file.
4869
4870 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4871
4872 * vc.el (vc-deduce-fileset): Delete unused code.
4873 (vc-next-action): Fix typos.
4874
4875 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4876
4877 * bs.el (bs--mark-unmark): New function.
4878 (bs-mark-current, bs-unmark-current): Use it.
4879
4880 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4881
4882 * vc.el (vc-diff):
4883 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
4884 temporarily disable the check for his edge case of
4885 vc-diff (stopping it from grinding when called from $HOME), as
4886 it's calling some brittle code in vc-hooks.el.
4887 (with-vc-properties): Fix evaluation time of a macro argument.
4888 * ediff-vers.el (ediff-vc-internal):
4889 * vc-hooks.el:
4890 * loaddefs.el: Follow up on VC terminology change.
4891
4892 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4893
4894 * follow.el (follow-stop-intercept-process-output):
4895 Use `follow-call-process-filter' rather than `process-filter'.
4896 Simplify.
4897
4898 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4899
4900 * vc-hooks.el (vc-registered): Robustify this function a bit
4901 against filenames with no directory component.
4902
4903 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 * international/characters.el: Undo unwanted and unexplained change.
4906
4907 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4908
4909 * ps-print.el: Fix the usage of :foreground and :background face
4910 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
4911 (ps-print-version): New version 6.7.6.
4912 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
4913 Fix code.
4914 (ps-face-foreground-color-p, ps-face-background-color-p)
4915 (ps-face-color-p): New inline funs.
4916
4917 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4918
4919 * textmodes/org.el (org-additional-option-like-keywords): New constant.
4920 (org-complete): Use `org-additional-option-like-keywords'.
4921 (org-parse-local-options): New function.
4922
4923 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4924
4925 * textmodes/org.el (org-in-clocktable-p): New function.
4926 (org-clock-report): Only update the table at point, or insert a new one.
4927 (org-clock-goto): New function.
4928 (org-open-file): Use `start-process-shell-command' instead of
4929 `shell-command' with an ampersand.
4930 (org-deadline, org-schedule): New argument REMOVE to remove the
4931 date from the entry.
4932 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4933 argument to `org-schedule' and `org-deadline'.
4934 (org-trim): Use the correct expressions for beginning and end of
4935 the string.
4936 (org-get-cleaned-entry): Trim the string before returning it.
4937 (org-clock-find-position): New function.
4938 (org-clock-into-drawer): New option.
4939 (org-agenda-tags-column): Rename from
4940 `org-agenda-align-tags-to-column'.
4941 (org-agenda-align-tags): Allow negative values for
4942 `org-agenda-tags-column'.
4943 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4944 (org-agenda-to-appt): New optional argument FILTER.
4945 (org-completion-fallback-command): New variable.
4946 (org-complete): Use `org-completion-fallback-command'.
4947 (org-find-base-buffer-visiting): Catch the case that there is no
4948 buffer visiting the file.
4949 (org-property-or-variable-value): New function.
4950 (org-todo): Use `org-property-or-variable-value'
4951 (org-agenda-compact-blocks): New option.
4952 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4953 (org-agenda-schedule, org-agenda-deadline):
4954 Call `org-agenda-show-new-time'.
4955 (org-agenda-show-new-time): New argument PREFIX.
4956 (org-colgroup-info-to-vline-list): Fix but that cause a
4957 shift in the vertical lines.
4958 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4959 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4960 (org-indent-item): No arg in call to `org-fix-bullet-type'.
4961 (org-fix-bullet-type): Remove argument.
4962 (org-read-date): Check for am/pm twice, to catch the end time.
4963 (org-goto-map): Use `suppress-keymap'.
4964 (org-remember-apply-template): Respect the dynamically scoped
4965 selection character.
4966
4967 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4968
4969 * textmodes/org-export-latex.el (org-export-latex-protect-string):
4970 Renaming of `org-latex-protect'.
4971 (org-export-latex-emphasis-alist): By default, don't protect
4972 any emphasis formatter from further conversion.
4973 (org-export-latex-tables): Honor column grouping for tables.
4974 (org-export-latex-title-command): New option.
4975 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4976 export backslash character.
4977
4978 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * frame.el (frame-inherited-parameters): Remove unused `environment'
4981 parameter, and let server.el add `client' when needed.
4982
4983 * server.el (server-create-tty-frame)
4984 (server-create-window-system-frame): Set frame-inherited-parameters.
4985
4986 * frame.el (frame-inherited-parameters): New var.
4987 (make-frame): Use it.
4988
4989 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4990
4991 * env.el (let-environment): Remove. Unused.
4992 (read-envvar-name): Simplify.
4993 (setenv): Remove unused arg `frame'.
4994
4995 * help-fns.el (describe-variable): Add missing " " for multiline
4996 obsolescence info and missing EOL after global value.
4997
4998 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4999
5000 * add-log.el:
5001 * ediff-vers.el:
5002 * log-view.el:
5003 * pcvs.el:
5004 * vc-arch.el:
5005 * vc-bzr.el:
5006 * vc-cvs.el:
5007 * vc.el:
5008 * vc-git.el:
5009 * vc-hg.el:
5010 * vc-hooks.el:
5011 * vc-mcvs.el:
5012 * vc-mtn.el:
5013 * vc-rcs.el:
5014 * vc-sccs.el:
5015 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
5016 {find,init,next,previous,annotate-*,log}-version ->
5017 {find,init,next,previous,annotate-*,log}-revision,
5018 annotate-focus-version -> annotate-working-revision, The term
5019 'focus' is gone. The term 'revision' is now used consistently
5020 everywhere that reference to a revision ID is intended, replacing
5021 older use of 'version'.
5022
5023 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * follow.el: Change all instances of "Follow Mode" to "Follow
5026 mode" in docstrings and messages.
5027 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
5028
5029 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5030
5031 * vc.el (vc-next-action): Rewrite completely; this principal
5032 entry point now operates on a current fileset selected either
5033 explicitly via VC-Dired or implicitly by visiting a file buffer,
5034 rather than always operating on the file of the current buffer as
5035 in older versions. Rewrite the rest of the mode to match.
5036 (with-vc-properties): Rewrite to operate on a file list.
5037 (with-vc-file): vc-checkin takes a file list argument now.
5038 (vc-post-command-functions): This hook now receives a file list.
5039 (vc-do-command): Take a either a file or a file list as argument.
5040 (vc-deduce-fileset): New function for deducing a file list to
5041 operate on.
5042 (vc-next-action-on-file, vc-next-action-dired): Remove.
5043 Merge into vc-next-action.
5044 (vc-register): Adapt to the fact that vc-start-entry now takes a
5045 file list.
5046 (vc-register-with): New function.
5047 (vc-start-entry): Take a file list argument rather than a
5048 file argument.
5049 (vc-checkout): Cope with vc-start-entry taking a file list.
5050 (vc-steal-lock): Cope with with-vc-properties taking a
5051 file list.
5052 (vc-checkin): Take a file list argument rather than a file argument.
5053 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
5054 (vc-diff-internal): Rewrite for filesets.
5055 (vc-diff-sentinel): New function, tests whether changes were
5056 written into a diff buffer.
5057 (vc-diff): Rewrite for filesets.
5058 (vc-version-diff): Rewrite for filesets.
5059 (vc-print-log): Take a fileset argument.
5060 (vc-revert): Revert the entire selected fileset, not just the
5061 current buffer.
5062 (vc-rollback): Roll back the entire selected fileset, if
5063 possible. No longer accepts a prefix argument.
5064 (vc-update): Merge new changes for the entire selected
5065 fileset, not just the current buffer.
5066 (vc-revert-file): Cope with with-vc-properties taking a file list.
5067 (vc-default-dired-state-info): Add + status suffix if the file is
5068 modified.
5069 (vc-annotate-warp-version): Use the new diff machinery.
5070 (vc-log-edit): Take a file list argument rather than a file argument.
5071
5072 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5073
5074 Sync with Tramp 2.1.11.
5075
5076 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5077 Pacify byte compiler.
5078
5079 * net/trampver.el: Update release number.
5080
5081 2007-10-09 Richard Stallman <rms@gnu.org>
5082
5083 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5084
5085 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5086
5087 * follow.el: Require easymenu.
5088 (follow-mode-hook, follow-mode): Doc fixes.
5089 (follow-mode-off-hook): Mark as obsolete.
5090
5091 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5092
5093 * window.el (mouse-autoselect-window-cancel): Don't cancel for
5094 select-window or select-frame events.
5095 (handle-select-window): When autoselecting window set input
5096 focus. Restructure.
5097
5098 * frame.el (focus-follows-mouse): Move to frame.c.
5099 * cus-start.el (all): Add focus-follows-mouse.
5100
5101 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5102
5103 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5104 activate font-locking in the *buffer-selection* buffer.
5105 (bs-show-sorted): Doc fix.
5106
5107 * bs.el (bs--get-marked-string, bs--get-modified-string)
5108 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5109 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5110 (bs--format-aux): Doc fix.
5111
5112 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5113
5114 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5115
5116 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5117
5118 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5119 (gud-gdb): New function for old M-x gdb (text command mode).
5120 (gud-gdb-command-name, gdb): Move to...
5121
5122 * progmodes/gdb-ui.el: ...here and adapt doc string.
5123 (gud-gdba-command-name, gdba): Delete.
5124
5125 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5126
5127 * bs.el: Don't defvar `font-lock-verbose'.
5128 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5129 (bs--get-file-name): Fix typos in docstrings.
5130 (bs--show-header): Use `dolist' instead of `mapcar'.
5131 (bs-mode): Set `show-trailing-whitespace' to nil.
5132 (bs-buffer-sort-function, bs-mouse-select-other-frame)
5133 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5134 Doc fixes.
5135
5136 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
5137
5138 * progmodes/gud.el (pdb): Specify file for gud-break.
5139
5140 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5141
5142 * progmodes/gud.el (gdb): Make graphical mode the default and
5143 switch to text command mode if appropriate, i.e., reverse previous
5144 arrangement.
5145 (gud-gdb-marker-filter): Adapt for above change.
5146
5147 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5148 gud-minor-mode and gud-marker-filter.
5149 (gdb-fullname-regexp): New variable.
5150 (gud-gdba-marker-filter): Use it to switch to text command
5151 mode if appropriate.
5152
5153 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5154
5155 * progmodes/gud.el (gud-display-line): Find source buffer even when
5156 GUD buffer has its own frame.
5157
5158 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5159
5160 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5161
5162 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5163
5164 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5165
5166 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5167
5168 * allout.el (allout-before-change-handler): Replace got-char by
5169 goto-char.
5170
5171 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5174 Used to try and automatically enabled smerge-mode in the presence of
5175 conflicts and to call `svn resolved' when the conflicts are gone.
5176 (vc-svn-parse-status): Remember the svn-specific status.
5177
5178 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5179
5180 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5181 menu-bar-apropos-menu. All users changed.
5182 (menu-bar-help-menu): Change menu symbols to better match the text
5183 displayed by the menu.
5184
5185 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5186
5187 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5188 #, @, : and ^.
5189
5190 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5191
5192 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5193
5194 * log-view.el (log-view-mode-map): Likewise.
5195
5196 * diff-mode.el (diff-mode-shared-map): Likewise.
5197
5198 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5199
5200 * files.el (file-name-sans-versions): Also allow `A-Z'.
5201
5202 * vc.el: Mention all supported VC backends.
5203
5204 2007-10-08 Richard Stallman <rms@gnu.org>
5205
5206 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5207 neighbouring buttons.
5208
5209 2007-10-08 Andreas Schwab <schwab@suse.de>
5210
5211 * files.el (file-name-sans-versions): Also allow `_'.
5212
5213 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5214
5215 * files.el (file-name-sans-versions): Allow - and a-z in version names.
5216
5217 * log-view.el (log-view-mode-map, log-view-mode-menu):
5218 Bind log-view-annotate-version.
5219 (log-view-beginning-of-defun, log-view-end-of-defun)
5220 (log-view-annotate-version): New functions.
5221 (log-view-mode): Use log-view-beginning-of-defun and
5222 log-view-end-of-defun.
5223
5224 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5227
5228 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5231 neighbouring buttons.
5232
5233 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5234 Recognize gcc's use of "note" for informational messages.
5235
5236 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5239 (css-mode): Update correspondingly.
5240
5241 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5242
5243 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5244 Signed-off-by, Acked-by and Merge.
5245
5246 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * ediff-init.el (ediff-verbose-p): This var is not a constant.
5249
5250 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5251
5252 * vc-mtn.el: New file.
5253
5254 * vc-hooks.el (vc-handled-backends): Add Mtn.
5255
5256 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5257
5258 * files.el (find-file, find-file-other-window)
5259 (find-file-other-frame, find-file-existing, find-file-read-only)
5260 (find-file-read-only-other-window)
5261 (find-file-read-only-other-frame)
5262 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
5263
5264 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5265
5266 * progmodes/gud.el (gdb-ready): New variable.
5267 (gdb): Set it to nil. Set gud-running to nil here...
5268 (gud-common-init): ...instead of here.
5269
5270 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
5271 Use gdb-ready. Discard input until GDB is ready to accept it.
5272
5273 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5274
5275 * dired.el (dired-warning): Inherit from font-lock-warning-face to
5276 make it show up with eight colors.
5277
5278 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
5281 diffs are concatenated with no intervening line.
5282
5283 2007-10-08 Dave Love <fx@gnu.org>
5284
5285 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5286 (python-font-lock-keywords): Update to the 2.5 version of the language.
5287 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5288 (python-backspace): Only behave funny in code.
5289 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5290 (inferior-python-mode): Add PDB prompt regexp.
5291 (python-fill-paragraph): Refine the fenced-string regexp.
5292 (python-find-imports): Handle imports spanning several lines.
5293 (python-mode): Add `class' to hideshow support.
5294
5295 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5298 Use add-log-buffer-file-name-function rather than binding
5299 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
5300 when `fi' is the ChangeLog file itself.
5301
5302 * outline.el (outline-flag-region): Use front-advance.
5303
5304 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
5305
5306 * progmodes/cperl-mode.el: Merge upstream 5.23.
5307 (cperl-where-am-i): Remove function.
5308 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
5309 (cperl-sniff-for-indent): De-invert [string] and [comment].
5310 When looking for label, skip s:m:y:tr.
5311 (cperl-indent-line): Likewise.
5312 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
5313 (cperl-windowed-init): Wrong `ps-print' handling.
5314 Both thanks to Chong Yidong.
5315 (cperl-look-at-leading-count): Could fail with unfinished RExen.
5316 (cperl-find-pods-heres): If the second part of s()[] is missing,
5317 don't try to highlight delimiters...
5318
5319 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * progmodes/compile.el (compilation-get-file-structure): Complete last
5322 change by also using spec-directory in the puthash.
5323
5324 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
5325
5326 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
5327 (vc-bzr-status): Fix shadowing of variable 'status'.
5328 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
5329 Use `expand-file-name' instead of `concat'.
5330 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
5331 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
5332
5333 2007-10-08 Jason Rumney <jasonr@gnu.org>
5334
5335 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
5336
5337 2007-10-08 Richard Stallman <rms@gnu.org>
5338
5339 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
5340 Add `safe-local-variable' property.
5341 (lisp-body-indent): Likewise.
5342
5343 2007-10-08 Richard Stallman <rms@gnu.org>
5344
5345 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
5346 Add doc string.
5347
5348 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5349
5350 * files.el (backup-buffer-copy): Try to overwrite old backup first.
5351
5352 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5353
5354 * repeat.el (repeat): Use last-repeatable-command instead of
5355 real-last-command. Run pre- and post-command hooks for
5356 self-insertion. Update doc-string.
5357
5358 2007-10-08 Alexandre Julliard <julliard@winehq.org>
5359
5360 * vc-git.el (vc-git-state): Call git-add --refresh to update the
5361 state of the file.
5362 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
5363 (vc-git-create-repo): Fix invalid command.
5364
5365 2007-10-08 Richard Stallman <rms@gnu.org>
5366
5367 * textmodes/flyspell.el (flyspell-mode):
5368 Catch errors in flyspell-mode-on.
5369
5370 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5371
5372 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
5373
5374 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * international/encoded-kb.el (encoded-kbd-setup-display):
5377 Use input-decode-map rather than local-key-translation-map.
5378
5379 * term/rxvt.el (rxvt-alternatives-map): New map.
5380 (terminal-init-rxvt): Use it.
5381 Bind rxvt-function-map in input-decode-map.
5382
5383 * term/xterm.el (xterm-alternatives-map): New map.
5384 (terminal-init-xterm): Use it.
5385 Bind xterm-function-map in input-decode-map.
5386
5387 * term/x-win.el (x-alternatives-map): New var.
5388 (x-setup-function-keys): Use it.
5389
5390 * help-fns.el (describe-variable): Slightly change the layout of
5391 meta-info to separate it better from the docstring.
5392 Standardize insertion of extra empty lines in various circumstances.
5393
5394 * diff-mode.el (diff-hunk-style): New fun.
5395 (diff-end-of-hunk): Use it.
5396 (diff-context->unified): Use the new `apply' undo element,
5397 if applicable, so as to save undo-log space.
5398 (diff-fine-change): New face.
5399 (diff-fine-highlight-preproc): New function.
5400 (diff-fine-highlight): New command.
5401 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
5402
5403 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
5404 (smerge-refine-highlight-change): Add `props' argument.
5405 (smerge-refine-subst): New function holding most of smerge-refine.
5406 (smerge-refine): Use it.
5407
5408 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
5409
5410 * vc.el (vc-default-wash-log): Remove unused code, the
5411 log washers all live in the backends now.
5412 (vc-default-comment-history): Correct for the fact
5413 that wash-log is argumentless in the new API.
5414
5415 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
5416
5417 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
5418 (tramp-maybe-send-script): Apply `member' but `memq'.
5419 (tramp-advice-file-expand-wildcards): Simplify implementation.
5420
5421 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5422
5423 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
5424
5425 * mb-depth.el (minibuf-depth-indicator-function): New variable.
5426 (minibuf-depth-setup-minibuffer): Use it.
5427
5428 2007-10-07 Glenn Morris <rgm@gnu.org>
5429
5430 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
5431 version numbers.
5432
5433 2007-10-06 Juri Linkov <juri@jurta.org>
5434
5435 * textmodes/fill.el (fill-paragraph-or-region): New function.
5436
5437 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
5438 instead of fill-paragraph.
5439
5440 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
5441 with fill-paragraph-or-region. Suspend command is now the same
5442 `suspend-frame' on window systems and on tty.
5443
5444 * image.el (image-type): Check if image-types is bound to not fail
5445 on tty.
5446
5447 * delsel.el (delete-selection-pre-hook):
5448 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
5449 is fbound to not fail on mouseless tty.
5450
5451 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
5452
5453 * net/tramp.el (top): Move loading of tramp-util.el and
5454 tramp-vc.el to tramp-compat.el.
5455 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
5456 temporary file if possible, in order to avoid a security hole.
5457 (tramp-do-copy-or-rename-file-out-of-band)
5458 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
5459 with DONT-CREATE, because the connection is not setup yet.
5460 (tramp-handle-process-file): Rewrite temporary file handling.
5461 (tramp-completion-mode): New defvar.
5462 (tramp-completion-mode-p): Use it.
5463
5464 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
5465
5466 * net/tramp-fish.el (tramp-fish-handle-process-file):
5467 Rewrite temporary file handling.
5468
5469 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5470
5471 * vc.el: Workfile version -> focus version change. Port various
5472 comments from new VC to reduce the noise in the diff.
5473 Patch in the new vc-create-repo function to go with the
5474 header comment about it already present.
5475 There are no changes to existing logic in this patch.
5476 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
5477
5478 2007-10-06 Aaron Hawley <aaronh@garden.org>
5479
5480 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
5481
5482 2007-10-05 Chris Moore <dooglus@gmail.com>
5483
5484 * server.el (server-kill-new-buffers): Doc fix.
5485
5486 2007-10-05 John W. Eaton <jwe@octave.org>
5487
5488 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
5489 (octave-begin-keywords): Add "do".
5490 (octave-end-keywords): Remove "end".
5491 (octave-reserved-words): Add "end". Remove "all_va_args",
5492 "gplot", and 'gsplot".
5493 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
5494 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
5495 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
5496 "default_return_value", "define_all_return_values",
5497 "do_fortran_indexing", "empty_list_elements_ok",
5498 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
5499 "ok_to_lose_imaginary_part", "prefer_column_vectors",
5500 "prefer_zero_one_indexing", "propagate_empty_matrices",
5501 "resize_on_range_error", "treat_neg_dim_as_zero",
5502 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
5503 "warn_divide_by_zero", "warn_function_name_clash",
5504 "warn_missing_semicolon", "whitespace_in_literal_matrix".
5505 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
5506 "crash_dumps_octave_core", "sighup_dumps_octave_core",
5507 "sigterm_dumps_octave_core".
5508 (octave-block-match-alist): Remove "end" from block-end keywords.
5509 (octave-mode): Update ftp site address.
5510
5511 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5512
5513 * vc.el: Reorder functions, no code changes.
5514
5515 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
5516
5517 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
5518 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
5519 the cond clauses where needed.
5520 (tramp-handle-write-region): Rearrange code for proper handling of
5521 tmpfile.
5522
5523 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
5524
5525 * net/tramp.el:
5526 * net/tramp-fish.el:
5527 * net/tramp-ftp.el:
5528 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
5529 `tramp-compat-make-temp-file'.
5530
5531 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
5532
5533 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
5534
5535 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
5538 already uses a more recent copyright version than the "current" one.
5539
5540 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5541
5542 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
5543 (doc-view-insert-image): Minor aesthetical docstring changes.
5544
5545 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
5546
5547 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
5548 completing filename.
5549 (doc-view-search-internal): Docstring change.
5550
5551 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
5552
5553 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
5554 (tramp-file-name-handler-alist):
5555 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
5556 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
5557 used before, creates the file already, which is not desired.
5558 (tramp-do-copy-or-rename-file-directly): Simplify handling of
5559 temporary file.
5560 (tramp-handle-insert-file-contents): Assign the result in the
5561 short track case.
5562 (tramp-handle-insert-file-contents-literally): New defun.
5563 (tramp-completion-mode-p): Revert change from 2007-09-24.
5564 Checking for `return' etc as last character is not sufficient, for
5565 example in dired-mode when entering <g> (revert-buffer) or
5566 <s> (dired-sort).
5567
5568 * net/tramp-compat.el (top): Add also compatibility code for loading
5569 appropriate timer package.
5570 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
5571 order to avoid autoloading problems.
5572
5573 * net/tramp-fish.el:
5574 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
5575
5576 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
5577 where the second parameter of `copy-file' or `rename-file' is a
5578 remote file but not via ftp.
5579
5580 2007-10-02 Richard Stallman <rms@gnu.org>
5581
5582 * frame.el (cursor-in-non-selected-windows): Doc fix.
5583
5584 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5585
5586 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
5587 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
5588
5589 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
5590
5591 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
5592 when `expt' doesn't give range errors.
5593
5594 2007-10-01 Markus Triska <markus.triska@gmx.at>
5595
5596 * calc/calc-math.el (math-smallest-emacs-expt):
5597 Make the computation more robust.
5598
5599 2007-09-30 David Kastrup <dak@gnu.org>
5600
5601 * startup.el (argv): Alias for `command-line-args-left' to use as
5602 `(pop argv)' inside of --eval command sequences. Allows for
5603 passing shell commands into Emacs verbatim without need for Lisp
5604 quoting.
5605
5606 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
5607 check only for changed size.
5608 (auto-revert-tail-handler): Get size from caller. If the file has
5609 shrunk, tail the whole file again (the file presumably has been
5610 rewritten).
5611
5612 * woman.el (woman-topic-all-completions, woman-mini-help):
5613 Fix fallout from 2007-09-07 introduction of `dolist' when the list
5614 actually was being manipulated in the loop.
5615 (woman-Cyg-to-Win, woman-pre-process-region)
5616 (woman-horizontal-escapes, woman-if-body, woman-unescape)
5617 (woman-strings, woman-special-characters, woman1-hc)
5618 (woman-change-fonts, woman-find-next-control-line):
5619 Use `match-beginning' rather than `match-string' when the result is
5620 just used as a flag.
5621
5622 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
5623
5624 * net/tramp-compat.el: New file.
5625
5626 * net/tramp.el:
5627 * net/tramp-fish.el:
5628 * net/tramp-smb.el:
5629 * net/tramp-uu.el:
5630 * net/trampver.el: Move compatibility code to tramp-compat.el.
5631 Apply `mapc' instead of `mapcar' when the code needs side effects
5632 only. Move utf-8 coding cookie to the second line.
5633
5634 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
5635
5636 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
5637 Improve custom type.
5638 (icon-map-list): Make it customizable. Document how to disable
5639 stock icons.
5640
5641 2007-09-30 Richard Stallman <rms@gnu.org>
5642
5643 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
5644
5645 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5646
5647 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5648
5649 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
5652 (t-mouse-mode): New compatibility alias.
5653
5654 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5655
5656 * server.el (server-delete-client): Only delete the terminal if it
5657 is non-nil.
5658
5659 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
5660
5661 * net/tramp.el (with-file-property, with-connection-property):
5662 Highlight as keyword.
5663 (tramp-rfn-eshadow-setup-minibuffer)
5664 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5665 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
5666 (tramp-do-copy-or-rename-file-directly)
5667 (tramp-do-copy-or-rename-file-out-of-band)
5668 (tramp-handle-shell-command, tramp-get-debug-buffer)
5669 (tramp-send-command-and-read, tramp-equal-remote)
5670 (tramp-get-local-gid): Pacify byte-compiler.
5671 (tramp-handle-file-name-directory): Result shall not be expanded.
5672 (tramp-find-foreign-file-name-handler): Rewrite.
5673 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
5674
5675 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
5676
5677 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5678 Apply `tramp-completion-mode-p'.
5679 (tramp-fish-handle-set-file-times)
5680 (tramp-fish-handle-executable-find)
5681 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
5682 (tramp-fish-retrieve-data): Pacify byte-compiler.
5683
5684 * net/tramp-gw.el (tramp-gw-basic-authentication):
5685 Call `tramp-read-passwd' with first parameter `nil'.
5686
5687 2007-09-28 Glenn Morris <rgm@gnu.org>
5688
5689 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
5690 than mapcar.
5691
5692 * textmodes/tex-mode.el (tex-suscript-height-ratio)
5693 (tex-suscript-height-minimum): New customizable variables.
5694 (tex-suscript-height): New function.
5695 (superscript, subscript): Set height using tex-suscript-height
5696 rather than fixing at 0.8.
5697 (tex-fontify-script, tex-font-script-display): Add :version tag.
5698
5699 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * progmodes/python.el (python-eldoc-function): Doc fix.
5702
5703 2007-09-27 Glenn Morris <rgm@gnu.org>
5704
5705 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
5706 image if it is not in image-type-auto-detectable, or is there with
5707 a nil value.
5708
5709 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
5710
5711 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
5712 connection more robust.
5713
5714 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5715
5716 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
5717 Deal with the case that special &keywords are at the beginning or
5718 end of the argument list. Also add some (incomplete) support for
5719 non-standard arglists.
5720
5721 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5722
5723 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
5724 (eldoc-message-commands, eldoc-current-idle-delay)
5725 (eldoc-function-argstring-format): Fix typos in docstrings.
5726
5727 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
5728
5729 * calc/calc-units.el (calc-convert-units)
5730 (calc-convert-temperature): Remove unnecessary colons.
5731
5732 2007-09-26 Bastien Guerry <bzg@altern.org>
5733
5734 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
5735 New function.
5736 (org-export-latex-remove-from-headlines): Name changed because of typo.
5737 (org-export-latex-quotation-marks-convention): Option removed.
5738 (org-export-latex-make-preamble): Handle the DATE option.
5739 (org-export-latex-cleaned-string): Now the only cleaning function,
5740 synched up with org.el.
5741 (org-export-latex-lists, org-export-latex-parse-list)
5742 (org-export-list-to-latex): New functions.
5743
5744 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5745
5746 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
5747 (org-outline-regexp): New constant.
5748 (org-remember-handler): Throw error when the target file is not in
5749 org-mode.
5750 (org-cleaned-string-for-export): No longer call
5751 `org-export-latex-cleaned-string' with an argument.
5752 (org-get-tags): Returns now a list, not a string.
5753 (org-get-tags-string): New function.
5754 (org-archive-subtree): No need to split return of `org-get-tags'.
5755 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
5756 instead of `org-get-tags'.
5757 (org-agenda-format-date): Rename from `org-agenda-date-format'.
5758 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
5759 (org-compatible-face): New argument INHERITS. Inherit from this
5760 face if possible.
5761 (org-level-1, org-level-2, org-level-3, org-level-4)
5762 (org-level-5, org-level-6, org-level-7, org-level-8)
5763 (org-special-keyword, org-drawer, org-column, org-warning)
5764 (org-archived, org-todo, org-done, org-headline-done, org-table)
5765 (org-formula, org-code, org-agenda-structure)
5766 (org-scheduled-today, org-scheduled-previously)
5767 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
5768 in the new way.
5769 (org-get-heading): New argument NO-TAGS.
5770 (org-fast-tag-selection-include-todo): Made defvar instead of
5771 defcustom, feature is not deprecated.
5772 (org-remember-store-without-prompt): New default value t.
5773 (org-todo-log-states): New variable.
5774 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
5775 Compute the log states.
5776 (org-goto-map): More commands copied from global map. Also bind
5777 `org-occur'.
5778 (org-goto): Made into a general lookup command.
5779 (org-get-location): Complete rewrite.
5780 (org-goto-exit-command): New variable.
5781 (org-goto-selected-point): New variable.
5782 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
5783 Set the new variables.
5784 (org-paste-subtree): Whitespace insertion strategy revised.
5785 (org-remember-apply-template): Protect v-A from the possibility
5786 that v-a might be nil.
5787 (org-remember-handler): Insertion rules revised.
5788 (org-todo): Respect org-todo-log-states.
5789 (org-up-heading-safe): New function.
5790 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5791
5792 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5793
5794 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5795 region if in transient-mark-mode.
5796
5797 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * calc/calc-ext.el (calc-init-extensions, calc-reset):
5800 * calc/calc-help.el (calc-full-help):
5801 * calc/calc-misc.el (another-calc):
5802 * calc/calc-store.el (calc-var-name-map):
5803 * calc/calc-stuff.el (calc-flush-caches):
5804 * calc/calc-units.el (math-build-units-table):
5805 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5806 (calc-quit):
5807 * calendar/icalendar.el (icalendar--format-ical-event)
5808 (icalendar--convert-ical-to-diary):
5809 * emacs-lisp/authors.el (authors):
5810 * emacs-lisp/cust-print.el (custom-print-install)
5811 (custom-print-uninstall):
5812 * emacs-lisp/disass.el (disassemble-1):
5813 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5814 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5815 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5816 (elint-check-let-form, elint-check-condition-case-form)
5817 (elint-initialize):
5818 * emacs-lisp/elp.el (elp-results):
5819 * emacs-lisp/generic.el (generic-mode-internal):
5820 * emacs-lisp/re-builder.el (reb-delete-overlays):
5821 * emacs-lisp/regi.el (regi-interpret):
5822 * emacs-lisp/sregex.el (sregex--char-aux):
5823 * emulation/cua-rect.el (cua--deactivate-rectangle)
5824 (cua--highlight-rectangle, cua--rectangle-post-command):
5825 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5826 * emulation/viper-macs.el (viper-describe-kbd-macros)
5827 (viper-describe-one-macro):
5828 * emulation/viper-util.el (viper-setup-master-buffer):
5829 * emulation/viper.el (set-viper-state-in-major-mode):
5830 * international/mule-diag.el (describe-current-coding-system):
5831 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5832 * mail/emacsbug.el (report-emacs-bug):
5833 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5834 * obsolete/hilit19.el (hilit-unhighlight-region)
5835 (hilit-set-mode-patterns):
5836 * play/solitaire.el (solitaire-check, solitaire-solve):
5837 * play/zone.el (zone-pgm-rotate):
5838 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5839 * progmodes/ada-prj.el (ada-prj-display-page):
5840 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5841 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5842 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5843 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5844 * progmodes/sh-script.el (sh-make-vars-local)
5845 (sh-reset-indent-vars-to-global-values):
5846 * progmodes/sql.el (top):
5847 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5848 * progmodes/xscheme.el (top):
5849 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5850 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5851 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5852 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5853 (artist-submit-bug-report):
5854 * textmodes/flyspell.el (flyspell-delay-commands)
5855 (flyspell-deplacement-commands):
5856 * textmodes/table.el (table--generate-source-epilogue, table-insert)
5857 (table--generate-source-cells-in-a-row, table--make-cell-map)
5858 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5859
5860 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
5861
5862 * allout.el (produce-allout-mode-map, allout-process-exposed):
5863 * ansi-color.el (ansi-color-make-color-map):
5864 * autoinsert.el (auto-insert):
5865 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5866 * dired-aux.el (dired-create-files):
5867 * dired.el (dired-restore-desktop-buffer):
5868 * ediff-diff.el (ediff-setup-fine-diff-regions):
5869 * ediff-mult.el (ediff-intersect-directories)
5870 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5871 (ediff-redraw-registry-buffer):
5872 * ediff-ptch.el (ediff-fixup-patch-map):
5873 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5874 (ediff-really-quit, ediff-clear-diff-vector):
5875 * emerge.el (emerge-really-quit):
5876 * ffap.el (ffap-replace-file-component):
5877 * filecache.el (file-cache-add-directory)
5878 (file-cache-add-directory-recursively)
5879 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5880 (file-cache-delete-directory, file-cache-files-matching-internal)
5881 (file-cache-display):
5882 * files.el (cd):
5883 * find-lisp.el (find-lisp-insert-directory):
5884 * finder.el (finder-compile-keywords):
5885 * help.el (view-emacs-news):
5886 * hi-lock.el (hi-lock-write-interactive-patterns):
5887 * ido.el (ido-to-end, ido-set-matches-1):
5888 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5889 (image-dired-mark-tagged-files):
5890 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5891 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5892 * ps-print.el (ps-background, ps-begin-file)
5893 (ps-build-reference-face-lists):
5894 * simple.el (clone-buffer):
5895 * startup.el (command-line):
5896 * tempo.el (tempo-insert-template, tempo-is-user-element)
5897 (tempo-forward-mark, tempo-backward-mark):
5898 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5899
5900 2007-09-25 Glenn Morris <rgm@gnu.org>
5901
5902 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5903
5904 * view.el (view-search-no-match-lines): Add a doc string.
5905 Rewrite to simplify and work better.
5906
5907 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5908
5909 * progmodes/cc-mode.el (c-mode-base-map):
5910 Use c-indent-line-or-region instead of c-indent-line.
5911
5912 * indent.el (indent-for-tab-command): First check if the region is
5913 active.
5914
5915 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5916
5917 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5918 whitespace-rescan-timer-time is 0.
5919
5920 2007-09-24 Karl Berry <karl@gnu.org>
5921
5922 * international/mule.el (coding-system-base): Fix doc string grammar.
5923
5924 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * net/tramp.el (tramp-completion-mode-p): Rename from
5927 `tramp-completion-mode'. Revert logic, check `return', `newline'
5928 and such alike. Packages like Icicles tend to use other completion
5929 characters but `tab' and `space' only.
5930
5931 2007-09-24 Adam Hupp <adam@hupp.org>
5932
5933 * progmodes/python.el (run-python): Import emacs module without
5934 waiting; prevents lockup on error.
5935
5936 2007-09-23 Richard Stallman <rms@gnu.org>
5937
5938 * mail/sendmail.el (mail-bury): Delete the frame
5939 if this frame looks like it was made for this message.
5940
5941 * completion.el (completion-separator-self-insert-command)
5942 (completion-separator-self-insert-autofilling):
5943 If `self-insert-command' has been remapped, use the substitute.
5944
5945 * simple.el (copy-region-as-kill): Doc fix.
5946
5947 * textmodes/org.el (org-confirm-shell-link-function)
5948 (org-confirm-elisp-link-function): Doc fixes.
5949
5950 2007-09-23 Glenn Morris <rgm@gnu.org>
5951
5952 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5953
5954 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5955
5956 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5957
5958 * term/tvi970.el (terminal-init-tvi970): Likewise.
5959
5960 * term/sun-mouse.el (print-mouse-format): Likewise.
5961
5962 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5963 Use forward-line instead of previous-line and next-line.
5964
5965 2007-09-22 Juri Linkov <juri@jurta.org>
5966
5967 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5968
5969 * tutorial.el (tutorial--default-keys): Update standard bindings:
5970 rename `iconify-or-deiconify-frame' to `suspend-frame',
5971 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5972
5973 2007-09-22 Juri Linkov <juri@jurta.org>
5974
5975 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5976 Add help-echo to external links and to links without description.
5977 (fancy-splash-insert): Use help-echo from the 3rd element of the
5978 link specification list, or "Follow this link" if it's nil. Doc fix.
5979
5980 2007-09-22 Juri Linkov <juri@jurta.org>
5981
5982 * startup.el (command-line): Rename `inhibit-startup-message' to
5983 `inhibit-startup-screen'.
5984 (fancy-about-text): Use shorter label for "Ordering Manuals".
5985 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5986 is nil, display a line with "To start..." and 3 links to useful
5987 tasks. Display the "Dismiss" button and "Don't show this message
5988 again" only when concise is non-nil.
5989 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5990 arg `concise'. If CONCISE is non-nil, display a concise version
5991 of the splash screen in another window. Otherwise, switch to the
5992 startup buffer in the same window.
5993 (startup-echo-area-message): Change displayed binding from
5994 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5995 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5996 the GNU system".
5997 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5998 to "*GNU Emacs*".
5999 (display-about-screen): Don't check the existence of the buffer
6000 "*About GNU Emacs*".
6001 (display-splash-screen): Make alias to `display-startup-screen'.
6002 (command-line-1): Rename `inhibit-startup-message' to
6003 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
6004 started with command line options "-f", "-funcall", "-e", "-eval",
6005 "-execute", "-insert", "-find-file", "-file", "-visit".
6006 Inhibit startup screen when Emacs is started with a file name only
6007 on tty (i.e. don't inhibit it when started with a file name like
6008 "emacs FILE..." on a window system).
6009 (command-line-1): Simplify logic of displaying the startup screen:
6010 if file-count > 0, then display the concise version in another
6011 window, otherwise display full version in the same window.
6012
6013 * help.el (help-map): Bind C-h C-a to about-emacs.
6014 (help-for-help-internal): Add C-a description to C-h help text.
6015
6016 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6017
6018 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
6019 (checkdoc-permit-comma-termination-flag): Autoload the
6020 safe-local-variable setting.
6021
6022 * bookmark.el (bookmark-xemacsp): Remove.
6023 (bookmark-make): Don't use bookmark-xemacsp,
6024 use (featurep 'xemacs) instead.
6025
6026 * speedbar.el (speedbar-frame-mode)
6027 (speedbar-frame-reposition-smartly)
6028 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6029 (speedbar-check-vc): Remove use of non-existent variable
6030 dframe-xemacsp, use (featurep 'xemacs) instead.
6031
6032 * indent.el (indent-for-tab-command): Indent the region if
6033 transient-mark-mode and the region is active.
6034
6035 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
6036
6037 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
6038 add inferior-octave-directory-tracker to the buffer-local value
6039 of comint-input-filter-functions.
6040
6041 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6042
6043 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
6044
6045 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
6046
6047 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
6048 on w32 frames.
6049
6050 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * startup.el (normal-top-level): Remove DISPLAY from
6053 process-environment to let it be computed dynamically in callproc.c.
6054
6055 * frame.el (frame-initialize, make-frame):
6056 * faces.el (tty-set-up-initial-frame-faces):
6057 * env.el (setenv): Don't set display-environment-variable.
6058
6059 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
6060 (server-create-tty-frame): Don't set unused `tty' property.
6061 Set `display' instead of display-environment-variable.
6062 (server-create-window-system-frame): No display-environment-variable.
6063
6064 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
6065
6066 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
6067 (rfn-eshadow-update-overlay-hook): New defvars.
6068 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
6069 Run the hooks.
6070
6071 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6072 (tramp-rfn-eshadow-setup-minibuffer)
6073 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
6074 rfn-eshadow.el.
6075
6076 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6077 timeout.
6078
6079 2007-09-21 Glenn Morris <rgm@gnu.org>
6080
6081 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6082 * term/sun-mouse.el (suspend-emacstool): Remove.
6083 * term/sun.el: Remove emacstool-related code.
6084
6085 * emacs-lisp/bytecomp.el (byte-compile-warnings)
6086 (byte-compile-warnings-safe-p): Add `mapcar'.
6087 (byte-compile-warning-types): Add mapcar and make-local.
6088 (byte-compile-normal-call): Add option to suppress mapcar warning.
6089 (top-level): Use mapc rather than mapcar in eval-when-compile.
6090
6091 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6092 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6093 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6094 Handle escaped parens.
6095 (latex-forward-sexp): Doc fix.
6096
6097 * eshell/esh-mode.el (eshell-output-filter-functions):
6098 Add eshell-postoutput-scroll-to-bottom.
6099
6100 * loadup.el: Remove termdev.
6101
6102 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6103 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6104
6105 2007-09-21 Markus Triska <markus.triska@gmx.at>
6106
6107 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6108 `mapcar' is called for effect.
6109
6110 2007-09-21 Kevin Ryde <user42@zip.com.au>
6111
6112 * international/mule.el (sgml-html-meta-auto-coding-function):
6113 Bind `case-fold-search' to t.
6114
6115 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * termdev.el: Remove.
6118
6119 * frame.el (get-device-terminal): New function. Moved from termdev.el.
6120 (frames-on-display-list): Use it.
6121
6122 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6123
6124 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6125
6126 2007-09-20 Richard Stallman <rms@gnu.org>
6127
6128 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6129
6130 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6133
6134 2007-09-20 Glenn Morris <rgm@gnu.org>
6135
6136 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6137 motion functions, rather than hard-coding "\n\n".
6138 (tex-validate-region): Check for eobp, to speed up.
6139 (tex-next-unmatched-end): Doc fix.
6140
6141 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * files.el (auto-mode-alist): Use archive-mode for .rar files.
6144
6145 * international/mule.el (auto-coding-alist): Rar archives are binary.
6146
6147 * arc-mode.el: Add basic support for Rar.
6148 (archive-find-type): Recognize Rar's signature.
6149 (archive-desummarize): New fun.
6150 (archive-summarize): Use it to restore the buffer's data in case
6151 someone wants to switch to some other major mode.
6152 (archive-resummarize): Use it as well.
6153 (archive-rar-summarize, archive-rar-extract): New functions.
6154
6155 * filesets.el: Remove spurious * in docstrings.
6156 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
6157 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6158 (filesets-ingroup-collect): Remove unused arg `depth'.
6159 (filesets-update): Remove unused arg `version'.
6160
6161 * finder.el (finder-compile-keywords): Fix up comment style.
6162 (finder-mouse-face-on-line): previous-line -> forward-line.
6163
6164 * recentf.el: Remove spurious * in docstrings.
6165 (recentf-save-list): Fix up comment style.
6166
6167 * progmodes/octave-mod.el: Remove spurious * in docstrings.
6168 (octave-mode-map): Move init into declaration and remove \t binding.
6169 (octave-mode-startup-message): Remove unused var.
6170 (octave-scan-blocks): Remove unused arg `from'.
6171 (octave-forward-block, octave-down-block, octave-up-block):
6172 Update callers.
6173
6174 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6175 (meta-mode-map): Likewise and remove \t binding.
6176
6177 * net/snmp-mode.el: Remove spurious * in docstrings.
6178 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6179 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6180 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6181 that completion accepts lists of strings.
6182 (snmp-mode-syntax-table): Move initialization into declaration.
6183 (snmp-mode-map): Likewise and remove \t binding.
6184 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6185 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6186 (snmp-indent-command): Remove.
6187
6188 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6189 binding, so tab-always-indent works right.
6190
6191 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
6192
6193 * net/browse-url.el (browse-url-elinks-new-window): New function.
6194 (browse-url-elinks): Use browse-url-elinks-new-window.
6195 Accept optional second argument `new-window'. Fix typo in doc-string.
6196 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6197 Improve error message.
6198
6199 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6200
6201 * net/browse-url.el (browse-url-url-encode-chars): Use the right
6202 parameter name in the function body.
6203 Reported by Johannes Weiner.
6204
6205 2007-09-19 Glenn Morris <rgm@gnu.org>
6206
6207 * net/socks.el (socks-open-network-stream): Signal an explicit
6208 error if the port associated with a service string can't be found.
6209
6210 * textmodes/tex-mode.el (tex-terminate-paragraph):
6211 Use backward-paragraph.
6212
6213 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * server.el (server-running-p): New function.
6216
6217 2007-09-18 Jason Rumney <jasonr@gnu.org>
6218
6219 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6220 x-focus-frame.
6221
6222 * frame.el (select-frame-set-input-focus, select-frame-by-name):
6223 Use x-focus-frame for w32.
6224
6225 2007-09-17 David Kastrup <dak@gnu.org>
6226
6227 * textmodes/tex-mode.el (tex-verbatim-environments):
6228 Eliminate CL dependency.
6229
6230 2007-09-17 Richard Stallman <rms@gnu.org>
6231
6232 * newcomment.el (comment-add): New arg EXTRA.
6233 (comment-region-default): Pass EXTRA if not indenting lines.
6234
6235 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6236
6237 * net/browse-url.el (browse-url-url-encode-chars): New function.
6238 URL-encode some chars in a string.
6239 (browse-url-encode-url): Rewrite using the previous function.
6240 (browse-url-file-url): Use `browse-url-url-encode-chars'.
6241 (browse-url-elinks-sentinel): Fix typo.
6242 (browse-url-new-window-flag): Doc change.
6243
6244 2007-09-17 Glenn Morris <rgm@gnu.org>
6245
6246 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6247 filename from `--file-line-error', if it is available.
6248
6249 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6250
6251 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
6252 TeX `--file-line-error' format.
6253
6254 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6255
6256 * xt-mouse.el: Delete add-hook calls that were moved to
6257 xterm-mouse-mode.
6258 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
6259 does not work.
6260
6261 2007-09-17 Richard Stallman <rms@gnu.org>
6262
6263 * cus-face.el (custom-theme-set-faces): Undo previous change.
6264
6265 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
6266
6267 2007-09-17 Glenn Morris <rgm@gnu.org>
6268
6269 * textmodes/tex-mode.el (tex-region): Simplify previous change,
6270 handling the case where the region is not in `tex-main-file'.
6271 (tex-region-1): Delete.
6272 (tex-region-header): New function, doing the header part of the
6273 old tex-region-1.
6274
6275 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * simple.el (newline): Simplify use of prefix-numeric-value.
6278 (line-move-partial): Remove unused var `ppos'.
6279 (line-move-1): Replace 9999 with most-positive-fixnum.
6280 (move-end-of-line): Use more efficient single-property search.
6281 (move-beginning-of-line): Remove unused var `start'.
6282 (blink-matching-open): Restructure in a more functional style.
6283
6284 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6285
6286 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
6287
6288 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * server.el (server-clients): Only keep procs, no properties any more.
6291 (server-client): Remove.
6292 (server-client-get, server-client-set): Remove, replace all callers by
6293 process-get and process-put resp.
6294 (server-clients-with, server-add-client, server-delete-client)
6295 (server-create-tty-frame, server-create-window-system-frame)
6296 (server-process-filter, server-execute, server-visit-files)
6297 (server-buffer-done, server-kill-buffer-query-function)
6298 (server-kill-emacs-query-function, server-switch-buffer)
6299 (server-save-buffers-kill-terminal): Update accordingly.
6300
6301 * server.el (server-with-environment): Simplify.
6302 (server-select-display, server-unselect-display): Re-add functions that
6303 seem to have been lost in the multi-tty merge.
6304 (server-eval-and-print, server-create-tty-frame)
6305 (server-create-window-system-frame, server-goto-toplevel)
6306 (server-execute, server-return-error): New functions extracted from
6307 server-process-filter.
6308 (server-execute-continuation): New functions.
6309 (server-process-filter): Restructure so that all arguments are analysed
6310 first and then acted upon in a subsequent stage. This way
6311 server-goto-toplevel can be executed later, when we know if
6312 it's necessary.
6313 Remove the "-version" and "-version-good" support.
6314
6315 2007-09-16 Drew Adams <drew.adams@oracle.com>
6316
6317 * cus-edit.el (custom-face-edit-activate): Doc fix.
6318
6319 2007-09-16 Glenn Morris <rgm@gnu.org>
6320
6321 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
6322 Following cal-bahai renaming, update all instances of
6323 list-bahai-diary-entries to diary-bahai-list-entries,
6324 mark-bahai-diary-entries to diary-bahai-mark-entries,
6325 calendar-goto-bahai-date to calendar-bahai-goto-date,
6326 insert-bahai-diary-entry to diary-bahai-insert-entry,
6327 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
6328 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
6329 calendar-print-bahai-date to calendar-bahai-print-date.
6330
6331 * textmodes/tex-mode.el (tex-region): Handle the case where the
6332 region is not in `tex-main-file'. Move the old code that applies
6333 to both cases...
6334 (tex-region-1): ...to this new function.
6335
6336 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * vc.el (vc-process-sentinel): New function.
6339 (vc-exec-after): Use it instead of using ugly hackish analysis and
6340 construction of Elisp code.
6341 (vc-sentinel-movepoint): New dynamically scoped var.
6342 (vc-print-log, vc-annotate): Set it to move the user's point.
6343
6344 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
6345 inhibit-modification-hooks.
6346
6347 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
6348 (calendar-bahai-print-date, calendar-bahai-goto-date)
6349 (diary-bahai-list-entries, diary-bahai-insert-entry):
6350 New names to clean up the namespace a bit more.
6351 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
6352
6353 2007-09-15 Glenn Morris <rgm@gnu.org>
6354
6355 * calendar/holidays.el (holiday-list): Rename it back to
6356 `list-holidays', but leave `holiday-list' as an alias.
6357
6358 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
6359 custom group.
6360
6361 * textmodes/css-mode.el (css): New custom group.
6362 (css-electrick-keys, css-selector, css-property)
6363 (css-indent-offset): Specify custom group.
6364
6365 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
6368 (cvs-execute-single-file): Use process-file.
6369 (cvs-run-process): Use start-file-process.
6370
6371 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6372
6373 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
6374 level. Remove the hooks when turning off the mode.
6375
6376 * term/xterm.el: Require xt-mouse at compile time.
6377 (terminal-init-xterm): Turn on xterm mouse tracking for this
6378 terminal if xterm-mouse-mode is enabled.
6379
6380 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6381
6382 * term/xterm.el (xterm-function-map): Replace bindings that were
6383 deleted by the merge.
6384
6385 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
6386
6387 * play/bubbles.el (bubbles-version): Bump value to "0.5".
6388 (bubbles-mode-map): Move define-key statements here.
6389 (bubbles-game-theme-menu): Ditto.
6390 (bubbles-graphics-theme-menu): Ditto.
6391 (bubbles-menu): Ditto.
6392 (bubbles-mode): Initialize buffer-undo-list, redisplay.
6393 (bubbles--initialize): Reset buffer-undo-list, redisplay.
6394 (bubbles-plop): Set buffer-undo-list, redisplay.
6395 (bubbles-undo): Reset buffer-undo-list, redisplay.
6396 (bubbles--show-images): Take care of missing text properties.
6397
6398 2007-09-14 Glenn Morris <rgm@gnu.org>
6399
6400 * startup.el (fancy-startup-text, fancy-about-text): Fix face
6401 quoting.
6402
6403 * calendar/cal-hebrew.el, calendar/cal-menu.el
6404 * calendar/calendar.el, calendar/diary-lib.el
6405 * calendar/holidays.el: Rename all instances of
6406 list-calendar-holidays callers to calendar-list-holidays,
6407 list-holidays to holiday-list, check-calendar-holidays to
6408 calendar-check-holidays, mark-calendar-holidays to
6409 calendar-mark-holidays, and filter-visible-calendar-holidays to
6410 holiday-filter-visible-calendar.
6411
6412 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6413
6414 * term/xterm.el (xterm-function-map): Add C-M- bindings.
6415
6416 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6417
6418 * play/bubbles.el (bubbles--initialize-images): Fix bug:
6419 Use transparent background for empty cells in graphics mode.
6420
6421 2007-09-13 Jari Aalto <jari.aalto@cante.net>
6422
6423 * man.el (Man-default-man-entry): At end of line, continue looking
6424 to the next line for possible end of hyphenated command.
6425
6426 2007-09-13 Chris Moore <dooglus@gmail.com>
6427
6428 * shell.el (shell-resync-dirs): Don't move the cursor relative to
6429 the command being edited.
6430
6431 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
6432
6433 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
6434
6435 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
6436
6437 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
6438 C-M-S- keys.
6439
6440 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
6441
6442 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6443
6444 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
6445 New argument `filename-p' to use one set of confusing chars or another.
6446 (browse-url-file-url): Use the argument.
6447 Suggested by Johannes Weiner.
6448
6449 2007-09-12 Romain Francoise <romain@orebokech.com>
6450
6451 * cus-start.el (all): Revert 2007-09-08 change.
6452
6453 2007-09-12 Aaron Hawley <aaronh@garden.org>
6454
6455 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
6456 extract .Z files, since it is more common than uncompress.
6457
6458 2007-09-12 Glenn Morris <rgm@gnu.org>
6459
6460 * textmodes/org-publish.el (org-publish-org-to-html): Remove
6461 duplicate function definition.
6462
6463 2007-09-10 Chris Moore <dooglus@gmail.com>
6464
6465 * diff-mode.el (diff-sanity-check-hunk):
6466 Also accept single-line hunks.
6467
6468 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
6469
6470 * startup.el (startup-screen-inhibit-startup-screen)
6471 (pure-space-overflow-message): New vars.
6472 (fancy-splash-insert): Allow functions for face and link specs.
6473 (fancy-splash-head): Remove unused arg. Move splash text...
6474 (fancy-startup-text, fancy-about-text): ...here.
6475 (fancy-startup-tail): Rename from fancy-splash-tail.
6476 (fancy-startup-screen, fancy-about-screen): Split off from
6477 fancy-splash-screens.
6478 (display-startup-screen): New function.
6479 (display-about-screen): Rename from display-splash-screen.
6480 (command-line-1): Use concise startup screen if necessary.
6481
6482 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6483
6484 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
6485 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
6486
6487 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6490 (python-font-lock-keywords): Update to the 2.5 version of the language.
6491 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6492 (python-backspace): Only behave funny in code.
6493 (python-compilation-regexp-alist): Add PDB stack trace regexp.
6494 (inferior-python-mode): Add PDB prompt regexp.
6495 (python-fill-paragraph): Refine the fenced-string regexp.
6496 (python-find-imports): Handle imports spanning several lines.
6497 (python-mode): Add `class' to hideshow support.
6498
6499 2007-09-10 Dave Love <fx@gnu.org>
6500
6501 * outline.el (outline-4, outline-5, outline-7):
6502 Move font-lock-builtin-face down from 4 to 7 to better keep the
6503 progression of color brightness, and to better match Org-mode's faces.
6504
6505 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6506
6507 * progmodes/meta-mode.el (meta-font-lock-keywords)
6508 (font-lock-match-meta-declaration-item-and-skip-to-next)
6509 (meta-comment-indent, meta-indent-previous-line)
6510 (meta-indent-unfinished-line, meta-beginning-of-defun)
6511 (meta-end-of-defun, meta-common-initialization): Handle \f.
6512 (meta-indent-unfinished-line): Do not handle a `%' in a string as
6513 a comment-start.
6514
6515 * files.el (file-modes-char-to-who, file-modes-char-to-right)
6516 (file-modes-rights-to-number): Auxiliary functions for symbolic to
6517 numeric notation of file modes.
6518 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
6519 numeric value.
6520 (read-file-modes): New. Read either an octal value of a file mode or a
6521 symbolic value, and return its numeric value.
6522
6523 * dired-aux.el (dired-do-chmod): Change to use the built-in
6524 `set-file-modes' and the previous symbolic mode parsing functions.
6525
6526 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * textmodes/texinfo.el: Remove spurious * in docstrings.
6529 (texinfo-mode-syntax-table, texinfo-mode-map):
6530 Initialize in the declaration.
6531
6532 * tmm.el: Remove spurious * in docstrings.
6533 (tmm-prompt): Use with-current-buffer.
6534
6535 * vcursor.el: Remove spurious * in docstrings.
6536 (vcursor-map): Initialize in the declaration.
6537 (vcursor-use-vcursor-map): Use define-minor-mode.
6538 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
6539
6540 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
6541 Initialize in the declaration.
6542 (widget-minor-mode): Use define-minor-mode.
6543
6544 * woman.el (woman-mode-map, woman-syntax-table):
6545 Initialize in the declaration.
6546
6547 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
6548
6549 * doc-view.el: New file.
6550
6551 2007-09-09 Juri Linkov <juri@jurta.org>
6552
6553 * Makefile.in (update-authors): Add etc/ to AUTHORS.
6554
6555 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
6556
6557 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
6558 to "Startup screen". Fix docstring.
6559 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
6560 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
6561 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
6562 (initial-scratch-message): Fix docstring.
6563 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
6564 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
6565 Add link to "Customize Startup" and set interval between links to
6566 5 spaces.
6567 (fancy-about-text): Add links "Authors" and "Contributing".
6568 (fancy-splash-head): Add text "Welcome to " on the startup screen,
6569 and "This is " on the about screen. Add link to
6570 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
6571 For the about screen move emacs version to the header from
6572 `fancy-splash-tail' (as it's done already for normal about screen).
6573 (fancy-splash-tail): Insert emacs version only for startup screen.
6574 (normal-splash-screen): Remove duplicate empty lines.
6575 (normal-about-screen): Add links "Authors" and "Contributing".
6576
6577 * menu-bar.el (menu-bar-help-menu):
6578 Move "About Emacs" and "About GNU" to the end of the Help menu.
6579 Move "Emacs Psychotherapist" after "Send Bug Report...".
6580 Move "External Packages" after "Find Emacs Packages".
6581
6582 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
6583
6584 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
6585 they are useless with the byte compiler.
6586 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
6587 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
6588 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
6589 (tramp-file-name-real-host, tramp-file-name-port)
6590 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
6591 defuns.
6592
6593 * net/tramp-cache.el (top): Improve error message when
6594 `tramp-persistency-file-name' is corrupted.
6595
6596 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
6597
6598 * textmodes/org.el (org-re): Also replace the :alpha: class.
6599 (org-todo-tag-alist): Variable removed.
6600 (org-todo-key-alist, org-todo-key-trigger): New variables.
6601 (org-use-fast-todo-selection): New option.
6602 (org-log-done): Docstring fixed.
6603 (org-deadline-warning-days): New default value 14.
6604 (org-edit-timestamp-down-means-later): New option.
6605 (org-tag-alist): Docstring fixed.
6606 (org-fast-tag-selection-include-todo): New option.
6607 (org-export-language-setup): New languages added.
6608 (org-set-regexps-and-options): Compute the new variables.
6609 (org-paste-subtree): Cleaning up.
6610 (org-remember-apply-template): New escape %A.
6611 (org-todo): Call fast TODO selection.
6612 (org-fast-todo-selection): New function.
6613 (org-add-log-note): Allow prefix for abort exit.
6614 (org-at-property-p, org-entry-properties)
6615 (org-columns-get-autowidth-alist): Use :alpha: class.
6616 (org-get-wdays): New function.
6617 (org-agenda-remove-date): New variable.
6618 (org-agenda-get-deadlines): Use `org-get-wdays'.
6619 (org-agenda-get-deadlines): Reverse ee before returning.
6620 (org-format-agenda-item): New argument REMOVE-RE.
6621 (org-agenda-convert-date): Baha'i calendar added.
6622 (org-infile-export-plist): Also find DATE line.
6623 (org-get-min-level): New function.
6624 (org-export-as-html, org-export-as-ascii): Use the date format.
6625 (org-shiftup, org-shiftdown): Use.
6626 `org-edit-timestamp-down-means-later'.
6627 (org-assign-fast-keys): New function.
6628
6629 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
6630
6631 * cus-start.el (all): Add prefer-window-split-horizontally from
6632 window.c.
6633
6634 2007-09-08 Eli Zaretskii <eliz@gnu.org>
6635
6636 * net/browse-url.el (browse-url-galeon): Fix last change.
6637 (top-level): Require cl when compiling.
6638
6639 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
6640
6641 * textmodes/org-export-latex.el: arch-tag restored.
6642
6643 * textmodes/org-publish.el: arch-tag restored.
6644
6645 2007-09-08 Masatake YAMATO <jet@gyve.org>
6646
6647 * progmodes/which-func.el (which-func-modes): Add diff-mode.
6648
6649 * progmodes/cc-langs.el: Support new keywords added to
6650 objective-c frontend of gcc.
6651 (c-simple-stmt-kwds): Add @throw.
6652 (c-block-stmt-2-kwds): Add @synchronized.
6653 (c-block-stmt-1-kwds): Add @finally and @try.
6654
6655 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
6656
6657 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
6658 (org-agenda-after-show-hook): New variable.
6659 (org-columns-compile-format)
6660 (org-columns-get-autowidth-alist, org-buffer-property-keys)
6661 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
6662 property names.
6663 (org-get-wdays): New function.
6664
6665 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
6668
6669 * term/xterm.el (xterm-function-map): Initialize in the declaration.
6670
6671 * vc-arch.el (vc-arch-checkin): Fix typo.
6672
6673 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6674
6675 * cus-face.el (custom-theme-set-faces): Set face attributes
6676 locally for each frame.
6677
6678 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
6681 via font-lock-defaults.
6682
6683 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
6684 derived-mode-p.
6685
6686 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
6687
6688 * progmodes/autoconf.el (autoconf-definition-regexp):
6689 Handle optional square brackets around definition name.
6690
6691 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
6692
6693 * net/browse-url.el (browse-url-browser-function): Add elinks.
6694 (browse-url-elinks-wrapper): New option.
6695 (browse-url-encode-url, browse-url-elinks)
6696 (browse-url-elinks-sentinel): New functions.
6697 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
6698 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
6699 Use new function browse-url-encode-url.
6700
6701 2007-09-07 Glenn Morris <rgm@gnu.org>
6702
6703 * version.el (emacs-version): Revert 2007-08-29 change: no need to
6704 say if multi-tty is present.
6705
6706 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * cus-start.el (split-window-preferred-function): Add custom info.
6709
6710 * calendar/holidays.el (holiday-list, calendar-check-holidays)
6711 (calendar-mark-holidays, calendar-list-holidays)
6712 (holiday-filter-visible-calendar): New names to clean up namespace.
6713 (filter-visible-calendar-holidays, list-calendar-holidays)
6714 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
6715 Add compatibility aliases.
6716 (calendar-check-holidays, calendar-mark-holidays)
6717 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
6718 (holiday-sexp): Replace append with list.
6719 (holiday-filter-visible-calendar): Replace append with push.
6720
6721 * woman.el: Remove spurious * in docstrings.
6722 (woman-mini-help, woman-non-underline-faces, woman0-rename)
6723 (woman-topic-all-completions-merge, woman-file-name-all-completions)
6724 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
6725 (woman-write-directory-cache, woman-display-extended-fonts)
6726 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
6727 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
6728 (woman-mode): Use inhibit-read-only.
6729 (woman-negative-vertical-space): Use dotimes.
6730 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
6731
6732 2007-09-06 Romain Francoise <romain@orebokech.com>
6733
6734 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
6735 (vc-bzr-workfile-version): Use it.
6736
6737 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
6738
6739 * complete.el (PC-do-completion): Don't try to treat
6740 empty string as an abbreviation.
6741
6742 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6743
6744 * help-fns.el (describe-variable): Keep doc's text properties.
6745
6746 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
6747
6748 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
6749 instead of a file.
6750
6751 2007-09-06 Glenn Morris <rgm@gnu.org>
6752
6753 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
6754 (checkdoc-minor-mode): Allow user to specify lighter via
6755 checkdoc-minor-mode-string.
6756
6757 2007-09-05 Richard Stallman <rms@gnu.org>
6758
6759 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
6760 Several items removed, simplified, or put on one line.
6761 (fancy-about-text): Add substantial contents, part of startup text.
6762 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
6763 (normal-splash-screen): Call normal-mouse-startup-screen,
6764 normal-no-mouse-startup-screen, or normal-about-screen.
6765 (normal-mouse-startup-screen): New fn, broken out, shortened.
6766 (normal-no-mouse-startup-screen): New fn, broken out.
6767 (normal-about-screen): New function, contents all new.
6768
6769 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6770
6771 * emacs-lisp/rx.el (rx): Fix typo in docstring.
6772
6773 2007-09-05 Glenn Morris <rgm@gnu.org>
6774
6775 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
6776 is bound.
6777
6778 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6779
6780 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
6781 in doc string.
6782
6783 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6784
6785 * server.el (server-start, server-unload-hook): Undo previous change.
6786
6787 * xt-mouse.el: Undo previous change.
6788
6789 2007-09-04 Juri Linkov <juri@jurta.org>
6790
6791 * startup.el (fancy-about-text): New variable.
6792 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6793 (fancy-current-text, fancy-splash-stop-time)
6794 (fancy-splash-outer-buffer): Remove variables.
6795 (fancy-splash-head, fancy-splash-tail): Add new optional argument
6796 `startup' and use it to conditionally display different texts for
6797 Startup and About screens. Don't display Help commands on the About
6798 screen.
6799 (fancy-splash-screens-1): Remove function and move its content to
6800 `fancy-splash-screens' to the part that dislpays the About screen.
6801 (exit-splash-screen): Don't treat specially exiting from
6802 alternating screens.
6803 (fancy-splash-screens): Rename argument `static' to `startup'.
6804 Fix docstring. Remove code for displaying alternating screens.
6805 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6806 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6807 for `inhibit-read-only'.
6808 (normal-splash-screen): Rename argument `static' to `startup'.
6809 Fix docstring. Use argument `startup' to conditionally display
6810 different texts for Startup and About screens. Don't display Help
6811 commands on the About screen. Remove `unwind-protect' `sit-for'
6812 delay and `kill-buffer' after it.
6813 (display-startup-echo-area-message): Remove call to
6814 `use-fancy-splash-screens-p' because image.el is preloaded and
6815 doesn't display "Loading image... done".
6816 (display-splash-screen): Rename argument `static' to `startup'.
6817 Fix docstring.
6818
6819 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6820
6821 * server.el (server-start, server-unload-hook):
6822 suspend-tty-functions has been renamed to suspend-tty-hook.
6823
6824 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6825 resume-tty-hook.
6826
6827 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6828
6829 * loadup.el: Fix merge problem, only load "button" once.
6830
6831 2007-09-03 Glenn Morris <rgm@gnu.org>
6832
6833 * vc-svn.el (vc-svn-print-log): If there is only one file, use
6834 "Working file:" as the prefix, for the sake of
6835 log-view-current-file.
6836
6837 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6838
6839 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6840 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6841 if the selected frames is in
6842 xterm-modify-other-keys-terminal-list.
6843 (xterm-turn-off-modify-other-keys): Add an optional frame
6844 parameter. Only turn off modify-other-keys if FRAME is in
6845 xterm-modify-other-keys-terminal-list.
6846 (xterm-remove-modify-other-keys): New function.
6847 (terminal-init-xterm): Use it. Deal with delete-frame hook.
6848 Add the selected frame to xterm-modify-other-keys-terminal-list.
6849
6850 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6851
6852 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6853 (icon-map-list): New variable.
6854 (x-gtk-map-stock): Use icon-map-list.
6855
6856 2007-09-02 Romain Francoise <romain@orebokech.com>
6857
6858 * log-view.el (log-view-current-file): Balance parens.
6859
6860 2007-09-02 Glenn Morris <rgm@gnu.org>
6861
6862 * comint.el (comint-mode): Don't set scroll-conservatively.
6863
6864 * eshell/em-unix.el (eshell/time): Stringify and flatten the
6865 non-command arguments.
6866
6867 * log-view.el (log-view-current-file): Give a more explicit error
6868 if log-view-file-re fails to find a match.
6869
6870 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6871
6872 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6873 Fix bug: Don't expand top-level file name more than once.
6874 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6875
6876 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * server.el (server-process-filter): Don't display the splash screen.
6879 It's annoying enough on the initial screen and becomes positively
6880 obnoxious here.
6881
6882 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6885 Change naming to use "avl-tree--" for internal functions.
6886
6887 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
6888
6889 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6890 the merge.
6891 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6892 (provide): Move to the end of file.
6893
6894 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6895
6896 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6897
6898 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6899 New variable. List of exceptions for the duplicated word rule.
6900 (flyspell-mark-duplications-flag): Mention it.
6901 (flyspell-word): Treat it.
6902
6903 * files.el (create-file-buffer): If the filename sans directory starts
6904 with spaces, remove them.
6905
6906 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6907
6908 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6909 (x-gtk-map-stock): Use two directory elements when matching
6910 file name.
6911
6912 2007-08-31 James Wright <james@chumsley.org>
6913
6914 * eshell/em-unix.el (eshell/info): New function.
6915
6916 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * frame.el (frame-initialize, make-frame):
6919 * server.el (server-process-filter):
6920 * faces.el (tty-set-up-initial-frame-faces): Don't set
6921 term-environment-variable since it's not used any more.
6922
6923 * env.el (setenv): Don't treat $TERM specially.
6924
6925 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6926 stated otherwise, subprocesses do not send back escape sequences
6927 corresponding to the terminal from which Emacs was started.
6928
6929 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
6930
6931 * calculator.el: Require cl for compilation.
6932
6933 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
6934
6935 * outline.el (outline-font-lock-levels): Comment out unused var.
6936 (outline-font-lock-face): Wrap around face list to handle any
6937 nesting depth gracefully.
6938
6939 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
6940
6941 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6942 `set-file-times'.
6943
6944 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6945
6946 * textmodes/org.el (org-export-visible): Fix drawers before export.
6947 (org-do-sort): Allow sorting by priority.
6948 (org-agenda-files): Ignore non-existing files.
6949 (org-agenda-skip-unavailable-files): New variable.
6950 (org-ellipsis): All a face as value.
6951 (org-mode): Interprete the face value of `org-ellipsis'.
6952 (org-archive-save-context-info): New option.
6953 (org-archive-subtree): Store context info in archived entry.
6954 (org-fast-tag-selection-can-set-todo-state): New variable.
6955 (org-fast-tag-selection): Allow setting TODO states through this
6956 interface.
6957 (org-cycle): Docstring updated.
6958 (org-todo-keyword-faces): New option.
6959 (org-get-todo-face): New function.
6960 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6961 Use `org-get-todo-face'.
6962 (org-switch-to-buffer-other-window): New function.
6963 (org-table-edit-field, org-table-show-reference)
6964 (org-table-edit-formulas, org-add-log-note)
6965 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6966 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6967 `switch-to-buffer-other-window' to make sure that the temporary
6968 windows show up on the current frame.
6969 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6970 (org-get-entries-from-diary, org-replace-region-by-html):
6971 Don't allow pop-up frames.
6972 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6973 Fix problems with time-of-day.
6974 (org-export-get-title-from-subtree): New function.
6975 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6976 with listing items that are DONE.
6977 (org-change-tag-in-region): New command.
6978 (org-agenda-skip-scheduled-if-done)
6979 (org-agenda-skip-deadline-if-done): Docstring clarified.
6980 (org-mode): Hide drawers on startup.
6981 (org-get-todo-face): New function.
6982 (org-todo-keyword-faces): New option.
6983 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6984 (org-remove-keyword-keys): New function.
6985
6986 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6987
6988 * progmodes/grep.el (grep-find-ignored-directories):
6989 Add monotone _MTN bookkeeping directory in workspaces.
6990 Add RCS control directory. List items in alphabetical order.
6991
6992 * progmodes/grep.el (grep-files-aliases): Add cc alias.
6993 Sort items in alphabetical order. Fix parens.
6994
6995 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6996
6997 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6998 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6999 (vc-hg-pull): New functions.
7000 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
7001
7002 * term/mac-win.el: Don't require url, only autoloaded url
7003 functions are used in this file.
7004
7005 2007-08-29 Andreas Schwab <schwab@suse.de>
7006
7007 * shell.el (shell): Return correct value from interactive spec.
7008
7009 2007-08-29 Glenn Morris <rgm@gnu.org>
7010
7011 * version.el (emacs-version): Increase to 23.0.50.
7012
7013 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7014
7015 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
7016
7017 2007-08-29 Juri Linkov <juri@jurta.org>
7018
7019 * loadup.el: Add "button" loading after "faces" and move "startup"
7020 to load after "button".
7021
7022 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7023
7024 * loadup.el: Load term/mac-win on a Mac using Carbon.
7025
7026 * term/mac-win.el: Provide mac-win.
7027 (mac-initialized): New variable.
7028 (mac-initialize-window-system): New function. Move global setup here.
7029 (handle-args-function-alist, frame-creation-function-alist):
7030 (window-system-initialization-alist): Add mac entries.
7031 (x-setup-function-keys): New function containing all the
7032 top level function key definitions.
7033
7034 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
7035
7036 * env.el (read-envvar-name): Don't consider the environment frame param.
7037
7038 * env.el (setenv):
7039 * frame.el (frame-initialize, make-frame):
7040 * faces.el (tty-set-up-initial-frame-faces):
7041 * server.el (server-process-filter): Set
7042 display-environment-variable and term-environment-variable.
7043
7044 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
7045
7046 2007-08-29 Jason Rumney <jasonr@gnu.org>
7047
7048 * loadup.el: Only load term/x-win when X is compiled in.
7049 Load term/w32-win and dependencies on windows-nt.
7050
7051 * term/w32-win.el: Reorder to match x-win.el more closely.
7052 Provide w32-win. Don't throw error when global window-system not w32.
7053 (internal-face-interactive): Remove obsolete function.
7054 (x-setup-function-keys): Use local-function-key-map.
7055 (w32-initialized): New variable.
7056 (w32-initialize-window-system): Set it.
7057 Move more global setup here.
7058 (x-setup-function-keys): New function.
7059 (w32-initialize-window-system): Move non function key global setup here.
7060 (x-cut-buffer-max): Remove.
7061 (w32-initialize-window-system): New function.
7062 (handle-args-function-alist, frame-creation-function-alist):
7063 (window-system-initialization-alist): Add w32 entries.
7064
7065 2007-08-29 David Kastrup <dak@gnu.org>
7066
7067 * env.el (getenv): Pass frame to getenv-internal.
7068
7069 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7070
7071 * version.el (emacs-version): Show if multi-tty is present.
7072
7073 * loadup.el: Delay loading env; mule-conf gets confused by cl
7074 during bootstrap. Also load termdev and term/x-win.
7075
7076 * bindings.el (mode-line-client): New variable.
7077 (help-echo): Add it to the default mode-line format.
7078
7079 * cus-start.el: Remove bogus window-system reference from GTK test.
7080
7081 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7082 (ebrowse-electric-position-mode-map):
7083 * ebuff-menu.el (electric-buffer-menu-mode-map):
7084 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7085 not `suspend-emacs'.
7086
7087 * ediff-wind.el (ediff-setup-windows-automatic): New function.
7088 (ediff-window-setup-function): Use it as default.
7089
7090 * files.el (save-buffers-kill-terminal): New function.
7091 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7092
7093 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7094 and `with-selected-frame'.
7095
7096 * help-fns.el (describe-variable): Describe frame-local variables
7097 correctly.
7098
7099 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7100 display support.
7101 (normal-erase-is-backspace-setup-frame): New function.
7102
7103 * subr.el (with-selected-frame): New function.
7104 (read-quoted-char): Use terminal-local binding of
7105 local-function-key-map instead of function-key-map.
7106
7107 * talk.el (talk): New function.
7108 (talk-handle-delete-frame): New function.
7109 (talk-add-display): Open a new frame only if FRAME was not a frame.
7110
7111 * termdev.el: New file.
7112
7113 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
7114 * term/x-win.el: Don't bind f10.
7115 * tmm.el: Remove autoload binding for f10.
7116
7117 * international/encoded-kb.el (encoded-kbd-setup-display): Use
7118 `set-input-meta-mode'. Fix broken condition before set-input-mode.
7119 Store the saved input method as a terminal parameter. Add keymap
7120 parameter. Use it instead of changing key-translation-map directly.
7121 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7122 Remove.
7123 (encoded-kbd-setup-display): New function.
7124
7125 * international/mule-cmds.el (set-locale-environment): Fix getenv
7126 call. Use save-buffers-kill-terminal. Ignore window-system; always
7127 set the keyboard coding system. Add DISPLAY parameter.
7128 (set-display-table-and-terminal-coding-system): Add DISPLAY
7129 parameter. Pass it to set-terminal-coding-system.
7130
7131 * international/mule.el (keyboard-coding-system): Test for
7132 encoded-kbd-setup-display, not encoded-kbd-mode.
7133 (set-terminal-coding-system, set-keyboard-coding-system): Add
7134 DISPLAY parameter.
7135 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7136
7137 * term/README: Update.
7138
7139 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7140
7141 * term/x-win.el (x-setup-function-keys): New function. Move
7142 function-key-map tweaks here. Protect against multiple calls on
7143 the same terminal. Use terminal-local binding of
7144 local-function-key-map instead of function-key-map.
7145 (x-initialize-window-system): Make a copy of pure list. Pass a
7146 frame getenv.
7147
7148 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7149 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7150 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7151 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7152 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7153 local-function-key-map instead of function-key-map.
7154
7155 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7156 `substitute-key-definition' and `define-key' calls against
7157 multiple execution. Use terminal-local binding of
7158 local-function-key-map instead of function-key-map. Pass a frame
7159 to getenv.
7160
7161 * edmacro.el (edmacro-format-keys):
7162 * emulation/cua-base.el (cua--pre-command-handler):
7163 * isearch.el (isearch-other-meta-char):
7164 * xt-mouse.el: Use terminal-local binding of
7165 local-function-key-map instead of function-key-map.
7166
7167 * fringe.el (set-fringe-mode): Simplify and fix using
7168 `modify-all-frames-parameters'.
7169 * scroll-bar.el (set-scroll-bar-mode): Ditto.
7170 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
7171 check before calling `tool-bar-setup'.
7172 (tool-bar-setup): New variable.
7173 (tool-bar-setup): Use it to guard against multiple calls. Add
7174 optional frame parameter, and select that frame before adding items.
7175 (toggle-tool-bar-mode-from-frame): New function.
7176
7177 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7178 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7179 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7180 "Tool-bar" toggles to reflect the state of the current frame.
7181 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7182
7183 * env.el: Require cl for byte compilation (for `block' and `return').
7184 (environment, setenv-internal): New functions.
7185 (let-environment): New macro.
7186 (setenv, getenv): Add optional terminal parameter. Update docs.
7187 (setenv): Use setenv-internal. Always set process-environment.
7188 Handle `local-environment-variables'.
7189 (read-envvar-name, setenv, getenv): Use frame parameters
7190 to store the local environment, not terminal parameters. Include
7191 `process-environment' as well.
7192
7193 * faces.el (tty-run-terminal-initialization): New function.
7194 (tty-create-frame-with-faces): Use it. Set up faces and
7195 background mode only after the terminal has been initialized.
7196 Call terminal-init-*. Don't load the initialization file more
7197 than once. Call set-locale-environment.
7198 (frame-set-background-mode): Handle the 'background-mode terminal
7199 parameter.
7200 (tty-find-type): New function.
7201 (x-create-frame-with-faces): Remove bogus check for
7202 first frame. Call `tool-bar-setup'. Don't make frame visible
7203 until we are done setting up all its parameters. Call
7204 x-setup-function-keys.
7205
7206 * frame.el (make-frame): Always inherit 'environment and 'client
7207 parameters. Set up the 'environment frame parameter, when needed.
7208 Also inherit 'client parameter. Don't override explicitly
7209 specified values with inherited ones. Add 'terminal frame
7210 parameter. Append window-system-default-frame-alist to parameters
7211 before calling frame-creation-function.
7212 (frame-initialize): Copy the environment from the initial frame.
7213 (window-system-default-frame-alist): Enhance doc string.
7214 (frame-notice-user-settings): Don't put 'tool-bar-lines in
7215 `default-frame-alist' when initial frame is on a tty.
7216 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7217 Remove specified parameters from `window-system-default-frame-alist'.
7218 (make-frame-on-tty, framep-on-display, suspend-frame):
7219 Extend doc string, update parameter names.
7220 (frames-on-display-list): Use terminal-id to get the display id.
7221 (frame-notice-user-settings): Extend to apply
7222 settings in `window-system-default-frame-alist' as well.
7223 (terminal-id, terminal-parameters, terminal-parameter)
7224 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7225 (delete-frame-functions): Add to `delete-frame-functions' hook.
7226 (blink-cursor-mode): Adapt blink-cursor-mode default
7227 value from startup.el.
7228 (make-frame-on-display): Protect condition on x-initialized when
7229 x-win.el is not loaded. Update doc.
7230 (suspend-frame): Use display-controlling-tty-p to decide between
7231 suspend-emacs and suspend-tty.
7232 (frames-on-display-list): Update for display ids.
7233 (framep-on-display): Ditto.
7234 (suspend-frame): Use display-name, not frame-tty-name.
7235 (selected-terminal): New function.
7236
7237 * server.el: Use `device' instead of `display' or `display-id' in
7238 variable and client parameter names.
7239 (server-select-display): Remove (unused).
7240 (server-tty-live-p, server-handle-delete-tty): Remove.
7241 (server-unquote-arg, server-quote-arg, server-buffer-clients):
7242 Update docs.
7243 (server-getenv-from, server-with-environment, server-send-string)
7244 (server-save-buffers-kill-terminal): New functions.
7245 (server-delete-client): Handle quits in kill-buffer. Don't kill
7246 modified buffers. Add extra logging. Delete frames after
7247 deleting the tty. Clear 'client parameter before deleting a frame.
7248 Use delete-display, not delete-tty.
7249 (server-visit-files): Don't set `server-existing-buffer' if the
7250 buffer already has other clients. Return list of buffers
7251 created. Update doc. Don't set client-record when nowait.
7252 (server-handle-delete-frame): Delete the client if this was its
7253 last frame. Check that the frame is alive. Remove bogus comment.
7254 Add note on possible race condition. Delete tty clients, if needed.
7255 (server-handle-suspend-tty): Use server-send-string. Kill the
7256 client in case of errors from process-send-string. Use the display
7257 parameter.
7258 (server-unload-hook): Remove obsolete delete-tty hook.
7259 (server-start): Ask before restarting if the old server still has
7260 clients. Add feedback messages. Remove obsolete delete-tty hook.
7261 (server-process-filter): Use server-send-string. Accept `-dir'
7262 command. Switch to *scratch* immediately after creating the frame,
7263 before evaluating any -evals. Protect `display-splash-screen'
7264 call in a condition-case. Explain why. Call
7265 `display-startup-echo-area-message' before
7266 `display-splash-screen'. Don't display the splash screen when no
7267 frame was created. Show the Emacs splash screen and startup echo
7268 area message. Display the *scratch* buffer by default. Store the
7269 local environment in a frame (not terminal) parameter. Do not try
7270 to decode environment strings. Fix reference to the 'display
7271 frame parameter. Change syntax of environment variables. Put
7272 environment into terminal parameters, not client parameters. Use
7273 a dummy client with --no-wait's X frames. In `-position LINE'
7274 handler, don't ruin the request string until the line number is
7275 extracted. Log opened files. Handle -current-frame command.
7276 Don't create frames when it is given. Don't bind X frames to the
7277 client when we are in -no-wait mode. Set locale environment
7278 variables from client while creating tty frames. Disable call to
7279 configure-display-for-locale. When processing -position command,
7280 don't change the request string until the parameters are
7281 extracted. Don't try to create an X frame when Emacs does not
7282 support it. Improve logging. Temporarily set ncurses-related
7283 environment variables to those of the client while creating a new
7284 tty frame. Select buffers opened by nowait clients, don't leave
7285 them buried under others. Set the display parameter, and use it
7286 when appropriate.
7287
7288 * startup.el (display-startup-echo-area-message): Handle
7289 `inhibit-startup-echo-area-message' here.
7290 (command-line-1): Moved from here.
7291 (fancy-splash-screens): Use `overriding-local-map' instead of
7292 `overriding-terminal-local-map' for now; the latter doesn't work
7293 right, it looses keypresses to another terminal. Use
7294 `overriding-terminal-local-map' to set up keymap. Install a
7295 `delete-frame-functions' hook to catch `delete-frame' events.
7296 Ignore `select-window' events to cope better with
7297 `focus-follows-mouse'. Don't switch back to the original buffer
7298 if the splash frame has been killed. Restore previous buffer, even
7299 if it's *scratch*.
7300 (normal-splash-screen): Don't let-bind `mode-line-format'; it
7301 changes the global binding - setq it instead. Use
7302 `save-buffers-kill-terminal'.
7303 (display-splash-screen): Don't do anything if the splash screen is
7304 already displayed elsewhere.
7305 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
7306 (command-line): Replace duplicated code with a call to
7307 tty-run-terminal-initialization. Don't load the terminal
7308 initialization file more than once. Remove call to nonexistent
7309 function `set-locale-translation-file-name'.
7310
7311 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
7312 parameters.
7313 (xterm-mouse-position-function, xterm-mouse-event): Update.
7314 (xterm-mouse-mode): Don't depend on current value of window-system.
7315 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
7316 Update for multi-tty.
7317 (turn-on-xterm-mouse-tracking-on-terminal)
7318 (turn-off-xterm-mouse-tracking-on-terminal)
7319 (xterm-mouse-handle-delete-frame): New functions.
7320 (delete-frame-functions, after-make-frame-functions)
7321 (suspend-tty-functions, resume-tty-functions): Install extra hooks
7322 for multi-tty.
7323
7324 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * simple.el (invisible-p): Remove: implemented in C now.
7327 (line-move-invisible-p): Remove obsolete alias.
7328
7329 2007-08-28 Juri Linkov <juri@jurta.org>
7330
7331 * image-mode.el (image-type): New variable.
7332 (image-mode): Set default major mode name to "Image[text]".
7333 (image-minor-mode): Change LIGHTER to display image-type in the
7334 mode line.
7335 (image-minor-mode): Set default image-type to "text".
7336 (image-toggle-display): After switching to text mode, set
7337 image-type to "text" and major mode name to "Image[text]".
7338 After switching to image mode, set image-type to actual image
7339 type, and add image type to major mode name. Let-bind the same
7340 variable names as arguments of `image-type' and `create-image'.
7341 Bind `type' to the result of `image-type' and use it as arg
7342 of `create-image' to not determine the image type twice.
7343
7344 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
7345
7346 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
7347 (tramp-set-file-uid-gid, tramp-get-local-uid)
7348 (tramp-get-local-gid): New defuns.
7349 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
7350 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
7351 Improve fast track.
7352 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
7353 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
7354 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
7355 (tramp-handle-write-region): Improve fast track.
7356 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
7357 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
7358 be nil.
7359
7360 2007-08-28 Ivan Kanis <apple@kanis.eu>
7361
7362 * time.el: New feature to display several time zones in a buffer.
7363 (display-time-world-mode, display-time-world-display)
7364 (display-time-world, display-time-world-timer): New functions.
7365 (display-time-world-list, display-time-world-time-format)
7366 (display-time-world-buffer-name, display-time-world-timer-enable)
7367 (display-time-world-timer-second, display-time-world-mode-map):
7368 New variables.
7369
7370 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7371
7372 * term/x-win.el (x-gtk-stock-map): New variable.
7373 (x-gtk-map-stock): New function.
7374
7375 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
7376 prev/next-node.
7377
7378 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7379
7380 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
7381
7382 2007-08-28 Glenn Morris <rgm@gnu.org>
7383
7384 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
7385
7386 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7387
7388 * progmodes/modula2.el (m2-definition, m2-module):
7389 Don't use previous-line. Reported by T. V. Raman.
7390
7391 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7392
7393 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
7394 argument to tool-bar-mode call.
7395
7396 2007-08-27 Glenn Morris <rgm@gnu.org>
7397
7398 * diff-mode.el (diff-find-file-name): Only accept regular files,
7399 to rule out /dev/null, directories, etc.
7400
7401 * vc-svn.el (vc-svn-diff): If the repository version of all the
7402 files is the same as the specified OLDVERS, do a local diff.
7403
7404 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
7407 of buffers in uniquify-managed.
7408
7409 * simple.el (invisible-p): Rename from text-invisible-p.
7410 Update callers.
7411
7412 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
7415 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
7416 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
7417 (cperl-etags-goto-tag-location): Use new style backquotes.
7418
7419 * net/browse-url.el: Remove spurious * in custom docstrings.
7420 (browse-url-filename-alist): Use new-style backquote.
7421
7422 * emacs-lisp/backquote.el (backquote-unquote-symbol)
7423 (backquote-splice-symbol): Clarify they're not new-style unquotes.
7424
7425 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
7426 (\,@): Backslash the , and ,@ which are not new-style unquotes.
7427
7428 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
7429
7430 * net/socks.el (socks-username/password-auth-filter):
7431 Remove unused vars `state' and `desired-len'.
7432 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
7433 (socks-wait-for-state-change): Use new-style backquotes.
7434
7435 * pcvs.el (cvs-mode-status): Fix long-standing typo.
7436
7437 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
7438 backquotes after each `read' rather than once per buffer.
7439
7440 * dframe.el: Remove spurious * in custom docstrings.
7441 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
7442 (dframe-xemacs20p): Remove, inline at the sole use point.
7443 (defface): Don't defvar the face, don't use old-style backquote.
7444 (defcustom): Don't use old-style backquote.
7445 (dframe-frame-parameter, dframe-mouse-event-p):
7446 Make it obvious that it's always defined.
7447 (dframe-popup-kludge): New function to replace
7448 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
7449 (dframe-frame-mode, dframe-set-timer-internal)
7450 (dframe-mouse-set-point): Remove use of with-no-warnings from
7451 XEmacs-specific code.
7452 (dframe-set-timer-internal): Fix very old bug with
7453 post-command-idle-hook.
7454
7455 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
7456
7457 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7458
7459 * emacs-lisp/avl-tree.el: New file.
7460
7461 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7462
7463 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
7464 was used.
7465
7466 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
7467
7468 * complete.el (PC-do-completion): Make RET accept a non-unique but
7469 complete expansion again.
7470
7471 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
7472
7473 * eshell/esh-opt.el (eshell-eval-using-options):
7474 Add debug declaration.
7475
7476 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7477
7478 * log-view.el (log-view-toggle-mark-entry): Add docstring.
7479 (log-view-get-marked): Likewise.
7480
7481 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
7482 (vc-delete-automatic-version-backups): Likewise.
7483
7484 * vc.el (vc-dired-buffers-for-dir): Likewise.
7485
7486 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
7487
7488 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
7489 safe-local-variable setting.
7490 * progmodes/perl-mode.el (perl-indent-level): Likewise.
7491
7492 * log-view.el (log-view-marked-list): Delete variable.
7493 (log-view-mode): Don't use it.
7494 (log-view-toggle-mark-entry): Likewise, simplify.
7495 (log-view-current-tag): Don't return properties.
7496 (log-view-get-marked): New function.
7497
7498 2007-08-25 Alexandre Julliard <julliard@winehq.org>
7499
7500 * vc-git.el (vc-git-mode-line-string): New function.
7501
7502 2007-08-25 Alan Mackenzie <acm@muc.de>
7503
7504 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
7505 new language variable.
7506
7507 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
7508 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
7509 "extern" etc., rather than BOI. Fix addition of spurious
7510 syntactic-symbol 'defun-block-intro, replacing it with
7511 'innamespace, etc.
7512
7513 2007-08-25 Juri Linkov <juri@jurta.org>
7514
7515 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
7516
7517 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
7518 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
7519 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
7520
7521 * image.el (image-type-header-regexps): Use more complex regexp for svg.
7522 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
7523 (image-type-auto-detectable): Add (svg . maybe).
7524
7525 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
7526 to treat it like .tgz.
7527
7528 * calendar/cal-bahai.el: Add file coding cookie.
7529
7530 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
7531
7532 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
7533 Don't behave differently when executed via M-x. Add doc string.
7534
7535 * sort.el (sort-fold-case, sort-numeric-base): Mark as
7536 safe-local-variable.
7537
7538 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
7539
7540 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
7541 the default value.
7542 (math-calendar-tzinfo): New variable.
7543 (math-get-calendar-tzinfo): New function.
7544 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
7545 to get information when zone is nil.
7546
7547 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7548
7549 * log-view.el (log-view-toggle-mark-entry): New function.
7550 (log-view-mode-map): Bind it.
7551 (log-view-marked-list): New variable.
7552 (log-view-mode): Make it local.
7553
7554 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7555
7556 * play/zone.el (zone-pgm-rat-race): New func.
7557 (zone-programs): Add `zone-pgm-rat-race'.
7558
7559 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
7562 a list.
7563
7564 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7565
7566 * progmodes/hideshow.el (hs-match-data): Delete alias.
7567 (hs-hide-block-at-point, hs-find-block-beginning)
7568 (hs-show-block): Use `match-data' directly.
7569
7570 2007-08-24 Martin Rudalics <rudalics@gmx.at>
7571
7572 * format.el (format-alist): Fix typo in doc-string.
7573
7574 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
7575
7576 * net/tramp.el (tramp-local-host-p): New defun.
7577 (tramp-handle-file-local-copy, tramp-handle-write-region):
7578 Implement fast track when being on the local host.
7579 (tramp-file-name-handler): Don't set "started" property. It shall
7580 be reserved for the "ftp" method.
7581 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
7582
7583 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
7584 (tramp-ftp-file-name-handler): Set "started" property.
7585
7586 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
7587
7588 * files.el (backup-buffer-copy): Don't wrap delete in
7589 condition-case, only try to delete if file exists.
7590
7591 2007-08-24 Glenn Morris <rgm@gnu.org>
7592
7593 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
7594
7595 * startup.el (tutorial-directory): Set with eval-at-startup so it
7596 gets the right value in an installed Emacs.
7597
7598 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7599
7600 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
7601 (eldoc-highlight-function-argument): Use it.
7602
7603 2007-08-23 Masatake YAMATO <jet@gyve.org>
7604
7605 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
7606 name of parameters in document body.
7607
7608 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
7611 (byte-compile-output-as-comment): Use with-current-buffer rather than
7612 a weird set-buffer&prog1 combination.
7613
7614 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
7615 test so as to optimise cases where the `progn's result is constant.
7616
7617 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7618
7619 * locate.el (locate-get-file-positions):
7620 Use line-beginning-position and line-end-position.
7621
7622 2007-08-23 John Wiegley <johnw@newartisans.com>
7623
7624 * calendar/cal-bahai.el: Added in the diacriticals that were
7625 missing for many of the month names.
7626
7627 2007-08-22 Jason Rumney <jasonr@gnu.org>
7628
7629 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
7630
7631 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
7632
7633 * image-mode.el (image-minor-mode): Use image-mode-text-map.
7634
7635 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
7636
7637 * dabbrev.el (dabbrev--progress-reporter): New variable.
7638 (dabbrev--scanning-message): Delete func.
7639 (dabbrev--find-expansion): Use a progress reporter
7640 instead of dabbrev--scanning-message.
7641
7642 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7643
7644 * comint.el (comint-exec-1): Raise an error if
7645 `start-file-process' does not return a process object.
7646
7647 * shell.el (shell): Prompt for `default-directory' if it is a
7648 remote file name, and if called with a prefix arg.
7649
7650 2007-08-22 Sam Steingold <sds@gnu.org>
7651
7652 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
7653
7654 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7655
7656 * textmodes/org-export-latex.el: New file.
7657
7658 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
7659
7660 * textmodes/org.el (org-agenda-skip): Allow a form for
7661 `org-agenda-skip-function'.
7662 (org-agenda-redo): Re-use local settings.
7663 (org-agenda): Store local settings.
7664 (org-agenda-deadline-faces): New option.
7665 (org-agenda-deadline-face): New function.
7666 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
7667 entries on their due date.
7668 (org-agenda-get-timestamps): No longer handle the due dates of
7669 schedules and deadline items.
7670 (org-insert-link-global, org-open-at-point-global): New commands.
7671 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
7672 :for-ascii parameter.
7673 (org-skip-comments): Function removed.
7674 (org-cleaned-string-for-export): Handle special table lines.
7675 (org-global-properties): New option.
7676 (org-entry-get-with-inheritance): Check global properties.
7677 (org-local-properties): New variable.
7678 (org-set-regexps-and-options): Find the #+PROPERTY line.
7679 (org-link-types): Change type into variable (was constant).
7680 (org-make-link-regexps): New function.
7681 (org-link-re-with-space, org-link-re-with-space2)
7682 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
7683 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
7684 these regular expressions happens now in the function
7685 `org-make-link-regexps'.
7686 (org-store-link): Call the functions in
7687 `org-store-link-functions'.
7688 (org-add-link-type): New function.
7689 (org-store-link-functions): New variable.
7690 (org-activate-tags): Force matches to be in headlines.
7691 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
7692 (org-columns-display-here): Make sure this works in a narrowed
7693 buffer by checking for point-min.
7694 (org-columns-display-here): Make the rest of the line intangible,
7695 so that point never can be there.
7696 (org-cleaned-string-for-export): Use `with-current-buffer'.
7697 (org-replace-region-by-html): Use `with-current-buffer'.
7698 (org-unfontify-region, org-do-occur, org-columns-display-here)
7699 (org-columns-remove-overlays, org-columns-quit)
7700 (org-columns-edit-value, org-columns-next-allowed-value)
7701 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
7702 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
7703 (org-agenda-todo, org-agenda-change-all-lines)
7704 (org-agenda-align-tags, org-agenda-priority)
7705 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
7706 (org-agenda-show-new-time, org-cleaned-string-for-export)
7707 (org-export-grab-title-from-buffer)
7708 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
7709 instead of `buffer-read-only'.
7710 (org-export-as-html): Set `coding-system-for-write'.
7711 (org-remember-store-without-prompt): New option.
7712 (org-archive-subtree): Fixed bug with modifying TODO keyword.
7713 (org-beginning-of-line): Also treat C-a special in items.
7714 (org-table-convert-refs-to-rc): Fixed problem with column
7715 reference after "..".
7716 (org-columns-compute): Don't mark buffer modified because of text
7717 properties.
7718 (org-batch-store-agenda-views): Use the variable
7719 `default-directory', not the function.
7720 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
7721 (org-clock-out-when-done): New option.
7722 (org-html-entities): Added HTML entities for smileys.
7723
7724 2007-08-22 Glenn Morris <rgm@gnu.org>
7725
7726 * image.el (create-image): Doc fix.
7727
7728 * startup.el (tutorial-directory): New constant.
7729 (fancy-splash-text): Tutorials now in tutorial-directory.
7730 * tutorial.el (help-with-tutorial): Tutorials now in
7731 tutorial-directory.
7732
7733 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7734
7735 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
7736 otherwise.
7737 (tramp-get-remote-path): New defun. Replace occurrences of
7738 `tramp-default-remote-path' by this function.
7739 (tramp-set-remote-path): Move most of the code to
7740 `tramp-get-remote-path'.
7741 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
7742 existing directories, this is done already in
7743 `tramp-get-remote-path'.
7744
7745 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7746
7747 * image-file.el (image-file-name-extensions): Add "svg".
7748 * image.el (image-type-header-regexps): Add svg entry.
7749
7750 2007-08-22 Glenn Morris <rgm@gnu.org>
7751
7752 * files.el (backup-buffer-copy): Check backup directory is
7753 writable, to avoid infloop deleting old backup.
7754
7755 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
7756 movemail related variables.
7757 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
7758 will now be set before this is called.
7759
7760 2007-08-21 Juri Linkov <juri@jurta.org>
7761
7762 * delsel.el (delete-selection-pre-hook):
7763 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
7764 instead of checking last-command.
7765
7766 2007-08-21 Juri Linkov <juri@jurta.org>
7767
7768 * loadup.el: Preload "button".
7769
7770 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7773 Add previous-line and next-line.
7774
7775 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
7776 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
7777
7778 * vc-hooks.el (vc-menu-entry): New var.
7779 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
7780 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
7781 (vc-menu-map): Declare and initialize in one step.
7782 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
7783
7784 * menu-bar.el (vc-menu-map): Don't setup any more.
7785 Instead, just create the proper spot in the menu.
7786
7787 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * smerge-mode.el (smerge-resolve): New arg `safe'.
7790 (smerge-resolve-all, smerge-batch-resolve): New function.
7791 (smerge-refine): Make sure `diff' returns the expected result.
7792 (smerge-parsep-re): New const.
7793 (smerge-mode): Use it to adjust paragraph-separate.
7794
7795 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7796 Correctly match / regexp matchers as first char on a line when
7797 fontifying only that line.
7798
7799 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7800
7801 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * vc-bzr.el: Don't fiddle with vc-handled-backend.
7804 (vc-bzr-registered): Don't redundantly protect against
7805 file-error. Actually use the format-specific code.
7806 (vc-bzr-buffer-nonblank-p): Remove.
7807 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7808
7809 2007-08-20 Juri Linkov <juri@jurta.org>
7810
7811 * startup.el (fancy-splash-text): Change multiple tabs into one
7812 tab. Remove "Useful File menu items" section (with "Exit Emacs"
7813 and "Recover Crashed Session").
7814 (fancy-splash-screens): Set tab-width to 22.
7815 (normal-splash-screen): Replace literal tabs with \t and
7816 fix whitespace. Remove "Useful File menu items" section (with
7817 "Exit Emacs" and "Recover Crashed Session").
7818
7819 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7820
7821 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7822 extracted from `eval-last-sexp-1'.
7823 (eval-last-sexp-1): Call `preceding-sexp'.
7824
7825 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
7826
7827 * vc-rcs.el (vc-rcs-annotate-command):
7828 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7829 Add back :vc-annotate-prefix propertization.
7830
7831 2007-08-20 Andreas Schwab <schwab@suse.de>
7832
7833 * mail/rmail.el (rmail-autodetect): Doc fix.
7834
7835 2007-08-19 Juri Linkov <juri@jurta.org>
7836
7837 * startup.el (normal-splash-screen): Add more links.
7838
7839 2007-08-19 Juri Linkov <juri@jurta.org>
7840
7841 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7842 because it's common to both types of splash screen: fancy and normal.
7843 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7844 (exit-splash-screen): Rename from `fancy-splash-quit'.
7845 Use `quit-window' instead of `kill-buffer'.
7846 (fancy-splash-head): Use make-button to insert GNU image link.
7847 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7848 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7849 (normal-splash-screen): Put "Browse manuals" on the same line with
7850 "Emacs manual". Remove descriptions from "Useful tasks" and put
7851 all links in two columns on two lines.
7852
7853 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
7854
7855 * emulation/viper.el (viper-remove-hooks): Remove some additional
7856 viper hooks when the user calls viper-go-away.
7857 (viper-go-away): Restore the default of default-major-mode.
7858 Save the value of default-major-mode before vaperization.
7859
7860 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7861
7862 * emulation/viper-ex.el: Replace error "" with "Viper bell".
7863
7864 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7865 buffer for which file is created.
7866
7867 2007-08-19 Glenn Morris <rgm@gnu.org>
7868
7869 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7870 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7871 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
7872 shadow files messing up the compilation.
7873
7874 2007-08-18 Glenn Morris <rgm@gnu.org>
7875
7876 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7877 string. Also apply eldoc-argument-case in the help-split-fundoc
7878 case. Adapt for changed behavior of eldoc-function-argstring,
7879 eldoc-function-argstring-format, and
7880 eldoc-highlight-function-argument.
7881 (eldoc-highlight-function-argument): Handle nil INDEX argument,
7882 just call eldoc-docstring-format-sym-doc in that case.
7883 (eldoc-function-argstring): Change the behavior. Now it converts
7884 an argument list to a string.
7885 (eldoc-function-argstring-format): Change the behavior. Now it
7886 applies `eldoc-argument-case' to a string.
7887
7888 * progmodes/scheme.el (scheme-mode-variables): Set
7889 font-lock-comment-start-skip.
7890
7891 2007-08-18 Martin Rudalics <rudalics@gmx.at>
7892
7893 * progmodes/ada-mode.el (ada-create-syntax-table): Move
7894 set-syntax-table from here to ...
7895 (ada-mode): ... here. Do not change global value of
7896 comment-multi-line. Call new function
7897 ada-initialize-syntax-table-properties and add new function
7898 ada-handle-syntax-table-properties to font-lock-mode-hook.
7899 (ada-deactivate-properties, ada-initialize-properties): Replace
7900 by new functions ...
7901 (ada-handle-syntax-table-properties)
7902 (ada-initialize-syntax-table-properties)
7903 (ada-set-syntax-table-properties): ... to set up syntax-table
7904 properties uniformly, independently from whether font-lock-mode
7905 is enabled or not. Handle read-only buffers and do not change
7906 undo-list when setting syntax-table properties.
7907 (ada-after-change-function): Use ada-set-syntax-table-properties.
7908
7909 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7910
7911 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7912 (meta-indent-current-nesting): Use a computation of the nesting
7913 instead.
7914 (meta-indent-current-indentation): Indentation is given according
7915 to nesting and if the previous line was finished or not.
7916 (meta-indent-unfinished-line): Tell if the current line ends with
7917 a finished expression.
7918 (meta-indent-looking-at-code): Like `looking-at', but checks if
7919 the point is in a string before.
7920 (meta-indent-level-count): Use it. Don't count parenthesis as it's
7921 done in the nesting function.
7922 (meta-indent-in-string-p): Tell if the current point is in a
7923 string.
7924 (meta-indent-calculate): Treat b-o-b as a special case. Use the
7925 previous functions.
7926
7927 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
7928
7929 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7930 (copyright-update-year, copyright-update)
7931 (copyright-fix-years): Use it.
7932
7933 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
7934
7935 * emacs-lisp/copyright.el (copyright-update-year):
7936 Fix bug: Handle nil copyright-limit.
7937
7938 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7939
7940 * calc/calc-units.el (math-standard-units): Give exact
7941 conversion for tsp.
7942
7943 * calc/calc.el (math-bignum-digit-length): Compute the
7944 appropriate value.
7945
7946 * calc/calc-bin.el (math-bignum-logb-digit-size)
7947 (math-bignum-digit-power-of-two):
7948 * calc/calc-comb.el (math-small-factorial-table):
7949 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7950 (math-approx-gamma-const):
7951 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7952 (math-besY1, math-bernoulli-b-cache):
7953 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7954 Remove `eval-when-compile's.
7955
7956 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7957
7958 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7959 (cperl-find-pods-heres): Fix an error when typing expressions like
7960 `s{a}{b}'.
7961
7962 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7963
7964 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7965 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7966 a special case (there's no build number).
7967
7968 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7969
7970 * completion.el (symbol-under-point, symbol-before-point)
7971 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7972
7973 2007-08-17 Glenn Morris <rgm@gnu.org>
7974
7975 * progmodes/compile.el (compilation-get-file-structure): Make use
7976 of the directory part when checking for an existing entry, to
7977 handle files with same basename in different directories.
7978
7979 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7980
7981 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7982
7983 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7984
7985 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7986 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7987 (ps-paragraph-spacing): Docstring fix.
7988
7989 2007-08-16 Glenn Morris <rgm@gnu.org>
7990
7991 * ps-print.el (ps-font-size): Doc fix.
7992
7993 2007-08-16 Richard Stallman <rms@gnu.org>
7994
7995 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7996
7997 2007-08-15 Juri Linkov <juri@jurta.org>
7998
7999 * startup.el (initialization): Change parent group from `internal'
8000 to `environment'.
8001 (initial-buffer-choice): New variable.
8002 (command-line): Revert 2007-07-02 change that sets
8003 buffer-offer-save in *scratch* and enables auto-save in it.
8004 (fancy-splash-text): Add links to existing items. Add new items
8005 with links for useful tasks. Move information about Control-g to
8006 fancy-splash-head. Move "Emacs Guided Tour" to the end.
8007 (fancy-splash-keymap): New variable.
8008 (fancy-splash-last-input-event): Remove variable.
8009 (fancy-splash-insert): Add processing of `:link' element.
8010 (fancy-splash-head): Replace "Type Control-l to begin editing"
8011 with "Type `q' to exit".
8012 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
8013 (fancy-splash-default-action, fancy-splash-special-event-action):
8014 Remove functions.
8015 (fancy-splash-quit): New function.
8016 (fancy-splash-screens): Rename input arg from `hide-on-input' to
8017 `static' and reverse the condition of its usage. Don't preserve
8018 original values of `minor-mode-map-alist',
8019 `emulation-mode-map-alists', `special-event-map'.
8020 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8021 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8022 Remove processing of special events. Use local key map
8023 `fancy-splash-keymap'. Set buffer to read-only.
8024 (normal-splash-screen): Rename input arg from `hide-on-input' to
8025 `static' and reverse the condition of its usage.
8026 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8027 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8028 Add links to existing items. Add new items with links for useful
8029 tasks. Use local key map `fancy-splash-keymap'.
8030 (display-splash-screen): Rename input arg from `hide-on-input' to
8031 `static'.
8032 (about-emacs): Add alias to display-splash-screen.
8033 (command-line-1): Use `initial-buffer-choice'.
8034
8035 * menu-bar.el (menu-bar-help-menu):
8036 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
8037 item to about-emacs instead of display-splash-screen.
8038
8039 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
8040
8041 * calc/calc-units.el (math-standard-units): Update values.
8042 Put in exact, rational values when possible.
8043 (math-unit-prefixes): Replace floats with powers of ten.
8044 (math-standard-units-systems): Replace floats with integers.
8045 (math-make-unit-string): Remove extra spaces in output.
8046
8047 2007-08-15 Glenn Morris <rgm@gnu.org>
8048
8049 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
8050 sloppier, for the sake of GNU Mailman.
8051 (rmail-digest-rfc1153): Initialize `result' correctly.
8052
8053 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8054
8055 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
8056 in the mail title. Suggested by Reiner Steib.
8057
8058 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8059
8060 * calc/calc-aent.el (calc-do-quick-calc): Add binary
8061 representation of integers to the list of outputs.
8062
8063 2007-08-14 Glenn Morris <rgm@gnu.org>
8064
8065 * simple.el (bad-packages-alist): New constant.
8066 (bad-package-check): New function. Together, these two add elements
8067 to `after-load-alist' to check for problematic external packages.
8068 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
8069
8070 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
8071
8072 * calc/calc-units.el (math-get-standard-units)
8073 (math-get-units, math-make-unit-string)
8074 (math-get-default-units, math-put-default-units): New functions.
8075 (math-default-units-table): New variable.
8076 (calc-convert-units, calc-convert-temperature): Add machinery
8077 to supply default values.
8078
8079 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8082 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8083 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8084 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8085
8086 * emulation/tpu-extras.el: Remove spurious * in docstrings.
8087 Put its autoloads into tpu-edt.el rather than loaddefs.el.
8088 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8089 Make into a proper minor-mode.
8090 (tpu-backward-char, tpu-next-line, tpu-previous-line)
8091 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8092 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8093 (tpu-set-cursor-free, tpu-set-cursor-bound):
8094 Delegate to tpu-cursor-free-mode.
8095 (tpu-next-line, tpu-previous-line, tpu-forward-line)
8096 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8097 Use line-move or forward-line instead of next-line-internal.
8098
8099 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
8100
8101 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8102
8103 2007-08-12 Richard Stallman <rms@gnu.org>
8104
8105 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8106 (cvs-execute-single-file): Use new name split-string-and-unquote.
8107 (cvs-header-msg): Use new name combine-and-quote-strings.
8108
8109 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8110
8111 * progmodes/gud.el (gud-common-init): Use new name
8112 split-string-and-unquote.
8113
8114 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8115 in javac regexp.
8116
8117 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8118 combine-and-quote-strings and split-string-and-unquote.
8119
8120 * subr.el (combine-and-quote-strings): Rename from strings->string.
8121 (split-string-and-unquote): Rename from string->strings.
8122
8123 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8124
8125 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8126 to buffer-local settings.
8127
8128 * emacs-lisp/backquote.el (backquote-delay-process): New function.
8129 (backquote-process): Add internal arg `level'. Use the two to
8130 correctly handle nested backquotes.
8131
8132 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
8133
8134 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8135 (vc-bzr-state-words): Add "kind changed" state word.
8136 (vc-bzr-status): New function. Return Bzr idea of file status,
8137 which is different from VC's.
8138 (vc-bzr-state): Use vc-bzr-status.
8139 (vc-workfile-unchanged-p): Use vc-bzr-status.
8140 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8141 (vc-dired-state): Process "kind changed" state word.
8142
8143 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8146
8147 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8148 Move from vc-default-find-file-not-found-hook.
8149
8150 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * man.el: Remove spurious * in docstrings.
8153 Merge defvars and toplevel setq-defaults.
8154 (Man-highlight-references0): Limit=nil rather than point-max.
8155 (Man-mode-map): Move initialization into the declaration.
8156 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8157 (Man-view-header-file): Use expand-file-name rather than concat.
8158 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8159
8160 * man.el (Man-next-section): Make sure we do not move backward.
8161
8162 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * files.el (auto-mode-alist): Use the purecopied text (duh!).
8165
8166 2007-08-08 Glenn Morris <rgm@gnu.org>
8167
8168 * Replace `iff' in doc-strings and comments.
8169
8170 2007-08-08 Martin Rudalics <rudalics@gmx.at>
8171
8172 * dired.el (dired-pop-to-buffer):
8173 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8174 * calendar/calendar.el (generate-calendar-window):
8175 * progmodes/compile.el (compilation-set-window-height):
8176 * textmodes/two-column.el (2C-two-columns, 2C-merge):
8177 Use window-full-width-p instead of comparing frame-width and
8178 window-width.
8179
8180 * progmodes/compile.el (compilation-find-buffer): Remove extra
8181 argument in call to compilation-buffer-internal-p.
8182
8183 2007-08-07 Tom Tromey <tromey@redhat.com>
8184
8185 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8186 Add safe-local-variable property.
8187
8188 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * image-mode.el (image-toggle-display): Use image-refresh.
8191
8192 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
8193
8194 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8195 unofficial version.
8196 (vc-bzr-command): Remove redundant setting of process-connection-type.
8197 (vc-bzr-admin-checkout-format-file): Add autoload.
8198 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8199 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8200 (vc-bzr-registered): Compare dirstate format tag with known good
8201 value, abort parsing if match fails. Warn user in docstring.
8202 (vc-bzr-workfile-version): Case for different Bzr branch formats.
8203 See bzrlib/branch.py in Bzr sources.
8204 (vc-bzr-diff): First argument FILES may be a string rather than a list.
8205 (vc-bzr-shell-command): Remove in favor of
8206 vc-bzr-command-discarding-stderr.
8207 (vc-bzr-command-discarding-stderr): New function.
8208
8209 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
8210
8211 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8212 program, and return nil.
8213 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8214 (vc-bzr-state): Look for path names relative to the repository
8215 root after status keyword.
8216 (vc-bzr-file-name-relative): New function.
8217 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8218 depend on it.
8219 (vc-bzr-admin-dirname, ...-checkout-format-file)
8220 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8221 files that we now parse directly for speed.
8222 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8223 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8224 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8225 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
8226 Bzr warnings, so we must discard it.
8227 (vc-bzr-workfile-version): Speedup counting lines from
8228 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8229 if that file doesn't exist.
8230 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8231 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
8232 to `vc-directory-exclusion-list'.
8233 (vc-bzr-shell-command): New function.
8234
8235 2007-08-06 Tom Tromey <tromey@redhat.com>
8236
8237 * diff-mode.el (diff-unified->context, diff-reverse-direction)
8238 (diff-fixup-modifs): Typo in docstring.
8239
8240 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8243 count-screen-lines.
8244 (tpu-edt-off): Disable relevant pieces of advice.
8245
8246 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8247 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
8248 (newline, newline-and-indent, do-auto-fill): Use advice instead of
8249 redefining the function.
8250 (tpu-set-scroll-margins): Activate the pieces of advice.
8251
8252 2007-08-06 Martin Rudalics <rudalics@gmx.at>
8253
8254 * help.el (resize-temp-buffer-window): Use window-full-width-p
8255 instead of comparing frame-width and window-width.
8256
8257 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
8258
8259 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
8260 optional quotes around files in NEED-UPDATE . REMOVED case.
8261
8262 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
8263 (ada-treat-cmd-string): Improve error message.
8264 (ada-do-file-completion): Call `ada-require-project-file', so
8265 project variables are set properly.
8266 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
8267 (ada-gnatfind-buffer-name): New constant.
8268 (ada-find-any-references): Use new constant. Set buffer name
8269 properly in compilation-start. Toggle read-only properly.
8270 (ada-find-in-src-path): Fix spelling error in docstring.
8271
8272 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
8273 by zero error.
8274
8275 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
8278
8279 2007-08-12 Richard Stallman <rms@gnu.org>
8280
8281 * progmodes/sh-script.el (sh): Delete group `unix'.
8282
8283 * progmodes/gud.el (gud): Change to group `processes'.
8284
8285 2007-08-11 Glenn Morris <rgm@gnu.org>
8286
8287 * progmodes/compile.el (compilation-buffer-name): Don't check
8288 compilation-arguments. It is superfluous, and the variable isn't
8289 even set when this function is called.
8290
8291 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8292
8293 * term/mac-win.el (mac-ae-reopen-application): New function.
8294 (mac-apple-event-map): Bind "reopen application" Apple event to it.
8295
8296 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
8299 take tex-font-script-display into account.
8300 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
8301 cell to a list of 2 elements to simplify the unfontify code.
8302
8303 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8304
8305 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
8306 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
8307 ps-print-color-p is neither nil nor black-white. Reported by Christian
8308 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8309
8310 2007-08-08 Andreas Schwab <schwab@suse.de>
8311
8312 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
8313 self-insert-command, not self-insert.
8314
8315 2007-08-08 Glenn Morris <rgm@gnu.org>
8316
8317 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
8318 argument optional, for backwards compatibility, and only highlight
8319 args when present. Fix symbol name typo (doc/args).
8320
8321 * help-mode.el (help-make-xrefs): Search for symbol constituents,
8322 rather than just `-'.
8323
8324 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
8325
8326 * calc/calc-units.el (calc-convert-temperature):
8327 Use `/' to create fractions.
8328
8329 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
8330
8331 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
8332 global matching.
8333 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
8334 ERROR-BUFFER more robust. Display output.
8335 (tramp-file-name-handler): Add a connection property when we found
8336 a foreign file name handler. This allows backends like ftp to
8337 profit also from usr/host name completion based on connection
8338 cache.
8339 (tramp-send-command-and-read): Search for trash after the regexp
8340 until eol only. In XEmacs, there is a problem with \n.
8341
8342 * net/tramp-cache.el (top): Read persistent connection history
8343 when cache is empty.
8344
8345 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
8346
8347 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
8348 resulting output.
8349
8350 2007-08-07 Sam Steingold <sds@gnu.org>
8351
8352 * progmodes/compile.el (compilation-start): Pass nil as startfile
8353 to comint-exec.
8354
8355 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8356
8357 * longlines.el (longlines-decoded): New variable.
8358 (longlines-mode): Avoid encoding or decoding the buffer twice.
8359
8360 2007-08-07 Martin Rudalics <rudalics@gmx.at>
8361
8362 * format.el (format-insert-file): Make sure that at most one undo
8363 entry is recorded for the insertion. Inhibit point-motion and
8364 modification hooks around call to insert-file-contents.
8365
8366 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
8369 Select the buffer's window before moving point.
8370
8371 2007-08-07 Richard Stallman <rms@gnu.org>
8372
8373 * term.el (term): Remove parent group `unix'.
8374
8375 * simple.el (default-indent-new-line): New function.
8376 It calls comment-line-break-function if there are comments.
8377 (do-auto-fill): Use that.
8378
8379 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
8380
8381 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
8382 (PC-do-completion): Add "acronym completion" for symbols and
8383 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
8384
8385 2007-08-06 Sam Steingold <sds@gnu.org>
8386
8387 * mouse.el (mouse-buffer-menu): Pass mode-name through
8388 format-mode-line because it may be a list,
8389 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
8390
8391 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
8392
8393 * printing.el (pr-update-menus): Docstring fix.
8394
8395 2007-08-06 Jason Rumney <jasonr@gnu.org>
8396
8397 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
8398
8399 * vc-hooks.el (vc-call): Add doc string.
8400
8401 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
8402
8403 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
8404 process-filter.
8405
8406 2007-08-06 Kenichi Handa <handa@m17n.org>
8407
8408 * international/quail.el: Wrap (require 'help-mode) by
8409 eval-when-compile.
8410 (quail-help-init): New function.
8411 (quail-help): Call quail-help-init.
8412 (quail-store-decode-map-key): Change it to a function.
8413
8414 2007-08-05 Jason Rumney <jasonr@gnu.org>
8415
8416 * vc.el (vc-rollback): Add norevert argument back.
8417 (vc-revert-buffer): Add back as obsolete alias.
8418
8419 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
8420
8421 * term.el: Honor term-default-fg-color and term-default-bg-color
8422 settings when modifying term-current-face.
8423 (term-default-fg-color, term-default-bg-color): Initialize from
8424 default term-current-face.
8425 (term-mode, term-reset-terminal): Set term-current-face with
8426 term-default-fg-color and term-default-bg-color.
8427 (term-handle-colors-array): term-current-face has term-default-fg-color
8428 and term-default-bg-color after reset escape sequence.
8429 (term-handle-colors-array): Set term-current-color with
8430 term-default-fg/bg-color instead of ansi-term-color-vector when the
8431 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
8432
8433 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
8434
8435 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
8436 (math-nlfit-givens): Let bind free variables.
8437
8438 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
8439
8440 * printing.el: Require lpr and ps-print when loading printing package.
8441 Reported by Glenn Morris <rgm@gnu.org>.
8442
8443 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
8444
8445 * files.el (set-auto-mode): Handle also remote files wrt
8446 `auto-mode-alist'.
8447
8448 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8449
8450 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
8451 curves and plotting.
8452
8453 * calc/calc-nlfit.el: New file.
8454
8455 2007-08-04 Glenn Morris <rgm@gnu.org>
8456
8457 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
8458 zero, not nil, when the library is first loaded. Check for a file
8459 that has been modified on disk.
8460
8461 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
8462 Remove duplicate defvar preventing initialization.
8463 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
8464
8465 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
8468 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
8469 may match up to 4 lines.
8470 (diff-beginning-of-file-and-junk): Rewrite.
8471
8472 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8473
8474 * printing.el: Evaluate require only during compilation.
8475 (pr-version): New version 6.9.1.
8476 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
8477 (pr-global-menubar): Fix code.
8478
8479 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
8480
8481 * term.el (term-erase-in-display): Fix case when point is not at
8482 the beginning of the line.
8483
8484 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
8485
8486 * calc/calc-ext.el (math-get-value, math-get-sdev)
8487 (math-contains-sdev): New functions.
8488
8489 * calc/calc-graph.el (calc-graph-format-data)
8490 (calc-graph-add-curve): Check for error forms.
8491 (calc-graph-set-styles): Add option for error forms.
8492
8493 2007-08-03 Miles Bader <miles@gnu.org>
8494
8495 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
8496 backend names for new backends to `Git', `Hg', and `Bzr'.
8497 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
8498 not `HG'.
8499 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
8500 name, not `GIT'.
8501 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
8502 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
8503
8504 2007-08-03 Richard Stallman <rms@gnu.org>
8505
8506 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
8507 to update deleted flag.
8508
8509 * cus-edit.el (customize-apropos, customize-apropos-options)
8510 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
8511
8512 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
8513
8514 * startup.el (fancy-splash-head, startup-echo-area-message):
8515 Change message text.
8516
8517 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
8518 All callers use line-move.
8519
8520 * progmodes/compile.el (compilation-find-buffer): Return current
8521 buffer immediately if suitable.
8522 (compile, compilation-buffer-name, compilation-start): Doc fixes.
8523
8524 2007-08-03 Daiki Ueno <ueno@unixuser.org>
8525
8526 * faces.el (face-normalize-spec): New function.
8527 (frame-set-background-mode): Normalize face-spec before calling
8528 face-spec-match-p.
8529
8530 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * server.el (server-window): Add switch-to-buffer-other-frame option.
8533
8534 2007-08-03 Glenn Morris <rgm@gnu.org>
8535
8536 * cus-edit.el (customize-apropos): Make the error message indicate
8537 what kind of thing the user was trying to customize.
8538
8539 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
8540
8541 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
8542 Fix off-by-one error in previous change.
8543
8544 2007-08-03 Drew Adams <drew.adams@oracle.com>
8545
8546 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
8547 Make buffer writable.
8548
8549 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8550
8551 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
8552 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
8553 Use native Emacs functions, when appropriate.
8554
8555 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8556 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * vc.el: Document new VC operation `extra-menu'.
8559
8560 * vc-hooks.el (vc-default-extra-menu): New function.
8561
8562 * menu-bar.el (menu-bar-vc-filter): New function.
8563 (menu-bar-tools-menu): Use it as a filter.
8564
8565 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
8566
8567 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
8568
8569 2007-08-01 Glenn Morris <rgm@gnu.org>
8570
8571 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
8572 strings.
8573 (fortran-tab-mode-default): Remove needless autoload.
8574 (fortran-tab-mode-string): Add help-echo and mouse properties, and
8575 mark as risky.
8576 (fortran-line-length): New buffer-local variable, safe if integer.
8577 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
8578 Change from variables to constants.
8579 (fortran-font-lock-syntactic-keywords): Delete as a variable,
8580 replace with a new function definition.
8581 (fortran-mode): Use fortran-line-length, and
8582 fortran-font-lock-syntactic-keywords as a function. Add a
8583 hack-local-variables-hook function.
8584 (fortran-line-length, fortran-hack-local-variables): New functions.
8585 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
8586 Use fortran-line-length rather than 72.
8587 (fortran-window-create-momentarily): Doc fix.
8588
8589 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
8590
8591 * cus-edit.el (custom-group-value-create, custom-goto-parent):
8592 Fix parent groups link.
8593
8594 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
8595
8596 * progmodes/python.el (python-current-defun): Adjust to never fall
8597 into infinite loop.
8598
8599 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
8602
8603 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
8604
8605 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
8606 (copyright-fix-years, copyright): Correctly handle the case where
8607 copyright-limit is nil.
8608
8609 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
8610
8611 * progmodes/python.el (run-python): Fix path separator under w32.
8612
8613 2007-07-30 Richard Stallman <rms@gnu.org>
8614
8615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8616 Treat non-break space as whitespace in Lisp.
8617
8618 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
8619
8620 * vc.el (vc-dired-hook): Use inhibit-read-only.
8621
8622 * progmodes/compile.el (compilation-forget-errors):
8623 Reset compilation-auto-jump-to-next.
8624
8625 2007-07-30 Michael Olson <mwolson@gnu.org>
8626
8627 * cus-edit.el (custom-group-save): Fix void function definition
8628 error. Thanks to Zhang Wei for the report.
8629
8630 * ps-print.el: Check in trivial changes to the autoloads section
8631 caused by the build process. These autoloads really ought to be
8632 placed in a separate file, methinks.
8633
8634 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * calendar/calendar.el (calendar-mode): Make sure
8637 displayed-(month|year) are set.
8638 (calendar-basic-setup): Display buffer before adjusting window sizes.
8639 (generate-calendar-window): Use inhibit-read-only. Simplify.
8640 Generate buffer and set displayed-month and displayed-year before
8641 calling update-calendar-mode-line.
8642
8643 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
8644
8645 * net/tramp.el:
8646 * net/tramp-uu.el:
8647 * net/trampver.el: Use utf-8 encoding with coding cookie.
8648
8649 * net/tramp-cache.el:
8650 * net/tramp-fish.el:
8651 * net/tramp-ftp.el:
8652 * net/tramp-gw.el:
8653 * net/tramp-smb.el: Remove coding cookie.
8654
8655 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8656 Flush buffer file-name's file property.
8657 (tramp-handle-file-remote-p): The first parameter is FILENAME.
8658
8659 * net/trampver.el: Update release number.
8660
8661 2007-07-29 Juri Linkov <juri@jurta.org>
8662
8663 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
8664 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
8665 when major-mode is not dired-mode.
8666 (dired-toggle-read-only): New function.
8667 (dired-recursive-deletes): Remove obsolete comments about old
8668 default value.
8669 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
8670
8671 * wdired.el (wdired-exit): New function.
8672 (wdired-mode-map): Bind C-x C-q to wdired-exit.
8673
8674 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * cus-edit.el (customize-read-group): New fun.
8677 (customize-group-other-window, customize-face-other-window):
8678 Prompt before delegating to customize-(group|face).
8679 Bind pop-up-windows rather than use the other-window argument.
8680 (customize-group, customize-face): Prompt from the interactive spec.
8681 Remove args `prompt-for-group' and `other-window'.
8682
8683 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
8684 (ad-body-forms, ad-advised-interactive-form): Revert this part of
8685 last change.
8686
8687 2007-07-28 Masatake YAMATO <jet@gyve.org>
8688
8689 * vc.el (vc-dired-mode): Add a menu for VC related operation.
8690 Use backend name as the menu label. Suggested by David Kastrup.
8691
8692 2007-07-28 Alan Mackenzie <acm@muc.de>
8693
8694 Fix problem with modes derived from CC Mode:
8695 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
8696 macro to cc-langs.
8697 (c-init-language-vars-for): Remove call to above macro.
8698 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
8699 been moved to here.
8700 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
8701
8702 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8703
8704 * net/trampver.el: Fix the `coding' cookie.
8705
8706 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8707
8708 * vc-git.el (vc-git-print-log): Support both the old single file
8709 interface and the new one.
8710
8711 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
8712
8713 * bindings.el (mode-line-remote): Use updated %@ construct.
8714
8715 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8718 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
8719 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
8720 (diary-list-bahai-entries, diary-bahai-mark-entries)
8721 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8722 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8723 New names to clean up namespace.
8724 (list-bahai-diary-entries, mark-bahai-diary-entries)
8725 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
8726 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
8727 Add compatibility aliases.
8728
8729 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
8730
8731 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
8732 (calendar-scroll-left-three-months)
8733 (calendar-scroll-right-three-months): Clean up namespace.
8734 (scroll-calendar-left, scroll-calendar-right)
8735 (scroll-calendar-left-three-months)
8736 (scroll-calendar-right-three-months): Add compatibility aliases.
8737
8738 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8739 Behave like mouse-scroll-calendar-* when used from the mouse.
8740
8741 * calendar/cal-menu.el (cal-menu-scroll-menu)
8742 (cal-menu-global-mouse-menu):
8743 * calendar/calendar.el (calendar-mode-map):
8744 Use new calendar-scroll-* names.
8745 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
8746 Remove. Use calendar-scroll-* directly instead.
8747
8748 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8749
8750 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
8751 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
8752 (ad-make-advised-definition, ad-cache-id-verification-code):
8753 Use commandp and interactive-form instead.
8754
8755 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
8756
8757 * vc-git.el: Relicense to GPLv3 or later.
8758 (vc-directory-exclusion-list, vc-handled-backends): Remove.
8759
8760 * vc-hooks.el (vc-handled-backends): Add GIT.
8761
8762 * vc.el (vc-directory-exclusion-list): Add .git.
8763
8764 2007-07-26 Alexandre Julliard <julliard@winehq.org>
8765
8766 * vc-git.el (vc-git-revision-table)
8767 (vc-git-revision-completion-table): New functions.
8768
8769 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8770
8771 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
8772 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8773 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8774 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8775 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8776 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8777 New command actions for EPS header and EPS footer.
8778
8779 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8780 footer. Fix some problems with one-or-more, zero-or-more and
8781 alternative constructions generation. Some log messages
8782 implementation. Doc fix.
8783 (ebnf-version): New version 4.4.
8784 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8785 (ebnf-eps-footer, ebnf-log): New options.
8786 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8787 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8788 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8789 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8790 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
8791 (ebnf-style-custom-list, ebnf-style-database): Put new values.
8792 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8793 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8794 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8795 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8796 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8797 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8798 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8799 (ebnf-non-terminal-dimension, ebnf-special-dimension)
8800 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8801 (ebnf-except-dimension, ebnf-alternative-dimension)
8802 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8803 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
8804 message fun.
8805 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8806 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8807 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8808 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8809 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8810 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8811 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8812 compatibility with Emacs 20 & 21.
8813 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8814 (ebnf-eps-file-alist, ebnf-basic-width-extra)
8815 (ebnf-basic-empty-height): New vars.
8816 (ebnf-prologue): Fix PostScript code.
8817 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8818 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8819 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8820 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8821
8822 2007-07-25 Glenn Morris <rgm@gnu.org>
8823
8824 * Relicense all FSF files to GPLv3 or later.
8825
8826 * COPYING: Switch to GPLv3.
8827
8828 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8831 Replace it with another one which disables undo before calling
8832 erase-buffer and then turns it back on if needed.
8833
8834 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8835
8836 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8837
8838 2007-07-24 Glenn Morris <rgm@gnu.org>
8839
8840 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8841 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8842 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8843 (cal-tex-cursor-week, cal-tex-cursor-week2)
8844 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8845 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8846 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8847 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8848
8849 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * calendar/calendar.el (calendar-mode-map): Move initialization
8852 into declaration. Add menu bindings (used to be done in cal-menu).
8853 (calendar-mode): Don't add an activate-menubar-hook.
8854
8855 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8856 modify calendar-mode-map), use easy-menu, and make sure that C-h k
8857 can be used on the menu entries.
8858 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8859 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8860 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8861 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8862 (calendar-flatten, cal-menu-update): Remove.
8863 (calendar-mouse-insert-hebrew-diary-entry)
8864 (calendar-mouse-insert-islamic-diary-entry)
8865 (calendar-mouse-insert-bahai-diary-entry):
8866 Remove (fold into cal-menu-diary-menu).
8867 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8868 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8869 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8870 (calendar-mouse-view-diary-entries): Minor simplifications.
8871 (calendar-event-to-date): Use with-current-buffer.
8872
8873 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
8874
8875 * add-log.el (change-log-redate): Remove (not needed anymore and
8876 doesn't appear to work).
8877
8878 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 * frame.el: Use mapc and dolist instead of mapcar where possible.
8881 (close-display-connection): New command.
8882
8883 2007-07-25 Alexandre Julliard <julliard@winehq.org>
8884
8885 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8886 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8887
8888 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8889
8890 * ps-print.el (ps-multibyte-buffer): Docstring fix.
8891
8892 * ps-mule.el: Doc fix.
8893 (ps-multibyte-buffer, ps-mule-font-info-database-default)
8894 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
8895
8896 2007-07-25 Glenn Morris <rgm@gnu.org>
8897
8898 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8899 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8900 (cal-tex-daily-end, cal-tex-hook)
8901 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8902 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8903 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8904 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8905 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8906 (cal-tex-day-prefix, cal-tex-day-name-format)
8907 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8908 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8909 (cal-tex-LaTeX-subst-list): Change from variables to constants.
8910 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8911 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8912 etc, rather than \bf.
8913 (cal-tex-mini-calendar): Fix typos in previous change.
8914 (cal-tex-latexify-list): Remove inner let binding.
8915 (cal-tex-end-document, cal-tex-banner): Use multi-line
8916 cal-tex-comment.
8917 (cal-tex-comment): Handle embedded newlines.
8918 (cal-tex-LaTeXify-string): Use substring-no-properties.
8919
8920 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
8921
8922 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8923 Add support for the Maden build tool.
8924
8925 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
8926
8927 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8928
8929 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8932
8933 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8934
8935 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8936 C-x C-q.
8937
8938 * vc-git.el (vc-git-print-log): Fix previous change.
8939
8940 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * window.el (save-selected-window): Minor optimization.
8943 (bw-adjust-window): If operation failed, try with a smaller delta.
8944 (window-fixed-size-p): New function.
8945 (window-area-factor): New var.
8946 (balance-windows-area): New command.
8947
8948 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8949 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8950 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8951 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8952 (ps-mule-begin-job): Use dolist.
8953
8954 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
8955
8956 * subr.el (start-file-process-shell-command)
8957 (process-file-shell-command): New defuns.
8958
8959 * progmodes/compile.el (compilation-start):
8960 Apply `start-file-process-shell-command'.
8961
8962 2007-07-24 Alexandre Julliard <julliard@winehq.org>
8963
8964 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8965
8966 2007-07-24 Alan Mackenzie <acm@muc.de>
8967
8968 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8969 Initialise byte-compile-unresolved-functions before rather than
8970 after a compilation.
8971 (byte-compile-unresolved-functions): Amplify doc string.
8972
8973 2007-07-24 Glenn Morris <rgm@gnu.org>
8974
8975 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8976
8977 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8978 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8979 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8980 (cal-tex-cursor-week, cal-tex-cursor-week2)
8981 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8982 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8983 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8984 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8985
8986 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8987 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8988 (cal-tex-day-name-format, cal-tex-cal-one-month)
8989 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8990 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8991 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8992 (cal-tex-list-holidays, cal-tex-cursor-year)
8993 (cal-tex-cursor-year-landscape, cal-tex-year)
8994 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8995 (cal-tex-cursor-month, cal-tex-insert-days)
8996 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8997 (cal-tex-first-blank-p, cal-tex-cursor-week)
8998 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8999 (cal-tex-week-hours, cal-tex-cursor-week-monday)
9000 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
9001 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9002 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
9003 (cal-tex-latexify-list, cal-tex-previous-month)
9004 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
9005 modernization, including using dotimes rather than
9006 calendar-for-loop.
9007 (cal-tex-LaTeX-subst-list): Remove `@'.
9008 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
9009 Use \textit and \textbf rather than \em and \it.
9010
9011 * calendar/cal-bahai.el (list-bahai-diary-entries)
9012 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
9013 * calendar/cal-islam.el (list-islamic-diary-entries)
9014 * calendar/calendar.el (generate-calendar, generate-calendar-month)
9015 * calendar/diary-lib.el (diary-list-entries)
9016 (mark-calendar-date-pattern): Use `dotimes' rather than
9017 `calendar-for-loop'.
9018
9019 * calendar/calendar.el (calendar-for-loop): Doc fix.
9020
9021 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9022
9023 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
9024 underlying file is uptodate.
9025
9026 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
9027
9028 * replace.el (perform-replace): Use isearch-no-upper-case-p.
9029
9030 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9031
9032 * vc-hooks.el (vc-mode-line-map): New const.
9033 (vc-mode-line): Use it.
9034
9035 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9036
9037 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
9038 (vc-git-unregister): New functions.
9039 (vc-git-find-version): Use the result of ls-files as a parameter
9040 for cat-file.
9041
9042 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
9043
9044 * net/tramp.el (tramp-perl-file-attributes)
9045 (tramp-perl-directory-files-and-attributes)
9046 (tramp-handle-file-attributes-with-stat)
9047 (tramp-handle-directory-files-and-attributes-with-stat)
9048 (tramp-convert-file-attributes): Handle huge file sizes.
9049
9050 2007-07-23 Juri Linkov <juri@jurta.org>
9051
9052 * isearch.el (isearch-message-function): New variable.
9053 (isearch-update, isearch-search): Use it.
9054
9055 * simple.el (goto-history-element): New function created from
9056 next-history-element.
9057 (next-history-element): Most code moved to goto-history-element.
9058 Call goto-history-element with (- minibuffer-history-position n).
9059 (previous-history-element): Call goto-history-element with (+
9060 minibuffer-history-position n).
9061 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
9062 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
9063 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
9064 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
9065 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
9066 (minibuffer-history-isearch-pop-state): New functions.
9067
9068 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9069
9070 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
9071 Also, if FILE is a list, return non-nil if any of its elements
9072 should stay local. Update docstring.
9073
9074 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9077 change by reverting a small part.
9078
9079 2007-07-23 Richard Stallman <rms@gnu.org>
9080
9081 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9082
9083 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9084
9085 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9086 handling it. Use vc-git-command.
9087 (vc-git-find-version, vc-git-diff-tree): New functions.
9088 (vc-git-revert): Use vc-git-command.
9089 (vc-git--run-command): Delete.
9090
9091 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9092
9093 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9094
9095 2007-07-20 Kenichi Handa <handa@m17n.org>
9096
9097 * international/utf-8.el (utf-8-post-read-conversion):
9098 Temporarily bind utf-8-compose-scripts to nil while running
9099 *-compose-region functions.
9100
9101 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9102
9103 * vc-git.el: Update status.
9104 (vc-directory-exclusion-list): Use eval-after-load.
9105
9106 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
9107
9108 * bindings.el (mode-line-remote): New variable.
9109 (help-echo): Add to default values of mode-line-format.
9110
9111 * files.el: Mark mode-line-remote as risky.
9112
9113 2007-07-22 Juri Linkov <juri@jurta.org>
9114
9115 * isearch.el (isearch-edit-string): Save old point and
9116 isearch-other-end to old-point and old-other-end before reading
9117 the search string from minibuffer. After exiting minibuffer set
9118 point to old-other-end if point and the search direction is the
9119 same as before reading the search string.
9120 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
9121 to isearch-other-end. Instead of isearch-search-and-update call
9122 three functions isearch-search, isearch-push-state and isearch-update.
9123
9124 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9125
9126 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9127 deal with multiple file arguments.
9128 (vc-git-print-log): Deal with multiple file arguments.
9129
9130 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9133 diff-refine-hunk. Adjust users.
9134 (diff-unified-hunk-p, diff-splittable-p): New functions.
9135 (diff-mode-menu): Use it to disable Split when it doesn't work.
9136
9137 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9138
9139 * diff-mode.el (diff-mode-menu): New entries.
9140
9141 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9144 if applicable, so as to save undo-log space.
9145
9146 * diff-mode.el (diff-find-file-name): Add arg `batch'.
9147
9148 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9149 (diff-file-kill): Use it.
9150 (diff-beginning-of-hunk): Add arg `try-harder' using it.
9151 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9152 Use it so they find the hunk even when we're in the file header.
9153
9154 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9155
9156 * vc-git.el (vc-git-revision-granularity, vc-git-root)
9157 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9158 (vc-git-create-repo): New functions.
9159 (vc-git-registered): New autoloaded function definition.
9160 (vc-git-registered): Use vc-git-root.
9161 (vc-git-responsible-p): New defalias.
9162 (vc-git-annotate-extract-revision-at-line): Uncomment.
9163 (vc-git-print-log): Add the file name to the log.
9164 (vc-git-log-view-mode): New derived mode.
9165 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9166
9167 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9168
9169 * progmodes/grep.el (grep-compute-defaults): Keep default values.
9170
9171 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
9172
9173 * textmodes/reftex.el (reftex-access-parse-file): Create parse
9174 file in a way that does not interfere with recentf mode.
9175 (reftex-access-parse-file): Do not risk destroying an existing
9176 buffer.
9177
9178 2007-07-22 Alexandre Julliard <julliard@winehq.org>
9179
9180 * vc-git.el: New file.
9181
9182 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * textmodes/tex-mode.el (tex-font-script-display): Change default.
9185
9186 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9187
9188 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9189 for branches and new files.
9190
9191 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9192 local-map handling ...
9193 (vc-mode-line): ... here. Improve handling of help-echo.
9194
9195 * vc.el (mode-line-string): Document help-echo usage.
9196
9197 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9198
9199 Sync with Tramp 2.1.10.
9200
9201 * net/tramp.el (tramp-get-ls-command): Fix typo.
9202
9203 * net/trampver.el: Update release number.
9204
9205 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9206
9207 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9208
9209 * term/x-win.el (x-handle-no-bitmap-icon): New function.
9210
9211 2007-07-22 Martin Rudalics <rudalics@gmx.at>
9212
9213 * add-log.el (change-log-fill-parenthesized-list): New function.
9214 (change-log-indent): Call change-log-fill-parenthesized-list.
9215 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9216 Have lines with leading asterisk start a paragraph.
9217
9218 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9219
9220 * calc/calc-math.el (math-emacs-precision)
9221 (math-largest-emacs-expt, math-smallest-emacs-expt):
9222 New variables.
9223 (math-use-emacs-fn): New function.
9224 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9225 appropriate.
9226
9227 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9228
9229 * image-dired.el (image-dired-sane-db-file): New func.
9230 (image-dired-write-tags, image-dired-remove-tag)
9231 (image-dired-list-tags, image-dired-write-comments)
9232 (image-dired-get-comment, image-dired-mark-tagged-files)
9233 (image-dired-create-gallery-lists): Call new func.
9234 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9235
9236 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9237
9238 * vc-hg.el (vc-hg-dir-state): Fix loop.
9239 (vc-hg-print-log): Fix expected return value for vc-hg-command.
9240 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9241 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9242 (vc-hg-revert): Likewise.
9243 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9244 functions.
9245
9246 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * add-log.el (change-log-resolve-conflict): Don't lose data if the
9249 merge fails.
9250
9251 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9252
9253 * progmodes/compile.el (compilation-auto-jump-to-first-error):
9254 Add group and version.
9255
9256 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * add-log.el (add-log-file-name): Use file-relative-name.
9259 (add-change-log-entry): Delay reading
9260 add-log-(full-name|mailing-address) to after we've switched to the
9261 ChangeLog buffer so we get the right value.
9262 (add-change-log-entry, add-log-current-defun, change-log-merge):
9263 Use derived-mode-p rather than checking major-mode directly.
9264
9265 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
9266 name for buffer-file-name if it refers to a directory.
9267
9268 * vc-arch.el (vc-arch-diff): Fix last change.
9269
9270 * progmodes/compile.el (compilation-start): Remember the original
9271 directory in a buffer-local compilation-directory.
9272 (compile): Set the global value of compilation-directory.
9273 (recompile): Use compilation-directory even in the compilation buffer.
9274
9275 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9276
9277 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
9278
9279 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9280
9281 * ps-print.el: Problem with foreground and background color when
9282 printing a buffer with and without faces. Reported by Christian
9283 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9284 (ps-print-version): New version 6.7.5.
9285 (ps-default-fg): Change default value to nil, so black color is used
9286 when a face does not specify a foreground color.
9287 (ps-default-bg): Change default value to nil, so white color is used
9288 for background color.
9289 (ps-begin-job): Fix code.
9290
9291 2007-07-20 Eli Zaretskii <eliz@gnu.org>
9292
9293 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
9294 in $(INSTALL_DIR)/lisp/ if they already exist.
9295
9296 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
9297
9298 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
9299 in $(INSTALL_DIR)/lisp/ if they already exist.
9300
9301 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * progmodes/vera-mode.el (vera-re-search-forward)
9304 (vera-re-search-backward): Remove use of store-match-data.
9305 (vera-mode-map): Move initialization into declaration.
9306
9307 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
9308 (flymake-find-buildfile): Use locate-dominating-file.
9309
9310 * vc.el (vc-delistify): Use mapconcat.
9311 (vc-do-command): Minor simplification.
9312 (vc-expand-dirs): Use push.
9313
9314 * vc-mcvs.el (vc-mcvs-create-repo):
9315 * vc-cvs.el (vc-cvs-create-repo): Remove.
9316
9317 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
9318 directory and the root as well.
9319
9320 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9321
9322 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
9323 instead of a file.
9324
9325 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
9326 (vc-hg-registered): Replace if with when.
9327 (vc-hg-state): Deal with nonexistent files and handle removed files.
9328 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
9329 (vc-hg-checkout): Re-enable.
9330 (vc-hg-create-repo): Fix typos.
9331 (vc-hg-print-log): Fix for multiple files.
9332 (vc-hg-workfile-unchanged-p): New function.
9333
9334 * vc.el: Fix typo.
9335 (vc-print-log): Fix call to print-log.
9336 (vc-default-comment-history): Likewise.
9337 (vc-directory-exclusion-list): Add .hg and .bzr.
9338 (vc-diff-internal): Pass a list instead of a file.
9339
9340 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
9341
9342 * vc-bzr.el (vc-bzr-create-repo): New function.
9343
9344 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
9347 `file' from which to start the search.
9348
9349 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
9350
9351 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
9352 having a single file argument to having a list of files as the
9353 first argument.
9354
9355 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * files.el (locate-dominating-file): New function.
9358
9359 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
9360
9361 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
9362 (grep-compute-defaults): Use it.
9363
9364 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 * uniquify.el: Docstring fixes.
9367
9368 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
9369
9370 * vc.el (revision-granularity, create-repo): Document new vc
9371 backend properties.
9372 (vc-rollback): Renamed from vc-cancel-version. Update
9373 references. Pass a list instead of a file.
9374 (vc-revert): Renamed from vc-revert-buffer. Update references.
9375 (vc-delistify, vc-expand-dirs): New functions.
9376 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
9377 of files instead of a single file.
9378 (vc-position-context, vc-resync-window, vc-diff-internal)
9379 (vc-print-log): Pass a list instead of a file.
9380
9381 * vc-hooks.el (vc-stay-local-p, vc-backend)
9382 (vc-backend-subdirectory-name): Work on a file list, not a single
9383 file.
9384 (vc-workfile-version): Update docstring.
9385 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
9386 vc-revert instead of vc-revert-buffer.
9387 (vc-prefix-map): Likewise. Bind vc-update.
9388
9389 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
9390 (vc-svn-wash-log): New functions.
9391 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
9392 (vc-svn-command): Deal with a list of files, not a single file.
9393
9394 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
9395 (vc-rcs-wash-log): New functions.
9396 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
9397 Deal with a list of files, not a single file.
9398 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
9399
9400 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
9401 functions.
9402 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
9403 list of files, not a single file.
9404
9405 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
9406 New functions.
9407 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
9408 (vc-mcvs-diff): Deal with a list of files, not a single file.
9409
9410 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
9411 functions.
9412 (vc-hg-print-log): Deal with a list of files, not a single file.
9413 (vc-hg-diff-tree): New function, replace defalias with the same
9414 name.
9415 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
9416 FILES to denote that it is a file list, not a single file.
9417
9418 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
9419 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
9420 a single file.
9421 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
9422 that it is a file list, not a single file.
9423 (vc-cvs-diff): Likewise. Simplify.
9424
9425 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
9426 Deal with a list of files, not a single file.
9427
9428 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
9429 (vc-bzr-print-log): Update FILE parameter name to denote that it
9430 is a file list, not a single file.
9431 (vc-bzr-diff): Likewise. Use the car of files.
9432
9433 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
9434
9435 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
9436 (follow-delete-other-windows-and-split, follow-recenter)
9437 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
9438 (follow-redisplay, follow-estimate-first-window-start)
9439 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
9440 Fix typos in docstrings.
9441
9442 2007-07-18 Martin Rudalics <rudalics@gmx.at>
9443
9444 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
9445 avoid that filling introduces lines with a single asterisk.
9446
9447 * kmacro.el (kmacro-end-macro): When ignoring empty macro
9448 avoid incorrect kmacro-ring-empty-p messages.
9449 Reported by Michael Schierl <schierlm@gmx.de>.
9450
9451 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9452
9453 * vc.el: Add more info about the vc-registered function.
9454
9455 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
9456
9457 * files.el (file-remote-p): Introduce optional parameter
9458 IDENTIFICATION.
9459
9460 * recentf.el (recentf-keep-default-predicate): Adapt call of
9461 `file-remote-p'.
9462
9463 * progmodes/grep.el (grep-probe): Use `process-file'.
9464 (grep-compute-defaults): Handle variables host specific.
9465
9466 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
9467 parameter IDENTIFICATION.
9468
9469 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
9470 parameter IDENTIFICATION.
9471 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
9472 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9473 Add entry for `set-file-times'.
9474 (tramp-do-copy-or-rename-file-via-buffer)
9475 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
9476 (tramp-handle-unhandled-file-name-directory): Rewrite.
9477 (tramp-convert-file-attributes): Add error handling when inode is
9478 extraordinary big.
9479 (tramp-get-inode): Change parameter from FILE to VEC.
9480 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
9481 is nil. This is according to the specification. Goto (point-max)
9482 when ready.
9483 (tramp-handle-shell-command): Rewrite completely, using
9484 `process-file' and `start-file-process'.
9485 (tramp-methods, tramp-find-shell)
9486 (tramp-open-connection-setup-interactive-shell)
9487 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
9488 var. Reported by Steve Youngs <steve@sxemacs.org>.
9489
9490 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
9491 entry for `set-file-times'. Rename `start-process' into
9492 `start-file-process'. Remove `call-process' entry.
9493 (tramp-fish-handle-set-file-times): New defun.
9494 (tramp-fish-handle-executable-find): Use `process-file'.
9495 (tramp-fish-handle-process-file): New defun. Replaces
9496 `tramp-fish-handle-call-process'.
9497 (tramp-fish-do-copy-or-rename-file-directly): Use
9498 `set-file-times'.
9499 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
9500
9501 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
9502 `tramp-get-inode' parameter.
9503
9504 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
9507 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
9508 nowadays, and by the time Emacs-23 comes out, nobody will even remember
9509 it has ever existed.
9510
9511 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9512
9513 * vc.el: Undo previous change.
9514
9515 2007-07-16 Eli Zaretskii <eliz@gnu.org>
9516
9517 * makefile.w32-in (clean): Don't delete *~.
9518
9519 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * textmodes/tex-mode.el (tex-verbatim-environments):
9522 Add safe-local-variable property.
9523 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
9524 when starting font-lock rather than when loading tex-mode.el.
9525
9526 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
9527 whole $( rather than just the $. Rename from sh-quoted-subshell.
9528 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
9529
9530 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9531
9532 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
9533 bookmark-alist. Instead, if not sorting, simply return it.
9534 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
9535 for its return value, not for its side effect.
9536
9537 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
9538 case of alignment under a constant symbol, find and consider
9539 the sexp actually at indentation to be the "last sexp".
9540
9541 2007-07-16 Drew Adams <drew.adams@oracle.com>
9542
9543 * mouse.el (mouse-yank-secondary): Better error message if no
9544 secondary selection.
9545
9546 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9547
9548 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
9549
9550 * term/xterm.el (xterm-turn-on-modify-other-keys)
9551 (xterm-turn-off-modify-other-keys): New functions.
9552 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
9553 terminal supports it.
9554
9555 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9556
9557 * bookmark.el (bookmark-show-all-annotations):
9558 Make sure each inserted annotation ends with newline.
9559
9560 2007-07-15 Richard Stallman <rms@gnu.org>
9561
9562 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
9563
9564 * tutorial.el (tutorial--find-changed-keys):
9565 Handle C-x specially like ESC.
9566
9567 2007-07-15 Aaron Hawley <aaronh@garden.org>
9568
9569 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
9570
9571 2007-07-15 Juri Linkov <juri@jurta.org>
9572
9573 * delsel.el (delete-selection-pre-hook):
9574 * emulation/cua-base.el (cua-paste): Before a yank command,
9575 check also whether last-command is one of mouse-save-then-kill,
9576 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
9577
9578 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
9579
9580 * recentf.el (recentf-keep-default-predicate): New defun.
9581 (recentf-keep): Use it as initial value.
9582
9583 2007-07-15 Karl Fogel <kfogel@red-bean.com>
9584
9585 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
9586 thus restoring bookmark bindings to three slots under C-x r. See
9587 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
9588
9589 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9590
9591 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
9592
9593 2007-07-15 Jason Rumney <jasonr@gnu.org>
9594
9595 * w32-fns.el (set-default-process-coding-system): Use dos line ends
9596 for input to cmdproxy on all versions of Windows.
9597 Use dos line ends for input to plink.
9598
9599 * comint.el (comint-simple-send): Concat newline before sending.
9600 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
9601
9602 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
9605 safe-local-variable setting.
9606
9607 2007-07-14 David Kastrup <dak@gnu.org>
9608
9609 * emacs-lisp/advice.el (defadvice): Doc fix.
9610
9611 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
9612
9613 * subr.el (when, unless): Doc fix.
9614
9615 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9616
9617 * replace.el (match): Use yellow1 instead of yellow.
9618
9619 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
9620 red.
9621
9622 * pcvs-info.el (cvs-unknown): Likewise.
9623
9624 2007-07-13 Eli Zaretskii <eliz@gnu.org>
9625
9626 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
9627 (install): Use them to copy all *.el files before *.elc.
9628
9629 2007-07-13 Drew Adams <drew.adams@oracle.com>
9630
9631 * bookmark.el (bookmark-jump-other-window): New function.
9632 (bookmark-map): Bind it to "o".
9633
9634 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
9635 and its thread contains discussion about this change.
9636 The original patch was slightly tweaked by Karl Fogel
9637 <kfogel@red-bean.com> before committing.
9638
9639 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9640
9641 * bookmark.el: Shorten some comments to fit within 80 lines.
9642
9643 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9644
9645 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
9646 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
9647 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
9648 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
9649
9650 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
9651
9652 * textmodes/org.el: Bug fixes.
9653 (org-end-of-line): Move to end of line if in headline without tags.
9654
9655 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * vc-hooks.el: Remove spurious * in docstrings.
9658 (vc-handled-backends): Add BZR.
9659
9660 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
9661
9662 2007-07-12 Davis Herring <herring@lanl.gov>
9663
9664 * desktop.el (desktop-buffer-info, desktop-save):
9665 Use `desktop-dirname' instead of `dirname'.
9666
9667 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9668
9669 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
9670
9671 * progmodes/python.el (python-which-func-length-limit): New var.
9672 (python-which-func): New function.
9673 (python-current-defun): Add optional `length-limit' and try to fit
9674 computed function name to that length.
9675 (python-mode): Hook `python-which-func' up.
9676
9677 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9678
9679 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
9680
9681 * comint.el (comint-dynamic-complete-as-filename):
9682 Use read-file-name-completion-ignore-case.
9683
9684 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * comint.el (comint-dynamic-list-filename-completions):
9687 Use read-file-name-completion-ignore-case.
9688
9689 * vc-cvs.el: Require CL.
9690 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
9691 New functions to provide completion of revision names.
9692
9693 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
9694 (vc-cvs-annotate-first-line-re): New const.
9695 (vc-cvs-annotate-process-filter): New fun.
9696 (vc-cvs-annotate-command): Use them and run the command asynchronously.
9697
9698 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9699
9700 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
9701 (eldoc-print-current-symbol-info): Adjust for changed helper
9702 function signatures.
9703 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
9704 `eldoc-highlight-function-argument'.
9705 (eldoc-highlight-function-argument): New function.
9706 (eldoc-get-var-docstring): Format documentation with
9707 `font-lock-variable-name-face'.
9708 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
9709 where suited.
9710 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
9711 (eldoc-beginning-of-sexp): Return number of skipped sexps.
9712
9713 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
9714
9715 * progmodes/compile.el (compilation-start): `start-process' must
9716 still be redefined when calling `start-process-shell-command'.
9717
9718 * progmodes/gud.el (gud-file-name): When `default-directory' is a
9719 remote file name, prepend its remote part to the filename.
9720 (gud-common-init): When `default-directory' is a remote file name,
9721 make the filename relative to it.
9722 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
9723
9724 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9725
9726 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
9727 mouse binding and a tooltip.
9728
9729 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * menu-bar.el (vc-menu-map): New defalias.
9732
9733 2007-07-10 Richard Stallman <rms@gnu.org>
9734
9735 * emacs-lisp/lisp-mode.el (eval-defun):
9736 Explain special handling of `defface'.
9737
9738 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
9739
9740 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
9741
9742 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
9743
9744 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
9747
9748 * vc-arch.el (vc-arch-complete): Remove.
9749 (vc-arch-revision-completion-table): Use complete-with-action.
9750
9751 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
9752 (complete-with-action): New function.
9753 (dynamic-completion-table): Use it.
9754
9755 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
9756
9757 * comint.el (make-comint, make-comint-in-buffer)
9758 (comint-exec-1): Replace `start-process' by `start-file-process'.
9759
9760 * progmodes/compile.el (compilation-start): Revert redefining
9761 `start-process'.
9762
9763 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
9766 with EOLs when generating MD5 checksums.
9767
9768 * follow.el: Don't change the global map from the follow-mode-map
9769 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
9770 XEmacs code.
9771 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
9772 since `follow-mode' should be used instead for that.
9773
9774 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
9775 (easy-menu-do-define): Use it.
9776 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
9777
9778 * progmodes/compile.el (compilation-auto-jump-to-first-error)
9779 (compilation-auto-jump-to-next): New vars.
9780 (compilation-auto-jump): New function.
9781 (compilation-error-properties): Use them to jump to first error.
9782 (compilation-start): Set the var if requested.
9783
9784 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
9785 duplicates without also removing entries from other directories.
9786
9787 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
9788
9789 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
9790 Remember span as default.
9791 (org-columns-edit-value): Rename from `org-column-edit'.
9792 (org-columns-display-here-title): Rename from
9793 `org-overlay-columns-title'.
9794 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9795 (org-columns-get-autowidth-alist): Rename from
9796 `org-get-columns-autowidth-alist'.
9797 (org-columns-display-here): Rename from `org-overlay-columns'.
9798 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9799 (org-columns-quit): Rename from `org-column-quit'.
9800 (org-columns-show-value): Rename from `org-column-show-value'.
9801 (org-columns-content, org-columns-widen)
9802 (org-columns-next-allowed-value)
9803 (org-columns-edit-allowed, org-columns-store-format)
9804 (org-columns-uncompile-format, org-columns-redo)
9805 (org-columns-edit-attributes, org-delete-property)
9806 (org-set-property, org-columns-update)
9807 (org-columns-compute, org-columns-eval)
9808 (org-columns-not-in-agenda, org-columns-compute-all)
9809 (org-property-next-allowed-value)
9810 (org-columns-compile-format)
9811 (org-fill-paragraph-experimental)
9812 (org-string-to-number, org-property-action)
9813 (org-columns-move-left, org-columns-new)
9814 (org-column-number-to-string)
9815 (org-property-previous-allowed-value)
9816 (org-at-property-p, org-columns-delete)
9817 (org-columns-previous-allowed-value)
9818 (org-columns-move-right, org-columns-narrow)
9819 (org-property-get-allowed-values)
9820 (org-verify-version, org-column-string-to-number)
9821 (org-delete-property-globally): New functions.
9822 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
9823 (org-columns-overlays): Rename from `org-column-overlays'.
9824 (org-columns-map): Rename from `org-column-map'.
9825 (org-columns-current-maxwidths): Rename from
9826 `org-current-columns-maxwidths'.
9827 (org-columns-begin-marker, org-columns-current-fmt-compiled)
9828 (org-previous-header-line-format)
9829 (org-columns-inhibit-recalculation)
9830 (org-columns-top-level-marker): New variables.
9831 (org-columns-default-format): Rename from `org-default-columns-format'.
9832 (org-property-re): New constant.
9833
9834 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
9835
9836 * subr.el (looking-at-p, string-match-p): New functions.
9837
9838 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
9839
9840 * textmodes/tex-mode.el (tex-fontify-script)
9841 (tex-font-script-display): New variables to make display of
9842 superscripts and subscripts customizable.
9843 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
9844
9845 2007-07-09 Richard Stallman <rms@gnu.org>
9846
9847 * isearch.el (isearch-edit-string): Call to isearch-push-state
9848 after the search.
9849
9850 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9851
9852 * window.el (fit-window-to-buffer): Remove setting of window-min-height
9853 to 1 as enlarge-window uses the value to resize/shrink windows other
9854 than WINDOW if needed.
9855
9856 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9857
9858 * cus-start.el (file-coding-system-alist): Fix custom type.
9859
9860 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
9861
9862 * longlines.el (longlines-wrap-region): Avoid marking buffer as
9863 modified.
9864 (longlines-auto-wrap, longlines-window-change-function):
9865 Remove unnecessary calls to set-buffer-modified-p.
9866
9867 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9868
9869 * cus-start.el (file-coding-system-alist): Fix custom type.
9870
9871 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9874 (vc-cvs-checkout): Remove last arg now unused; simplify.
9875
9876 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
9877
9878 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9879
9880 * net/tramp.el:
9881 * net/tramp-ftp.el:
9882 * net/tramp-smb.el:
9883 * net/tramp-uu.el:
9884 * net/trampver.el: Migrate to Tramp 2.1.
9885
9886 * net/tramp-cache.el:
9887 * net/tramp-fish.el:
9888 * net/tramp-gw.el: New Tramp packages.
9889
9890 * net/tramp-util.el:
9891 * net/tramp-vc.el: Removed.
9892
9893 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9894 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9895
9896 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9897
9898 * progmodes/compile.el (compilation-start): Redefine
9899 `start-process' temporarily when `default-directory' is remote.
9900 Remove case of synchronous compilation, this won't happen ever.
9901 (compilation-setup): Make local variable `comint-file-name-prefix'
9902 for remote compilation.
9903
9904 2007-07-08 Martin Rudalics <rudalics@gmx.at>
9905
9906 * novice.el (disabled-command-function): Fit window to buffer to
9907 make last line visible.
9908 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9909
9910 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9911 when handling the terminating event.
9912
9913 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9914
9915 * calc/calc.el (math-read-number-simple): Remove leading 0s.
9916 (math-bignum-digit-length): Change to optimal value.
9917
9918 * calc/calc-bin.el (math-bignum-logb-digit-size)
9919 (math-bignum-digit-power-of-two): Evaluate when compiled.
9920
9921 * calc/calc-comb.el (math-small-factorial-table)
9922 (math-init-random-base, math-prime-test): Remove unnecessary calls
9923 to `math-read-number-simple'.
9924
9925 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9926 (math-approx-gamma-const): Add docstrings.
9927
9928 * calc/calc-forms.el (math-julian-date-beginning)
9929 (math-julian-date-beginning-int): New constants.
9930 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9931 Use the new constants.
9932
9933 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9934
9935 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9936 Add docstrings.
9937
9938 2007-07-07 Tom Tromey <tromey@redhat.com>
9939
9940 * vc.el (vc-annotate): Jump to line and output message only after the
9941 process is really all done.
9942
9943 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * vc.el (vc-exec-after): Don't move point from the sentinel.
9946 Forcefully read all the remaining text in the pipe upon process exit.
9947 (vc-annotate-display-autoscale, vc-annotate-lines):
9948 Don't stop at the first unrecognized line.
9949 (vc-annotate-display-select): Run autoscale after the process is done
9950 since it depends on the whole result.
9951
9952 2007-07-07 Eli Zaretskii <eliz@gnu.org>
9953
9954 * term/w32-win.el (menu-bar-open): New function.
9955 Bind <f10> to it.
9956
9957 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
9958
9959 * simple.el (start-file-process): New defun.
9960
9961 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * files.el (find-file-confirm-nonexistent-file): Rename from
9964 find-file-confirm-inexistent-file. Update users.
9965
9966 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9967 format of autoload block where the file's time-stamp is replaced by its
9968 MD5 checksum.
9969 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9970 time-stamp for secondary autoloads files.
9971 (update-directory-autoloads): Remove duplicate entries.
9972 Use time-less-p for time-stamps, as done in autoload-find-destination.
9973
9974 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9975
9976 * calc/calc.el (math-read-number): Replace number by variable.
9977 (math-read-number-simple): Properly parse small integers.
9978
9979 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9980
9981 * vc.el: Fix doc for the checkout function.
9982
9983 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9984
9985 * vc-hg.el (vc-hg-root): New function.
9986 (vc-hg-registered): Use it.
9987 (vc-hg-diff-tree): New defalias.
9988 (vc-hg-responsible-p): Likewise.
9989 (vc-hg-checkout): Comment out, not needed.
9990 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9991 (vc-hg-find-version, vc-hg-next-version): New functions.
9992
9993 2007-07-06 Andreas Schwab <schwab@suse.de>
9994
9995 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9996 dynamic bindings around the evaluation of the expression.
9997 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9998
9999 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10000
10001 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
10002 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
10003 Use run-hooks rather than run-mode-hooks.
10004
10005 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
10006
10007 * calc/calc-comb.el (math-random-digit): Rename to
10008 `math-random-three-digit-number'.
10009 (math-random-digits): Don't depend on representation of integer.
10010
10011 * calc/calc-bin.el (math-bignum-logb-digit-size)
10012 (math-bignum-digit-power-of-two): New constants.
10013 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
10014 (math-not-bignum, math-clip-bignum): Use the constants
10015 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
10016 instead of their values.
10017 (math-clip): Use math-small-integer-size instead of its value.
10018
10019 * calc/calc.el (math-add-bignum): Replace number by constant.
10020
10021 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * wid-edit.el (widget-documentation-string-value-create):
10024 Insert indentation spaces.
10025
10026 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10027
10028 * emacs-lisp/byte-opt.el: Revert last change.
10029
10030 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10031
10032 * vc-hooks.el (vc-handled-backends): Add HG.
10033
10034 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
10035
10036 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * complete.el (PC-do-complete-and-exit): Add support for the new
10039 `confirm-only' confirmation mode.
10040
10041 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10042
10043 * cus-edit.el (custom-commands): New variable.
10044 (custom-tool-bar-map): New variable. Initialize using
10045 `custom-commands'.
10046 (custom-mode): Use `custom-tool-bar-map'.
10047 (custom-buffer-create-internal): Insert action buttons only if
10048 tool bar is not used. Use `custom-commands'.
10049 (Custom-help, custom-command-apply): New function.
10050 (custom-command-apply, Custom-set, Custom-save)
10051 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
10052 Use `custom-command-apply' instead of duplicating code.
10053 (customize-group-other-window): Call `customize-group' instead of
10054 duplicating code.
10055 (customize-face-other-window): Call `customize-face' instead of
10056 duplicating code.
10057 (customize-group, customize-face): Add optional args for opening
10058 in another window.
10059 (custom-variable-tag): Don't inherit `variable-pitch' face.
10060 (custom-group-tag): Inherit `variable-pitch' face.
10061 (custom-variable-value-create): Set documentation indentation.
10062 (custom-group-value-create): Make group name a link, instead of
10063 using an extra "go to group" button.
10064 (custom-prompt-variable, custom-group-set, custom-group-save)
10065 (custom-group-reset-current, custom-group-reset-saved)
10066 (custom-group-reset-standard): Minor cleanup.
10067
10068 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10069
10070 * Makefile.in (bootstrap-prepare): When copying from
10071 ldefs-boot.el, make sure loaddefs.el is writeable.
10072
10073 (bootstrap-prepare): Make $(lisp)/ps-print.el
10074 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10075
10076 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10077
10078 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10079 only caller, and delete.
10080 (vc-hg-state): Deal with exceptions and only parse the output on
10081 successful return.
10082 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10083 caller, and delete.
10084 (vc-hg-workfile-version): Deal with exceptions and only parse the
10085 output on successful return.
10086 (vc-hg-revert): New function.
10087
10088 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
10089
10090 * calculator.el (calculator-expt): Use more cases to determine
10091 the value.
10092
10093 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10094
10095 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10096 file names.
10097
10098 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10099
10100 * calculator.el (calculator-expt, calculator-integer-p):
10101 New functions.
10102 (calculator-fact): Check to see if the factorial will be too
10103 large before computing it.
10104 (calculator-initial-operators): Use `calculator-expt' to
10105 compute "^".
10106 (calculator-mode): Mention that results which are too large
10107 will return inf.
10108 * calc/calc-comb.el (math-small-factorial-table): Replace list
10109 by vector.
10110
10111 2007-07-03 David Kastrup <dak@gnu.org>
10112
10113 * shell.el: On request of the authors, remove their addresses for
10114 the sake of bug reports, and add the developer list address as
10115 maintainer information.
10116
10117 2007-07-03 Richard Stallman <rms@gnu.org>
10118
10119 * files.el (make-directory): Doc fix.
10120 (find-file-confirm-inexistent-file): Make it a defcustom.
10121 Make nil the default.
10122
10123 2007-07-02 Richard Stallman <rms@gnu.org>
10124
10125 * startup.el (command-line): Set buffer-offer-save in *scratch*
10126 and enable auto-save in it.
10127
10128 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
10129
10130 * textmodes/org.el (orgstruct-mode-map): New variable.
10131 (orgstruct-mode): New minor mode.
10132 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10133 (orgstruct-make-binding, org-context-p, org-get-local-variables)
10134 (org-run-like-in-org-mode): New functions.
10135 (org-cycle-list-bullet): New command.
10136 (org-special-properties, org-property-start-re)
10137 (org-property-end-re): New constants.
10138 (org-with-point-at): New macro.
10139 (org-get-property-block, org-entry-properties, org-entry-get)
10140 (org-entry-delete, org-entry-get-with-inheritance)
10141 (org-entry-put, org-buffer-property-keys): New functions.
10142 (org-insert-property-drawer): New command.
10143 (org-entry-property-inherited-from): New variable.
10144 (org-column): New face.
10145 (org-column-overlays, org-current-columns-fmt)
10146 (org-current-columns-maxwidths, org-column-map): New variables.
10147 (org-column-menu): New menu.
10148 (org-new-column-overlay, org-overlay-columns)
10149 (org-overlay-columns-title, org-remove-column-overlays)
10150 (org-column-show-value, org-column-quit, org-column-edit):
10151 New functions.
10152 (org-columns, org-agenda-columns): New commands.
10153 (org-get-columns-autowidth-alist): New functions.
10154 (org-properties): New customize group.
10155 (org-default-columns-format): New option.
10156 (org-priority): Realign tags after changing priority.
10157 (org-preserve-lc): New macro.
10158 (org-update-checkbox-count): Catch case when there is no headline.
10159 (org-agenda-quit): Remove any column overlays.
10160 (org-beginning-of-item-list): Fixed bug when non-item line is
10161 indented too deep.
10162 (org-cached-props): New variable.
10163 (org-cached-entry-get): New function.
10164 (org-make-tags-matcher): Handle property matches.
10165 (org-table-recalculate): Swap evaluation order: Field formula
10166 first, then column formulas, but don't allow them to overwrite the
10167 field formulas.
10168 (org-table-eval-formula): New argument untouchable.
10169 (org-table-put-field-property): New function.
10170
10171 2007-07-02 Martin Rudalics <rudalics@gmx.at>
10172
10173 * help-mode.el (help-make-xrefs): Skip spaces too when
10174 skipping tabs.
10175
10176 * ffap.el (dired-at-point-prompter): Improve prompt in
10177 list-directory case.
10178
10179 2007-07-01 Richard Stallman <rms@gnu.org>
10180
10181 * files.el (find-file-visit-truename): Fix safe-local-variable value.
10182
10183 2007-07-01 Richard Stallman <rms@gnu.org>
10184
10185 * cus-start.el (max-mini-window-height): Added.
10186
10187 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10188
10189 * complete.el (partial-completion-mode): Remove advice of
10190 read-file-name-internal.
10191 (PC-do-completion): Rebind minibuffer-completion-table.
10192 (PC-read-file-name-internal): New function doing what
10193 read-file-name-internal advice did.
10194
10195 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
10196
10197 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10198 property on a few symbols.
10199 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10200 (byte-optimize-lapcode): Remove bindings that are not referenced
10201 and certainly will not effect through dynamic scoping.
10202
10203 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 * files.el (find-file-confirm-inexistent-file): New var.
10206 (find-file, find-file-other-window, find-file-other-frame)
10207 (find-file-read-only, find-file-read-only-other-window)
10208 (find-file-read-only-other-frame): Use it.
10209
10210 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10213
10214 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
10215
10216 * generic-x.el (generic-define-mswindows-modes)
10217 (generic-define-unix-modes, apache-log-generic-mode)
10218 (bat-generic-mode-keymap, java-manifest-generic-mode)
10219 (show-tabs-generic-mode): Fix typos in docstrings.
10220
10221 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
10222
10223 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10224 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10225 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10226 (rcirc-print): Never ignore messages from ourself.
10227
10228 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10229
10230 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10231 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
10232
10233 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10234
10235 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10236 replace-regexp-in-string.
10237
10238 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * emacs-lisp/cl.el: Set edebug and indentation before loading
10241 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10242
10243 2007-06-28 Andreas Schwab <schwab@suse.de>
10244
10245 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10246 $(lisp)/subdirs.el.
10247
10248 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
10249
10250 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
10251 the speedbar frame if nil; that deletes the current frame or
10252 causes an error if it is the only frame.
10253 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
10254
10255 2007-06-28 Kevin Ryde <user42@zip.com.au>
10256
10257 * textmodes/nroff-mode.el: Groff \# comments.
10258 (nroff-mode-syntax-table): \# comment intro,
10259 plain # as punct per global table.
10260 (nroff-font-lock-keywords): Add # as a single char escape.
10261 (nroff-mode): In comment-start-skip, match \#.
10262
10263 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10264
10265 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
10266 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
10267 point-min == 1.
10268
10269 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
10270
10271 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
10272 Rename and move to...
10273
10274 * subr.el (strings->string, string->strings): ...here.
10275
10276 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
10277 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
10278
10279 * progmodes/gud.el (gud-common-init): Call string->strings instead
10280 of split-string.
10281
10282 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
10283
10284 * dired-aux.el: Remove `dired-call-process'.
10285 (dired-check-process): Call `process-file'.
10286
10287 * wdired.el (wdired-do-perm-changes): Call `process-file'.
10288
10289 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
10290 `ange-ftp-process-file'.
10291
10292 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
10295
10296 * emacs-lisp/cl-extra.el:
10297 * emacs-lisp/cl-seq.el:
10298 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
10299 Add autoload cookies on all defs autoloaded manually in cl.el.
10300
10301 * emacs-lisp/cl-loaddefs.el: New file.
10302
10303 * textmodes/texinfmt.el (texinfo-raisesections-alist)
10304 (texinfo-lowersections-alist): Merge definition and declaration.
10305 (texinfo-start-of-header, texinfo-end-of-header): Remove.
10306 (texinfo-format-syntax-table): Merge init into declaration.
10307 (texinfo-format-parse-line-args, texinfo-format-parse-args)
10308 (texinfo-format-parse-defun-args, texinfo-format-node)
10309 (texinfo-push-stack, texinfo-multitable-widths)
10310 (texinfo-define-info-enclosure, texinfo-alias)
10311 (texinfo-format-defindex, batch-texinfo-format): Use push.
10312 (texinfo-footnote-number): Remove duplicate declaration.
10313
10314 * ps-print.el: Update with auto-generated autoloads.
10315
10316 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
10317
10318 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
10321 relative to current dir for file-local settings.
10322 (autoload-generate-file-autoloads): Add `outfile' arg.
10323 (update-directory-autoloads): Use it to directly call
10324 autoload-generate-file-autoloads instead of going through
10325 update-file-autoloads so we avoid redundant searches and so we can know
10326 the set of buffers changed so we can save them all.
10327
10328 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
10329 rather than throwing `up-to-date'.
10330 (autoload-generate-file-autoloads): Adjust correspondingly.
10331 (update-file-autoloads): Be careful to let-bind
10332 autoload-modified-buffers and adjust to new calling conventions.
10333 (autoload-modified-buffers): Make it a dynamically scoped var.
10334 (update-directory-autoloads): Use file-relative-name instead of
10335 autoload-trim-file-name.
10336 (autoload-insert-section-header): Don't use autoload-trim-file-name
10337 since the file is already relative now.
10338 (autoload-trim-file-name): Remove.
10339
10340 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
10341 (vc-arch-complete, vc-arch--version-completion-table)
10342 (vc-arch-revision-completion-table): New functions to provide
10343 completion of revision names.
10344 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
10345 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
10346 to let the user trim the revlib.
10347
10348 * vc.el: Add new VC operation `revision-completion-table'.
10349 (vc-default-revision-completion-table): New function.
10350 (vc-version-diff, vc-version-other-window): Use it to provide
10351 completion of revision names if the backend provides it.
10352
10353 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
10354
10355 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
10356 of newer .svn/entries.
10357
10358 2007-06-25 David Kastrup <dak@gnu.org>
10359
10360 * calc/calc-poly.el (math-padded-polynomial)
10361 (math-partial-fractions): Add some function comments.
10362
10363 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10366 Make `outbuf' optional.
10367 (update-file-autoloads): Use it.
10368
10369 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
10372 (autoload-find-destination): Keep it uptodate.
10373 (autoload-save-buffers): New fun.
10374 (update-file-autoloads): Use it. Re-add the "up to date" message.
10375
10376 * emacs-lisp/autoload.el: Refactor for upcoming changes.
10377 (autoload-find-destination): New function extracted from
10378 update-file-autoloads.
10379 (update-file-autoloads): Use it.
10380 (autoload-generate-file-autoloads): New function extracted from
10381 generate-file-autoloads. Use file-relative-name. Delay computation of
10382 output-start to the first cookie. Remove done-any, replaced by
10383 output-start.
10384 (generate-file-autoloads): Use it.
10385
10386 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
10387
10388 * calc/calc-comb.el (math-init-random-base, math-prime-test):
10389 Use math-read-number-simple to insert constants.
10390 (math-prime-test): Redo calculation of sum.
10391
10392 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
10393
10394 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
10395 math-scale-bignum-3.
10396 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
10397 math-bignum-digit-size.
10398 (math-isqrt-small): Add another possible initial guess.
10399
10400 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10401
10402 * textmodes/bibtex.el (bibtex-entry-format): New options
10403 `whitespace', `braces', and `string'.
10404 (bibtex-field-braces-alist, bibtex-field-strings-alist)
10405 (bibtex-field-braces-opt, bibtex-field-strings-opt)
10406 (bibtex-cite-matcher-alist): New variables.
10407 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
10408 (bibtex-flash-head): Use blink-matching-delay.
10409 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
10410 (bibtex-format-entry, bibtex-reformat): Handle new options of
10411 bibtex-entry-format.
10412 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
10413 New functions.
10414 (bibtex-complete-internal): Do not display messages while
10415 minibuffer is used. Do not leave around a completions buffer
10416 that is out of date.
10417 (bibtex-copy-summary-as-kill): New optional arg.
10418 (bibtex-font-lock-url): New optional arg no-button.
10419 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
10420 (bibtex-url): Allow multiple URLs per entry.
10421
10422 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * emacs-lisp/autoload.el (autoload-generated-file): New function.
10425 (update-file-autoloads, update-directory-autoloads): Use it.
10426 (autoload-file-load-name): New function.
10427 (generate-file-autoloads, update-file-autoloads): Use it.
10428 (autoload-find-file): Accept non-absolute argument. Set default-dir.
10429 (generate-file-autoloads): If the autoloaded form is malformed,
10430 indicate the problem with a warning instead of aborting.
10431
10432 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10433
10434 * simple.el (next-error-recenter): Accept `(4)' as well;
10435 also, specify `integer' instead of `number'.
10436
10437 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10438
10439 * ls-lisp.el (insert-directory): If an invalid regexp error is
10440 thrown, try using FILE as a literal file name, not a wildcard.
10441
10442 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
10443
10444 * ruler-mode.el (ruler-mode): Prevent clobbering the original
10445 `header-line-format' when reentering ruler mode.
10446
10447 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10448
10449 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
10450 FILE exists as a file.
10451
10452 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10453
10454 * calc/calc.el (math-bignum-digit-length)
10455 (math-bignum-digit-size, math-small-integer-size):
10456 New constants.
10457 (math-normalize, math-bignum-big, math-make-float)
10458 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
10459 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
10460 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
10461 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
10462 (math-quotient, math-div-bignum, math-div-bignum-digit)
10463 (math-div-bignum-part, math-format-bignum-decimal)
10464 (math-read-bignum): Use math-bignum-digit-length,
10465 math-bignum-digit-size and math-small-integer-size.
10466
10467 * calc/calc-ext.el (math-fixnum-big): Use the variable
10468 math-bignum-digit-size.
10469
10470 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10471
10472 * log-view.el (log-view-mode-menu): New menu.
10473
10474 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
10477 differently.
10478
10479 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
10480 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
10481
10482 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10483
10484 * vc-hg.el (vc-hg-print-log): Insert the file name.
10485 (vc-hg-log-view-mode): Fontify the file name.
10486
10487 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10488
10489 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
10490 (calcFunc-julian): Fix incorrect number used in calculations.
10491
10492 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
10493
10494 * simple.el (next-error-recenter): New defcustom.
10495 (next-error, next-error-internal): Recenter if specified,
10496 immediately prior to running `next-error-hook'.
10497
10498 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
10499 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
10500
10501 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
10502
10503 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10504
10505 * calc/calc-comb.el (math-small-factorial-table): New variable.
10506 (calcFunc-fact): Use `math-small-factorial-table'.
10507
10508 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
10509 initial values.
10510 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
10511 New variables to use in caches.
10512
10513 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
10514 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
10515
10516 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
10517 (math-bernoulli-b-cache): Use math-read-number-simple to insert
10518 bignums.
10519
10520 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10521 New variables to use in caches.
10522
10523 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10524
10525 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
10526
10527 * vc-hg.el (vc-hg-log-view-mode): New mode.
10528
10529 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
10530
10531 * calc/calc.el (math-read-number-simple): New function.
10532
10533 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
10536 (vera-font-lock-match-item): Fix doc string.
10537 (vera-in-comment-p): Remove unused function.
10538 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
10539 use `syntax-ppss'.
10540 (vera-forward-syntactic-ws): Fix argument order.
10541 (vera-prepare-search): Use `with-syntax-table'.
10542 (vera-indent-line): Fix doc string.
10543 (vera-electric-tab): Fix doc string.
10544 (vera-expand-abbrev): Define alias instead of using `fset'.
10545 (vera-comment-uncomment-region): Use `comment-start-skip'.
10546
10547 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
10548
10549 * textmodes/org.el (org-export-with-footnotes): New option.
10550 (org-export-as-html): Fix replacement bug for XEmacs.
10551 (org-agenda-default-appointment-duration): New option.
10552
10553 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10554
10555 * vc-hg.el: Add to do items.
10556 (vc-hg-diff): Add support for comparing different revisions.
10557 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
10558 (vc-hg-annotate-extract-revision-at-line)
10559 (vc-hg-previous-version, vc-hg-checkin): New functions.
10560 (vc-hg-annotate-re): New constant.
10561
10562 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
10563
10564 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
10565
10566 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
10569 buffer-local value of log-view-*-re if applicable.
10570
10571 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
10572 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
10573 (vc-bzr-command*): Remove both (incompatible) versions.
10574 (vc-bzr-do-command*): Remove.
10575 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
10576 Remove by folding into its only caller vc-bzr-command.
10577 (vc-bzr-command): Always set the environment, even when ineffective.
10578 (vc-bzr-version): Minor fix up.
10579 (vc-bzr-admin-dirname): New var.
10580 (vc-bzr-bzr-dir): Remove.
10581 (vc-bzr-root-dir): New fun.
10582 (vc-bzr-registered): Use it. Add an autoloaded version.
10583 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
10584 (vc-bzr-view-log-function): Remove.
10585 (vc-bzr-log-view-mode): New major mode to replace it.
10586 (vc-bzr-print-log): Only activate the old hack if needed.
10587
10588 * vc.el (vc-default-log-view-mode): New function.
10589 (vc-print-log): Add new `log-view-mode' VC operation.
10590
10591 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * ido.el (ido-find-file-in-dir): Don't signal an error for
10594 empty directories.
10595
10596 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
10597
10598 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
10599 directory where the desktop file was found, as the docstring says.
10600 (desktop-kill): Use `read-directory-name'.
10601
10602 2007-06-20 Alan Mackenzie <acm@muc.de>
10603
10604 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
10605 When removing lines, also remove the \n. Correction of patch of
10606 2007-04-21.
10607
10608 2007-06-20 Martin Rudalics <rudalics@gmx.at>
10609
10610 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
10611 event is not a cons cell. Do not unread drag-mouse-1 events.
10612 Select right window in check whether space was stolen from
10613 window above.
10614
10615 * help-mode.el (help-make-xrefs): Adjust position of new forward
10616 button.
10617
10618 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
10619
10620 * vc-bzr.el (vc-bzr-with-process-environment)
10621 (vc-bzr-std-process-invocation): New macros.
10622 (vc-bzr-command, vc-bzr-command*): Use them.
10623 (vc-bzr-with-c-locale): Remove.
10624 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
10625 (vc-bzr-buffer-nonblank-p): New function.
10626 (vc-bzr-state-words): New const.
10627 (vc-bzr-state): Look for `bzr status' keywords in output.
10628 Display everything else as a warning message to the user.
10629 Fix status report with bzr >= 0.15.
10630
10631 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10632
10633 * vc-hg.el (vc-hg-global-switches): Simplify.
10634 (vc-hg-state): Handle more states.
10635 (vc-hg-diff): Fix doc-string.
10636 (vc-hg-register): New function.
10637 (vc-hg-checkout): Likewise.
10638
10639 2007-06-20 Reto Zimmermann <reto@gnu.org>
10640
10641 * progmodes/vera-mode.el: New file.
10642
10643 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
10644
10645 * calc/calc.el (calc-multiplication-has-precendence):
10646 New variable.
10647 (math-standard-ops, math-standard-ops-p, math-expr-ops):
10648 New functions.
10649 (math-expr-opers): Define using math-standard-ops rather than
10650 math-standard-opers.
10651 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
10652 equal the function math-standard-ops rather than the variable
10653 math-standard-opers.
10654 (calc-algebraic-entry): Let math-expr-opers equal
10655 math-standard-ops or math-expr-ops, as appropriate.
10656 (math-expr-read-level, math-read-factor): Let math-expr-opers
10657 equal math-expr-ops.
10658 * calc/calc-embed.el (calc-embedded-finish-edit):
10659 Let math-expr-opers equal the function math-standard-ops
10660 rather than the variable math-standard-opers.
10661 * calc/calc-ext.el (math-read-plain-expr)
10662 (math-format-flat-expr-fancy): Let math-expr-opers equal the
10663 function math-standard-ops rather than the variable
10664 math-standard-opers.
10665 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
10666 Let math-expr-opers equal the function math-standard-ops rather
10667 than the variable math-standard-opers.
10668 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
10669 equal the function math-standard-ops rather than the variable
10670 math-standard-opers.
10671 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
10672 equal the function math-standard-ops rather than the variable
10673 math-standard-opers.
10674 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
10675 math-expr-ops.
10676
10677 2007-06-19 Ivan Kanis <apple@kanis.eu>
10678
10679 * vc-hg.el: New file.
10680
10681 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
10684 with font-lock-multiline.
10685
10686 2007-06-17 Glenn Morris <rgm@gnu.org>
10687
10688 * lpr.el (lpr-page-header-switches): Move %s to separate element
10689 for correct quoting. Doc fix.
10690
10691 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
10694 than setting sgml-xml-mode.
10695 (sgml-mode, html-mode): Set sgml-xml-mode.
10696 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
10697 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
10698 (sgml-electric-tag-pair-before-change-function)
10699 (sgml-electric-tag-pair-flush-overlays): New functions.
10700 (sgml-electric-tag-pair-mode): New minor mode.
10701 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
10702 (sgml-calculate-indent): Use assoc-string.
10703
10704 2007-06-16 Karl Fogel <kfogel@red-bean.com>
10705
10706 * thingatpt.el (thing-at-point-email-regexp): Don't require two
10707 chars before the "@" in an email address. Andreas Roehler noticed
10708 this problem.
10709
10710 2007-06-15 Karl Fogel <kfogel@red-bean.com>
10711
10712 * thingatpt.el: Add support for email addresses (`email').
10713 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
10714 (thing-at-point-email-regexp): New variable.
10715 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
10716 properties on this symbol, with lambda forms for values.
10717
10718 2007-06-15 Masatake YAMATO <jet@gyve.org>
10719
10720 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
10721
10722 * vc.el (vc-dired-hook): Check the backend returned from
10723 `vc-responsible-backend' can really handle `subdir'.
10724
10725 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
10726
10727 * wid-edit.el (widget-add-documentation-string-button):
10728 Fix handling of documentation indent.
10729
10730 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
10731
10732 * mb-depth.el: New file.
10733
10734 2007-06-15 Masatake YAMATO <jet@gyve.org>
10735
10736 * vc.el (vc-dired-mode): Show backend name as part of mode name.
10737
10738 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
10739
10740 * wid-edit.el (widget-default-create): Move ?h handling here...
10741 (widget-default-format-handler): ...from here.
10742 (widget-docstring, widget-add-documentation-string-button): New funs.
10743 (documentation-string): Add :visibility-widget property.
10744 (widget-documentation-string-value-create): Use it.
10745
10746 * cus-edit.el (custom-split-regexp-maybe): Simplify.
10747 (custom-buffer-create-internal): Simplify message.
10748 (custom-variable-tag): Reduce height to normal.
10749 (custom-variable-value-create, custom-face-value-create)
10750 (custom-visibility): New widget.
10751 (custom-visibility): New face.
10752 (custom-group-value-create):
10753 Call widget-add-documentation-string-button, using `custom-visibility'.
10754
10755 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * emacs-lisp/bytecomp.el (byte-compile-current-group)
10758 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
10759 change. Apparently the "warning even if the group is implicit" is
10760 a feature rather than a bug.
10761
10762 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
10763
10764 * emulation/viper.el (viper-describe-key-ad)
10765 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
10766 Compile them conditionally.
10767 (viper-version): Belated version change.
10768
10769 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
10770
10771 * follow.el (follow-all-followers, follow-generic-filter):
10772 * pcomplete.el (pcomplete-restore-windows):
10773 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
10774 (x-dnd-drop-data):
10775 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
10776 * progmodes/python.el (python-complete-symbol):
10777 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
10778
10779 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
10780
10781 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
10782 around bright and dim regexps. Make sure bright and dim matches
10783 use word anchors. Send text through rcirc-markup functions.
10784 (rcirc-url-regexp): Add single quote character.
10785 (rcirc-connect): Write logs to disk on auto-save-hook.
10786 Make server a non-optional argument.
10787 (rcirc-log-alist): New variable.
10788 (rcirc-log-directory): Make customizable.
10789 (rcirc-log-flag): New customizable variable.
10790 (rcirc-log): New function.
10791 (rcirc-print): Use above function.
10792 (rcirc-log-write): New function.
10793 (rcirc-generate-new-buffer-name): Strip text properties.
10794 (rcirc-switch-to-buffer-function): Remove variable.
10795 (rcirc-last-non-irc-buffer): Remove variable.
10796 (rcirc-non-irc-buffer): Add function.
10797 (rcirc-next-active-buffer): Use above function.
10798 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10799 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10800 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10801 (rcirc-omit-mode): Add minor-mode.
10802 (rcirc-mode-map): Change C-c C-o binding.
10803 (rcirc-mode): Clear mode-line-process. Use a custom
10804 fill-paragraph-function. Set up buffer-invisibility-spec.
10805 (rcirc-response-formats): Remove timestamp code.
10806 (rcirc-omit-responses): Add variable.
10807 (rcirc-print): Don't put the overlay arrow on potentially omitted
10808 lines. Log line to disk. Record activity for private messages
10809 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
10810 (rcirc-jump-to-first-unread-line): Print message if there is no
10811 unread text.
10812 (rcirc-clear-unread): New function.
10813 (rcirc-markup-text-functions): Add variable.
10814 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10815 (rcirc-debug): Don't mess with window configuration.
10816 (rcirc-send-message): Send message before printing locally.
10817 Add SILENT argument, do not print message if non-nil.
10818 (rcirc-visible-buffers): New function and variable.
10819 (rcirc-window-configuration-change-1): Add function.
10820 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10821 server buffer.
10822 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
10823 (rcirc-fill-paragraph): Add function.
10824 (rcirc-record-activity, rcirc-window-configuration-change-1):
10825 Only update the activity string if it has actually changed.
10826 (rcirc-update-activity-string): Remove padding characters from the
10827 mode-line string.
10828 (rcirc-disconnect-buffer): New function to be called when a
10829 channel is parted or the user quits.
10830 (rcirc-server-name): Warn when the server-name hasn't been set.
10831 (rcirc-window-configuration-change): Postpone work until
10832 post-command-hook.
10833 (rcirc-window-configuration-change-1): Update mode-line and
10834 overlay arrows here.
10835 (rcirc-authenticate): Fixc hanserv identification.
10836 (rcirc-default-server): Remove variable.
10837 (rcirc): Connect according to rcirc-connections.
10838 (rcirc-connections): Add variable.
10839 (rcirc-startup-channels-alist): Remove variable.
10840 (rcirc-startup-channels): Remove function.
10841
10842 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
10845
10846 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
10847
10848 * term/xterm.el (terminal-init-xterm): Escape parens in character
10849 constants.
10850
10851 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * progmodes/sh-script.el: Remove unneeded * from docstrings.
10854 Use [:alpha:] and [:alnum:] where applicable.
10855 (sh-quoted-subshell): Rewrite to correctly
10856 handle nested mixes of `...' and $(...).
10857 (sh-apply-quoted-subshell): Remove.
10858 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10859
10860 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
10861
10862 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
10863
10864 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10865 previous change.
10866
10867 2007-06-12 Tom Tromey <tromey@redhat.com>
10868
10869 * subr.el (user-emacs-directory): New defconst.
10870 * cmuscheme.el (scheme-start-file):
10871 * shell.el (shell):
10872 * completion.el (save-completions-file-name):
10873 * custom.el (custom-theme-directory):
10874 * term/x-win.el (emacs-session-filename):
10875 * filesets.el (filesets-menu-cache-file):
10876 * thumbs.el (thumbs-thumbsdir):
10877 * server.el (server-auth-dir):
10878 * image-dired.el (image-dired-dir):
10879 (image-dired-db-file):
10880 (image-dired-temp-image-file):
10881 (image-dired-gallery-dir):
10882 (image-dired-temp-rotate-image-file):
10883 * play/gamegrid.el (gamegrid-user-score-file-directory):
10884 * savehist.el (savehist-file):
10885 * tutorial.el (tutorial--saved-dir):
10886 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10887
10888 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
10889
10890 * scroll-lock.el (scroll-lock-mode): Doc fix.
10891
10892 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10893
10894 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10895
10896 * ediff-init.el: Doc strings.
10897
10898 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10901 (byte-compile-file): Bind it.
10902 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10903 group argument is provided implicitly.
10904 (byte-compile-format-warn, byte-compile-from-buffer)
10905 (byte-compile-insert-header): Don't hardcode point-min==1.
10906 (byte-compile-file-form-require): Remove unused var old-load-list.
10907 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10908
10909 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10910
10911 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10912 Display error messages.
10913 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10914 Get rid of cl.el dependencies.
10915
10916 * emulation/viper-init.el (viper-suppress-input-method-change-message):
10917 New variable.
10918 (viper-activate-input-method-action)
10919 (viper-inactivate-input-method-action):
10920 Use viper-suppress-input-method-change-message.
10921
10922 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10923 for C-s, C-r.
10924
10925 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10926 Use viper-replace-overlay-cursor-color instead of
10927 viper-replace-overlay-cursor-color.
10928 (viper-sit-for-short): Use sit-for with 3 arguments.
10929
10930 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10931 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10932 to gud-mode.
10933
10934 * ediff-mult.el (ediff-meta-buffer-brief-message)
10935 (ediff-meta-buffer-verbose-message): New variables.
10936 (ediff-meta-buffer-message): Variable deleted.
10937 (ediff-verbose-help-enabled): New variable.
10938 (ediff-toggle-verbose-help-meta-buffer): New function.
10939 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10940 message options.
10941
10942 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10943 (ediff-fixup-patch-map): Improve heuristic.
10944
10945 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10948 (log-view-font-lock-keywords): Simplify.
10949 (log-view-current-file, log-view-current-tag): Simplify.
10950
10951 2007-06-12 Sam Steingold <sds@gnu.org>
10952
10953 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10954
10955 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
10956
10957 * desktop.el (desktop-load-locked-desktop): New option.
10958 (desktop-read): Use it.
10959 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10960 Use `when'.
10961
10962 2007-06-12 Davis Herring <herring@lanl.gov>
10963
10964 * desktop.el (desktop-save-mode-off): New function.
10965 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10966 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10967 (desktop-claim-lock, desktop-release-lock): New functions.
10968 (desktop-kill): Tell `desktop-save' that this is the last save.
10969 Release the lock afterwards.
10970 (desktop-buffer-info): New function.
10971 (desktop-save): Use it. Run `desktop-save-hook' where the doc
10972 says to. Detect conflicts, and manage the lock.
10973 (desktop-read): Detect conflicts. Manage the lock.
10974
10975 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10978
10979 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10980 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
10981 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10982 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10983 keysyms rather than byte sequences.
10984 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10985
10986 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10989 half-activated, forcefully activate it completely.
10990
10991 2007-06-11 Richard Stallman <rms@gnu.org>
10992
10993 * cus-edit.el (custom-variable-type): Doc fix.
10994
10995 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10998 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10999 (sh-font-lock-syntactic-keywords): Use them to distinguish the
11000 different possible cases for \'.
11001
11002 * complete.el (PC-bindings): Don't bind things already bound in the
11003 parent keymap.
11004
11005 * textmodes/bibtex-style.el: New file.
11006
11007 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
11008
11009 * vc-bzr.el: New file.
11010
11011 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * vc-svn.el (vc-svn-program): New var.
11014 (vc-svn-command): Use it.
11015
11016 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
11017
11018 * server.el (server-switch-buffer): Remove redundant check.
11019
11020 2007-06-10 Martin Rudalics <rudalics@gmx.at>
11021
11022 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11023 Match against file-name-nondirectory.
11024 Fix text on user customization variables.
11025 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
11026
11027 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11028
11029 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11030
11031 2007-06-09 Davis Herring <herring@lanl.gov>
11032
11033 * desktop.el (desktop-minor-mode-table): Doc fix.
11034
11035 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * textmodes/css-mode.el (css-navigation-syntax-table):
11038 Use set-char-table-range so it also works in the unicode branch.
11039
11040 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
11041
11042 * help-mode.el (help-xref-forward-stack)
11043 (help-xref-stack-forward-item, help-forward-label): New variables.
11044 (help-forward): New button type.
11045 (help-setup-xref): Initialise help-xref-forward-stack.
11046 (help-make-xrefs): Add forward button, if appropriate.
11047 (help-xref-go-back): Push item on forward stack.
11048 (help-xref-go-forward, help-go-forward): New functions.
11049
11050 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
11051
11052 * dired.el (dired-mode-map): Remove spurious separator.
11053
11054 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11055
11056 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
11057
11058 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11059 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
11060
11061 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
11062
11063 * textmodes/org.el: Version number fixed.
11064
11065 2007-06-07 Glenn Morris <rgm@gnu.org>
11066
11067 * version.el (emacs-copyright): New constant.
11068 * startup.el (fancy-splash-tail): Use emacs-copyright.
11069 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
11070
11071 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11072 `make-local'.
11073 (byte-compile-warnings-safe-p): Add `make-local'.
11074 (byte-compile-make-variable-buffer-local):
11075 Allow byte-compile-warnings to suppress this warning.
11076
11077 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11078 format of "menu" description.
11079 (tutorial--find-changed-keys): Describe the specific menu a
11080 command is in.
11081
11082 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11083 Rewrite compatibility functions to silence byte-compiler.
11084
11085 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11086
11087 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11088 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11089
11090 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
11091
11092 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11093
11094 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11095
11096 * progmodes/ebrowse.el (ebrowse-member-table):
11097 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11098 (org-batch-agenda-csv): Fix typos in docstrings.
11099
11100 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11101
11102 * international/mule-cmds.el (toggle-enable-multibyte-characters)
11103 (sort-coding-systems, search-unencodable-char): Doc fixes.
11104 (coding-system-change-eol-conversion, set-default-coding-systems)
11105 (prefer-coding-system, find-multibyte-characters, princ-list)
11106 (leim-list-entry-regexp, set-input-method, locale-language-names)
11107 (input-method-exit-on-first-char, exit-language-environment-hook)
11108 (locale-charset-language-names): Fix typos in docstrings.
11109
11110 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11111
11112 * pgg.el (pgg-sign-region, pgg-sign):
11113 * ses.el (ses-call-printer):
11114 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11115 * textmodes/org.el (org-cycle): Fix typos in docstrings.
11116
11117 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
11118
11119 * textmodes/org.el (org-export-region-as-html)
11120 (org-replace-region-by-html, org-number-to-letters)
11121 (org-table-fedit-finish, org-normalize-color)
11122 (org-table-fedit-ref-right, org-date-to-gregorian)
11123 (org-table-fedit-move, org-table-convert-refs-to-rc)
11124 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11125 (org-write-agenda, org-colgroup-info-to-vline-list)
11126 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11127 (org-indent-line-function, org-export-as-html-to-buffer)
11128 (org-store-agenda-views, org-update-mode-line)
11129 (org-find-if, org-delete-all)
11130 (org-table-fedit-convert-buffer, org-emphasize)
11131 (org-uniquify, org-table-fedit-lisp-indent)
11132 (org-table-fedit-scroll, org-get-todo-sequence-head)
11133 (org-table-fedit-scroll-down, org-table-fedit-line-down)
11134 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11135 (org-table-fedit-toggle-coordinates, org-dvipng-color)
11136 (org-table-fedit-line-up, org-table-fedit-ref-down)
11137 (org-table-formula-from-user, org-mode-flyspell-verify)
11138 (org-cycle-show-empty-lines, org-ctrl-c-ret)
11139 (org-table-formula-to-user, org-diary-to-ical-string)
11140 (orgtbl-export, org-table-fedit-post-command)
11141 (org-closed-in-range, org-shiftcontrolright)
11142 (org-table-convert-refs-to-an, org-table-hline-and-move)
11143 (org-table-formula-less-p, org-format-table-ascii)
11144 (org-agenda-get-sexps, org-shift-refpart)
11145 (org-diary-sexp-entry, org-time-string-to-absolute)
11146 (org-table-show-reference, org-letters-to-number)
11147 (org-fix-agenda-info, org-table-fedit-ref-up)
11148 (org-table-fedit-shift-reference, org-table-fedit-abort)
11149 (org-closest-date, org-shiftcontrolleft)
11150 (org-at-heading-or-item-p, org-rematch-and-replace)
11151 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11152 New functions.
11153 (org-table-edit-scroll-down, org-finish-edit-formulas)
11154 (org-table-edit-next-field, org-abort-edit-formulas)
11155 (org-font-lock-level, org-export-find-first-heading-line)
11156 (org-table-edit-line-down, org-table-edit-backward-field)
11157 (org-edit-formula-lisp-indent, org-table-edit-move)
11158 (org-check-log-option, org-this-word)
11159 (org-table-edit-line-up, org-table-edit-formulas-post-command)
11160 (org-agenda-file-to-end, org-expand-file-name)
11161 (org-fake-empty-table-line, org-table-edit-scroll)
11162 (org-toggle-log-option, org-show-reference): Function removed.
11163 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11164 New defsubsts.
11165 (org-unmodified, org-batch-store-agenda-views)
11166 (org-batch-agenda-csv): New macro.
11167 (org-agenda-export): New customization group.
11168 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11169 (org-highest-priority, org-agenda-exporter-settings)
11170 (org-log-done-with-time, org-replace-disputed-keys)
11171 (org-format-latex-header, org-export-table-header-tags)
11172 (org-cycle-separator-lines, org-export-table-data-tags)
11173 (org-icalendar-include-sexps)
11174 (org-empty-line-terminates-plain-lists)
11175 (org-log-repeat, org-special-ctrl-a)
11176 (org-table-use-standard-references, org-disputed-keys)
11177 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11178 (org-agenda-export-html-style): New option.
11179 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11180 (org-CUA-compatible): Option removed.
11181 (org-agenda-structure, org-sexp-date): New face.
11182 (org-todo-keywords-for-agenda, org-not-done-keywords)
11183 (org-planning-or-clock-line-re, org-agenda-name)
11184 (org-table-colgroup-info, org-todo-sets)
11185 (constants-unit-system, org-clock-mode-line-entry)
11186 (org-mode-line-timer, org-table-current-begin-pos)
11187 (org-todo-keywords-1, org-mode-line-string)
11188 (org-table-clean-did-remove-column, org-table-fedit-map)
11189 (org-clock-heading, org-table-buffer-is-an)
11190 (org-agenda-info, org-done-keywords)
11191 (org-done-keywords-for-agenda, org-todo-heads)
11192 (org-todo-kwd-alist, org-clock-start-time): New variable.
11193 (org-todo-kwd-priority-p, org-edit-formulas-map)
11194 (org-repeat-re, org-todo-kwd-max-priority)
11195 (org-version, org-done-string)
11196 (org-table-clean-did-remove-column-1, org-disputed-keys):
11197 Remove variables.
11198 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11199 (org-ts-lengths): Constant removed.
11200 (org-follow-gnus-link): Don't ask how many articles to read.
11201 (org-export-find-first-export-line): Rename from
11202 `org-export-find-first-heading'.
11203 Use `org-export-skip-text-before-1st-heading'.
11204 (org-table-fedit-post-command): Rename from
11205 `org-table-edit-formulas-post-command'.
11206 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11207 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11208 (org-table-fedit-lisp-indent): Rename from
11209 `org-edit-formula-lisp-indent'.
11210 (org-table-show-reference): Rename from `org-show-reference'.
11211 (org-table-store-formulas): Use `org-table-formula-less-p'.
11212 (org-table-edit-formulas): Position cursor to current field equation.
11213 (org-update-checkbox-count, org-hide-archived-subtrees)
11214 (org-timestamp-up-day, org-timestamp-down-day)
11215 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11216 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11217 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11218 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11219 Let `org-on-heading-p' also check for invisible heading.
11220 (org-read-date): Match am/pm times.
11221 (org-eval-in-calendar): Fix default date in prompt.
11222
11223 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
11224
11225 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11226 "ChangeLog.a" entries, giving the latter lower priority.
11227
11228 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11229
11230 * faces.el (face-id): If the argument is a face alias,
11231 return the ID of the target face.
11232
11233 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
11234
11235 * net/socks.el (top): Remove unnecessary copyright line.
11236
11237 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
11238
11239 * longlines.el (longlines-auto-wrap): Handle argument correctly.
11240
11241 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
11242
11243 * net/socks.el: New file, taken from w3 repository.
11244 (top): Update Copyright. Don't load cl.el.
11245 (all): Replace `case' by `cond', `string-to-int' by
11246 `string-to-number', and `process-kill-without-query' by
11247 `set-process-query-on-exit-flag'.
11248 (socks-char-int): Remove defalias and all occurrences.
11249
11250 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
11251
11252 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
11253 Fix typos in docstrings.
11254 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
11255 (compilation-finish-function): Fix typo in obsolescence declaration.
11256
11257 2007-06-03 Sam Steingold <sds@gnu.org>
11258
11259 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
11260 handle unending automatic recompilation of changed files (`omake -P').
11261 (compilation-loop): VISITED is now 5th CDR.
11262 (compilation-next-error-function): Set TIMESTAMP.
11263
11264 2007-06-03 Sam Steingold <sds@gnu.org>
11265
11266 * files.el (kill-buffer-ask): New function.
11267 (kill-some-buffers): Use it.
11268 (kill-matching-buffers): New user command.
11269
11270 2007-06-01 David Kastrup <dak@gnu.org>
11271
11272 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11273 Change default to `top'.
11274
11275 2007-05-31 Richard Stallman <rms@gnu.org>
11276
11277 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
11278
11279 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * textmodes/css-mode.el: New file.
11282
11283 2007-05-30 Michael Olson <mwolson@gnu.org>
11284
11285 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
11286 died and we are trying to send a signal to it. The program using
11287 tq.el should periodically check to see whether the process has
11288 died and react appropriately -- this is not the responsibility of
11289 tq.el, and is consistent with the rest of the tq.el source code.
11290
11291 2007-05-29 Martin Rudalics <rudalics@gmx.at>
11292
11293 * textmodes/table.el (table--point-entered-cell-function)
11294 (table--point-left-cell-function):
11295 Bind `inhibit-point-motion-hooks' to t.
11296
11297 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11298
11299 * emacs-lisp/rx.el (rx): Doc fix.
11300
11301 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
11302
11303 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
11304
11305 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
11306
11307 Sync with Tramp 2.0.56.
11308
11309 * net/tramp.el:
11310 * net/tramp-ftp.el:
11311 * net/tramp-smb.el:
11312 * net/tramp-util.el:
11313 * net/tramp-vc.el:
11314 Don't load cl.el, because that pollutes the namespace. Replace cl
11315 macros by their implementations where necessary. Requested by
11316 Richard Stallman <rms@gnu.org>.
11317
11318 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
11319 doesn't exist.
11320 (with-parsed-tramp-file-name): Protect debug spec during compilation.
11321 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
11322 (tramp-file-name-p, tramp-file-name-multi-method)
11323 (tramp-file-name-method, tramp-file-name-user)
11324 (tramp-file-name-host, tramp-file-name-localname): New defuns,
11325 replacing defstruct `tramp-file-name'.
11326 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
11327 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
11328 Apply `vector' instead of `make-tramp-file-name'.
11329 (tramp-handle-make-auto-save-file-name):
11330 Apply `tramp-temporary-file-directory' for compatibility reasons.
11331 (tramp-completion-mode): Use `natnump' instead of `wholenump'
11332 because of XEmacs.
11333 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
11334 started.
11335
11336 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
11339
11340 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
11341
11342 * log-edit.el (log-edit-changelog-paragraph): Return point-max
11343 as the end of the ChangeLog paragraph when it ends without a line
11344 termination.
11345
11346 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
11347
11348 * net/webjump.el (webjump-sample-sites):
11349 Add simple Wikipedia query.
11350
11351 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
11354 compatibility code.
11355
11356 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
11357 (copyright-update-year): Use it.
11358
11359 * edmacro.el (edmacro-format-keys): Use current-active-maps.
11360
11361 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
11362 Add indentation and debugging info. Fix up comment convention.
11363
11364 * cus-dep.el (custom-make-dependencies): Simplify.
11365
11366 * composite.el (compose-region, decompose-region):
11367 Use inhibit-read-only and restore-buffer-modified-p.
11368
11369 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
11370 (xterm-mouse-event): Use it.
11371
11372 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
11373
11374 * bs.el (bs-cycle-previous): Don't modify the cycle list until
11375 `switch-to-buffer' has returned succesfully.
11376 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
11377 window is dedicated (it could iconify the frame).
11378
11379 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
11380
11381 * vc-hooks.el (vc-find-root): Fix file attribute test.
11382
11383 2007-05-24 Richard Stallman <rms@gnu.org>
11384
11385 * textmodes/flyspell.el (flyspell-correct-word-before-point):
11386 Don't let opoint be nil.
11387 (flyspell-emacs-popup): Explicit error if no dialogs.
11388
11389 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
11392 (image-next-line, image-previous-line, image-scroll-up)
11393 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
11394 New functions.
11395 (image-mode-map): Remap motion commands.
11396 (image-mode-text-map): New keymap for viewing images as text.
11397 (image-mode): Use image-mode-map.
11398 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
11399
11400 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * textmodes/fill.el (canonically-space-region): Make the second arg
11403 a marker if it's not already the case.
11404
11405 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11406
11407 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
11408 (tar-get-descriptor): Handle type 55, an extended pax header.
11409
11410 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11411
11412 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
11413 to confuse outline-minor-mode.
11414
11415 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11416
11417 * tar-mode.el (tar-file-name-handler): New function.
11418 (tar-extract): Bind file-name-handler-alist to it to force
11419 find-buffer-file-type-coding-system behave as if the file being
11420 extracted existed. Use last-coding-system-used to force
11421 buffer-file-coding-system to what decode-coding-region actually
11422 used to decode the file.
11423
11424 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11425
11426 * progmodes/compile.el (compilation-handle-exit):
11427 `compilation-finish-function' may change the current buffer.
11428
11429 2007-05-22 Richard Stallman <rms@gnu.org>
11430
11431 * files.el (set-auto-mode): Doc fix.
11432
11433 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11434
11435 * help-fns.el (find-source-lisp-file): New function.
11436 (describe-function-1): Use find-source-lisp-file to find source
11437 file in compile tree.
11438
11439 2007-05-22 Eli Zaretskii <eliz@gnu.org>
11440
11441 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11442
11443 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
11444
11445 * emacs-lisp/easy-mmode.el (define-minor-mode)
11446 (easy-mmode-define-navigation): Fix typos in docstrings.
11447
11448 2007-05-22 Glenn Morris <rgm@gnu.org>
11449
11450 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
11451
11452 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * mail/mail-extr.el (mail-extract-address-components):
11455 Recognize non-ASCII characters except for NBSP as words.
11456
11457 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
11458
11459 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
11460 (rcirc-print): Handle `window-width'.
11461 (rcirc-buffer-maximum-lines): Doc fix.
11462
11463 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
11464
11465 * image-mode.el (image-toggle-display): Don't clear image cache.
11466 Only use filename in image spec if the file is readable.
11467 Call image-refresh.
11468
11469 * image.el (image-type-from-file-name, image-type): Simplify.
11470 (image-type-auto-detected-p): Don't scan auto-mode-alist.
11471
11472 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
11473 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
11474
11475 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11476
11477 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
11478 is an error.
11479
11480 * term/linux.el (terminal-init-linux): Don't signal an error
11481 if gpm isn't running.
11482
11483 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11484
11485 * t-mouse.el: Reduce to a minor-mode macro call.
11486 (t-mouse-mode): Remove the lighter.
11487
11488 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
11489
11490 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
11491
11492 * files.el (auto-mode-alist): Change the regexp so that
11493 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
11494
11495 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
11496
11497 * Version 22.1 released.
11498
11499 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
11500
11501 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
11502 changes.
11503
11504 2007-05-19 Kevin Ryde <user42@zip.com.au>
11505
11506 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
11507
11508 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11509
11510 * textmodes/sgml-mode.el: Revert last change.
11511
11512 2007-05-18 Richard Stallman <rms@gnu.org>
11513
11514 * simple.el (push-mark): Doc fix.
11515
11516 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
11517
11518 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
11519 tpu-global-map.
11520 (tpu-original-global-map): Variable deleted.
11521 (tpu-control-keys-map): New keymap variable.
11522 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
11523 setting keymapping directly.
11524 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
11525 tpu-global-map.
11526 (tpu-edt-on): Activate the tpu-global-map.
11527 (tpu-edt-off): Deactivate the tpu-global-map.
11528
11529 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
11530
11531 * textmodes/ispell.el (ispell-get-word): Return markers
11532 for start and end positions.
11533 (ispell-word): Assume END is a marker.
11534
11535 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11536
11537 * printing.el: Group together all XEmacs/Emacs definitions.
11538 (pr-version): New version 6.9.
11539 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
11540 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
11541 (pr-menu-bind): Fix code.
11542 (pr-e-frame-char-height, pr-e-frame-char-width)
11543 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
11544 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
11545 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
11546 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
11547 (pr-x-event-y-pixel): Aliases eliminated.
11548 (pr-xemacs-global-menubar): Macro moved.
11549 (current-menubar, current-mouse-event, zmacs-region-stays)
11550 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
11551 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
11552 Vars moved.
11553 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
11554 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
11555 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
11556 (pr-menu-set-utility-title, pr-even-or-odd-pages)
11557 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
11558 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
11559 moved.
11560
11561 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
11562
11563 * textmodes/sgml-mode.el (sgml-tag):
11564 Fix bug: Call sgml-transformation-function.
11565
11566 2007-05-17 Martin Rudalics <rudalics@gmx.at>
11567
11568 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
11569 modified flag of buffer. Use `inhibit-modification-hooks'.
11570
11571 2007-05-16 Richard Stallman <rms@gnu.org>
11572
11573 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11574
11575 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * files.el (magic-mode-alist, magic-fallback-mode-alist):
11578 Move the *ml, Postscript, and XmCD entries to the fallback part.
11579
11580 * files.el (magic-fallback-mode-alist):
11581 Rename from file-start-mode-alist.
11582
11583 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11584
11585 * progmodes/compile.el (compilation-handle-exit): Quote first
11586 argument of `run-hook-with-args'.
11587
11588 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
11589
11590 * buff-menu.el (Buffer-menu-sort-column):
11591 * dabbrev.el (dabbrev-upcase-means-case-search):
11592 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11593 * info.el (Info-current-subfile):
11594 * ls-lisp.el (ls-lisp-verbosity):
11595 * msb.el (msb-menu-cond):
11596 * pcvs.el (cvs-dired-use-hook):
11597 * simple.el (set-mark-command-repeat-pop):
11598 * time.el (display-time-24hr-format, display-time-mail-file):
11599 Doc fixes.
11600
11601 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
11602 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
11603
11604 * view.el (view-inhibit-help-message): Fix typo in docstring.
11605 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
11606
11607 2007-05-16 Martin Rudalics <rudalics@gmx.at>
11608
11609 * textmodes/ispell.el (ispell-start-process): Defend against bad
11610 default-directory.
11611
11612 2007-05-14 Eli Zaretskii <eliz@gnu.org>
11613
11614 * mail/rmail.el (rmail-convert-to-babyl-format): Check
11615 content-transfer-encoding _last_, because it's its position that
11616 we need as value of base64-header-field-end.
11617
11618 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
11619
11620 * files.el (mode-require-final-newline, require-final-newline)
11621 (enable-local-variables, enable-local-eval): Doc fixes.
11622
11623 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11624
11625 * ps-print.el: Use default color when foreground or background color
11626 are unspecified. Reported by Leo <sdl.web@gmail.com>.
11627 (ps-print-version): New version 6.7.4.
11628 (ps-rgb-color): New argument. Use default color when color is
11629 unspecified.
11630 (ps-begin-job): Fix code.
11631
11632 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
11633
11634 * longlines.el (longlines-mode): Make longlines-auto-wrap
11635 buffer-local. Add hooks unconditionally.
11636 (longlines-auto-wrap): Toggle wrapping.
11637 (longlines-after-change-function)
11638 (longlines-post-command-function): Check longlines-auto-wrap.
11639
11640 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
11641
11642 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
11643 (xterm-mouse-translate): Use it.
11644
11645 2007-05-10 Richard Stallman <rms@gnu.org>
11646
11647 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
11648 (iso-cvt-write-only): Likewise.
11649
11650 * emacs-lisp/easy-mmode.el (define-minor-mode):
11651 Fix generated doc string.
11652
11653 * startup.el (fancy-splash-text): Add URL of guided tour.
11654 Adjust horizontal and vertical whitespace.
11655
11656 * progmodes/compile.el (compilation-handle-exit):
11657 Use run-hook-with-args to run compilation-finish-functions.
11658
11659 * files.el (file-start-mode-alist): New variable.
11660 (magic-mode-regexp-match-limit): Doc fix.
11661 (set-auto-mode): Handle file-start-mode-alist.
11662 A little cleanup of structure.
11663
11664 * dabbrev.el (dabbrev-eliminate-newlines):
11665 Renamed from dabbrev--eliminate-newlines. All uses changed.
11666
11667 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
11668
11669 * man.el (Man-next-section): Don't consider the last line of the page
11670 as being part of any section.
11671
11672 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
11675 can take any number of values.
11676
11677 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
11680 to the list of citation commands.
11681
11682 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
11685
11686 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
11687
11688 * progmodes/python.el (python-font-lock-keywords)
11689 (python-open-block-statement-p, python-mode): Add support for the new
11690 "with" keyword.
11691
11692 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
11695 the exact opposite of diff-goto-source.
11696
11697 * emacs-lisp/advice.el (ad-special-forms): Remove.
11698 (ad-special-form-p): Use subr-arity.
11699
11700 * newcomment.el (comment-search-forward): Make sure we search forward.
11701 (comment-enter-backward): Try and distinguish the non-matching case at
11702 EOB from the non-matching case with a missing comment-end-skip for
11703 a 2-char comment ender.
11704 (comment-choose-indent): New function extracted from comment-indent.
11705 Improve the alignment algorithm.
11706 (comment-indent): Use it.
11707
11708 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
11709 XML style Processing Instructions.
11710 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
11711 (sgml-calculate-indent): Handle `pi' context.
11712
11713 * vc.el: Ensure that update-changelog issues an error when used with
11714 a backend that does not implement it.
11715 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
11716 Remove `backend' argument. Use expand-file-name.
11717 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
11718
11719 * progmodes/python.el (python-end-of-block): Revert last change.
11720 (python-end-of-statement): Make sure we move *forward*.
11721
11722 2007-05-08 Richard Stallman <rms@gnu.org>
11723
11724 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11725 Don't include non-self-insert commands in the exception for `-'.
11726
11727 2007-05-08 David Reitter <david.reitter@gmail.com>
11728
11729 * progmodes/python.el (python-guess-indent): Check non-nullness
11730 before comparing indent against the 2..8 interval.
11731
11732 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11733
11734 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
11735 available.
11736
11737 2007-05-06 Richard Stallman <rms@gnu.org>
11738
11739 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
11740
11741 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
11744 rather than storing their value in the revert-buffer function.
11745
11746 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
11747
11748 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
11749 when disabling t-mouse-mode.
11750
11751 2007-05-01 Davis Herring <herring@lanl.gov>
11752
11753 * calendar/timeclock.el: Update version number.
11754 (timeclock-modeline-display): Mention timeclock-use-display-time
11755 in explanatory message.
11756 (timeclock-in): Fix non-interactive workday specifications.
11757 (timeclock-log): Don't kill the log buffer if it already existed.
11758 Suppress warnings when finding the log. Don't check for a nil
11759 project twice. Run hooks after killing the buffer (if applicable).
11760 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
11761 was geometric). All uses changed.
11762 (timeclock-generate-report): Support prefix argument.
11763
11764 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
11765
11766 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
11767 disconnections.
11768
11769 2007-05-01 Romain Francoise <romain@orebokech.com>
11770
11771 * dired-x.el: Revert 2007-04-06 change.
11772
11773 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
11774
11775 * find-dired.el (find-dired-filter): Propertize all text down to eob.
11776
11777 2007-04-29 Richard Stallman <rms@gnu.org>
11778
11779 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
11780
11781 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * progmodes/cc-mode.el (c-before-change): Use point-min rather
11784 than 1.
11785
11786 2007-04-28 Richard Stallman <rms@gnu.org>
11787
11788 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
11789
11790 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
11791
11792 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11793 don't put stop on toolbar.
11794
11795 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11796
11797 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11798
11799 2007-04-28 Eli Zaretskii <eliz@gnu.org>
11800
11801 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11802 instead of $(lisp)/mh-e.
11803
11804 2007-04-28 Glenn Morris <rgm@gnu.org>
11805
11806 * image-dired.el (image-dired-cmd-create-thumbnail-options)
11807 (image-dired-cmd-create-temp-image-options): Replace option
11808 +profile "*" with -strip.
11809
11810 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
11811
11812 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11813 Use window-start and window-end.
11814
11815 2007-04-27 Andreas Schwab <schwab@suse.de>
11816
11817 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11818
11819 2007-04-27 Eli Zaretskii <eliz@gnu.org>
11820
11821 * textmodes/fill.el (fill-paragraph): Doc fix.
11822
11823 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
11824
11825 * locate.el (locate-in-alternate-database): Doc fix.
11826
11827 2007-04-26 Glenn Morris <rgm@gnu.org>
11828
11829 * button.el (button): Use underline if supported, else fall back
11830 to color.
11831
11832 * version.el (emacs-version): Increase to 22.1.50.
11833
11834 2007-04-25 Richard Stallman <rms@gnu.org>
11835
11836 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11837
11838 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
11839
11840 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11841 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11842 pushing mark.
11843 (idlwave-current-routine): Don't push mark.
11844
11845 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
11846
11847 * image-dired.el (image-dired-display-image): Derive image-type from
11848 filename rather than assuming jpeg, in case no resizing was needed.
11849
11850 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11851
11852 * custom.el (defface): Doc fix.
11853
11854 See ChangeLog.12 for earlier changes.
11855
11856 ;; Local Variables:
11857 ;; coding: iso-2022-7bit
11858 ;; add-log-time-zone-rule: t
11859 ;; End:
11860
11861 Copyright (C) 2007 Free Software Foundation, Inc.
11862
11863 This file is part of GNU Emacs.
11864
11865 GNU Emacs is free software; you can redistribute it and/or modify
11866 it under the terms of the GNU General Public License as published by
11867 the Free Software Foundation; either version 3, or (at your option)
11868 any later version.
11869
11870 GNU Emacs is distributed in the hope that it will be useful,
11871 but WITHOUT ANY WARRANTY; without even the implied warranty of
11872 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11873 GNU General Public License for more details.
11874
11875 You should have received a copy of the GNU General Public License
11876 along with GNU Emacs; see the file COPYING. If not, write to the
11877 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11878 Boston, MA 02110-1301, USA.
11879
11880 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af