]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2007-10-23 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/f90.el (f90-do-indent, f90-if-indent)
4 (f90-type-indent, f90-program-indent, f90-associate-indent)
5 (f90-continuation-indent, f90-comment-region)
6 (f90-beginning-ampersand, f90-smart-end)
7 (f90-break-before-delimiters, f90-auto-keyword-case)
8 (f90-leave-line-no, f90-mode-hook):
9 Give an appropriate safe-local-variable property.
10
11 * progmodes/fortran.el (fortran-tab-mode-default)
12 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
13 (fortran-structure-indent, fortran-continuation-indent)
14 (fortran-comment-indent, fortran-comment-line-extra-indent)
15 (fortran-comment-line-start)
16 (fortran-minimum-statement-indent-fixed)
17 (fortran-minimum-statement-indent-tab)
18 (fortran-comment-indent-char, fortran-line-number-indent)
19 (fortran-check-all-num-for-matching-do)
20 (fortran-blink-matching-if, fortran-continuation-string)
21 (fortran-comment-region, fortran-electric-line-number)
22 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
23 (fortran-analyze-depth, fortran-break-before-delimiters):
24 Give an appropriate safe-local-variable property.
25
26 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
27
28 * printing.el: Move variable definitions before use.
29 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
30
31 2007-10-22 Juri Linkov <juri@jurta.org>
32
33 * isearch-multi.el: New file.
34
35 * isearch.el (isearch-search-string): After finding the next
36 occurrence switch to buffer isearch-buffers-current-buffer when
37 isearch-buffers-next-buffer-function is non-nil and
38 isearch-buffers-current-buffer is live.
39
40 * add-log.el (change-log-mode): Make and set buffer-local variable
41 isearch-buffers-next-buffer-function to change-log-next-buffer.
42 Call isearch-buffers-minor-mode.
43 (change-log-next-buffer): New function.
44
45 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
46
47 * org.el (org-read-date-get-relative): New function.
48 (org-agenda-file-regexp): New variable.
49 (org-agenda-files): Allow directories in the variable.
50 (org-agenda-get-restriction-and-command): New function.
51 (org-agenda): Use `org-agenda-get-restriction-and-command'.
52 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
53 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
54 New functions.
55 (org-entry-add-to-multivalued-property)
56 (org-entry-remove-from-multivalued-property)
57 (org-entry-member-in-multivalued-property): New functions.
58 (org-remember-apply-template): Catch C-g and make sure window
59 configuration is restored.
60 (org-agenda-open-link): Make it work with several links in the line.
61 (org-drawers, org-set-regexps-and-options)
62 (org-get-current-options): Add support for a DRAWERS in-buffer option.
63 (org-agenda-window-frame-fractions): New option.
64 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
65 (org-columns-cleanup-item, org-find-entry-with-id)
66 (org-insert-columns-dblock, org-listtable-to-string)
67 (org-dblock-write:columnview, org-columns-capture-view)
68 (org-edit-headline): New functions.
69 (org-agenda-to-appt): Require calendar.
70 (org-entry-get-with-inheritance): Widen for search.
71 (org-columns-display-here): Don't mark buffer as modified when
72 adding space characters to accomodate column overlays.
73 (org-export-as-html): Better formatting of tags in the toc.
74 (org-columns-display-here): Make the ITEM column as compact as possible.
75 (org-remember-templates): Customization interface improved.
76 (org-export-with-property-drawer): Variable removed.
77 (org-export-with-drawers): New option.
78 (org-complex-heading-regexp): New variable.
79 (org-sort-entries): Rewrite using `sort-subr'.
80 (org-set-property): More appropriate completion during interactive use.
81 (org-sort-entries): Allow sorting by property.
82 (org-additional-option-like-keywords): Add more values.
83 (org-sort-entries-or-items): Rename from `org-sort-entries'.
84
85 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
86
87 * org.el (org-get-date-from-calendar): New function.
88 (org-at-timestamp-p, org-timestamp-change)
89 (org-remember-templates): First element of each entry is now a
90 name for the template.
91 (org-store-log-note): Check for `org-note-abort'.
92 (org-kill-note-or-show-branches): New command.
93 (org-fontify-priorities): New option.
94 (org-fontify-priorities): New function.
95 (org-cut-subtree, org-copy-subtree): New argument N to
96 act on N sequential subtrees.
97 (org-paste-subtree): Fix the level at which a tree is pasted.
98 (org-fit-agenda-window): Limitations on window size removed.
99 (org-agenda-find-same-or-today-or-agenda): Rename from
100 `org-agenda-find-today-or-agenda'.
101 (org-scheduled-past-days): New option.
102 (org-agenda-scheduled-leaders)
103 (org-agenda-deadline-leaders): New options.
104 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
105 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
106 (org-export-with-tags, org-export-plist-vars)
107 (org-infile-export-plist): New "tags" option.
108 (org-use-property-inheritance): New option.
109 (org-cached-entry-get): Use `org-use-property-inheritance'.
110 (org-remember-apply-template): Fix typo.
111
112 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
113
114 * net/tramp.el (tramp-find-shell)
115 (tramp-open-connection-setup-interactive-shell): Improve sending
116 initial commands.
117 (tramp-action-terminal): Send debug message.
118 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
119 (tramp-barf-if-no-shell-prompt): Insert code of
120 `tramp-wait-for-shell-prompt'.
121
122 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
125
126 * term/vt200.el (terminal-init-vt200):
127 * term/vt201.el (terminal-init-vt201):
128 * term/vt220.el (terminal-init-vt220):
129 * term/vt240.el (terminal-init-vt240):
130 * term/vt300.el (terminal-init-vt300):
131 * term/vt320.el (terminal-init-vt320):
132 * term/vt400.el (terminal-init-vt400):
133 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
134
135 * term/wyse50.el (wyse50-terminal-map): New var.
136 (terminal-init-wyse50): Use it and input-decode-map.
137 (enable-arrow-keys): Emasculate.
138
139 * term/tvi970.el (tvi970-terminal-map): New var.
140 (terminal-init-tvi970): Use it and input-decode-map.
141 (tvi970-keypad-numeric): Remove.
142 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
143
144 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
145 (terminal-init-sun): Use it and input-decode-map.
146
147 * term/news.el (terminal-init-news):
148 * term/lk201.el (terminal-init-lk201):
149 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
150
151 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
152
153 * complete.el (PC-expand-many-files): Remove.
154 (PC-do-completion): Call file-expand-wildcards instead of
155 PC-expand-many-files.
156
157 * net/tramp.el (tramp-handle-expand-many-files): Remove.
158 (PC-expand-many-files): Remove advice.
159
160 2007-10-22 Glenn Morris <rgm@gnu.org>
161
162 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
163 Add some support for Fortran 2003 syntax:
164 (f90-type-indent): Now also applies to `enum'.
165 (f90-associate-indent): New user option.
166 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
167 Add some F2003 keywords.
168 (f90-constants-re): New constant.
169 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
170 Interface'.
171 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
172 `class'. Arguments for `type'/`class' may have spaces. Add a new
173 element for functions with specified types. Add `end enum' and
174 `select type'. Add `implicit enumerator' and `procedure'.
175 Add `class default' and `type is', `class is'. Fix `go to' regexp.
176 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
177 (f90-font-lock-keywords-4): Add `f90-constants-re'.
178 (f90-blocks-re): Add `enum' and `associate'.
179 (f90-else-like-re): Add `class is', `type is', and `class default'.
180 (f90-end-type-re): Add `enum'.
181 (f90-end-associate-re, f90-typeis-re): New constants.
182 (f90-end-block-re): Add `enum' and `associate'. Change from
183 optional whitespace to end-of-word, to avoid `enumerator'.
184 (f90-start-block-re): Add `select type', `abstract interface', and
185 `enum'. Avoid `type is', and `type (sometype)'.
186 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
187 (f90-mode): Doc fix.
188 (f90-looking-at-select-case): Doc fix. Add `select type'.
189 (f90-looking-at-associate): New function.
190 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
191 Add `enum' and `abstract interface'.
192 (f90-no-block-limit): Add `select type' and `abstract interface'.
193 (f90-get-correct-indent, f90-calculate-indent)
194 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
195 (f90-indent-region, f90-match-end): Handle `associate' blocks.
196
197 2007-10-22 Martin Rudalics <rudalics@gmx.at>
198
199 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
200 Use window-full-width-p.
201
202 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
203
204 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
205
206 * tooltip.el: Use featurep 'xemacs.
207
208 * printing.el: Move variable definitions before use, no code change.
209
210 2007-10-22 Juri Linkov <juri@jurta.org>
211
212 * simple.el (goto-history-element): Allow minibuffer-default to be
213 a list of default values accessible by typing M-n in the minibuffer.
214
215 * dired-x.el (dired-guess-shell-command): Put all guesses to the
216 minibuffer default value list instead of pushing them temporarily
217 to the history list.
218
219 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
222
223 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
224
225 * w32-fns.el (w32-quote-process-args):
226 * dos-w32.el (print-region-function, lpr-headers-switches)
227 (ps-print-region-function): Pacify byte-compiler.
228
229 * emulation/edt-mapper.el (function-key-map):
230 (edt-map-key): Make it a function instead of using fset.
231 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
232 (edt-gnu-map-key, edt-lucid-map-key): Remove.
233 (edt-x-emacs-p): Remove.
234 (edt-emacs-variant, edt-window-system, edt-xserver):
235 Use featurep 'xemacs.
236
237 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
238 Replace eudc-xemacs-p with its definition.
239 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
240 (eudc-emacs-mule-p): Remove.
241 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
242 eudc-xemacs-p with feature tests.
243
244 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
245 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
246 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
247 (eudc-bob-toggle-inline-display):
248 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
249 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
250
251 * net/eudcb-ph.el (eudc-ph-open-session):
252 Replace eudc-xemacs-mule-p with its former definition.
253
254 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
255 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
256
257 * progmodes/vera-mode.el (vera-xemacs): Remove.
258 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
259
260 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
261 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
262 (vhdl-speedbar-initialize, vhdl-ps-print-init)
263 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
264 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
265 with (featurep 'xemacs).
266
267 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
268 (save-buffer-state-x):
269 * obsolete/fast-lock.el (fast-lock-verbose):
270 * emulation/viper-init.el (viper-xemacs-p)
271 (viper-cond-compile-for-xemacs-or-emacs):
272 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
273 * ps-print.el (case-fold-search):
274 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
275 * calculator.el (calculator-help): Use featurep 'xemacs.
276
277 * progmodes/prolog.el: Undo previous change.
278 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
279
280 * progmodes/dcl-mode.el:
281 * play/yow.el:
282 * calendar/todo-mode.el:
283 * calendar/cal-hebrew.el:
284 * vc-hg.el: Undo previous change.
285
286 * vms-patch.el: Likewise.
287 (print-region-function): Pacify byte-compiler.
288
289 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
290
291 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
292 preserve-uid-gid.
293
294 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
295 compatibility. It is not used, though.
296
297 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
298 Require tramp-cmds.el.
299 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
300 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
301 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
302 (tramp-do-copy-or-rename-file-out-of-band)
303 (tramp-maybe-open-connection): Use `make-temp-name'. This is
304 possible, because we don't need to create the temporary file, but
305 we need a prefix for ssh, which has its own temporary file handling.
306 (tramp-handle-delete-directory): Add "-f" to rmdir.
307 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
308 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
309 a signal, in order to give the callee a chance to suppress.
310 (tramp-handle-write-region): Set owner also in case of short
311 track. Don't use compatibility calls for `write-region' anymore.
312 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
313 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
314
315 * net/tramp-cmds.el: New file.
316
317 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
318 `tramp-clear-passwd'.
319
320 * net/trampver.el: Update release number.
321
322 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
323
324 * progmodes/gud.el (gud-target-name): Move definition before use.
325
326 * progmodes/dcl-mode.el: Require imenu at compile time.
327
328 * progmodes/cc-engine.el (c-maybe-stale-found-type):
329 Pacify byte-compiler.
330
331 * obsolete/fast-lock.el: Use featurep test instead of string-match.
332
333 * eshell/esh-mode.el (eshell-handle-ansi-color):
334 Require ansi-color at compile time too.
335
336 * eshell/em-unix.el (eshell/info): Require info at compile time too.
337
338 * w32-fns.el: Require w32-vars.
339
340 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
341 time too.
342
343 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * double.el ([ignore]): Use `ignore'.
346 (double-setup): Inline into double-mode.
347 (double-mode): Use define-minor-mode.
348
349 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
350
351 * textmodes/reftex.el: Move require easymenu before first use.
352 (reftex-info): Require info at compile too.
353
354 * textmodes/org-publish.el (org-publish-org-to-html)
355 (org-publish-org-to): Require org at compile time too.
356 (org-publish-attachment): Require at compile time too.
357
358 * term/tty-colors.el (w32-tty-standard-colors):
359 Pacify byte-compiler.
360
361 * term/pc-win.el (frame-creation-function-alist): Add to this
362 instead of setting frame-creation-function.
363
364 * play/blackbox.el (bb-up, bb-down): Use forward-line.
365
366 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
367
368 * calendar/todo-mode.el: Require calendar at compile time.
369
370 * calendar/cal-hebrew.el: Require holidays at compile time.
371
372 * w32-vars.el: Provide w32-vars.
373
374 * term/w32-win.el: Require w32-vars.
375 (w32-color-map): Pacify byte-compiler.
376
377 * loadup.el: Load w32-vars before term/w32-win.
378
379 2007-10-20 Juri Linkov <juri@jurta.org>
380
381 * textmodes/fill.el (fill-paragraph): When the region is active,
382 don't try other `or' branches regardless of the value returned by
383 fill-region; just return t.
384
385 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
386
387 * vc.el (vc-do-command): Condition out a misleading message when
388 running asynchronously.
389 (vc-deduce-fileset): New argument enables using an unregistered
390 visited file as a singleton fileset if nothing else is available.
391 (vc-next-action): Restore file-registering behavior.
392
393 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
394
395 * calc/README: Add recent news.
396
397 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
398
399 * term/x-win.el (x-gtk-stock-map, icon-map-list)
400 (x-gtk-map-stock): Delete duplicated definitions from merge.
401
402 * progmodes/compile.el (compilation-skip-to-next-location)
403 (compilation-skip-threshold, compilation-skip-visited):
404 Move definitions earlier.
405
406 * play/decipher.el (decipher-keypress):
407 * play/zone.el (zone-fall-through-ws):
408 * play/landmark.el (lm-move-down, lm-move-up):
409 * play/handwrite.el (handwrite):
410 * mail/mspools.el (mspools-visit-spool):
411 * wdired.el (wdired-next-line, wdired-previous-line):
412 * tar-mode.el (tar-subfile-save-buffer):
413 * scroll-lock.el (scroll-lock-next-line)
414 (scroll-lock-previous-line):
415 * image-dired.el (image-dired-next-line)
416 (image-dired-previous-line):
417 * ediff-help.el (ediff-help-message-line-length):
418 Use forward-line.
419
420 * smerge-mode.el (smerge-auto-refine):
421 * diff-mode.el (diff-auto-refine): Add :group.
422
423 * play/yow.el: Require doctor at compile time.
424
425 * vmsproc.el: Provide vmsproc.
426 (command-send-input): Use forward-line.
427
428 * vms-patch.el: Require ps-print and vmsproc at compile time.
429
430 * vc-mtn.el (log-view-message-re, log-view-file-re)
431 (log-view-font-lock-keywords): Pacify byte-compiler.
432
433 * vc-hg.el: Require log-view at compile time.
434
435 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
436
437 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
438
439 2007-10-20 Glenn Morris <rgm@gnu.org>
440
441 * progmodes/f90.el (f90-font-lock-keywords-2)
442 (f90-looking-at-type-like): Fix regexp typos.
443
444 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
445
446 * bs.el (bs--track-window-changes): Don't refresh the whole list.
447 (bs-mode): Set mode-class property to special.
448
449 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * diff-mode.el (diff-auto-refine): New var.
452 (diff-hunk): Use it.
453 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
454 (diff-refine-change): Rename from diff-fine-change. Change it.
455 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
456 (diff-refine-hunk): Rename from diff-fine-highlight.
457
458 2007-10-20 John Paul Wallington <jpw@pobox.com>
459
460 * help-fns.el (describe-variable-custom-version-info): New function
461 to return variable's version or package version note.
462 (describe-variable): Use it, display result.
463
464 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * smerge-mode.el (smerge-auto-refine): New var.
467 (smerge-next, smerge-prev): Use it.
468 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
469
470 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
471 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
472
473 * vc-bzr.el (vc-bzr-diff-tree):
474 * vc-git.el (vc-git-diff-tree):
475 * vc-hg.el (vc-hg-diff-tree):
476 * vc-mcvs.el (vc-mcvs-diff-tree):
477 * vc-mtn.el (vc-mtn-diff-tree):
478 * vc-svn.el (vc-svn-diff-tree): Remove.
479
480 * vc-mtn.el (vc-mtn-revision-completion-table):
481 * vc-cvs.el (vc-cvs-revision-completion-table):
482 * vc-arch.el (vc-arch-revision-completion-table):
483 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
484 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
485 Make it work when the arg is a list of files.
486
487 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
490 Also `revision-completion-table' now takes a list of files.
491 (vc-deduce-fileset): Remove unused var `regexp'.
492 Only obey allow-directory-wildcard in dired buffers.
493 (vc-default-diff-tree): Remove.
494 (vc-diff-added-files): New var.
495 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
496 (vc-version-diff): Revert from `vc-history-diff' to the original name.
497 Remove the `backend' arg.
498 (vc-contains-version-controlled-file): Remove.
499 (vc-diff): Bring it closer to the version in Emacs-22.
500 (vc-revert): Fix typo in let-binding.
501 (vc-default-unregister): Remove.
502 (vc-dired-buffers-for-dir): Remove N^2 behavior.
503
504 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
505
506 * textmodes/two-column.el (2C-split, 2C-merge):
507 * textmodes/bib-mode.el (bib-find-key, mark-bib):
508 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
509 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
510 * progmodes/ada-xref.el (ada-get-all-references):
511 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
512 * emulation/vi.el (vi-previous-line-first-nonwhite)
513 (vi-effective-range, vi-put-before):
514 * emulation/edt.el (edt-next-line, edt-previous-line)
515 (edt-paragraph-forward): Use forward-line.
516
517 * progmodes/etags.el (tags-apropos): Require apropos at compile
518 time too.
519
520 * progmodes/prolog.el: Require comint when compiling.
521 (inferior-prolog-flavor): Move defvar before use.
522
523 2007-10-19 Richard Stallman <rms@gnu.org>
524
525 * font-core.el (turn-on-font-lock-if-desired):
526 Rename from `turn-on-font-lock-if-enabled'.
527 Fully obey `font-lock-global-modes'.
528
529 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
532 which will not affect the behavior of things like forward-word.
533 (diff-fine-highlight): Preserve point.
534
535 * doc-view.el (doc-view-mode-map): Use remapping.
536 Don't rebind C-v, M-v to their default value.
537 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
538
539 * smerge-mode.el: Add word-granularity refinement.
540 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
541 (smerge-refine-weight-hack): New vars.
542 (smerge-refine-forward): New fun.
543 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
544 (smerge-refine-subst): Use them as well. Preserve point.
545
546 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
547
548 * follow.el (follow-unload-function): New function.
549
550 * loadhist.el (unload-function-features-list):
551 Rename from `unload-hook-features-list'.
552 (unload-hook-features-list): Add as obsolete alias.
553 (unload-feature): Use `unload-function-features-list'
554 and new FEATURE-unload-function.
555
556 2007-10-19 Glenn Morris <rgm@gnu.org>
557
558 * bindings.el (mouse-minor-mode-menu)
559 (minor-mode-menu-from-indicator): Move to mouse.el.
560 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
561 Move here from bindings.el.
562
563 2007-10-19 Richard Stallman <rms@gnu.org>
564
565 * help-fns.el (describe-function-1): Don't use the advice origname
566 if it has no function definition.
567
568 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
569
570 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
571 Use `save-restriction' rather than `widen'.
572
573 2007-10-18 Richard Stallman <rms@gnu.org>
574
575 * time.el (display-time-world-time-format): Display day # not month #.
576
577 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
578
579 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
580
581 * doc-view.el: Remove version keyword.
582 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
583 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
584 (doc-view-ghostscript-options): Improve custom type.
585 (doc-view-cache-directory, doc-view-conversion-buffer)
586 (doc-view-conversion-refresh-interval): Simplify custom type.
587
588 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
589
590 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
591 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
592 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
593 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
594 Remove superfluous messages.
595 (doc-view-mode-map): Use the image-mode scrolling commands.
596 Don't rebind C-x k.
597
598 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
599
600 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
601 Add comment about "-dSAFER".
602
603 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * term/xterm.el: Don't require xt-mouse.
606 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
607 calling turn-on-xterm-mouse-tracking-on-terminal directly.
608
609 * xt-mouse.el: Don't change the global function-key-map anny more.
610 (xterm-mouse-mode): Use terminal-init-xterm-hook.
611 Don't use after-make-frame-functions now that term/xterm.el calls
612 us directly.
613 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
614 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
615 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
616 Setup input-decode-map and remember that xterm-mouse-mode was
617 enabled in this terminal.
618 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
619 terminals where it has been enabled.
620
621 * faces.el (tty-create-frame-with-faces): Make sure not only
622 tty-run-terminal-initialization but also set-locale-environment
623 are run only once per terminal.
624 (tty-run-terminal-initialization): Don't check if the terminal was
625 already initted.
626
627 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
628 not to remove keymaps that just happen to inherit from one of ours.
629 When setting up our keymap, make sure it won't be accidentally
630 modified by someone else.
631
632 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
633
634 * textmodes/artist.el (artist-previous-line, artist-next-line):
635 * dired.el (dired-next-line, dired-previous-line):
636 * progmodes/delphi.el (delphi-newline):
637 * textmodes/org.el (org-columns-eval):
638 Use forward-line.
639
640 * emerge.el (emerge-setup): Use insert-buffer-substring.
641 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
642
643 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
644
645 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
646 (adaptive-fill-function): Doc fix. Remove * from docstring.
647
648 2007-10-18 Tom Horsley <tom.horsley@att.net>
649
650 * simple.el (interprogram-paste-function): Doc fix.
651 (current-kill): Accept list of strings as well
652 as single string from `interprogram-paste-function'.
653
654 2007-10-18 Glenn Morris <rgm@gnu.org>
655
656 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
657
658 2007-10-18 Drew Adams <drew.adams@oracle.com>
659
660 * bindings.el (mode-line-minor-mode-keymap):
661 Add mouse-minor-mode-menu on mouse-1.
662 (mode-line-modes): Add mouse-1 to help-echo text.
663 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
664 New functions.
665 (mode-line-minor-mode-help): Doc fix.
666
667 2007-10-17 Juri Linkov <juri@jurta.org>
668
669 * textmodes/fill.el (fill-paragraph-or-region): Remove function
670 at the request of RMS.
671 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
672 arg `region'. Fix docstring. At the first `or' branch add call to
673 `fill-region' if it the region is active in transient-mark-mode.
674
675 * bindings.el (esc-map): Bind M-q to fill-paragraph
676 instead of fill-paragraph-or-region.
677
678 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
679 with fill-paragraph.
680
681 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
682 Fix docstring.
683
684 * indent.el (indent-for-tab-command): Change interactive spec from
685 "P" to "p". Add check for interactive arg before indenting the
686 active region.
687
688 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
689 Regroup.
690
691 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
692
693 * emacs-lisp/find-func.el: Don't require loadhist.
694
695 * loadhist.el (feature-symbols, file-provides, file-requires)
696 (file-set-intersect, file-dependents): Simplify.
697 (unload-feature-special-hooks): Update list of special hooks.
698
699 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
700
701 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
702 extensions since they can be viewed with doc-view.
703
704 * files.el (auto-mode-alist): Make doc-view-mode the default mode
705 for pdf, ps and dvi files.
706
707 * doc-view.el: Make doc-view-mode the standard mode for viewing
708 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
709 text and image display. Add binding C-c C-e to switch to an
710 editing mode.
711 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
712 avoid security problems when rendering files from untrusted sources.
713
714 2007-10-17 Aaron Hawley <aaronh@garden.org>
715
716 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
717 position is not saved.
718
719 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
720
721 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
722 (doc-view-ghostscript-options): Fix typo in doc string.
723
724 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
727 handling, so compilation-fake-loc works again.
728
729 * server.el (server-select-display): Nop if we do not support m-f-o-d.
730 (server-process-filter): Revert last change.
731
732 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
733 behavior unrelated to filesets.
734
735 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
736
737 * longlines.el (longlines-wrap-follows-window-size): Integer value
738 specifies wrapping margin.
739 (longlines-mode, longlines-window-change-function):
740 Set window-specific wrapping margin based on the above.
741
742 2007-10-17 John Wiegley <johnw@newartisans.com>
743
744 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
745
746 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
747
748 * server.el (server-process-filter): Only set display if X11 is
749 supported.
750
751 2007-10-17 Glenn Morris <rgm@gnu.org>
752
753 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
754 Tweak regexp to avoid stack overflow.
755
756 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * simple.el (reindent-then-newline-and-indent): Don't assume that
759 indent-according-to-mode preserves point.
760
761 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
762
763 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
764 (bs--nth-wrapper): Simplify.
765 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
766 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
767 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
768 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
769 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
770 (bs-configurations, bs-default-configuration)
771 (bs-alternative-configuration, bs-cycle-configuration-name)
772 (bs-string-show-always, bs-string-show-never, bs-string-current)
773 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
774 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
775 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
776 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
777 (bs--window-config-coming-from): Revert 2006-11-09 change.
778 (bs--restore-window-config): Keep the selected frame.
779 (bs--track-window-changes, bs--remove-hooks): New functions.
780 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
781 (bs--create-header): Remove.
782 (bs--create-header-line): New function, based on `bs--create-header'.
783 (bs--show-header): Use `bs--create-header-line'.
784 (bs--show-with-configuration): Revert 2006-11-09 change.
785 Don't reuse window unless it is visible on the selected frame.
786 Restore window configuration (possibly in a different frame)
787 before creating any window.
788
789 2007-10-16 Glenn Morris <rgm@gnu.org>
790
791 * simple.el (blink-matching-open): Don't report false errors with
792 the `$' syntax class.
793
794 2007-10-16 Richard Stallman <rms@gnu.org>
795
796 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
797 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
798 (ad-is-advised, ad-get-advice-info-field)
799 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
800
801 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * vc-hooks.el (vc-workfile-version): Compatibility alias.
804 (vc-default-working-revision): Compatibility for backends.
805
806 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
807
808 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
809 (filesets-ormap, filesets-sort-case-sensitive-flag)
810 (filesets-remake-shortcut, filesets-ingroup-collect-files):
811 Fix typos in docstrings.
812 (filesets-conditional-sort, filesets-find-or-display-file)
813 (filesets-data-get-name, filesets-data-get-data)
814 (filesets-data-set, filesets-cmd-query-replace-getargs)
815 (filesets-ingroup-collect): Doc fixes.
816
817 2007-10-15 Sam Steingold <sds@gnu.org>
818
819 * mail/sendmail.el (sendmail-error-reporting-interactive)
820 (sendmail-error-reporting-non-interactive): New variables for
821 sendmail error reporting options to simplify support for imperfect
822 sendmail emulators.
823 (sendmail-send-it): Use them instead of list literals.
824
825 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
826
827 * help-fns.el: Revert previous change; it creates a
828 dependency loop between advice.el and help-fns.el.
829
830 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
831
832 * help-fns.el: Require advice when compiling.
833
834 2007-10-14 Drew Adams <drew.adams@oracle.com>
835
836 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
837 (ring-insert+extend, ring-remove+insert+extend, ring-member)
838 (ring-next, ring-previous): New functions.
839
840 2007-10-14 Richard Stallman <rms@gnu.org>
841
842 * emacs-lisp/advice.el (documentation): Advice deleted.
843 Doc for advised functions is now handled at C level.
844 (ad-stop-advice, ad-start-advice): Don't enable or disable
845 advice for `documentation'.
846 (ad-advised-definition-docstring-regexp): Var deleted.
847 (ad-make-advised-definition-docstring): Store orig name
848 as text property of string.
849 (ad-advised-definition-p): Check for text property of docstring.
850
851 * help-fns.el (describe-function-1): Find source of advised functions.
852
853 2007-10-14 Juri Linkov <juri@jurta.org>
854
855 * faces.el (describe-face): Allow handling a string as the face name.
856
857 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
858 active region in transient-mark-mode.
859 (ispell-region): Change messages displayed at the start and end of
860 the spell-checking to be the same.
861
862 * startup.el (fancy-startup-tail): Say exactly what does the button
863 dismiss ("Dismiss this startup screen"). Use text "Never show
864 it again" for the checkbox after this button.
865 (fancy-startup-screen, fancy-about-screen): Put point before the
866 first link, so the user can quickly select links with the keyboard.
867 (normal-mouse-startup-screen): Add more useful text describing how
868 to follow a link.
869
870 2007-10-14 Glenn Morris <rgm@gnu.org>
871
872 * progmodes/etags.el (select-tags-table): Disable undo in the
873 `*Tags Table List*' buffer.
874
875 2007-10-13 Eli Zaretskii <eliz@gnu.org>
876
877 * dired.el (dired-warn-writable): New face.
878 (dired-warn-writable-face): New variable.
879 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
880 of dired-warning-face, for group- and world-writable files.
881
882 2007-10-13 Richard Stallman <rms@gnu.org>
883
884 * files.el (directory-abbrev-alist): Doc fix.
885
886 2007-10-13 Jari Aalto <jari.aalto@cante.net>
887
888 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
889
890 2007-10-12 Martin Rudalics <rudalics@gmx.at>
891
892 * frame.el (set-frame-configuration): Assign name parameter only
893 if it has been set explicitly before.
894
895 2007-10-11 Tom Tromey <tromey@redhat.com>
896
897 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
898 frame is visible.
899
900 2007-10-10 Richard Stallman <rms@gnu.org>
901
902 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
903 in *Backtrace*.
904
905 * faces.el (face-font-selection-order): Doc fix.
906
907 * loadhist.el (unload-feature): Doc fix.
908
909 2007-10-13 Glenn Morris <rgm@gnu.org>
910
911 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
912 (octave-re-search-forward-kw, octave-re-search-backward-kw):
913 Add doc string, and an explicit COUNT argument.
914 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
915 `inc' to search functions.
916
917 * faces.el (face-spec-set): When FRAME is nil, set the default for
918 new frames (restores pre-2007-09-17 behavior). Doc fix.
919
920 2007-10-13 John W. Eaton <jwe@octave.org>
921
922 * progmodes/octave-mod.el (octave-looking-at-kw)
923 (octave-re-search-forward-kw, octave-re-search-backward-kw):
924 New functions.
925 (octave-in-defun-p, calculate-octave-indent)
926 (octave-blink-matching-block-open, octave-beginning-of-defun)
927 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
928 to search for regexps that contain case-sensitive keywords.
929 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
930 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
931
932 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
933
934 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
935 Do not use a single clause cond.
936
937 * cus-start.el (all): Use test that does not match the X11 version
938 for mac.
939
940 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
941
942 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
943 BROWSE buffer.
944
945 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
946
947 * cus-start.el (all): Undo previous change.
948
949 2007-10-13 Glenn Morris <rgm@gnu.org>
950
951 * woman.el (woman0-rename): Fix paren typo.
952
953 * mail/feedmail.el (feedmail-run-the-queue)
954 (feedmail-look-at-queue-directory):
955 * mail/reporter.el (reporter-dump-state):
956 * net/eudc-hotlist.el (eudc-edit-hotlist):
957 * net/eudc.el (eudc-display-records)
958 (eudc-filter-duplicate-attributes)
959 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
960 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
961 (eudc-bbdb-query-internal):
962 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
963 * net/socks.el (socks-build-auth-list):
964 * progmodes/cc-cmds.el (top level):
965 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
966 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
967 (cperl-write-tags, cperl-tags-treeify):
968 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
969 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
970 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
971 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
972 (idlwave-toolbar-remove-everywhere):
973 * progmodes/idlwave.el (idlwave-indent-line)
974 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
975 (idlwave-write-paths, idlwave-all-method-classes)
976 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
977 (idlwave-fix-keywords, idlwave-display-calling-sequence)
978 (idlwave-complete-in-buffer):
979 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
980 (org-fast-tag-selection):
981 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
982 than mapcar.
983
984 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
985
986 * diff-mode.el (diff-fine-change): Add :group.
987
988 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
989
990 * cus-start.el (all): Use the same test as the 22.2 branch.
991
992 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * diff-mode.el (diff-current-defun): Force recomputation of
995 change-log-default-name.
996
997 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
998
999 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1000 and some leftover logic regarding dedicated frames. If showing
1001 concise startup screen, fit window to buffer.
1002 (command-line-1): If we will be using the splash screen, use
1003 find-file instead of find-file-other-window to find additional files.
1004 Comment out unused code for coping with the old sit-for behavior.
1005
1006 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1009 `meta' modifier consistently, rather than using sometimes meta
1010 sometimes alt.
1011
1012 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1013
1014 * window.el (handle-select-window): Revert part of 2007-10-08
1015 change setting the input focus.
1016
1017 2007-10-12 Glenn Morris <rgm@gnu.org>
1018
1019 * startup.el (command-line): Do not read abbrev file in batch mode.
1020
1021 * emacs-lisp/byte-opt.el (top level):
1022 * mail/rmail.el (rmail-list-to-menu):
1023 * obsolete/hilit19.el (hilit-mode):
1024 * progmodes/cc-mode.el (c-postprocess-file-styles)
1025 (c-submit-bug-report):
1026 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1027 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1028 (reftex-access-parse-file):
1029 * textmodes/reftex-cite.el (reftex-do-citation)
1030 (reftex-insert-bib-matches):
1031 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1032 * textmodes/reftex-sel.el (reftex-select-unmark):
1033 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1034 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1035
1036 * cus-edit.el (custom-variable-menu, custom-face-menu)
1037 (custom-group-menu): Check init-file-user rather than
1038 user-init-file, in case cus-edit is loaded by site-run-file.
1039
1040 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1041
1042 * vc.el (vc-deduce-fileset): Delete unused code.
1043 (vc-next-action): Fix typos.
1044
1045 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * bs.el (bs--mark-unmark): New function.
1048 (bs-mark-current, bs-unmark-current): Use it.
1049
1050 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1051
1052 * vc.el (vc-diff):
1053 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1054 temporarily disable the check for his edge case of
1055 vc-diff (stopping it from grinding when called from $HOME), as
1056 it's calling some brittle code in vc-hooks.el.
1057 (with-vc-properties): Fix evaluation time of a macro argument.
1058 * ediff-vers.el (ediff-vc-internal):
1059 * vc-hooks.el:
1060 * loaddefs.el: Follow up on VC terminology change.
1061
1062 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * follow.el (follow-stop-intercept-process-output):
1065 Use `follow-call-process-filter' rather than `process-filter'.
1066 Simplify.
1067 * vc.el (vc0iff): Prevent errors in an edge case.
1068
1069 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1070
1071 * vc-hooks.el (vc-registered): Robustify this function a bit
1072 against filenames with no directory component.
1073
1074 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * international/characters.el: Undo unwanted and unexplained change.
1077
1078 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1079
1080 * ps-print.el: Fix the usage of :foreground and :background face
1081 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1082 (ps-print-version): New version 6.7.6.
1083 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1084 Fix code.
1085 (ps-face-foreground-color-p, ps-face-background-color-p)
1086 (ps-face-color-p): New inline funs.
1087
1088 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1089
1090 * org.el (org-additional-option-like-keywords): New constant.
1091 (org-complete): Use `org-additional-option-like-keywords'.
1092 (org-parse-local-options): New function.
1093
1094 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1095
1096 * org.el (org-in-clocktable-p): New function.
1097 (org-clock-report): Only update the table at point, or insert a
1098 new one.
1099 (org-clock-goto): New function.
1100 (org-open-file): Use `start-process-shell-command' instead of
1101 `shell-command' with an ampersand.
1102 (org-deadline, org-schedule): New argument REMOVE to remove the
1103 date from the entry.
1104 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1105 argument to `org-schedule' and `org-deadline'.
1106 (org-trim): Use the correct expressions for beginning and end of
1107 the string.
1108 (org-get-cleaned-entry): Trim the string before returning it.
1109 (org-clock-find-position): New function.
1110 (org-clock-into-drawer): New option.
1111 (org-agenda-tags-column): Rename from
1112 `org-agenda-align-tags-to-column'.
1113 (org-agenda-align-tags): Allow negative values for
1114 `org-agenda-tags-column'.
1115 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1116 (org-agenda-to-appt): New optional argument FILTER.
1117 (org-completion-fallback-command): New variable.
1118 (org-complete): Use `org-completion-fallback-command'.
1119 (org-find-base-buffer-visiting): Catch the case that there is no
1120 buffer visiting the file.
1121 (org-property-or-variable-value): New function.
1122 (org-todo): Use `org-property-or-variable-value'
1123 (org-agenda-compact-blocks): New option.
1124 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1125 (org-agenda-schedule, org-agenda-deadline):
1126 Call `org-agenda-show-new-time'.
1127 (org-agenda-show-new-time): New argument PREFIX.
1128 (org-colgroup-info-to-vline-list): Fix but that cause a
1129 shift in the vertical lines.
1130 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1131 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1132 (org-indent-item): No arg in call to `org-fix-bullet-type'.
1133 (org-fix-bullet-type): Remove argument.
1134 (org-read-date): Check for am/pm twice, to catch the end time.
1135 (org-goto-map): Use `suppress-keymap'.
1136 (org-remember-apply-template): Respect the dynamically scoped
1137 selection character.
1138
1139 * org.texi (Appointment reminders): New section.
1140
1141 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
1142
1143 * org-export-latex.el (org-export-latex-protect-string):
1144 Renaming of `org-latex-protect'.
1145 (org-export-latex-emphasis-alist): By default, don't protect
1146 any emphasis formatter from further conversion.
1147 (org-export-latex-tables): Honor column grouping for tables.
1148 (org-export-latex-title-command): New option.
1149 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1150 export backslash character.
1151
1152 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * frame.el (frame-inherited-parameters): Remove unused `environment'
1155 parameter, and let server.el add `client' when needed.
1156
1157 * server.el (server-create-tty-frame)
1158 (server-create-window-system-frame): Set frame-inherited-parameters.
1159
1160 * frame.el (frame-inherited-parameters): New var.
1161 (make-frame): Use it.
1162
1163 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1164
1165 * env.el (let-environment): Remove. Unused.
1166 (read-envvar-name): Simplify.
1167 (setenv): Remove unused arg `frame'.
1168
1169 * help-fns.el (describe-variable): Add missing " " for multiline
1170 obsolescence info and missing EOL after global value.
1171
1172 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1173
1174 * add-log.el:
1175 * ediff-vers.el:
1176 * log-view.el:
1177 * pcvs.el:
1178 * vc-arch.el:
1179 * vc-bzr.el:
1180 * vc-cvs.el:
1181 * vc.el:
1182 * vc-git.el:
1183 * vc-hg.el:
1184 * vc-hooks.el:
1185 * vc-mcvs.el:
1186 * vc-mtn.el:
1187 * vc-rcs.el:
1188 * vc-sccs.el:
1189 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1190 {find,init,next,previous,annotate-*,log}-version ->
1191 {find,init,next,previous,annotate-*,log}-revision,
1192 annotate-focus-version -> annotate-working-revision, The term
1193 'focus' is gone. The term 'revision' is now used consistently
1194 everywhere that reference to a revision ID is intended, replacing
1195 older use of 'version'.
1196
1197 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1198
1199 * follow.el: Change all instances of "Follow Mode" to "Follow
1200 mode" in docstrings and messages.
1201 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1202
1203 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1204
1205 * vc.el (vc-next-action): Rewrite completely; this principal
1206 entry point now operates on a current fileset selected either
1207 explicitly via VC-Dired or implicitly by visiting a file buffer,
1208 rather than always operating on the file of the current buffer as
1209 in older versions. Rewrite the rest of the mode to match.
1210 (with-vc-properties): Rewrite to operate on a file list.
1211 (with-vc-file): vc-checkin takes a file list argument now.
1212 (vc-post-command-functions): This hook now receives a file list.
1213 (vc-do-command): Take a either a file or a file list as argument.
1214 (vc-deduce-fileset): New function for deducing a file list to
1215 operate on.
1216 (vc-next-action-on-file, vc-next-action-dired): Remove.
1217 Merge into vc-next-action.
1218 (vc-register): Adapt to the fact that vc-start-entry now takes a
1219 file list.
1220 (vc-register-with): New function.
1221 (vc-start-entry): Take a file list argument rather than a
1222 file argument.
1223 (vc-checkout): Cope with vc-start-entry taking a file list.
1224 (vc-steal-lock): Cope with with-vc-properties taking a
1225 file list.
1226 (vc-checkin): Take a file list argument rather than a file argument.
1227 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1228 (vc-diff-internal): Rewrite for filesets.
1229 (vc-diff-sentinel): New function, tests whether changes were
1230 written into a diff buffer.
1231 (vc-diff): Rewrite for filesets.
1232 (vc-version-diff): Rewrite for filesets.
1233 (vc-print-log): Take a fileset argument.
1234 (vc-revert): Revert the entire selected fileset, not just the
1235 current buffer.
1236 (vc-rollback): Roll back the entire selected fileset, if
1237 possible. No longer accepts a prefix argument.
1238 (vc-update): Merge new changes for the entire selected
1239 fileset, not just the current buffer.
1240 (vc-revert-file): Cope with with-vc-properties taking a file list.
1241 (vc-default-dired-state-info): Add + status suffix if the file is
1242 modified.
1243 (vc-annotate-warp-version): Use the new diff machinery.
1244 (vc-log-edit): Take a file list argument rather than a file argument.
1245
1246 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
1247
1248 Sync with Tramp 2.1.11.
1249
1250 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1251 Pacify byte compiler.
1252
1253 * net/trampver.el: Update release number.
1254
1255 2007-10-09 Richard Stallman <rms@gnu.org>
1256
1257 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
1258
1259 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * follow.el: Require easymenu.
1262 (follow-mode-hook, follow-mode): Doc fixes.
1263 (follow-mode-off-hook): Mark as obsolete.
1264
1265 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1266
1267 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1268 select-window or select-frame events.
1269 (handle-select-window): When autoselecting window set input
1270 focus. Restructure.
1271
1272 * frame.el (focus-follows-mouse): Move to frame.c.
1273 * cus-start.el (all): Add focus-follows-mouse.
1274
1275 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1276
1277 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1278 activate font-locking in the *buffer-selection* buffer.
1279 (bs-show-sorted): Doc fix.
1280
1281 * bs.el (bs--get-marked-string, bs--get-modified-string)
1282 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1283 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1284 (bs--format-aux): Doc fix.
1285
1286 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1287
1288 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1289
1290 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1291
1292 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1293 (gud-gdb): New function for old M-x gdb (text command mode).
1294 (gud-gdb-command-name, gdb): Move to...
1295
1296 * progmodes/gdb-ui.el: ...here and adapt doc string.
1297 (gud-gdba-command-name, gdba): Delete.
1298
1299 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1300
1301 * bs.el: Don't defvar `font-lock-verbose'.
1302 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1303 (bs--get-file-name): Fix typos in docstrings.
1304 (bs--show-header): Use `dolist' instead of `mapcar'.
1305 (bs-mode): Set `show-trailing-whitespace' to nil.
1306 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1307 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1308 Doc fixes.
1309
1310 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
1311
1312 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1313
1314 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1315
1316 * progmodes/gud.el (gdb): Make graphical mode the default and
1317 switch to text command mode if appropriate, i.e., reverse previous
1318 arrangement.
1319 (gud-gdb-marker-filter): Adapt for above change.
1320
1321 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1322 gud-minor-mode and gud-marker-filter.
1323 (gdb-fullname-regexp): New variable.
1324 (gud-gdba-marker-filter): Use it to switch to text command
1325 mode if appropriate.
1326
1327 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1328
1329 * progmodes/gud.el (gud-display-line): Find source buffer even when
1330 GUD buffer has its own frame.
1331
1332 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1333
1334 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1335
1336 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1337
1338 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1339
1340 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1341
1342 * allout.el (allout-before-change-handler): Replace got-char by
1343 goto-char.
1344
1345 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1348 Used to try and automatically enabled smerge-mode in the presence of
1349 conflicts and to call `svn resolved' when the conflicts are gone.
1350 (vc-svn-parse-status): Remember the svn-specific status.
1351
1352 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1353
1354 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1355 menu-bar-apropos-menu. All users changed.
1356 (menu-bar-help-menu): Change menu symbols to better match the text
1357 displayed by the menu.
1358
1359 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1360
1361 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1362 #, @, : and ^.
1363
1364 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1365
1366 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1367
1368 * log-view.el (log-view-mode-map): Likewise.
1369
1370 * diff-mode.el (diff-mode-shared-map): Likewise.
1371
1372 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1373
1374 * files.el (file-name-sans-versions): Also allow `A-Z'.
1375
1376 * vc.el: Mention all supported VC backends.
1377
1378 2007-10-08 Richard Stallman <rms@gnu.org>
1379
1380 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1381 neighbouring buttons.
1382
1383 2007-10-08 Andreas Schwab <schwab@suse.de>
1384
1385 * files.el (file-name-sans-versions): Also allow `_'.
1386
1387 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1388
1389 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1390
1391 * log-view.el (log-view-mode-map, log-view-mode-menu):
1392 Bind log-view-annotate-version.
1393 (log-view-beginning-of-defun, log-view-end-of-defun)
1394 (log-view-annotate-version): New functions.
1395 (log-view-mode): Use log-view-beginning-of-defun and
1396 log-view-end-of-defun.
1397
1398 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1401
1402 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1405 neighbouring buttons.
1406
1407 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1408 Recognize gcc's use of "note" for informational messages.
1409
1410 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1413 (css-mode): Update correspondingly.
1414
1415 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1416
1417 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1418 Signed-off-by, Acked-by and Merge.
1419
1420 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1423
1424 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * vc-mtn.el: New file.
1427
1428 * vc-hooks.el (vc-handled-backends): Add Mtn.
1429
1430 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1431
1432 * files.el (find-file, find-file-other-window)
1433 (find-file-other-frame, find-file-existing, find-file-read-only)
1434 (find-file-read-only-other-window)
1435 (find-file-read-only-other-frame)
1436 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1437
1438 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1439
1440 * progmodes/gud.el (gdb-ready): New variable.
1441 (gdb): Set it to nil. Set gud-running to nil here...
1442 (gud-common-init): ...instead of here.
1443
1444 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1445 Use gdb-ready. Discard input until GDB is ready to accept it.
1446
1447 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1448
1449 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1450 make it show up with eight colors.
1451
1452 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1455 diffs are concatenated with no intervening line.
1456
1457 2007-10-08 Dave Love <fx@gnu.org>
1458
1459 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1460 (python-font-lock-keywords): Update to the 2.5 version of the language.
1461 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1462 (python-backspace): Only behave funny in code.
1463 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1464 (inferior-python-mode): Add PDB prompt regexp.
1465 (python-fill-paragraph): Refine the fenced-string regexp.
1466 (python-find-imports): Handle imports spanning several lines.
1467 (python-mode): Add `class' to hideshow support.
1468
1469 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1472 Use add-log-buffer-file-name-function rather than binding
1473 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
1474 when `fi' is the ChangeLog file itself.
1475
1476 * outline.el (outline-flag-region): Use front-advance.
1477
1478 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
1479
1480 * progmodes/cperl-mode.el: Merge upstream 5.23.
1481 (cperl-where-am-i): Remove function.
1482 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1483 (cperl-sniff-for-indent): De-invert [string] and [comment].
1484 When looking for label, skip s:m:y:tr.
1485 (cperl-indent-line): Likewise.
1486 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1487 (cperl-windowed-init): Wrong `ps-print' handling.
1488 Both thanks to Chong Yidong.
1489 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1490 (cperl-find-pods-heres): If the second part of s()[] is missing,
1491 don't try to highlight delimiters...
1492
1493 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * progmodes/compile.el (compilation-get-file-structure): Complete last
1496 change by also using spec-directory in the puthash.
1497
1498 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
1499
1500 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1501 (vc-bzr-status): Fix shadowing of variable 'status'.
1502 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1503 Use `expand-file-name' instead of `concat'.
1504 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1505 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1506
1507 2007-10-08 Jason Rumney <jasonr@gnu.org>
1508
1509 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1510
1511 2007-10-08 Richard Stallman <rms@gnu.org>
1512
1513 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1514 Add `safe-local-variable' property.
1515 (lisp-body-indent): Likewise.
1516
1517 2007-10-08 Richard Stallman <rms@gnu.org>
1518
1519 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1520 Add doc string.
1521
1522 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1523
1524 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1525
1526 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1527
1528 * repeat.el (repeat): Use last-repeatable-command instead of
1529 real-last-command. Run pre- and post-command hooks for
1530 self-insertion. Update doc-string.
1531
1532 2007-10-08 Alexandre Julliard <julliard@winehq.org>
1533
1534 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1535 state of the file.
1536 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1537 (vc-git-create-repo): Fix invalid command.
1538
1539 2007-10-08 Richard Stallman <rms@gnu.org>
1540
1541 * textmodes/flyspell.el (flyspell-mode):
1542 Catch errors in flyspell-mode-on.
1543
1544 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1545
1546 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1547
1548 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * international/encoded-kb.el (encoded-kbd-setup-display):
1551 Use input-decode-map rather than local-key-translation-map.
1552
1553 * term/rxvt.el (rxvt-alternatives-map): New map.
1554 (terminal-init-rxvt): Use it.
1555 Bind rxvt-function-map in input-decode-map.
1556
1557 * term/xterm.el (xterm-alternatives-map): New map.
1558 (terminal-init-xterm): Use it.
1559 Bind xterm-function-map in input-decode-map.
1560
1561 * term/x-win.el (x-alternatives-map): New var.
1562 (x-setup-function-keys): Use it.
1563
1564 * help-fns.el (describe-variable): Slightly change the layout of
1565 meta-info to separate it better from the docstring.
1566 Standardize insertion of extra empty lines in various circumstances.
1567
1568 * diff-mode.el (diff-hunk-style): New fun.
1569 (diff-end-of-hunk): Use it.
1570 (diff-context->unified): Use the new `apply' undo element,
1571 if applicable, so as to save undo-log space.
1572 (diff-fine-change): New face.
1573 (diff-fine-highlight-preproc): New function.
1574 (diff-fine-highlight): New command.
1575 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1576
1577 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1578 (smerge-refine-highlight-change): Add `props' argument.
1579 (smerge-refine-subst): New function holding most of smerge-refine.
1580 (smerge-refine): Use it.
1581
1582 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
1583
1584 * vc.el (vc-default-wash-log): Remove unused code, the
1585 log washers all live in the backends now.
1586 (vc-default-comment-history): Correct for the fact
1587 that wash-log is argumentless in the new API.
1588
1589 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1592 (tramp-maybe-send-script): Apply `member' but `memq'.
1593 (tramp-advice-file-expand-wildcards): Simplify implementation.
1594
1595 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1598
1599 * mb-depth.el (minibuf-depth-indicator-function): New variable.
1600 (minibuf-depth-setup-minibuffer): Use it.
1601
1602 2007-10-07 Glenn Morris <rgm@gnu.org>
1603
1604 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1605 version numbers.
1606
1607 2007-10-06 Juri Linkov <juri@jurta.org>
1608
1609 * textmodes/fill.el (fill-paragraph-or-region): New function.
1610
1611 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1612 instead of fill-paragraph.
1613
1614 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1615 with fill-paragraph-or-region. Suspend command is now the same
1616 `suspend-frame' on window systems and on tty.
1617
1618 * image.el (image-type): Check if image-types is bound to not fail
1619 on tty.
1620
1621 * delsel.el (delete-selection-pre-hook):
1622 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1623 is fbound to not fail on mouseless tty.
1624
1625 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1626
1627 * net/tramp.el (top): Move loading of tramp-util.el and
1628 tramp-vc.el to tramp-compat.el.
1629 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
1630 temporary file if possible, in order to avoid a security hole.
1631 (tramp-do-copy-or-rename-file-out-of-band)
1632 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1633 with DONT-CREATE, because the connection is not setup yet.
1634 (tramp-handle-process-file): Rewrite temporary file handling.
1635 (tramp-completion-mode): New defvar.
1636 (tramp-completion-mode-p): Use it.
1637
1638 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1639
1640 * net/tramp-fish.el (tramp-fish-handle-process-file):
1641 Rewrite temporary file handling.
1642
1643 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1644
1645 * vc.el: Workfile version -> focus version change. Port various
1646 comments from new VC to reduce the noise in the diff.
1647 Patch in the new vc-create-repo function to go with the
1648 header comment about it already present.
1649 There are no changes to existing logic in this patch.
1650 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1651
1652 2007-10-06 Aaron Hawley <aaronh@garden.org>
1653
1654 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1655
1656 2007-10-05 Chris Moore <dooglus@gmail.com>
1657
1658 * server.el (server-kill-new-buffers): Doc fix.
1659
1660 2007-10-05 John W. Eaton <jwe@octave.org>
1661
1662 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1663 (octave-begin-keywords): Add "do".
1664 (octave-end-keywords): Remove "end".
1665 (octave-reserved-words): Add "end". Remove "all_va_args",
1666 "gplot", and 'gsplot".
1667 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1668 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1669 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1670 "default_return_value", "define_all_return_values",
1671 "do_fortran_indexing", "empty_list_elements_ok",
1672 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1673 "ok_to_lose_imaginary_part", "prefer_column_vectors",
1674 "prefer_zero_one_indexing", "propagate_empty_matrices",
1675 "resize_on_range_error", "treat_neg_dim_as_zero",
1676 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1677 "warn_divide_by_zero", "warn_function_name_clash",
1678 "warn_missing_semicolon", "whitespace_in_literal_matrix".
1679 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1680 "crash_dumps_octave_core", "sighup_dumps_octave_core",
1681 "sigterm_dumps_octave_core".
1682 (octave-block-match-alist): Remove "end" from block-end keywords.
1683 (octave-mode): Update ftp site address.
1684
1685 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
1686
1687 * vc.el: Reorder functions, no code changes.
1688
1689 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
1690
1691 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1692 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1693 the cond clauses where needed.
1694 (tramp-handle-write-region): Rearrange code for proper handling of
1695 tmpfile.
1696
1697 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1698
1699 * net/tramp.el:
1700 * net/tramp-fish.el:
1701 * net/tramp-ftp.el:
1702 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1703 `tramp-compat-make-temp-file'.
1704
1705 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1706
1707 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1708
1709 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1712 already uses a more recent copyright version than the "current" one.
1713
1714 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1715
1716 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
1717 (doc-view-insert-image): Minor aesthetical docstring changes.
1718
1719 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
1720
1721 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
1722 completing filename.
1723 (doc-view-search-internal): Docstring change.
1724
1725 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
1726
1727 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
1728 (tramp-file-name-handler-alist):
1729 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
1730 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
1731 used before, creates the file already, which is not desired.
1732 (tramp-do-copy-or-rename-file-directly): Simplify handling of
1733 temporary file.
1734 (tramp-handle-insert-file-contents): Assign the result in the
1735 short track case.
1736 (tramp-handle-insert-file-contents-literally): New defun.
1737 (tramp-completion-mode-p): Revert change from 2007-09-24.
1738 Checking for `return' etc as last character is not sufficient, for
1739 example in dired-mode when entering <g> (revert-buffer) or
1740 <s> (dired-sort).
1741
1742 * net/tramp-compat.el (top): Add also compatibility code for loading
1743 appropriate timer package.
1744 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
1745 order to avoid autoloading problems.
1746
1747 * net/tramp-fish.el:
1748 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
1749
1750 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
1751 where the second parameter of `copy-file' or `rename-file' is a
1752 remote file but not via ftp.
1753
1754 2007-10-02 Richard Stallman <rms@gnu.org>
1755
1756 * frame.el (cursor-in-non-selected-windows): Doc fix.
1757
1758 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1759
1760 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
1761 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
1762
1763 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
1764
1765 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
1766 when `expt' doesn't give range errors.
1767
1768 2007-10-01 Markus Triska <markus.triska@gmx.at>
1769
1770 * calc/calc-math.el (math-smallest-emacs-expt):
1771 Make the computation more robust.
1772
1773 2007-09-30 David Kastrup <dak@gnu.org>
1774
1775 * startup.el (argv): Alias for `command-line-args-left' to use as
1776 `(pop argv)' inside of --eval command sequences. Allows for
1777 passing shell commands into Emacs verbatim without need for Lisp
1778 quoting.
1779
1780 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
1781 check only for changed size.
1782 (auto-revert-tail-handler): Get size from caller. If the file has
1783 shrunk, tail the whole file again (the file presumably has been
1784 rewritten).
1785
1786 * woman.el (woman-topic-all-completions, woman-mini-help):
1787 Fix fallout from 2007-09-07 introduction of `dolist' when the list
1788 actually was being manipulated in the loop.
1789 (woman-Cyg-to-Win, woman-pre-process-region)
1790 (woman-horizontal-escapes, woman-if-body, woman-unescape)
1791 (woman-strings, woman-special-characters, woman1-hc)
1792 (woman-change-fonts, woman-find-next-control-line):
1793 Use `match-beginning' rather than `match-string' when the result is
1794 just used as a flag.
1795
1796 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
1797
1798 * net/tramp-compat.el: New file.
1799
1800 * net/tramp.el:
1801 * net/tramp-fish.el:
1802 * net/tramp-smb.el:
1803 * net/tramp-uu.el:
1804 * net/trampver.el: Move compatibility code to tramp-compat.el.
1805 Apply `mapc' instead of `mapcar' when the code needs side effects
1806 only. Move utf-8 coding cookie to the second line.
1807
1808 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
1809
1810 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1811 Improve custom type.
1812 (icon-map-list): Make it customizable. Document how to disable
1813 stock icons.
1814
1815 2007-09-30 Richard Stallman <rms@gnu.org>
1816
1817 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1818
1819 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1820
1821 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1822
1823 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
1826 (t-mouse-mode): New compatibility alias.
1827
1828 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
1829
1830 * server.el (server-delete-client): Only delete the terminal if it
1831 is non-nil.
1832
1833 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
1834
1835 * net/tramp.el (with-file-property, with-connection-property):
1836 Highlight as keyword.
1837 (tramp-rfn-eshadow-setup-minibuffer)
1838 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1839 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
1840 (tramp-do-copy-or-rename-file-directly)
1841 (tramp-do-copy-or-rename-file-out-of-band)
1842 (tramp-handle-shell-command, tramp-get-debug-buffer)
1843 (tramp-send-command-and-read, tramp-equal-remote)
1844 (tramp-get-local-gid): Pacify byte-compiler.
1845 (tramp-handle-file-name-directory): Result shall not be expanded.
1846 (tramp-find-foreign-file-name-handler): Rewrite.
1847 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
1848
1849 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
1850
1851 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1852 Apply `tramp-completion-mode-p'.
1853 (tramp-fish-handle-set-file-times)
1854 (tramp-fish-handle-executable-find)
1855 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
1856 (tramp-fish-retrieve-data): Pacify byte-compiler.
1857
1858 * net/tramp-gw.el (tramp-gw-basic-authentication):
1859 Call `tramp-read-passwd' with first parameter `nil'.
1860
1861 2007-09-28 Glenn Morris <rgm@gnu.org>
1862
1863 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
1864 than mapcar.
1865
1866 * textmodes/tex-mode.el (tex-suscript-height-ratio)
1867 (tex-suscript-height-minimum): New customizable variables.
1868 (tex-suscript-height): New function.
1869 (superscript, subscript): Set height using tex-suscript-height
1870 rather than fixing at 0.8.
1871 (tex-fontify-script, tex-font-script-display): Add :version tag.
1872
1873 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * progmodes/python.el (python-eldoc-function): Doc fix.
1876
1877 2007-09-27 Glenn Morris <rgm@gnu.org>
1878
1879 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
1880 image if it is not in image-type-auto-detectable, or is there with
1881 a nil value.
1882
1883 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
1884
1885 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
1886 connection more robust.
1887
1888 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
1889
1890 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1891 Deal with the case that special &keywords are at the beginning or
1892 end of the argument list. Also add some (incomplete) support for
1893 non-standard arglists.
1894
1895 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
1896
1897 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1898 (eldoc-message-commands, eldoc-current-idle-delay)
1899 (eldoc-function-argstring-format): Fix typos in docstrings.
1900
1901 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
1902
1903 * calc/calc-units.el (calc-convert-units)
1904 (calc-convert-temperature): Remove unnecessary colons.
1905
1906 2007-09-26 Bastien Guerry <bzg@altern.org>
1907
1908 * org-export-latex.el (org-export-latex-tables-verbatim): New function.
1909 (org-export-latex-remove-from-headlines): Name changed because of typo.
1910 (org-export-latex-quotation-marks-convention): Option removed.
1911 (org-export-latex-make-preamble): Handle the DATE option.
1912 (org-export-latex-cleaned-string): Now the only cleaning function,
1913 synched up with org.el.
1914 (org-export-latex-lists, org-export-latex-parse-list)
1915 (org-export-list-to-latex): New functions.
1916
1917 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
1918
1919 * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
1920 (org-outline-regexp): New constant.
1921 (org-remember-handler): Throw error when the target file is not in
1922 org-mode.
1923 (org-cleaned-string-for-export): No longer call
1924 `org-export-latex-cleaned-string' with an argument.
1925 (org-get-tags): Returns now a list, not a string.
1926 (org-get-tags-string): New function.
1927 (org-archive-subtree): No need to split return of `org-get-tags'.
1928 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
1929 instead of `org-get-tags'.
1930 (org-agenda-format-date): Rename from `org-agenda-date-format'.
1931 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
1932 (org-compatible-face): New argument INHERITS. Inherit from this
1933 face if possible.
1934 (org-level-1, org-level-2, org-level-3, org-level-4)
1935 (org-level-5, org-level-6, org-level-7, org-level-8)
1936 (org-special-keyword, org-drawer, org-column, org-warning)
1937 (org-archived, org-todo, org-done, org-headline-done, org-table)
1938 (org-formula, org-code, org-agenda-structure)
1939 (org-scheduled-today, org-scheduled-previously)
1940 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
1941 in the new way.
1942 (org-get-heading): New argument NO-TAGS.
1943 (org-fast-tag-selection-include-todo): Made defvar instead of
1944 defcustom, feature is not deprecated.
1945 (org-remember-store-without-prompt): New default value t.
1946 (org-todo-log-states): New variable.
1947 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
1948 Compute the log states.
1949 (org-goto-map): More commands copied from global map. Also bind
1950 `org-occur'.
1951 (org-goto): Made into a general lookup command.
1952 (org-get-location): Complete rewrite.
1953 (org-goto-exit-command): New variable.
1954 (org-goto-selected-point): New variable.
1955 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
1956 Set the new variables.
1957 (org-paste-subtree): Whitespace insertion strategy revised.
1958 (org-remember-apply-template): Protect v-A from the possibility
1959 that v-a might be nil.
1960 (org-remember-handler): Insertion rules revised.
1961 (org-todo): Respect org-todo-log-states.
1962 (org-up-heading-safe): New function.
1963 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
1964
1965 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1966
1967 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
1968 region if in transient-mark-mode.
1969
1970 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
1971
1972 * calc/calc-ext.el (calc-init-extensions, calc-reset):
1973 * calc/calc-help.el (calc-full-help):
1974 * calc/calc-misc.el (another-calc):
1975 * calc/calc-store.el (calc-var-name-map):
1976 * calc/calc-stuff.el (calc-flush-caches):
1977 * calc/calc-units.el (math-build-units-table):
1978 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
1979 (calc-quit):
1980 * calendar/icalendar.el (icalendar--format-ical-event)
1981 (icalendar--convert-ical-to-diary):
1982 * emacs-lisp/authors.el (authors):
1983 * emacs-lisp/cust-print.el (custom-print-install)
1984 (custom-print-uninstall):
1985 * emacs-lisp/disass.el (disassemble-1):
1986 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1987 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
1988 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
1989 (elint-check-let-form, elint-check-condition-case-form)
1990 (elint-initialize):
1991 * emacs-lisp/elp.el (elp-results):
1992 * emacs-lisp/generic.el (generic-mode-internal):
1993 * emacs-lisp/re-builder.el (reb-delete-overlays):
1994 * emacs-lisp/regi.el (regi-interpret):
1995 * emacs-lisp/sregex.el (sregex--char-aux):
1996 * emulation/cua-rect.el (cua--deactivate-rectangle)
1997 (cua--highlight-rectangle, cua--rectangle-post-command):
1998 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
1999 * emulation/viper-macs.el (viper-describe-kbd-macros)
2000 (viper-describe-one-macro):
2001 * emulation/viper-util.el (viper-setup-master-buffer):
2002 * emulation/viper.el (set-viper-state-in-major-mode):
2003 * international/mule-diag.el (describe-current-coding-system):
2004 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2005 * mail/emacsbug.el (report-emacs-bug):
2006 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2007 * obsolete/hilit19.el (hilit-unhighlight-region)
2008 (hilit-set-mode-patterns):
2009 * play/solitaire.el (solitaire-check, solitaire-solve):
2010 * play/zone.el (zone-pgm-rotate):
2011 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2012 * progmodes/ada-prj.el (ada-prj-display-page):
2013 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2014 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2015 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2016 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2017 * progmodes/sh-script.el (sh-make-vars-local)
2018 (sh-reset-indent-vars-to-global-values):
2019 * progmodes/sql.el (top):
2020 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2021 * progmodes/xscheme.el (top):
2022 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2023 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2024 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2025 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2026 (artist-submit-bug-report):
2027 * textmodes/flyspell.el (flyspell-delay-commands)
2028 (flyspell-deplacement-commands):
2029 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2030 (table--generate-source-cells-in-a-row, table--make-cell-map)
2031 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2032
2033 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2034
2035 * allout.el (produce-allout-mode-map, allout-process-exposed):
2036 * ansi-color.el (ansi-color-make-color-map):
2037 * autoinsert.el (auto-insert):
2038 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2039 * dired-aux.el (dired-create-files):
2040 * dired.el (dired-restore-desktop-buffer):
2041 * ediff-diff.el (ediff-setup-fine-diff-regions):
2042 * ediff-mult.el (ediff-intersect-directories)
2043 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2044 (ediff-redraw-registry-buffer):
2045 * ediff-ptch.el (ediff-fixup-patch-map):
2046 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2047 (ediff-really-quit, ediff-clear-diff-vector):
2048 * emerge.el (emerge-really-quit):
2049 * ffap.el (ffap-replace-file-component):
2050 * filecache.el (file-cache-add-directory)
2051 (file-cache-add-directory-recursively)
2052 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2053 (file-cache-delete-directory, file-cache-files-matching-internal)
2054 (file-cache-display):
2055 * files.el (cd):
2056 * find-lisp.el (find-lisp-insert-directory):
2057 * finder.el (finder-compile-keywords):
2058 * help.el (view-emacs-news):
2059 * hi-lock.el (hi-lock-write-interactive-patterns):
2060 * ido.el (ido-to-end, ido-set-matches-1):
2061 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2062 (image-dired-mark-tagged-files):
2063 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2064 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2065 * ps-print.el (ps-background, ps-begin-file)
2066 (ps-build-reference-face-lists):
2067 * simple.el (clone-buffer):
2068 * startup.el (command-line):
2069 * tempo.el (tempo-insert-template, tempo-is-user-element)
2070 (tempo-forward-mark, tempo-backward-mark):
2071 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2072
2073 2007-09-25 Glenn Morris <rgm@gnu.org>
2074
2075 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2076
2077 * view.el (view-search-no-match-lines): Add a doc string.
2078 Rewrite to simplify and work better.
2079
2080 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2081
2082 * progmodes/cc-mode.el (c-mode-base-map):
2083 Use c-indent-line-or-region instead of c-indent-line.
2084
2085 * indent.el (indent-for-tab-command): First check if the region is
2086 active.
2087
2088 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2089
2090 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2091 whitespace-rescan-timer-time is 0.
2092
2093 2007-09-24 Karl Berry <karl@gnu.org>
2094
2095 * international/mule.el (coding-system-base): Fix doc string grammar.
2096
2097 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2098
2099 * net/tramp.el (tramp-completion-mode-p): Rename from
2100 `tramp-completion-mode'. Revert logic, check `return', `newline'
2101 and such alike. Packages like Icicles tend to use other completion
2102 characters but `tab' and `space' only.
2103
2104 2007-09-24 Adam Hupp <adam@hupp.org>
2105
2106 * progmodes/python.el (run-python): Import emacs module without
2107 waiting; prevents lockup on error.
2108
2109 2007-09-23 Richard Stallman <rms@gnu.org>
2110
2111 * mail/sendmail.el (mail-bury): Delete the frame
2112 if this frame looks like it was made for this message.
2113
2114 * completion.el (completion-separator-self-insert-command)
2115 (completion-separator-self-insert-autofilling):
2116 If `self-insert-command' has been remapped, use the substitute.
2117
2118 * simple.el (copy-region-as-kill): Doc fix.
2119
2120 * textmodes/org.el (org-confirm-shell-link-function)
2121 (org-confirm-elisp-link-function): Doc fixes.
2122
2123 2007-09-23 Glenn Morris <rgm@gnu.org>
2124
2125 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2126
2127 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2128
2129 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2130
2131 * term/tvi970.el (terminal-init-tvi970): Likewise.
2132
2133 * term/sun-mouse.el (print-mouse-format): Likewise.
2134
2135 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2136 Use forward-line instead of previous-line and next-line.
2137
2138 2007-09-22 Juri Linkov <juri@jurta.org>
2139
2140 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2141
2142 * tutorial.el (tutorial--default-keys): Update standard bindings:
2143 rename `iconify-or-deiconify-frame' to `suspend-frame',
2144 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2145
2146 2007-09-22 Juri Linkov <juri@jurta.org>
2147
2148 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2149 Add help-echo to external links and to links without description.
2150 (fancy-splash-insert): Use help-echo from the 3rd element of the
2151 link specification list, or "Follow this link" if it's nil. Doc fix.
2152
2153 2007-09-22 Juri Linkov <juri@jurta.org>
2154
2155 * startup.el (command-line): Rename `inhibit-startup-message' to
2156 `inhibit-startup-screen'.
2157 (fancy-about-text): Use shorter label for "Ordering Manuals".
2158 (fancy-startup-tail): Add optional arg `concise'. When `concise'
2159 is nil, display a line with "To start..." and 3 links to useful
2160 tasks. Display the "Dismiss" button and "Don't show this message
2161 again" only when concise is non-nil.
2162 (fancy-startup-screen): Call `fancy-startup-tail' with optional
2163 arg `concise'. If CONCISE is non-nil, display a concise version
2164 of the splash screen in another window. Otherwise, switch to the
2165 startup buffer in the same window.
2166 (startup-echo-area-message): Change displayed binding from
2167 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2168 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2169 the GNU system".
2170 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2171 to "*GNU Emacs*".
2172 (display-about-screen): Don't check the existence of the buffer
2173 "*About GNU Emacs*".
2174 (display-splash-screen): Make alias to `display-startup-screen'.
2175 (command-line-1): Rename `inhibit-startup-message' to
2176 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2177 started with command line options "-f", "-funcall", "-e", "-eval",
2178 "-execute", "-insert", "-find-file", "-file", "-visit".
2179 Inhibit startup screen when Emacs is started with a file name only
2180 on tty (i.e. don't inhibit it when started with a file name like
2181 "emacs FILE..." on a window system).
2182 (command-line-1): Simplify logic of displaying the startup screen:
2183 if file-count > 0, then display the concise version in another
2184 window, otherwise display full version in the same window.
2185
2186 * help.el (help-map): Bind C-h C-a to about-emacs.
2187 (help-for-help-internal): Add C-a description to C-h help text.
2188
2189 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2190
2191 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2192 (checkdoc-permit-comma-termination-flag): Autoload the
2193 safe-local-variable setting.
2194
2195 * bookmark.el (bookmark-xemacsp): Remove.
2196 (bookmark-make): Don't use bookmark-xemacsp,
2197 use (featurep 'xemacs) instead.
2198
2199 * speedbar.el (speedbar-frame-mode)
2200 (speedbar-frame-reposition-smartly)
2201 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2202 (speedbar-check-vc): Remove use of non-existent variable
2203 dframe-xemacsp, use (featurep 'xemacs) instead.
2204
2205 * indent.el (indent-for-tab-command): Indent the region if
2206 transient-mark-mode and the region is active.
2207
2208 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
2209
2210 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2211 add inferior-octave-directory-tracker to the buffer-local value
2212 of comint-input-filter-functions.
2213
2214 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2215
2216 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2217
2218 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2221 on w32 frames.
2222
2223 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * startup.el (normal-top-level): Remove DISPLAY from
2226 process-environment to let it be computed dynamically in callproc.c.
2227
2228 * frame.el (frame-initialize, make-frame):
2229 * faces.el (tty-set-up-initial-frame-faces):
2230 * env.el (setenv): Don't set display-environment-variable.
2231
2232 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
2233 (server-create-tty-frame): Don't set unused `tty' property.
2234 Set `display' instead of display-environment-variable.
2235 (server-create-window-system-frame): No display-environment-variable.
2236
2237 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
2240 (rfn-eshadow-update-overlay-hook): New defvars.
2241 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
2242 Run the hooks.
2243
2244 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
2245 (tramp-rfn-eshadow-setup-minibuffer)
2246 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
2247 rfn-eshadow.el.
2248
2249 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
2250 timeout.
2251
2252 2007-09-21 Glenn Morris <rgm@gnu.org>
2253
2254 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
2255 * term/sun-mouse.el (suspend-emacstool): Remove.
2256 * term/sun.el: Remove emacstool-related code.
2257
2258 * emacs-lisp/bytecomp.el (byte-compile-warnings)
2259 (byte-compile-warnings-safe-p): Add `mapcar'.
2260 (byte-compile-warning-types): Add mapcar and make-local.
2261 (byte-compile-normal-call): Add option to suppress mapcar warning.
2262 (top-level): Use mapc rather than mapcar in eval-when-compile.
2263
2264 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2265 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
2266 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
2267 Handle escaped parens.
2268 (latex-forward-sexp): Doc fix.
2269
2270 * eshell/esh-mode.el (eshell-output-filter-functions):
2271 Add eshell-postoutput-scroll-to-bottom.
2272
2273 * loadup.el: Remove termdev.
2274
2275 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
2276 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
2277
2278 2007-09-21 Markus Triska <markus.triska@gmx.at>
2279
2280 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
2281 `mapcar' is called for effect.
2282
2283 2007-09-21 Kevin Ryde <user42@zip.com.au>
2284
2285 * international/mule.el (sgml-html-meta-auto-coding-function):
2286 Bind `case-fold-search' to t.
2287
2288 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * termdev.el: Remove.
2291
2292 * frame.el (get-device-terminal): New function. Moved from termdev.el.
2293 (frames-on-display-list): Use it.
2294
2295 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
2296
2297 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
2298
2299 2007-09-20 Richard Stallman <rms@gnu.org>
2300
2301 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
2302
2303 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
2306
2307 2007-09-20 Glenn Morris <rgm@gnu.org>
2308
2309 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2310 motion functions, rather than hard-coding "\n\n".
2311 (tex-validate-region): Check for eobp, to speed up.
2312 (tex-next-unmatched-end): Doc fix.
2313
2314 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * files.el (auto-mode-alist): Use archive-mode for .rar files.
2317
2318 * international/mule.el (auto-coding-alist): Rar archives are binary.
2319
2320 * arc-mode.el: Add basic support for Rar.
2321 (archive-find-type): Recognize Rar's signature.
2322 (archive-desummarize): New fun.
2323 (archive-summarize): Use it to restore the buffer's data in case
2324 someone wants to switch to some other major mode.
2325 (archive-resummarize): Use it as well.
2326 (archive-rar-summarize, archive-rar-extract): New functions.
2327
2328 * filesets.el: Remove spurious * in docstrings.
2329 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
2330 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
2331 (filesets-ingroup-collect): Remove unused arg `depth'.
2332 (filesets-update): Remove unused arg `version'.
2333
2334 * finder.el (finder-compile-keywords): Fix up comment style.
2335 (finder-mouse-face-on-line): previous-line -> forward-line.
2336
2337 * recentf.el: Remove spurious * in docstrings.
2338 (recentf-save-list): Fix up comment style.
2339
2340 * progmodes/octave-mod.el: Remove spurious * in docstrings.
2341 (octave-mode-map): Move init into declaration and remove \t binding.
2342 (octave-mode-startup-message): Remove unused var.
2343 (octave-scan-blocks): Remove unused arg `from'.
2344 (octave-forward-block, octave-down-block, octave-up-block):
2345 Update callers.
2346
2347 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
2348 (meta-mode-map): Likewise and remove \t binding.
2349
2350 * net/snmp-mode.el: Remove spurious * in docstrings.
2351 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
2352 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
2353 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
2354 that completion accepts lists of strings.
2355 (snmp-mode-syntax-table): Move initialization into declaration.
2356 (snmp-mode-map): Likewise and remove \t binding.
2357 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
2358 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
2359 (snmp-indent-command): Remove.
2360
2361 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
2362 binding, so tab-always-indent works right.
2363
2364 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
2365
2366 * net/browse-url.el (browse-url-elinks-new-window): New function.
2367 (browse-url-elinks): Use browse-url-elinks-new-window.
2368 Accept optional second argument `new-window'. Fix typo in doc-string.
2369 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
2370 Improve error message.
2371
2372 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2373
2374 * net/browse-url.el (browse-url-url-encode-chars): Use the right
2375 parameter name in the function body.
2376 Reported by Johannes Weiner.
2377
2378 2007-09-19 Glenn Morris <rgm@gnu.org>
2379
2380 * net/socks.el (socks-open-network-stream): Signal an explicit
2381 error if the port associated with a service string can't be found.
2382
2383 * textmodes/tex-mode.el (tex-terminate-paragraph):
2384 Use backward-paragraph.
2385
2386 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * server.el (server-running-p): New function.
2389
2390 2007-09-18 Jason Rumney <jasonr@gnu.org>
2391
2392 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
2393 x-focus-frame.
2394
2395 * frame.el (select-frame-set-input-focus, select-frame-by-name):
2396 Use x-focus-frame for w32.
2397
2398 2007-09-17 David Kastrup <dak@gnu.org>
2399
2400 * textmodes/tex-mode.el (tex-verbatim-environments):
2401 Eliminate CL dependency.
2402
2403 2007-09-17 Richard Stallman <rms@gnu.org>
2404
2405 * newcomment.el (comment-add): New arg EXTRA.
2406 (comment-region-default): Pass EXTRA if not indenting lines.
2407
2408 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2409
2410 * net/browse-url.el (browse-url-url-encode-chars): New function.
2411 URL-encode some chars in a string.
2412 (browse-url-encode-url): Rewrite using the previous function.
2413 (browse-url-file-url): Use `browse-url-url-encode-chars'.
2414 (browse-url-elinks-sentinel): Fix typo.
2415 (browse-url-new-window-flag): Doc change.
2416
2417 2007-09-17 Glenn Morris <rgm@gnu.org>
2418
2419 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2420 filename from `--file-line-error', if it is available.
2421
2422 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2423
2424 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2425 TeX `--file-line-error' format.
2426
2427 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2428
2429 * xt-mouse.el: Delete add-hook calls that were moved to
2430 xterm-mouse-mode.
2431 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
2432 does not work.
2433
2434 2007-09-17 Richard Stallman <rms@gnu.org>
2435
2436 * cus-face.el (custom-theme-set-faces): Undo previous change.
2437
2438 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
2439
2440 2007-09-17 Glenn Morris <rgm@gnu.org>
2441
2442 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2443 handling the case where the region is not in `tex-main-file'.
2444 (tex-region-1): Delete.
2445 (tex-region-header): New function, doing the header part of the
2446 old tex-region-1.
2447
2448 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * simple.el (newline): Simplify use of prefix-numeric-value.
2451 (line-move-partial): Remove unused var `ppos'.
2452 (line-move-1): Replace 9999 with most-positive-fixnum.
2453 (move-end-of-line): Use more efficient single-property search.
2454 (move-beginning-of-line): Remove unused var `start'.
2455 (blink-matching-open): Restructure in a more functional style.
2456
2457 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2458
2459 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
2460
2461 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * server.el (server-clients): Only keep procs, no properties any more.
2464 (server-client): Remove.
2465 (server-client-get, server-client-set): Remove, replace all callers by
2466 process-get and process-put resp.
2467 (server-clients-with, server-add-client, server-delete-client)
2468 (server-create-tty-frame, server-create-window-system-frame)
2469 (server-process-filter, server-execute, server-visit-files)
2470 (server-buffer-done, server-kill-buffer-query-function)
2471 (server-kill-emacs-query-function, server-switch-buffer)
2472 (server-save-buffers-kill-terminal): Update accordingly.
2473
2474 * server.el (server-with-environment): Simplify.
2475 (server-select-display, server-unselect-display): Re-add functions that
2476 seem to have been lost in the multi-tty merge.
2477 (server-eval-and-print, server-create-tty-frame)
2478 (server-create-window-system-frame, server-goto-toplevel)
2479 (server-execute, server-return-error): New functions extracted from
2480 server-process-filter.
2481 (server-execute-continuation): New functions.
2482 (server-process-filter): Restructure so that all arguments are analysed
2483 first and then acted upon in a subsequent stage. This way
2484 server-goto-toplevel can be executed later, when we know if
2485 it's necessary.
2486 Remove the "-version" and "-version-good" support.
2487
2488 2007-09-16 Drew Adams <drew.adams@oracle.com>
2489
2490 * cus-edit (custom-face-edit-activate): Doc fix.
2491
2492 2007-09-16 Glenn Morris <rgm@gnu.org>
2493
2494 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2495 Following cal-bahai renaming, update all instances of
2496 list-bahai-diary-entries to diary-bahai-list-entries,
2497 mark-bahai-diary-entries to diary-bahai-mark-entries,
2498 calendar-goto-bahai-date to calendar-bahai-goto-date,
2499 insert-bahai-diary-entry to diary-bahai-insert-entry,
2500 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
2501 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
2502 calendar-print-bahai-date to calendar-bahai-print-date.
2503
2504 * textmodes/tex-mode.el (tex-region): Handle the case where the
2505 region is not in `tex-main-file'. Move the old code that applies
2506 to both cases...
2507 (tex-region-1): ...to this new function.
2508
2509 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * vc.el (vc-process-sentinel): New function.
2512 (vc-exec-after): Use it instead of using ugly hackish analysis and
2513 construction of Elisp code.
2514 (vc-sentinel-movepoint): New dynamically scoped var.
2515 (vc-print-log, vc-annotate): Set it to move the user's point.
2516
2517 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
2518 inhibit-modification-hooks.
2519
2520 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
2521 (calendar-bahai-print-date, calendar-bahai-goto-date)
2522 (diary-bahai-list-entries, diary-bahai-insert-entry):
2523 New names to clean up the namespace a bit more.
2524 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2525
2526 2007-09-15 Glenn Morris <rgm@gnu.org>
2527
2528 * calendar/holidays.el (holiday-list): Rename it back to
2529 `list-holidays', but leave `holiday-list' as an alias.
2530
2531 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2532 custom group.
2533
2534 * textmodes/css-mode.el (css): New custom group.
2535 (css-electrick-keys, css-selector, css-property)
2536 (css-indent-offset): Specify custom group.
2537
2538 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2539
2540 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2541 (cvs-execute-single-file): Use process-file.
2542 (cvs-run-process): Use start-file-process.
2543
2544 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2545
2546 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2547 level. Remove the hooks when turning off the mode.
2548
2549 * term/xterm.el: Require xt-mouse at compile time.
2550 (terminal-init-xterm): Turn on xterm mouse tracking for this
2551 terminal if xterm-mouse-mode is enabled.
2552
2553 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2554
2555 * term/xterm.el (xterm-function-map): Replace bindings that were
2556 deleted by the merge.
2557
2558 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
2559
2560 * play/bubbles.el (bubbles-version): Bump value to "0.5".
2561 (bubbles-mode-map): Move define-key statements here.
2562 (bubbles-game-theme-menu): Ditto.
2563 (bubbles-graphics-theme-menu): Ditto.
2564 (bubbles-menu): Ditto.
2565 (bubbles-mode): Initialize buffer-undo-list, redisplay.
2566 (bubbles--initialize): Reset buffer-undo-list, redisplay.
2567 (bubbles-plop): Set buffer-undo-list, redisplay.
2568 (bubbles-undo): Reset buffer-undo-list, redisplay.
2569 (bubbles--show-images): Take care of missing text properties.
2570
2571 2007-09-14 Glenn Morris <rgm@gnu.org>
2572
2573 * startup.el (fancy-startup-text, fancy-about-text): Fix face
2574 quoting.
2575
2576 * calendar/cal-hebrew.el, calendar/cal-menu.el
2577 * calendar/calendar.el, calendar/diary-lib.el
2578 * calendar/holidays.el: Rename all instances of
2579 list-calendar-holidays callers to calendar-list-holidays,
2580 list-holidays to holiday-list, check-calendar-holidays to
2581 calendar-check-holidays, mark-calendar-holidays to
2582 calendar-mark-holidays, and filter-visible-calendar-holidays to
2583 holiday-filter-visible-calendar.
2584
2585 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2586
2587 * term/xterm.el (xterm-function-map): Add C-M- bindings.
2588
2589 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2590
2591 * play/bubbles.el (bubbles--initialize-images): Fix bug:
2592 Use transparent background for empty cells in graphics mode.
2593
2594 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2595
2596 * man.el (Man-default-man-entry): At end of line, continue looking
2597 to the next line for possible end of hyphenated command.
2598
2599 2007-09-13 Chris Moore <dooglus@gmail.com>
2600
2601 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2602 the command being edited.
2603
2604 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
2605
2606 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2607
2608 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2609
2610 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2611 C-M-S- keys.
2612
2613 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2614
2615 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2616
2617 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2618 New argument `filename-p' to use one set of confusing chars or another.
2619 (browse-url-file-url): Use the argument.
2620 Suggested by Johannes Weiner.
2621
2622 2007-09-12 Romain Francoise <romain@orebokech.com>
2623
2624 * cus-start.el (all): Revert 2007-09-08 change.
2625
2626 2007-09-12 Aaron Hawley <aaronh@garden.org>
2627
2628 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2629 extract .Z files, since it is more common than uncompress.
2630
2631 2007-09-12 Glenn Morris <rgm@gnu.org>
2632
2633 * textmodes/org-publish.el (org-publish-org-to-html): Remove
2634 duplicate function definition.
2635
2636 2007-09-10 Chris Moore <dooglus@gmail.com>
2637
2638 * diff-mode.el (diff-sanity-check-hunk):
2639 Also accept single-line hunks.
2640
2641 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
2642
2643 * startup.el (startup-screen-inhibit-startup-screen)
2644 (pure-space-overflow-message): New vars.
2645 (fancy-splash-insert): Allow functions for face and link specs.
2646 (fancy-splash-head): Remove unused arg. Move splash text...
2647 (fancy-startup-text, fancy-about-text): ...here.
2648 (fancy-startup-tail): Rename from fancy-splash-tail.
2649 (fancy-startup-screen, fancy-about-screen): Split off from
2650 fancy-splash-screens.
2651 (display-startup-screen): New function.
2652 (display-about-screen): Rename from display-splash-screen.
2653 (command-line-1): Use concise startup screen if necessary.
2654
2655 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2656
2657 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2658 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2659
2660 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2663 (python-font-lock-keywords): Update to the 2.5 version of the language.
2664 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2665 (python-backspace): Only behave funny in code.
2666 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2667 (inferior-python-mode): Add PDB prompt regexp.
2668 (python-fill-paragraph): Refine the fenced-string regexp.
2669 (python-find-imports): Handle imports spanning several lines.
2670 (python-mode): Add `class' to hideshow support.
2671
2672 2007-09-10 Dave Love <fx@gnu.org>
2673
2674 * outline.el (outline-4, outline-5, outline-7):
2675 Move font-lock-builtin-face down from 4 to 7 to better keep the
2676 progression of color brightness, and to better match Org-mode's faces.
2677
2678 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2679
2680 * progmodes/meta-mode.el (meta-font-lock-keywords)
2681 (font-lock-match-meta-declaration-item-and-skip-to-next)
2682 (meta-comment-indent, meta-indent-previous-line)
2683 (meta-indent-unfinished-line, meta-beginning-of-defun)
2684 (meta-end-of-defun, meta-common-initialization): Handle \f.
2685 (meta-indent-unfinished-line): Do not handle a `%' in a string as
2686 a comment-start.
2687
2688 * files.el (file-modes-char-to-who, file-modes-char-to-right)
2689 (file-modes-rights-to-number): Auxiliary functions for symbolic to
2690 numeric notation of file modes.
2691 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
2692 numeric value.
2693 (read-file-modes): New. Read either an octal value of a file mode or a
2694 symbolic value, and return its numeric value.
2695
2696 * dired-aux.el (dired-do-chmod): Change to use the built-in
2697 `set-file-modes' and the previous symbolic mode parsing functions.
2698
2699 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * textmodes/texinfo.el: Remove spurious * in docstrings.
2702 (texinfo-mode-syntax-table, texinfo-mode-map):
2703 Initialize in the declaration.
2704
2705 * tmm.el: Remove spurious * in docstrings.
2706 (tmm-prompt): Use with-current-buffer.
2707
2708 * vcursor.el: Remove spurious * in docstrings.
2709 (vcursor-map): Initialize in the declaration.
2710 (vcursor-use-vcursor-map): Use define-minor-mode.
2711 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2712
2713 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
2714 Initialize in the declaration.
2715 (widget-minor-mode): Use define-minor-mode.
2716
2717 * woman.el (woman-mode-map, woman-syntax-table):
2718 Initialize in the declaration.
2719
2720 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
2721
2722 * doc-view.el: New file.
2723
2724 2007-09-09 Juri Linkov <juri@jurta.org>
2725
2726 * Makefile.in (update-authors): Add etc/ to AUTHORS.
2727
2728 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
2729
2730 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
2731 to "Startup screen". Fix docstring.
2732 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2733 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2734 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2735 (initial-scratch-message): Fix docstring.
2736 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
2737 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
2738 Add link to "Customize Startup" and set interval between links to
2739 5 spaces.
2740 (fancy-about-text): Add links "Authors" and "Contributing".
2741 (fancy-splash-head): Add text "Welcome to " on the startup screen,
2742 and "This is " on the about screen. Add link to
2743 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
2744 For the about screen move emacs version to the header from
2745 `fancy-splash-tail' (as it's done already for normal about screen).
2746 (fancy-splash-tail): Insert emacs version only for startup screen.
2747 (normal-splash-screen): Remove duplicate empty lines.
2748 (normal-about-screen): Add links "Authors" and "Contributing".
2749
2750 * menu-bar.el (menu-bar-help-menu):
2751 Move "About Emacs" and "About GNU" to the end of the Help menu.
2752 Move "Emacs Psychotherapist" after "Send Bug Report...".
2753 Move "External Packages" after "Find Emacs Packages".
2754
2755 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
2756
2757 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
2758 they are useless with the byte compiler.
2759 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
2760 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
2761 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
2762 (tramp-file-name-real-host, tramp-file-name-port)
2763 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
2764 defuns.
2765
2766 * net/tramp-cache.el (top): Improve error message when
2767 `tramp-persistency-file-name' is corrupted.
2768
2769 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
2770
2771 * textmodes/org.el (org-re): Also replace the :alpha: class.
2772 (org-todo-tag-alist): Variable removed.
2773 (org-todo-key-alist, org-todo-key-trigger) New variables.
2774 (org-use-fast-todo-selection): New option.
2775 (org-log-done): Docstring fixed.
2776 (org-deadline-warning-days): New default value 14.
2777 (org-edit-timestamp-down-means-later) New option.
2778 (org-tag-alist): Docstring fixed.
2779 (org-fast-tag-selection-include-todo): New option.
2780 (org-export-language-setup): New languages added.
2781 (org-set-regexps-and-options): Compute the new variables.
2782 (org-paste-subtree): Cleaning up.
2783 (org-remember-apply-template): New escape %A.
2784 (org-todo): Call fast TODO selection.
2785 (org-fast-todo-selection): New function.
2786 (org-add-log-note): Allow prefix for abort exit.
2787 (org-at-property-p, org-entry-properties)
2788 (org-columns-get-autowidth-alist): Use :alpha: class.
2789 (org-get-wdays): New function.
2790 (org-agenda-remove-date): New variable.
2791 (org-agenda-get-deadlines): Use `org-get-wdays'.
2792 (org-agenda-get-deadlines): Reverse ee before returning.
2793 (org-format-agenda-item): New argument REMOVE-RE.
2794 (org-agenda-convert-date): Baha'i calendar added.
2795 (org-infile-export-plist): Also find DATE line.
2796 (org-get-min-level): New function.
2797 (org-export-as-html, org-export-as-ascii): Use the date format.
2798 (org-shiftup, org-shiftdown): Use.
2799 `org-edit-timestamp-down-means-later'.
2800 (org-assign-fast-keys): New function.
2801
2802 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
2803
2804 * cus-start.el (all): Add prefer-window-split-horizontally from
2805 window.c.
2806
2807 2007-09-08 Eli Zaretskii <eliz@gnu.org>
2808
2809 * net/browse-url.el (browse-url-galeon): Fix last change.
2810 (top-level): Require cl when compiling.
2811
2812 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
2813
2814 * textmodes/org-export-latex.el: arch-tag restored.
2815
2816 * textmodes/org-publish.el: arch-tag restored.
2817
2818 2007-09-08 Masatake YAMATO <jet@gyve.org>
2819
2820 * progmodes/which-func.el (which-func-modes): Add diff-mode.
2821
2822 * progmodes/cc-langs.el: Support new keywords added to
2823 objective-c frontend of gcc.
2824 (c-simple-stmt-kwds): Add @throw.
2825 (c-block-stmt-2-kwds): Add @synchronized.
2826 (c-block-stmt-1-kwds): Add @finally and @try.
2827
2828 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
2829
2830 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
2831 (org-agenda-after-show-hook): New variable.
2832 (org-columns-compile-format)
2833 (org-columns-get-autowidth-alist, org-buffer-property-keys)
2834 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
2835 property names.
2836 (org-get-wdays): New function.
2837
2838 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
2841
2842 * term/xterm.el (xterm-function-map): Initialize in the declaration.
2843
2844 * vc-arch.el (vc-arch-checkin): Fix typo.
2845
2846 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2847
2848 * cus-face.el (custom-theme-set-faces): Set face attributes
2849 locally for each frame.
2850
2851 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
2854 via font-lock-defaults.
2855
2856 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
2857 derived-mode-p.
2858
2859 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
2860
2861 * progmodes/autoconf.el (autoconf-definition-regexp):
2862 Handle optional square brackets around definition name.
2863
2864 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
2865
2866 * net/browse-url.el (browse-url-browser-function): Add elinks.
2867 (browse-url-elinks-wrapper): New option.
2868 (browse-url-encode-url, browse-url-elinks)
2869 (browse-url-elinks-sentinel): New functions.
2870 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
2871 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
2872 Use new function browse-url-encode-url.
2873
2874 2007-09-07 Glenn Morris <rgm@gnu.org>
2875
2876 * version.el (emacs-version): Revert 2007-08-29 change: no need to
2877 say if multi-tty is present.
2878
2879 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * cus-start.el (split-window-preferred-function): Add custom info.
2882
2883 * calendar/holidays.el (holiday-list, calendar-check-holidays)
2884 (calendar-mark-holidays, calendar-list-holidays)
2885 (holiday-filter-visible-calendar): New names to clean up namespace.
2886 (filter-visible-calendar-holidays, list-calendar-holidays)
2887 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
2888 Add compatibility aliases.
2889 (calendar-check-holidays, calendar-mark-holidays)
2890 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
2891 (holiday-sexp): Replace append with list.
2892 (holiday-filter-visible-calendar): Replace append with push.
2893
2894 * woman.el: Remove spurious * in docstrings.
2895 (woman-mini-help, woman-non-underline-faces, woman0-rename)
2896 (woman-topic-all-completions-merge, woman-file-name-all-completions)
2897 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
2898 (woman-write-directory-cache, woman-display-extended-fonts)
2899 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
2900 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
2901 (woman-mode): Use inhibit-read-only.
2902 (woman-negative-vertical-space): Use dotimes.
2903 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
2904
2905 2007-09-06 Romain Francoise <romain@orebokech.com>
2906
2907 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
2908 (vc-bzr-workfile-version): Use it.
2909
2910 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
2911
2912 * complete.el (PC-do-completion): Don't try to treat
2913 empty string as an abbreviation.
2914
2915 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2916
2917 * help-fns.el (describe-variable): Keep doc's text properties.
2918
2919 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
2920
2921 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
2922 instead of a file.
2923
2924 2007-09-06 Glenn Morris <rgm@gnu.org>
2925
2926 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
2927 (checkdoc-minor-mode): Allow user to specify lighter via
2928 checkdoc-minor-mode-string.
2929
2930 2007-09-05 Richard Stallman <rms@gnu.org>
2931
2932 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
2933 Several items removed, simplified, or put on one line.
2934 (fancy-about-text): Add substantial contents, part of startup text.
2935 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
2936 (normal-splash-screen): Call normal-mouse-startup-screen,
2937 normal-no-mouse-startup-screen, or normal-about-screen.
2938 (normal-mouse-startup-screen): New fn, broken out, shortened.
2939 (normal-no-mouse-startup-screen): New fn, broken out.
2940 (normal-about-screen): New function, contents all new.
2941
2942 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2943
2944 * emacs-lisp/rx.el (rx): Fix typo in docstring.
2945
2946 2007-09-05 Glenn Morris <rgm@gnu.org>
2947
2948 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
2949 is bound.
2950
2951 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2952
2953 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
2954 in doc string.
2955
2956 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2957
2958 * server.el (server-start, server-unload-hook): Undo previous change.
2959
2960 * xt-mouse.el: Undo previous change.
2961
2962 2007-09-04 Juri Linkov <juri@jurta.org>
2963
2964 * startup.el (fancy-about-text): New variable.
2965 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
2966 (fancy-current-text, fancy-splash-stop-time)
2967 (fancy-splash-outer-buffer): Remove variables.
2968 (fancy-splash-head, fancy-splash-tail): Add new optional argument
2969 `startup' and use it to conditionally display different texts for
2970 Startup and About screens. Don't display Help commands on the About
2971 screen.
2972 (fancy-splash-screens-1): Remove function and move its content to
2973 `fancy-splash-screens' to the part that dislpays the About screen.
2974 (exit-splash-screen): Don't treat specially exiting from
2975 alternating screens.
2976 (fancy-splash-screens): Rename argument `static' to `startup'.
2977 Fix docstring. Remove code for displaying alternating screens.
2978 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
2979 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
2980 for `inhibit-read-only'.
2981 (normal-splash-screen): Rename argument `static' to `startup'.
2982 Fix docstring. Use argument `startup' to conditionally display
2983 different texts for Startup and About screens. Don't display Help
2984 commands on the About screen. Remove `unwind-protect' `sit-for'
2985 delay and `kill-buffer' after it.
2986 (display-startup-echo-area-message): Remove call to
2987 `use-fancy-splash-screens-p' because image.el is preloaded and
2988 doesn't display "Loading image... done".
2989 (display-splash-screen): Rename argument `static' to `startup'.
2990 Fix docstring.
2991
2992 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2993
2994 * server.el (server-start, server-unload-hook):
2995 suspend-tty-functions has been renamed to suspend-tty-hook.
2996
2997 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
2998 resume-tty-hook.
2999
3000 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3001
3002 * loadup.el: Fix merge problem, only load "button" once.
3003
3004 2007-09-03 Glenn Morris <rgm@gnu.org>
3005
3006 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3007 "Working file:" as the prefix, for the sake of
3008 log-view-current-file.
3009
3010 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3011
3012 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3013 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3014 if the selected frames is in
3015 xterm-modify-other-keys-terminal-list.
3016 (xterm-turn-off-modify-other-keys): Add an optional frame
3017 parameter. Only turn off modify-other-keys if FRAME is in
3018 xterm-modify-other-keys-terminal-list.
3019 (xterm-remove-modify-other-keys): New function.
3020 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3021 Add the selected frame to xterm-modify-other-keys-terminal-list.
3022
3023 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3024
3025 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3026 (icon-map-list): New variable.
3027 (x-gtk-map-stock): Use icon-map-list.
3028
3029 2007-09-02 Romain Francoise <romain@orebokech.com>
3030
3031 * log-view.el (log-view-current-file): Balance parens.
3032
3033 2007-09-02 Glenn Morris <rgm@gnu.org>
3034
3035 * comint.el (comint-mode): Don't set scroll-conservatively.
3036
3037 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3038 non-command arguments.
3039
3040 * log-view.el (log-view-current-file): Give a more explicit error
3041 if log-view-file-re fails to find a match.
3042
3043 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3044
3045 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3046 Fix bug: Don't expand top-level file name more than once.
3047 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3048
3049 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * server.el (server-process-filter): Don't display the splash screen.
3052 It's annoying enough on the initial screen and becomes positively
3053 obnoxious here.
3054
3055 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3058 Change naming to use "avl-tree--" for internal functions.
3059
3060 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3061
3062 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3063 the merge.
3064 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3065 (provide): Move to the end of file.
3066
3067 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3068
3069 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3070
3071 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3072 New variable. List of exceptions for the duplicated word rule.
3073 (flyspell-mark-duplications-flag): Mention it.
3074 (flyspell-word): Treat it.
3075
3076 * files.el (create-file-buffer): If the filename sans directory starts
3077 with spaces, remove them.
3078
3079 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3080
3081 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3082 (x-gtk-map-stock): Use two directory elements when matching
3083 file name.
3084
3085 2007-08-31 James Wright <james@chumsley.org>
3086
3087 * eshell/em-unix.el (eshell/info): New function.
3088
3089 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * frame.el (frame-initialize, make-frame):
3092 * server.el (server-process-filter):
3093 * faces.el (tty-set-up-initial-frame-faces): Don't set
3094 term-environment-variable since it's not used any more.
3095
3096 * env.el (setenv): Don't treat $TERM specially.
3097
3098 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3099 stated otherwise, subprocesses do not send back escape sequences
3100 corresponding to the terminal from which Emacs was started.
3101
3102 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
3103
3104 * calculator.el: Require cl for compilation.
3105
3106 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
3107
3108 * outline.el (outline-font-lock-levels): Comment out unused var.
3109 (outline-font-lock-face): Wrap around face list to handle any
3110 nesting depth gracefully.
3111
3112 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
3113
3114 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3115 `set-file-times'.
3116
3117 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
3118
3119 * textmodes/org.el (org-export-visible): Fix drawers before export.
3120 (org-do-sort): Allow sorting by priority.
3121 (org-agenda-files): Ignore non-existing files.
3122 (org-agenda-skip-unavailable-files): New variable.
3123 (org-ellipsis): All a face as value.
3124 (org-mode): Interprete the face value of `org-ellipsis'.
3125 (org-archive-save-context-info): New option.
3126 (org-archive-subtree): Store context info in archived entry.
3127 (org-fast-tag-selection-can-set-todo-state): New variable.
3128 (org-fast-tag-selection): Allow setting TODO states through this
3129 interface.
3130 (org-cycle): Docstring updated.
3131 (org-todo-keyword-faces): New option.
3132 (org-get-todo-face): New function.
3133 (org-set-font-lock-defaults, org-agenda-highlight-todo):
3134 Use `org-get-todo-face'.
3135 (org-switch-to-buffer-other-window): New function.
3136 (org-table-edit-field, org-table-show-reference)
3137 (org-table-edit-formulas, org-add-log-note)
3138 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3139 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3140 `switch-to-buffer-other-window' to make sure that the temporary
3141 windows show up on the current frame.
3142 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3143 (org-get-entries-from-diary, org-replace-region-by-html):
3144 Don't allow pop-up frames.
3145 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3146 Fix problems with time-of-day.
3147 (org-export-get-title-from-subtree): New function.
3148 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3149 with listing items that are DONE.
3150 (org-change-tag-in-region): New command.
3151 (org-agenda-skip-scheduled-if-done)
3152 (org-agenda-skip-deadline-if-done): Docstring clarified.
3153 (org-mode): Hide drawers on startup.
3154 (org-get-todo-face): New function.
3155 (org-todo-keyword-faces): New option.
3156 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3157 (org-remove-keyword-keys): New function.
3158
3159 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
3160
3161 * progmodes/grep.el (grep-find-ignored-directories):
3162 Add monotone _MTN bookkeeping directory in workspaces.
3163 Add RCS control directory. List items in alphabetical order.
3164
3165 * progmodes/grep.el (grep-files-aliases): Add cc alias.
3166 Sort items in alphabetical order. Fix parens.
3167
3168 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3169
3170 * vc-hg.el (vc-hg-extra-menu-map): New variable.
3171 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3172 (vc-hg-pull): New functions.
3173 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3174
3175 * term/mac-win.el: Don't require url, only autoloaded url
3176 functions are used in this file.
3177
3178 2007-08-29 Andreas Schwab <schwab@suse.de>
3179
3180 * shell.el (shell): Return correct value from interactive spec.
3181
3182 2007-08-29 Glenn Morris <rgm@gnu.org>
3183
3184 * version.el (emacs-version): Increase to 23.0.50.
3185
3186 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3187
3188 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3189
3190 2007-08-29 Juri Linkov <juri@jurta.org>
3191
3192 * loadup.el: Add "button" loading after "faces" and move "startup"
3193 to load after "button".
3194
3195 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3196
3197 * loadup.el: Load term/mac-win on a Mac using Carbon.
3198
3199 * term/mac-win.el: Provide mac-win.
3200 (mac-initialized): New variable.
3201 (mac-initialize-window-system): New function. Move global setup here.
3202 (handle-args-function-alist, frame-creation-function-alist):
3203 (window-system-initialization-alist): Add mac entries.
3204 (x-setup-function-keys): New function containing all the
3205 top level function key definitions.
3206
3207 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3208
3209 * env.el (read-envvar-name): Don't consider the environment frame param.
3210
3211 * env.el (setenv):
3212 * frame.el (frame-initialize, make-frame):
3213 * faces.el (tty-set-up-initial-frame-faces):
3214 * server.el (server-process-filter): Set
3215 display-environment-variable and term-environment-variable.
3216
3217 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3218
3219 2007-08-29 Jason Rumney <jasonr@gnu.org>
3220
3221 * loadup.el: Only load term/x-win when X is compiled in.
3222 Load term/w32-win and dependencies on windows-nt.
3223
3224 * term/w32-win.el: Reorder to match x-win.el more closely.
3225 Provide w32-win. Don't throw error when global window-system not w32.
3226 (internal-face-interactive): Remove obsolete function.
3227 (x-setup-function-keys): Use local-function-key-map.
3228 (w32-initialized): New variable.
3229 (w32-initialize-window-system): Set it.
3230 Move more global setup here.
3231 (x-setup-function-keys): New function.
3232 (w32-initialize-window-system): Move non function key global setup here.
3233 (x-cut-buffer-max): Remove.
3234 (w32-initialize-window-system): New function.
3235 (handle-args-function-alist, frame-creation-function-alist):
3236 (window-system-initialization-alist): Add w32 entries.
3237
3238 2007-08-29 David Kastrup <dak@gnu.org>
3239
3240 * env.el (getenv): Pass frame to getenv-internal.
3241
3242 2007-08-29 Karoly Lorentey <lorentey@elte.hu>
3243
3244 * version.el (emacs-version): Show if multi-tty is present.
3245
3246 * loadup.el: Delay loading env; mule-conf gets confused by cl
3247 during bootstrap. Also load termdev and term/x-win.
3248
3249 * bindings.el (mode-line-client): New variable.
3250 (help-echo): Add it to the default mode-line format.
3251
3252 * cus-start.el: Remove bogus window-system reference from GTK test.
3253
3254 * ebrowse.el (ebrowse-electric-list-mode-map)
3255 (ebrowse-electric-position-mode-map):
3256 * ebuff-menu.el (electric-buffer-menu-mode-map):
3257 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
3258 not `suspend-emacs'.
3259
3260 * ediff-wind.el (ediff-setup-windows-automatic): New function.
3261 (ediff-window-setup-function): Use it as default.
3262
3263 * files.el (save-buffers-kill-terminal): New function.
3264 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
3265
3266 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
3267 and `with-selected-frame'.
3268
3269 * help-fns.el (describe-variable): Describe frame-local variables
3270 correctly.
3271
3272 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
3273 display support.
3274 (normal-erase-is-backspace-setup-frame): New function.
3275
3276 * subr.el (with-selected-frame): New function.
3277 (read-quoted-char): Use terminal-local binding of
3278 local-function-key-map instead of function-key-map.
3279
3280 * talk.el (talk): New function.
3281 (talk-handle-delete-frame): New function.
3282 (talk-add-display): Open a new frame only if FRAME was not a frame.
3283
3284 * termdev.el: New file.
3285
3286 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
3287 * term/x-win.el: Don't bind f10.
3288 * tmm.el: Remove autoload binding for f10.
3289
3290 * international/encoded-kb.el (encoded-kbd-setup-display): Use
3291 `set-input-meta-mode'. Fix broken condition before set-input-mode.
3292 Store the saved input method as a terminal parameter. Add keymap
3293 parameter. Use it instead of changing key-translation-map directly.
3294 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
3295 Remove.
3296 (encoded-kbd-setup-display): New function.
3297
3298 * international/mule-cmds.el (set-locale-environment): Fix getenv
3299 call. Use save-buffers-kill-terminal. Ignore window-system; always
3300 set the keyboard coding system. Add DISPLAY parameter.
3301 (set-display-table-and-terminal-coding-system): Add DISPLAY
3302 parameter. Pass it to set-terminal-coding-system.
3303
3304 * international/mule.el (keyboard-coding-system): Test for
3305 encoded-kbd-setup-display, not encoded-kbd-mode.
3306 (set-terminal-coding-system, set-keyboard-coding-system): Add
3307 DISPLAY parameter.
3308 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
3309
3310 * term/README: Update.
3311
3312 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
3313
3314 * term/x-win.el (x-setup-function-keys): New function. Move
3315 function-key-map tweaks here. Protect against multiple calls on
3316 the same terminal. Use terminal-local binding of
3317 local-function-key-map instead of function-key-map.
3318 (x-initialize-window-system): Make a copy of pure list. Pass a
3319 frame getenv.
3320
3321 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
3322 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
3323 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
3324 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
3325 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
3326 local-function-key-map instead of function-key-map.
3327
3328 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
3329 `substitute-key-definition' and `define-key' calls against
3330 multiple execution. Use terminal-local binding of
3331 local-function-key-map instead of function-key-map. Pass a frame
3332 to getenv.
3333
3334 * edmacro.el (edmacro-format-keys):
3335 * emulation/cua-base.el (cua--pre-command-handler):
3336 * isearch.el (isearch-other-meta-char):
3337 * xt-mouse.el: Use terminal-local binding of
3338 local-function-key-map instead of function-key-map.
3339
3340 * fringe.el (set-fringe-mode): Simplify and fix using
3341 `modify-all-frames-parameters'.
3342 * scroll-bar.el (set-scroll-bar-mode): Ditto.
3343 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
3344 check before calling `tool-bar-setup'.
3345 (tool-bar-setup): New variable.
3346 (tool-bar-setup): Use it to guard against multiple calls. Add
3347 optional frame parameter, and select that frame before adding items.
3348 (toggle-tool-bar-mode-from-frame): New function.
3349
3350 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
3351 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
3352 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
3353 "Tool-bar" toggles to reflect the state of the current frame.
3354 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
3355
3356 * env.el: Require cl for byte compilation (for `block' and `return').
3357 (environment, setenv-internal): New functions.
3358 (let-environment): New macro.
3359 (setenv, getenv): Add optional terminal parameter. Update docs.
3360 (setenv): Use setenv-internal. Always set process-environment.
3361 Handle `local-environment-variables'.
3362 (read-envvar-name, setenv, getenv): Use frame parameters
3363 to store the local environment, not terminal parameters. Include
3364 `process-environment' as well.
3365
3366 * faces.el (tty-run-terminal-initialization): New function.
3367 (tty-create-frame-with-faces): Use it. Set up faces and
3368 background mode only after the terminal has been initialized.
3369 Call terminal-init-*. Don't load the initialization file more
3370 than once. Call set-locale-environment.
3371 (frame-set-background-mode): Handle the 'background-mode terminal
3372 parameter.
3373 (tty-find-type): New function.
3374 (x-create-frame-with-faces): Remove bogus check for
3375 first frame. Call `tool-bar-setup'. Don't make frame visible
3376 until we are done setting up all its parameters. Call
3377 x-setup-function-keys.
3378
3379 * frame.el (make-frame): Always inherit 'environment and 'client
3380 parameters. Set up the 'environment frame parameter, when needed.
3381 Also inherit 'client parameter. Don't override explicitly
3382 specified values with inherited ones. Add 'terminal frame
3383 parameter. Append window-system-default-frame-alist to parameters
3384 before calling frame-creation-function.
3385 (frame-initialize): Copy the environment from the initial frame.
3386 (window-system-default-frame-alist): Enhance doc string.
3387 (frame-notice-user-settings): Don't put 'tool-bar-lines in
3388 `default-frame-alist' when initial frame is on a tty.
3389 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
3390 Remove specified parameters from `window-system-default-frame-alist'.
3391 (make-frame-on-tty, framep-on-display, suspend-frame):
3392 Extend doc string, update parameter names.
3393 (frames-on-display-list): Use terminal-id to get the display id.
3394 (frame-notice-user-settings): Extend to apply
3395 settings in `window-system-default-frame-alist' as well.
3396 (terminal-id, terminal-parameters, terminal-parameter)
3397 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
3398 (delete-frame-functions): Add to `delete-frame-functions' hook.
3399 (blink-cursor-mode): Adapt blink-cursor-mode default
3400 value from startup.el.
3401 (make-frame-on-display): Protect condition on x-initialized when
3402 x-win.el is not loaded. Update doc.
3403 (suspend-frame): Use display-controlling-tty-p to decide between
3404 suspend-emacs and suspend-tty.
3405 (frames-on-display-list): Update for display ids.
3406 (framep-on-display): Ditto.
3407 (suspend-frame): Use display-name, not frame-tty-name.
3408 (selected-terminal): New function.
3409
3410 * server.el: Use `device' instead of `display' or `display-id' in
3411 variable and client parameter names.
3412 (server-select-display): Remove (unused).
3413 (server-tty-live-p, server-handle-delete-tty): Remove.
3414 (server-unquote-arg, server-quote-arg, server-buffer-clients):
3415 Update docs.
3416 (server-getenv-from, server-with-environment, server-send-string)
3417 (server-save-buffers-kill-terminal): New functions.
3418 (server-delete-client): Handle quits in kill-buffer. Don't kill
3419 modified buffers. Add extra logging. Delete frames after
3420 deleting the tty. Clear 'client parameter before deleting a frame.
3421 Use delete-display, not delete-tty.
3422 (server-visit-files): Don't set `server-existing-buffer' if the
3423 buffer already has other clients. Return list of buffers
3424 created. Update doc. Don't set client-record when nowait.
3425 (server-handle-delete-frame): Delete the client if this was its
3426 last frame. Check that the frame is alive. Remove bogus comment.
3427 Add note on possible race condition. Delete tty clients, if needed.
3428 (server-handle-suspend-tty): Use server-send-string. Kill the
3429 client in case of errors from process-send-string. Use the display
3430 parameter.
3431 (server-unload-hook): Remove obsolete delete-tty hook.
3432 (server-start): Ask before restarting if the old server still has
3433 clients. Add feedback messages. Remove obsolete delete-tty hook.
3434 (server-process-filter): Use server-send-string. Accept `-dir'
3435 command. Switch to *scratch* immediately after creating the frame,
3436 before evaluating any -evals. Protect `display-splash-screen'
3437 call in a condition-case. Explain why. Call
3438 `display-startup-echo-area-message' before
3439 `display-splash-screen'. Don't display the splash screen when no
3440 frame was created. Show the Emacs splash screen and startup echo
3441 area message. Display the *scratch* buffer by default. Store the
3442 local environment in a frame (not terminal) parameter. Do not try
3443 to decode environment strings. Fix reference to the 'display
3444 frame parameter. Change syntax of environment variables. Put
3445 environment into terminal parameters, not client parameters. Use
3446 a dummy client with --no-wait's X frames. In `-position LINE'
3447 handler, don't ruin the request string until the line number is
3448 extracted. Log opened files. Handle -current-frame command.
3449 Don't create frames when it is given. Don't bind X frames to the
3450 client when we are in -no-wait mode. Set locale environment
3451 variables from client while creating tty frames. Disable call to
3452 configure-display-for-locale. When processing -position command,
3453 don't change the request string until the parameters are
3454 extracted. Don't try to create an X frame when Emacs does not
3455 support it. Improve logging. Temporarily set ncurses-related
3456 environment variables to those of the client while creating a new
3457 tty frame. Select buffers opened by nowait clients, don't leave
3458 them buried under others. Set the display parameter, and use it
3459 when appropriate.
3460
3461 * startup.el (display-startup-echo-area-message): Handle
3462 `inhibit-startup-echo-area-message' here.
3463 (command-line-1): Moved from here.
3464 (fancy-splash-screens): Use `overriding-local-map' instead of
3465 `overriding-terminal-local-map' for now; the latter doesn't work
3466 right, it looses keypresses to another terminal. Use
3467 `overriding-terminal-local-map' to set up keymap. Install a
3468 `delete-frame-functions' hook to catch `delete-frame' events.
3469 Ignore `select-window' events to cope better with
3470 `focus-follows-mouse'. Don't switch back to the original buffer
3471 if the splash frame has been killed. Restore previous buffer, even
3472 if it's *scratch*.
3473 (normal-splash-screen): Don't let-bind `mode-line-format'; it
3474 changes the global binding - setq it instead. Use
3475 `save-buffers-kill-terminal'.
3476 (display-splash-screen): Don't do anything if the splash screen is
3477 already displayed elsewhere.
3478 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
3479 (command-line): Replace duplicated code with a call to
3480 tty-run-terminal-initialization. Don't load the terminal
3481 initialization file more than once. Remove call to nonexistent
3482 function `set-locale-translation-file-name'.
3483
3484 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
3485 parameters.
3486 (xterm-mouse-position-function, xterm-mouse-event): Update.
3487 (xterm-mouse-mode): Don't depend on current value of window-system.
3488 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3489 Update for multi-tty.
3490 (turn-on-xterm-mouse-tracking-on-terminal)
3491 (turn-off-xterm-mouse-tracking-on-terminal)
3492 (xterm-mouse-handle-delete-frame): New functions.
3493 (delete-frame-functions, after-make-frame-functions)
3494 (suspend-tty-functions, resume-tty-functions): Install extra hooks
3495 for multi-tty.
3496
3497 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * simple.el (invisible-p): Remove: implemented in C now.
3500 (line-move-invisible-p): Remove obsolete alias.
3501
3502 2007-08-28 Juri Linkov <juri@jurta.org>
3503
3504 * image-mode.el (image-type): New variable.
3505 (image-mode): Set default major mode name to "Image[text]".
3506 (image-minor-mode): Change LIGHTER to display image-type in the
3507 mode line.
3508 (image-minor-mode): Set default image-type to "text".
3509 (image-toggle-display): After switching to text mode, set
3510 image-type to "text" and major mode name to "Image[text]".
3511 After switching to image mode, set image-type to actual image
3512 type, and add image type to major mode name. Let-bind the same
3513 variable names as arguments of `image-type' and `create-image'.
3514 Bind `type' to the result of `image-type' and use it as arg
3515 of `create-image' to not determine the image type twice.
3516
3517 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
3518
3519 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
3520 (tramp-set-file-uid-gid, tramp-get-local-uid)
3521 (tramp-get-local-gid): New defuns.
3522 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3523 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3524 Improve fast track.
3525 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3526 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
3527 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3528 (tramp-handle-write-region): Improve fast track.
3529 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3530 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3531 be nil.
3532
3533 2007-08-28 Ivan Kanis <apple@kanis.eu>
3534
3535 * time.el: New feature to display several time zones in a buffer.
3536 (display-time-world-mode, display-time-world-display)
3537 (display-time-world, display-time-world-timer): New functions.
3538 (display-time-world-list, display-time-world-time-format)
3539 (display-time-world-buffer-name, display-time-world-timer-enable)
3540 (display-time-world-timer-second, display-time-world-mode-map):
3541 New variables.
3542
3543 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3544
3545 * term/x-win.el (x-gtk-stock-map): New variable.
3546 (x-gtk-map-stock): New function.
3547
3548 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3549 prev/next-node.
3550
3551 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3552
3553 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3554
3555 2007-08-28 Glenn Morris <rgm@gnu.org>
3556
3557 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3558
3559 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3560
3561 * progmodes/modula2.el (m2-definition, m2-module):
3562 Don't use previous-line. Reported by T. V. Raman.
3563
3564 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3565
3566 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3567 argument to tool-bar-mode call.
3568
3569 2007-08-27 Glenn Morris <rgm@gnu.org>
3570
3571 * diff-mode.el (diff-find-file-name): Only accept regular files,
3572 to rule out /dev/null, directories, etc.
3573
3574 * vc-svn.el (vc-svn-diff): If the repository version of all the
3575 files is the same as the specified OLDVERS, do a local diff.
3576
3577 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3580 of buffers in uniquify-managed.
3581
3582 * simple.el (invisible-p): Rename from text-invisible-p.
3583 Update callers.
3584
3585 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3588 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3589 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3590 (cperl-etags-goto-tag-location): Use new style backquotes.
3591
3592 * net/browse-url.el: Remove spurious * in custom docstrings.
3593 (browse-url-filename-alist): Use new-style backquote.
3594
3595 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3596 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3597
3598 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3599 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3600
3601 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3602
3603 * net/socks.el (socks-username/password-auth-filter):
3604 Remove unused vars `state' and `desired-len'.
3605 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3606 (socks-wait-for-state-change): Use new-style backquotes.
3607
3608 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3609
3610 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3611 backquotes after each `read' rather than once per buffer.
3612
3613 * dframe.el: Remove spurious * in custom docstrings.
3614 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3615 (dframe-xemacs20p): Remove, inline at the sole use point.
3616 (defface): Don't defvar the face, don't use old-style backquote.
3617 (defcustom): Don't use old-style backquote.
3618 (dframe-frame-parameter, dframe-mouse-event-p):
3619 Make it obvious that it's always defined.
3620 (dframe-popup-kludge): New function to replace
3621 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3622 (dframe-frame-mode, dframe-set-timer-internal)
3623 (dframe-mouse-set-point): Remove use of with-no-warnings from
3624 XEmacs-specific code.
3625 (dframe-set-timer-internal): Fix very old bug with
3626 post-command-idle-hook.
3627
3628 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3629
3630 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3631
3632 * emacs-lisp/avl-tree.el: New file.
3633
3634 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3635
3636 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3637 was used.
3638
3639 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
3640
3641 * complete.el (PC-do-completion): Make RET accept a non-unique but
3642 complete expansion again.
3643
3644 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
3645
3646 * eshell/esh-opt.el (eshell-eval-using-options):
3647 Add debug declaration.
3648
3649 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3650
3651 * log-view.el (log-view-toggle-mark-entry): Add docstring.
3652 (log-view-get-marked): Likewise.
3653
3654 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3655 (vc-delete-automatic-version-backups): Likewise.
3656
3657 * vc.el (vc-dired-buffers-for-dir): Likewise.
3658
3659 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3660
3661 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3662 safe-local-variable setting.
3663 * progmodes/perl-mode.el (perl-indent-level): Likewise.
3664
3665 * log-view.el (log-view-marked-list): Delete variable.
3666 (log-view-mode): Don't use it.
3667 (log-view-toggle-mark-entry): Likewise, simplify.
3668 (log-view-current-tag): Don't return properties.
3669 (log-view-get-marked): New function.
3670
3671 2007-08-25 Alexandre Julliard <julliard@winehq.org>
3672
3673 * vc-git.el (vc-git-mode-line-string): New function.
3674
3675 2007-08-25 Alan Mackenzie <acm@muc.de>
3676
3677 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3678 new language variable.
3679
3680 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3681 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3682 "extern" etc., rather than BOI. Fix addition of spurious
3683 syntactic-symbol 'defun-block-intro, replacing it with
3684 'innamespace, etc.
3685
3686 2007-08-25 Juri Linkov <juri@jurta.org>
3687
3688 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3689
3690 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3691 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3692 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3693
3694 * image.el (image-type-header-regexps): Use more complex regexp for svg.
3695 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3696 (image-type-auto-detectable): Add (svg . maybe).
3697
3698 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3699 to treat it like .tgz.
3700
3701 * calendar/cal-bahai.el: Add file coding cookie.
3702
3703 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
3704
3705 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3706 Don't behave differently when executed via M-x. Add doc string.
3707
3708 * sort.el (sort-fold-case, sort-numeric-base): Mark as
3709 safe-local-variable.
3710
3711 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
3712
3713 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
3714 the default value.
3715 (math-calendar-tzinfo): New variable.
3716 (math-get-calendar-tzinfo): New function.
3717 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
3718 to get information when zone is nil.
3719
3720 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3721
3722 * log-view.el (log-view-toggle-mark-entry): New function.
3723 (log-view-mode-map): Bind it.
3724 (log-view-marked-list): New variable.
3725 (log-view-mode): Make it local.
3726
3727 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3728
3729 * play/zone.el (zone-pgm-rat-race): New func.
3730 (zone-programs): Add `zone-pgm-rat-race'.
3731
3732 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
3735 a list.
3736
3737 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3738
3739 * progmodes/hideshow.el (hs-match-data): Delete alias.
3740 (hs-hide-block-at-point, hs-find-block-beginning)
3741 (hs-show-block): Use `match-data' directly.
3742
3743 2007-08-24 Martin Rudalics <rudalics@gmx.at>
3744
3745 * format.el (format-alist): Fix typo in doc-string.
3746
3747 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
3748
3749 * net/tramp.el (tramp-local-host-p): New defun.
3750 (tramp-handle-file-local-copy, tramp-handle-write-region):
3751 Implement fast track when being on the local host.
3752 (tramp-file-name-handler): Don't set "started" property. It shall
3753 be reserved for the "ftp" method.
3754 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
3755
3756 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
3757 (tramp-ftp-file-name-handler): Set "started" property.
3758
3759 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3760
3761 * files.el (backup-buffer-copy): Don't wrap delete in
3762 condition-case, only try to delete if file exists.
3763
3764 2007-08-24 Glenn Morris <rgm@gnu.org>
3765
3766 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3767
3768 * startup.el (tutorial-directory): Set with eval-at-startup so it
3769 gets the right value in an installed Emacs.
3770
3771 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3772
3773 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
3774 (eldoc-highlight-function-argument): Use it.
3775
3776 2007-08-23 Masatake YAMATO <jet@gyve.org>
3777
3778 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
3779 name of parameters in document body.
3780
3781 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
3784 (byte-compile-output-as-comment): Use with-current-buffer rather than
3785 a weird set-buffer&prog1 combination.
3786
3787 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
3788 test so as to optimise cases where the `progn's result is constant.
3789
3790 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3791
3792 * locate.el (locate-get-file-positions):
3793 Use line-beginning-position and line-end-position.
3794
3795 2007-08-23 John Wiegley <johnw@newartisans.com>
3796
3797 * calendar/cal-bahai.el: Added in the diacriticals that were
3798 missing for many of the month names.
3799
3800 2007-08-22 Jason Rumney <jasonr@gnu.org>
3801
3802 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3803
3804 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * image-mode.el (image-minor-mode): Use image-mode-text-map.
3807
3808 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3809
3810 * dabbrev.el (dabbrev--progress-reporter): New variable.
3811 (dabbrev--scanning-message): Delete func.
3812 (dabbrev--find-expansion): Use a progress reporter
3813 instead of dabbrev--scanning-message.
3814
3815 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
3816
3817 * comint.el (comint-exec-1): Raise an error if
3818 `start-file-process' does not return a process object.
3819
3820 * shell.el (shell): Prompt for `default-directory' if it is a
3821 remote file name, and if called with a prefix arg.
3822
3823 2007-08-22 Sam Steingold <sds@gnu.org>
3824
3825 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
3826
3827 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
3828
3829 * textmodes/org-export-latex.el: New file.
3830
3831 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
3832
3833 * textmodes/org.el (org-agenda-skip): Allow a form for
3834 `org-agenda-skip-function'.
3835 (org-agenda-redo): Re-use local settings.
3836 (org-agenda): Store local settings.
3837 (org-agenda-deadline-faces): New option.
3838 (org-agenda-deadline-face): New function.
3839 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
3840 entries on their due date.
3841 (org-agenda-get-timestamps): No longer handle the due dates of
3842 schedules and deadline items.
3843 (org-insert-link-global, org-open-at-point-global): New commands.
3844 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
3845 :for-ascii parameter.
3846 (org-skip-comments): Function removed.
3847 (org-cleaned-string-for-export): Handle special table lines.
3848 (org-global-properties): New option.
3849 (org-entry-get-with-inheritance): Check global properties.
3850 (org-local-properties): New variable.
3851 (org-set-regexps-and-options): Find the #+PROPERTY line.
3852 (org-link-types): Change type into variable (was constant).
3853 (org-make-link-regexps): New function.
3854 (org-link-re-with-space, org-link-re-with-space2)
3855 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
3856 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
3857 these regular expressions happens now in the function
3858 `org-make-link-regexps'.
3859 (org-store-link): Call the functions in
3860 `org-store-link-functions'.
3861 (org-add-link-type): New function.
3862 (org-store-link-functions): New variable.
3863 (org-activate-tags): Force matches to be in headlines.
3864 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
3865 (org-columns-display-here): Make sure this works in a narrowed
3866 buffer by checking for point-min.
3867 (org-columns-display-here): Make the rest of the line intangible,
3868 so that point never can be there.
3869 (org-cleaned-string-for-export): Use `with-current-buffer'.
3870 (org-replace-region-by-html): Use `with-current-buffer'.
3871 (org-unfontify-region, org-do-occur, org-columns-display-here)
3872 (org-columns-remove-overlays, org-columns-quit)
3873 (org-columns-edit-value, org-columns-next-allowed-value)
3874 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
3875 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
3876 (org-agenda-todo, org-agenda-change-all-lines)
3877 (org-agenda-align-tags, org-agenda-priority)
3878 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
3879 (org-agenda-show-new-time, org-cleaned-string-for-export)
3880 (org-export-grab-title-from-buffer)
3881 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
3882 instead of `buffer-read-only'.
3883 (org-export-as-html): Set `coding-system-for-write'.
3884 (org-remember-store-without-prompt): New option.
3885 (org-archive-subtree): Fixed bug with modifying TODO keyword.
3886 (org-beginning-of-line): Also treat C-a special in items.
3887 (org-table-convert-refs-to-rc): Fixed problem with column
3888 reference after "..".
3889 (org-columns-compute): Don't mark buffer modified because of text
3890 properties.
3891 (org-batch-store-agenda-views): Use the variable
3892 `default-directory', not the function.
3893 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
3894 (org-clock-out-when-done): New option.
3895 (org-html-entities): Added HTML entities for smileys.
3896
3897 2007-08-22 Glenn Morris <rgm@gnu.org>
3898
3899 * image.el (create-image): Doc fix.
3900
3901 * startup.el (tutorial-directory): New constant.
3902 (fancy-splash-text): Tutorials now in tutorial-directory.
3903 * tutorial.el (help-with-tutorial): Tutorials now in
3904 tutorial-directory.
3905
3906 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
3907
3908 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
3909 otherwise.
3910 (tramp-get-remote-path): New defun. Replace occurrences of
3911 `tramp-default-remote-path' by this function.
3912 (tramp-set-remote-path): Move most of the code to
3913 `tramp-get-remote-path'.
3914 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
3915 existing directories, this is done already in
3916 `tramp-get-remote-path'.
3917
3918 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3919
3920 * image-file.el (image-file-name-extensions): Add "svg".
3921 * image.el (image-type-header-regexps): Add svg entry.
3922
3923 2007-08-22 Glenn Morris <rgm@gnu.org>
3924
3925 * files.el (backup-buffer-copy): Check backup directory is
3926 writable, to avoid infloop deleting old backup.
3927
3928 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3929 movemail related variables.
3930 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3931 will now be set before this is called.
3932
3933 2007-08-21 Juri Linkov <juri@jurta.org>
3934
3935 * delsel.el (delete-selection-pre-hook):
3936 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
3937 instead of checking last-command.
3938
3939 2007-08-21 Juri Linkov <juri@jurta.org>
3940
3941 * loadup.el: Preload "button".
3942
3943 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3946 Add previous-line and next-line.
3947
3948 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3949 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
3950
3951 * vc-hooks.el (vc-menu-entry): New var.
3952 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3953 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3954 (vc-menu-map): Declare and initialize in one step.
3955 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
3956
3957 * menu-bar.el (vc-menu-map): Don't setup any more.
3958 Instead, just create the proper spot in the menu.
3959
3960 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 * smerge-mode.el (smerge-resolve): New arg `safe'.
3963 (smerge-resolve-all, smerge-batch-resolve): New function.
3964 (smerge-refine): Make sure `diff' returns the expected result.
3965 (smerge-parsep-re): New const.
3966 (smerge-mode): Use it to adjust paragraph-separate.
3967
3968 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3969 Correctly match / regexp matchers as first char on a line when
3970 fontifying only that line.
3971
3972 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3973
3974 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * vc-bzr.el: Don't fiddle with vc-handled-backend.
3977 (vc-bzr-registered): Don't redundantly protect against
3978 file-error. Actually use the format-specific code.
3979 (vc-bzr-buffer-nonblank-p): Remove.
3980 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3981
3982 2007-08-20 Juri Linkov <juri@jurta.org>
3983
3984 * startup.el (fancy-splash-text): Change multiple tabs into one
3985 tab. Remove "Useful File menu items" section (with "Exit Emacs"
3986 and "Recover Crashed Session").
3987 (fancy-splash-screens): Set tab-width to 22.
3988 (normal-splash-screen): Replace literal tabs with \t and
3989 fix whitespace. Remove "Useful File menu items" section (with
3990 "Exit Emacs" and "Recover Crashed Session").
3991
3992 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3993
3994 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3995 extracted from `eval-last-sexp-1'.
3996 (eval-last-sexp-1): Call `preceding-sexp'.
3997
3998 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
3999
4000 * vc-rcs.el (vc-rcs-annotate-command):
4001 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4002 Add back :vc-annotate-prefix propertization.
4003
4004 2007-08-20 Andreas Schwab <schwab@suse.de>
4005
4006 * mail/rmail.el (rmail-autodetect): Doc fix.
4007
4008 2007-08-19 Juri Linkov <juri@jurta.org>
4009
4010 * startup.el (normal-splash-screen): Add more links.
4011
4012 2007-08-19 Juri Linkov <juri@jurta.org>
4013
4014 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4015 because it's common to both types of splash screen: fancy and normal.
4016 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4017 (exit-splash-screen): Rename from `fancy-splash-quit'.
4018 Use `quit-window' instead of `kill-buffer'.
4019 (fancy-splash-head): Use make-button to insert GNU image link.
4020 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4021 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4022 (normal-splash-screen): Put "Browse manuals" on the same line with
4023 "Emacs manual". Remove descriptions from "Useful tasks" and put
4024 all links in two columns on two lines.
4025
4026 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4027
4028 * viper.el (viper-remove-hooks): Remove some additional viper hooks
4029 when the user calls viper-go-away.
4030 (viper-go-away): Restore the default of default-major-mode.
4031 Save the value of default-major-mode before vaperization.
4032
4033 * viper-cmd.el: Replace error "" with "Viper bell".
4034
4035 * viper-ex.el: Replace error "" with "Viper bell".
4036
4037 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4038 buffer for which file is created.
4039
4040 2007-08-19 Glenn Morris <rgm@gnu.org>
4041
4042 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4043 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4044 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4045 shadow files messing up the compilation.
4046
4047 2007-08-18 Glenn Morris <rgm@gnu.org>
4048
4049 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4050 string. Also apply eldoc-argument-case in the help-split-fundoc
4051 case. Adapt for changed behavior of eldoc-function-argstring,
4052 eldoc-function-argstring-format, and
4053 eldoc-highlight-function-argument.
4054 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4055 just call eldoc-docstring-format-sym-doc in that case.
4056 (eldoc-function-argstring): Change the behavior. Now it converts
4057 an argument list to a string.
4058 (eldoc-function-argstring-format): Change the behavior. Now it
4059 applies `eldoc-argument-case' to a string.
4060
4061 * progmodes/scheme.el (scheme-mode-variables): Set
4062 font-lock-comment-start-skip.
4063
4064 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4065
4066 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4067 set-syntax-table from here to ...
4068 (ada-mode): ... here. Do not change global value of
4069 comment-multi-line. Call new function
4070 ada-initialize-syntax-table-properties and add new function
4071 ada-handle-syntax-table-properties to font-lock-mode-hook.
4072 (ada-deactivate-properties, ada-initialize-properties): Replace
4073 by new functions ...
4074 (ada-handle-syntax-table-properties)
4075 (ada-initialize-syntax-table-properties)
4076 (ada-set-syntax-table-properties): ... to set up syntax-table
4077 properties uniformly, independently from whether font-lock-mode
4078 is enabled or not. Handle read-only buffers and do not change
4079 undo-list when setting syntax-table properties.
4080 (ada-after-change-function): Use ada-set-syntax-table-properties.
4081
4082 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4083
4084 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4085 (meta-indent-current-nesting): Use a computation of the nesting
4086 instead.
4087 (meta-indent-current-indentation): Indentation is given according
4088 to nesting and if the previous line was finished or not.
4089 (meta-indent-unfinished-line): Tell if the current line ends with
4090 a finished expression.
4091 (meta-indent-looking-at-code): Like `looking-at', but checks if
4092 the point is in a string before.
4093 (meta-indent-level-count): Use it. Don't count parenthesis as it's
4094 done in the nesting function.
4095 (meta-indent-in-string-p): Tell if the current point is in a
4096 string.
4097 (meta-indent-calculate): Treat b-o-b as a special case. Use the
4098 previous functions.
4099
4100 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4101
4102 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4103 (copyright-update-year, copyright-update)
4104 (copyright-fix-years): Use it.
4105
4106 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
4107
4108 * emacs-lisp/copyright.el (copyright-update-year):
4109 Fix bug: Handle nil copyright-limit.
4110
4111 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4112
4113 * calc/calc-units.el (math-standard-units): Give exact
4114 conversion for tsp.
4115
4116 * calc/calc.el (math-bignum-digit-length): Compute the
4117 appropriate value.
4118
4119 * calc/calc-bin.el (math-bignum-logb-digit-size)
4120 (math-bignum-digit-power-of-two):
4121 * calc/calc-comb.el (math-small-factorial-table):
4122 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4123 (math-approx-gamma-const):
4124 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4125 (math-besY1, math-bernoulli-b-cache):
4126 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4127 Remove `eval-when-compile's.
4128
4129 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4130
4131 * progmode/cperl-mode.el (cperl-look-at-leading-count)
4132 (cperl-find-pods-heres): Fix an error when typing expressions like
4133 `s{a}{b}'.
4134
4135 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4136
4137 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4138 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
4139 a special case (there's no build number).
4140
4141 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
4142
4143 * completion.el (symbol-under-point, symbol-before-point)
4144 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4145
4146 2007-08-17 Glenn Morris <rgm@gnu.org>
4147
4148 * progmodes/compile.el (compilation-get-file-structure): Make use
4149 of the directory part when checking for an existing entry, to
4150 handle files with same basename in different directories.
4151
4152 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4153
4154 * calc/calc.el (calc-language-alist): Add texinfo-mode.
4155
4156 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4157
4158 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4159 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4160 (ps-paragraph-spacing): Docstring fix.
4161
4162 2007-08-16 Glenn Morris <rgm@gnu.org>
4163
4164 * ps-print.el (ps-font-size): Doc fix.
4165
4166 2007-08-16 Richard Stallman <rms@gnu.org>
4167
4168 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4169
4170 2007-08-15 Juri Linkov <juri@jurta.org>
4171
4172 * startup.el (initialization): Change parent group from `internal'
4173 to `environment'.
4174 (initial-buffer-choice): New variable.
4175 (command-line): Revert 2007-07-02 change that sets
4176 buffer-offer-save in *scratch* and enables auto-save in it.
4177 (fancy-splash-text): Add links to existing items. Add new items
4178 with links for useful tasks. Move information about Control-g to
4179 fancy-splash-head. Move "Emacs Guided Tour" to the end.
4180 (fancy-splash-keymap): New variable.
4181 (fancy-splash-last-input-event): Remove variable.
4182 (fancy-splash-insert): Add processing of `:link' element.
4183 (fancy-splash-head): Replace "Type Control-l to begin editing"
4184 with "Type `q' to exit".
4185 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4186 (fancy-splash-default-action, fancy-splash-special-event-action):
4187 Remove functions.
4188 (fancy-splash-quit): New function.
4189 (fancy-splash-screens): Rename input arg from `hide-on-input' to
4190 `static' and reverse the condition of its usage. Don't preserve
4191 original values of `minor-mode-map-alist',
4192 `emulation-mode-map-alists', `special-event-map'.
4193 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4194 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4195 Remove processing of special events. Use local key map
4196 `fancy-splash-keymap'. Set buffer to read-only.
4197 (normal-splash-screen): Rename input arg from `hide-on-input' to
4198 `static' and reverse the condition of its usage.
4199 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4200 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4201 Add links to existing items. Add new items with links for useful
4202 tasks. Use local key map `fancy-splash-keymap'.
4203 (display-splash-screen): Rename input arg from `hide-on-input' to
4204 `static'.
4205 (about-emacs): Add alias to display-splash-screen.
4206 (command-line-1): Use `initial-buffer-choice'.
4207
4208 * menu-bar.el (menu-bar-help-menu):
4209 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4210 item to about-emacs instead of display-splash-screen.
4211
4212 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4213
4214 * calc/calc-units.el (math-standard-units): Update values.
4215 Put in exact, rational values when possible.
4216 (math-unit-prefixes): Replace floats with powers of ten.
4217 (math-standard-units-systems): Replace floats with integers.
4218 (math-make-unit-string): Remove extra spaces in output.
4219
4220 2007-08-15 Glenn Morris <rgm@gnu.org>
4221
4222 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4223 sloppier, for the sake of GNU Mailman.
4224 (rmail-digest-rfc1153): Initialize `result' correctly.
4225
4226 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4227
4228 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4229 in the mail title. Suggested by Reiner Steib.
4230
4231 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
4232
4233 * calc/calc-aent.el (calc-do-quick-calc): Add binary
4234 representation of integers to the list of outputs.
4235
4236 2007-08-14 Glenn Morris <rgm@gnu.org>
4237
4238 * simple.el (bad-packages-alist): New constant.
4239 (bad-package-check): New function. Together, these two add elements
4240 to `after-load-alist' to check for problematic external packages.
4241 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
4242
4243 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
4244
4245 * calc/calc-units.el (math-get-standard-units)
4246 (math-get-units, math-make-unit-string)
4247 (math-get-default-units, math-put-default-units): New functions.
4248 (math-default-units-table): New variable.
4249 (calc-convert-units, calc-convert-temperature): Add machinery
4250 to supply default values.
4251
4252 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
4255 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
4256 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
4257 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
4258
4259 * emulation/tpu-extras.el: Remove spurious * in docstrings.
4260 Put its autoloads into tpu-edt.el rather than loaddefs.el.
4261 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
4262 Make into a proper minor-mode.
4263 (tpu-backward-char, tpu-next-line, tpu-previous-line)
4264 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
4265 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
4266 (tpu-set-cursor-free, tpu-set-cursor-bound):
4267 Delegate to tpu-cursor-free-mode.
4268 (tpu-next-line, tpu-previous-line, tpu-forward-line)
4269 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
4270 Use line-move or forward-line instead of next-line-internal.
4271
4272 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
4273
4274 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4275
4276 2007-08-12 Richard Stallman <rms@gnu.org>
4277
4278 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
4279 (cvs-execute-single-file): Use new name split-string-and-unquote.
4280 (cvs-header-msg): Use new name combine-and-quote-strings.
4281
4282 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
4283
4284 * progmodes/gud.el (gud-common-init): Use new name
4285 split-string-and-unquote.
4286
4287 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
4288 in javac regexp.
4289
4290 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
4291 combine-and-quote-strings and split-string-and-unquote.
4292
4293 * subr.el (combine-and-quote-strings): Rename from strings->string.
4294 (split-string-and-unquote): Rename from string->strings.
4295
4296 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4299 to buffer-local settings.
4300
4301 * emacs-lisp/backquote.el (backquote-delay-process): New function.
4302 (backquote-process): Add internal arg `level'. Use the two to
4303 correctly handle nested backquotes.
4304
4305 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
4306
4307 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4308 (vc-bzr-state-words): Add "kind changed" state word.
4309 (vc-bzr-status): New function. Return Bzr idea of file status,
4310 which is different from VC's.
4311 (vc-bzr-state): Use vc-bzr-status.
4312 (vc-workfile-unchanged-p): Use vc-bzr-status.
4313 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
4314 (vc-dired-state): Process "kind changed" state word.
4315
4316 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4319
4320 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
4321 Move from vc-default-find-file-not-found-hook.
4322
4323 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * man.el: Remove spurious * in docstrings.
4326 Merge defvars and toplevel setq-defaults.
4327 (Man-highlight-references0): Limit=nil rather than point-max.
4328 (Man-mode-map): Move initialization into the declaration.
4329 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
4330 (Man-view-header-file): Use expand-file-name rather than concat.
4331 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
4332
4333 * man.el (Man-next-section): Make sure we do not move backward.
4334
4335 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * files.el (auto-mode-alist): Use the purecopied text (duh!).
4338
4339 2007-08-08 Glenn Morris <rgm@gnu.org>
4340
4341 * Replace `iff' in doc-strings and comments.
4342
4343 2007-08-08 Martin Rudalics <rudalics@gmx.at>
4344
4345 * dired.el (dired-pop-to-buffer):
4346 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4347 * calendar/calendar.el (generate-calendar-window):
4348 * progmodes/compile.el (compilation-set-window-height):
4349 * textmodes/two-column.el (2C-two-columns, 2C-merge):
4350 Use window-full-width-p instead of comparing frame-width and
4351 window-width.
4352
4353 * progmodes/compile.el (compilation-find-buffer): Remove extra
4354 argument in call to compilation-buffer-internal-p.
4355
4356 2007-08-07 Tom Tromey <tromey@redhat.com>
4357
4358 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4359 Add safe-local-variable property.
4360
4361 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * image-mode.el (image-toggle-display): Use image-refresh.
4364
4365 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
4366
4367 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4368 unofficial version.
4369 (vc-bzr-command): Remove redundant setting of process-connection-type.
4370 (vc-bzr-admin-checkout-format-file): Add autoload.
4371 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4372 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4373 (vc-bzr-registered): Compare dirstate format tag with known good
4374 value, abort parsing if match fails. Warn user in docstring.
4375 (vc-bzr-workfile-version): Case for different Bzr branch formats.
4376 See bzrlib/branch.py in Bzr sources.
4377 (vc-bzr-diff): First argument FILES may be a string rather than a list.
4378 (vc-bzr-shell-command): Remove in favor of
4379 vc-bzr-command-discarding-stderr.
4380 (vc-bzr-command-discarding-stderr): New function.
4381
4382 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
4383
4384 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4385 program, and return nil.
4386 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4387 (vc-bzr-state): Look for path names relative to the repository
4388 root after status keyword.
4389 (vc-bzr-file-name-relative): New function.
4390 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4391 depend on it.
4392 (vc-bzr-admin-dirname, ...-checkout-format-file)
4393 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4394 files that we now parse directly for speed.
4395 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4396 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4397 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
4398 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
4399 Bzr warnings, so we must discard it.
4400 (vc-bzr-workfile-version): Speedup counting lines from
4401 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4402 if that file doesn't exist.
4403 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4404 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
4405 to `vc-directory-exclusion-list'.
4406 (vc-bzr-shell-command): New function.
4407
4408 2007-08-06 Tom Tromey <tromey@redhat.com>
4409
4410 * diff-mode.el (diff-unified->context, diff-reverse-direction)
4411 (diff-fixup-modifs): Typo in docstring.
4412
4413 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4416 count-screen-lines.
4417 (tpu-edt-off): Disable relevant pieces of advice.
4418
4419 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4420 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
4421 (newline, newline-and-indent, do-auto-fill): Use advice instead of
4422 redefining the function.
4423 (tpu-set-scroll-margins): Activate the pieces of advice.
4424
4425 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4426
4427 * help.el (resize-temp-buffer-window): Use window-full-width-p
4428 instead of comparing frame-width and window-width.
4429
4430 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
4431
4432 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
4433 optional quotes around files in NEED-UPDATE . REMOVED case.
4434
4435 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
4436 (ada-treat-cmd-string): Improve error message.
4437 (ada-do-file-completion): Call `ada-require-project-file', so
4438 project variables are set properly.
4439 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
4440 (ada-gnatfind-buffer-name): New constant.
4441 (ada-find-any-references): Use new constant. Set buffer name
4442 properly in compilation-start. Toggle read-only properly.
4443 (ada-find-in-src-path): Fix spelling error in docstring.
4444
4445 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
4446 by zero error.
4447
4448 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
4451
4452 2007-08-12 Richard Stallman <rms@gnu.org>
4453
4454 * progmodes/sh-script.el (sh): Delete group `unix'.
4455
4456 * progmodes/gud.el (gud): Change to group `processes'.
4457
4458 2007-08-11 Glenn Morris <rgm@gnu.org>
4459
4460 * progmodes/compile.el (compilation-buffer-name): Don't check
4461 compilation-arguments. It is superfluous, and the variable isn't
4462 even set when this function is called.
4463
4464 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4465
4466 * term/mac-win.el (mac-ae-reopen-application): New function.
4467 (mac-apple-event-map): Bind "reopen application" Apple event to it.
4468
4469 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
4472 take tex-font-script-display into account.
4473 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
4474 cell to a list of 2 elements to simplify the unfontify code.
4475
4476 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4477
4478 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4479 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4480 ps-print-color-p is neither nil nor black-white. Reported by Christian
4481 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4482
4483 2007-08-08 Andreas Schwab <schwab@suse.de>
4484
4485 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4486 self-insert-command, not self-insert.
4487
4488 2007-08-08 Glenn Morris <rgm@gnu.org>
4489
4490 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
4491 argument optional, for backwards compatibility, and only highlight
4492 args when present. Fix symbol name typo (doc/args).
4493
4494 * help-mode.el (help-make-xrefs): Search for symbol constituents,
4495 rather than just `-'.
4496
4497 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
4498
4499 * calc/calc-units.el (calc-convert-temperature):
4500 Use `/' to create fractions.
4501
4502 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
4503
4504 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
4505 global matching.
4506 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
4507 ERROR-BUFFER more robust. Display output.
4508 (tramp-file-name-handler): Add a connection property when we found
4509 a foreign file name handler. This allows backends like ftp to
4510 profit also from usr/host name completion based on connection
4511 cache.
4512 (tramp-send-command-and-read): Search for trash after the regexp
4513 until eol only. In XEmacs, there is a problem with \n.
4514
4515 * net/tramp-cache.el (top): Read persistent connection history
4516 when cache is empty.
4517
4518 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
4519
4520 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
4521 resulting output.
4522
4523 2007-08-07 Sam Steingold <sds@gnu.org>
4524
4525 * progmodes/compile.el (compilation-start): Pass nil as startfile
4526 to comint-exec.
4527
4528 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * longlines.el (longlines-decoded): New variable.
4531 (longlines-mode): Avoid encoding or decoding the buffer twice.
4532
4533 2007-08-07 Martin Rudalics <rudalics@gmx.at>
4534
4535 * format.el (format-insert-file): Make sure that at most one undo
4536 entry is recorded for the insertion. Inhibit point-motion and
4537 modification hooks around call to insert-file-contents.
4538
4539 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4540
4541 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4542 Select the buffer's window before moving point.
4543
4544 2007-08-07 Richard Stallman <rms@gnu.org>
4545
4546 * term.el (term): Remove parent group `unix'.
4547
4548 * simple.el (default-indent-new-line): New function.
4549 It calls comment-line-break-function if there are comments.
4550 (do-auto-fill): Use that.
4551
4552 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
4553
4554 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4555 (PC-do-completion): Add "acronym completion" for symbols and
4556 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4557
4558 2007-08-06 Sam Steingold <sds@gnu.org>
4559
4560 * mouse.el (mouse-buffer-menu): Pass mode-name through
4561 format-mode-line because it may be a list,
4562 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4563
4564 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
4565
4566 * printing.el (pr-update-menus): Docstring fix.
4567
4568 2007-08-06 Jason Rumney <jasonr@gnu.org>
4569
4570 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4571
4572 * vc-hooks.el (vc-call): Add doc string.
4573
4574 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
4575
4576 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4577 process-filter.
4578
4579 2007-08-06 Kenichi Handa <handa@m17n.org>
4580
4581 * international/quail.el: Wrap (require 'help-mode) by
4582 eval-when-compile.
4583 (quail-help-init): New function.
4584 (quail-help): Call quail-help-init.
4585 (quail-store-decode-map-key): Change it to a function.
4586
4587 2007-08-05 Jason Rumney <jasonr@gnu.org>
4588
4589 * vc.el (vc-rollback): Add norevert argument back.
4590 (vc-revert-buffer): Add back as obsolete alias.
4591
4592 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
4593
4594 * term.el: Honor term-default-fg-color and term-default-bg-color
4595 settings when modifying term-current-face.
4596 (term-default-fg-color, term-default-bg-color): Initialize from
4597 default term-current-face.
4598 (term-mode, term-reset-terminal): Set term-current-face with
4599 term-default-fg-color and term-default-bg-color.
4600 (term-handle-colors-array): term-current-face has term-default-fg-color
4601 and term-default-bg-color after reset escape sequence.
4602 (term-handle-colors-array): Set term-current-color with
4603 term-default-fg/bg-color instead of ansi-term-color-vector when the
4604 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4605
4606 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4607
4608 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4609 (math-nlfit-givens): Let bind free variables.
4610
4611 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
4612
4613 * printing.el: Require lpr and ps-print when loading printing package.
4614 Reported by Glenn Morris <rgm@gnu.org>.
4615
4616 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
4617
4618 * files.el (set-auto-mode): Handle also remote files wrt
4619 `auto-mode-alist'.
4620
4621 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
4622
4623 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4624 curves and plotting.
4625
4626 * calc/calc-nlfit.el: New file.
4627
4628 2007-08-04 Glenn Morris <rgm@gnu.org>
4629
4630 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4631 zero, not nil, when the library is first loaded. Check for a file
4632 that has been modified on disk.
4633
4634 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4635 Remove duplicate defvar preventing initialization.
4636 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4637
4638 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4641 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4642 may match up to 4 lines.
4643 (diff-beginning-of-file-and-junk): Rewrite.
4644
4645 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4646
4647 * printing.el: Evaluate require only during compilation.
4648 (pr-version): New version 6.9.1.
4649 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4650 (pr-global-menubar): Fix code.
4651
4652 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
4653
4654 * term.el (term-erase-in-display): Fix case when point is not at
4655 the beginning of the line.
4656
4657 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
4658
4659 * calc/calc-ext.el (math-get-value, math-get-sdev)
4660 (math-contains-sdev): New functions.
4661
4662 * calc/calc-graph.el (calc-graph-format-data)
4663 (calc-graph-add-curve): Check for error forms.
4664 (calc-graph-set-styles): Add option for error forms.
4665
4666 2007-08-03 Miles Bader <miles@gnu.org>
4667
4668 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4669 backend names for new backends to `Git', `Hg', and `Bzr'.
4670 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4671 not `HG'.
4672 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4673 name, not `GIT'.
4674 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4675 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4676
4677 2007-08-03 Richard Stallman <rms@gnu.org>
4678
4679 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4680 to update deleted flag.
4681
4682 * cus-edit.el (customize-apropos, customize-apropos-options)
4683 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4684
4685 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4686
4687 * startup.el (fancy-splash-head, startup-echo-area-message):
4688 Change message text.
4689
4690 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4691 All callers use line-move.
4692
4693 * progmodes/compile.el (compilation-find-buffer): Return current
4694 buffer immediately if suitable.
4695 (compile, compilation-buffer-name, compilation-start): Doc fixes.
4696
4697 2007-08-03 Daiki Ueno <ueno@unixuser.org>
4698
4699 * faces.el (face-normalize-spec): New function.
4700 (frame-set-background-mode): Normalize face-spec before calling
4701 face-spec-match-p.
4702
4703 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * server.el (server-window): Add switch-to-buffer-other-frame option.
4706
4707 2007-08-03 Glenn Morris <rgm@gnu.org>
4708
4709 * cus-edit.el (customize-apropos): Make the error message indicate
4710 what kind of thing the user was trying to customize.
4711
4712 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4713
4714 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
4715 Fix off-by-one error in previous change.
4716
4717 2007-08-03 Drew Adams <drew.adams@oracle.com>
4718
4719 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
4720 Make buffer writable.
4721
4722 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4723
4724 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
4725 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
4726 Use native Emacs functions, when appropriate.
4727
4728 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
4729 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * vc.el: Document new VC operation `extra-menu'.
4732
4733 * vc-hooks.el (vc-default-extra-menu): New function.
4734
4735 * menu-bar.el (menu-bar-vc-filter): New function.
4736 (menu-bar-tools-menu): Use it as a filter.
4737
4738 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
4739
4740 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4741
4742 2007-08-01 Glenn Morris <rgm@gnu.org>
4743
4744 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4745 strings.
4746 (fortran-tab-mode-default): Remove needless autoload.
4747 (fortran-tab-mode-string): Add help-echo and mouse properties, and
4748 mark as risky.
4749 (fortran-line-length): New buffer-local variable, safe if integer.
4750 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
4751 Change from variables to constants.
4752 (fortran-font-lock-syntactic-keywords): Delete as a variable,
4753 replace with a new function definition.
4754 (fortran-mode): Use fortran-line-length, and
4755 fortran-font-lock-syntactic-keywords as a function. Add a
4756 hack-local-variables-hook function.
4757 (fortran-line-length, fortran-hack-local-variables): New functions.
4758 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
4759 Use fortran-line-length rather than 72.
4760 (fortran-window-create-momentarily): Doc fix.
4761
4762 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
4763
4764 * cus-edit.el (custom-group-value-create, custom-goto-parent):
4765 Fix parent groups link.
4766
4767 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
4768
4769 * progmodes/python.el (python-current-defun): Adjust to never fall
4770 into infinite loop.
4771
4772 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
4775
4776 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
4777
4778 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4779 (copyright-fix-years, copyright): Correctly handle the case where
4780 copyright-limit is nil.
4781
4782 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
4783
4784 * progmodes/python.el (run-python): Fix path separator under w32.
4785
4786 2007-07-30 Richard Stallman <rms@gnu.org>
4787
4788 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4789 Treat non-break space as whitespace in Lisp.
4790
4791 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * vc.el (vc-dired-hook): Use inhibit-read-only.
4794
4795 * progmodes/compile.el (compilation-forget-errors):
4796 Reset compilation-auto-jump-to-next.
4797
4798 2007-07-30 Michael Olson <mwolson@gnu.org>
4799
4800 * cus-edit.el (custom-group-save): Fix void function definition
4801 error. Thanks to Zhang Wei for the report.
4802
4803 * ps-print.el: Check in trivial changes to the autoloads section
4804 caused by the build process. These autoloads really ought to be
4805 placed in a separate file, methinks.
4806
4807 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * calendar/calendar.el (calendar-mode): Make sure
4810 displayed-(month|year) are set.
4811 (calendar-basic-setup): Display buffer before adjusting window sizes.
4812 (generate-calendar-window): Use inhibit-read-only. Simplify.
4813 Generate buffer and set displayed-month and displayed-year before
4814 calling update-calendar-mode-line.
4815
4816 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
4817
4818 * net/tramp.el:
4819 * net/tramp-uu.el:
4820 * net/trampver.el: Use utf-8 encoding with coding cookie.
4821
4822 * net/tramp-cache.el:
4823 * net/tramp-fish.el:
4824 * net/tramp-ftp.el:
4825 * net/tramp-gw.el:
4826 * net/tramp-smb.el: Remove coding cookie.
4827
4828 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4829 Flush buffer file-name's file property.
4830 (tramp-handle-file-remote-p): The first parameter is FILENAME.
4831
4832 * net/trampver.el: Update release number.
4833
4834 2007-07-29 Juri Linkov <juri@jurta.org>
4835
4836 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
4837 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
4838 when major-mode is not dired-mode.
4839 (dired-toggle-read-only): New function.
4840 (dired-recursive-deletes): Remove obsolete comments about old
4841 default value.
4842 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
4843
4844 * wdired.el (wdired-exit): New function.
4845 (wdired-mode-map): Bind C-x C-q to wdired-exit.
4846
4847 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * cus-edit.el (customize-read-group): New fun.
4850 (customize-group-other-window, customize-face-other-window):
4851 Prompt before delegating to customize-(group|face).
4852 Bind pop-up-windows rather than use the other-window argument.
4853 (customize-group, customize-face): Prompt from the interactive spec.
4854 Remove args `prompt-for-group' and `other-window'.
4855
4856 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
4857 (ad-body-forms, ad-advised-interactive-form): Revert this part of
4858 last change.
4859
4860 2007-07-28 Masatake YAMATO <jet@gyve.org>
4861
4862 * vc.el (vc-dired-mode): Add a menu for VC related operation.
4863 Use backend name as the menu label. Suggested by David Kastrup.
4864
4865 2007-07-28 Alan Mackenzie <acm@muc.de>
4866
4867 Fix problem with modes derived from CC Mode:
4868 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4869 macro to cc-langs.
4870 (c-init-language-vars-for): Remove call to above macro.
4871 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4872 been moved to here.
4873 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4874
4875 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4876
4877 * net/trampver.el: Fix the `coding' cookie.
4878
4879 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
4880
4881 * vc-git.el (vc-git-print-log): Support both the old single file
4882 interface and the new one.
4883
4884 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
4885
4886 * bindings.el (mode-line-remote): Use updated %@ construct.
4887
4888 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4891 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
4892 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
4893 (diary-list-bahai-entries, diary-bahai-mark-entries)
4894 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
4895 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4896 New names to clean up namespace.
4897 (list-bahai-diary-entries, mark-bahai-diary-entries)
4898 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
4899 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
4900 Add compatibility aliases.
4901
4902 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
4903
4904 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
4905 (calendar-scroll-left-three-months)
4906 (calendar-scroll-right-three-months): Clean up namespace.
4907 (scroll-calendar-left, scroll-calendar-right)
4908 (scroll-calendar-left-three-months)
4909 (scroll-calendar-right-three-months): Add compatibility aliases.
4910
4911 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4912 Behave like mouse-scroll-calendar-* when used from the mouse.
4913
4914 * calendar/cal-menu.el (cal-menu-scroll-menu)
4915 (cal-menu-global-mouse-menu):
4916 * calendar/calendar.el (calendar-mode-map):
4917 Use new calendar-scroll-* names.
4918 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
4919 Remove. Use calendar-scroll-* directly instead.
4920
4921 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
4924 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
4925 (ad-make-advised-definition, ad-cache-id-verification-code):
4926 Use commandp and interactive-form instead.
4927
4928 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4929
4930 * vc-git.el: Relicense to GPLv3 or later.
4931 (vc-directory-exclusion-list, vc-handled-backends): Remove.
4932
4933 * vc-hooks.el (vc-handled-backends): Add GIT.
4934
4935 * vc.el (vc-directory-exclusion-list): Add .git.
4936
4937 2007-07-26 Alexandre Julliard <julliard@winehq.org>
4938
4939 * vc-git.el (vc-git-revision-table)
4940 (vc-git-revision-completion-table): New functions.
4941
4942 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4943
4944 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4945 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4946 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4947 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4948 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4949 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4950 New command actions for EPS header and EPS footer.
4951
4952 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4953 footer. Fix some problems with one-or-more, zero-or-more and
4954 alternative constructions generation. Some log messages
4955 implementation. Doc fix.
4956 (ebnf-version): New version 4.4.
4957 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4958 (ebnf-eps-footer, ebnf-log): New options.
4959 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4960 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4961 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4962 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4963 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
4964 (ebnf-style-custom-list, ebnf-style-database): Put new values.
4965 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4966 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4967 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4968 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4969 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4970 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4971 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4972 (ebnf-non-terminal-dimension, ebnf-special-dimension)
4973 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4974 (ebnf-except-dimension, ebnf-alternative-dimension)
4975 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4976 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
4977 message fun.
4978 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4979 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4980 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4981 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4982 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4983 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4984 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4985 compatibility with Emacs 20 & 21.
4986 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4987 (ebnf-eps-file-alist, ebnf-basic-width-extra)
4988 (ebnf-basic-empty-height): New vars.
4989 (ebnf-prologue): Fix PostScript code.
4990 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4991 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4992 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4993 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4994
4995 2007-07-25 Glenn Morris <rgm@gnu.org>
4996
4997 * Relicense all FSF files to GPLv3 or later.
4998
4999 * COPYING: Switch to GPLv3.
5000
5001 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5004 Replace it with another one which disables undo before calling
5005 erase-buffer and then turns it back on if needed.
5006
5007 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5008
5009 * ps-print.el: Problem with foreground and background color when
5010 printing a buffer with and without faces. Reported by Christian
5011 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5012 (ps-print-version): New version 6.7.5.
5013 (ps-default-fg): Change default value to nil, so black color is used
5014 when a face does not specify a foreground color.
5015 (ps-default-bg): Change default value to nil, so white color is used
5016 for background color.
5017 (ps-begin-job): Fix code.
5018
5019 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5020
5021 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5022
5023 2007-07-24 Glenn Morris <rgm@gnu.org>
5024
5025 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5026 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5027 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5028 (cal-tex-cursor-week, cal-tex-cursor-week2)
5029 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5030 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5031 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5032 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5033
5034 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * calendar/calendar.el (calendar-mode-map): Move initialization
5037 into declaration. Add menu bindings (used to be done in cal-menu).
5038 (calendar-mode): Don't add an activate-menubar-hook.
5039
5040 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5041 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5042 can be used on the menu entries.
5043 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5044 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5045 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5046 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5047 (calendar-flatten, cal-menu-update): Remove.
5048 (calendar-mouse-insert-hebrew-diary-entry)
5049 (calendar-mouse-insert-islamic-diary-entry)
5050 (calendar-mouse-insert-bahai-diary-entry):
5051 Remove (fold into cal-menu-diary-menu).
5052 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5053 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5054 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5055 (calendar-mouse-view-diary-entries): Minor simplifications.
5056 (calendar-event-to-date): Use with-current-buffer.
5057
5058 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5059
5060 * add-log.el (change-log-redate): Remove (not needed anymore and
5061 doesn't appear to work).
5062
5063 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * frame.el: Use mapc and dolist instead of mapcar where possible.
5066 (close-display-connection): New command.
5067
5068 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5069
5070 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5071 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5072
5073 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5074
5075 * ps-print.el (ps-multibyte-buffer): Docstring fix.
5076
5077 * ps-mule.el: Doc fix.
5078 (ps-multibyte-buffer, ps-mule-font-info-database-default)
5079 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5080
5081 2007-07-25 Glenn Morris <rgm@gnu.org>
5082
5083 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5084 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5085 (cal-tex-daily-end, cal-tex-hook)
5086 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5087 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5088 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5089 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5090 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5091 (cal-tex-day-prefix, cal-tex-day-name-format)
5092 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5093 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5094 (cal-tex-LaTeX-subst-list): Change from variables to constants.
5095 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5096 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5097 etc, rather than \bf.
5098 (cal-tex-mini-calendar): Fix typos in previous change.
5099 (cal-tex-latexify-list): Remove inner let binding.
5100 (cal-tex-end-document, cal-tex-banner): Use multi-line
5101 cal-tex-comment.
5102 (cal-tex-comment): Handle embedded newlines.
5103 (cal-tex-LaTeXify-string): Use substring-no-properties.
5104
5105 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
5106
5107 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5108 Add support for the Maden build tool.
5109
5110 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
5111
5112 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5113
5114 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5117
5118 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5119
5120 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5121 C-x C-q.
5122
5123 * vc-git.el (vc-git-print-log): Fix previous change.
5124
5125 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * window.el (save-selected-window): Minor optimization.
5128 (bw-adjust-window): If operation failed, try with a smaller delta.
5129 (window-fixed-size-p): New function.
5130 (window-area-factor): New var.
5131 (balance-windows-area): New command.
5132
5133 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5134 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5135 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5136 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5137 (ps-mule-begin-job): Use dolist.
5138
5139 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5140
5141 * subr.el (start-file-process-shell-command)
5142 (process-file-shell-command): New defuns.
5143
5144 * progmodes/compile.el (compilation-start):
5145 Apply `start-file-process-shell-command'.
5146
5147 2007-07-24 Alexandre Julliard <julliard@winehq.org>
5148
5149 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5150
5151 2007-07-24 Alan Mackenzie <acm@muc.de>
5152
5153 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5154 Initialise byte-compile-unresolved-functions before rather than
5155 after a compilation.
5156 (byte-compile-unresolved-functions): Amplify doc string.
5157
5158 2007-07-24 Glenn Morris <rgm@gnu.org>
5159
5160 * startup.el (normal-splash-screen): Use `emacs-copyright'.
5161
5162 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5163 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5164 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5165 (cal-tex-cursor-week, cal-tex-cursor-week2)
5166 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5167 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5168 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5169 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5170
5171 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5172 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5173 (cal-tex-day-name-format, cal-tex-cal-one-month)
5174 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5175 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5176 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5177 (cal-tex-list-holidays, cal-tex-cursor-year)
5178 (cal-tex-cursor-year-landscape, cal-tex-year)
5179 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5180 (cal-tex-cursor-month, cal-tex-insert-days)
5181 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5182 (cal-tex-first-blank-p, cal-tex-cursor-week)
5183 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5184 (cal-tex-week-hours, cal-tex-cursor-week-monday)
5185 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5186 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5187 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5188 (cal-tex-latexify-list, cal-tex-previous-month)
5189 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5190 modernization, including using dotimes rather than
5191 calendar-for-loop.
5192 (cal-tex-LaTeX-subst-list): Remove `@'.
5193 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5194 Use \textit and \textbf rather than \em and \it.
5195
5196 * calendar/cal-bahai.el (list-bahai-diary-entries)
5197 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5198 * calendar/cal-islam.el (list-islamic-diary-entries)
5199 * calendar/calendar.el (generate-calendar, generate-calendar-month)
5200 * calendar/diary-lib.el (diary-list-entries)
5201 (mark-calendar-date-pattern): Use `dotimes' rather than
5202 `calendar-for-loop'.
5203
5204 * calendar/calendar.el (calendar-for-loop): Doc fix.
5205
5206 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5209 underlying file is uptodate.
5210
5211 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
5212
5213 * replace.el (perform-replace): Use isearch-no-upper-case-p.
5214
5215 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 * vc-hooks.el (vc-mode-line-map): New const.
5218 (vc-mode-line): Use it.
5219
5220 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5221
5222 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5223 (vc-git-unregister): New functions.
5224 (vc-git-find-version): Use the result of ls-files as a parameter
5225 for cat-file.
5226
5227 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
5228
5229 * net/tramp.el (tramp-perl-file-attributes)
5230 (tramp-perl-directory-files-and-attributes)
5231 (tramp-handle-file-attributes-with-stat)
5232 (tramp-handle-directory-files-and-attributes-with-stat)
5233 (tramp-convert-file-attributes): Handle huge file sizes.
5234
5235 2007-07-23 Juri Linkov <juri@jurta.org>
5236
5237 * isearch.el (isearch-message-function): New variable.
5238 (isearch-update, isearch-search): Use it.
5239
5240 * simple.el (goto-history-element): New function created from
5241 next-history-element.
5242 (next-history-element): Most code moved to goto-history-element.
5243 Call goto-history-element with (- minibuffer-history-position n).
5244 (previous-history-element): Call goto-history-element with (+
5245 minibuffer-history-position n).
5246 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
5247 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
5248 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
5249 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
5250 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
5251 (minibuffer-history-isearch-pop-state): New functions.
5252
5253 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5254
5255 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
5256 Also, if FILE is a list, return non-nil if any of its elements
5257 should stay local. Update docstring.
5258
5259 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
5262 change by reverting a small part.
5263
5264 2007-07-23 Richard Stallman <rms@gnu.org>
5265
5266 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
5267
5268 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
5271 handling it. Use vc-git-command.
5272 (vc-git-find-version, vc-git-diff-tree): New functions.
5273 (vc-git-revert): Use vc-git-command.
5274 (vc-git--run-command): Delete.
5275
5276 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5277
5278 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
5279
5280 2007-07-20 Kenichi Handa <handa@m17n.org>
5281
5282 * international/utf-8.el (utf-8-post-read-conversion):
5283 Temporarily bind utf-8-compose-scripts to nil while running
5284 *-compose-region functions.
5285
5286 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5287
5288 * vc-git.el: Update status.
5289 (vc-directory-exclusion-list): Use eval-after-load.
5290
5291 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
5292
5293 * bindings.el (mode-line-remote): New variable.
5294 (help-echo): Add to default values of mode-line-format.
5295
5296 * files.el: Mark mode-line-remote as risky.
5297
5298 2007-07-22 Juri Linkov <juri@jurta.org>
5299
5300 * isearch.el (isearch-edit-string): Save old point and
5301 isearch-other-end to old-point and old-other-end before reading
5302 the search string from minibuffer. After exiting minibuffer set
5303 point to old-other-end if point and the search direction is the
5304 same as before reading the search string.
5305 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
5306 to isearch-other-end. Instead of isearch-search-and-update call
5307 three functions isearch-search, isearch-push-state and isearch-update.
5308
5309 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5310
5311 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
5312 deal with multiple file arguments.
5313 (vc-git-print-log): Deal with multiple file arguments.
5314
5315 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
5318 diff-refine-hunk. Adjust users.
5319 (diff-unified-hunk-p, diff-splittable-p): New functions.
5320 (diff-mode-menu): Use it to disable Split when it doesn't work.
5321
5322 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5323
5324 * diff-mode.el (diff-mode-menu): New entries.
5325
5326 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
5329 if applicable, so as to save undo-log space.
5330
5331 * diff-mode.el (diff-find-file-name): Add arg `batch'.
5332
5333 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
5334 (diff-file-kill): Use it.
5335 (diff-beginning-of-hunk): Add arg `try-harder' using it.
5336 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
5337 Use it so they find the hunk even when we're in the file header.
5338
5339 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5340
5341 * vc-git.el (vc-git-revision-granularity, vc-git-root)
5342 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
5343 (vc-git-create-repo): New functions.
5344 (vc-git-registered): New autoloaded function definition.
5345 (vc-git-registered): Use vc-git-root.
5346 (vc-git-responsible-p): New defalias.
5347 (vc-git-annotate-extract-revision-at-line): Uncomment.
5348 (vc-git-print-log): Add the file name to the log.
5349 (vc-git-log-view-mode): New derived mode.
5350 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
5351
5352 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5353
5354 * progmodes/grep.el (grep-compute-defaults): Keep default values.
5355
5356 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
5357
5358 * textmodes/reftex.el (reftex-access-parse-file): Create parse
5359 file in a way that does not interfere with recentf mode.
5360 (reftex-access-parse-file): Do not risk destroying an existing
5361 buffer.
5362
5363 2007-07-22 Alexandre Julliard <julliard@winehq.org>
5364
5365 * vc-git.el: New file.
5366
5367 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * textmodes/tex-mode.el (tex-font-script-display): Change default.
5370
5371 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5372
5373 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
5374 for branches and new files.
5375
5376 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
5377 local-map handling ...
5378 (vc-mode-line): ... here. Improve handling of help-echo.
5379
5380 * vc.el (mode-line-string): Document help-echo usage.
5381
5382 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5383
5384 Sync with Tramp 2.1.10.
5385
5386 * net/tramp.el (tramp-get-ls-command): Fix typo.
5387
5388 * net/trampver.el: Update release number.
5389
5390 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5391
5392 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
5393
5394 * term/x-win.el (x-handle-no-bitmap-icon): New function.
5395
5396 2007-07-22 Martin Rudalics <rudalics@gmx.at>
5397
5398 * add-log.el (change-log-fill-parenthesized-list): New function.
5399 (change-log-indent): Call change-log-fill-parenthesized-list.
5400 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
5401 Have lines with leading asterisk start a paragraph.
5402
5403 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5404
5405 * calc/calc-math.el (math-emacs-precision)
5406 (math-largest-emacs-expt, math-smallest-emacs-expt):
5407 New variables.
5408 (math-use-emacs-fn): New function.
5409 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
5410 appropriate.
5411
5412 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5413
5414 * image-dired.el (image-dired-sane-db-file): New func.
5415 (image-dired-write-tags, image-dired-remove-tag)
5416 (image-dired-list-tags, image-dired-write-comments)
5417 (image-dired-get-comment, image-dired-mark-tagged-files)
5418 (image-dired-create-gallery-lists): Call new func.
5419 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
5420
5421 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5422
5423 * vc-hg.el (vc-hg-dir-state): Fix loop.
5424 (vc-hg-print-log): Fix expected return value for vc-hg-command.
5425 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
5426 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
5427 (vc-hg-revert): Likewise.
5428 (vc-hg-revision-table, vc-hg-revision-completion-table): New
5429 functions.
5430
5431 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * add-log.el (change-log-resolve-conflict): Don't lose data if the
5434 merge fails.
5435
5436 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5437
5438 * progmodes/compile.el (compilation-auto-jump-to-first-error):
5439 Add group and version.
5440
5441 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * add-log.el (add-log-file-name): Use file-relative-name.
5444 (add-change-log-entry): Delay reading
5445 add-log-(full-name|mailing-address) to after we've switched to the
5446 ChangeLog buffer so we get the right value.
5447 (add-change-log-entry, add-log-current-defun, change-log-merge):
5448 Use derived-mode-p rather than checking major-mode directly.
5449
5450 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
5451 name for buffer-file-name if it refers to a directory.
5452
5453 * vc-arch.el (vc-arch-diff): Fix last change.
5454
5455 * progmodes/compile.el (compilation-start): Remember the original
5456 directory in a buffer-local compilation-directory.
5457 (compile): Set the global value of compilation-directory.
5458 (recompile): Use compilation-directory even in the compilation buffer.
5459
5460 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5461
5462 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
5463
5464 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5465
5466 * ps-print.el: Problem with foreground and background color when
5467 printing a buffer with and without faces. Reported by Christian
5468 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5469 (ps-print-version): New version 6.7.5.
5470 (ps-default-fg): Change default value to nil, so black color is used
5471 when a face does not specify a foreground color.
5472 (ps-default-bg): Change default value to nil, so white color is used
5473 for background color.
5474 (ps-begin-job): Fix code.
5475
5476 2007-07-20 Eli Zaretskii <eliz@gnu.org>
5477
5478 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
5479 in $(INSTALL_DIR)/lisp/ if they already exist.
5480
5481 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
5482
5483 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
5484 in $(INSTALL_DIR)/lisp/ if they already exist.
5485
5486 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * progmodes/vera-mode.el (vera-re-search-forward)
5489 (vera-re-search-backward): Remove use of store-match-data.
5490 (vera-mode-map): Move initialization into declaration.
5491
5492 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
5493 (flymake-find-buildfile): Use locate-dominating-file.
5494
5495 * vc.el (vc-delistify): Use mapconcat.
5496 (vc-do-command): Minor simplification.
5497 (vc-expand-dirs): Use push.
5498
5499 * vc-mcvs.el (vc-mcvs-create-repo):
5500 * vc-cvs.el (vc-cvs-create-repo): Remove.
5501
5502 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
5503 directory and the root as well.
5504
5505 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5506
5507 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
5508 instead of a file.
5509
5510 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
5511 (vc-hg-registered): Replace if with when.
5512 (vc-hg-state): Deal with nonexistent files and handle removed files.
5513 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
5514 (vc-hg-checkout): Re-enable.
5515 (vc-hg-create-repo): Fix typos.
5516 (vc-hg-print-log): Fix for multiple files.
5517 (vc-hg-workfile-unchanged-p): New function.
5518
5519 * vc.el: Fix typo.
5520 (vc-print-log): Fix call to print-log.
5521 (vc-default-comment-history): Likewise.
5522 (vc-directory-exclusion-list): Add .hg and .bzr.
5523 (vc-diff-internal): Pass a list instead of a file.
5524
5525 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5526
5527 * vc-bzr.el (vc-bzr-create-repo): New function.
5528
5529 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5532 `file' from which to start the search.
5533
5534 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
5535
5536 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5537 having a single file argument to having a list of files as the
5538 first argument.
5539
5540 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * files.el (locate-dominating-file): New function.
5543
5544 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
5545
5546 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5547 (grep-compute-defaults): Use it.
5548
5549 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5550
5551 * uniquify.el: Docstring fixes.
5552
5553 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5554
5555 * vc.el (revision-granularity, create-repo): Document new vc
5556 backend properties.
5557 (vc-rollback): Renamed from vc-cancel-version. Update
5558 references. Pass a list instead of a file.
5559 (vc-revert): Renamed from vc-revert-buffer. Update references.
5560 (vc-delistify, vc-expand-dirs): New functions.
5561 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5562 of files instead of a single file.
5563 (vc-position-context, vc-resync-window, vc-diff-internal)
5564 (vc-print-log): Pass a list instead of a file.
5565
5566 * vc-hooks.el (vc-stay-local-p, vc-backend)
5567 (vc-backend-subdirectory-name): Work on a file list, not a single
5568 file.
5569 (vc-workfile-version): Update docstring.
5570 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5571 vc-revert instead of vc-revert-buffer.
5572 (vc-prefix-map): Likewise. Bind vc-update.
5573
5574 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5575 (vc-svn-wash-log): New functions.
5576 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5577 (vc-svn-command): Deal with a list of files, not a single file.
5578
5579 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5580 (vc-rcs-wash-log): New functions.
5581 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5582 Deal with a list of files, not a single file.
5583 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5584
5585 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5586 functions.
5587 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5588 list of files, not a single file.
5589
5590 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5591 New functions.
5592 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5593 (vc-mcvs-diff): Deal with a list of files, not a single file.
5594
5595 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5596 functions.
5597 (vc-hg-print-log): Deal with a list of files, not a single file.
5598 (vc-hg-diff-tree): New function, replace defalias with the same
5599 name.
5600 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5601 FILES to denote that it is a file list, not a single file.
5602
5603 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5604 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5605 a single file.
5606 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5607 that it is a file list, not a single file.
5608 (vc-cvs-diff): Likewise. Simplify.
5609
5610 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5611 Deal with a list of files, not a single file.
5612
5613 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5614 (vc-bzr-print-log): Update FILE parameter name to denote that it
5615 is a file list, not a single file.
5616 (vc-bzr-diff): Likewise. Use the car of files.
5617
5618 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
5619
5620 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5621 (follow-delete-other-windows-and-split, follow-recenter)
5622 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5623 (follow-redisplay, follow-estimate-first-window-start)
5624 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5625 Fix typos in docstrings.
5626
5627 2007-07-18 Martin Rudalics <rudalics@gmx.at>
5628
5629 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5630 avoid that filling introduces lines with a single asterisk.
5631
5632 * kmacro.el (kmacro-end-macro): When ignoring empty macro
5633 avoid incorrect kmacro-ring-empty-p messages.
5634 Reported by Michael Schierl <schierlm@gmx.de>.
5635
5636 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5637
5638 * vc.el: Add more info about the vc-registered function.
5639
5640 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5641
5642 * files.el (file-remote-p): Introduce optional parameter
5643 IDENTIFICATION.
5644
5645 * recentf.el (recentf-keep-default-predicate): Adapt call of
5646 `file-remote-p'.
5647
5648 * progmodes/grep.el (grep-probe): Use `process-file'.
5649 (grep-compute-defaults): Handle variables host specific.
5650
5651 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5652 parameter IDENTIFICATION.
5653
5654 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5655 parameter IDENTIFICATION.
5656 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
5657 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5658 Add entry for `set-file-times'.
5659 (tramp-do-copy-or-rename-file-via-buffer)
5660 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5661 (tramp-handle-unhandled-file-name-directory): Rewrite.
5662 (tramp-convert-file-attributes): Add error handling when inode is
5663 extraordinary big.
5664 (tramp-get-inode): Change parameter from FILE to VEC.
5665 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5666 is nil. This is according to the specification. Goto (point-max)
5667 when ready.
5668 (tramp-handle-shell-command): Rewrite completely, using
5669 `process-file' and `start-file-process'.
5670 (tramp-methods, tramp-find-shell)
5671 (tramp-open-connection-setup-interactive-shell)
5672 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5673 var. Reported by Steve Youngs <steve@sxemacs.org>.
5674
5675 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5676 entry for `set-file-times'. Rename `start-process' into
5677 `start-file-process'. Remove `call-process' entry.
5678 (tramp-fish-handle-set-file-times): New defun.
5679 (tramp-fish-handle-executable-find): Use `process-file'.
5680 (tramp-fish-handle-process-file): New defun. Replaces
5681 `tramp-fish-handle-call-process'.
5682 (tramp-fish-do-copy-or-rename-file-directly): Use
5683 `set-file-times'.
5684 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5685
5686 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5687 `tramp-get-inode' parameter.
5688
5689 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5692 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
5693 nowadays, and by the time Emacs-23 comes out, nobody will even remember
5694 it has ever existed.
5695
5696 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5697
5698 * vc.el: Undo previous change.
5699
5700 2007-07-16 Eli Zaretskii <eliz@gnu.org>
5701
5702 * makefile.w32-in (clean): Don't delete *~.
5703
5704 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * textmodes/tex-mode.el (tex-verbatim-environments):
5707 Add safe-local-variable property.
5708 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
5709 when starting font-lock rather than when loading tex-mode.el.
5710
5711 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
5712 whole $( rather than just the $. Rename from sh-quoted-subshell.
5713 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
5714
5715 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
5716
5717 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
5718 bookmark-alist. Instead, if not sorting, simply return it.
5719 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
5720 for its return value, not for its side effect.
5721
5722 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
5723 case of alignment under a constant symbol, find and consider
5724 the sexp actually at indentation to be the "last sexp".
5725
5726 2007-07-16 Drew Adams <drew.adams@oracle.com>
5727
5728 * mouse.el (mouse-yank-secondary): Better error message if no
5729 secondary selection.
5730
5731 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5732
5733 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
5734
5735 * term/xterm.el (xterm-turn-on-modify-other-keys)
5736 (xterm-turn-off-modify-other-keys): New functions.
5737 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
5738 terminal supports it.
5739
5740 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
5741
5742 * bookmark.el (bookmark-show-all-annotations):
5743 Make sure each inserted annotation ends with newline.
5744
5745 2007-07-15 Richard Stallman <rms@gnu.org>
5746
5747 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
5748
5749 * tutorial.el (tutorial--find-changed-keys):
5750 Handle C-x specially like ESC.
5751
5752 2007-07-15 Aaron Hawley <aaronh@garden.org>
5753
5754 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
5755
5756 2007-07-15 Juri Linkov <juri@jurta.org>
5757
5758 * delsel.el (delete-selection-pre-hook):
5759 * emulation/cua-base.el (cua-paste): Before a yank command,
5760 check also whether last-command is one of mouse-save-then-kill,
5761 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
5762
5763 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
5764
5765 * recentf.el (recentf-keep-default-predicate): New defun.
5766 (recentf-keep): Use it as initial value.
5767
5768 2007-07-15 Karl Fogel <kfogel@red-bean.com>
5769
5770 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
5771 thus restoring bookmark bindings to three slots under C-x r. See
5772 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
5773
5774 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5775
5776 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
5777
5778 2007-07-15 Jason Rumney <jasonr@gnu.org>
5779
5780 * w32-fns.el (set-default-process-coding-system): Use dos line ends
5781 for input to cmdproxy on all versions of Windows.
5782 Use dos line ends for input to plink.
5783
5784 * comint.el (comint-simple-send): Concat newline before sending.
5785 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
5786
5787 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
5790 safe-local-variable setting.
5791
5792 2007-07-14 David Kastrup <dak@gnu.org>
5793
5794 * emacs-lisp/advice.el (defadvice): Doc fix.
5795
5796 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
5797
5798 * subr.el (when, unless): Doc fix.
5799
5800 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5801
5802 * replace.el (match): Use yellow1 instead of yellow.
5803
5804 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5805 red.
5806
5807 * pcvs-info.el (cvs-unknown): Likewise.
5808
5809 2007-07-13 Eli Zaretskii <eliz@gnu.org>
5810
5811 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5812 (install): Use them to copy all *.el files before *.elc.
5813
5814 2007-07-13 Drew Adams <drew.adams@oracle.com>
5815
5816 * bookmark.el (bookmark-jump-other-window): New function.
5817 (bookmark-map): Bind it to "o".
5818
5819 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5820 and its thread contains discussion about this change.
5821 The original patch was slightly tweaked by Karl Fogel
5822 <kfogel@red-bean.com> before committing.
5823
5824 2007-07-13 Karl Fogel <kfogel@red-bean.com>
5825
5826 * bookmark.el: Shorten some comments to fit within 80 lines.
5827
5828 2007-07-13 Karl Fogel <kfogel@red-bean.com>
5829
5830 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
5831 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
5832 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
5833 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
5834
5835 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
5836
5837 * textmodes/org.el: Bug fixes.
5838 (org-end-of-line): Move to end of line if in headline without tags.
5839
5840 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
5841
5842 * vc-hooks.el: Remove spurious * in docstrings.
5843 (vc-handled-backends): Add BZR.
5844
5845 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
5846
5847 2007-07-12 Davis Herring <herring@lanl.gov>
5848
5849 * desktop.el (desktop-buffer-info, desktop-save):
5850 Use `desktop-dirname' instead of `dirname'.
5851
5852 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
5853
5854 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
5855
5856 * progmodes/python.el (python-which-func-length-limit): New var.
5857 (python-which-func): New function.
5858 (python-current-defun): Add optional `length-limit' and try to fit
5859 computed function name to that length.
5860 (python-mode): Hook `python-which-func' up.
5861
5862 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
5863
5864 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
5865
5866 * comint.el (comint-dynamic-complete-as-filename):
5867 Use read-file-name-completion-ignore-case.
5868
5869 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * comint.el (comint-dynamic-list-filename-completions):
5872 Use read-file-name-completion-ignore-case.
5873
5874 * vc-cvs.el: Require CL.
5875 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
5876 New functions to provide completion of revision names.
5877
5878 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
5879 (vc-cvs-annotate-first-line-re): New const.
5880 (vc-cvs-annotate-process-filter): New fun.
5881 (vc-cvs-annotate-command): Use them and run the command asynchronously.
5882
5883 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
5884
5885 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
5886 (eldoc-print-current-symbol-info): Adjust for changed helper
5887 function signatures.
5888 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
5889 `eldoc-highlight-function-argument'.
5890 (eldoc-highlight-function-argument): New function.
5891 (eldoc-get-var-docstring): Format documentation with
5892 `font-lock-variable-name-face'.
5893 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
5894 where suited.
5895 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
5896 (eldoc-beginning-of-sexp): Return number of skipped sexps.
5897
5898 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
5899
5900 * progmodes/compile.el (compilation-start): `start-process' must
5901 still be redefined when calling `start-process-shell-command'.
5902
5903 * progmodes/gud.el (gud-file-name): When `default-directory' is a
5904 remote file name, prepend its remote part to the filename.
5905 (gud-common-init): When `default-directory' is a remote file name,
5906 make the filename relative to it.
5907 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
5908
5909 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5910
5911 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
5912 mouse binding and a tooltip.
5913
5914 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * menu-bar.el (vc-menu-map): New defalias.
5917
5918 2007-07-10 Richard Stallman <rms@gnu.org>
5919
5920 * emacs-lisp/lisp-mode.el (eval-defun):
5921 Explain special handling of `defface'.
5922
5923 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
5924
5925 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
5926
5927 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
5928
5929 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
5932
5933 * vc-arch.el (vc-arch-complete): Remove.
5934 (vc-arch-revision-completion-table): Use complete-with-action.
5935
5936 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
5937 (complete-with-action): New function.
5938 (dynamic-completion-table): Use it.
5939
5940 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
5941
5942 * comint.el (make-comint, make-comint-in-buffer)
5943 (comint-exec-1): Replace `start-process' by `start-file-process'.
5944
5945 * progmodes/compile.el (compilation-start): Revert redefining
5946 `start-process'.
5947
5948 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
5951 with EOLs when generating MD5 checksums.
5952
5953 * follow.el: Don't change the global map from the follow-mode-map
5954 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
5955 XEmacs code.
5956 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
5957 since `follow-mode' should be used instead for that.
5958
5959 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
5960 (easy-menu-do-define): Use it.
5961 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
5962
5963 * progmodes/compile.el (compilation-auto-jump-to-first-error)
5964 (compilation-auto-jump-to-next): New vars.
5965 (compilation-auto-jump): New function.
5966 (compilation-error-properties): Use them to jump to first error.
5967 (compilation-start): Set the var if requested.
5968
5969 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
5970 duplicates without also removing entries from other directories.
5971
5972 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
5973
5974 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
5975 Remember span as default.
5976 (org-columns-edit-value): Rename from `org-column-edit'.
5977 (org-columns-display-here-title): Rename from
5978 `org-overlay-columns-title'.
5979 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
5980 (org-columns-get-autowidth-alist): Rename from
5981 `org-get-columns-autowidth-alist'.
5982 (org-columns-display-here): Rename from `org-overlay-columns'.
5983 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
5984 (org-columns-quit): Rename from `org-column-quit'.
5985 (org-columns-show-value): Rename from `org-column-show-value'.
5986 (org-columns-content, org-columns-widen)
5987 (org-columns-next-allowed-value)
5988 (org-columns-edit-allowed, org-columns-store-format)
5989 (org-columns-uncompile-format, org-columns-redo)
5990 (org-columns-edit-attributes, org-delete-property)
5991 (org-set-property, org-columns-update)
5992 (org-columns-compute, org-columns-eval)
5993 (org-columns-not-in-agenda, org-columns-compute-all)
5994 (org-property-next-allowed-value)
5995 (org-columns-compile-format)
5996 (org-fill-paragraph-experimental)
5997 (org-string-to-number, org-property-action)
5998 (org-columns-move-left, org-columns-new)
5999 (org-column-number-to-string)
6000 (org-property-previous-allowed-value)
6001 (org-at-property-p, org-columns-delete)
6002 (org-columns-previous-allowed-value)
6003 (org-columns-move-right, org-columns-narrow)
6004 (org-property-get-allowed-values)
6005 (org-verify-version, org-column-string-to-number)
6006 (org-delete-property-globally): New functions.
6007 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6008 (org-columns-overlays): Rename from `org-column-overlays'.
6009 (org-columns-map): Rename from `org-column-map'.
6010 (org-columns-current-maxwidths): Rename from
6011 `org-current-columns-maxwidths'.
6012 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6013 (org-previous-header-line-format)
6014 (org-columns-inhibit-recalculation)
6015 (org-columns-top-level-marker): New variables.
6016 (org-columns-default-format): Rename from `org-default-columns-format'.
6017 (org-property-re): New constant.
6018
6019 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6020
6021 * subr.el (looking-at-p, string-match-p): New functions.
6022
6023 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6024
6025 * textmodes/tex-mode.el (tex-fontify-script)
6026 (tex-font-script-display): New variables to make display of
6027 superscripts and subscripts customizable.
6028 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6029
6030 2007-07-09 Richard Stallman <rms@gnu.org>
6031
6032 * isearch.el (isearch-edit-string): Call to isearch-push-state
6033 after the search.
6034
6035 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6036
6037 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6038 to 1 as enlarge-window uses the value to resize/shrink windows other
6039 than WINDOW if needed.
6040
6041 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6042
6043 * cus-start.el (file-coding-system-alist): Fix custom type.
6044
6045 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6046
6047 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6048 modified.
6049 (longlines-auto-wrap, longlines-window-change-function):
6050 Remove unnecessary calls to set-buffer-modified-p.
6051
6052 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6053
6054 * cus-start.el (file-coding-system-alist): Fix custom type.
6055
6056 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6059 (vc-cvs-checkout): Remove last arg now unused; simplify.
6060
6061 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6062
6063 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6064
6065 * net/tramp.el:
6066 * net/tramp-ftp.el:
6067 * net/tramp-smb.el:
6068 * net/tramp-uu.el:
6069 * net/trampver.el: Migrate to Tramp 2.1.
6070
6071 * net/tramp-cache.el:
6072 * net/tramp-fish.el:
6073 * net/tramp-gw.el: New Tramp packages.
6074
6075 * net/tramp-util.el:
6076 * net/tramp-vc.el: Removed.
6077
6078 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6079 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6080
6081 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6082
6083 * progmodes/compile.el (compilation-start): Redefine
6084 `start-process' temporarily when `default-directory' is remote.
6085 Remove case of synchronous compilation, this won't happen ever.
6086 (compilation-setup): Make local variable `comint-file-name-prefix'
6087 for remote compilation.
6088
6089 2007-07-08 Martin Rudalics <rudalics@gmx.at>
6090
6091 * novice.el (disabled-command-function): Fit window to buffer to
6092 make last line visible.
6093 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6094
6095 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6096 when handling the terminating event.
6097
6098 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6099
6100 * calc/calc.el (math-read-number-simple): Remove leading 0s.
6101 (math-bignum-digit-length): Change to optimal value.
6102
6103 * calc/calc-bin.el (math-bignum-logb-digit-size)
6104 (math-bignum-digit-power-of-two): Evaluate when compiled.
6105
6106 * calc/calc-comb.el (math-small-factorial-table)
6107 (math-init-random-base, math-prime-test): Remove unnecessary calls
6108 to `math-read-number-simple'.
6109
6110 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6111 (math-approx-gamma-const): Add docstrings.
6112
6113 * calc/calc-forms.el (math-julian-date-beginning)
6114 (math-julian-date-beginning-int): New constants.
6115 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6116 Use the new constants.
6117
6118 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6119
6120 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6121 Add docstrings.
6122
6123 2007-07-07 Tom Tromey <tromey@redhat.com>
6124
6125 * vc.el (vc-annotate): Jump to line and output message only after the
6126 process is really all done.
6127
6128 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6129
6130 * vc.el (vc-exec-after): Don't move point from the sentinel.
6131 Forcefully read all the remaining text in the pipe upon process exit.
6132 (vc-annotate-display-autoscale, vc-annotate-lines):
6133 Don't stop at the first unrecognized line.
6134 (vc-annotate-display-select): Run autoscale after the process is done
6135 since it depends on the whole result.
6136
6137 2007-07-07 Eli Zaretskii <eliz@gnu.org>
6138
6139 * term/w32-win.el (menu-bar-open): New function.
6140 Bind <f10> to it.
6141
6142 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6143
6144 * simple.el (start-file-process): New defun.
6145
6146 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * files.el (find-file-confirm-nonexistent-file): Rename from
6149 find-file-confirm-inexistent-file. Update users.
6150
6151 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6152 format of autoload block where the file's time-stamp is replaced by its
6153 MD5 checksum.
6154 (autoload-generate-file-autoloads): Use MD5 checksum instead of
6155 time-stamp for secondary autoloads files.
6156 (update-directory-autoloads): Remove duplicate entries.
6157 Use time-less-p for time-stamps, as done in autoload-find-destination.
6158
6159 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6160
6161 * calc/calc.el (math-read-number): Replace number by variable.
6162 (math-read-number-simple): Properly parse small integers.
6163
6164 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6165
6166 * vc.el: Fix doc for the checkout function.
6167
6168 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
6169
6170 * vc-hg.el (vc-hg-root): New function.
6171 (vc-hg-registered): Use it.
6172 (vc-hg-diff-tree): New defalias.
6173 (vc-hg-responsible-p): Likewise.
6174 (vc-hg-checkout): Comment out, not needed.
6175 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6176 (vc-hg-find-version, vc-hg-next-version): New functions.
6177
6178 2007-07-06 Andreas Schwab <schwab@suse.de>
6179
6180 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6181 dynamic bindings around the evaluation of the expression.
6182 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6183
6184 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6187 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
6188 Use run-hooks rather than run-mode-hooks.
6189
6190 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
6191
6192 * calc/calc-comb.el (math-random-digit): Rename to
6193 `math-random-three-digit-number'.
6194 (math-random-digits): Don't depend on representation of integer.
6195
6196 * calc/calc-bin.el (math-bignum-logb-digit-size)
6197 (math-bignum-digit-power-of-two): New constants.
6198 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6199 (math-not-bignum, math-clip-bignum): Use the constants
6200 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6201 instead of their values.
6202 (math-clip): Use math-small-integer-size instead of its value.
6203
6204 * calc/calc.el (math-add-bignum): Replace number by constant.
6205
6206 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6207
6208 * wid-edit.el (widget-documentation-string-value-create):
6209 Insert indentation spaces.
6210
6211 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6212
6213 * emacs-lisp/byte-opt.el: Revert last change.
6214
6215 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6216
6217 * vc-hooks.el (vc-handled-backends): Add HG.
6218
6219 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6220
6221 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6222
6223 * complete.el (PC-do-complete-and-exit): Add support for the new
6224 `confirm-only' confirmation mode.
6225
6226 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * cus-edit.el (custom-commands): New variable.
6229 (custom-tool-bar-map): New variable. Initialize using
6230 `custom-commands'.
6231 (custom-mode): Use `custom-tool-bar-map'.
6232 (custom-buffer-create-internal): Insert action buttons only if
6233 tool bar is not used. Use `custom-commands'.
6234 (Custom-help, custom-command-apply): New function.
6235 (custom-command-apply, Custom-set, Custom-save)
6236 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
6237 Use `custom-command-apply' instead of duplicating code.
6238 (customize-group-other-window): Call `customize-group' instead of
6239 duplicating code.
6240 (customize-face-other-window): Call `customize-face' instead of
6241 duplicating code.
6242 (customize-group, customize-face): Add optional args for opening
6243 in another window.
6244 (custom-variable-tag): Don't inherit `variable-pitch' face.
6245 (custom-group-tag): Inherit `variable-pitch' face.
6246 (custom-variable-value-create): Set documentation indentation.
6247 (custom-group-value-create): Make group name a link, instead of
6248 using an extra "go to group" button.
6249 (custom-prompt-variable, custom-group-set, custom-group-save)
6250 (custom-group-reset-current, custom-group-reset-saved)
6251 (custom-group-reset-standard): Minor cleanup.
6252
6253 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6254
6255 * Makefile.in (bootstrap-prepare): When copying from
6256 ldefs-boot.el, make sure loaddefs.el is writeable.
6257
6258 (bootstrap-prepare): Make $(lisp)/ps-print.el
6259 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
6260
6261 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6262
6263 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
6264 only caller, and delete.
6265 (vc-hg-state): Deal with exceptions and only parse the output on
6266 successful return.
6267 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
6268 caller, and delete.
6269 (vc-hg-workfile-version): Deal with exceptions and only parse the
6270 output on successful return.
6271 (vc-hg-revert): New function.
6272
6273 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
6274
6275 * calculator.el (calculator-expt): Use more cases to determine
6276 the value.
6277
6278 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6279
6280 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
6281 file names.
6282
6283 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
6284
6285 * calculator.el (calculator-expt, calculator-integer-p):
6286 New functions.
6287 (calculator-fact): Check to see if the factorial will be too
6288 large before computing it.
6289 (calculator-initial-operators): Use `calculator-expt' to
6290 compute "^".
6291 (calculator-mode): Mention that results which are too large
6292 will return inf.
6293 * calc/calc-comb.el (math-small-factorial-table): Replace list
6294 by vector.
6295
6296 2007-07-03 David Kastrup <dak@gnu.org>
6297
6298 * shell.el: On request of the authors, remove their addresses for
6299 the sake of bug reports, and add the developer list address as
6300 maintainer information.
6301
6302 2007-07-03 Richard Stallman <rms@gnu.org>
6303
6304 * files.el (make-directory): Doc fix.
6305 (find-file-confirm-inexistent-file): Make it a defcustom.
6306 Make nil the default.
6307
6308 2007-07-02 Richard Stallman <rms@gnu.org>
6309
6310 * startup.el (command-line): Set buffer-offer-save in *scratch*
6311 and enable auto-save in it.
6312
6313 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6314
6315 * textmodes/org.el (orgstruct-mode-map): New variable.
6316 (orgstruct-mode): New minor mode.
6317 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
6318 (orgstruct-make-binding, org-context-p, org-get-local-variables)
6319 (org-run-like-in-org-mode): New functions.
6320 (org-cycle-list-bullet): New command.
6321 (org-special-properties, org-property-start-re)
6322 (org-property-end-re): New constants.
6323 (org-with-point-at): New macro.
6324 (org-get-property-block, org-entry-properties, org-entry-get)
6325 (org-entry-delete, org-entry-get-with-inheritance)
6326 (org-entry-put, org-buffer-property-keys): New functions.
6327 (org-insert-property-drawer): New command.
6328 (org-entry-property-inherited-from): New variable.
6329 (org-column): New face.
6330 (org-column-overlays, org-current-columns-fmt)
6331 (org-current-columns-maxwidths, org-column-map): New variables.
6332 (org-column-menu): New menu.
6333 (org-new-column-overlay, org-overlay-columns)
6334 (org-overlay-columns-title, org-remove-column-overlays)
6335 (org-column-show-value, org-column-quit, org-column-edit): New
6336 functions.
6337 (org-columns, org-agenda-columns): New commands.
6338 (org-get-columns-autowidth-alist): New functions.
6339 (org-properties): New customize group.
6340 (org-default-columns-format): New option.
6341 (org-priority): Realign tags after changing priority.
6342 (org-preserve-lc): New macro.
6343 (org-update-checkbox-count): Catch case when there is no headline.
6344 (org-agenda-quit): Remove any column overlays.
6345 (org-beginning-of-item-list): Fixed bug when non-item line is
6346 indented too deep.
6347 (org-cached-props): New variable.
6348 (org-cached-entry-get): New function.
6349 (org-make-tags-matcher): Handle property matches.
6350 (org-table-recalculate): Swap evaluation order: Field formula
6351 first, then column formulas, but don't allow them to overwrite the
6352 field formulas.
6353 (org-table-eval-formula): New argument untouchable.
6354 (org-table-put-field-property): New function.
6355
6356 2007-07-02 Martin Rudalics <rudalics@gmx.at>
6357
6358 * help-mode.el (help-make-xrefs): Skip spaces too when
6359 skipping tabs.
6360
6361 * ffap.el (dired-at-point-prompter): Improve prompt in
6362 list-directory case.
6363
6364 2007-07-01 Richard Stallman <rms@gnu.org>
6365
6366 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6367
6368 2007-07-01 Richard Stallman <rms@gnu.org>
6369
6370 * cus-start.el (max-mini-window-height): Added.
6371
6372 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6373
6374 * complete.el (partial-completion-mode): Remove advice of
6375 read-file-name-internal.
6376 (PC-do-completion): Rebind minibuffer-completion-table.
6377 (PC-read-file-name-internal): New function doing what
6378 read-file-name-internal advice did.
6379
6380 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
6381
6382 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
6383 property on a few symbols.
6384 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
6385 (byte-optimize-lapcode): Remove bindings that are not referenced
6386 and certainly will not effect through dynamic scoping.
6387
6388 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * files.el (find-file-confirm-inexistent-file): New var.
6391 (find-file, find-file-other-window, find-file-other-frame)
6392 (find-file-read-only, find-file-read-only-other-window)
6393 (find-file-read-only-other-frame): Use it.
6394
6395 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
6398
6399 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
6400
6401 * generic-x.el (generic-define-mswindows-modes)
6402 (generic-define-unix-modes, apache-log-generic-mode)
6403 (bat-generic-mode-keymap, java-manifest-generic-mode)
6404 (show-tabs-generic-mode): Fix typos in docstrings.
6405
6406 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
6407
6408 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
6409 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
6410 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
6411 (rcirc-print): Never ignore messages from ourself.
6412
6413 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
6416 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
6417
6418 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6419
6420 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
6421 replace-regexp-in-string.
6422
6423 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * emacs-lisp/cl.el: Set edebug and indentation before loading
6426 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
6427
6428 2007-06-28 Andreas Schwab <schwab@suse.de>
6429
6430 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
6431 $(lisp)/subdirs.el.
6432
6433 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
6434
6435 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
6436 the speedbar frame if nil; that deletes the current frame or
6437 causes an error if it is the only frame.
6438 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
6439
6440 2007-06-28 Kevin Ryde <user42@zip.com.au>
6441
6442 * textmodes/nroff-mode.el: Groff \# comments.
6443 (nroff-mode-syntax-table): \# comment intro,
6444 plain # as punct per global table.
6445 (nroff-font-lock-keywords): Add # as a single char escape.
6446 (nroff-mode): In comment-start-skip, match \#.
6447
6448 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
6451 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
6452 point-min == 1.
6453
6454 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
6455
6456 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
6457 Rename and move to...
6458
6459 * subr.el (strings->string, string->strings): ...here.
6460
6461 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
6462 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
6463
6464 * progmodes/gud.el (gud-common-init): Call string->strings instead
6465 of split-string.
6466
6467 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6468
6469 * dired-aux.el: Remove `dired-call-process'.
6470 (dired-check-process): Call `process-file'.
6471
6472 * wdired.el (wdired-do-perm-changes): Call `process-file'.
6473
6474 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
6475 `ange-ftp-process-file'.
6476
6477 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
6480
6481 * emacs-lisp/cl-extra.el:
6482 * emacs-lisp/cl-seq.el:
6483 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
6484 Add autoload cookies on all defs autoloaded manually in cl.el.
6485
6486 * emacs-lisp/cl-loaddefs.el: New file.
6487
6488 * textmodes/texinfmt.el (texinfo-raisesections-alist)
6489 (texinfo-lowersections-alist): Merge definition and declaration.
6490 (texinfo-start-of-header, texinfo-end-of-header): Remove.
6491 (texinfo-format-syntax-table): Merge init into declaration.
6492 (texinfo-format-parse-line-args, texinfo-format-parse-args)
6493 (texinfo-format-parse-defun-args, texinfo-format-node)
6494 (texinfo-push-stack, texinfo-multitable-widths)
6495 (texinfo-define-info-enclosure, texinfo-alias)
6496 (texinfo-format-defindex, batch-texinfo-format): Use push.
6497 (texinfo-footnote-number): Remove duplicate declaration.
6498
6499 * ps-print.el: Update with auto-generated autoloads.
6500
6501 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
6502
6503 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
6506 relative to current dir for file-local settings.
6507 (autoload-generate-file-autoloads): Add `outfile' arg.
6508 (update-directory-autoloads): Use it to directly call
6509 autoload-generate-file-autoloads instead of going through
6510 update-file-autoloads so we avoid redundant searches and so we can know
6511 the set of buffers changed so we can save them all.
6512
6513 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
6514 rather than throwing `up-to-date'.
6515 (autoload-generate-file-autoloads): Adjust correspondingly.
6516 (update-file-autoloads): Be careful to let-bind
6517 autoload-modified-buffers and adjust to new calling conventions.
6518 (autoload-modified-buffers): Make it a dynamically scoped var.
6519 (update-directory-autoloads): Use file-relative-name instead of
6520 autoload-trim-file-name.
6521 (autoload-insert-section-header): Don't use autoload-trim-file-name
6522 since the file is already relative now.
6523 (autoload-trim-file-name): Remove.
6524
6525 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6526 (vc-arch-complete, vc-arch--version-completion-table)
6527 (vc-arch-revision-completion-table): New functions to provide
6528 completion of revision names.
6529 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6530 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6531 to let the user trim the revlib.
6532
6533 * vc.el: Add new VC operation `revision-completion-table'.
6534 (vc-default-revision-completion-table): New function.
6535 (vc-version-diff, vc-version-other-window): Use it to provide
6536 completion of revision names if the backend provides it.
6537
6538 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6539
6540 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6541 of newer .svn/entries.
6542
6543 2007-06-25 David Kastrup <dak@gnu.org>
6544
6545 * calc/calc-poly.el (math-padded-polynomial)
6546 (math-partial-fractions): Add some function comments.
6547
6548 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6551 Make `outbuf' optional.
6552 (update-file-autoloads): Use it.
6553
6554 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6557 (autoload-find-destination): Keep it uptodate.
6558 (autoload-save-buffers): New fun.
6559 (update-file-autoloads): Use it. Re-add the "up to date" message.
6560
6561 * emacs-lisp/autoload.el: Refactor for upcoming changes.
6562 (autoload-find-destination): New function extracted from
6563 update-file-autoloads.
6564 (update-file-autoloads): Use it.
6565 (autoload-generate-file-autoloads): New function extracted from
6566 generate-file-autoloads. Use file-relative-name. Delay computation of
6567 output-start to the first cookie. Remove done-any, replaced by
6568 output-start.
6569 (generate-file-autoloads): Use it.
6570
6571 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6572
6573 * calc/calc-comb.el (math-init-random-base, math-prime-test):
6574 Use math-read-number-simple to insert constants.
6575 (math-prime-test): Redo calculation of sum.
6576
6577 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6578
6579 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6580 math-scale-bignum-3.
6581 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6582 math-bignum-digit-size.
6583 (math-isqrt-small): Add another possible initial guess.
6584
6585 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6586
6587 * textmodes/bibtex.el (bibtex-entry-format): New options
6588 `whitespace', `braces', and `string'.
6589 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6590 (bibtex-field-braces-opt, bibtex-field-strings-opt)
6591 (bibtex-cite-matcher-alist): New variables.
6592 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6593 (bibtex-flash-head): Use blink-matching-delay.
6594 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6595 (bibtex-format-entry, bibtex-reformat): Handle new options of
6596 bibtex-entry-format.
6597 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6598 New functions.
6599 (bibtex-complete-internal): Do not display messages while
6600 minibuffer is used. Do not leave around a completions buffer
6601 that is out of date.
6602 (bibtex-copy-summary-as-kill): New optional arg.
6603 (bibtex-font-lock-url): New optional arg no-button.
6604 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6605 (bibtex-url): Allow multiple URLs per entry.
6606
6607 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * emacs-lisp/autoload.el (autoload-generated-file): New function.
6610 (update-file-autoloads, update-directory-autoloads): Use it.
6611 (autoload-file-load-name): New function.
6612 (generate-file-autoloads, update-file-autoloads): Use it.
6613 (autoload-find-file): Accept non-absolute argument. Set default-dir.
6614 (generate-file-autoloads): If the autoloaded form is malformed,
6615 indicate the problem with a warning instead of aborting.
6616
6617 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6618
6619 * simple.el (next-error-recenter): Accept `(4)' as well;
6620 also, specify `integer' instead of `number'.
6621
6622 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6623
6624 * ls-lisp.el (insert-directory): If an invalid regexp error is
6625 thrown, try using FILE as a literal file name, not a wildcard.
6626
6627 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * ruler-mode.el (ruler-mode): Prevent clobbering the original
6630 `header-line-format' when reentering ruler mode.
6631
6632 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6633
6634 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6635 FILE exists as a file.
6636
6637 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6638
6639 * calc/calc.el (math-bignum-digit-length)
6640 (math-bignum-digit-size, math-small-integer-size):
6641 New constants.
6642 (math-normalize, math-bignum-big, math-make-float)
6643 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6644 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6645 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6646 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6647 (math-quotient, math-div-bignum, math-div-bignum-digit)
6648 (math-div-bignum-part, math-format-bignum-decimal)
6649 (math-read-bignum): Use math-bignum-digit-length,
6650 math-bignum-digit-size and math-small-integer-size.
6651
6652 * calc/calc-ext.el (math-fixnum-big): Use the variable
6653 math-bignum-digit-size.
6654
6655 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6656
6657 * log-view.el (log-view-mode-menu): New menu.
6658
6659 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6662 differently.
6663
6664 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6665 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6666
6667 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6668
6669 * vc-hg.el (vc-hg-print-log): Insert the file name.
6670 (vc-hg-log-view-mode): Fontify the file name.
6671
6672 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6673
6674 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6675 (calcFunc-julian): Fix incorrect number used in calculations.
6676
6677 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
6678
6679 * simple.el (next-error-recenter): New defcustom.
6680 (next-error, next-error-internal): Recenter if specified,
6681 immediately prior to running `next-error-hook'.
6682
6683 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6684 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6685
6686 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6687
6688 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6689
6690 * calc/calc-comb.el (math-small-factorial-table): New variable.
6691 (calcFunc-fact): Use `math-small-factorial-table'.
6692
6693 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6694 initial values.
6695 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6696 New variables to use in caches.
6697
6698 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6699 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6700
6701 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6702 (math-bernoulli-b-cache): Use math-read-number-simple to insert
6703 bignums.
6704
6705 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6706 New variables to use in caches.
6707
6708 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6709
6710 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
6711
6712 * vc-hg.el (vc-hg-log-view-mode): New mode.
6713
6714 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
6715
6716 * calc/calc.el (math-read-number-simple): New function.
6717
6718 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
6721 (vera-font-lock-match-item): Fix doc string.
6722 (vera-in-comment-p): Remove unused function.
6723 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
6724 use `syntax-ppss'.
6725 (vera-forward-syntactic-ws): Fix argument order.
6726 (vera-prepare-search): Use `with-syntax-table'.
6727 (vera-indent-line): Fix doc string.
6728 (vera-electric-tab): Fix doc string.
6729 (vera-expand-abbrev): Define alias instead of using `fset'.
6730 (vera-comment-uncomment-region): Use `comment-start-skip'.
6731
6732 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
6733
6734 * textmodes/org.el (org-export-with-footnotes): New option.
6735 (org-export-as-html): Fix replacement bug for XEmacs.
6736 (org-agenda-default-appointment-duration): New option.
6737
6738 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6739
6740 * vc-hg.el: Add to do items.
6741 (vc-hg-diff): Add support for comparing different revisions.
6742 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
6743 (vc-hg-annotate-extract-revision-at-line)
6744 (vc-hg-previous-version, vc-hg-checkin): New functions.
6745 (vc-hg-annotate-re): New constant.
6746
6747 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6748
6749 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
6750
6751 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
6754 buffer-local value of log-view-*-re if applicable.
6755
6756 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
6757 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
6758 (vc-bzr-command*): Remove both (incompatible) versions.
6759 (vc-bzr-do-command*): Remove.
6760 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
6761 Remove by folding into its only caller vc-bzr-command.
6762 (vc-bzr-command): Always set the environment, even when ineffective.
6763 (vc-bzr-version): Minor fix up.
6764 (vc-bzr-admin-dirname): New var.
6765 (vc-bzr-bzr-dir): Remove.
6766 (vc-bzr-root-dir): New fun.
6767 (vc-bzr-registered): Use it. Add an autoloaded version.
6768 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
6769 (vc-bzr-view-log-function): Remove.
6770 (vc-bzr-log-view-mode): New major mode to replace it.
6771 (vc-bzr-print-log): Only activate the old hack if needed.
6772
6773 * vc.el (vc-default-log-view-mode): New function.
6774 (vc-print-log): Add new `log-view-mode' VC operation.
6775
6776 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
6777
6778 * ido.el (ido-find-file-in-dir): Don't signal an error for
6779 empty directories.
6780
6781 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
6782
6783 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
6784 directory where the desktop file was found, as the docstring says.
6785 (desktop-kill): Use `read-directory-name'.
6786
6787 2007-06-20 Alan Mackenzie <acm@muc.de>
6788
6789 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
6790 When removing lines, also remove the \n. Correction of patch of
6791 2007-04-21.
6792
6793 2007-06-20 Martin Rudalics <rudalics@gmx.at>
6794
6795 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6796 event is not a cons cell. Do not unread drag-mouse-1 events.
6797 Select right window in check whether space was stolen from
6798 window above.
6799
6800 * help-mode.el (help-make-xrefs): Adjust position of new forward
6801 button.
6802
6803 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
6804
6805 * vc-bzr.el (vc-bzr-with-process-environment)
6806 (vc-bzr-std-process-invocation): New macros.
6807 (vc-bzr-command, vc-bzr-command*): Use them.
6808 (vc-bzr-with-c-locale): Remove.
6809 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6810 (vc-bzr-buffer-nonblank-p): New function.
6811 (vc-bzr-state-words): New const.
6812 (vc-bzr-state): Look for `bzr status' keywords in output.
6813 Display everything else as a warning message to the user.
6814 Fix status report with bzr >= 0.15.
6815
6816 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6817
6818 * vc-hg.el (vc-hg-global-switches): Simplify.
6819 (vc-hg-state): Handle more states.
6820 (vc-hg-diff): Fix doc-string.
6821 (vc-hg-register): New function.
6822 (vc-hg-checkout): Likewise.
6823
6824 2007-06-20 Reto Zimmermann <reto@gnu.org>
6825
6826 * progmodes/vera-mode.el: New file.
6827
6828 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6829
6830 * calc/calc.el (calc-multiplication-has-precendence):
6831 New variable.
6832 (math-standard-ops, math-standard-ops-p, math-expr-ops):
6833 New functions.
6834 (math-expr-opers): Define using math-standard-ops rather than
6835 math-standard-opers.
6836 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
6837 equal the function math-standard-ops rather than the variable
6838 math-standard-opers.
6839 (calc-algebraic-entry): Let math-expr-opers equal
6840 math-standard-ops or math-expr-ops, as appropriate.
6841 (math-expr-read-level, math-read-factor): Let math-expr-opers
6842 equal math-expr-ops.
6843 * calc/calc-embed.el (calc-embedded-finish-edit):
6844 Let math-expr-opers equal the function math-standard-ops
6845 rather than the variable math-standard-opers.
6846 * calc/calc-ext.el (math-read-plain-expr)
6847 (math-format-flat-expr-fancy): Let math-expr-opers equal the
6848 function math-standard-ops rather than the variable
6849 math-standard-opers.
6850 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
6851 Let math-expr-opers equal the function math-standard-ops rather
6852 than the variable math-standard-opers.
6853 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
6854 equal the function math-standard-ops rather than the variable
6855 math-standard-opers.
6856 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
6857 equal the function math-standard-ops rather than the variable
6858 math-standard-opers.
6859 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
6860 math-expr-ops.
6861
6862 2007-06-19 Ivan Kanis <apple@kanis.eu>
6863
6864 * vc-hg.el: New file.
6865
6866 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
6869 with font-lock-multiline.
6870
6871 2007-06-17 Glenn Morris <rgm@gnu.org>
6872
6873 * lpr.el (lpr-page-header-switches): Move %s to separate element
6874 for correct quoting. Doc fix.
6875
6876 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
6879 than setting sgml-xml-mode.
6880 (sgml-mode, html-mode): Set sgml-xml-mode.
6881 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
6882 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
6883 (sgml-electric-tag-pair-before-change-function)
6884 (sgml-electric-tag-pair-flush-overlays): New functions.
6885 (sgml-electric-tag-pair-mode): New minor mode.
6886 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
6887 (sgml-calculate-indent): Use assoc-string.
6888
6889 2007-06-16 Karl Fogel <kfogel@red-bean.com>
6890
6891 * thingatpt.el (thing-at-point-email-regexp): Don't require two
6892 chars before the "@" in an email address. Andreas Roehler noticed
6893 this problem.
6894
6895 2007-06-15 Karl Fogel <kfogel@red-bean.com>
6896
6897 * thingatpt.el: Add support for email addresses (`email').
6898 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
6899 (thing-at-point-email-regexp): New variable.
6900 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
6901 properties on this symbol, with lambda forms for values.
6902
6903 2007-06-15 Masatake YAMATO <jet@gyve.org>
6904
6905 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
6906
6907 * vc.el (vc-dired-hook): Check the backend returned from
6908 `vc-responsible-backend' can really handle `subdir'.
6909
6910 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * wid-edit.el (widget-add-documentation-string-button):
6913 Fix handling of documentation indent.
6914
6915 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
6916
6917 * mb-depth.el: New file.
6918
6919 2007-06-15 Masatake YAMATO <jet@gyve.org>
6920
6921 * vc.el (vc-dired-mode): Show backend name as part of mode name.
6922
6923 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
6924
6925 * wid-edit.el (widget-default-create): Move ?h handling here...
6926 (widget-default-format-handler): ...from here.
6927 (widget-docstring, widget-add-documentation-string-button): New funs.
6928 (documentation-string): Add :visibility-widget property.
6929 (widget-documentation-string-value-create): Use it.
6930
6931 * cus-edit.el (custom-split-regexp-maybe): Simplify.
6932 (custom-buffer-create-internal): Simplify message.
6933 (custom-variable-tag): Reduce height to normal.
6934 (custom-variable-value-create, custom-face-value-create)
6935 (custom-visibility): New widget.
6936 (custom-visibility): New face.
6937 (custom-group-value-create):
6938 Call widget-add-documentation-string-button, using `custom-visibility'.
6939
6940 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * emacs-lisp/bytecomp.el (byte-compile-current-group)
6943 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
6944 change. Apparently the "warning even if the group is implicit" is
6945 a feature rather than a bug.
6946
6947 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
6948
6949 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
6950 Different advices for Emacs and XEmacs. Compile them conditionally.
6951 (viper-version): Belated version change.
6952
6953 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
6954
6955 * follow.el (follow-all-followers, follow-generic-filter):
6956 * pcomplete.el (pcomplete-restore-windows):
6957 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
6958 (x-dnd-drop-data):
6959 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
6960 * progmodes/python.el (python-complete-symbol):
6961 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
6962
6963 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
6964
6965 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
6966 around bright and dim regexps. Make sure bright and dim matches
6967 use word anchors. Send text through rcirc-markup functions.
6968 (rcirc-url-regexp): Add single quote character.
6969 (rcirc-connect): Write logs to disk on auto-save-hook.
6970 Make server a non-optional argument.
6971 (rcirc-log-alist): New variable.
6972 (rcirc-log-directory): Make customizable.
6973 (rcirc-log-flag): New customizable variable.
6974 (rcirc-log): New function.
6975 (rcirc-print): Use above function.
6976 (rcirc-log-write): New function.
6977 (rcirc-generate-new-buffer-name): Strip text properties.
6978 (rcirc-switch-to-buffer-function): Remove variable.
6979 (rcirc-last-non-irc-buffer): Remove variable.
6980 (rcirc-non-irc-buffer): Add function.
6981 (rcirc-next-active-buffer): Use above function.
6982 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
6983 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
6984 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
6985 (rcirc-omit-mode): Add minor-mode.
6986 (rcirc-mode-map): Change C-c C-o binding.
6987 (rcirc-mode): Clear mode-line-process. Use a custom
6988 fill-paragraph-function. Set up buffer-invisibility-spec.
6989 (rcirc-response-formats): Remove timestamp code.
6990 (rcirc-omit-responses): Add variable.
6991 (rcirc-print): Don't put the overlay arrow on potentially omitted
6992 lines. Log line to disk. Record activity for private messages
6993 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
6994 (rcirc-jump-to-first-unread-line): Print message if there is no
6995 unread text.
6996 (rcirc-clear-unread): New function.
6997 (rcirc-markup-text-functions): Add variable.
6998 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
6999 (rcirc-debug): Don't mess with window configuration.
7000 (rcirc-send-message): Send message before printing locally.
7001 Add SILENT argument, do not print message if non-nil.
7002 (rcirc-visible-buffers): New function and variable.
7003 (rcirc-window-configuration-change-1): Add function.
7004 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7005 server buffer.
7006 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7007 (rcirc-fill-paragraph): Add function.
7008 (rcirc-record-activity, rcirc-window-configuration-change-1):
7009 Only update the activity string if it has actually changed.
7010 (rcirc-update-activity-string): Remove padding characters from the
7011 mode-line string.
7012 (rcirc-disconnect-buffer): New function to be called when a
7013 channel is parted or the user quits.
7014 (rcirc-server-name): Warn when the server-name hasn't been set.
7015 (rcirc-window-configuration-change): Postpone work until
7016 post-command-hook.
7017 (rcirc-window-configuration-change-1): Update mode-line and
7018 overlay arrows here.
7019 (rcirc-authenticate): Fixc hanserv identification.
7020 (rcirc-default-server): Remove variable.
7021 (rcirc): Connect according to rcirc-connections.
7022 (rcirc-connections): Add variable.
7023 (rcirc-startup-channels-alist): Remove variable.
7024 (rcirc-startup-channels): Remove function.
7025
7026 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7029
7030 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7031
7032 * term/xterm.el (terminal-init-xterm): Escape parens in character
7033 constants.
7034
7035 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7038 Use [:alpha:] and [:alnum:] where applicable.
7039 (sh-quoted-subshell): Rewrite to correctly
7040 handle nested mixes of `...' and $(...).
7041 (sh-apply-quoted-subshell): Remove.
7042 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7043
7044 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7045
7046 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7047
7048 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7049 previous change.
7050
7051 2007-06-12 Tom Tromey <tromey@redhat.com>
7052
7053 * subr.el (user-emacs-directory): New defconst.
7054 * cmuscheme.el (scheme-start-file):
7055 * shell.el (shell):
7056 * completion.el (save-completions-file-name):
7057 * custom.el (custom-theme-directory):
7058 * term/x-win.el (emacs-session-filename):
7059 * filesets.el (filesets-menu-cache-file):
7060 * thumbs.el (thumbs-thumbsdir):
7061 * server.el (server-auth-dir):
7062 * image-dired.el (image-dired-dir):
7063 (image-dired-db-file):
7064 (image-dired-temp-image-file):
7065 (image-dired-gallery-dir):
7066 (image-dired-temp-rotate-image-file):
7067 * play/gamegrid.el (gamegrid-user-score-file-directory):
7068 * savehist.el (savehist-file):
7069 * tutorial.el (tutorial--saved-dir):
7070 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7071
7072 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
7073
7074 * scroll-lock.el (scroll-lock-mode): Doc fix.
7075
7076 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7077
7078 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7079
7080 * ediff-init.el: Doc strings.
7081
7082 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7085 (byte-compile-file): Bind it.
7086 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7087 group argument is provided implicitly.
7088 (byte-compile-format-warn, byte-compile-from-buffer)
7089 (byte-compile-insert-header): Don't hardcode point-min==1.
7090 (byte-compile-file-form-require): Remove unused var old-load-list.
7091 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7092
7093 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7094
7095 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7096 Display error messages.
7097 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7098 Get rid of cl.el dependencies.
7099
7100 * emulation/viper-init.el (viper-suppress-input-method-change-message):
7101 New variable.
7102 (viper-activate-input-method-action)
7103 (viper-inactivate-input-method-action):
7104 Use viper-suppress-input-method-change-message.
7105
7106 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7107 for C-s, C-r.
7108
7109 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7110 Use viper-replace-overlay-cursor-color instead of
7111 viper-replace-overlay-cursor-color.
7112 (viper-sit-for-short): Use sit-for with 3 arguments.
7113
7114 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7115 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7116 to gud-mode.
7117
7118 * ediff-mult.el (ediff-meta-buffer-brief-message)
7119 (ediff-meta-buffer-verbose-message): New variables.
7120 (ediff-meta-buffer-message): Variable deleted.
7121 (ediff-verbose-help-enabled): New variable.
7122 (ediff-toggle-verbose-help-meta-buffer): New function.
7123 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7124 message options.
7125
7126 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7127 (ediff-fixup-patch-map): Improve heuristic.
7128
7129 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7132 (log-view-font-lock-keywords): Simplify.
7133 (log-view-current-file, log-view-current-tag): Simplify.
7134
7135 2007-06-12 Sam Steingold <sds@gnu.org>
7136
7137 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7138
7139 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * desktop.el (desktop-load-locked-desktop): New option.
7142 (desktop-read): Use it.
7143 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7144 Use `when'.
7145
7146 2007-06-12 Davis Herring <herring@lanl.gov>
7147
7148 * desktop.el (desktop-save-mode-off): New function.
7149 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7150 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7151 (desktop-claim-lock, desktop-release-lock): New functions.
7152 (desktop-kill): Tell `desktop-save' that this is the last save.
7153 Release the lock afterwards.
7154 (desktop-buffer-info): New function.
7155 (desktop-save): Use it. Run `desktop-save-hook' where the doc
7156 says to. Detect conflicts, and manage the lock.
7157 (desktop-read): Detect conflicts. Manage the lock.
7158
7159 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7162
7163 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7164 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
7165 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7166 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7167 keysyms rather than byte sequences.
7168 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7169
7170 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * font-lock.el (font-lock-add-keywords): In case font-lock was only
7173 half-activated, forcefully activate it completely.
7174
7175 2007-06-11 Richard Stallman <rms@gnu.org>
7176
7177 * cus-edit.el (custom-variable-type): Doc fix.
7178
7179 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7182 (sh-font-lock-flush-syntax-ppss-cache): New functions.
7183 (sh-font-lock-syntactic-keywords): Use them to distinguish the
7184 different possible cases for \'.
7185
7186 * complete.el (PC-bindings): Don't bind things already bound in the
7187 parent keymap.
7188
7189 * textmodes/bibtex-style.el: New file.
7190
7191 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
7192
7193 * vc-bzr.el: New file.
7194
7195 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * vc-svn.el (vc-svn-program): New var.
7198 (vc-svn-command): Use it.
7199
7200 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * server.el (server-switch-buffer): Remove redundant check.
7203
7204 2007-06-10 Martin Rudalics <rudalics@gmx.at>
7205
7206 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7207 Match against file-name-nondirectory.
7208 Fix text on user customization variables.
7209 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
7210
7211 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7212
7213 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7214
7215 2007-06-09 Davis Herring <herring@lanl.gov>
7216
7217 * desktop.el (desktop-minor-mode-table): Doc fix.
7218
7219 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * textmodes/css-mode.el (css-navigation-syntax-table):
7222 Use set-char-table-range so it also works in the unicode branch.
7223
7224 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
7225
7226 * help-mode.el (help-xref-forward-stack)
7227 (help-xref-stack-forward-item, help-forward-label): New variables.
7228 (help-forward): New button type.
7229 (help-setup-xref): Initialise help-xref-forward-stack.
7230 (help-make-xrefs): Add forward button, if appropriate.
7231 (help-xref-go-back): Push item on forward stack.
7232 (help-xref-go-forward, help-go-forward): New functions.
7233
7234 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * dired.el (dired-mode-map): Remove spurious separator.
7237
7238 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7239
7240 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
7241
7242 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7243 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
7244
7245 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
7246
7247 * textmodes/org.el: Version number fixed.
7248
7249 2007-06-07 Glenn Morris <rgm@gnu.org>
7250
7251 * version.el (emacs-copyright): New constant.
7252 * startup.el (fancy-splash-tail): Use emacs-copyright.
7253 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
7254
7255 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
7256 `make-local'.
7257 (byte-compile-warnings-safe-p): Add `make-local'.
7258 (byte-compile-make-variable-buffer-local):
7259 Allow byte-compile-warnings to suppress this warning.
7260
7261 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
7262 format of "menu" description.
7263 (tutorial--find-changed-keys): Describe the specific menu a
7264 command is in.
7265
7266 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
7267 Rewrite compatibility functions to silence byte-compiler.
7268
7269 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7270
7271 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
7272 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
7273
7274 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
7275
7276 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
7277
7278 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7279
7280 * progmodes/ebrowse.el (ebrowse-member-table):
7281 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
7282 (org-batch-agenda-csv): Fix typos in docstrings.
7283
7284 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7285
7286 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7287 (sort-coding-systems, search-unencodable-char): Doc fixes.
7288 (coding-system-change-eol-conversion, set-default-coding-systems)
7289 (prefer-coding-system, find-multibyte-characters, princ-list)
7290 (leim-list-entry-regexp, set-input-method, locale-language-names)
7291 (input-method-exit-on-first-char, exit-language-environment-hook)
7292 (locale-charset-language-names): Fix typos in docstrings.
7293
7294 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7295
7296 * pgg.el (pgg-sign-region, pgg-sign):
7297 * ses.el (ses-call-printer):
7298 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
7299 * textmodes/org.el (org-cycle): Fix typos in docstrings.
7300
7301 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
7302
7303 * textmodes/org.el
7304 (org-export-region-as-html, org-replace-region-by-html)
7305 (org-number-to-letters, org-table-fedit-finish)
7306 (org-normalize-color, org-table-fedit-ref-right)
7307 (org-date-to-gregorian, org-table-fedit-move)
7308 (org-table-convert-refs-to-rc, org-calendar-holiday)
7309 (org-table-fedit-toggle-ref-type, org-write-agenda)
7310 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
7311 (org-defkey, org-encode-for-stdout)
7312 (org-indent-line-function, org-export-as-html-to-buffer)
7313 (org-store-agenda-views, org-update-mode-line)
7314 (org-find-if, org-delete-all)
7315 (org-table-fedit-convert-buffer, org-emphasize)
7316 (org-uniquify, org-table-fedit-lisp-indent)
7317 (org-table-fedit-scroll, org-get-todo-sequence-head)
7318 (org-table-fedit-scroll-down, org-table-fedit-line-down)
7319 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
7320 (org-table-fedit-toggle-coordinates, org-dvipng-color)
7321 (org-table-fedit-line-up, org-table-fedit-ref-down)
7322 (org-table-formula-from-user, org-mode-flyspell-verify)
7323 (org-cycle-show-empty-lines, org-ctrl-c-ret)
7324 (org-table-formula-to-user, org-diary-to-ical-string)
7325 (orgtbl-export, org-table-fedit-post-command)
7326 (org-closed-in-range, org-shiftcontrolright)
7327 (org-table-convert-refs-to-an, org-table-hline-and-move)
7328 (org-table-formula-less-p, org-format-table-ascii)
7329 (org-agenda-get-sexps, org-shift-refpart)
7330 (org-diary-sexp-entry, org-time-string-to-absolute)
7331 (org-table-show-reference, org-letters-to-number)
7332 (org-fix-agenda-info, org-table-fedit-ref-up)
7333 (org-table-fedit-shift-reference, org-table-fedit-abort)
7334 (org-closest-date, org-shiftcontrolleft)
7335 (org-at-heading-or-item-p, org-rematch-and-replace)
7336 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
7337 New functions.
7338 (org-table-edit-scroll-down, org-finish-edit-formulas)
7339 (org-table-edit-next-field, org-abort-edit-formulas)
7340 (org-font-lock-level, org-export-find-first-heading-line)
7341 (org-table-edit-line-down, org-table-edit-backward-field)
7342 (org-edit-formula-lisp-indent, org-table-edit-move)
7343 (org-check-log-option, org-this-word)
7344 (org-table-edit-line-up, org-table-edit-formulas-post-command)
7345 (org-agenda-file-to-end, org-expand-file-name)
7346 (org-fake-empty-table-line, org-table-edit-scroll)
7347 (org-toggle-log-option, org-show-reference): Function removed.
7348 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
7349 New defsubsts.
7350 (org-unmodified, org-batch-store-agenda-views)
7351 (org-batch-agenda-csv): New macro.
7352 (org-agenda-export): New customization group.
7353 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
7354 (org-highest-priority, org-agenda-exporter-settings)
7355 (org-log-done-with-time, org-replace-disputed-keys)
7356 (org-format-latex-header, org-export-table-header-tags)
7357 (org-cycle-separator-lines, org-export-table-data-tags)
7358 (org-icalendar-include-sexps)
7359 (org-empty-line-terminates-plain-lists)
7360 (org-log-repeat, org-special-ctrl-a)
7361 (org-table-use-standard-references, org-disputed-keys)
7362 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
7363 (org-agenda-export-html-style): New option.
7364 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
7365 (org-CUA-compatible): Option removed.
7366 (org-agenda-structure, org-sexp-date): New face.
7367 (org-todo-keywords-for-agenda, org-not-done-keywords)
7368 (org-planning-or-clock-line-re, org-agenda-name)
7369 (org-table-colgroup-info, org-todo-sets)
7370 (constants-unit-system, org-clock-mode-line-entry)
7371 (org-mode-line-timer, org-table-current-begin-pos)
7372 (org-todo-keywords-1, org-mode-line-string)
7373 (org-table-clean-did-remove-column, org-table-fedit-map)
7374 (org-clock-heading, org-table-buffer-is-an)
7375 (org-agenda-info, org-done-keywords)
7376 (org-done-keywords-for-agenda, org-todo-heads)
7377 (org-todo-kwd-alist, org-clock-start-time): New variable.
7378 (org-todo-kwd-priority-p, org-edit-formulas-map)
7379 (org-repeat-re, org-todo-kwd-max-priority)
7380 (org-version, org-done-string)
7381 (org-table-clean-did-remove-column-1, org-disputed-keys):
7382 Remove variables.
7383 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
7384 (org-ts-lengths): Constant removed.
7385 (org-follow-gnus-link): Don't ask how many articles to read.
7386 (org-export-find-first-export-line): Rename from
7387 `org-export-find-first-heading'.
7388 Use `org-export-skip-text-before-1st-heading'.
7389 (org-table-fedit-post-command): Rename from
7390 `org-table-edit-formulas-post-command'.
7391 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
7392 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
7393 (org-table-fedit-lisp-indent): Rename from
7394 `org-edit-formula-lisp-indent'.
7395 (org-table-show-reference): Rename from `org-show-reference'.
7396 (org-table-store-formulas): Use `org-table-formula-less-p'.
7397 (org-table-edit-formulas): Position cursor to current field equation.
7398 (org-update-checkbox-count, org-hide-archived-subtrees)
7399 (org-timestamp-up-day, org-timestamp-down-day)
7400 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
7401 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
7402 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
7403 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
7404 Let `org-on-heading-p' also check for invisible heading.
7405 (org-read-date): Match am/pm times.
7406 (org-eval-in-calendar): Fix default date in prompt.
7407
7408 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
7409
7410 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
7411 "ChangeLog.a" entries, giving the latter lower priority.
7412
7413 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
7414
7415 * faces.el (face-id): If the argument is a face alias,
7416 return the ID of the target face.
7417
7418 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
7419
7420 * net/socks.el (top): Remove unnecessary copyright line.
7421
7422 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
7423
7424 * longlines.el (longlines-auto-wrap): Handle argument correctly.
7425
7426 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
7427
7428 * net/socks.el: New file, taken from w3 repository.
7429 (top): Update Copyright. Don't load cl.el.
7430 (all): Replace `case' by `cond', `string-to-int' by
7431 `string-to-number', and `process-kill-without-query' by
7432 `set-process-query-on-exit-flag'.
7433 (socks-char-int): Remove defalias and all occurrences.
7434
7435 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
7436
7437 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
7438 Fix typos in docstrings.
7439 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
7440 (compilation-finish-function): Fix typo in obsolescence declaration.
7441
7442 2007-06-03 Sam Steingold <sds@gnu.org>
7443
7444 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
7445 handle unending automatic recompilation of changed files (`omake -P').
7446 (compilation-loop): VISITED is now 5th CDR.
7447 (compilation-next-error-function): Set TIMESTAMP.
7448
7449 2007-06-03 Sam Steingold <sds@gnu.org>
7450
7451 * files.el (kill-buffer-ask): New function.
7452 (kill-some-buffers): Use it.
7453 (kill-matching-buffers): New user command.
7454
7455 2007-06-01 David Kastrup <dak@gnu.org>
7456
7457 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7458 Change default to `top'.
7459
7460 2007-05-31 Richard Stallman <rms@gnu.org>
7461
7462 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
7463
7464 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 * textmodes/css-mode.el: New file.
7467
7468 2007-05-30 Michael Olson <mwolson@gnu.org>
7469
7470 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
7471 died and we are trying to send a signal to it. The program using
7472 tq.el should periodically check to see whether the process has
7473 died and react appropriately -- this is not the responsibility of
7474 tq.el, and is consistent with the rest of the tq.el source code.
7475
7476 2007-05-29 Martin Rudalics <rudalics@gmx.at>
7477
7478 * textmodes/table.el (table--point-entered-cell-function)
7479 (table--point-left-cell-function):
7480 Bind `inhibit-point-motion-hooks' to t.
7481
7482 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7483
7484 * emacs-lisp/rx.el (rx): Doc fix.
7485
7486 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
7487
7488 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
7489
7490 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
7491
7492 Sync with Tramp 2.0.56.
7493
7494 * net/tramp.el:
7495 * net/tramp-ftp.el:
7496 * net/tramp-smb.el:
7497 * net/tramp-util.el:
7498 * net/tramp-vc.el:
7499 Don't load cl.el, because that pollutes the namespace. Replace cl
7500 macros by their implementations where necessary. Requested by
7501 Richard Stallman <rms@gnu.org>.
7502
7503 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
7504 doesn't exist.
7505 (with-parsed-tramp-file-name): Protect debug spec during compilation.
7506 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
7507 (tramp-file-name-p, tramp-file-name-multi-method)
7508 (tramp-file-name-method, tramp-file-name-user)
7509 (tramp-file-name-host, tramp-file-name-localname): New defuns,
7510 replacing defstruct `tramp-file-name'.
7511 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
7512 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
7513 Apply `vector' instead of `make-tramp-file-name'.
7514 (tramp-handle-make-auto-save-file-name):
7515 Apply `tramp-temporary-file-directory' for compatibility reasons.
7516 (tramp-completion-mode): Use `natnump' instead of `wholenump'
7517 because of XEmacs.
7518 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
7519 started.
7520
7521 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
7522
7523 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7524
7525 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7526
7527 * log-edit.el (log-edit-changelog-paragraph): Return point-max
7528 as the end of the ChangeLog paragraph when it ends without a line
7529 termination.
7530
7531 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
7532
7533 * net/webjump.el (webjump-sample-sites):
7534 Add simple Wikipedia query.
7535
7536 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7539 compatibility code.
7540
7541 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7542 (copyright-update-year): Use it.
7543
7544 * edmacro.el (edmacro-format-keys): Use current-active-maps.
7545
7546 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7547 Add indentation and debugging info. Fix up comment convention.
7548
7549 * cus-dep.el (custom-make-dependencies): Simplify.
7550
7551 * composite.el (compose-region, decompose-region):
7552 Use inhibit-read-only and restore-buffer-modified-p.
7553
7554 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7555 (xterm-mouse-event): Use it.
7556
7557 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
7558
7559 * bs.el (bs-cycle-previous): Don't modify the cycle list until
7560 `switch-to-buffer' has returned succesfully.
7561 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
7562 window is dedicated (it could iconify the frame).
7563
7564 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
7565
7566 * vc-hooks.el (vc-find-root): Fix file attribute test.
7567
7568 2007-05-24 Richard Stallman <rms@gnu.org>
7569
7570 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7571 Don't let opoint be nil.
7572 (flyspell-emacs-popup): Explicit error if no dialogs.
7573
7574 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7577 (image-next-line, image-previous-line, image-scroll-up)
7578 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7579 New functions.
7580 (image-mode-map): Remap motion commands.
7581 (image-mode-text-map): New keymap for viewing images as text.
7582 (image-mode): Use image-mode-map.
7583 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7584
7585 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * textmodes/fill.el (canonically-space-region): Make the second arg
7588 a marker if it's not already the case.
7589
7590 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7591
7592 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7593 (tar-get-descriptor): Handle type 55, an extended pax header.
7594
7595 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7598 to confuse outline-minor-mode.
7599
7600 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7601
7602 * tar-mode.el (tar-file-name-handler): New function.
7603 (tar-extract): Bind file-name-handler-alist to it to force
7604 find-buffer-file-type-coding-system behave as if the file being
7605 extracted existed. Use last-coding-system-used to force
7606 buffer-file-coding-system to what decode-coding-region actually
7607 used to decode the file.
7608
7609 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7610
7611 * progmodes/compile.el (compilation-handle-exit):
7612 `compilation-finish-function' may change the current buffer.
7613
7614 2007-05-22 Richard Stallman <rms@gnu.org>
7615
7616 * files.el (set-auto-mode): Doc fix.
7617
7618 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7619
7620 * help-fns.el (find-source-lisp-file): New function.
7621 (describe-function-1): Use find-source-lisp-file to find source
7622 file in compile tree.
7623
7624 2007-05-22 Eli Zaretskii <eliz@gnu.org>
7625
7626 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7627
7628 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
7629
7630 * emacs-lisp/easy-mmode.el (define-minor-mode)
7631 (easy-mmode-define-navigation): Fix typos in docstrings.
7632
7633 2007-05-22 Glenn Morris <rgm@gnu.org>
7634
7635 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7636
7637 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
7638
7639 * mail/mail-extr.el (mail-extract-address-components):
7640 Recognize non-ASCII characters except for NBSP as words.
7641
7642 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
7643
7644 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7645 (rcirc-print): Handle `window-width'.
7646 (rcirc-buffer-maximum-lines): Doc fix.
7647
7648 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
7649
7650 * image-mode.el (image-toggle-display): Don't clear image cache.
7651 Only use filename in image spec if the file is readable.
7652 Call image-refresh.
7653
7654 * image.el (image-type-from-file-name, image-type): Simplify.
7655 (image-type-auto-detected-p): Don't scan auto-mode-alist.
7656
7657 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7658 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7659
7660 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7661
7662 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7663 is an error.
7664
7665 * term/linux.el (terminal-init-linux): Don't signal an error
7666 if gpm isn't running.
7667
7668 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7669
7670 * t-mouse.el: Reduce to a minor-mode macro call.
7671 (t-mouse-mode): Remove the lighter.
7672
7673 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7674
7675 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
7676
7677 * files.el (auto-mode-alist): Change the regexp so that
7678 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7679
7680 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7681
7682 * Version 22.1 released.
7683
7684 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7687 changes.
7688
7689 2007-05-19 Kevin Ryde <user42@zip.com.au>
7690
7691 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7692
7693 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
7694
7695 * textmodes/sgml-mode.el: Revert last change.
7696
7697 2007-05-18 Richard Stallman <rms@gnu.org>
7698
7699 * simple.el (push-mark): Doc fix.
7700
7701 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
7702
7703 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7704 tpu-global-map.
7705 (tpu-original-global-map): Variable deleted.
7706 (tpu-control-keys-map): New keymap variable.
7707 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
7708 setting keymapping directly.
7709 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
7710 tpu-global-map.
7711 (tpu-edt-on): Activate the tpu-global-map.
7712 (tpu-edt-off): Deactivate the tpu-global-map.
7713
7714 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
7715
7716 * textmodes/ispell.el (ispell-get-word): Return markers
7717 for start and end positions.
7718 (ispell-word): Assume END is a marker.
7719
7720 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7721
7722 * printing.el: Group together all XEmacs/Emacs definitions.
7723 (pr-version): New version 6.9.
7724 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
7725 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7726 (pr-menu-bind): Fix code.
7727 (pr-e-frame-char-height, pr-e-frame-char-width)
7728 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7729 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7730 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7731 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7732 (pr-x-event-y-pixel): Aliases eliminated.
7733 (pr-xemacs-global-menubar): Macro moved.
7734 (current-menubar, current-mouse-event, zmacs-region-stays)
7735 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7736 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7737 Vars moved.
7738 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7739 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7740 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7741 (pr-menu-set-utility-title, pr-even-or-odd-pages)
7742 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7743 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
7744 moved.
7745
7746 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
7747
7748 * textmodes/sgml-mode.el (sgml-tag):
7749 Fix bug: Call sgml-transformation-function.
7750
7751 2007-05-17 Martin Rudalics <rudalics@gmx.at>
7752
7753 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
7754 modified flag of buffer. Use `inhibit-modification-hooks'.
7755
7756 2007-05-16 Richard Stallman <rms@gnu.org>
7757
7758 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
7759
7760 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * files.el (magic-mode-alist, magic-fallback-mode-alist):
7763 Move the *ml, Postscript, and XmCD entries to the fallback part.
7764
7765 * files.el (magic-fallback-mode-alist):
7766 Rename from file-start-mode-alist.
7767
7768 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7769
7770 * progmodes/compile.el (compilation-handle-exit): Quote first
7771 argument of `run-hook-with-args'.
7772
7773 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
7774
7775 * buff-menu.el (Buffer-menu-sort-column):
7776 * dabbrev.el (dabbrev-upcase-means-case-search):
7777 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7778 * info.el (Info-current-subfile):
7779 * ls-lisp.el (ls-lisp-verbosity):
7780 * msb.el (msb-menu-cond):
7781 * pcvs.el (cvs-dired-use-hook):
7782 * simple.el (set-mark-command-repeat-pop):
7783 * time.el (display-time-24hr-format, display-time-mail-file):
7784 Doc fixes.
7785
7786 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
7787 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
7788
7789 * view.el (view-inhibit-help-message): Fix typo in docstring.
7790 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
7791
7792 2007-05-16 Martin Rudalics <rudalics@gmx.at>
7793
7794 * textmodes/ispell.el (ispell-start-process): Defend against bad
7795 default-directory.
7796
7797 2007-05-14 Eli Zaretskii <eliz@gnu.org>
7798
7799 * mail/rmail.el (rmail-convert-to-babyl-format): Check
7800 content-transfer-encoding _last_, because it's its position that
7801 we need as value of base64-header-field-end.
7802
7803 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
7804
7805 * files.el (mode-require-final-newline, require-final-newline)
7806 (enable-local-variables, enable-local-eval): Doc fixes.
7807
7808 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7809
7810 * ps-print.el: Use default color when foreground or background color
7811 are unspecified. Reported by Leo <sdl.web@gmail.com>.
7812 (ps-print-version): New version 6.7.4.
7813 (ps-rgb-color): New argument. Use default color when color is
7814 unspecified.
7815 (ps-begin-job): Fix code.
7816
7817 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
7818
7819 * longlines.el (longlines-mode): Make longlines-auto-wrap
7820 buffer-local. Add hooks unconditionally.
7821 (longlines-auto-wrap): Toggle wrapping.
7822 (longlines-after-change-function)
7823 (longlines-post-command-function): Check longlines-auto-wrap.
7824
7825 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
7826
7827 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
7828 (xterm-mouse-translate): Use it.
7829
7830 2007-05-10 Richard Stallman <rms@gnu.org>
7831
7832 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
7833 (iso-cvt-write-only): Likewise.
7834
7835 * emacs-lisp/easy-mmode.el (define-minor-mode):
7836 Fix generated doc string.
7837
7838 * startup.el (fancy-splash-text): Add URL of guided tour.
7839 Adjust horizontal and vertical whitespace.
7840
7841 * progmodes/compile.el (compilation-handle-exit):
7842 Use run-hook-with-args to run compilation-finish-functions.
7843
7844 * files.el (file-start-mode-alist): New variable.
7845 (magic-mode-regexp-match-limit): Doc fix.
7846 (set-auto-mode): Handle file-start-mode-alist.
7847 A little cleanup of structure.
7848
7849 * dabbrev.el (dabbrev-eliminate-newlines):
7850 Renamed from dabbrev--eliminate-newlines. All uses changed.
7851
7852 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7853
7854 * man.el (Man-next-section): Don't consider the last line of the page
7855 as being part of any section.
7856
7857 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
7860 can take any number of values.
7861
7862 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
7865 to the list of citation commands.
7866
7867 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
7870
7871 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
7872
7873 * progmodes/python.el (python-font-lock-keywords)
7874 (python-open-block-statement-p, python-mode): Add support for the new
7875 "with" keyword.
7876
7877 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
7880 the exact opposite of diff-goto-source.
7881
7882 * emacs-lisp/advice.el (ad-special-forms): Remove.
7883 (ad-special-form-p): Use subr-arity.
7884
7885 * newcomment.el (comment-search-forward): Make sure we search forward.
7886 (comment-enter-backward): Try and distinguish the non-matching case at
7887 EOB from the non-matching case with a missing comment-end-skip for
7888 a 2-char comment ender.
7889 (comment-choose-indent): New function extracted from comment-indent.
7890 Improve the alignment algorithm.
7891 (comment-indent): Use it.
7892
7893 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
7894 XML style Processing Instructions.
7895 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
7896 (sgml-calculate-indent): Handle `pi' context.
7897
7898 * vc.el: Ensure that update-changelog issues an error when used with
7899 a backend that does not implement it.
7900 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
7901 Remove `backend' argument. Use expand-file-name.
7902 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
7903
7904 * progmodes/python.el (python-end-of-block): Revert last change.
7905 (python-end-of-statement): Make sure we move *forward*.
7906
7907 2007-05-08 Richard Stallman <rms@gnu.org>
7908
7909 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7910 Don't include non-self-insert commands in the exception for `-'.
7911
7912 2007-05-08 David Reitter <david.reitter@gmail.com>
7913
7914 * progmodes/python.el (python-guess-indent): Check non-nullness
7915 before comparing indent against the 2..8 interval.
7916
7917 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7918
7919 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
7920 available.
7921
7922 2007-05-06 Richard Stallman <rms@gnu.org>
7923
7924 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
7925
7926 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
7929 rather than storing their value in the revert-buffer function.
7930
7931 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
7932
7933 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
7934 when disabling t-mouse-mode.
7935
7936 2007-05-01 Davis Herring <herring@lanl.gov>
7937
7938 * calendar/timeclock.el: Update version number.
7939 (timeclock-modeline-display): Mention timeclock-use-display-time
7940 in explanatory message.
7941 (timeclock-in): Fix non-interactive workday specifications.
7942 (timeclock-log): Don't kill the log buffer if it already existed.
7943 Suppress warnings when finding the log. Don't check for a nil
7944 project twice. Run hooks after killing the buffer (if applicable).
7945 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
7946 was geometric). All uses changed.
7947 (timeclock-generate-report): Support prefix argument.
7948
7949 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
7950
7951 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
7952 disconnections.
7953
7954 2007-05-01 Romain Francoise <romain@orebokech.com>
7955
7956 * dired-x.el: Revert 2007-04-06 change.
7957
7958 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
7959
7960 * find-dired.el (find-dired-filter): Propertize all text down to eob.
7961
7962 2007-04-29 Richard Stallman <rms@gnu.org>
7963
7964 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
7965
7966 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * progmodes/cc-mode.el (c-before-change): Use point-min rather
7969 than 1.
7970
7971 2007-04-28 Richard Stallman <rms@gnu.org>
7972
7973 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
7974
7975 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
7976
7977 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
7978 don't put stop on toolbar.
7979
7980 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
7983
7984 2007-04-28 Eli Zaretskii <eliz@gnu.org>
7985
7986 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
7987 instead of $(lisp)/mh-e.
7988
7989 2007-04-28 Glenn Morris <rgm@gnu.org>
7990
7991 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7992 (image-dired-cmd-create-temp-image-options): Replace option
7993 +profile "*" with -strip.
7994
7995 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
7996
7997 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7998 Use window-start and window-end.
7999
8000 2007-04-27 Andreas Schwab <schwab@suse.de>
8001
8002 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8003
8004 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8005
8006 * textmodes/fill.el (fill-paragraph): Doc fix.
8007
8008 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8009
8010 * locate.el (locate-in-alternate-database): Doc fix.
8011
8012 2007-04-26 Glenn Morris <rgm@gnu.org>
8013
8014 * button.el (button): Use underline if supported, else fall back
8015 to color.
8016
8017 * version.el (emacs-version): Increase to 22.1.50.
8018
8019 2007-04-25 Richard Stallman <rms@gnu.org>
8020
8021 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8022
8023 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8024
8025 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8026 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8027 pushing mark.
8028 (idlwave-current-routine): Don't push mark.
8029
8030 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8031
8032 * image-dired.el (image-dired-display-image): Derive image-type from
8033 filename rather than assuming jpeg, in case no resizing was needed.
8034
8035 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8036
8037 * custom.el (defface): Doc fix.
8038
8039 See ChangeLog.12 for earlier changes.
8040
8041 ;; Local Variables:
8042 ;; coding: iso-2022-7bit
8043 ;; add-log-time-zone-rule: t
8044 ;; End:
8045
8046 Copyright (C) 2007 Free Software Foundation, Inc.
8047
8048 This file is part of GNU Emacs.
8049
8050 GNU Emacs is free software; you can redistribute it and/or modify
8051 it under the terms of the GNU General Public License as published by
8052 the Free Software Foundation; either version 3, or (at your option)
8053 any later version.
8054
8055 GNU Emacs is distributed in the hope that it will be useful,
8056 but WITHOUT ANY WARRANTY; without even the implied warranty of
8057 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8058 GNU General Public License for more details.
8059
8060 You should have received a copy of the GNU General Public License
8061 along with GNU Emacs; see the file COPYING. If not, write to the
8062 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8063 Boston, MA 02110-1301, USA.
8064
8065 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af