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