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