1 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5 2007-09-20 Richard Stallman <rms@gnu.org>
7 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
9 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
13 2007-09-20 Glenn Morris <rgm@gnu.org>
15 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
16 motion functions, rather than hard-coding "\n\n".
17 (tex-validate-region): Check for eobp, to speed up.
18 (tex-next-unmatched-end): Doc fix.
20 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22 * files.el (auto-mode-alist): Use archive-mode for .rar files.
24 * international/mule.el (auto-coding-alist): Rar archives are binary.
26 * arc-mode.el: Add basic support for Rar.
27 (archive-find-type): Recognize Rar's signature.
28 (archive-desummarize): New fun.
29 (archive-summarize): Use it to restore the buffer's data in case
30 someone wants to switch to some other major mode.
31 (archive-resummarize): Use it as well.
32 (archive-rar-summarize, archive-rar-extract): New functions.
34 * filesets.el: Remove spurious * in docstrings.
35 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
36 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
37 (filesets-ingroup-collect): Remove unused arg `depth'.
38 (filesets-update): Remove unused arg `version'.
40 * finder.el (finder-compile-keywords): Fix up comment style.
41 (finder-mouse-face-on-line): previous-line -> forward-line.
43 * recentf.el: Remove spurious * in docstrings.
44 (recentf-save-list): Fix up comment style.
46 * progmodes/octave-mod.el: Remove spurious * in docstrings.
47 (octave-mode-map): Move init into declaration and remove \t binding.
48 (octave-mode-startup-message): Remove unused var.
49 (octave-scan-blocks): Remove unused arg `from'.
50 (octave-forward-block, octave-down-block, octave-up-block):
53 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
54 (meta-mode-map): Likewise and remove \t binding.
56 * net/snmp-mode.el: Remove spurious * in docstrings.
57 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
58 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
59 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
60 that completion accepts lists of strings.
61 (snmp-mode-syntax-table): Move initialization into declaration.
62 (snmp-mode-map): Likewise and remove \t binding.
63 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
64 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
65 (snmp-indent-command): Remove.
67 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
68 binding, so tab-always-indent works right.
70 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
72 * net/browse-url.el (browse-url-elinks-new-window): New function.
73 (browse-url-elinks): Use browse-url-elinks-new-window.
74 Accept optional second argument `new-window'. Fix typo in doc-string.
75 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
76 Improve error message.
78 2007-09-19 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
80 * net/browse-url.el (browse-url-url-encode-chars): Use the right
81 parameter name in the function body.
82 Reported by Johannes Weiner.
84 2007-09-19 Glenn Morris <rgm@gnu.org>
86 * net/socks.el (socks-open-network-stream): Signal an explicit
87 error if the port associated with a service string can't be found.
89 * textmodes/tex-mode.el (tex-terminate-paragraph):
90 Use backward-paragraph.
92 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
94 * server.el (server-running-p): New function.
96 2007-09-18 Jason Rumney <jasonr@gnu.org>
98 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
101 * frame.el (select-frame-set-input-focus, select-frame-by-name):
102 Use x-focus-frame for w32.
104 2007-09-17 David Kastrup <dak@gnu.org>
106 * textmodes/tex-mode.el (tex-verbatim-environments):
107 Eliminate CL dependency.
109 2007-09-17 Richard Stallman <rms@gnu.org>
111 * newcomment.el (comment-add): New arg EXTRA.
112 (comment-region-default): Pass EXTRA if not indenting lines.
114 2007-09-17 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
116 * net/browse-url.el (browse-url-url-encode-chars): New function.
117 URL-encode some chars in a string.
118 (browse-url-encode-url): Rewrite using the previous function.
119 (browse-url-file-url): Use `browse-url-url-encode-chars'.
120 (browse-url-elinks-sentinel): Fix typo.
121 (browse-url-new-window-flag): Doc change.
123 2007-09-17 Glenn Morris <rgm@gnu.org>
125 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
126 filename from `--file-line-error', if it is available.
128 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
130 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
131 TeX `--file-line-error' format.
133 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
135 * xt-mouse.el: Delete add-hook calls that were moved to
137 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
140 2007-09-17 Richard Stallman <rms@gnu.org>
142 * cus-face.el (custom-theme-set-faces): Undo previous change.
144 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
146 2007-09-17 Glenn Morris <rgm@gnu.org>
148 * textmodes/tex-mode.el (tex-region): Simplify previous change,
149 handling the case where the region is not in `tex-main-file'.
150 (tex-region-1): Delete.
151 (tex-region-header): New function, doing the header part of the
154 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
156 * simple.el (newline): Simplify use of prefix-numeric-value.
157 (line-move-partial): Remove unused var `ppos'.
158 (line-move-1): Replace 9999 with most-positive-fixnum.
159 (move-end-of-line): Use more efficient single-property search.
160 (move-beginning-of-line): Remove unused var `start'.
161 (blink-matching-open): Restructure in a more functional style.
163 2007-09-16 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
165 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
167 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
169 * server.el (server-clients): Only keep procs, no properties any more.
170 (server-client): Remove.
171 (server-client-get, server-client-set): Remove, replace all callers by
172 process-get and process-put resp.
173 (server-clients-with, server-add-client, server-delete-client)
174 (server-create-tty-frame, server-create-window-system-frame)
175 (server-process-filter, server-execute, server-visit-files)
176 (server-buffer-done, server-kill-buffer-query-function)
177 (server-kill-emacs-query-function, server-switch-buffer)
178 (server-save-buffers-kill-terminal): Update accordingly.
180 * server.el (server-with-environment): Simplify.
181 (server-select-display, server-unselect-display): Re-add functions that
182 seem to have been lost in the multi-tty merge.
183 (server-eval-and-print, server-create-tty-frame)
184 (server-create-window-system-frame, server-goto-toplevel)
185 (server-execute, server-return-error): New functions extracted from
186 server-process-filter.
187 (server-execute-continuation): New functions.
188 (server-process-filter): Restructure so that all arguments are analysed
189 first and then acted upon in a subsequent stage This way
190 server-goto-toplevel can be executed later, when we know if
192 Remove the "-version" and "-version-good" support.
194 2007-09-16 Drew Adams <drew.adams@oracle.com>
196 * cus-edit (custom-face-edit-activate): Doc fix.
198 2007-09-16 Glenn Morris <rgm@gnu.org>
200 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
201 Following cal-bahai renaming, update all instances of
202 list-bahai-diary-entries to diary-bahai-list-entries,
203 mark-bahai-diary-entries to diary-bahai-mark-entries,
204 calendar-goto-bahai-date to calendar-bahai-goto-date,
205 insert-bahai-diary-entry to diary-bahai-insert-entry,
206 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
207 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
208 calendar-print-bahai-date to calendar-bahai-print-date.
210 * textmodes/tex-mode.el (tex-region): Handle the case where the
211 region is not in `tex-main-file'. Move the old code that applies
213 (tex-region-1): ...to this new function.
215 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
217 * vc.el (vc-process-sentinel): New function.
218 (vc-exec-after): Use it instead of using ugly hackish analysis and
219 construction of Elisp code.
220 (vc-sentinel-movepoint): New dynamically scoped var.
221 (vc-print-log, vc-annotate): Set it to move the user's point.
223 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
224 inhibit-modification-hooks.
226 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
227 (calendar-bahai-print-date, calendar-bahai-goto-date)
228 (diary-bahai-list-entries, diary-bahai-insert-entry):
229 New names to clean up the namespace a bit more.
230 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
232 2007-09-15 Glenn Morris <rgm@gnu.org>
234 * calendar/holidays.el (holiday-list): Rename it back to
235 `list-holidays', but leave `holiday-list' as an alias.
237 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
240 * textmodes/css-mode.el (css): New custom group.
241 (css-electrick-keys, css-selector, css-property)
242 (css-indent-offset): Specify custom group.
244 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
246 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
247 (cvs-execute-single-file): Use process-file.
248 (cvs-run-process): Use start-file-process.
250 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
252 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
253 level. Remove the hooks when turning off the mode.
255 * term/xterm.el: Require xt-mouse at compile time.
256 (terminal-init-xterm): Turn on xterm mouse tracking for this
257 terminal if xterm-mouse-mode is enabled.
259 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
261 * term/xterm.el (xterm-function-map): Replace bindings that were
262 deleted by the merge.
264 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
266 * play/bubbles.el (bubbles-version): Bump value to "0.5".
267 (bubbles-mode-map): Move define-key statements here.
268 (bubbles-game-theme-menu): Ditto.
269 (bubbles-graphics-theme-menu): Ditto.
270 (bubbles-menu): Ditto.
271 (bubbles-mode): Initialize buffer-undo-list, redisplay.
272 (bubbles--initialize): Reset buffer-undo-list, redisplay.
273 (bubbles-plop): Set buffer-undo-list, redisplay.
274 (bubbles-undo): Reset buffer-undo-list, redisplay.
275 (bubbles--show-images): Take care of missing text properties.
277 2007-09-14 Glenn Morris <rgm@gnu.org>
279 * startup.el (fancy-startup-text, fancy-about-text): Fix face
282 * calendar/cal-hebrew.el, calendar/cal-menu.el
283 * calendar/calendar.el, calendar/diary-lib.el
284 * calendar/holidays.el: Rename all instances of
285 list-calendar-holidays callers to calendar-list-holidays,
286 list-holidays to holiday-list, check-calendar-holidays to
287 calendar-check-holidays, mark-calendar-holidays to
288 calendar-mark-holidays, and filter-visible-calendar-holidays to
289 holiday-filter-visible-calendar.
291 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
293 * term/xterm.el (xterm-function-map): Add C-M- bindings.
295 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
297 * play/bubbles.el (bubbles--initialize-images): Fix bug:
298 Use transparent background for empty cells in graphics mode.
300 2007-09-13 Jari Aalto <jari.aalto@cante.net>
302 * man.el (Man-default-man-entry): At end of line, continue looking
303 to the next line for possible end of hyphenated command.
305 2007-09-13 Chris Moore <dooglus@gmail.com>
307 * shell.el (shell-resync-dirs): Don't move the cursor relative to
308 the command being edited.
310 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
312 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
314 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
316 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
319 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
321 2007-09-12 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
323 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
324 New argument `filename-p' to use one set of confusing chars or another.
325 (browse-url-file-url): Use the argument.
326 Suggested by Johannes Weiner.
328 2007-09-12 Romain Francoise <romain@orebokech.com>
330 * cus-start.el (all): Revert 2007-09-08 change.
332 2007-09-12 Aaron Hawley <aaronh@garden.org>
334 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
335 extract .Z files, since it is more common than uncompress.
337 2007-09-12 Glenn Morris <rgm@gnu.org>
339 * textmodes/org-publish.el (org-publish-org-to-html): Remove
340 duplicate function definition.
342 2007-09-10 Chris Moore <dooglus@gmail.com>
344 * diff-mode.el (diff-sanity-check-hunk):
345 Also accept single-line hunks.
347 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
349 * startup.el (startup-screen-inhibit-startup-screen)
350 (pure-space-overflow-message): New vars.
351 (fancy-splash-insert): Allow functions for face and link specs.
352 (fancy-splash-head): Remove unused arg. Move splash text...
353 (fancy-startup-text, fancy-about-text): ...here.
354 (fancy-startup-tail): Rename from fancy-splash-tail.
355 (fancy-startup-screen, fancy-about-screen): Split off from
356 fancy-splash-screens.
357 (display-startup-screen): New function.
358 (display-about-screen): Rename from display-splash-screen.
359 (command-line-1): Use concise startup screen if necessary.
361 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
363 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
364 Reported by Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>.
366 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
368 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
369 (python-font-lock-keywords): Update to the 2.5 version of the language.
370 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
371 (python-backspace): Only behave funny in code.
372 (python-compilation-regexp-alist): Add PDB stack trace regexp.
373 (inferior-python-mode): Add PDB prompt regexp.
374 (python-fill-paragraph): Refine the fenced-string regexp.
375 (python-find-imports): Handle imports spanning several lines.
376 (python-mode): Add `class' to hideshow support.
378 2007-09-10 Dave Love <fx@gnu.org>
381 * outline.el (outline-4, outline-5, outline-7):
382 Move font-lock-builtin-face down from 4 to 7 to better keep the
383 progression of color brightness, and to better match Org-mode's faces.
385 2007-09-10 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
387 * progmodes/meta-mode.el (meta-font-lock-keywords)
388 (font-lock-match-meta-declaration-item-and-skip-to-next)
389 (meta-comment-indent, meta-indent-previous-line)
390 (meta-indent-unfinished-line, meta-beginning-of-defun)
391 (meta-end-of-defun, meta-common-initialization): Handle \f.
392 (meta-indent-unfinished-line): Do not handle a `%' in a string as
395 * files.el (file-modes-char-to-who, file-modes-char-to-right)
396 (file-modes-rights-to-number): Auxiliary functions for symbolic to
397 numeric notation of file modes.
398 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
400 (read-file-modes): New. Read either an octal value of a file mode or a
401 symbolic value, and return its numeric value.
403 * dired-aux.el (dired-do-chmod): Change to use the built-in
404 `set-file-modes' and the previous symbolic mode parsing functions.
406 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
408 * textmodes/texinfo.el: Remove spurious * in docstrings.
409 (texinfo-mode-syntax-table, texinfo-mode-map):
410 Initialize in the declaration.
412 * tmm.el: Remove spurious * in docstrings.
413 (tmm-prompt): Use with-current-buffer.
415 * vcursor.el: Remove spurious * in docstrings.
416 (vcursor-map): Initialize in the declaration.
417 (vcursor-use-vcursor-map): Use define-minor-mode.
418 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
420 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
421 Initialize in the declaration.
422 (widget-minor-mode): Use define-minor-mode.
424 * woman.el (woman-mode-map, woman-syntax-table):
425 Initialize in the declaration.
427 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
429 * doc-view.el: New file.
431 2007-09-09 Juri Linkov <juri@jurta.org>
433 * Makefile.in (update-authors): Add etc/ to AUTHORS.
435 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
437 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
438 to "Startup screen". Fix docstring.
439 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
440 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
441 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
442 (initial-scratch-message): Fix docstring.
443 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
444 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
445 Add link to "Customize Startup" and set interval between links to
447 (fancy-about-text): Add links "Authors" and "Contributing".
448 (fancy-splash-head): Add text "Welcome to " on the startup screen,
449 and "This is " on the about screen. Add link to
450 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
451 For the about screen move emacs version to the header from
452 `fancy-splash-tail' (as it's done already for normal about screen).
453 (fancy-splash-tail): Insert emacs version only for startup screen.
454 (normal-splash-screen): Remove duplicate empty lines.
455 (normal-about-screen): Add links "Authors" and "Contributing".
457 * menu-bar.el (menu-bar-help-menu):
458 Move "About Emacs" and "About GNU" to the end of the Help menu.
459 Move "Emacs Psychotherapist" after "Send Bug Report...".
460 Move "External Packages" after "Find Emacs Packages".
462 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
464 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
465 they are useless with the byte compiler.
466 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
467 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
468 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
469 (tramp-file-name-real-host, tramp-file-name-port)
470 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
473 * net/tramp-cache.el (top): Improve error message when
474 `tramp-persistency-file-name' is corrupted.
476 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
478 * textmodes/org.el (org-re): Also replace the :alpha: class.
479 (org-todo-tag-alist): Variable removed.
480 (org-todo-key-alist, org-todo-key-trigger) New variables.
481 (org-use-fast-todo-selection): New option.
482 (org-log-done): Docstring fixed.
483 (org-deadline-warning-days): New default value 14.
484 (org-edit-timestamp-down-means-later) New option.
485 (org-tag-alist): Docstring fixed.
486 (org-fast-tag-selection-include-todo): New option.
487 (org-export-language-setup): New languages added.
488 (org-set-regexps-and-options): Compute the new variables.
489 (org-paste-subtree): Cleaning up.
490 (org-remember-apply-template): New escape %A.
491 (org-todo): Call fast TODO selection.
492 (org-fast-todo-selection): New function.
493 (org-add-log-note): Allow prefix for abort exit.
494 (org-at-property-p, org-entry-properties)
495 (org-columns-get-autowidth-alist): Use :alpha: class.
496 (org-get-wdays): New function.
497 (org-agenda-remove-date): New variable.
498 (org-agenda-get-deadlines): Use `org-get-wdays'.
499 (org-agenda-get-deadlines): Reverse ee before returning.
500 (org-format-agenda-item): New argument REMOVE-RE.
501 (org-agenda-convert-date): Baha'i calendar added.
502 (org-infile-export-plist): Also find DATE line.
503 (org-get-min-level): New function.
504 (org-export-as-html, org-export-as-ascii): Use the date format.
505 (org-shiftup, org-shiftdown): Use.
506 `org-edit-timestamp-down-means-later'.
507 (org-assign-fast-keys): New function.
509 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
511 * cus-start.el (all): Add prefer-window-split-horizontally from
514 2007-09-08 Eli Zaretskii <eliz@gnu.org>
516 * net/browse-url.el (browse-url-galeon): Fix last change.
517 (top-level): Require cl when compiling.
519 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
521 * textmodes/org-export-latex.el: arch-tag restored.
523 * textmodes/org-publish.el: arch-tag restored.
525 2007-09-08 Masatake YAMATO <jet@gyve.org>
527 * progmodes/which-func.el (which-func-modes): Add diff-mode.
529 * progmodes/cc-langs.el: Support new keywords added to
530 objective-c frontend of gcc.
531 (c-simple-stmt-kwds): Add @throw.
532 (c-block-stmt-2-kwds): Add @synchronized.
533 (c-block-stmt-1-kwds): Add @finally and @try.
535 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
537 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
538 (org-agenda-after-show-hook): New variable.
539 (org-columns-compile-format)
540 (org-columns-get-autowidth-alist, org-buffer-property-keys)
541 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
543 (org-get-wdays): New function.
545 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
547 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
549 * term/xterm.el (xterm-function-map): Initialize in the declaration.
551 * vc-arch.el (vc-arch-checkin): Fix typo.
553 2007-09-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
555 * cus-face.el (custom-theme-set-faces): Set face attributes
556 locally for each frame.
558 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
560 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
561 via font-lock-defaults.
563 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
566 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
568 * progmodes/autoconf.el (autoconf-definition-regexp):
569 Handle optional square brackets around definition name.
571 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
573 * net/browse-url.el (browse-url-browser-function): Add elinks.
574 (browse-url-elinks-wrapper): New option.
575 (browse-url-encode-url, browse-url-elinks)
576 (browse-url-elinks-sentinel): New functions.
577 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
578 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
579 Use new function browse-url-encode-url.
581 2007-09-07 Glenn Morris <rgm@gnu.org>
583 * version.el (emacs-version): Revert 2007-08-29 change: no need to
584 say if multi-tty is present.
586 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
588 * cus-start.el (split-window-preferred-function): Add custom info.
590 * calendar/holidays.el (holiday-list, calendar-check-holidays)
591 (calendar-mark-holidays, calendar-list-holidays)
592 (holiday-filter-visible-calendar): New names to clean up namespace.
593 (filter-visible-calendar-holidays, list-calendar-holidays)
594 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
595 Add compatibility aliases.
596 (calendar-check-holidays, calendar-mark-holidays)
597 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
598 (holiday-sexp): Replace append with list.
599 (holiday-filter-visible-calendar): Replace append with push.
601 * woman.el: Remove spurious * in docstrings.
602 (woman-mini-help, woman-non-underline-faces, woman0-rename)
603 (woman-topic-all-completions-merge, woman-file-name-all-completions)
604 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
605 (woman-write-directory-cache, woman-display-extended-fonts)
606 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
607 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
608 (woman-mode): Use inhibit-read-only.
609 (woman-negative-vertical-space): Use dotimes.
610 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
612 2007-09-06 Romain Francoise <romain@orebokech.com>
614 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
615 (vc-bzr-workfile-version): Use it.
617 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
619 * complete.el (PC-do-completion): Don't try to treat
620 empty string as an abbreviation.
622 2007-09-06 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
624 * help-fns.el (describe-variable): Keep doc's text properties.
626 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
628 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
631 2007-09-06 Glenn Morris <rgm@gnu.org>
633 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
634 (checkdoc-minor-mode): Allow user to specify lighter via
635 checkdoc-minor-mode-string.
637 2007-09-05 Richard Stallman <rms@gnu.org>
639 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
640 Several items removed, simplified, or put on one line.
641 (fancy-about-text): Add substantial contents, part of startup text.
642 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
643 (normal-splash-screen): Call normal-mouse-startup-screen,
644 normal-no-mouse-startup-screen, or normal-about-screen.
645 (normal-mouse-startup-screen): New fn, broken out, shortened.
646 (normal-no-mouse-startup-screen): New fn, broken out.
647 (normal-about-screen): New function, contents all new.
649 2007-09-05 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
651 * emacs-lisp/rx.el (rx): Fix typo in docstring.
653 2007-09-05 Glenn Morris <rgm@gnu.org>
655 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
658 2007-09-05 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
660 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
663 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
665 * server.el (server-start, server-unload-hook): Undo previous change.
667 * xt-mouse.el: Undo previous change.
669 2007-09-04 Juri Linkov <juri@jurta.org>
671 * startup.el (fancy-about-text): New variable.
672 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
673 (fancy-current-text, fancy-splash-stop-time)
674 (fancy-splash-outer-buffer): Remove variables.
675 (fancy-splash-head, fancy-splash-tail): Add new optional argument
676 `startup' and use it to conditionally display different texts for
677 Startup and About screens. Don't display Help commands on the About
679 (fancy-splash-screens-1): Remove function and move its content to
680 `fancy-splash-screens' to the part that dislpays the About screen.
681 (exit-splash-screen): Don't treat specially exiting from
683 (fancy-splash-screens): Rename argument `static' to `startup'.
684 Fix docstring. Remove code for displaying alternating screens.
685 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
686 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
687 for `inhibit-read-only'.
688 (normal-splash-screen): Rename argument `static' to `startup'.
689 Fix docstring. Use argument `startup' to conditionally display
690 different texts for Startup and About screens. Don't display Help
691 commands on the About screen. Remove `unwind-protect' `sit-for'
692 delay and `kill-buffer' after it.
693 (display-startup-echo-area-message): Remove call to
694 `use-fancy-splash-screens-p' because image.el is preloaded and
695 doesn't display "Loading image... done".
696 (display-splash-screen): Rename argument `static' to `startup'.
699 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
701 * server.el (server-start, server-unload-hook):
702 suspend-tty-functions has been renamed to suspend-tty-hook.
704 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
707 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
709 * loadup.el: Fix merge problem, only load "button" once.
711 2007-09-03 Glenn Morris <rgm@gnu.org>
713 * vc-svn.el (vc-svn-print-log): If there is only one file, use
714 "Working file:" as the prefix, for the sake of
715 log-view-current-file.
717 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
719 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
720 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
721 if the selected frames is in
722 xterm-modify-other-keys-terminal-list.
723 (xterm-turn-off-modify-other-keys): Add an optional frame
724 parameter. Only turn off modify-other-keys if FRAME is in
725 xterm-modify-other-keys-terminal-list.
726 (xterm-remove-modify-other-keys): New function.
727 (terminal-init-xterm): Use it. Deal with delete-frame hook.
728 Add the selected frame to xterm-modify-other-keys-terminal-list.
730 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
732 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
733 (icon-map-list): New variable.
734 (x-gtk-map-stock): Use icon-map-list.
736 2007-09-02 Romain Francoise <romain@orebokech.com>
738 * log-view.el (log-view-current-file): Balance parens.
740 2007-09-02 Glenn Morris <rgm@gnu.org>
742 * comint.el (comint-mode): Don't set scroll-conservatively.
744 * eshell/em-unix.el (eshell/time): Stringify and flatten the
745 non-command arguments.
747 * log-view.el (log-view-current-file): Give a more explicit error
748 if log-view-file-re fails to find a match.
750 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
752 * emacs-lisp/bytecomp.el (byte-recompile-directory):
753 Fix bug: Don't expand top-level file name more than once.
754 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
756 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
758 * server.el (server-process-filter): Don't display the splash screen.
759 It's annoying enough on the initial screen and becomes positively
762 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
764 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
765 Change naming to use "avl-tree--" for internal functions.
767 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
769 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
771 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
772 (provide): Move to the end of file.
774 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
776 2007-08-31 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
778 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
779 New variable. List of exceptions for the duplicated word rule.
780 (flyspell-mark-duplications-flag): Mention it.
781 (flyspell-word): Treat it.
783 * files.el (create-file-buffer): If the filename sans directory starts
784 with spaces, remove them.
786 2007-08-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
788 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
789 (x-gtk-map-stock): Use two directory elements when matching
792 2007-08-31 James Wright <james@chumsley.org>
794 * eshell/em-unix.el (eshell/info): New function.
796 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
798 * frame.el (frame-initialize, make-frame):
799 * server.el (server-process-filter):
800 * faces.el (tty-set-up-initial-frame-faces): Don't set
801 term-environment-variable since it's not used any more.
803 * env.el (setenv): Don't treat $TERM specially.
805 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
806 stated otherwise, subprocesses do not send back escape sequences
807 corresponding to the terminal from which Emacs was started.
809 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
811 * calculator.el: Require cl for compilation.
813 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
815 * outline.el (outline-font-lock-levels): Comment out unused var.
816 (outline-font-lock-face): Wrap around face list to handle any
817 nesting depth gracefully.
819 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
821 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
824 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
826 * textmodes/org.el (org-export-visible): Fix drawers before export.
827 (org-do-sort): Allow sorting by priority.
828 (org-agenda-files): Ignore non-existing files.
829 (org-agenda-skip-unavailable-files): New variable.
830 (org-ellipsis): All a face as value.
831 (org-mode): Interprete the face value of `org-ellipsis'.
832 (org-archive-save-context-info): New option.
833 (org-archive-subtree): Store context info in archived entry.
834 (org-fast-tag-selection-can-set-todo-state): New variable.
835 (org-fast-tag-selection): Allow setting TODO states through this
837 (org-cycle): Docstring updated.
838 (org-todo-keyword-faces): New option.
839 (org-get-todo-face): New function.
840 (org-set-font-lock-defaults, org-agenda-highlight-todo):
841 Use `org-get-todo-face'.
842 (org-switch-to-buffer-other-window): New function.
843 (org-table-edit-field, org-table-show-reference)
844 (org-table-edit-formulas, org-add-log-note)
845 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
846 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
847 `switch-to-buffer-other-window' to make sure that the temporary
848 windows show up on the current frame.
849 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
850 (org-get-entries-from-diary, org-replace-region-by-html):
851 Don't allow pop-up frames.
852 (org-agenda-get-deadlines, org-agenda-get-scheduled):
853 Fix problems with time-of-day.
854 (org-export-get-title-from-subtree): New function.
855 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
856 with listing items that are DONE.
857 (org-change-tag-in-region): New command.
858 (org-agenda-skip-scheduled-if-done)
859 (org-agenda-skip-deadline-if-done): Docstring clarified.
860 (org-mode): Hide drawers on startup.
861 (org-get-todo-face): New function.
862 (org-todo-keyword-faces): New option.
863 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
864 (org-remove-keyword-keys): New function.
866 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
868 * progmodes/grep.el (grep-find-ignored-directories):
869 Add monotone _MTN bookkeeping directory in workspaces.
870 Add RCS control directory. List items in alphabetical order.
872 * progmodes/grep.el (grep-files-aliases): Add cc alias.
873 Sort items in alphabetical order. Fix parens.
875 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
877 * vc-hg.el (vc-hg-extra-menu-map): New variable.
878 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
879 (vc-hg-pull): New functions.
880 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
882 * term/mac-win.el: Don't require url, only autoloaded url
883 functions are used in this file.
885 2007-08-29 Andreas Schwab <schwab@suse.de>
887 * shell.el (shell): Return correct value from interactive spec.
889 2007-08-29 Glenn Morris <rgm@gnu.org>
891 * version.el (emacs-version): Increase to 23.0.50.
893 2007-08-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
895 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
897 2007-08-29 Juri Linkov <juri@jurta.org>
899 * loadup.el: Add "button" loading after "faces" and move "startup"
900 to load after "button".
902 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
904 * loadup.el: Load term/mac-win on a Mac using Carbon.
906 * term/mac-win.el: Provide mac-win.
907 (mac-initialized): New variable.
908 (mac-initialize-window-system): New function. Move global setup here.
909 (handle-args-function-alist, frame-creation-function-alist):
910 (window-system-initialization-alist): Add mac entries.
911 (x-setup-function-keys): New function containing all the
912 top level function key definitions.
914 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
916 * env.el (read-envvar-name): Don't consider the environment frame param.
919 * frame.el (frame-initialize, make-frame):
920 * faces.el (tty-set-up-initial-frame-faces):
921 * server.el (server-process-filter): Set
922 display-environment-variable and term-environment-variable.
924 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
926 2007-08-29 Jason Rumney <jasonr@gnu.org>
928 * loadup.el: Only load term/x-win when X is compiled in.
929 Load term/w32-win and dependencies on windows-nt.
931 * term/w32-win.el: Reorder to match x-win.el more closely.
932 Provide w32-win. Don't throw error when global window-system not w32.
933 (internal-face-interactive): Remove obsolete function.
934 (x-setup-function-keys): Use local-function-key-map.
935 (w32-initialized): New variable.
936 (w32-initialize-window-system): Set it.
937 Move more global setup here.
938 (x-setup-function-keys): New function.
939 (w32-initialize-window-system): Move non function key global setup here.
940 (x-cut-buffer-max): Remove.
941 (w32-initialize-window-system): New function.
942 (handle-args-function-alist, frame-creation-function-alist):
943 (window-system-initialization-alist): Add w32 entries.
945 2007-08-29 David Kastrup <dak@gnu.org>
947 * env.el (getenv): Pass frame to getenv-internal.
949 2007-08-29 Karoly Lorentey <lorentey@elte.hu>
951 * version.el (emacs-version): Show if multi-tty is present.
953 * loadup.el: Delay loading env; mule-conf gets confused by cl
954 during bootstrap. Also load termdev and term/x-win.
956 * bindings.el (mode-line-client): New variable.
957 (help-echo): Add it to the default mode-line format.
959 * cus-start.el: Remove bogus window-system reference from GTK test.
961 * ebrowse.el (ebrowse-electric-list-mode-map)
962 (ebrowse-electric-position-mode-map):
963 * ebuff-menu.el (electric-buffer-menu-mode-map):
964 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
967 * ediff-wind.el (ediff-setup-windows-automatic): New function.
968 (ediff-window-setup-function): Use it as default.
970 * files.el (save-buffers-kill-terminal): New function.
971 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
973 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
974 and `with-selected-frame'.
976 * help-fns.el (describe-variable): Describe frame-local variables
979 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
981 (normal-erase-is-backspace-setup-frame): New function.
983 * subr.el (with-selected-frame): New function.
984 (read-quoted-char): Use terminal-local binding of
985 local-function-key-map instead of function-key-map.
987 * talk.el (talk): New function.
988 (talk-handle-delete-frame): New function.
989 (talk-add-display): Open a new frame only if FRAME was not a frame.
991 * termdev.el: New file.
993 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
994 * term/x-win.el: Don't bind f10.
995 * tmm.el: Remove autoload binding for f10.
997 * international/encoded-kb.el (encoded-kbd-setup-display): Use
998 `set-input-meta-mode'. Fix broken condition before set-input-mode.
999 Store the saved input method as a terminal parameter. Add keymap
1000 parameter. Use it instead of changing key-translation-map directly.
1001 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
1003 (encoded-kbd-setup-display): New function.
1005 * international/mule-cmds.el (set-locale-environment): Fix getenv
1006 call. Use save-buffers-kill-terminal. Ignore window-system; always
1007 set the keyboard coding system. Add DISPLAY parameter.
1008 (set-display-table-and-terminal-coding-system): Add DISPLAY
1009 parameter. Pass it to set-terminal-coding-system.
1011 * international/mule.el (keyboard-coding-system): Test for
1012 encoded-kbd-setup-display, not encoded-kbd-mode.
1013 (set-terminal-coding-system, set-keyboard-coding-system): Add
1015 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
1017 * term/README: Update.
1019 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
1021 * term/x-win.el (x-setup-function-keys): New function. Move
1022 function-key-map tweaks here. Protect against multiple calls on
1023 the same terminal. Use terminal-local binding of
1024 local-function-key-map instead of function-key-map.
1025 (x-initialize-window-system): Make a copy of pure list. Pass a
1028 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
1029 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
1030 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
1031 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
1032 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
1033 local-function-key-map instead of function-key-map.
1035 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
1036 `substitute-key-definition' and `define-key' calls against
1037 multiple execution. Use terminal-local binding of
1038 local-function-key-map instead of function-key-map. Pass a frame
1041 * edmacro.el (edmacro-format-keys):
1042 * emulation/cua-base.el (cua--pre-command-handler):
1043 * isearch.el (isearch-other-meta-char):
1044 * xt-mouse.el: Use terminal-local binding of
1045 local-function-key-map instead of function-key-map.
1047 * fringe.el (set-fringe-mode): Simplify and fix using
1048 `modify-all-frames-parameters'.
1049 * scroll-bar.el (set-scroll-bar-mode): Ditto.
1050 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
1051 check before calling `tool-bar-setup'.
1052 (tool-bar-setup): New variable.
1053 (tool-bar-setup): Use it to guard against multiple calls. Add
1054 optional frame parameter, and select that frame before adding items.
1055 (toggle-tool-bar-mode-from-frame): New function.
1057 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
1058 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
1059 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
1060 "Tool-bar" toggles to reflect the state of the current frame.
1061 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
1063 * env.el: Require cl for byte compilation (for `block' and `return').
1064 (environment, setenv-internal): New functions.
1065 (let-environment): New macro.
1066 (setenv, getenv): Add optional terminal parameter. Update docs.
1067 (setenv): Use setenv-internal. Always set process-environment.
1068 Handle `local-environment-variables'.
1069 (read-envvar-name, setenv, getenv): Use frame parameters
1070 to store the local environment, not terminal parameters. Include
1071 `process-environment' as well.
1073 * faces.el (tty-run-terminal-initialization): New function.
1074 (tty-create-frame-with-faces): Use it. Set up faces and
1075 background mode only after the terminal has been initialized.
1076 Call terminal-init-*. Don't load the initialization file more
1077 than once. Call set-locale-environment.
1078 (frame-set-background-mode): Handle the 'background-mode terminal
1080 (tty-find-type): New function.
1081 (x-create-frame-with-faces): Remove bogus check for
1082 first frame. Call `tool-bar-setup'. Don't make frame visible
1083 until we are done setting up all its parameters. Call
1084 x-setup-function-keys.
1086 * frame.el (make-frame): Always inherit 'environment and 'client
1087 parameters. Set up the 'environment frame parameter, when needed.
1088 Also inherit 'client parameter. Don't override explicitly
1089 specified values with inherited ones. Add 'terminal frame
1090 parameter. Append window-system-default-frame-alist to parameters
1091 before calling frame-creation-function.
1092 (frame-initialize): Copy the environment from the initial frame.
1093 (window-system-default-frame-alist): Enhance doc string.
1094 (frame-notice-user-settings): Don't put 'tool-bar-lines in
1095 `default-frame-alist' when initial frame is on a tty.
1096 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
1097 Remove specified parameters from `window-system-default-frame-alist'.
1098 (make-frame-on-tty, framep-on-display, suspend-frame):
1099 Extend doc string, update parameter names.
1100 (frames-on-display-list): Use terminal-id to get the display id.
1101 (frame-notice-user-settings): Extend to apply
1102 settings in `window-system-default-frame-alist' as well.
1103 (terminal-id, terminal-parameters, terminal-parameter)
1104 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
1105 (delete-frame-functions): Add to `delete-frame-functions' hook.
1106 (blink-cursor-mode): Adapt blink-cursor-mode default
1107 value from startup.el.
1108 (make-frame-on-display): Protect condition on x-initialized when
1109 x-win.el is not loaded. Update doc.
1110 (suspend-frame): Use display-controlling-tty-p to decide between
1111 suspend-emacs and suspend-tty.
1112 (frames-on-display-list): Update for display ids.
1113 (framep-on-display): Ditto.
1114 (suspend-frame): Use display-name, not frame-tty-name.
1115 (selected-terminal): New function.
1117 * server.el: Use `device' instead of `display' or `display-id' in
1118 variable and client parameter names.
1119 (server-select-display): Remove (unused).
1120 (server-tty-live-p, server-handle-delete-tty): Remove.
1121 (server-unquote-arg, server-quote-arg, server-buffer-clients):
1123 (server-getenv-from, server-with-environment, server-send-string)
1124 (server-save-buffers-kill-terminal): New functions.
1125 (server-delete-client): Handle quits in kill-buffer. Don't kill
1126 modified buffers. Add extra logging. Delete frames after
1127 deleting the tty. Clear 'client parameter before deleting a frame.
1128 Use delete-display, not delete-tty.
1129 (server-visit-files): Don't set `server-existing-buffer' if the
1130 buffer already has other clients. Return list of buffers
1131 created. Update doc. Don't set client-record when nowait.
1132 (server-handle-delete-frame): Delete the client if this was its
1133 last frame. Check that the frame is alive. Remove bogus comment.
1134 Add note on possible race condition. Delete tty clients, if needed.
1135 (server-handle-suspend-tty): Use server-send-string. Kill the
1136 client in case of errors from process-send-string. Use the display
1138 (server-unload-hook): Remove obsolete delete-tty hook.
1139 (server-start): Ask before restarting if the old server still has
1140 clients. Add feedback messages. Remove obsolete delete-tty hook.
1141 (server-process-filter): Use server-send-string. Accept `-dir'
1142 command. Switch to *scratch* immediately after creating the frame,
1143 before evaluating any -evals. Protect `display-splash-screen'
1144 call in a condition-case. Explain why. Call
1145 `display-startup-echo-area-message' before
1146 `display-splash-screen'. Don't display the splash screen when no
1147 frame was created. Show the Emacs splash screen and startup echo
1148 area message. Display the *scratch* buffer by default. Store the
1149 local environment in a frame (not terminal) parameter. Do not try
1150 to decode environment strings. Fix reference to the 'display
1151 frame parameter. Change syntax of environment variables. Put
1152 environment into terminal parameters, not client parameters. Use
1153 a dummy client with --no-wait's X frames. In `-position LINE'
1154 handler, don't ruin the request string until the line number is
1155 extracted. Log opened files. Handle -current-frame command.
1156 Don't create frames when it is given. Don't bind X frames to the
1157 client when we are in -no-wait mode. Set locale environment
1158 variables from client while creating tty frames. Disable call to
1159 configure-display-for-locale. When processing -position command,
1160 don't change the request string until the parameters are
1161 extracted. Don't try to create an X frame when Emacs does not
1162 support it. Improve logging. Temporarily set ncurses-related
1163 environment variables to those of the client while creating a new
1164 tty frame. Select buffers opened by nowait clients, don't leave
1165 them buried under others. Set the display parameter, and use it
1168 * startup.el (display-startup-echo-area-message): Handle
1169 `inhibit-startup-echo-area-message' here.
1170 (command-line-1): Moved from here.
1171 (fancy-splash-screens): Use `overriding-local-map' instead of
1172 `overriding-terminal-local-map' for now; the latter doesn't work
1173 right, it looses keypresses to another terminal. Use
1174 `overriding-terminal-local-map' to set up keymap. Install a
1175 `delete-frame-functions' hook to catch `delete-frame' events.
1176 Ignore `select-window' events to cope better with
1177 `focus-follows-mouse'. Don't switch back to the original buffer
1178 if the splash frame has been killed. Restore previous buffer, even
1180 (normal-splash-screen): Don't let-bind `mode-line-format'; it
1181 changes the global binding - setq it instead. Use
1182 `save-buffers-kill-terminal'.
1183 (display-splash-screen): Don't do anything if the splash screen is
1184 already displayed elsewhere.
1185 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
1186 (command-line): Replace duplicated code with a call to
1187 tty-run-terminal-initialization. Don't load the terminal
1188 initialization file more than once. Remove call to nonexistent
1189 function `set-locale-translation-file-name'.
1191 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
1193 (xterm-mouse-position-function, xterm-mouse-event): Update.
1194 (xterm-mouse-mode): Don't depend on current value of window-system.
1195 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1196 Update for multi-tty.
1197 (turn-on-xterm-mouse-tracking-on-terminal)
1198 (turn-off-xterm-mouse-tracking-on-terminal)
1199 (xterm-mouse-handle-delete-frame): New functions.
1200 (delete-frame-functions, after-make-frame-functions)
1201 (suspend-tty-functions, resume-tty-functions): Install extra hooks
1204 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1206 * simple.el (invisible-p): Remove: implemented in C now.
1207 (line-move-invisible-p): Remove obsolete alias.
1209 2007-08-28 Juri Linkov <juri@jurta.org>
1211 * image-mode.el (image-type): New variable.
1212 (image-mode): Set default major mode name to "Image[text]".
1213 (image-minor-mode): Change LIGHTER to display image-type in the
1215 (image-minor-mode): Set default image-type to "text".
1216 (image-toggle-display): After switching to text mode, set
1217 image-type to "text" and major mode name to "Image[text]".
1218 After switching to image mode, set image-type to actual image
1219 type, and add image type to major mode name. Let-bind the same
1220 variable names as arguments of `image-type' and `create-image'.
1221 Bind `type' to the result of `image-type' and use it as arg
1222 of `create-image' to not determine the image type twice.
1224 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
1226 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
1227 (tramp-set-file-uid-gid, tramp-get-local-uid)
1228 (tramp-get-local-gid): New defuns.
1229 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
1230 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
1232 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
1233 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
1234 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
1235 (tramp-handle-write-region): Improve fast track.
1236 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
1237 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
1240 2007-08-28 Ivan Kanis <apple@kanis.eu>
1242 * time.el: New feature to display several time zones in a buffer.
1243 (display-time-world-mode, display-time-world-display)
1244 (display-time-world, display-time-world-timer): New functions.
1245 (display-time-world-list, display-time-world-time-format)
1246 (display-time-world-buffer-name, display-time-world-timer-enable)
1247 (display-time-world-timer-second, display-time-world-mode-map):
1250 2007-08-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1252 * term/x-win.el (x-gtk-stock-map): New variable.
1253 (x-gtk-map-stock): New function.
1255 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1258 2007-08-28 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
1260 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
1262 2007-08-28 Glenn Morris <rgm@gnu.org>
1264 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
1266 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1268 * progmodes/modula2.el (m2-definition, m2-module):
1269 Don't use previous-line. Reported by T. V. Raman.
1271 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1273 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1274 argument to tool-bar-mode call.
1276 2007-08-27 Glenn Morris <rgm@gnu.org>
1278 * diff-mode.el (diff-find-file-name): Only accept regular files,
1279 to rule out /dev/null, directories, etc.
1281 * vc-svn.el (vc-svn-diff): If the repository version of all the
1282 files is the same as the specified OLDVERS, do a local diff.
1284 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1286 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1287 of buffers in uniquify-managed.
1289 * simple.el (invisible-p): Rename from text-invisible-p.
1292 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1294 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1295 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1296 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1297 (cperl-etags-goto-tag-location): Use new style backquotes.
1299 * net/browse-url.el: Remove spurious * in custom docstrings.
1300 (browse-url-filename-alist): Use new-style backquote.
1302 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1303 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1305 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1306 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1308 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1310 * net/socks.el (socks-username/password-auth-filter):
1311 Remove unused vars `state' and `desired-len'.
1312 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1313 (socks-wait-for-state-change): Use new-style backquotes.
1315 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1317 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1318 backquotes after each `read' rather than once per buffer.
1320 * dframe.el: Remove spurious * in custom docstrings.
1321 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1322 (dframe-xemacs20p): Remove, inline at the sole use point.
1323 (defface): Don't defvar the face, don't use old-style backquote.
1324 (defcustom): Don't use old-style backquote.
1325 (dframe-frame-parameter, dframe-mouse-event-p):
1326 Make it obvious that it's always defined.
1327 (dframe-popup-kludge): New function to replace
1328 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1329 (dframe-frame-mode, dframe-set-timer-internal)
1330 (dframe-mouse-set-point): Remove use of with-no-warnings from
1331 XEmacs-specific code.
1332 (dframe-set-timer-internal): Fix very old bug with
1333 post-command-idle-hook.
1335 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1337 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1339 * emacs-lisp/avl-tree.el: New file.
1341 2007-08-26 Micha
\e,bk
\e(Bl Cadilhac <michael@cadilhac.name>
1343 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
1346 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
1348 * complete.el (PC-do-completion): Make RET accept a non-unique but
1349 complete expansion again.
1351 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
1353 * eshell/esh-opt.el (eshell-eval-using-options):
1354 Add debug declaration.
1356 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1358 * log-view.el (log-view-toggle-mark-entry): Add docstring.
1359 (log-view-get-marked): Likewise.
1361 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
1362 (vc-delete-automatic-version-backups): Likewise.
1364 * vc.el (vc-dired-buffers-for-dir): Likewise.
1366 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1368 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1369 safe-local-variable setting.
1370 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1372 * log-view.el (log-view-marked-list): Delete variable.
1373 (log-view-mode): Don't use it.
1374 (log-view-toggle-mark-entry): Likewise, simplify.
1375 (log-view-current-tag): Don't return properties.
1376 (log-view-get-marked): New function.
1378 2007-08-25 Alexandre Julliard <julliard@winehq.org>
1380 * vc-git.el (vc-git-mode-line-string): New function.
1382 2007-08-25 Alan Mackenzie <acm@muc.de>
1384 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1385 new language variable.
1387 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
1388 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1389 "extern" etc., rather than BOI. Fix addition of spurious
1390 syntactic-symbol 'defun-block-intro, replacing it with
1393 2007-08-25 Juri Linkov <juri@jurta.org>
1395 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
1397 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
1398 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
1399 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
1401 * image.el (image-type-header-regexps): Use more complex regexp for svg.
1402 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
1403 (image-type-auto-detectable): Add (svg . maybe).
1405 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
1406 to treat it like .tgz.
1408 * calendar/cal-bahai.el: Add file coding cookie.
1410 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1412 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1413 Don't behave differently when executed via M-x. Add doc string.
1415 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1416 safe-local-variable.
1418 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
1420 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
1422 (math-calendar-tzinfo): New variable.
1423 (math-get-calendar-tzinfo): New function.
1424 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
1425 to get information when zone is nil.
1427 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
1429 * log-view.el (log-view-toggle-mark-entry): New function.
1430 (log-view-mode-map): Bind it.
1431 (log-view-marked-list): New variable.
1432 (log-view-mode): Make it local.
1434 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1436 * play/zone.el (zone-pgm-rat-race): New func.
1437 (zone-programs): Add `zone-pgm-rat-race'.
1439 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1441 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
1444 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1446 * progmodes/hideshow.el (hs-match-data): Delete alias.
1447 (hs-hide-block-at-point, hs-find-block-beginning)
1448 (hs-show-block): Use `match-data' directly.
1450 2007-08-24 Martin Rudalics <rudalics@gmx.at>
1452 * format.el (format-alist): Fix typo in doc-string.
1454 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
1456 * net/tramp.el (tramp-local-host-p): New defun.
1457 (tramp-handle-file-local-copy, tramp-handle-write-region):
1458 Implement fast track when being on the local host.
1459 (tramp-file-name-handler): Don't set "started" property. It shall
1460 be reserved for the "ftp" method.
1461 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
1463 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
1464 (tramp-ftp-file-name-handler): Set "started" property.
1466 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1468 * files.el (backup-buffer-copy): Don't wrap delete in
1469 condition-case, only try to delete if file exists.
1471 2007-08-24 Glenn Morris <rgm@gnu.org>
1473 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1475 * startup.el (tutorial-directory): Set with eval-at-startup so it
1476 gets the right value in an installed Emacs.
1478 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1480 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
1481 (eldoc-highlight-function-argument): Use it.
1483 2007-08-23 Masatake YAMATO <jet@gyve.org>
1485 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
1486 name of parameters in document body.
1488 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1490 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
1491 (byte-compile-output-as-comment): Use with-current-buffer rather than
1492 a weird set-buffer&prog1 combination.
1494 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
1495 test so as to optimise cases where the `progn's result is constant.
1497 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1499 * locate.el (locate-get-file-positions):
1500 Use line-beginning-position and line-end-position.
1502 2007-08-23 John Wiegley <johnw@newartisans.com>
1504 * calendar/cal-bahai.el: Added in the diacriticals that were
1505 missing for many of the month names.
1507 2007-08-22 Jason Rumney <jasonr@gnu.org>
1509 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
1511 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1513 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1515 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1517 * dabbrev.el (dabbrev--progress-reporter): New variable.
1518 (dabbrev--scanning-message): Delete func.
1519 (dabbrev--find-expansion): Use a progress reporter
1520 instead of dabbrev--scanning-message.
1522 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
1524 * comint.el (comint-exec-1): Raise an error if
1525 `start-file-process' does not return a process object.
1527 * shell.el (shell): Prompt for `default-directory' if it is a
1528 remote file name, and if called with a prefix arg.
1530 2007-08-22 Sam Steingold <sds@gnu.org>
1532 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
1534 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
1536 * textmodes/org-export-latex.el: New file.
1538 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
1540 * textmodes/org.el (org-agenda-skip): Allow a form for
1541 `org-agenda-skip-function'.
1542 (org-agenda-redo): Re-use local settings.
1543 (org-agenda): Store local settings.
1544 (org-agenda-deadline-faces): New option.
1545 (org-agenda-deadline-face): New function.
1546 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
1547 entries on their due date.
1548 (org-agenda-get-timestamps): No longer handle the due dates of
1549 schedules and deadline items.
1550 (org-insert-link-global, org-open-at-point-global): New commands.
1551 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
1552 :for-ascii parameter.
1553 (org-skip-comments): Function removed.
1554 (org-cleaned-string-for-export): Handle special table lines.
1555 (org-global-properties): New option.
1556 (org-entry-get-with-inheritance): Check global properties.
1557 (org-local-properties): New variable.
1558 (org-set-regexps-and-options): Find the #+PROPERTY line.
1559 (org-link-types): Change type into variable (was constant).
1560 (org-make-link-regexps): New function.
1561 (org-link-re-with-space, org-link-re-with-space2)
1562 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
1563 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
1564 these regular expressions happens now in the function
1565 `org-make-link-regexps'.
1566 (org-store-link): Call the functions in
1567 `org-store-link-functions'.
1568 (org-add-link-type): New function.
1569 (org-store-link-functions): New variable.
1570 (org-activate-tags): Force matches to be in headlines.
1571 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
1572 (org-columns-display-here): Make sure this works in a narrowed
1573 buffer by checking for point-min.
1574 (org-columns-display-here): Make the rest of the line intangible,
1575 so that point never can be there.
1576 (org-cleaned-string-for-export): Use `with-current-buffer'.
1577 (org-replace-region-by-html): Use `with-current-buffer'.
1578 (org-unfontify-region, org-do-occur, org-columns-display-here)
1579 (org-columns-remove-overlays, org-columns-quit)
1580 (org-columns-edit-value, org-columns-next-allowed-value)
1581 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
1582 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
1583 (org-agenda-todo, org-agenda-change-all-lines)
1584 (org-agenda-align-tags, org-agenda-priority)
1585 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
1586 (org-agenda-show-new-time, org-cleaned-string-for-export)
1587 (org-export-grab-title-from-buffer)
1588 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
1589 instead of `buffer-read-only'.
1590 (org-export-as-html): Set `coding-system-for-write'.
1591 (org-remember-store-without-prompt): New option.
1592 (org-archive-subtree): Fixed bug with modifying TODO keyword.
1593 (org-beginning-of-line): Also treat C-a special in items.
1594 (org-table-convert-refs-to-rc): Fixed problem with column
1595 reference after "..".
1596 (org-columns-compute): Don't mark buffer modified because of text
1598 (org-batch-store-agenda-views): Use the variable
1599 `default-directory', not the function.
1600 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
1601 (org-clock-out-when-done): New option.
1602 (org-html-entities): Added HTML entities for smileys.
1604 2007-08-22 Glenn Morris <rgm@gnu.org>
1606 * image.el (create-image): Doc fix.
1608 * startup.el (tutorial-directory): New constant.
1609 (fancy-splash-text): Tutorials now in tutorial-directory.
1610 * tutorial.el (help-with-tutorial): Tutorials now in
1613 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
1615 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
1617 (tramp-get-remote-path): New defun. Replace occurrences of
1618 `tramp-default-remote-path' by this function.
1619 (tramp-set-remote-path): Move most of the code to
1620 `tramp-get-remote-path'.
1621 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
1622 existing directories, this is done already in
1623 `tramp-get-remote-path'.
1625 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
1627 * image-file.el (image-file-name-extensions): Add "svg".
1628 * image.el (image-type-header-regexps): Add svg entry.
1630 2007-08-22 Glenn Morris <rgm@gnu.org>
1632 * files.el (backup-buffer-copy): Check backup directory is
1633 writable, to avoid infloop deleting old backup.
1635 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1636 movemail related variables.
1637 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1638 will now be set before this is called.
1640 2007-08-21 Juri Linkov <juri@jurta.org>
1642 * delsel.el (delete-selection-pre-hook):
1643 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
1644 instead of checking last-command.
1646 2007-08-21 Juri Linkov <juri@jurta.org>
1648 * loadup.el: Preload "button".
1650 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1652 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1653 Add previous-line and next-line.
1655 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1656 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
1658 * vc-hooks.el (vc-menu-entry): New var.
1659 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1660 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1661 (vc-menu-map): Declare and initialize in one step.
1662 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
1664 * menu-bar.el (vc-menu-map): Don't setup any more.
1665 Instead, just create the proper spot in the menu.
1667 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1669 * smerge-mode.el (smerge-resolve): New arg `safe'.
1670 (smerge-resolve-all, smerge-batch-resolve): New function.
1671 (smerge-refine): Make sure `diff' returns the expected result.
1672 (smerge-parsep-re): New const.
1673 (smerge-mode): Use it to adjust paragraph-separate.
1675 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1676 Correctly match / regexp matchers as first char on a line when
1677 fontifying only that line.
1679 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1681 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1683 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1684 (vc-bzr-registered): Don't redundantly protect against
1685 file-error. Actually use the format-specific code.
1686 (vc-bzr-buffer-nonblank-p): Remove.
1687 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1689 2007-08-20 Juri Linkov <juri@jurta.org>
1691 * startup.el (fancy-splash-text): Change multiple tabs into one
1692 tab. Remove "Useful File menu items" section (with "Exit Emacs"
1693 and "Recover Crashed Session").
1694 (fancy-splash-screens): Set tab-width to 22.
1695 (normal-splash-screen): Replace literal tabs with \t and
1696 fix whitespace. Remove "Useful File menu items" section (with
1697 "Exit Emacs" and "Recover Crashed Session").
1699 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1701 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1702 extracted from `eval-last-sexp-1'.
1703 (eval-last-sexp-1): Call `preceding-sexp'.
1705 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
1707 * vc-rcs.el (vc-rcs-annotate-command):
1708 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
1709 Add back :vc-annotate-prefix propertization.
1711 2007-08-20 Andreas Schwab <schwab@suse.de>
1713 * mail/rmail.el (rmail-autodetect): Doc fix.
1715 2007-08-19 Juri Linkov <juri@jurta.org>
1717 * startup.el (normal-splash-screen): Add more links.
1719 2007-08-19 Juri Linkov <juri@jurta.org>
1721 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
1722 because it's common to both types of splash screen: fancy and normal.
1723 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
1724 (exit-splash-screen): Rename from `fancy-splash-quit'.
1725 Use `quit-window' instead of `kill-buffer'.
1726 (fancy-splash-head): Use make-button to insert GNU image link.
1727 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
1728 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
1729 (normal-splash-screen): Put "Browse manuals" on the same line with
1730 "Emacs manual". Remove descriptions from "Useful tasks" and put
1731 all links in two columns on two lines.
1733 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
1735 * viper.el (viper-remove-hooks): Remove some additional viper hooks
1736 when the user calls viper-go-away.
1737 (viper-go-away): Restore the default of default-major-mode.
1738 Save the value of default-major-mode before vaperization.
1740 * viper-cmd.el: Replace error "" with "Viper bell".
1742 * viper-ex.el: Replace error "" with "Viper bell".
1744 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
1745 buffer for which file is created.
1747 2007-08-19 Glenn Morris <rgm@gnu.org>
1749 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1750 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1751 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1752 shadow files messing up the compilation.
1754 2007-08-18 Glenn Morris <rgm@gnu.org>
1756 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
1757 string. Also apply eldoc-argument-case in the help-split-fundoc
1758 case. Adapt for changed behavior of eldoc-function-argstring,
1759 eldoc-function-argstring-format, and
1760 eldoc-highlight-function-argument.
1761 (eldoc-highlight-function-argument): Handle nil INDEX argument,
1762 just call eldoc-docstring-format-sym-doc in that case.
1763 (eldoc-function-argstring): Change the behavior. Now it converts
1764 an argument list to a string.
1765 (eldoc-function-argstring-format): Change the behavior. Now it
1766 applies `eldoc-argument-case' to a string.
1768 * progmodes/scheme.el (scheme-mode-variables): Set
1769 font-lock-comment-start-skip.
1771 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1773 * progmodes/ada-mode.el (ada-create-syntax-table): Move
1774 set-syntax-table from here to ...
1775 (ada-mode): ... here. Do not change global value of
1776 comment-multi-line. Call new function
1777 ada-initialize-syntax-table-properties and add new function
1778 ada-handle-syntax-table-properties to font-lock-mode-hook.
1779 (ada-deactivate-properties, ada-initialize-properties): Replace
1780 by new functions ...
1781 (ada-handle-syntax-table-properties)
1782 (ada-initialize-syntax-table-properties)
1783 (ada-set-syntax-table-properties): ... to set up syntax-table
1784 properties uniformly, independently from whether font-lock-mode
1785 is enabled or not. Handle read-only buffers and do not change
1786 undo-list when setting syntax-table properties.
1787 (ada-after-change-function): Use ada-set-syntax-table-properties.
1789 2007-08-18 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1791 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
1792 (meta-indent-current-nesting): Use a computation of the nesting
1794 (meta-indent-current-indentation): Indentation is given according
1795 to nesting and if the previous line was finished or not.
1796 (meta-indent-unfinished-line): Tell if the current line ends with
1797 a finished expression.
1798 (meta-indent-looking-at-code): Like `looking-at', but checks if
1799 the point is in a string before.
1800 (meta-indent-level-count): Use it. Don't count parenthesis as it's
1801 done in the nesting function.
1802 (meta-indent-in-string-p): Tell if the current point is in a
1804 (meta-indent-calculate): Treat b-o-b as a special case. Use the
1807 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1809 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
1810 (copyright-update-year, copyright-update)
1811 (copyright-fix-years): Use it.
1813 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
1815 * emacs-lisp/copyright.el (copyright-update-year):
1816 Fix bug: Handle nil copyright-limit.
1818 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
1820 * calc/calc-units.el (math-standard-units): Give exact
1823 * calc/calc.el (math-bignum-digit-length): Compute the
1826 * calc/calc-bin.el (math-bignum-logb-digit-size)
1827 (math-bignum-digit-power-of-two):
1828 * calc/calc-comb.el (math-small-factorial-table):
1829 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1830 (math-approx-gamma-const):
1831 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
1832 (math-besY1, math-bernoulli-b-cache):
1833 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1834 Remove `eval-when-compile's.
1836 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1838 * progmode/cperl-mode.el (cperl-look-at-leading-count)
1839 (cperl-find-pods-heres): Fix an error when typing expressions like
1842 2007-08-17 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1844 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
1845 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
1846 a special case (there's no build number).
1848 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
1850 * completion.el (symbol-under-point, symbol-before-point)
1851 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
1853 2007-08-17 Glenn Morris <rgm@gnu.org>
1855 * progmodes/compile.el (compilation-get-file-structure): Make use
1856 of the directory part when checking for an existing entry, to
1857 handle files with same basename in different directories.
1859 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
1861 * calc/calc.el (calc-language-alist): Add texinfo-mode.
1863 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1865 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1866 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1867 (ps-paragraph-spacing): Docstring fix.
1869 2007-08-16 Glenn Morris <rgm@gnu.org>
1871 * ps-print.el (ps-font-size): Doc fix.
1873 2007-08-16 Richard Stallman <rms@gnu.org>
1875 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
1877 2007-08-15 Juri Linkov <juri@jurta.org>
1879 * startup.el (initialization): Change parent group from `internal'
1881 (initial-buffer-choice): New variable.
1882 (command-line): Revert 2007-07-02 change that sets
1883 buffer-offer-save in *scratch* and enables auto-save in it.
1884 (fancy-splash-text): Add links to existing items. Add new items
1885 with links for useful tasks. Move information about Control-g to
1886 fancy-splash-head. Move "Emacs Guided Tour" to the end.
1887 (fancy-splash-keymap): New variable.
1888 (fancy-splash-last-input-event): Remove variable.
1889 (fancy-splash-insert): Add processing of `:link' element.
1890 (fancy-splash-head): Replace "Type Control-l to begin editing"
1891 with "Type `q' to exit".
1892 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
1893 (fancy-splash-default-action, fancy-splash-special-event-action):
1895 (fancy-splash-quit): New function.
1896 (fancy-splash-screens): Rename input arg from `hide-on-input' to
1897 `static' and reverse the condition of its usage. Don't preserve
1898 original values of `minor-mode-map-alist',
1899 `emulation-mode-map-alists', `special-event-map'.
1900 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
1901 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
1902 Remove processing of special events. Use local key map
1903 `fancy-splash-keymap'. Set buffer to read-only.
1904 (normal-splash-screen): Rename input arg from `hide-on-input' to
1905 `static' and reverse the condition of its usage.
1906 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
1907 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
1908 Add links to existing items. Add new items with links for useful
1909 tasks. Use local key map `fancy-splash-keymap'.
1910 (display-splash-screen): Rename input arg from `hide-on-input' to
1912 (about-emacs): Add alias to display-splash-screen.
1913 (command-line-1): Use `initial-buffer-choice'.
1915 * menu-bar.el (menu-bar-help-menu):
1916 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
1917 item to about-emacs instead of display-splash-screen.
1919 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
1921 * calc/calc-units.el (math-standard-units): Update values.
1922 Put in exact, rational values when possible.
1923 (math-unit-prefixes): Replace floats with powers of ten.
1924 (math-standard-units-systems): Replace floats with integers.
1925 (math-make-unit-string): Remove extra spaces in output.
1927 2007-08-15 Glenn Morris <rgm@gnu.org>
1929 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1930 sloppier, for the sake of GNU Mailman.
1931 (rmail-digest-rfc1153): Initialize `result' correctly.
1933 2007-08-15 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1935 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
1936 in the mail title. Suggested by Reiner Steib.
1938 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
1940 * calc/calc-aent.el (calc-do-quick-calc): Add binary
1941 representation of integers to the list of outputs.
1943 2007-08-14 Glenn Morris <rgm@gnu.org>
1945 * simple.el (bad-packages-alist): New constant.
1946 (bad-package-check): New function. Together, these two add elements
1947 to `after-load-alist' to check for problematic external packages.
1948 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1950 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
1952 * calc/calc-units.el (math-get-standard-units)
1953 (math-get-units, math-make-unit-string)
1954 (math-get-default-units, math-put-default-units): New functions.
1955 (math-default-units-table): New variable.
1956 (calc-convert-units, calc-convert-temperature): Add machinery
1957 to supply default values.
1959 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1961 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
1962 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
1963 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
1964 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
1966 * emulation/tpu-extras.el: Remove spurious * in docstrings.
1967 Put its autoloads into tpu-edt.el rather than loaddefs.el.
1968 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
1969 Make into a proper minor-mode.
1970 (tpu-backward-char, tpu-next-line, tpu-previous-line)
1971 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
1972 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
1973 (tpu-set-cursor-free, tpu-set-cursor-bound):
1974 Delegate to tpu-cursor-free-mode.
1975 (tpu-next-line, tpu-previous-line, tpu-forward-line)
1976 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
1977 Use line-move or forward-line instead of next-line-internal.
1979 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1981 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1983 2007-08-12 Richard Stallman <rms@gnu.org>
1985 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1986 (cvs-execute-single-file): Use new name split-string-and-unquote.
1987 (cvs-header-msg): Use new name combine-and-quote-strings.
1989 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1991 * progmodes/gud.el (gud-common-init): Use new name
1992 split-string-and-unquote.
1994 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1997 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1998 combine-and-quote-strings and split-string-and-unquote.
2000 * subr.el (combine-and-quote-strings): Rename from strings->string.
2001 (split-string-and-unquote): Rename from string->strings.
2003 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2005 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2006 to buffer-local settings.
2008 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2009 (backquote-process): Add internal arg `level'. Use the two to
2010 correctly handle nested backquotes.
2012 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2014 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2015 (vc-bzr-state-words): Add "kind changed" state word.
2016 (vc-bzr-status): New function. Return Bzr idea of file status,
2017 which is different from VC's.
2018 (vc-bzr-state): Use vc-bzr-status.
2019 (vc-workfile-unchanged-p): Use vc-bzr-status.
2020 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2021 (vc-dired-state): Process "kind changed" state word.
2023 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2025 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2027 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2028 Move from vc-default-find-file-not-found-hook.
2030 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2032 * man.el: Remove spurious * in docstrings.
2033 Merge defvars and toplevel setq-defaults.
2034 (Man-highlight-references0): Limit=nil rather than point-max.
2035 (Man-mode-map): Move initialization into the declaration.
2036 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2037 (Man-view-header-file): Use expand-file-name rather than concat.
2038 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2040 * man.el (Man-next-section): Make sure we do not move backward.
2042 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2044 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2046 2007-08-08 Glenn Morris <rgm@gnu.org>
2048 * Replace `iff' in doc-strings and comments.
2050 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2052 * dired.el (dired-pop-to-buffer):
2053 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2054 * calendar/calendar.el (generate-calendar-window):
2055 * progmodes/compile.el (compilation-set-window-height):
2056 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2057 Use window-full-width-p instead of comparing frame-width and
2060 * progmodes/compile.el (compilation-find-buffer): Remove extra
2061 argument in call to compilation-buffer-internal-p.
2063 2007-08-07 Tom Tromey <tromey@redhat.com>
2065 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2066 Add safe-local-variable property.
2068 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2070 * image-mode.el (image-toggle-display): Use image-refresh.
2072 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2074 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2076 (vc-bzr-command): Remove redundant setting of process-connection-type.
2077 (vc-bzr-admin-checkout-format-file): Add autoload.
2078 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2079 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2080 (vc-bzr-registered): Compare dirstate format tag with known good
2081 value, abort parsing if match fails. Warn user in docstring.
2082 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2083 See bzrlib/branch.py in Bzr sources.
2084 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2085 (vc-bzr-shell-command): Remove in favor of
2086 vc-bzr-command-discarding-stderr.
2087 (vc-bzr-command-discarding-stderr): New function.
2089 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2091 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2092 program, and return nil.
2093 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2094 (vc-bzr-state): Look for path names relative to the repository
2095 root after status keyword.
2096 (vc-bzr-file-name-relative): New function.
2097 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2099 (vc-bzr-admin-dirname, ...-checkout-format-file)
2100 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2101 files that we now parse directly for speed.
2102 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2103 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2104 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
2105 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2106 Bzr warnings, so we must discard it.
2107 (vc-bzr-workfile-version): Speedup counting lines from
2108 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2109 if that file doesn't exist.
2110 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2111 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
2112 to `vc-directory-exclusion-list'.
2113 (vc-bzr-shell-command): New function.
2115 2007-08-06 Tom Tromey <tromey@redhat.com>
2117 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2118 (diff-fixup-modifs): Typo in docstring.
2120 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2122 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2124 (tpu-edt-off): Disable relevant pieces of advice.
2126 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2127 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2128 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2129 redefining the function.
2130 (tpu-set-scroll-margins): Activate the pieces of advice.
2132 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2134 * help.el (resize-temp-buffer-window): Use window-full-width-p
2135 instead of comparing frame-width and window-width.
2137 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2139 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2140 optional quotes around files in NEED-UPDATE . REMOVED case.
2142 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2143 (ada-treat-cmd-string): Improve error message.
2144 (ada-do-file-completion): Call `ada-require-project-file', so
2145 project variables are set properly.
2146 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2147 (ada-gnatfind-buffer-name): New constant.
2148 (ada-find-any-references): Use new constant. Set buffer name
2149 properly in compilation-start. Toggle read-only properly.
2150 (ada-find-in-src-path): Fix spelling error in docstring.
2152 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2155 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2157 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
2159 2007-08-12 Richard Stallman <rms@gnu.org>
2161 * progmodes/sh-script.el (sh): Delete group `unix'.
2163 * progmodes/gud.el (gud): Change to group `processes'.
2165 2007-08-11 Glenn Morris <rgm@gnu.org>
2167 * progmodes/compile.el (compilation-buffer-name): Don't check
2168 compilation-arguments. It is superfluous, and the variable isn't
2169 even set when this function is called.
2171 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2173 * term/mac-win.el (mac-ae-reopen-application): New function.
2174 (mac-apple-event-map): Bind "reopen application" Apple event to it.
2176 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2178 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
2179 take tex-font-script-display into account.
2180 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
2181 cell to a list of 2 elements to simplify the unfontify code.
2183 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2185 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2186 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2187 ps-print-color-p is neither nil nor black-white. Reported by Christian
2188 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2190 2007-08-08 Andreas Schwab <schwab@suse.de>
2192 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2193 self-insert-command, not self-insert.
2195 2007-08-08 Glenn Morris <rgm@gnu.org>
2197 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
2198 argument optional, for backwards compatibility, and only highlight
2199 args when present. Fix symbol name typo (doc/args).
2201 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2202 rather than just `-'.
2204 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
2206 * calc/calc-units.el (calc-convert-temperature):
2207 Use `/' to create fractions.
2209 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2211 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
2213 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
2214 ERROR-BUFFER more robust. Display output.
2215 (tramp-file-name-handler): Add a connection property when we found
2216 a foreign file name handler. This allows backends like ftp to
2217 profit also from usr/host name completion based on connection
2219 (tramp-send-command-and-read): Search for trash after the regexp
2220 until eol only. In XEmacs, there is a problem with \n.
2222 * net/tramp-cache.el (top): Read persistent connection history
2223 when cache is empty.
2225 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
2227 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
2230 2007-08-07 Sam Steingold <sds@gnu.org>
2232 * progmodes/compile.el (compilation-start): Pass nil as startfile
2235 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2237 * longlines.el (longlines-decoded): New variable.
2238 (longlines-mode): Avoid encoding or decoding the buffer twice.
2240 2007-08-07 Martin Rudalics <rudalics@gmx.at>
2242 * format.el (format-insert-file): Make sure that at most one undo
2243 entry is recorded for the insertion. Inhibit point-motion and
2244 modification hooks around call to insert-file-contents.
2246 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2248 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
2249 Select the buffer's window before moving point.
2251 2007-08-07 Richard Stallman <rms@gnu.org>
2253 * term.el (term): Remove parent group `unix'.
2255 * simple.el (default-indent-new-line): New function.
2256 It calls comment-line-break-function if there are comments.
2257 (do-auto-fill): Use that.
2259 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
2261 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
2262 (PC-do-completion): Add "acronym completion" for symbols and
2263 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
2265 2007-08-06 Sam Steingold <sds@gnu.org>
2267 * mouse.el (mouse-buffer-menu): Pass mode-name through
2268 format-mode-line because it may be a list,
2269 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
2271 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
2273 * printing.el (pr-update-menus): Docstring fix.
2275 2007-08-06 Jason Rumney <jasonr@gnu.org>
2277 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
2279 * vc-hooks.el (vc-call): Add doc string.
2281 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2283 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2286 2007-08-06 Kenichi Handa <handa@m17n.org>
2288 * international/quail.el: Wrap (require 'help-mode) by
2290 (quail-help-init): New function.
2291 (quail-help): Call quail-help-init.
2292 (quail-store-decode-map-key): Change it to a function.
2294 2007-08-05 Jason Rumney <jasonr@gnu.org>
2296 * vc.el (vc-rollback): Add norevert argument back.
2297 (vc-revert-buffer): Add back as obsolete alias.
2299 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
2301 * term.el: Honor term-default-fg-color and term-default-bg-color
2302 settings when modifying term-current-face.
2303 (term-default-fg-color, term-default-bg-color): Initialize from
2304 default term-current-face.
2305 (term-mode, term-reset-terminal): Set term-current-face with
2306 term-default-fg-color and term-default-bg-color.
2307 (term-handle-colors-array): term-current-face has term-default-fg-color
2308 and term-default-bg-color after reset escape sequence.
2309 (term-handle-colors-array): Set term-current-color with
2310 term-default-fg/bg-color instead of ansi-term-color-vector when the
2311 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2313 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
2315 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
2316 (math-nlfit-givens): Let bind free variables.
2318 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
2320 * printing.el: Require lpr and ps-print when loading printing package.
2321 Reported by Glenn Morris <rgm@gnu.org>.
2323 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2325 * files.el (set-auto-mode): Handle also remote files wrt
2328 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
2330 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
2331 curves and plotting.
2333 * calc/calc-nlfit.el: New file.
2335 2007-08-04 Glenn Morris <rgm@gnu.org>
2337 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2338 zero, not nil, when the library is first loaded. Check for a file
2339 that has been modified on disk.
2341 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2342 Remove duplicate defvar preventing initialization.
2343 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2345 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2347 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
2348 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
2349 may match up to 4 lines.
2350 (diff-beginning-of-file-and-junk): Rewrite.
2352 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2354 * printing.el: Evaluate require only during compilation.
2355 (pr-version): New version 6.9.1.
2356 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
2357 (pr-global-menubar): Fix code.
2359 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
2361 * term.el (term-erase-in-display): Fix case when point is not at
2362 the beginning of the line.
2364 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
2366 * calc/calc-ext.el (math-get-value, math-get-sdev)
2367 (math-contains-sdev): New functions.
2369 * calc/calc-graph.el (calc-graph-format-data)
2370 (calc-graph-add-curve): Check for error forms.
2371 (calc-graph-set-styles): Add option for error forms.
2373 2007-08-03 Miles Bader <miles@gnu.org>
2375 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2376 backend names for new backends to `Git', `Hg', and `Bzr'.
2377 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2379 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2381 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2382 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2384 2007-08-03 Richard Stallman <rms@gnu.org>
2386 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2387 to update deleted flag.
2389 * cus-edit.el (customize-apropos, customize-apropos-options)
2390 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2392 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2394 * startup.el (fancy-splash-head, startup-echo-area-message):
2395 Change message text.
2397 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2398 All callers use line-move.
2400 * progmodes/compile.el (compilation-find-buffer): Return current
2401 buffer immediately if suitable.
2402 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2404 2007-08-03 Daiki Ueno <ueno@unixuser.org>
2406 * faces.el (face-normalize-spec): New function.
2407 (frame-set-background-mode): Normalize face-spec before calling
2410 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2412 * server.el (server-window): Add switch-to-buffer-other-frame option.
2414 2007-08-03 Glenn Morris <rgm@gnu.org>
2416 * cus-edit.el (customize-apropos): Make the error message indicate
2417 what kind of thing the user was trying to customize.
2419 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2421 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
2422 Fix off-by-one error in previous change.
2424 2007-08-03 Drew Adams <drew.adams@oracle.com>
2426 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
2427 Make buffer writable.
2429 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2431 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
2432 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
2433 Use native Emacs functions, when appropriate.
2435 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
2436 Stefan Monnier <monnier@iro.umontreal.ca>
2438 * vc.el: Document new VC operation `extra-menu'.
2440 * vc-hooks.el (vc-default-extra-menu): New function.
2442 * menu-bar.el (menu-bar-vc-filter): New function.
2443 (menu-bar-tools-menu): Use it as a filter.
2445 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2447 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2449 2007-08-01 Glenn Morris <rgm@gnu.org>
2451 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
2453 (fortran-tab-mode-default): Remove needless autoload.
2454 (fortran-tab-mode-string): Add help-echo and mouse properties, and
2456 (fortran-line-length): New buffer-local variable, safe if integer.
2457 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
2458 Change from variables to constants.
2459 (fortran-font-lock-syntactic-keywords): Delete as a variable,
2460 replace with a new function definition.
2461 (fortran-mode): Use fortran-line-length, and
2462 fortran-font-lock-syntactic-keywords as a function. Add a
2463 hack-local-variables-hook function.
2464 (fortran-line-length, fortran-hack-local-variables): New functions.
2465 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
2466 Use fortran-line-length rather than 72.
2467 (fortran-window-create-momentarily): Doc fix.
2469 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
2471 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2472 Fix parent groups link.
2474 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
2476 * progmodes/python.el (python-current-defun): Adjust to never fall
2479 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2481 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
2483 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2485 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2486 (copyright-fix-years, copyright): Correctly handle the case where
2487 copyright-limit is nil.
2489 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2491 * progmodes/python.el (run-python): Fix path separator under w32.
2493 2007-07-30 Richard Stallman <rms@gnu.org>
2495 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2496 Treat non-break space as whitespace in Lisp.
2498 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
2500 * vc.el (vc-dired-hook): Use inhibit-read-only.
2502 * progmodes/compile.el (compilation-forget-errors):
2503 Reset compilation-auto-jump-to-next.
2505 2007-07-30 Michael Olson <mwolson@gnu.org>
2507 * cus-edit.el (custom-group-save): Fix void function definition
2508 error. Thanks to Zhang Wei for the report.
2510 * ps-print.el: Check in trivial changes to the autoloads section
2511 caused by the build process. These autoloads really ought to be
2512 placed in a separate file, methinks.
2514 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2516 * calendar/calendar.el (calendar-mode): Make sure
2517 displayed-(month|year) are set.
2518 (calendar-basic-setup): Display buffer before adjusting window sizes.
2519 (generate-calendar-window): Use inhibit-read-only. Simplify.
2520 Generate buffer and set displayed-month and displayed-year before
2521 calling update-calendar-mode-line.
2523 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
2527 * net/trampver.el: Use utf-8 encoding with coding cookie.
2529 * net/tramp-cache.el:
2530 * net/tramp-fish.el:
2533 * net/tramp-smb.el: Remove coding cookie.
2535 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2536 Flush buffer file-name's file property.
2537 (tramp-handle-file-remote-p): The first parameter is FILENAME.
2539 * net/trampver.el: Update release number.
2541 2007-07-29 Juri Linkov <juri@jurta.org>
2543 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
2544 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
2545 when major-mode is not dired-mode.
2546 (dired-toggle-read-only): New function.
2547 (dired-recursive-deletes): Remove obsolete comments about old
2549 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
2551 * wdired.el (wdired-exit): New function.
2552 (wdired-mode-map): Bind C-x C-q to wdired-exit.
2554 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2556 * cus-edit.el (customize-read-group): New fun.
2557 (customize-group-other-window, customize-face-other-window):
2558 Prompt before delegating to customize-(group|face).
2559 Bind pop-up-windows rather than use the other-window argument.
2560 (customize-group, customize-face): Prompt from the interactive spec.
2561 Remove args `prompt-for-group' and `other-window'.
2563 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
2564 (ad-body-forms, ad-advised-interactive-form): Revert this part of
2567 2007-07-28 Masatake YAMATO <jet@gyve.org>
2569 * vc.el (vc-dired-mode): Add a menu for VC related operation.
2570 Use backend name as the menu label. Suggested by David Kastrup.
2572 2007-07-28 Alan Mackenzie <acm@muc.de>
2574 Fix problem with modes derived from CC Mode:
2575 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2577 (c-init-language-vars-for): Remove call to above macro.
2578 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2580 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2582 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2584 * net/trampver.el: Fix the `coding' cookie.
2586 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2588 * vc-git.el (vc-git-print-log): Support both the old single file
2589 interface and the new one.
2591 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
2593 * bindings.el (mode-line-remote): Use updated %@ construct.
2595 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
2597 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2598 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
2599 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
2600 (diary-list-bahai-entries, diary-bahai-mark-entries)
2601 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
2602 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2603 New names to clean up namespace.
2604 (list-bahai-diary-entries, mark-bahai-diary-entries)
2605 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
2606 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
2607 Add compatibility aliases.
2609 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
2611 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
2612 (calendar-scroll-left-three-months)
2613 (calendar-scroll-right-three-months): Clean up namespace.
2614 (scroll-calendar-left, scroll-calendar-right)
2615 (scroll-calendar-left-three-months)
2616 (scroll-calendar-right-three-months): Add compatibility aliases.
2618 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
2619 Behave like mouse-scroll-calendar-* when used from the mouse.
2621 * calendar/cal-menu.el (cal-menu-scroll-menu)
2622 (cal-menu-global-mouse-menu):
2623 * calendar/calendar.el (calendar-mode-map):
2624 Use new calendar-scroll-* names.
2625 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
2626 Remove. Use calendar-scroll-* directly instead.
2628 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2630 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
2631 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
2632 (ad-make-advised-definition, ad-cache-id-verification-code):
2633 Use commandp and interactive-form instead.
2635 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2637 * vc-git.el: Relicense to GPLv3 or later.
2638 (vc-directory-exclusion-list, vc-handled-backends): Remove.
2640 * vc-hooks.el (vc-handled-backends): Add GIT.
2642 * vc.el (vc-directory-exclusion-list): Add .git.
2644 2007-07-26 Alexandre Julliard <julliard@winehq.org>
2646 * vc-git.el (vc-git-revision-table)
2647 (vc-git-revision-completion-table): New functions.
2649 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2651 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
2652 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
2653 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
2654 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
2655 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
2656 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
2657 New command actions for EPS header and EPS footer.
2659 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
2660 footer. Fix some problems with one-or-more, zero-or-more and
2661 alternative constructions generation. Some log messages
2662 implementation. Doc fix.
2663 (ebnf-version): New version 4.4.
2664 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
2665 (ebnf-eps-footer, ebnf-log): New options.
2666 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
2667 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
2668 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
2669 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
2670 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
2671 (ebnf-style-custom-list, ebnf-style-database): Put new values.
2672 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
2673 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
2674 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
2675 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
2676 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
2677 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
2678 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
2679 (ebnf-non-terminal-dimension, ebnf-special-dimension)
2680 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
2681 (ebnf-except-dimension, ebnf-alternative-dimension)
2682 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
2683 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
2685 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
2686 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
2687 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
2688 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
2689 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
2690 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
2691 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
2692 compatibility with Emacs 20 & 21.
2693 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
2694 (ebnf-eps-file-alist, ebnf-basic-width-extra)
2695 (ebnf-basic-empty-height): New vars.
2696 (ebnf-prologue): Fix PostScript code.
2697 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
2698 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
2699 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
2700 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
2702 2007-07-25 Glenn Morris <rgm@gnu.org>
2704 * Relicense all FSF files to GPLv3 or later.
2706 * COPYING: Switch to GPLv3.
2708 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2710 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2711 Replace it with another one which disables undo before calling
2712 erase-buffer and then turns it back on if needed.
2714 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2716 * ps-print.el: Problem with foreground and background color when
2717 printing a buffer with and without faces. Reported by Christian
2718 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2719 (ps-print-version): New version 6.7.5.
2720 (ps-default-fg): Change default value to nil, so black color is used
2721 when a face does not specify a foreground color.
2722 (ps-default-bg): Change default value to nil, so white color is used
2723 for background color.
2724 (ps-begin-job): Fix code.
2726 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2728 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2730 2007-07-24 Glenn Morris <rgm@gnu.org>
2732 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2733 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2734 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2735 (cal-tex-cursor-week, cal-tex-cursor-week2)
2736 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2737 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2738 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2739 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2741 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2743 * calendar/calendar.el (calendar-mode-map): Move initialization
2744 into declaration. Add menu bindings (used to be done in cal-menu).
2745 (calendar-mode): Don't add an activate-menubar-hook.
2747 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
2748 modify calendar-mode-map), use easy-menu, and make sure that C-h k
2749 can be used on the menu entries.
2750 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
2751 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
2752 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
2753 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
2754 (calendar-flatten, cal-menu-update): Remove.
2755 (calendar-mouse-insert-hebrew-diary-entry)
2756 (calendar-mouse-insert-islamic-diary-entry)
2757 (calendar-mouse-insert-bahai-diary-entry):
2758 Remove (fold into cal-menu-diary-menu).
2759 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
2760 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
2761 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
2762 (calendar-mouse-view-diary-entries): Minor simplifications.
2763 (calendar-event-to-date): Use with-current-buffer.
2765 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2767 * add-log.el (change-log-redate): Remove (not needed anymore and
2768 doesn't appear to work).
2770 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2772 * frame.el: Use mapc and dolist instead of mapcar where possible.
2773 (close-display-connection): New command.
2775 2007-07-25 Alexandre Julliard <julliard@winehq.org>
2777 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
2778 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
2780 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2782 * ps-print.el (ps-multibyte-buffer): Docstring fix.
2784 * ps-mule.el: Doc fix.
2785 (ps-multibyte-buffer, ps-mule-font-info-database-default)
2786 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
2788 2007-07-25 Glenn Morris <rgm@gnu.org>
2790 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
2791 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
2792 (cal-tex-daily-end, cal-tex-hook)
2793 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
2794 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
2795 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2796 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2797 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
2798 (cal-tex-day-prefix, cal-tex-day-name-format)
2799 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
2800 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
2801 (cal-tex-LaTeX-subst-list): Change from variables to constants.
2802 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
2803 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
2804 etc, rather than \bf.
2805 (cal-tex-mini-calendar): Fix typos in previous change.
2806 (cal-tex-latexify-list): Remove inner let binding.
2807 (cal-tex-end-document, cal-tex-banner): Use multi-line
2809 (cal-tex-comment): Handle embedded newlines.
2810 (cal-tex-LaTeXify-string): Use substring-no-properties.
2812 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
2814 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2815 Add support for the Maden build tool.
2817 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
2819 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
2821 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2823 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2825 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2827 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
2830 * vc-git.el (vc-git-print-log): Fix previous change.
2832 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2834 * window.el (save-selected-window): Minor optimization.
2835 (bw-adjust-window): If operation failed, try with a smaller delta.
2836 (window-fixed-size-p): New function.
2837 (window-area-factor): New var.
2838 (balance-windows-area): New command.
2840 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
2841 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
2842 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
2843 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
2844 (ps-mule-begin-job): Use dolist.
2846 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
2848 * subr.el (start-file-process-shell-command)
2849 (process-file-shell-command): New defuns.
2851 * progmodes/compile.el (compilation-start):
2852 Apply `start-file-process-shell-command'.
2854 2007-07-24 Alexandre Julliard <julliard@winehq.org>
2856 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
2858 2007-07-24 Alan Mackenzie <acm@muc.de>
2860 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2861 Initialise byte-compile-unresolved-functions before rather than
2862 after a compilation.
2863 (byte-compile-unresolved-functions): Amplify doc string.
2865 2007-07-24 Glenn Morris <rgm@gnu.org>
2867 * startup.el (normal-splash-screen): Use `emacs-copyright'.
2869 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2870 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2871 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2872 (cal-tex-cursor-week, cal-tex-cursor-week2)
2873 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2874 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2875 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2876 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2878 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
2879 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
2880 (cal-tex-day-name-format, cal-tex-cal-one-month)
2881 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
2882 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
2883 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
2884 (cal-tex-list-holidays, cal-tex-cursor-year)
2885 (cal-tex-cursor-year-landscape, cal-tex-year)
2886 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
2887 (cal-tex-cursor-month, cal-tex-insert-days)
2888 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2889 (cal-tex-first-blank-p, cal-tex-cursor-week)
2890 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2891 (cal-tex-week-hours, cal-tex-cursor-week-monday)
2892 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
2893 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
2894 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
2895 (cal-tex-latexify-list, cal-tex-previous-month)
2896 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
2897 modernization, including using dotimes rather than
2899 (cal-tex-LaTeX-subst-list): Remove `@'.
2900 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
2901 Use \textit and \textbf rather than \em and \it.
2903 * calendar/cal-bahai.el (list-bahai-diary-entries)
2904 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
2905 * calendar/cal-islam.el (list-islamic-diary-entries)
2906 * calendar/calendar.el (generate-calendar, generate-calendar-month)
2907 * calendar/diary-lib.el (diary-list-entries)
2908 (mark-calendar-date-pattern): Use `dotimes' rather than
2909 `calendar-for-loop'.
2911 * calendar/calendar.el (calendar-for-loop): Doc fix.
2913 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2915 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2916 underlying file is uptodate.
2918 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
2920 * replace.el (perform-replace): Use isearch-no-upper-case-p.
2922 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2924 * vc-hooks.el (vc-mode-line-map): New const.
2925 (vc-mode-line): Use it.
2927 2007-07-23 Alexandre Julliard <julliard@winehq.org>
2929 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
2930 (vc-git-unregister): New functions.
2931 (vc-git-find-version): Use the result of ls-files as a parameter
2934 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
2936 * net/tramp.el (tramp-perl-file-attributes)
2937 (tramp-perl-directory-files-and-attributes)
2938 (tramp-handle-file-attributes-with-stat)
2939 (tramp-handle-directory-files-and-attributes-with-stat)
2940 (tramp-convert-file-attributes): Handle huge file sizes.
2942 2007-07-23 Juri Linkov <juri@jurta.org>
2944 * isearch.el (isearch-message-function): New variable.
2945 (isearch-update, isearch-search): Use it.
2947 * simple.el (goto-history-element): New function created from
2948 next-history-element.
2949 (next-history-element): Most code moved to goto-history-element.
2950 Call goto-history-element with (- minibuffer-history-position n).
2951 (previous-history-element): Call goto-history-element with (+
2952 minibuffer-history-position n).
2953 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
2954 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
2955 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
2956 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
2957 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
2958 (minibuffer-history-isearch-pop-state): New functions.
2960 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2962 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
2963 Also, if FILE is a list, return non-nil if any of its elements
2964 should stay local. Update docstring.
2966 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2968 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
2969 change by reverting a small part.
2971 2007-07-23 Richard Stallman <rms@gnu.org>
2973 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2975 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2977 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
2978 handling it. Use vc-git-command.
2979 (vc-git-find-version, vc-git-diff-tree): New functions.
2980 (vc-git-revert): Use vc-git-command.
2981 (vc-git--run-command): Delete.
2983 2007-07-23 Alexandre Julliard <julliard@winehq.org>
2985 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
2987 2007-07-20 Kenichi Handa <handa@m17n.org>
2989 * international/utf-8.el (utf-8-post-read-conversion):
2990 Temporarily bind utf-8-compose-scripts to nil while running
2991 *-compose-region functions.
2993 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2995 * vc-git.el: Update status.
2996 (vc-directory-exclusion-list): Use eval-after-load.
2998 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
3000 * bindings.el (mode-line-remote): New variable.
3001 (help-echo): Add to default values of mode-line-format.
3003 * files.el: Mark mode-line-remote as risky.
3005 2007-07-22 Juri Linkov <juri@jurta.org>
3007 * isearch.el (isearch-edit-string): Save old point and
3008 isearch-other-end to old-point and old-other-end before reading
3009 the search string from minibuffer. After exiting minibuffer set
3010 point to old-other-end if point and the search direction is the
3011 same as before reading the search string.
3012 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
3013 to isearch-other-end. Instead of isearch-search-and-update call
3014 three functions isearch-search, isearch-push-state and isearch-update.
3016 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3018 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
3019 deal with multiple file arguments.
3020 (vc-git-print-log): Deal with multiple file arguments.
3022 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3024 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
3025 diff-refine-hunk. Adjust users.
3026 (diff-unified-hunk-p, diff-splittable-p): New functions.
3027 (diff-mode-menu): Use it to disable Split when it doesn't work.
3029 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3031 * diff-mode.el (diff-mode-menu): New entries.
3033 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3035 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
3036 if applicable, so as to save undo-log space.
3038 * diff-mode.el (diff-find-file-name): Add arg `batch'.
3040 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
3041 (diff-file-kill): Use it.
3042 (diff-beginning-of-hunk): Add arg `try-harder' using it.
3043 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
3044 Use it so they find the hunk even when we're in the file header.
3046 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3048 * vc-git.el (vc-git-revision-granularity, vc-git-root)
3049 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
3050 (vc-git-create-repo): New functions.
3051 (vc-git-registered): New autoloaded function definition.
3052 (vc-git-registered): Use vc-git-root.
3053 (vc-git-responsible-p): New defalias.
3054 (vc-git-annotate-extract-revision-at-line): Uncomment.
3055 (vc-git-print-log): Add the file name to the log.
3056 (vc-git-log-view-mode): New derived mode.
3057 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
3059 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
3061 * progmodes/grep.el (grep-compute-defaults): Keep default values.
3063 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
3065 * textmodes/reftex.el (reftex-access-parse-file): Create parse
3066 file in a way that does not interfere with recentf mode.
3067 (reftex-access-parse-file): Do not risk destroying an existing
3070 2007-07-22 Alexandre Julliard <julliard@winehq.org>
3072 * vc-git.el: New file.
3074 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3076 * textmodes/tex-mode.el (tex-font-script-display): Change default.
3078 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3080 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
3081 for branches and new files.
3083 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
3084 local-map handling ...
3085 (vc-mode-line): ... here. Improve handling of help-echo.
3087 * vc.el (mode-line-string): Document help-echo usage.
3089 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
3091 Sync with Tramp 2.1.10.
3093 * net/tramp.el (tramp-get-ls-command): Fix typo.
3095 * net/trampver.el: Update release number.
3097 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3099 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3101 * term/x-win.el (x-handle-no-bitmap-icon): New function.
3103 2007-07-22 Martin Rudalics <rudalics@gmx.at>
3105 * add-log.el (change-log-fill-parenthesized-list): New function.
3106 (change-log-indent): Call change-log-fill-parenthesized-list.
3107 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
3108 Have lines with leading asterisk start a paragraph.
3110 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3112 * calc/calc-math.el (math-emacs-precision)
3113 (math-largest-emacs-expt, math-smallest-emacs-expt):
3115 (math-use-emacs-fn): New function.
3116 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
3119 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3121 * image-dired.el (image-dired-sane-db-file): New func.
3122 (image-dired-write-tags, image-dired-remove-tag)
3123 (image-dired-list-tags, image-dired-write-comments)
3124 (image-dired-get-comment, image-dired-mark-tagged-files)
3125 (image-dired-create-gallery-lists): Call new func.
3126 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3128 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3130 * vc-hg.el (vc-hg-dir-state): Fix loop.
3131 (vc-hg-print-log): Fix expected return value for vc-hg-command.
3132 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3133 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3134 (vc-hg-revert): Likewise.
3135 (vc-hg-revision-table, vc-hg-revision-completion-table): New
3138 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3140 * add-log.el (change-log-resolve-conflict): Don't lose data if the
3143 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3145 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3146 Add group and version.
3148 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3150 * add-log.el (add-log-file-name): Use file-relative-name.
3151 (add-change-log-entry): Delay reading
3152 add-log-(full-name|mailing-address) to after we've switched to the
3153 ChangeLog buffer so we get the right value.
3154 (add-change-log-entry, add-log-current-defun, change-log-merge):
3155 Use derived-mode-p rather than checking major-mode directly.
3157 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3158 name for buffer-file-name if it refers to a directory.
3160 * vc-arch.el (vc-arch-diff): Fix last change.
3162 * progmodes/compile.el (compilation-start): Remember the original
3163 directory in a buffer-local compilation-directory.
3164 (compile): Set the global value of compilation-directory.
3165 (recompile): Use compilation-directory even in the compilation buffer.
3167 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3169 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3171 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3173 * ps-print.el: Problem with foreground and background color when
3174 printing a buffer with and without faces. Reported by Christian
3175 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3176 (ps-print-version): New version 6.7.5.
3177 (ps-default-fg): Change default value to nil, so black color is used
3178 when a face does not specify a foreground color.
3179 (ps-default-bg): Change default value to nil, so white color is used
3180 for background color.
3181 (ps-begin-job): Fix code.
3183 2007-07-20 Eli Zaretskii <eliz@gnu.org>
3185 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
3186 in $(INSTALL_DIR)/lisp/ if they already exist.
3188 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
3190 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
3191 in $(INSTALL_DIR)/lisp/ if they already exist.
3193 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3195 * progmodes/vera-mode.el (vera-re-search-forward)
3196 (vera-re-search-backward): Remove use of store-match-data.
3197 (vera-mode-map): Move initialization into declaration.
3199 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
3200 (flymake-find-buildfile): Use locate-dominating-file.
3202 * vc.el (vc-delistify): Use mapconcat.
3203 (vc-do-command): Minor simplification.
3204 (vc-expand-dirs): Use push.
3206 * vc-mcvs.el (vc-mcvs-create-repo):
3207 * vc-cvs.el (vc-cvs-create-repo): Remove.
3209 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
3210 directory and the root as well.
3212 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3214 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
3217 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
3218 (vc-hg-registered): Replace if with when.
3219 (vc-hg-state): Deal with nonexistent files and handle removed files.
3220 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3221 (vc-hg-checkout): Re-enable.
3222 (vc-hg-create-repo): Fix typos.
3223 (vc-hg-print-log): Fix for multiple files.
3224 (vc-hg-workfile-unchanged-p): New function.
3227 (vc-print-log): Fix call to print-log.
3228 (vc-default-comment-history): Likewise.
3229 (vc-directory-exclusion-list): Add .hg and .bzr.
3230 (vc-diff-internal): Pass a list instead of a file.
3232 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
3234 * vc-bzr.el (vc-bzr-create-repo): New function.
3236 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3238 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3239 `file' from which to start the search.
3241 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
3243 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
3244 having a single file argument to having a list of files as the
3247 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3249 * files.el (locate-dominating-file): New function.
3251 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
3253 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
3254 (grep-compute-defaults): Use it.
3256 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3258 * uniquify.el: Docstring fixes.
3260 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3262 * vc.el (revision-granularity, create-repo): Document new vc
3264 (vc-rollback): Renamed from vc-cancel-version. Update
3265 references. Pass a list instead of a file.
3266 (vc-revert): Renamed from vc-revert-buffer. Update references.
3267 (vc-delistify, vc-expand-dirs): New functions.
3268 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
3269 of files instead of a single file.
3270 (vc-position-context, vc-resync-window, vc-diff-internal)
3271 (vc-print-log): Pass a list instead of a file.
3273 * vc-hooks.el (vc-stay-local-p, vc-backend)
3274 (vc-backend-subdirectory-name): Work on a file list, not a single
3276 (vc-workfile-version): Update docstring.
3277 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
3278 vc-revert instead of vc-revert-buffer.
3279 (vc-prefix-map): Likewise. Bind vc-update.
3281 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
3282 (vc-svn-wash-log): New functions.
3283 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
3284 (vc-svn-command): Deal with a list of files, not a single file.
3286 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
3287 (vc-rcs-wash-log): New functions.
3288 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
3289 Deal with a list of files, not a single file.
3290 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
3292 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
3294 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
3295 list of files, not a single file.
3297 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
3299 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
3300 (vc-mcvs-diff): Deal with a list of files, not a single file.
3302 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
3304 (vc-hg-print-log): Deal with a list of files, not a single file.
3305 (vc-hg-diff-tree): New function, replace defalias with the same
3307 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
3308 FILES to denote that it is a file list, not a single file.
3310 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
3311 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
3313 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
3314 that it is a file list, not a single file.
3315 (vc-cvs-diff): Likewise. Simplify.
3317 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
3318 Deal with a list of files, not a single file.
3320 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
3321 (vc-bzr-print-log): Update FILE parameter name to denote that it
3322 is a file list, not a single file.
3323 (vc-bzr-diff): Likewise. Use the car of files.
3325 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
3327 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3328 (follow-delete-other-windows-and-split, follow-recenter)
3329 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3330 (follow-redisplay, follow-estimate-first-window-start)
3331 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3332 Fix typos in docstrings.
3334 2007-07-18 Martin Rudalics <rudalics@gmx.at>
3336 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
3337 avoid that filling introduces lines with a single asterisk.
3339 * kmacro.el (kmacro-end-macro): When ignoring empty macro
3340 avoid incorrect kmacro-ring-empty-p messages.
3341 Reported by Michael Schierl <schierlm@gmx.de>.
3343 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3345 * vc.el: Add more info about the vc-registered function.
3347 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
3349 * files.el (file-remote-p): Introduce optional parameter
3352 * recentf.el (recentf-keep-default-predicate): Adapt call of
3355 * progmodes/grep.el (grep-probe): Use `process-file'.
3356 (grep-compute-defaults): Handle variables host specific.
3358 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
3359 parameter IDENTIFICATION.
3361 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
3362 parameter IDENTIFICATION.
3363 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
3364 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3365 Add entry for `set-file-times'.
3366 (tramp-do-copy-or-rename-file-via-buffer)
3367 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
3368 (tramp-handle-unhandled-file-name-directory): Rewrite.
3369 (tramp-convert-file-attributes): Add error handling when inode is
3371 (tramp-get-inode): Change parameter from FILE to VEC.
3372 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
3373 is nil. This is according to the specification. Goto (point-max)
3375 (tramp-handle-shell-command): Rewrite completely, using
3376 `process-file' and `start-file-process'.
3377 (tramp-methods, tramp-find-shell)
3378 (tramp-open-connection-setup-interactive-shell)
3379 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
3380 var. Reported by Steve Youngs <steve@sxemacs.org>.
3382 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
3383 entry for `set-file-times'. Rename `start-process' into
3384 `start-file-process'. Remove `call-process' entry.
3385 (tramp-fish-handle-set-file-times): New defun.
3386 (tramp-fish-handle-executable-find): Use `process-file'.
3387 (tramp-fish-handle-process-file): New defun. Replaces
3388 `tramp-fish-handle-call-process'.
3389 (tramp-fish-do-copy-or-rename-file-directly): Use
3391 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
3393 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
3394 `tramp-get-inode' parameter.
3396 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3398 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
3399 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
3400 nowadays, and by the time Emacs-23 comes out, nobody will even remember
3401 it has ever existed.
3403 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3405 * vc.el: Undo previous change.
3407 2007-07-16 Eli Zaretskii <eliz@gnu.org>
3409 * makefile.w32-in (clean): Don't delete *~.
3411 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3413 * textmodes/tex-mode.el (tex-verbatim-environments):
3414 Add safe-local-variable property.
3415 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
3416 when starting font-lock rather than when loading tex-mode.el.
3418 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
3419 whole $( rather than just the $. Rename from sh-quoted-subshell.
3420 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
3422 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
3424 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
3425 bookmark-alist. Instead, if not sorting, simply return it.
3426 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3427 for its return value, not for its side effect.
3429 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3430 case of alignment under a constant symbol, find and consider
3431 the sexp actually at indentation to be the "last sexp".
3433 2007-07-16 Drew Adams <drew.adams@oracle.com>
3435 * mouse.el (mouse-yank-secondary): Better error message if no
3436 secondary selection.
3438 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3440 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
3442 * term/xterm.el (xterm-turn-on-modify-other-keys)
3443 (xterm-turn-off-modify-other-keys): New functions.
3444 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
3445 terminal supports it.
3447 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
3449 * bookmark.el (bookmark-show-all-annotations):
3450 Make sure each inserted annotation ends with newline.
3452 2007-07-15 Richard Stallman <rms@gnu.org>
3454 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3456 * tutorial.el (tutorial--find-changed-keys):
3457 Handle C-x specially like ESC.
3459 2007-07-15 Aaron Hawley <aaronh@garden.org>
3461 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3463 2007-07-15 Juri Linkov <juri@jurta.org>
3465 * delsel.el (delete-selection-pre-hook):
3466 * emulation/cua-base.el (cua-paste): Before a yank command,
3467 check also whether last-command is one of mouse-save-then-kill,
3468 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
3470 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
3472 * recentf.el (recentf-keep-default-predicate): New defun.
3473 (recentf-keep): Use it as initial value.
3475 2007-07-15 Karl Fogel <kfogel@red-bean.com>
3477 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
3478 thus restoring bookmark bindings to three slots under C-x r. See
3479 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
3481 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3483 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
3485 2007-07-15 Jason Rumney <jasonr@gnu.org>
3487 * w32-fns.el (set-default-process-coding-system): Use dos line ends
3488 for input to cmdproxy on all versions of Windows.
3489 Use dos line ends for input to plink.
3491 * comint.el (comint-simple-send): Concat newline before sending.
3492 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
3494 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
3496 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
3497 safe-local-variable setting.
3499 2007-07-14 David Kastrup <dak@gnu.org>
3501 * emacs-lisp/advice.el (defadvice): Doc fix.
3503 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
3505 * subr.el (when, unless): Doc fix.
3507 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3509 * replace.el (match): Use yellow1 instead of yellow.
3511 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
3513 * pcvs-info.el (cvs-unknown): Likewise.
3515 2007-07-13 Eli Zaretskii <eliz@gnu.org>
3517 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3518 (install): Use them to copy all *.el files before *.elc.
3520 2007-07-13 Drew Adams <drew.adams@oracle.com>
3522 * bookmark.el (bookmark-jump-other-window): New function.
3523 (bookmark-map): Bind it to "o".
3525 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
3526 and its thread contains discussion about this change.
3527 The original patch was slightly tweaked by Karl Fogel
3528 <kfogel@red-bean.com> before committing.
3530 2007-07-13 Karl Fogel <kfogel@red-bean.com>
3532 * bookmark.el: Shorten some comments to fit within 80 lines.
3534 2007-07-13 Karl Fogel <kfogel@red-bean.com>
3536 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
3537 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
3538 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
3539 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
3541 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
3543 * textmodes/org.el: Bug fixes.
3544 (org-end-of-line): Move to end of line if in headline without tags.
3546 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3548 * vc-hooks.el: Remove spurious * in docstrings.
3549 (vc-handled-backends): Add BZR.
3551 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
3553 2007-07-12 Davis Herring <herring@lanl.gov>
3555 * desktop.el (desktop-buffer-info, desktop-save):
3556 Use `desktop-dirname' instead of `dirname'.
3558 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
3560 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
3562 * progmodes/python.el (python-which-func-length-limit): New var.
3563 (python-which-func): New function.
3564 (python-current-defun): Add optional `length-limit' and try to fit
3565 computed function name to that length.
3566 (python-mode): Hook `python-which-func' up.
3568 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
3570 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
3572 * comint.el (comint-dynamic-complete-as-filename):
3573 Use read-file-name-completion-ignore-case.
3575 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
3577 * comint.el (comint-dynamic-list-filename-completions):
3578 Use read-file-name-completion-ignore-case.
3580 * vc-cvs.el: Require CL.
3581 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
3582 New functions to provide completion of revision names.
3584 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
3585 (vc-cvs-annotate-first-line-re): New const.
3586 (vc-cvs-annotate-process-filter): New fun.
3587 (vc-cvs-annotate-command): Use them and run the command asynchronously.
3589 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
3591 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
3592 (eldoc-print-current-symbol-info): Adjust for changed helper
3593 function signatures.
3594 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
3595 `eldoc-highlight-function-argument'.
3596 (eldoc-highlight-function-argument): New function.
3597 (eldoc-get-var-docstring): Format documentation with
3598 `font-lock-variable-name-face'.
3599 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
3601 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
3602 (eldoc-beginning-of-sexp): Return number of skipped sexps.
3604 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
3606 * progmodes/compile.el (compilation-start): `start-process' must
3607 still be redefined when calling `start-process-shell-command'.
3609 * progmodes/gud.el (gud-file-name): When `default-directory' is a
3610 remote file name, prepend its remote part to the filename.
3611 (gud-common-init): When `default-directory' is a remote file name,
3612 make the filename relative to it.
3613 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
3615 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
3617 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
3618 mouse binding and a tooltip.
3620 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3622 * menu-bar.el (vc-menu-map): New defalias.
3624 2007-07-10 Richard Stallman <rms@gnu.org>
3626 * emacs-lisp/lisp-mode.el (eval-defun):
3627 Explain special handling of `defface'.
3629 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
3631 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3633 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3635 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3637 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
3639 * vc-arch.el (vc-arch-complete): Remove.
3640 (vc-arch-revision-completion-table): Use complete-with-action.
3642 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
3643 (complete-with-action): New function.
3644 (dynamic-completion-table): Use it.
3646 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
3648 * comint.el (make-comint, make-comint-in-buffer)
3649 (comint-exec-1): Replace `start-process' by `start-file-process'.
3651 * progmodes/compile.el (compilation-start): Revert redefining
3654 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3656 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
3657 with EOLs when generating MD5 checksums.
3659 * follow.el: Don't change the global map from the follow-mode-map
3660 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
3662 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
3663 since `follow-mode' should be used instead for that.
3665 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
3666 (easy-menu-do-define): Use it.
3667 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
3669 * progmodes/compile.el (compilation-auto-jump-to-first-error)
3670 (compilation-auto-jump-to-next): New vars.
3671 (compilation-auto-jump): New function.
3672 (compilation-error-properties): Use them to jump to first error.
3673 (compilation-start): Set the var if requested.
3675 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
3676 duplicates without also removing entries from other directories.
3678 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
3680 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
3681 Remember span as default.
3682 (org-columns-edit-value): Rename from `org-column-edit'.
3683 (org-columns-display-here-title): Rename from
3684 `org-overlay-columns-title'.
3685 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
3686 (org-columns-get-autowidth-alist): Rename from
3687 `org-get-columns-autowidth-alist'.
3688 (org-columns-display-here): Rename from `org-overlay-columns'.
3689 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
3690 (org-columns-quit): Rename from `org-column-quit'.
3691 (org-columns-show-value): Rename from `org-column-show-value'.
3692 (org-columns-content, org-columns-widen)
3693 (org-columns-next-allowed-value)
3694 (org-columns-edit-allowed, org-columns-store-format)
3695 (org-columns-uncompile-format, org-columns-redo)
3696 (org-columns-edit-attributes, org-delete-property)
3697 (org-set-property, org-columns-update)
3698 (org-columns-compute, org-columns-eval)
3699 (org-columns-not-in-agenda, org-columns-compute-all)
3700 (org-property-next-allowed-value)
3701 (org-columns-compile-format)
3702 (org-fill-paragraph-experimental)
3703 (org-string-to-number, org-property-action)
3704 (org-columns-move-left, org-columns-new)
3705 (org-column-number-to-string)
3706 (org-property-previous-allowed-value)
3707 (org-at-property-p, org-columns-delete)
3708 (org-columns-previous-allowed-value)
3709 (org-columns-move-right, org-columns-narrow)
3710 (org-property-get-allowed-values)
3711 (org-verify-version, org-column-string-to-number)
3712 (org-delete-property-globally): New functions.
3713 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
3714 (org-columns-overlays): Rename from `org-column-overlays'.
3715 (org-columns-map): Rename from `org-column-map'.
3716 (org-columns-current-maxwidths): Rename from
3717 `org-current-columns-maxwidths'.
3718 (org-columns-begin-marker, org-columns-current-fmt-compiled)
3719 (org-previous-header-line-format)
3720 (org-columns-inhibit-recalculation)
3721 (org-columns-top-level-marker): New variables.
3722 (org-columns-default-format): Rename from `org-default-columns-format'.
3723 (org-property-re): New constant.
3725 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
3727 * subr.el (looking-at-p, string-match-p): New functions.
3729 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
3731 * textmodes/tex-mode.el (tex-fontify-script)
3732 (tex-font-script-display): New variables to make display of
3733 superscripts and subscripts customizable.
3734 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
3736 2007-07-09 Richard Stallman <rms@gnu.org>
3738 * isearch.el (isearch-edit-string): Call to isearch-push-state
3741 2007-07-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3743 * window.el (fit-window-to-buffer): Remove setting of window-min-height
3744 to 1 as enlarge-window uses the value to resize/shrink windows other
3745 than WINDOW if needed.
3747 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
3749 * cus-start.el (file-coding-system-alist): Fix custom type.
3751 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
3753 * longlines.el (longlines-wrap-region): Avoid marking buffer as
3755 (longlines-auto-wrap, longlines-window-change-function):
3756 Remove unnecessary calls to set-buffer-modified-p.
3758 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
3760 * cus-start.el (file-coding-system-alist): Fix custom type.
3762 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3764 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
3765 (vc-cvs-checkout): Remove last arg now unused; simplify.
3767 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
3769 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
3775 * net/trampver.el: Migrate to Tramp 2.1.
3777 * net/tramp-cache.el:
3778 * net/tramp-fish.el:
3779 * net/tramp-gw.el: New Tramp packages.
3781 * net/tramp-util.el:
3782 * net/tramp-vc.el: Removed.
3784 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
3785 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
3787 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
3789 * progmodes/compile.el (compilation-start): Redefine
3790 `start-process' temporarily when `default-directory' is remote.
3791 Remove case of synchronous compilation, this won't happen ever.
3792 (compilation-setup): Make local variable `comint-file-name-prefix'
3793 for remote compilation.
3795 2007-07-08 Martin Rudalics <rudalics@gmx.at>
3797 * novice.el (disabled-command-function): Fit window to buffer to
3798 make last line visible.
3799 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3801 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3802 when handling the terminating event.
3804 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
3806 * calc/calc.el (math-read-number-simple): Remove leading 0s.
3807 (math-bignum-digit-length): Change to optimal value.
3809 * calc/calc-bin.el (math-bignum-logb-digit-size)
3810 (math-bignum-digit-power-of-two): Evaluate when compiled.
3812 * calc/calc-comb.el (math-small-factorial-table)
3813 (math-init-random-base, math-prime-test): Remove unnecessary calls
3814 to `math-read-number-simple'.
3816 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3817 (math-approx-gamma-const): Add docstrings.
3819 * calc/calc-forms.el (math-julian-date-beginning)
3820 (math-julian-date-beginning-int): New constants.
3821 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
3822 Use the new constants.
3824 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
3826 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3829 2007-07-07 Tom Tromey <tromey@redhat.com>
3831 * vc.el (vc-annotate): Jump to line and output message only after the
3832 process is really all done.
3834 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3836 * vc.el (vc-exec-after): Don't move point from the sentinel.
3837 Forcefully read all the remaining text in the pipe upon process exit.
3838 (vc-annotate-display-autoscale, vc-annotate-lines):
3839 Don't stop at the first unrecognized line.
3840 (vc-annotate-display-select): Run autoscale after the process is done
3841 since it depends on the whole result.
3843 2007-07-07 Eli Zaretskii <eliz@gnu.org>
3845 * term/w32-win.el (menu-bar-open): New function.
3848 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
3850 * simple.el (start-file-process): New defun.
3852 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3854 * files.el (find-file-confirm-nonexistent-file): Rename from
3855 find-file-confirm-inexistent-file. Update users.
3857 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
3858 format of autoload block where the file's time-stamp is replaced by its
3860 (autoload-generate-file-autoloads): Use MD5 checksum instead of
3861 time-stamp for secondary autoloads files.
3862 (update-directory-autoloads): Remove duplicate entries.
3863 Use time-less-p for time-stamps, as done in autoload-find-destination.
3865 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
3867 * calc/calc.el (math-read-number): Replace number by variable.
3868 (math-read-number-simple): Properly parse small integers.
3870 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3872 * vc.el: Fix doc for the checkout function.
3874 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3876 * vc-hg.el (vc-hg-root): New function.
3877 (vc-hg-registered): Use it.
3878 (vc-hg-diff-tree): New defalias.
3879 (vc-hg-responsible-p): Likewise.
3880 (vc-hg-checkout): Comment out, not needed.
3881 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
3882 (vc-hg-find-version, vc-hg-next-version): New functions.
3884 2007-07-06 Andreas Schwab <schwab@suse.de>
3886 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3887 dynamic bindings around the evaluation of the expression.
3888 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3890 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3892 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
3893 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
3894 Use run-hooks rather than run-mode-hooks.
3896 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
3898 * calc/calc-comb.el (math-random-digit): Rename to
3899 `math-random-three-digit-number'.
3900 (math-random-digits): Don't depend on representation of integer.
3902 * calc/calc-bin.el (math-bignum-logb-digit-size)
3903 (math-bignum-digit-power-of-two): New constants.
3904 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
3905 (math-not-bignum, math-clip-bignum): Use the constants
3906 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
3907 instead of their values.
3908 (math-clip): Use math-small-integer-size instead of its value.
3910 * calc/calc.el (math-add-bignum): Replace number by constant.
3912 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
3914 * wid-edit.el (widget-documentation-string-value-create):
3915 Insert indentation spaces.
3917 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
3919 * emacs-lisp/byte-opt.el: Revert last change.
3921 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3923 * vc-hooks.el (vc-handled-backends): Add HG.
3925 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
3927 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3929 * complete.el (PC-do-complete-and-exit): Add support for the new
3930 `confirm-only' confirmation mode.
3932 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
3934 * cus-edit.el (custom-commands): New variable.
3935 (custom-tool-bar-map): New variable. Initialize using
3937 (custom-mode): Use `custom-tool-bar-map'.
3938 (custom-buffer-create-internal): Insert action buttons only if
3939 tool bar is not used. Use `custom-commands'.
3940 (Custom-help, custom-command-apply): New function.
3941 (custom-command-apply, Custom-set, Custom-save)
3942 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
3943 Use `custom-command-apply' instead of duplicating code.
3944 (customize-group-other-window): Call `customize-group' instead of
3946 (customize-face-other-window): Call `customize-face' instead of
3948 (customize-group, customize-face): Add optional args for opening
3950 (custom-variable-tag): Don't inherit `variable-pitch' face.
3951 (custom-group-tag): Inherit `variable-pitch' face.
3952 (custom-variable-value-create): Set documentation indentation.
3953 (custom-group-value-create): Make group name a link, instead of
3954 using an extra "go to group" button.
3955 (custom-prompt-variable, custom-group-set, custom-group-save)
3956 (custom-group-reset-current, custom-group-reset-saved)
3957 (custom-group-reset-standard): Minor cleanup.
3959 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
3961 * Makefile.in (bootstrap-prepare): When copying from
3962 ldefs-boot.el, make sure loaddefs.el is writeable.
3964 (bootstrap-prepare): Make $(lisp)/ps-print.el
3965 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
3967 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3969 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
3970 only caller, and delete.
3971 (vc-hg-state): Deal with exceptions and only parse the output on
3973 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
3975 (vc-hg-workfile-version): Deal with exceptions and only parse the
3976 output on successful return.
3977 (vc-hg-revert): New function.
3979 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
3981 * calculator.el (calculator-expt): Use more cases to determine
3984 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3986 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3989 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
3991 * calculator.el (calculator-expt, calculator-integer-p):
3993 (calculator-fact): Check to see if the factorial will be too
3994 large before computing it.
3995 (calculator-initial-operators): Use `calculator-expt' to
3997 (calculator-mode): Mention that results which are too large
3999 * calc/calc-comb.el (math-small-factorial-table): Replace list
4002 2007-07-03 David Kastrup <dak@gnu.org>
4004 * shell.el: On request of the authors, remove their addresses for
4005 the sake of bug reports, and add the developer list address as
4006 maintainer information.
4008 2007-07-03 Richard Stallman <rms@gnu.org>
4010 * files.el (make-directory): Doc fix.
4011 (find-file-confirm-inexistent-file): Make it a defcustom.
4012 Make nil the default.
4014 2007-07-02 Richard Stallman <rms@gnu.org>
4016 * startup.el (command-line): Set buffer-offer-save in *scratch*
4017 and enable auto-save in it.
4019 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
4021 * textmodes/org.el (orgstruct-mode-map): New variable.
4022 (orgstruct-mode): New minor mode.
4023 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
4024 (orgstruct-make-binding, org-context-p, org-get-local-variables)
4025 (org-run-like-in-org-mode): New functions.
4026 (org-cycle-list-bullet): New command.
4027 (org-special-properties, org-property-start-re)
4028 (org-property-end-re): New constants.
4029 (org-with-point-at): New macro.
4030 (org-get-property-block, org-entry-properties, org-entry-get)
4031 (org-entry-delete, org-entry-get-with-inheritance)
4032 (org-entry-put, org-buffer-property-keys): New functions.
4033 (org-insert-property-drawer): New command.
4034 (org-entry-property-inherited-from): New variable.
4035 (org-column): New face.
4036 (org-column-overlays, org-current-columns-fmt)
4037 (org-current-columns-maxwidths, org-column-map): New variables.
4038 (org-column-menu): New menu.
4039 (org-new-column-overlay, org-overlay-columns)
4040 (org-overlay-columns-title, org-remove-column-overlays)
4041 (org-column-show-value, org-column-quit, org-column-edit): New
4043 (org-columns, org-agenda-columns): New commands.
4044 (org-get-columns-autowidth-alist): New functions.
4045 (org-properties): New customize group.
4046 (org-default-columns-format): New option.
4047 (org-priority): Realign tags after changing priority.
4048 (org-preserve-lc): New macro.
4049 (org-update-checkbox-count): Catch case when there is no headline.
4050 (org-agenda-quit): Remove any column overlays.
4051 (org-beginning-of-item-list): Fixed bug when non-item line is
4053 (org-cached-props): New variable.
4054 (org-cached-entry-get): New function.
4055 (org-make-tags-matcher): Handle property matches.
4056 (org-table-recalculate): Swap evaluation order: Field formula
4057 first, then column formulas, but don't allow them to overwrite the
4059 (org-table-eval-formula): New argument untouchable.
4060 (org-table-put-field-property): New function.
4062 2007-07-02 Martin Rudalics <rudalics@gmx.at>
4064 * help-mode.el (help-make-xrefs): Skip spaces too when
4067 * ffap.el (dired-at-point-prompter): Improve prompt in
4068 list-directory case.
4070 2007-07-01 Richard Stallman <rms@gnu.org>
4072 * files.el (find-file-visit-truename): Fix safe-local-variable value.
4074 2007-07-01 Richard Stallman <rms@gnu.org>
4076 * cus-start.el (max-mini-window-height): Added.
4078 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
4080 * complete.el (partial-completion-mode): Remove advice of
4081 read-file-name-internal.
4082 (PC-do-completion): Rebind minibuffer-completion-table.
4083 (PC-read-file-name-internal): New function doing what
4084 read-file-name-internal advice did.
4086 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
4088 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
4089 property on a few symbols.
4090 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
4091 (byte-optimize-lapcode): Remove bindings that are not referenced
4092 and certainly will not effect through dynamic scoping.
4094 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4096 * files.el (find-file-confirm-inexistent-file): New var.
4097 (find-file, find-file-other-window, find-file-other-frame)
4098 (find-file-read-only, find-file-read-only-other-window)
4099 (find-file-read-only-other-frame): Use it.
4101 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4103 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
4105 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
4107 * generic-x.el (generic-define-mswindows-modes)
4108 (generic-define-unix-modes, apache-log-generic-mode)
4109 (bat-generic-mode-keymap, java-manifest-generic-mode)
4110 (show-tabs-generic-mode): Fix typos in docstrings.
4112 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
4114 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
4115 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
4116 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
4117 (rcirc-print): Never ignore messages from ourself.
4119 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4121 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
4122 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
4124 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4126 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4127 replace-regexp-in-string.
4129 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4131 * emacs-lisp/cl.el: Set edebug and indentation before loading
4132 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
4134 2007-06-28 Andreas Schwab <schwab@suse.de>
4136 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4139 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
4141 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4142 the speedbar frame if nil; that deletes the current frame or
4143 causes an error if it is the only frame.
4144 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4146 2007-06-28 Kevin Ryde <user42@zip.com.au>
4148 * textmodes/nroff-mode.el: Groff \# comments.
4149 (nroff-mode-syntax-table): \# comment intro,
4150 plain # as punct per global table.
4151 (nroff-font-lock-keywords): Add # as a single char escape.
4152 (nroff-mode): In comment-start-skip, match \#.
4154 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4156 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
4157 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
4160 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
4162 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4163 Rename and move to...
4165 * subr.el (strings->string, string->strings): ...here.
4167 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4168 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4170 * progmodes/gud.el (gud-common-init): Call string->strings instead
4173 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
4175 * dired-aux.el: Remove `dired-call-process'.
4176 (dired-check-process): Call `process-file'.
4178 * wdired.el (wdired-do-perm-changes): Call `process-file'.
4180 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
4181 `ange-ftp-process-file'.
4183 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4185 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
4187 * emacs-lisp/cl-extra.el:
4188 * emacs-lisp/cl-seq.el:
4189 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
4190 Add autoload cookies on all defs autoloaded manually in cl.el.
4192 * emacs-lisp/cl-loaddefs.el: New file.
4194 * textmodes/texinfmt.el (texinfo-raisesections-alist)
4195 (texinfo-lowersections-alist): Merge definition and declaration.
4196 (texinfo-start-of-header, texinfo-end-of-header): Remove.
4197 (texinfo-format-syntax-table): Merge init into declaration.
4198 (texinfo-format-parse-line-args, texinfo-format-parse-args)
4199 (texinfo-format-parse-defun-args, texinfo-format-node)
4200 (texinfo-push-stack, texinfo-multitable-widths)
4201 (texinfo-define-info-enclosure, texinfo-alias)
4202 (texinfo-format-defindex, batch-texinfo-format): Use push.
4203 (texinfo-footnote-number): Remove duplicate declaration.
4205 * ps-print.el: Update with auto-generated autoloads.
4207 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
4209 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4211 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
4212 relative to current dir for file-local settings.
4213 (autoload-generate-file-autoloads): Add `outfile' arg.
4214 (update-directory-autoloads): Use it to directly call
4215 autoload-generate-file-autoloads instead of going through
4216 update-file-autoloads so we avoid redundant searches and so we can know
4217 the set of buffers changed so we can save them all.
4219 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
4220 rather than throwing `up-to-date'.
4221 (autoload-generate-file-autoloads): Adjust correspondingly.
4222 (update-file-autoloads): Be careful to let-bind
4223 autoload-modified-buffers and adjust to new calling conventions.
4224 (autoload-modified-buffers): Make it a dynamically scoped var.
4225 (update-directory-autoloads): Use file-relative-name instead of
4226 autoload-trim-file-name.
4227 (autoload-insert-section-header): Don't use autoload-trim-file-name
4228 since the file is already relative now.
4229 (autoload-trim-file-name): Remove.
4231 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
4232 (vc-arch-complete, vc-arch--version-completion-table)
4233 (vc-arch-revision-completion-table): New functions to provide
4234 completion of revision names.
4235 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
4236 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
4237 to let the user trim the revlib.
4239 * vc.el: Add new VC operation `revision-completion-table'.
4240 (vc-default-revision-completion-table): New function.
4241 (vc-version-diff, vc-version-other-window): Use it to provide
4242 completion of revision names if the backend provides it.
4244 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
4246 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
4247 of newer .svn/entries.
4249 2007-06-25 David Kastrup <dak@gnu.org>
4251 * calc/calc-poly.el (math-padded-polynomial)
4252 (math-partial-fractions): Add some function comments.
4254 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4256 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4257 Make `outbuf' optional.
4258 (update-file-autoloads): Use it.
4260 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4262 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
4263 (autoload-find-destination): Keep it uptodate.
4264 (autoload-save-buffers): New fun.
4265 (update-file-autoloads): Use it. Re-add the "up to date" message.
4267 * emacs-lisp/autoload.el: Refactor for upcoming changes.
4268 (autoload-find-destination): New function extracted from
4269 update-file-autoloads.
4270 (update-file-autoloads): Use it.
4271 (autoload-generate-file-autoloads): New function extracted from
4272 generate-file-autoloads. Use file-relative-name. Delay computation of
4273 output-start to the first cookie. Remove done-any, replaced by
4275 (generate-file-autoloads): Use it.
4277 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4279 * calc/calc-comb.el (math-init-random-base, math-prime-test):
4280 Use math-read-number-simple to insert constants.
4281 (math-prime-test): Redo calculation of sum.
4283 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
4285 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
4286 math-scale-bignum-3.
4287 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
4288 math-bignum-digit-size.
4289 (math-isqrt-small): Add another possible initial guess.
4291 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4293 * textmodes/bibtex.el (bibtex-entry-format): New options
4294 `whitespace', `braces', and `string'.
4295 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4296 (bibtex-field-braces-opt, bibtex-field-strings-opt)
4297 (bibtex-cite-matcher-alist): New variables.
4298 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
4299 (bibtex-flash-head): Use blink-matching-delay.
4300 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
4301 (bibtex-format-entry, bibtex-reformat): Handle new options of
4302 bibtex-entry-format.
4303 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
4305 (bibtex-complete-internal): Do not display messages while
4306 minibuffer is used. Do not leave around a completions buffer
4307 that is out of date.
4308 (bibtex-copy-summary-as-kill): New optional arg.
4309 (bibtex-font-lock-url): New optional arg no-button.
4310 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
4311 (bibtex-url): Allow multiple URLs per entry.
4313 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4315 * emacs-lisp/autoload.el (autoload-generated-file): New function.
4316 (update-file-autoloads, update-directory-autoloads): Use it.
4317 (autoload-file-load-name): New function.
4318 (generate-file-autoloads, update-file-autoloads): Use it.
4319 (autoload-find-file): Accept non-absolute argument. Set default-dir.
4320 (generate-file-autoloads): If the autoloaded form is malformed,
4321 indicate the problem with a warning instead of aborting.
4323 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4325 * simple.el (next-error-recenter): Accept `(4)' as well;
4326 also, specify `integer' instead of `number'.
4328 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4330 * ls-lisp.el (insert-directory): If an invalid regexp error is
4331 thrown, try using FILE as a literal file name, not a wildcard.
4333 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
4335 * ruler-mode.el (ruler-mode): Prevent clobbering the original
4336 `header-line-format' when reentering ruler mode.
4338 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4340 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4341 FILE exists as a file.
4343 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
4345 * calc/calc.el (math-bignum-digit-length)
4346 (math-bignum-digit-size, math-small-integer-size):
4348 (math-normalize, math-bignum-big, math-make-float)
4349 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
4350 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
4351 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
4352 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
4353 (math-quotient, math-div-bignum, math-div-bignum-digit)
4354 (math-div-bignum-part, math-format-bignum-decimal)
4355 (math-read-bignum): Use math-bignum-digit-length,
4356 math-bignum-digit-size and math-small-integer-size.
4358 * calc/calc-ext.el (math-fixnum-big): Use the variable
4359 math-bignum-digit-size.
4361 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
4363 * log-view.el (log-view-mode-menu): New menu.
4365 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4367 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
4370 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
4371 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
4373 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4375 * vc-hg.el (vc-hg-print-log): Insert the file name.
4376 (vc-hg-log-view-mode): Fontify the file name.
4378 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
4380 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
4381 (calcFunc-julian): Fix incorrect number used in calculations.
4383 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
4385 * simple.el (next-error-recenter): New defcustom.
4386 (next-error, next-error-internal): Recenter if specified,
4387 immediately prior to running `next-error-hook'.
4389 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
4390 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
4392 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
4394 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
4396 * calc/calc-comb.el (math-small-factorial-table): New variable.
4397 (calcFunc-fact): Use `math-small-factorial-table'.
4399 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
4401 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
4402 New variables to use in caches.
4404 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
4405 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
4407 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
4408 (math-bernoulli-b-cache): Use math-read-number-simple to insert
4411 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4412 New variables to use in caches.
4414 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4416 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
4418 * vc-hg.el (vc-hg-log-view-mode): New mode.
4420 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
4422 * calc/calc.el (math-read-number-simple): New function.
4424 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4426 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4427 (vera-font-lock-match-item): Fix doc string.
4428 (vera-in-comment-p): Remove unused function.
4429 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4431 (vera-forward-syntactic-ws): Fix argument order.
4432 (vera-prepare-search): Use `with-syntax-table'.
4433 (vera-indent-line): Fix doc string.
4434 (vera-electric-tab): Fix doc string.
4435 (vera-expand-abbrev): Define alias instead of using `fset'.
4436 (vera-comment-uncomment-region): Use `comment-start-skip'.
4438 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
4440 * textmodes/org.el (org-export-with-footnotes): New option.
4441 (org-export-as-html): Fix replacement bug for XEmacs.
4442 (org-agenda-default-appointment-duration): New option.
4444 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4446 * vc-hg.el: Add to do items.
4447 (vc-hg-diff): Add support for comparing different revisions.
4448 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
4449 (vc-hg-annotate-extract-revision-at-line)
4450 (vc-hg-previous-version, vc-hg-checkin): New functions.
4451 (vc-hg-annotate-re): New constant.
4453 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
4455 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
4457 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4459 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
4460 buffer-local value of log-view-*-re if applicable.
4462 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
4463 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
4464 (vc-bzr-command*): Remove both (incompatible) versions.
4465 (vc-bzr-do-command*): Remove.
4466 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
4467 Remove by folding into its only caller vc-bzr-command.
4468 (vc-bzr-command): Always set the environment, even when ineffective.
4469 (vc-bzr-version): Minor fix up.
4470 (vc-bzr-admin-dirname): New var.
4471 (vc-bzr-bzr-dir): Remove.
4472 (vc-bzr-root-dir): New fun.
4473 (vc-bzr-registered): Use it. Add an autoloaded version.
4474 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
4475 (vc-bzr-view-log-function): Remove.
4476 (vc-bzr-log-view-mode): New major mode to replace it.
4477 (vc-bzr-print-log): Only activate the old hack if needed.
4479 * vc.el (vc-default-log-view-mode): New function.
4480 (vc-print-log): Add new `log-view-mode' VC operation.
4482 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
4484 * ido.el (ido-find-file-in-dir): Don't signal an error for
4487 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
4489 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4490 directory where the desktop file was found, as the docstring says.
4491 (desktop-kill): Use `read-directory-name'.
4493 2007-06-20 Alan Mackenzie <acm@muc.de>
4495 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4496 When removing lines, also remove the \n. Correction of patch of
4499 2007-06-20 Martin Rudalics <rudalics@gmx.at>
4501 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4502 event is not a cons cell. Do not unread drag-mouse-1 events.
4503 Select right window in check whether space was stolen from
4506 * help-mode.el (help-make-xrefs): Adjust position of new forward
4509 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
4511 * vc-bzr.el (vc-bzr-with-process-environment)
4512 (vc-bzr-std-process-invocation): New macros.
4513 (vc-bzr-command, vc-bzr-command*): Use them.
4514 (vc-bzr-with-c-locale): Remove.
4515 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
4516 (vc-bzr-buffer-nonblank-p): New function.
4517 (vc-bzr-state-words): New const.
4518 (vc-bzr-state): Look for `bzr status` keywords in output.
4519 Display everything else as a warning message to the user.
4520 Fix status report with bzr >= 0.15.
4522 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
4524 * vc-hg.el (vc-hg-global-switches): Simplify.
4525 (vc-hg-state): Handle more states.
4526 (vc-hg-diff): Fix doc-string.
4527 (vc-hg-register): New function.
4528 (vc-hg-checkout): Likewise.
4530 2007-06-20 Reto Zimmermann <reto@gnu.org>
4532 * progmodes/vera-mode.el: New file.
4534 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
4536 * calc/calc.el (calc-multiplication-has-precendence):
4538 (math-standard-ops, math-standard-ops-p, math-expr-ops):
4540 (math-expr-opers): Define using math-standard-ops rather than
4541 math-standard-opers.
4542 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
4543 equal the function math-standard-ops rather than the variable
4544 math-standard-opers.
4545 (calc-algebraic-entry): Let math-expr-opers equal
4546 math-standard-ops or math-expr-ops, as appropriate.
4547 (math-expr-read-level, math-read-factor): Let math-expr-opers
4548 equal math-expr-ops.
4549 * calc/calc-embed.el (calc-embedded-finish-edit):
4550 Let math-expr-opers equal the function math-standard-ops
4551 rather than the variable math-standard-opers.
4552 * calc/calc-ext.el (math-read-plain-expr)
4553 (math-format-flat-expr-fancy): Let math-expr-opers equal the
4554 function math-standard-ops rather than the variable
4555 math-standard-opers.
4556 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
4557 Let math-expr-opers equal the function math-standard-ops rather
4558 than the variable math-standard-opers.
4559 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
4560 equal the function math-standard-ops rather than the variable
4561 math-standard-opers.
4562 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
4563 equal the function math-standard-ops rather than the variable
4564 math-standard-opers.
4565 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
4568 2007-06-19 Ivan Kanis <apple@kanis.eu>
4570 * vc-hg.el: New file.
4572 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4574 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
4575 with font-lock-multiline.
4577 2007-06-17 Glenn Morris <rgm@gnu.org>
4579 * lpr.el (lpr-page-header-switches): Move %s to separate element
4580 for correct quoting. Doc fix.
4582 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4584 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
4585 than setting sgml-xml-mode.
4586 (sgml-mode, html-mode): Set sgml-xml-mode.
4587 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
4588 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
4589 (sgml-electric-tag-pair-before-change-function)
4590 (sgml-electric-tag-pair-flush-overlays): New functions.
4591 (sgml-electric-tag-pair-mode): New minor mode.
4592 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
4593 (sgml-calculate-indent): Use assoc-string.
4595 2007-06-16 Karl Fogel <kfogel@red-bean.com>
4597 * thingatpt.el (thing-at-point-email-regexp): Don't require two
4598 chars before the "@" in an email address. Andreas Roehler noticed
4601 2007-06-15 Karl Fogel <kfogel@red-bean.com>
4603 * thingatpt.el: Add support for email addresses (`email').
4604 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
4605 (thing-at-point-email-regexp): New variable.
4606 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
4607 properties on this symbol, with lambda forms for values.
4609 2007-06-15 Masatake YAMATO <jet@gyve.org>
4611 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
4613 * vc.el (vc-dired-hook): Check the backend returned from
4614 `vc-responsible-backend' can really handle `subdir'.
4616 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
4618 * wid-edit.el (widget-add-documentation-string-button):
4619 Fix handling of documentation indent.
4621 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
4623 * mb-depth.el: New file.
4625 2007-06-15 Masatake YAMATO <jet@gyve.org>
4627 * vc.el (vc-dired-mode): Show backend name as part of mode name.
4629 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
4631 * wid-edit.el (widget-default-create): Move ?h handling here...
4632 (widget-default-format-handler): ...from here.
4633 (widget-docstring, widget-add-documentation-string-button): New funs.
4634 (documentation-string): Add :visibility-widget property.
4635 (widget-documentation-string-value-create): Use it.
4637 * cus-edit.el (custom-split-regexp-maybe): Simplify.
4638 (custom-buffer-create-internal): Simplify message.
4639 (custom-variable-tag): Reduce height to normal.
4640 (custom-variable-value-create, custom-face-value-create)
4641 (custom-visibility): New widget.
4642 (custom-visibility): New face.
4643 (custom-group-value-create):
4644 Call widget-add-documentation-string-button, using `custom-visibility'.
4646 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4648 * emacs-lisp/bytecomp.el (byte-compile-current-group)
4649 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
4650 change. Apparently the "warning even if the group is implicit" is
4651 a feature rather than a bug.
4653 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
4655 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
4656 Different advices for Emacs and XEmacs. Compile them conditionally.
4657 (viper-version): Belated version change.
4659 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
4661 * follow.el (follow-all-followers, follow-generic-filter):
4662 * pcomplete.el (pcomplete-restore-windows):
4663 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
4665 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
4666 * progmodes/python.el (python-complete-symbol):
4667 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
4669 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
4671 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
4672 around bright and dim regexps. Make sure bright and dim matches
4673 use word anchors. Send text through rcirc-markup functions.
4674 (rcirc-url-regexp): Add single quote character.
4675 (rcirc-connect): Write logs to disk on auto-save-hook.
4676 Make server a non-optional argument.
4677 (rcirc-log-alist): New variable.
4678 (rcirc-log-directory): Make customizable.
4679 (rcirc-log-flag): New customizable variable.
4680 (rcirc-log): New function.
4681 (rcirc-print): Use above function.
4682 (rcirc-log-write): New function.
4683 (rcirc-generate-new-buffer-name): Strip text properties.
4684 (rcirc-switch-to-buffer-function): Remove variable.
4685 (rcirc-last-non-irc-buffer): Remove variable.
4686 (rcirc-non-irc-buffer): Add function.
4687 (rcirc-next-active-buffer): Use above function.
4688 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
4689 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
4690 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
4691 (rcirc-omit-mode): Add minor-mode.
4692 (rcirc-mode-map): Change C-c C-o binding.
4693 (rcirc-mode): Clear mode-line-process. Use a custom
4694 fill-paragraph-function. Set up buffer-invisibility-spec.
4695 (rcirc-response-formats): Remove timestamp code.
4696 (rcirc-omit-responses): Add variable.
4697 (rcirc-print): Don't put the overlay arrow on potentially omitted
4698 lines. Log line to disk. Record activity for private messages
4699 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
4700 (rcirc-jump-to-first-unread-line): Print message if there is no
4702 (rcirc-clear-unread): New function.
4703 (rcirc-markup-text-functions): Add variable.
4704 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
4705 (rcirc-debug): Don't mess with window configuration.
4706 (rcirc-send-message): Send message before printing locally.
4707 Add SILENT argument, do not print message if non-nil.
4708 (rcirc-visible-buffers): New function and variable.
4709 (rcirc-window-configuration-change-1): Add function.
4710 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
4712 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
4713 (rcirc-fill-paragraph): Add function.
4714 (rcirc-record-activity, rcirc-window-configuration-change-1):
4715 Only update the activity string if it has actually changed.
4716 (rcirc-update-activity-string): Remove padding characters from the
4718 (rcirc-disconnect-buffer): New function to be called when a
4719 channel is parted or the user quits.
4720 (rcirc-server-name): Warn when the server-name hasn't been set.
4721 (rcirc-window-configuration-change): Postpone work until
4723 (rcirc-window-configuration-change-1): Update mode-line and
4724 overlay arrows here.
4725 (rcirc-authenticate): Fixc hanserv identification.
4726 (rcirc-default-server): Remove variable.
4727 (rcirc): Connect according to rcirc-connections.
4728 (rcirc-connections): Add variable.
4729 (rcirc-startup-channels-alist): Remove variable.
4730 (rcirc-startup-channels): Remove function.
4732 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4734 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
4736 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4738 * term/xterm.el (terminal-init-xterm): Escape parens in character
4741 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4743 * progmodes/sh-script.el: Remove unneeded * from docstrings.
4744 Use [:alpha:] and [:alnum:] where applicable.
4745 (sh-quoted-subshell): Rewrite to correctly
4746 handle nested mixes of `...` and $(...).
4747 (sh-apply-quoted-subshell): Remove.
4748 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
4750 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
4752 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
4754 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
4757 2007-06-12 Tom Tromey <tromey@redhat.com>
4759 * subr.el (user-emacs-directory): New defconst.
4760 * cmuscheme.el (scheme-start-file):
4762 * completion.el (save-completions-file-name):
4763 * custom.el (custom-theme-directory):
4764 * term/x-win.el (emacs-session-filename):
4765 * filesets.el (filesets-menu-cache-file):
4766 * thumbs.el (thumbs-thumbsdir):
4767 * server.el (server-auth-dir):
4768 * image-dired.el (image-dired-dir):
4769 (image-dired-db-file):
4770 (image-dired-temp-image-file):
4771 (image-dired-gallery-dir):
4772 (image-dired-temp-rotate-image-file):
4773 * play/gamegrid.el (gamegrid-user-score-file-directory):
4774 * savehist.el (savehist-file):
4775 * tutorial.el (tutorial--saved-dir):
4776 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
4778 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
4780 * scroll-lock.el (scroll-lock-mode): Doc fix.
4782 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
4784 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
4786 * ediff-init.el: Doc strings.
4788 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4790 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
4791 (byte-compile-file): Bind it.
4792 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
4793 group argument is provided implicitly.
4794 (byte-compile-format-warn, byte-compile-from-buffer)
4795 (byte-compile-insert-header): Don't hardcode point-min==1.
4796 (byte-compile-file-form-require): Remove unused var old-load-list.
4797 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
4799 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
4801 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
4802 Display error messages.
4803 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
4804 Get rid of cl.el dependencies.
4806 * emulation/viper-init.el (viper-suppress-input-method-change-message):
4808 (viper-activate-input-method-action)
4809 (viper-inactivate-input-method-action):
4810 Use viper-suppress-input-method-change-message.
4812 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
4815 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
4816 Use viper-replace-overlay-cursor-color instead of
4817 viper-replace-overlay-cursor-color.
4818 (viper-sit-for-short): Use sit-for with 3 arguments.
4820 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
4821 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
4824 * ediff-mult.el (ediff-meta-buffer-brief-message)
4825 (ediff-meta-buffer-verbose-message): New variables.
4826 (ediff-meta-buffer-message): Variable deleted.
4827 (ediff-verbose-help-enabled): New variable.
4828 (ediff-toggle-verbose-help-meta-buffer): New function.
4829 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
4832 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
4833 (ediff-fixup-patch-map): Improve heuristic.
4835 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4837 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
4838 (log-view-font-lock-keywords): Simplify.
4839 (log-view-current-file, log-view-current-tag): Simplify.
4841 2007-06-12 Sam Steingold <sds@gnu.org>
4843 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
4845 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
4847 * desktop.el (desktop-load-locked-desktop): New option.
4848 (desktop-read): Use it.
4849 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4852 2007-06-12 Davis Herring <herring@lanl.gov>
4854 * desktop.el (desktop-save-mode-off): New function.
4855 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4856 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4857 (desktop-claim-lock, desktop-release-lock): New functions.
4858 (desktop-kill): Tell `desktop-save' that this is the last save.
4859 Release the lock afterwards.
4860 (desktop-buffer-info): New function.
4861 (desktop-save): Use it. Run `desktop-save-hook' where the doc
4862 says to. Detect conflicts, and manage the lock.
4863 (desktop-read): Detect conflicts. Manage the lock.
4865 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4867 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
4869 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
4870 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
4871 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
4872 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
4873 keysyms rather than byte sequences.
4874 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
4876 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4878 * font-lock.el (font-lock-add-keywords): In case font-lock was only
4879 half-activated, forcefully activate it completely.
4881 2007-06-11 Richard Stallman <rms@gnu.org>
4883 * cus-edit.el (custom-variable-type): Doc fix.
4885 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4887 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4888 (sh-font-lock-flush-syntax-ppss-cache): New functions.
4889 (sh-font-lock-syntactic-keywords): Use them to distinguish the
4890 different possible cases for \'.
4892 * complete.el (PC-bindings): Don't bind things already bound in the
4895 * textmodes/bibtex-style.el: New file.
4897 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
4899 * vc-bzr.el: New file.
4901 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4903 * vc-svn.el (vc-svn-program): New var.
4904 (vc-svn-command): Use it.
4906 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
4908 * server.el (server-switch-buffer): Remove redundant check.
4910 2007-06-10 Martin Rudalics <rudalics@gmx.at>
4912 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
4913 Match against file-name-nondirectory.
4914 Fix text on user customization variables.
4915 Reported by Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>.
4917 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4919 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4921 2007-06-09 Davis Herring <herring@lanl.gov>
4923 * desktop.el (desktop-minor-mode-table): Doc fix.
4925 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4927 * textmodes/css-mode.el (css-navigation-syntax-table):
4928 Use set-char-table-range so it also works in the unicode branch.
4930 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
4932 * help-mode.el (help-xref-forward-stack)
4933 (help-xref-stack-forward-item, help-forward-label): New variables.
4934 (help-forward): New button type.
4935 (help-setup-xref): Initialise help-xref-forward-stack.
4936 (help-make-xrefs): Add forward button, if appropriate.
4937 (help-xref-go-back): Push item on forward stack.
4938 (help-xref-go-forward, help-go-forward): New functions.
4940 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
4942 * dired.el (dired-mode-map): Remove spurious separator.
4944 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4946 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4948 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4949 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4951 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
4953 * textmodes/org.el: Version number fixed.
4955 2007-06-07 Glenn Morris <rgm@gnu.org>
4957 * version.el (emacs-copyright): New constant.
4958 * startup.el (fancy-splash-tail): Use emacs-copyright.
4959 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
4961 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
4963 (byte-compile-warnings-safe-p): Add `make-local'.
4964 (byte-compile-make-variable-buffer-local):
4965 Allow byte-compile-warnings to suppress this warning.
4967 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
4968 format of "menu" description.
4969 (tutorial--find-changed-keys): Describe the specific menu a
4972 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
4973 Rewrite compatibility functions to silence byte-compiler.
4975 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4977 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4978 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4980 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
4982 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
4984 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4986 * progmodes/ebrowse.el (ebrowse-member-table):
4987 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
4988 (org-batch-agenda-csv): Fix typos in docstrings.
4990 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4992 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4993 (sort-coding-systems, search-unencodable-char): Doc fixes.
4994 (coding-system-change-eol-conversion, set-default-coding-systems)
4995 (prefer-coding-system, find-multibyte-characters, princ-list)
4996 (leim-list-entry-regexp, set-input-method, locale-language-names)
4997 (input-method-exit-on-first-char, exit-language-environment-hook)
4998 (locale-charset-language-names): Fix typos in docstrings.
5000 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5002 * pgg.el (pgg-sign-region, pgg-sign):
5003 * ses.el (ses-call-printer):
5004 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
5005 * textmodes/org.el (org-cycle): Fix typos in docstrings.
5007 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
5010 (org-export-region-as-html, org-replace-region-by-html)
5011 (org-number-to-letters, org-table-fedit-finish)
5012 (org-normalize-color, org-table-fedit-ref-right)
5013 (org-date-to-gregorian, org-table-fedit-move)
5014 (org-table-convert-refs-to-rc, org-calendar-holiday)
5015 (org-table-fedit-toggle-ref-type, org-write-agenda)
5016 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
5017 (org-defkey, org-encode-for-stdout)
5018 (org-indent-line-function, org-export-as-html-to-buffer)
5019 (org-store-agenda-views, org-update-mode-line)
5020 (org-find-if, org-delete-all)
5021 (org-table-fedit-convert-buffer, org-emphasize)
5022 (org-uniquify, org-table-fedit-lisp-indent)
5023 (org-table-fedit-scroll, org-get-todo-sequence-head)
5024 (org-table-fedit-scroll-down, org-table-fedit-line-down)
5025 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
5026 (org-table-fedit-toggle-coordinates, org-dvipng-color)
5027 (org-table-fedit-line-up, org-table-fedit-ref-down)
5028 (org-table-formula-from-user, org-mode-flyspell-verify)
5029 (org-cycle-show-empty-lines, org-ctrl-c-ret)
5030 (org-table-formula-to-user, org-diary-to-ical-string)
5031 (orgtbl-export, org-table-fedit-post-command)
5032 (org-closed-in-range, org-shiftcontrolright)
5033 (org-table-convert-refs-to-an, org-table-hline-and-move)
5034 (org-table-formula-less-p, org-format-table-ascii)
5035 (org-agenda-get-sexps, org-shift-refpart)
5036 (org-diary-sexp-entry, org-time-string-to-absolute)
5037 (org-table-show-reference, org-letters-to-number)
5038 (org-fix-agenda-info, org-table-fedit-ref-up)
5039 (org-table-fedit-shift-reference, org-table-fedit-abort)
5040 (org-closest-date, org-shiftcontrolleft)
5041 (org-at-heading-or-item-p, org-rematch-and-replace)
5042 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
5044 (org-table-edit-scroll-down, org-finish-edit-formulas)
5045 (org-table-edit-next-field, org-abort-edit-formulas)
5046 (org-font-lock-level, org-export-find-first-heading-line)
5047 (org-table-edit-line-down, org-table-edit-backward-field)
5048 (org-edit-formula-lisp-indent, org-table-edit-move)
5049 (org-check-log-option, org-this-word)
5050 (org-table-edit-line-up, org-table-edit-formulas-post-command)
5051 (org-agenda-file-to-end, org-expand-file-name)
5052 (org-fake-empty-table-line, org-table-edit-scroll)
5053 (org-toggle-log-option, org-show-reference): Function removed.
5054 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
5056 (org-unmodified, org-batch-store-agenda-views)
5057 (org-batch-agenda-csv): New macro.
5058 (org-agenda-export): New customization group.
5059 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
5060 (org-highest-priority, org-agenda-exporter-settings)
5061 (org-log-done-with-time, org-replace-disputed-keys)
5062 (org-format-latex-header, org-export-table-header-tags)
5063 (org-cycle-separator-lines, org-export-table-data-tags)
5064 (org-icalendar-include-sexps)
5065 (org-empty-line-terminates-plain-lists)
5066 (org-log-repeat, org-special-ctrl-a)
5067 (org-table-use-standard-references, org-disputed-keys)
5068 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
5069 (org-agenda-export-html-style): New option.
5070 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
5071 (org-CUA-compatible): Option removed.
5072 (org-agenda-structure, org-sexp-date): New face.
5073 (org-todo-keywords-for-agenda, org-not-done-keywords)
5074 (org-planning-or-clock-line-re, org-agenda-name)
5075 (org-table-colgroup-info, org-todo-sets)
5076 (constants-unit-system, org-clock-mode-line-entry)
5077 (org-mode-line-timer, org-table-current-begin-pos)
5078 (org-todo-keywords-1, org-mode-line-string)
5079 (org-table-clean-did-remove-column, org-table-fedit-map)
5080 (org-clock-heading, org-table-buffer-is-an)
5081 (org-agenda-info, org-done-keywords)
5082 (org-done-keywords-for-agenda, org-todo-heads)
5083 (org-todo-kwd-alist, org-clock-start-time): New variable.
5084 (org-todo-kwd-priority-p, org-edit-formulas-map)
5085 (org-repeat-re, org-todo-kwd-max-priority)
5086 (org-version, org-done-string)
5087 (org-table-clean-did-remove-column-1, org-disputed-keys):
5089 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
5090 (org-ts-lengths): Constant removed.
5091 (org-follow-gnus-link): Don't ask how many articles to read.
5092 (org-export-find-first-export-line): Rename from
5093 `org-export-find-first-heading'.
5094 Use `org-export-skip-text-before-1st-heading'.
5095 (org-table-fedit-post-command): Rename from
5096 `org-table-edit-formulas-post-command'.
5097 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
5098 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
5099 (org-table-fedit-lisp-indent): Rename from
5100 `org-edit-formula-lisp-indent'.
5101 (org-table-show-reference): Rename from `org-show-reference'.
5102 (org-table-store-formulas): Use `org-table-formula-less-p'.
5103 (org-table-edit-formulas): Position cursor to current field equation.
5104 (org-update-checkbox-count, org-hide-archived-subtrees)
5105 (org-timestamp-up-day, org-timestamp-down-day)
5106 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5107 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
5108 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
5109 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
5110 Let `org-on-heading-p' also check for invisible heading.
5111 (org-read-date): Match am/pm times.
5112 (org-eval-in-calendar): Fix default date in prompt.
5114 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
5116 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
5117 "ChangeLog.a" entries, giving the latter lower priority.
5119 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
5121 * faces.el (face-id): If the argument is a face alias,
5122 return the ID of the target face.
5124 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
5126 * net/socks.el (top): Remove unnecessary copyright line.
5128 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
5130 * longlines.el (longlines-auto-wrap): Handle argument correctly.
5132 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
5134 * net/socks.el: New file, taken from w3 repository.
5135 (top): Update Copyright. Don't load cl.el.
5136 (all): Replace `case' by `cond', `string-to-int' by
5137 `string-to-number', and `process-kill-without-query' by
5138 `set-process-query-on-exit-flag'.
5139 (socks-char-int): Remove defalias and all occurrences.
5141 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
5143 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
5144 Fix typos in docstrings.
5145 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
5146 (compilation-finish-function): Fix typo in obsolescence declaration.
5148 2007-06-03 Sam Steingold <sds@gnu.org>
5150 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
5151 handle unending automatic recompilation of changed files (`omake -P').
5152 (compilation-loop): VISITED is now 5th CDR.
5153 (compilation-next-error-function): Set TIMESTAMP.
5155 2007-06-03 Sam Steingold <sds@gnu.org>
5157 * files.el (kill-buffer-ask): New function.
5158 (kill-some-buffers): Use it.
5159 (kill-matching-buffers): New user command.
5161 2007-06-01 David Kastrup <dak@gnu.org>
5163 * dired.el (dired-recursive-deletes, dired-recursive-copies):
5164 Change default to `top'.
5166 2007-05-31 Richard Stallman <rms@gnu.org>
5168 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
5170 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5172 * textmodes/css-mode.el: New file.
5174 2007-05-30 Michael Olson <mwolson@gnu.org>
5176 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
5177 died and we are trying to send a signal to it. The program using
5178 tq.el should periodically check to see whether the process has
5179 died and react appropriately -- this is not the responsibility of
5180 tq.el, and is consistent with the rest of the tq.el source code.
5182 2007-05-29 Martin Rudalics <rudalics@gmx.at>
5184 * textmodes/table.el (table--point-entered-cell-function)
5185 (table--point-left-cell-function):
5186 Bind `inhibit-point-motion-hooks' to t.
5188 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5190 * emacs-lisp/rx.el (rx): Doc fix.
5192 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
5194 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
5196 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
5198 Sync with Tramp 2.0.56.
5203 * net/tramp-util.el:
5205 Don't load cl.el, because that pollutes the namespace. Replace cl
5206 macros by their implementations where necessary. Requested by
5207 Richard Stallman <rms@gnu.org>.
5209 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
5211 (with-parsed-tramp-file-name): Protect debug spec during compilation.
5212 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
5213 (tramp-file-name-p, tramp-file-name-multi-method)
5214 (tramp-file-name-method, tramp-file-name-user)
5215 (tramp-file-name-host, tramp-file-name-localname): New defuns,
5216 replacing defstruct `tramp-file-name'.
5217 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
5218 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
5219 Apply `vector' instead of `make-tramp-file-name'.
5220 (tramp-handle-make-auto-save-file-name):
5221 Apply `tramp-temporary-file-directory' for compatibility reasons.
5222 (tramp-completion-mode): Use `natnump' instead of `wholenump'
5224 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
5227 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
5229 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
5231 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5233 * log-edit.el (log-edit-changelog-paragraph): Return point-max
5234 as the end of the ChangeLog paragraph when it ends without a line
5237 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
5239 * net/webjump.el (webjump-sample-sites):
5240 Add simple Wikipedia query.
5242 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5244 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
5247 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
5248 (copyright-update-year): Use it.
5250 * edmacro.el (edmacro-format-keys): Use current-active-maps.
5252 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
5253 Add indentation and debugging info. Fix up comment convention.
5255 * cus-dep.el (custom-make-dependencies): Simplify.
5257 * composite.el (compose-region, decompose-region):
5258 Use inhibit-read-only and restore-buffer-modified-p.
5260 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
5261 (xterm-mouse-event): Use it.
5263 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
5265 * bs.el (bs-cycle-previous): Don't modify the cycle list until
5266 `switch-to-buffer' has returned succesfully.
5267 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
5268 window is dedicated (it could iconify the frame).
5270 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
5272 * vc-hooks.el (vc-find-root): Fix file attribute test.
5274 2007-05-24 Richard Stallman <rms@gnu.org>
5276 * textmodes/flyspell.el (flyspell-correct-word-before-point):
5277 Don't let opoint be nil.
5278 (flyspell-emacs-popup): Explicit error if no dialogs.
5280 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
5282 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
5283 (image-next-line, image-previous-line, image-scroll-up)
5284 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
5286 (image-mode-map): Remap motion commands.
5287 (image-mode-text-map): New keymap for viewing images as text.
5288 (image-mode): Use image-mode-map.
5289 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
5291 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5293 * textmodes/fill.el (canonically-space-region): Make the second arg
5294 a marker if it's not already the case.
5296 2007-05-23 Eli Zaretskii <eliz@gnu.org>
5298 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
5299 (tar-get-descriptor): Handle type 55, an extended pax header.
5301 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5303 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
5304 to confuse outline-minor-mode.
5306 2007-05-23 Eli Zaretskii <eliz@gnu.org>
5308 * tar-mode.el (tar-file-name-handler): New function.
5309 (tar-extract): Bind file-name-handler-alist to it to force
5310 find-buffer-file-type-coding-system behave as if the file being
5311 extracted existed. Use last-coding-system-used to force
5312 buffer-file-coding-system to what decode-coding-region actually
5313 used to decode the file.
5315 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5317 * progmodes/compile.el (compilation-handle-exit):
5318 `compilation-finish-function' may change the current buffer.
5320 2007-05-22 Richard Stallman <rms@gnu.org>
5322 * files.el (set-auto-mode): Doc fix.
5324 2007-05-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5326 * help-fns.el (find-source-lisp-file): New function.
5327 (describe-function-1): Use find-source-lisp-file to find source
5328 file in compile tree.
5330 2007-05-22 Eli Zaretskii <eliz@gnu.org>
5332 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5334 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
5336 * emacs-lisp/easy-mmode.el (define-minor-mode)
5337 (easy-mmode-define-navigation): Fix typos in docstrings.
5339 2007-05-22 Glenn Morris <rgm@gnu.org>
5341 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
5343 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
5345 * mail/mail-extr.el (mail-extract-address-components):
5346 Recognize non-ASCII characters except for NBSP as words.
5348 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
5350 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
5351 (rcirc-print): Handle `window-width'.
5352 (rcirc-buffer-maximum-lines): Doc fix.
5354 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
5356 * image-mode.el (image-toggle-display): Don't clear image cache.
5357 Only use filename in image spec if the file is readable.
5360 * image.el (image-type-from-file-name, image-type): Simplify.
5361 (image-type-auto-detected-p): Don't scan auto-mode-alist.
5363 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
5364 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
5366 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
5368 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
5371 * term/linux.el (terminal-init-linux): Don't signal an error
5372 if gpm isn't running.
5374 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
5376 * t-mouse.el: Reduce to a minor-mode macro call.
5377 (t-mouse-mode): Remove the lighter.
5379 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
5381 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
5383 * files.el (auto-mode-alist): Change the regexp so that
5384 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
5386 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5388 * Version 22.1 released.
5390 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
5392 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
5395 2007-05-19 Kevin Ryde <user42@zip.com.au>
5397 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
5399 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5401 * textmodes/sgml-mode.el: Revert last change.
5403 2007-05-18 Richard Stallman <rms@gnu.org>
5405 * simple.el (push-mark): Doc fix.
5407 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
5409 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
5411 (tpu-original-global-map): Variable deleted.
5412 (tpu-control-keys-map): New keymap variable.
5413 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
5414 setting keymapping directly.
5415 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
5417 (tpu-edt-on): Activate the tpu-global-map.
5418 (tpu-edt-off): Deactivate the tpu-global-map.
5420 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
5422 * textmodes/ispell.el (ispell-get-word): Return markers
5423 for start and end positions.
5424 (ispell-word): Assume END is a marker.
5426 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5428 * printing.el: Group together all XEmacs/Emacs definitions.
5429 (pr-version): New version 6.9.
5430 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
5431 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
5432 (pr-menu-bind): Fix code.
5433 (pr-e-frame-char-height, pr-e-frame-char-width)
5434 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
5435 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
5436 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
5437 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
5438 (pr-x-event-y-pixel): Aliases eliminated.
5439 (pr-xemacs-global-menubar): Macro moved.
5440 (current-menubar, current-mouse-event, zmacs-region-stays)
5441 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
5442 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
5444 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
5445 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
5446 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
5447 (pr-menu-set-utility-title, pr-even-or-odd-pages)
5448 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
5449 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
5452 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
5454 * textmodes/sgml-mode.el (sgml-tag):
5455 Fix bug: Call sgml-transformation-function.
5457 2007-05-17 Martin Rudalics <rudalics@gmx.at>
5459 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
5460 modified flag of buffer. Use `inhibit-modification-hooks'.
5462 2007-05-16 Richard Stallman <rms@gnu.org>
5464 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5466 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5468 * files.el (magic-mode-alist, magic-fallback-mode-alist):
5469 Move the *ml, Postscript, and XmCD entries to the fallback part.
5471 * files.el (magic-fallback-mode-alist):
5472 Rename from file-start-mode-alist.
5474 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5476 * progmodes/compile.el (compilation-handle-exit): Quote first
5477 argument of `run-hook-with-args'.
5479 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
5481 * buff-menu.el (Buffer-menu-sort-column):
5482 * dabbrev.el (dabbrev-upcase-means-case-search):
5483 * dired.el (dired-recursive-deletes, dired-recursive-copies):
5484 * info.el (Info-current-subfile):
5485 * ls-lisp.el (ls-lisp-verbosity):
5486 * msb.el (msb-menu-cond):
5487 * pcvs.el (cvs-dired-use-hook):
5488 * simple.el (set-mark-command-repeat-pop):
5489 * time.el (display-time-24hr-format, display-time-mail-file):
5492 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
5493 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
5495 * view.el (view-inhibit-help-message): Fix typo in docstring.
5496 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
5498 2007-05-16 Martin Rudalics <rudalics@gmx.at>
5500 * textmodes/ispell.el (ispell-start-process): Defend against bad
5503 2007-05-14 Eli Zaretskii <eliz@gnu.org>
5505 * mail/rmail.el (rmail-convert-to-babyl-format): Check
5506 content-transfer-encoding _last_, because it's its position that
5507 we need as value of base64-header-field-end.
5509 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
5511 * files.el (mode-require-final-newline, require-final-newline)
5512 (enable-local-variables, enable-local-eval): Doc fixes.
5514 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5516 * ps-print.el: Use default color when foreground or background color
5517 are unspecified. Reported by Leo <sdl.web@gmail.com>.
5518 (ps-print-version): New version 6.7.4.
5519 (ps-rgb-color): New argument. Use default color when color is
5521 (ps-begin-job): Fix code.
5523 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
5525 * longlines.el (longlines-mode): Make longlines-auto-wrap
5526 buffer-local. Add hooks unconditionally.
5527 (longlines-auto-wrap): Toggle wrapping.
5528 (longlines-after-change-function)
5529 (longlines-post-command-function): Check longlines-auto-wrap.
5531 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
5533 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
5534 (xterm-mouse-translate): Use it.
5536 2007-05-10 Richard Stallman <rms@gnu.org>
5538 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
5539 (iso-cvt-write-only): Likewise.
5541 * emacs-lisp/easy-mmode.el (define-minor-mode):
5542 Fix generated doc string.
5544 * startup.el (fancy-splash-text): Add URL of guided tour.
5545 Adjust horizontal and vertical whitespace.
5547 * progmodes/compile.el (compilation-handle-exit):
5548 Use run-hook-with-args to run compilation-finish-functions.
5550 * files.el (file-start-mode-alist): New variable.
5551 (magic-mode-regexp-match-limit): Doc fix.
5552 (set-auto-mode): Handle file-start-mode-alist.
5553 A little cleanup of structure.
5555 * dabbrev.el (dabbrev-eliminate-newlines):
5556 Renamed from dabbrev--eliminate-newlines. All uses changed.
5558 2007-05-10 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
5560 * man.el (Man-next-section): Don't consider the last line of the page
5561 as being part of any section.
5563 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
5565 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
5566 can take any number of values.
5568 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5570 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
5571 to the list of citation commands.
5573 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5575 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
5577 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
5579 * progmodes/python.el (python-font-lock-keywords)
5580 (python-open-block-statement-p, python-mode): Add support for the new
5583 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5585 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
5586 the exact opposite of diff-goto-source.
5588 * emacs-lisp/advice.el (ad-special-forms): Remove.
5589 (ad-special-form-p): Use subr-arity.
5591 * newcomment.el (comment-search-forward): Make sure we search forward.
5592 (comment-enter-backward): Try and distinguish the non-matching case at
5593 EOB from the non-matching case with a missing comment-end-skip for
5594 a 2-char comment ender.
5595 (comment-choose-indent): New function extracted from comment-indent.
5596 Improve the alignment algorithm.
5597 (comment-indent): Use it.
5599 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
5600 XML style Processing Instructions.
5601 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
5602 (sgml-calculate-indent): Handle `pi' context.
5604 * vc.el: Ensure that update-changelog issues an error when used with
5605 a backend that does not implement it.
5606 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
5607 Remove `backend' argument. Use expand-file-name.
5608 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
5610 * progmodes/python.el (python-end-of-block): Revert last change.
5611 (python-end-of-statement): Make sure we move *forward*.
5613 2007-05-08 Richard Stallman <rms@gnu.org>
5615 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5616 Don't include non-self-insert commands in the exception for `-'.
5618 2007-05-08 David Reitter <david.reitter@gmail.com>
5620 * progmodes/python.el (python-guess-indent): Check non-nullness
5621 before comparing indent against the 2..8 interval.
5623 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5625 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
5628 2007-05-06 Richard Stallman <rms@gnu.org>
5630 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
5632 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5634 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
5635 rather than storing their value in the revert-buffer function.
5637 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
5639 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
5640 when disabling t-mouse-mode.
5642 2007-05-01 Davis Herring <herring@lanl.gov>
5644 * calendar/timeclock.el: Update version number.
5645 (timeclock-modeline-display): Mention timeclock-use-display-time
5646 in explanatory message.
5647 (timeclock-in): Fix non-interactive workday specifications.
5648 (timeclock-log): Don't kill the log buffer if it already existed.
5649 Suppress warnings when finding the log. Don't check for a nil
5650 project twice. Run hooks after killing the buffer (if applicable).
5651 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
5652 was geometric). All uses changed.
5653 (timeclock-generate-report): Support prefix argument.
5655 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
5657 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
5660 2007-05-01 Romain Francoise <romain@orebokech.com>
5662 * dired-x.el: Revert 2007-04-06 change.
5664 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
5666 * find-dired.el (find-dired-filter): Propertize all text down to eob.
5668 2007-04-29 Richard Stallman <rms@gnu.org>
5670 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
5672 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5674 * progmodes/cc-mode.el (c-before-change): Use point-min rather
5677 2007-04-28 Richard Stallman <rms@gnu.org>
5679 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
5681 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
5683 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
5684 don't put stop on toolbar.
5686 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5688 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
5690 2007-04-28 Eli Zaretskii <eliz@gnu.org>
5692 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
5693 instead of $(lisp)/mh-e.
5695 2007-04-28 Glenn Morris <rgm@gnu.org>
5697 * image-dired.el (image-dired-cmd-create-thumbnail-options)
5698 (image-dired-cmd-create-temp-image-options): Replace option
5699 +profile "*" with -strip.
5701 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
5703 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5704 Use window-start and window-end.
5706 2007-04-27 Andreas Schwab <schwab@suse.de>
5708 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
5710 2007-04-27 Eli Zaretskii <eliz@gnu.org>
5712 * textmodes/fill.el (fill-paragraph): Doc fix.
5714 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
5716 * locate.el (locate-in-alternate-database): Doc fix.
5718 2007-04-26 Glenn Morris <rgm@gnu.org>
5720 * button.el (button): Use underline if supported, else fall back
5723 * version.el (emacs-version): Increase to 22.1.50.
5725 2007-04-25 Richard Stallman <rms@gnu.org>
5727 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
5729 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
5731 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
5732 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5734 (idlwave-current-routine): Don't push mark.
5736 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
5738 * image-dired.el (image-dired-display-image): Derive image-type from
5739 filename rather than assuming jpeg, in case no resizing was needed.
5741 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5743 * custom.el (defface): Doc fix.
5745 See ChangeLog.12 for earlier changes.
5748 ;; coding: iso-2022-7bit
5749 ;; add-log-time-zone-rule: t
5752 Copyright (C) 2007 Free Software Foundation, Inc.
5754 This file is part of GNU Emacs.
5756 GNU Emacs is free software; you can redistribute it and/or modify
5757 it under the terms of the GNU General Public License as published by
5758 the Free Software Foundation; either version 3, or (at your option)
5761 GNU Emacs is distributed in the hope that it will be useful,
5762 but WITHOUT ANY WARRANTY; without even the implied warranty of
5763 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5764 GNU General Public License for more details.
5766 You should have received a copy of the GNU General Public License
5767 along with GNU Emacs; see the file COPYING. If not, write to the
5768 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5769 Boston, MA 02110-1301, USA.
5771 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af