2007-09-18 22:18:09 +00:00
|
|
|
|
2007-09-18 Jason Rumney <jasonr@gnu.org>
|
|
|
|
|
|
|
|
|
|
* term/w32-win.el (w32-focus-frame): Make obsolete alias for
|
|
|
|
|
x-focus-frame.
|
|
|
|
|
|
|
|
|
|
* frame.el (select-frame-set-input-focus, select-frame-by-name):
|
|
|
|
|
Use x-focus-frame for w32.
|
|
|
|
|
|
2007-09-17 22:23:13 +00:00
|
|
|
|
2007-09-17 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-verbatim-environments):
|
|
|
|
|
Eliminate CL dependency.
|
|
|
|
|
|
2007-09-17 16:40:58 +00:00
|
|
|
|
2007-09-17 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* newcomment.el (comment-add): New arg EXTRA.
|
|
|
|
|
(comment-region-default): Pass EXTRA if not indenting lines.
|
|
|
|
|
|
2007-09-17 15:59:55 +00:00
|
|
|
|
2007-09-17 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
|
|
|
|
* net/browse-url.el (browse-url-url-encode-chars): New function.
|
|
|
|
|
URL-encode some chars in a string.
|
|
|
|
|
(browse-url-encode-url): Rewrite using the previous function.
|
|
|
|
|
(browse-url-file-url): Use `browse-url-url-encode-chars'.
|
|
|
|
|
(browse-url-elinks-sentinel): Fix typo.
|
|
|
|
|
(browse-url-new-window-flag): Doc change.
|
|
|
|
|
|
2007-09-17 07:02:35 +00:00
|
|
|
|
2007-09-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
|
|
|
|
|
filename from `--file-line-error', if it is available.
|
|
|
|
|
|
|
|
|
|
2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
|
|
|
|
|
TeX `--file-line-error' format.
|
|
|
|
|
|
2007-09-17 06:34:16 +00:00
|
|
|
|
2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* xt-mouse.el: Delete add-hook calls that were moved to
|
|
|
|
|
xterm-mouse-mode.
|
2007-09-17 06:54:23 +00:00
|
|
|
|
(xterm-mouse-mode): Disable resume-tty-functions, explain why it
|
|
|
|
|
does not work.
|
2007-09-17 06:34:16 +00:00
|
|
|
|
|
2007-09-17 02:55:37 +00:00
|
|
|
|
2007-09-17 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cus-face.el (custom-theme-set-faces): Undo previous change.
|
|
|
|
|
|
|
|
|
|
* faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
|
|
|
|
|
|
2007-09-17 00:23:55 +00:00
|
|
|
|
2007-09-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-region): Simplify previous change,
|
|
|
|
|
handling the case where the region is not in `tex-main-file'.
|
|
|
|
|
(tex-region-1): Delete.
|
|
|
|
|
(tex-region-header): New function, doing the header part of the
|
|
|
|
|
old tex-region-1.
|
|
|
|
|
|
2007-09-16 22:11:33 +00:00
|
|
|
|
2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* simple.el (newline): Simplify use of prefix-numeric-value.
|
|
|
|
|
(line-move-partial): Remove unused var `ppos'.
|
|
|
|
|
(line-move-1): Replace 9999 with most-positive-fixnum.
|
|
|
|
|
(move-end-of-line): Use more efficient single-property search.
|
|
|
|
|
(move-beginning-of-line): Remove unused var `start'.
|
|
|
|
|
(blink-matching-open): Restructure in a more functional style.
|
|
|
|
|
|
2007-09-16 11:53:23 +00:00
|
|
|
|
2007-09-16 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
|
|
|
|
* calendar/holidays.el (list-holidays): Remove the cyclic alias.
|
|
|
|
|
|
2007-09-16 04:53:39 +00:00
|
|
|
|
2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
(server-clients): Only keep procs, no properties any more.
(server-client): Remove.
(server-client-get, server-client-set): Remove, replace all callers by
process-get and process-put resp.
(server-clients-with, server-add-client, server-delete-client)
(server-create-tty-frame, server-create-window-system-frame)
(server-process-filter, server-execute, server-visit-files)
(server-buffer-done, server-kill-buffer-query-function)
(server-kill-emacs-query-function, server-switch-buffer)
(server-save-buffers-kill-terminal): Update accordingly.
2007-09-16 05:16:42 +00:00
|
|
|
|
* server.el (server-clients): Only keep procs, no properties any more.
|
|
|
|
|
(server-client): Remove.
|
|
|
|
|
(server-client-get, server-client-set): Remove, replace all callers by
|
|
|
|
|
process-get and process-put resp.
|
|
|
|
|
(server-clients-with, server-add-client, server-delete-client)
|
|
|
|
|
(server-create-tty-frame, server-create-window-system-frame)
|
|
|
|
|
(server-process-filter, server-execute, server-visit-files)
|
|
|
|
|
(server-buffer-done, server-kill-buffer-query-function)
|
|
|
|
|
(server-kill-emacs-query-function, server-switch-buffer)
|
|
|
|
|
(server-save-buffers-kill-terminal): Update accordingly.
|
|
|
|
|
|
2007-09-16 04:53:39 +00:00
|
|
|
|
* server.el (server-with-environment): Simplify.
|
|
|
|
|
(server-select-display, server-unselect-display): Re-add functions that
|
|
|
|
|
seem to have been lost in the multi-tty merge.
|
|
|
|
|
(server-eval-and-print, server-create-tty-frame)
|
|
|
|
|
(server-create-window-system-frame, server-goto-toplevel)
|
|
|
|
|
(server-execute, server-return-error): New functions extracted from
|
|
|
|
|
server-process-filter.
|
|
|
|
|
(server-execute-continuation): New functions.
|
|
|
|
|
(server-process-filter): Restructure so that all arguments are analysed
|
|
|
|
|
first and then acted upon in a subsequent stage This way
|
|
|
|
|
server-goto-toplevel can be executed later, when we know if
|
|
|
|
|
it's necessary.
|
|
|
|
|
Remove the "-version" and "-version-good" support.
|
|
|
|
|
|
2007-09-16 03:06:30 +00:00
|
|
|
|
2007-09-16 Drew Adams <drew.adams@oracle.com>
|
|
|
|
|
|
|
|
|
|
* cus-edit (custom-face-edit-activate): Doc fix.
|
|
|
|
|
|
2007-09-16 02:36:16 +00:00
|
|
|
|
2007-09-16 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
|
|
|
|
|
Following cal-bahai renaming, update all instances of
|
|
|
|
|
list-bahai-diary-entries to diary-bahai-list-entries,
|
|
|
|
|
mark-bahai-diary-entries to diary-bahai-mark-entries,
|
|
|
|
|
calendar-goto-bahai-date to calendar-bahai-goto-date,
|
|
|
|
|
insert-bahai-diary-entry to diary-bahai-insert-entry,
|
|
|
|
|
insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
|
|
|
|
|
insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
|
|
|
|
|
calendar-print-bahai-date to calendar-bahai-print-date.
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-region): Handle the case where the
|
|
|
|
|
region is not in `tex-main-file'. Move the old code that applies
|
|
|
|
|
to both cases...
|
|
|
|
|
(tex-region-1): ...to this new function.
|
|
|
|
|
|
2007-09-15 21:05:53 +00:00
|
|
|
|
2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-09-15 22:25:55 +00:00
|
|
|
|
* vc.el (vc-process-sentinel): New function.
|
|
|
|
|
(vc-exec-after): Use it instead of using ugly hackish analysis and
|
|
|
|
|
construction of Elisp code.
|
|
|
|
|
(vc-sentinel-movepoint): New dynamically scoped var.
|
|
|
|
|
(vc-print-log, vc-annotate): Set it to move the user's point.
|
|
|
|
|
|
2007-09-15 21:07:32 +00:00
|
|
|
|
* vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
|
|
|
|
|
inhibit-modification-hooks.
|
|
|
|
|
|
2007-09-15 21:05:53 +00:00
|
|
|
|
* calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
|
|
|
|
|
(calendar-bahai-print-date, calendar-bahai-goto-date)
|
|
|
|
|
(diary-bahai-list-entries, diary-bahai-insert-entry):
|
|
|
|
|
New names to clean up the namespace a bit more.
|
|
|
|
|
(calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
|
|
|
|
|
|
2007-09-15 19:58:15 +00:00
|
|
|
|
2007-09-15 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* calendar/holidays.el (holiday-list): Rename it back to
|
|
|
|
|
`list-holidays', but leave `holiday-list' as an alias.
|
|
|
|
|
|
2007-09-15 20:45:41 +00:00
|
|
|
|
* textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
|
|
|
|
|
custom group.
|
|
|
|
|
|
|
|
|
|
* textmodes/css-mode.el (css): New custom group.
|
|
|
|
|
(css-electrick-keys, css-selector, css-property)
|
|
|
|
|
(css-indent-offset): Specify custom group.
|
|
|
|
|
|
2007-09-15 02:22:12 +00:00
|
|
|
|
2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
|
|
|
|
|
(cvs-execute-single-file): Use process-file.
|
|
|
|
|
(cvs-run-process): Use start-file-process.
|
|
|
|
|
|
2007-09-15 00:27:38 +00:00
|
|
|
|
2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
|
|
|
|
|
level. Remove the hooks when turning off the mode.
|
|
|
|
|
|
|
|
|
|
* term/xterm.el: Require xt-mouse at compile time.
|
|
|
|
|
(terminal-init-xterm): Turn on xterm mouse tracking for this
|
|
|
|
|
terminal if xterm-mouse-mode is enabled.
|
|
|
|
|
|
2007-09-14 22:51:44 +00:00
|
|
|
|
2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-09-14 22:58:55 +00:00
|
|
|
|
* term/xterm.el (xterm-function-map): Replace bindings that were
|
|
|
|
|
deleted by the merge.
|
2007-09-14 22:51:44 +00:00
|
|
|
|
|
2007-09-14 18:11:36 +00:00
|
|
|
|
2007-09-14 Ulf Jasper <ulf.jasper@web.de>
|
|
|
|
|
|
|
|
|
|
* play/bubbles.el (bubbles-version): Bump value to "0.5".
|
|
|
|
|
(bubbles-mode-map): Move define-key statements here.
|
|
|
|
|
(bubbles-game-theme-menu): Ditto.
|
|
|
|
|
(bubbles-graphics-theme-menu): Ditto.
|
|
|
|
|
(bubbles-menu): Ditto.
|
|
|
|
|
(bubbles-mode): Initialize buffer-undo-list, redisplay.
|
|
|
|
|
(bubbles--initialize): Reset buffer-undo-list, redisplay.
|
|
|
|
|
(bubbles-plop): Set buffer-undo-list, redisplay.
|
|
|
|
|
(bubbles-undo): Reset buffer-undo-list, redisplay.
|
|
|
|
|
(bubbles--show-images): Take care of missing text properties.
|
|
|
|
|
|
2007-09-14 04:34:09 +00:00
|
|
|
|
2007-09-14 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-09-14 08:10:15 +00:00
|
|
|
|
* startup.el (fancy-startup-text, fancy-about-text): Fix face
|
|
|
|
|
quoting.
|
|
|
|
|
|
2007-09-14 04:34:09 +00:00
|
|
|
|
* calendar/cal-hebrew.el, calendar/cal-menu.el
|
|
|
|
|
* calendar/calendar.el, calendar/diary-lib.el
|
|
|
|
|
* calendar/holidays.el: Rename all instances of
|
|
|
|
|
list-calendar-holidays callers to calendar-list-holidays,
|
|
|
|
|
list-holidays to holiday-list, check-calendar-holidays to
|
|
|
|
|
calendar-check-holidays, mark-calendar-holidays to
|
|
|
|
|
calendar-mark-holidays, and filter-visible-calendar-holidays to
|
|
|
|
|
holiday-filter-visible-calendar.
|
|
|
|
|
|
2007-09-14 02:09:19 +00:00
|
|
|
|
2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* term/xterm.el (xterm-function-map): Add C-M- bindings.
|
|
|
|
|
|
2007-09-13 14:09:42 +00:00
|
|
|
|
2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* play/bubbles.el (bubbles--initialize-images): Fix bug:
|
|
|
|
|
Use transparent background for empty cells in graphics mode.
|
|
|
|
|
|
2007-09-13 08:01:54 +00:00
|
|
|
|
2007-09-13 Jari Aalto <jari.aalto@cante.net>
|
|
|
|
|
|
|
|
|
|
* man.el (Man-default-man-entry): At end of line, continue looking
|
|
|
|
|
to the next line for possible end of hyphenated command.
|
|
|
|
|
|
2007-09-13 07:22:19 +00:00
|
|
|
|
2007-09-13 Chris Moore <dooglus@gmail.com>
|
|
|
|
|
|
|
|
|
|
* shell.el (shell-resync-dirs): Don't move the cursor relative to
|
|
|
|
|
the command being edited.
|
|
|
|
|
|
2007-09-12 21:12:21 +00:00
|
|
|
|
2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
|
|
|
|
|
|
2007-09-12 18:58:26 +00:00
|
|
|
|
2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* term/xterm.el (xterm-function-map): Add bindings for M-S- and
|
|
|
|
|
C-M-S- keys.
|
|
|
|
|
|
|
|
|
|
* term/rxvt.el (rxvt-function-map): Initialize in the declaration.
|
|
|
|
|
|
2007-09-12 11:48:34 +00:00
|
|
|
|
2007-09-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
2007-09-15 21:27:19 +00:00
|
|
|
|
* net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
|
2007-09-12 11:48:34 +00:00
|
|
|
|
New argument `filename-p' to use one set of confusing chars or another.
|
|
|
|
|
(browse-url-file-url): Use the argument.
|
|
|
|
|
Suggested by Johannes Weiner.
|
|
|
|
|
|
2007-09-12 11:32:41 +00:00
|
|
|
|
2007-09-12 Romain Francoise <romain@orebokech.com>
|
|
|
|
|
|
|
|
|
|
* cus-start.el (all): Revert 2007-09-08 change.
|
|
|
|
|
|
2007-09-12 07:41:19 +00:00
|
|
|
|
2007-09-12 Aaron Hawley <aaronh@garden.org>
|
|
|
|
|
|
|
|
|
|
* jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
|
|
|
|
|
extract .Z files, since it is more common than uncompress.
|
|
|
|
|
|
2007-09-12 07:30:07 +00:00
|
|
|
|
2007-09-12 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/org-publish.el (org-publish-org-to-html): Remove
|
|
|
|
|
duplicate function definition.
|
|
|
|
|
|
2007-09-11 07:00:04 +00:00
|
|
|
|
2007-09-10 Chris Moore <dooglus@gmail.com>
|
|
|
|
|
|
|
|
|
|
* diff-mode.el (diff-sanity-check-hunk):
|
|
|
|
|
Also accept single-line hunks.
|
|
|
|
|
|
2007-09-10 22:07:16 +00:00
|
|
|
|
2007-09-10 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* startup.el (startup-screen-inhibit-startup-screen)
|
|
|
|
|
(pure-space-overflow-message): New vars.
|
|
|
|
|
(fancy-splash-insert): Allow functions for face and link specs.
|
|
|
|
|
(fancy-splash-head): Remove unused arg. Move splash text...
|
|
|
|
|
(fancy-startup-text, fancy-about-text): ...here.
|
|
|
|
|
(fancy-startup-tail): Rename from fancy-splash-tail.
|
|
|
|
|
(fancy-startup-screen, fancy-about-screen): Split off from
|
|
|
|
|
fancy-splash-screens.
|
|
|
|
|
(display-startup-screen): New function.
|
|
|
|
|
(display-about-screen): Rename from display-splash-screen.
|
|
|
|
|
(command-line-1): Use concise startup screen if necessary.
|
|
|
|
|
|
2007-09-10 18:24:38 +00:00
|
|
|
|
2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* net/browse-url.el (browse-url-encode-url): Use copy-sequence.
|
|
|
|
|
Reported by Jan Dj,Ad(Brv <jan.h.d@swipnet.se>.
|
|
|
|
|
|
2007-09-10 18:21:58 +00:00
|
|
|
|
2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-09-16 22:11:33 +00:00
|
|
|
|
* progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
|
|
|
|
|
(python-font-lock-keywords): Update to the 2.5 version of the language.
|
|
|
|
|
(python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
|
|
|
|
|
(python-backspace): Only behave funny in code.
|
|
|
|
|
(python-compilation-regexp-alist): Add PDB stack trace regexp.
|
|
|
|
|
(inferior-python-mode): Add PDB prompt regexp.
|
|
|
|
|
(python-fill-paragraph): Refine the fenced-string regexp.
|
|
|
|
|
(python-find-imports): Handle imports spanning several lines.
|
|
|
|
|
(python-mode): Add `class' to hideshow support.
|
|
|
|
|
|
|
|
|
|
2007-09-10 Dave Love <fx@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
2007-09-10 18:21:58 +00:00
|
|
|
|
* outline.el (outline-4, outline-5, outline-7):
|
|
|
|
|
Move font-lock-builtin-face down from 4 to 7 to better keep the
|
|
|
|
|
progression of color brightness, and to better match Org-mode's faces.
|
|
|
|
|
|
2007-09-10 09:51:44 +00:00
|
|
|
|
2007-09-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
2007-09-10 14:21:31 +00:00
|
|
|
|
* progmodes/meta-mode.el (meta-font-lock-keywords)
|
|
|
|
|
(font-lock-match-meta-declaration-item-and-skip-to-next)
|
|
|
|
|
(meta-comment-indent, meta-indent-previous-line)
|
|
|
|
|
(meta-indent-unfinished-line, meta-beginning-of-defun)
|
|
|
|
|
(meta-end-of-defun, meta-common-initialization): Handle \f.
|
2007-09-10 17:25:58 +00:00
|
|
|
|
(meta-indent-unfinished-line): Do not handle a `%' in a string as
|
|
|
|
|
a comment-start.
|
2007-09-10 14:21:31 +00:00
|
|
|
|
|
2007-09-10 09:51:44 +00:00
|
|
|
|
* files.el (file-modes-char-to-who, file-modes-char-to-right)
|
|
|
|
|
(file-modes-rights-to-number): Auxiliary functions for symbolic to
|
|
|
|
|
numeric notation of file modes.
|
|
|
|
|
(file-modes-symbolic-to-number): New. Convert symbolic modes to its
|
|
|
|
|
numeric value.
|
|
|
|
|
(read-file-modes): New. Read either an octal value of a file mode or a
|
|
|
|
|
symbolic value, and return its numeric value.
|
|
|
|
|
|
2007-09-10 09:58:29 +00:00
|
|
|
|
* dired-aux.el (dired-do-chmod): Change to use the built-in
|
|
|
|
|
`set-file-modes' and the previous symbolic mode parsing functions.
|
|
|
|
|
|
2007-09-10 03:22:12 +00:00
|
|
|
|
2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-09-10 04:02:09 +00:00
|
|
|
|
* textmodes/texinfo.el: Remove spurious * in docstrings.
|
|
|
|
|
(texinfo-mode-syntax-table, texinfo-mode-map):
|
|
|
|
|
Initialize in the declaration.
|
|
|
|
|
|
2007-09-10 03:46:53 +00:00
|
|
|
|
* tmm.el: Remove spurious * in docstrings.
|
|
|
|
|
(tmm-prompt): Use with-current-buffer.
|
|
|
|
|
|
2007-09-10 03:42:14 +00:00
|
|
|
|
* vcursor.el: Remove spurious * in docstrings.
|
|
|
|
|
(vcursor-map): Initialize in the declaration.
|
|
|
|
|
(vcursor-use-vcursor-map): Use define-minor-mode.
|
|
|
|
|
(vcursor-toggle-vcursor-map): Keep as an obsolete alias.
|
|
|
|
|
|
2007-09-10 03:26:58 +00:00
|
|
|
|
* wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
|
|
|
|
|
Initialize in the declaration.
|
|
|
|
|
(widget-minor-mode): Use define-minor-mode.
|
|
|
|
|
|
2007-09-10 03:22:12 +00:00
|
|
|
|
* woman.el (woman-mode-map, woman-syntax-table):
|
|
|
|
|
Initialize in the declaration.
|
|
|
|
|
|
2007-09-09 22:29:16 +00:00
|
|
|
|
2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
|
|
|
|
|
|
|
|
|
|
* doc-view.el: New file.
|
|
|
|
|
|
2007-09-09 12:10:33 +00:00
|
|
|
|
2007-09-09 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (update-authors): Add etc/ to AUTHORS.
|
|
|
|
|
|
|
|
|
|
* makefile.w32-in (update-authors): Add etc/ to AUTHORS.
|
|
|
|
|
|
|
|
|
|
* startup.el (initial-buffer-choice): Rename choice "Splash screen"
|
|
|
|
|
to "Startup screen". Fix docstring.
|
|
|
|
|
(inhibit-startup-screen): Rename from `inhibit-splash-screen'.
|
|
|
|
|
(inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
|
|
|
|
|
(inhibit-startup-message): Change alias to `inhibit-startup-screen'.
|
|
|
|
|
(initial-scratch-message): Fix docstring.
|
|
|
|
|
(fancy-startup-text): Move link to Emacs Manual below Emacs Guided
|
|
|
|
|
Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
|
|
|
|
|
Add link to "Customize Startup" and set interval between links to
|
|
|
|
|
5 spaces.
|
|
|
|
|
(fancy-about-text): Add links "Authors" and "Contributing".
|
|
|
|
|
(fancy-splash-head): Add text "Welcome to " on the startup screen,
|
|
|
|
|
and "This is " on the about screen. Add link to
|
|
|
|
|
"http://www.gnu.org/software/emacs/" for "GNU Emacs".
|
|
|
|
|
For the about screen move emacs version to the header from
|
|
|
|
|
`fancy-splash-tail' (as it's done already for normal about screen).
|
|
|
|
|
(fancy-splash-tail): Insert emacs version only for startup screen.
|
|
|
|
|
(normal-splash-screen): Remove duplicate empty lines.
|
|
|
|
|
(normal-about-screen): Add links "Authors" and "Contributing".
|
|
|
|
|
|
2007-09-09 12:28:36 +00:00
|
|
|
|
* menu-bar.el (menu-bar-help-menu):
|
|
|
|
|
Move "About Emacs" and "About GNU" to the end of the Help menu.
|
|
|
|
|
Move "Emacs Psychotherapist" after "Send Bug Report...".
|
|
|
|
|
Move "External Packages" after "Find Emacs Packages".
|
|
|
|
|
|
2007-09-09 08:31:27 +00:00
|
|
|
|
2007-09-09 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
|
|
|
|
|
they are useless with the byte compiler.
|
|
|
|
|
(tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
|
|
|
|
|
(tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
|
|
|
|
|
(tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
|
|
|
|
|
(tramp-file-name-real-host, tramp-file-name-port)
|
|
|
|
|
(tramp-find-method, tramp-find-user, tramp-find-host): Make them
|
|
|
|
|
defuns.
|
|
|
|
|
|
|
|
|
|
* net/tramp-cache.el (top): Improve error message when
|
|
|
|
|
`tramp-persistency-file-name' is corrupted.
|
|
|
|
|
|
2007-09-09 07:51:35 +00:00
|
|
|
|
2007-09-09 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org.el (org-re): Also replace the :alpha: class.
|
|
|
|
|
(org-todo-tag-alist): Variable removed.
|
|
|
|
|
(org-todo-key-alist, org-todo-key-trigger) New variables.
|
|
|
|
|
(org-use-fast-todo-selection): New option.
|
|
|
|
|
(org-log-done): Docstring fixed.
|
|
|
|
|
(org-deadline-warning-days): New default value 14.
|
|
|
|
|
(org-edit-timestamp-down-means-later) New option.
|
|
|
|
|
(org-tag-alist): Docstring fixed.
|
|
|
|
|
(org-fast-tag-selection-include-todo): New option.
|
|
|
|
|
(org-export-language-setup): New languages added.
|
|
|
|
|
(org-set-regexps-and-options): Compute the new variables.
|
|
|
|
|
(org-paste-subtree): Cleaning up.
|
|
|
|
|
(org-remember-apply-template): New escape %A.
|
|
|
|
|
(org-todo): Call fast TODO selection.
|
|
|
|
|
(org-fast-todo-selection): New function.
|
|
|
|
|
(org-add-log-note): Allow prefix for abort exit.
|
|
|
|
|
(org-at-property-p, org-entry-properties)
|
|
|
|
|
(org-columns-get-autowidth-alist): Use :alpha: class.
|
|
|
|
|
(org-get-wdays): New function.
|
|
|
|
|
(org-agenda-remove-date): New variable.
|
|
|
|
|
(org-agenda-get-deadlines): Use `org-get-wdays'.
|
|
|
|
|
(org-agenda-get-deadlines): Reverse ee before returning.
|
|
|
|
|
(org-format-agenda-item): New argument REMOVE-RE.
|
|
|
|
|
(org-agenda-convert-date): Baha'i calendar added.
|
|
|
|
|
(org-infile-export-plist): Also find DATE line.
|
|
|
|
|
(org-get-min-level): New function.
|
|
|
|
|
(org-export-as-html, org-export-as-ascii): Use the date format.
|
|
|
|
|
(org-shiftup, org-shiftdown): Use.
|
|
|
|
|
`org-edit-timestamp-down-means-later'.
|
|
|
|
|
(org-assign-fast-keys): New function.
|
|
|
|
|
|
2007-09-08 10:35:27 +00:00
|
|
|
|
2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
|
|
|
|
|
|
|
|
|
|
* cus-start.el (all): Add prefer-window-split-horizontally from
|
|
|
|
|
window.c.
|
|
|
|
|
|
2007-09-08 09:53:34 +00:00
|
|
|
|
2007-09-08 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* net/browse-url.el (browse-url-galeon): Fix last change.
|
|
|
|
|
(top-level): Require cl when compiling.
|
|
|
|
|
|
2007-09-08 04:45:49 +00:00
|
|
|
|
2007-09-08 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org-export-latex.el: arch-tag restored.
|
|
|
|
|
|
|
|
|
|
* textmodes/org-publish.el: arch-tag restored.
|
|
|
|
|
|
2007-09-08 04:31:08 +00:00
|
|
|
|
2007-09-08 Masatake YAMATO <jet@gyve.org>
|
|
|
|
|
|
2007-09-10 03:22:12 +00:00
|
|
|
|
* progmodes/which-func.el (which-func-modes): Add diff-mode.
|
2007-09-08 04:35:39 +00:00
|
|
|
|
|
2007-09-09 08:31:27 +00:00
|
|
|
|
* progmodes/cc-langs.el: Support new keywords added to
|
2007-09-08 04:31:08 +00:00
|
|
|
|
objective-c frontend of gcc.
|
2007-09-10 03:22:12 +00:00
|
|
|
|
(c-simple-stmt-kwds): Add @throw.
|
|
|
|
|
(c-block-stmt-2-kwds): Add @synchronized.
|
|
|
|
|
(c-block-stmt-1-kwds): Add @finally and @try.
|
2007-09-08 04:31:08 +00:00
|
|
|
|
|
2007-09-07 20:16:46 +00:00
|
|
|
|
2007-09-07 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
2007-09-15 21:27:19 +00:00
|
|
|
|
* textmodes/org.el (org-edit-timestamp-down-means-later): New option.
|
2007-09-08 04:48:24 +00:00
|
|
|
|
(org-agenda-after-show-hook): New variable.
|
|
|
|
|
(org-columns-compile-format)
|
|
|
|
|
(org-columns-get-autowidth-alist, org-buffer-property-keys)
|
|
|
|
|
(org-entry-properties, org-at-property-p): Allow [:alnum:] in
|
|
|
|
|
property names.
|
|
|
|
|
(org-get-wdays): New function.
|
2007-09-07 20:16:46 +00:00
|
|
|
|
|
2007-09-07 19:00:30 +00:00
|
|
|
|
2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-09-07 19:49:17 +00:00
|
|
|
|
* simple.el (normal-erase-is-backspace-setup-frame): Massage.
|
|
|
|
|
|
|
|
|
|
* term/xterm.el (xterm-function-map): Initialize in the declaration.
|
|
|
|
|
|
2007-09-07 19:00:30 +00:00
|
|
|
|
* vc-arch.el (vc-arch-checkin): Fix typo.
|
|
|
|
|
|
2007-09-07 16:50:02 +00:00
|
|
|
|
2007-09-07 Johan Bockg,Ae(Brd <bojohan@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cus-face.el (custom-theme-set-faces): Set face attributes
|
|
|
|
|
locally for each frame.
|
|
|
|
|
|
2007-09-07 15:04:09 +00:00
|
|
|
|
2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-09-07 15:07:13 +00:00
|
|
|
|
* progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
|
|
|
|
|
via font-lock-defaults.
|
|
|
|
|
|
2007-09-07 15:04:09 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
|
|
|
|
|
derived-mode-p.
|
|
|
|
|
|
2007-09-07 09:35:49 +00:00
|
|
|
|
2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/autoconf.el (autoconf-definition-regexp):
|
|
|
|
|
Handle optional square brackets around definition name.
|
|
|
|
|
|
2007-09-07 04:38:06 +00:00
|
|
|
|
2007-09-07 Johannes Weiner <hannes@saeurebad.de>
|
|
|
|
|
|
|
|
|
|
* net/browse-url.el (browse-url-browser-function): Add elinks.
|
|
|
|
|
(browse-url-elinks-wrapper): New option.
|
|
|
|
|
(browse-url-encode-url, browse-url-elinks)
|
|
|
|
|
(browse-url-elinks-sentinel): New functions.
|
|
|
|
|
(browse-url-file-url, browse-url-netscape, browse-url-mozilla)
|
2007-09-07 15:04:09 +00:00
|
|
|
|
(browse-url-firefox, browse-url-galeon, browse-url-epiphany):
|
|
|
|
|
Use new function browse-url-encode-url.
|
2007-09-07 04:38:06 +00:00
|
|
|
|
|
|
|
|
|
2007-09-07 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* version.el (emacs-version): Revert 2007-08-29 change: no need to
|
|
|
|
|
say if multi-tty is present.
|
|
|
|
|
|
2007-09-07 02:45:28 +00:00
|
|
|
|
2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-09-07 03:32:35 +00:00
|
|
|
|
* cus-start.el (split-window-preferred-function): Add custom info.
|
|
|
|
|
|
2007-09-07 02:53:10 +00:00
|
|
|
|
* calendar/holidays.el (holiday-list, calendar-check-holidays)
|
|
|
|
|
(calendar-mark-holidays, calendar-list-holidays)
|
|
|
|
|
(holiday-filter-visible-calendar): New names to clean up namespace.
|
|
|
|
|
(filter-visible-calendar-holidays, list-calendar-holidays)
|
|
|
|
|
(mark-calendar-holidays, check-calendar-holidays, list-holidays):
|
|
|
|
|
Add compatibility aliases.
|
|
|
|
|
(calendar-check-holidays, calendar-mark-holidays)
|
|
|
|
|
(calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
|
|
|
|
|
(holiday-sexp): Replace append with list.
|
|
|
|
|
(holiday-filter-visible-calendar): Replace append with push.
|
|
|
|
|
|
2007-09-07 02:45:28 +00:00
|
|
|
|
* woman.el: Remove spurious * in docstrings.
|
|
|
|
|
(woman-mini-help, woman-non-underline-faces, woman0-rename)
|
|
|
|
|
(woman-topic-all-completions-merge, woman-file-name-all-completions)
|
|
|
|
|
(woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
|
|
|
|
|
(woman-write-directory-cache, woman-display-extended-fonts)
|
|
|
|
|
(WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
|
|
|
|
|
(woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
|
|
|
|
|
(woman-mode): Use inhibit-read-only.
|
|
|
|
|
(woman-negative-vertical-space): Use dotimes.
|
|
|
|
|
(woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
|
|
|
|
|
|
2007-09-06 19:46:17 +00:00
|
|
|
|
2007-09-06 Romain Francoise <romain@orebokech.com>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
|
|
|
|
|
(vc-bzr-workfile-version): Use it.
|
|
|
|
|
|
2007-09-06 17:12:17 +00:00
|
|
|
|
2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
|
|
|
|
|
|
|
|
|
|
* complete.el (PC-do-completion): Don't try to treat
|
2007-09-06 19:46:17 +00:00
|
|
|
|
empty string as an abbreviation.
|
2007-09-06 17:12:17 +00:00
|
|
|
|
|
2007-09-06 05:53:04 +00:00
|
|
|
|
2007-09-06 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
|
|
|
|
|
|
|
|
|
|
* help-fns.el (describe-variable): Keep doc's text properties.
|
|
|
|
|
|
2007-09-06 05:28:08 +00:00
|
|
|
|
2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-default-diff-tree): Pass a list to the diff vc command
|
|
|
|
|
instead of a file.
|
|
|
|
|
|
2007-09-06 05:19:06 +00:00
|
|
|
|
2007-09-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
|
|
|
|
|
(checkdoc-minor-mode): Allow user to specify lighter via
|
|
|
|
|
checkdoc-minor-mode-string.
|
|
|
|
|
|
2007-09-05 19:59:01 +00:00
|
|
|
|
2007-09-05 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
2007-09-07 02:45:28 +00:00
|
|
|
|
* startup.el (fancy-startup-text): Rename from fancy-splash-text.
|
2007-09-05 19:59:01 +00:00
|
|
|
|
Several items removed, simplified, or put on one line.
|
|
|
|
|
(fancy-about-text): Add substantial contents, part of startup text.
|
|
|
|
|
(fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
|
|
|
|
|
(normal-splash-screen): Call normal-mouse-startup-screen,
|
|
|
|
|
normal-no-mouse-startup-screen, or normal-about-screen.
|
|
|
|
|
(normal-mouse-startup-screen): New fn, broken out, shortened.
|
|
|
|
|
(normal-no-mouse-startup-screen): New fn, broken out.
|
|
|
|
|
(normal-about-screen): New function, contents all new.
|
|
|
|
|
|
2007-09-05 16:24:59 +00:00
|
|
|
|
2007-09-05 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/rx.el (rx): Fix typo in docstring.
|
|
|
|
|
|
2007-09-05 03:49:26 +00:00
|
|
|
|
2007-09-05 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
|
|
|
|
|
is bound.
|
|
|
|
|
|
|
|
|
|
2007-09-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
|
2007-09-07 02:45:28 +00:00
|
|
|
|
in doc string.
|
2007-09-05 03:49:26 +00:00
|
|
|
|
|
2007-09-04 23:28:49 +00:00
|
|
|
|
2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-09-07 02:45:28 +00:00
|
|
|
|
* server.el (server-start, server-unload-hook): Undo previous change.
|
2007-09-04 23:28:49 +00:00
|
|
|
|
|
|
|
|
|
* xt-mouse.el: Undo previous change.
|
|
|
|
|
|
2007-09-04 22:52:31 +00:00
|
|
|
|
2007-09-04 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* startup.el (fancy-about-text): New variable.
|
|
|
|
|
(fancy-splash-delay, fancy-splash-max-time): Remove user options.
|
|
|
|
|
(fancy-current-text, fancy-splash-stop-time)
|
|
|
|
|
(fancy-splash-outer-buffer): Remove variables.
|
|
|
|
|
(fancy-splash-head, fancy-splash-tail): Add new optional argument
|
|
|
|
|
`startup' and use it to conditionally display different texts for
|
|
|
|
|
Startup and About screens. Don't display Help commands on the About
|
|
|
|
|
screen.
|
|
|
|
|
(fancy-splash-screens-1): Remove function and move its content to
|
|
|
|
|
`fancy-splash-screens' to the part that dislpays the About screen.
|
|
|
|
|
(exit-splash-screen): Don't treat specially exiting from
|
|
|
|
|
alternating screens.
|
|
|
|
|
(fancy-splash-screens): Rename argument `static' to `startup'.
|
|
|
|
|
Fix docstring. Remove code for displaying alternating screens.
|
|
|
|
|
Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
|
|
|
|
|
Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
|
|
|
|
|
for `inhibit-read-only'.
|
|
|
|
|
(normal-splash-screen): Rename argument `static' to `startup'.
|
|
|
|
|
Fix docstring. Use argument `startup' to conditionally display
|
|
|
|
|
different texts for Startup and About screens. Don't display Help
|
|
|
|
|
commands on the About screen. Remove `unwind-protect' `sit-for'
|
|
|
|
|
delay and `kill-buffer' after it.
|
|
|
|
|
(display-startup-echo-area-message): Remove call to
|
|
|
|
|
`use-fancy-splash-screens-p' because image.el is preloaded and
|
|
|
|
|
doesn't display "Loading image... done".
|
|
|
|
|
(display-splash-screen): Rename argument `static' to `startup'.
|
|
|
|
|
Fix docstring.
|
|
|
|
|
|
2007-09-04 15:44:11 +00:00
|
|
|
|
2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* server.el (server-start, server-unload-hook):
|
|
|
|
|
suspend-tty-functions has been renamed to suspend-tty-hook.
|
|
|
|
|
|
|
|
|
|
* xt-mouse.el: Likewise. resume-tty-functions has been renamed to
|
|
|
|
|
resume-tty-hook.
|
|
|
|
|
|
2007-09-15 21:27:19 +00:00
|
|
|
|
2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
|
2007-09-03 16:48:04 +00:00
|
|
|
|
|
|
|
|
|
* loadup.el: Fix merge problem, only load "button" once.
|
|
|
|
|
|
2007-09-03 06:18:58 +00:00
|
|
|
|
2007-09-03 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-09-03 06:25:12 +00:00
|
|
|
|
* vc-svn.el (vc-svn-print-log): If there is only one file, use
|
|
|
|
|
"Working file:" as the prefix, for the sake of
|
|
|
|
|
log-view-current-file.
|
2007-09-03 06:18:58 +00:00
|
|
|
|
|
2007-09-02 18:22:41 +00:00
|
|
|
|
2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-09-07 02:45:28 +00:00
|
|
|
|
* term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
|
2007-09-02 18:22:41 +00:00
|
|
|
|
(xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
|
|
|
|
|
if the selected frames is in
|
|
|
|
|
xterm-modify-other-keys-terminal-list.
|
|
|
|
|
(xterm-turn-off-modify-other-keys): Add an optional frame
|
2007-09-07 02:45:28 +00:00
|
|
|
|
parameter. Only turn off modify-other-keys if FRAME is in
|
2007-09-02 18:22:41 +00:00
|
|
|
|
xterm-modify-other-keys-terminal-list.
|
|
|
|
|
(xterm-remove-modify-other-keys): New function.
|
2007-09-07 02:45:28 +00:00
|
|
|
|
(terminal-init-xterm): Use it. Deal with delete-frame hook.
|
|
|
|
|
Add the selected frame to xterm-modify-other-keys-terminal-list.
|
2007-09-02 18:22:41 +00:00
|
|
|
|
|
2007-09-02 16:51:22 +00:00
|
|
|
|
2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
|
|
|
|
|
(icon-map-list): New variable.
|
|
|
|
|
(x-gtk-map-stock): Use icon-map-list.
|
|
|
|
|
|
2007-09-02 07:46:54 +00:00
|
|
|
|
2007-09-02 Romain Francoise <romain@orebokech.com>
|
|
|
|
|
|
|
|
|
|
* log-view.el (log-view-current-file): Balance parens.
|
|
|
|
|
|
2007-09-02 01:20:31 +00:00
|
|
|
|
2007-09-02 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-09-02 01:27:45 +00:00
|
|
|
|
* comint.el (comint-mode): Don't set scroll-conservatively.
|
|
|
|
|
|
2007-09-02 01:20:31 +00:00
|
|
|
|
* eshell/em-unix.el (eshell/time): Stringify and flatten the
|
|
|
|
|
non-command arguments.
|
|
|
|
|
|
2007-09-02 01:49:48 +00:00
|
|
|
|
* log-view.el (log-view-current-file): Give a more explicit error
|
|
|
|
|
if log-view-file-re fails to find a match.
|
|
|
|
|
|
2007-09-01 23:38:31 +00:00
|
|
|
|
2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/bytecomp.el (byte-recompile-directory):
|
|
|
|
|
Fix bug: Don't expand top-level file name more than once.
|
|
|
|
|
Reported by Dmitry Antipov <dmantipov@yandex.ru>.
|
|
|
|
|
|
2007-09-01 02:17:30 +00:00
|
|
|
|
2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* server.el (server-process-filter): Don't display the splash screen.
|
|
|
|
|
It's annoying enough on the initial screen and becomes positively
|
|
|
|
|
obnoxious here.
|
|
|
|
|
|
2007-08-31 20:15:34 +00:00
|
|
|
|
2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/avl-tree.el: Use defstruct rather than macros.
|
|
|
|
|
Change naming to use "avl-tree--" for internal functions.
|
|
|
|
|
|
2007-08-31 14:07:49 +00:00
|
|
|
|
2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-08-31 15:39:18 +00:00
|
|
|
|
* term/x-win.el (x-menu-bar-open): Delete duplicated function from
|
|
|
|
|
the merge.
|
|
|
|
|
(global-set-key): Delete f10 mapping, now done in menu-bar.el.
|
|
|
|
|
(provide): Move to the end of file.
|
|
|
|
|
|
2007-08-31 14:07:49 +00:00
|
|
|
|
* vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
|
|
|
|
|
|
2007-08-31 13:30:02 +00:00
|
|
|
|
2007-08-31 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
2007-08-31 13:41:31 +00:00
|
|
|
|
* textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
|
|
|
|
|
New variable. List of exceptions for the duplicated word rule.
|
|
|
|
|
(flyspell-mark-duplications-flag): Mention it.
|
|
|
|
|
(flyspell-word): Treat it.
|
|
|
|
|
|
2007-08-31 13:30:02 +00:00
|
|
|
|
* files.el (create-file-buffer): If the filename sans directory starts
|
|
|
|
|
with spaces, remove them.
|
|
|
|
|
|
2007-08-31 10:13:35 +00:00
|
|
|
|
2007-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
|
|
|
|
|
(x-gtk-map-stock): Use two directory elements when matching
|
|
|
|
|
file name.
|
|
|
|
|
|
2007-08-31 08:11:26 +00:00
|
|
|
|
2007-08-31 James Wright <james@chumsley.org>
|
|
|
|
|
|
|
|
|
|
* eshell/em-unix.el (eshell/info): New function.
|
|
|
|
|
|
2007-08-31 06:57:25 +00:00
|
|
|
|
2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-08-31 07:38:22 +00:00
|
|
|
|
* frame.el (frame-initialize, make-frame):
|
|
|
|
|
* server.el (server-process-filter):
|
|
|
|
|
* faces.el (tty-set-up-initial-frame-faces): Don't set
|
|
|
|
|
term-environment-variable since it's not used any more.
|
|
|
|
|
|
|
|
|
|
* env.el (setenv): Don't treat $TERM specially.
|
|
|
|
|
|
2007-08-31 06:57:25 +00:00
|
|
|
|
* startup.el (normal-top-level): Set $TERM to `dumb' so that unless
|
|
|
|
|
stated otherwise, subprocesses do not send back escape sequences
|
|
|
|
|
corresponding to the terminal from which Emacs was started.
|
|
|
|
|
|
2007-08-31 01:59:20 +00:00
|
|
|
|
2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* calculator.el: Require cl for compilation.
|
|
|
|
|
|
2007-08-30 21:43:41 +00:00
|
|
|
|
2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
|
|
|
|
|
|
|
|
|
|
* outline.el (outline-font-lock-levels): Comment out unused var.
|
|
|
|
|
(outline-font-lock-face): Wrap around face list to handle any
|
|
|
|
|
nesting depth gracefully.
|
|
|
|
|
|
2007-08-30 19:58:28 +00:00
|
|
|
|
2007-08-30 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
2007-09-01 02:12:37 +00:00
|
|
|
|
* net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
|
|
|
|
|
`set-file-times'.
|
2007-08-30 19:58:28 +00:00
|
|
|
|
|
2007-08-30 09:48:05 +00:00
|
|
|
|
2007-08-30 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org.el (org-export-visible): Fix drawers before export.
|
|
|
|
|
(org-do-sort): Allow sorting by priority.
|
|
|
|
|
(org-agenda-files): Ignore non-existing files.
|
|
|
|
|
(org-agenda-skip-unavailable-files): New variable.
|
|
|
|
|
(org-ellipsis): All a face as value.
|
|
|
|
|
(org-mode): Interprete the face value of `org-ellipsis'.
|
|
|
|
|
(org-archive-save-context-info): New option.
|
|
|
|
|
(org-archive-subtree): Store context info in archived entry.
|
|
|
|
|
(org-fast-tag-selection-can-set-todo-state): New variable.
|
|
|
|
|
(org-fast-tag-selection): Allow setting TODO states through this
|
|
|
|
|
interface.
|
|
|
|
|
(org-cycle): Docstring updated.
|
|
|
|
|
(org-todo-keyword-faces): New option.
|
|
|
|
|
(org-get-todo-face): New function.
|
2007-08-31 06:57:25 +00:00
|
|
|
|
(org-set-font-lock-defaults, org-agenda-highlight-todo):
|
|
|
|
|
Use `org-get-todo-face'.
|
2007-08-30 09:48:05 +00:00
|
|
|
|
(org-switch-to-buffer-other-window): New function.
|
|
|
|
|
(org-table-edit-field, org-table-show-reference)
|
|
|
|
|
(org-table-edit-formulas, org-add-log-note)
|
|
|
|
|
(org-fast-tag-selection, org-agenda, org-prepare-agenda)
|
|
|
|
|
(org-timeline): Use `org-switch-to-buffer-other-window' instead of
|
|
|
|
|
`switch-to-buffer-other-window' to make sure that the temporary
|
|
|
|
|
windows show up on the current frame.
|
|
|
|
|
(org-mhe-get-message-real-folder, org-batch-store-agenda-views)
|
2007-08-31 06:57:25 +00:00
|
|
|
|
(org-get-entries-from-diary, org-replace-region-by-html):
|
|
|
|
|
Don't allow pop-up frames.
|
|
|
|
|
(org-agenda-get-deadlines, org-agenda-get-scheduled):
|
|
|
|
|
Fix problems with time-of-day.
|
2007-08-30 09:48:05 +00:00
|
|
|
|
(org-export-get-title-from-subtree): New function.
|
|
|
|
|
(org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
|
|
|
|
|
with listing items that are DONE.
|
|
|
|
|
(org-change-tag-in-region): New command.
|
|
|
|
|
(org-agenda-skip-scheduled-if-done)
|
|
|
|
|
(org-agenda-skip-deadline-if-done): Docstring clarified.
|
|
|
|
|
(org-mode): Hide drawers on startup.
|
|
|
|
|
(org-get-todo-face): New function.
|
|
|
|
|
(org-todo-keyword-faces): New option.
|
2007-08-30 13:55:48 +00:00
|
|
|
|
(org-set-regexps-and-options): Use `org-remove-keyword-keys'.
|
|
|
|
|
(org-remove-keyword-keys): New function.
|
2007-08-30 19:58:28 +00:00
|
|
|
|
|
2007-08-30 09:33:49 +00:00
|
|
|
|
2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
|
|
|
|
|
|
2007-08-31 06:57:25 +00:00
|
|
|
|
* progmodes/grep.el (grep-find-ignored-directories):
|
|
|
|
|
Add monotone _MTN bookkeeping directory in workspaces.
|
|
|
|
|
Add RCS control directory. List items in alphabetical order.
|
2007-08-30 09:33:49 +00:00
|
|
|
|
|
2007-08-30 09:37:33 +00:00
|
|
|
|
* progmodes/grep.el (grep-files-aliases): Add cc alias.
|
2007-08-31 06:57:25 +00:00
|
|
|
|
Sort items in alphabetical order. Fix parens.
|
2007-08-30 09:37:33 +00:00
|
|
|
|
|
2007-08-29 16:28:46 +00:00
|
|
|
|
2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-08-29 18:15:16 +00:00
|
|
|
|
* vc-hg.el (vc-hg-extra-menu-map): New variable.
|
|
|
|
|
(vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
|
|
|
|
|
(vc-hg-pull): New functions.
|
|
|
|
|
(vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
|
|
|
|
|
|
2007-08-29 16:28:46 +00:00
|
|
|
|
* term/mac-win.el: Don't require url, only autoloaded url
|
|
|
|
|
functions are used in this file.
|
|
|
|
|
|
2007-08-29 13:35:16 +00:00
|
|
|
|
2007-08-29 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* shell.el (shell): Return correct value from interactive spec.
|
|
|
|
|
|
2007-08-29 08:14:18 +00:00
|
|
|
|
2007-08-29 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* version.el (emacs-version): Increase to 23.0.50.
|
|
|
|
|
|
2007-08-29 06:00:25 +00:00
|
|
|
|
2007-08-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
|
|
|
|
|
|
2007-08-29 05:28:10 +00:00
|
|
|
|
2007-08-29 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* loadup.el: Add "button" loading after "faces" and move "startup"
|
|
|
|
|
to load after "button".
|
|
|
|
|
|
|
|
|
|
2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* loadup.el: Load term/mac-win on a Mac using Carbon.
|
|
|
|
|
|
|
|
|
|
* term/mac-win.el: Provide mac-win.
|
|
|
|
|
(mac-initialized): New variable.
|
2007-08-29 13:10:22 +00:00
|
|
|
|
(mac-initialize-window-system): New function. Move global setup here.
|
2007-08-29 05:28:10 +00:00
|
|
|
|
(handle-args-function-alist, frame-creation-function-alist):
|
|
|
|
|
(window-system-initialization-alist): Add mac entries.
|
|
|
|
|
(x-setup-function-keys): New function containing all the
|
|
|
|
|
top level function key definitions.
|
|
|
|
|
|
|
|
|
|
* term/x-win.el (x-menu-bar-open): Use accelerate-menu.
|
|
|
|
|
|
2007-08-29 13:10:22 +00:00
|
|
|
|
* env.el (read-envvar-name): Don't consider the environment frame param.
|
2007-08-29 05:28:10 +00:00
|
|
|
|
|
2007-08-29 13:10:22 +00:00
|
|
|
|
* env.el (setenv):
|
|
|
|
|
* frame.el (frame-initialize, make-frame):
|
|
|
|
|
* faces.el (tty-set-up-initial-frame-faces):
|
|
|
|
|
* server.el (server-process-filter): Set
|
2007-08-29 05:28:10 +00:00
|
|
|
|
display-environment-variable and term-environment-variable.
|
|
|
|
|
|
|
|
|
|
* server.el (server-process-filter): Set COLORFGBG and COLORTERM.
|
|
|
|
|
|
|
|
|
|
2007-08-29 Jason Rumney <jasonr@gnu.org>
|
|
|
|
|
|
|
|
|
|
* loadup.el: Only load term/x-win when X is compiled in.
|
|
|
|
|
Load term/w32-win and dependencies on windows-nt.
|
|
|
|
|
|
|
|
|
|
* term/w32-win.el: Reorder to match x-win.el more closely.
|
2007-08-29 13:10:22 +00:00
|
|
|
|
Provide w32-win. Don't throw error when global window-system not w32.
|
2007-08-29 05:28:10 +00:00
|
|
|
|
(internal-face-interactive): Remove obsolete function.
|
|
|
|
|
(x-setup-function-keys): Use local-function-key-map.
|
|
|
|
|
(w32-initialized): New variable.
|
|
|
|
|
(w32-initialize-window-system): Set it.
|
|
|
|
|
Move more global setup here.
|
|
|
|
|
(x-setup-function-keys): New function.
|
2007-08-29 13:10:22 +00:00
|
|
|
|
(w32-initialize-window-system): Move non function key global setup here.
|
2007-08-29 05:28:10 +00:00
|
|
|
|
(x-cut-buffer-max): Remove.
|
|
|
|
|
(w32-initialize-window-system): New function.
|
|
|
|
|
(handle-args-function-alist, frame-creation-function-alist):
|
|
|
|
|
(window-system-initialization-alist): Add w32 entries.
|
|
|
|
|
|
|
|
|
|
2007-08-29 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* env.el (getenv): Pass frame to getenv-internal.
|
|
|
|
|
|
|
|
|
|
2007-08-29 Karoly Lorentey <lorentey@elte.hu>
|
|
|
|
|
|
2007-09-07 04:38:06 +00:00
|
|
|
|
* version.el (emacs-version): Show if multi-tty is present.
|
|
|
|
|
|
2007-08-29 05:28:10 +00:00
|
|
|
|
* loadup.el: Delay loading env; mule-conf gets confused by cl
|
|
|
|
|
during bootstrap. Also load termdev and term/x-win.
|
|
|
|
|
|
|
|
|
|
* bindings.el (mode-line-client): New variable.
|
|
|
|
|
(help-echo): Add it to the default mode-line format.
|
|
|
|
|
|
|
|
|
|
* cus-start.el: Remove bogus window-system reference from GTK test.
|
|
|
|
|
|
|
|
|
|
* ebrowse.el (ebrowse-electric-list-mode-map)
|
|
|
|
|
(ebrowse-electric-position-mode-map):
|
|
|
|
|
* ebuff-menu.el (electric-buffer-menu-mode-map):
|
|
|
|
|
* echistory.el (electric-history-map): Bind C-z to `suspend-frame',
|
|
|
|
|
not `suspend-emacs'.
|
|
|
|
|
|
|
|
|
|
* ediff-wind.el (ediff-setup-windows-automatic): New function.
|
|
|
|
|
(ediff-window-setup-function): Use it as default.
|
|
|
|
|
|
|
|
|
|
* files.el (save-buffers-kill-terminal): New function.
|
|
|
|
|
(ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
|
|
|
|
|
|
|
|
|
|
* font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
|
|
|
|
|
and `with-selected-frame'.
|
|
|
|
|
|
|
|
|
|
* help-fns.el (describe-variable): Describe frame-local variables
|
|
|
|
|
correctly.
|
|
|
|
|
|
|
|
|
|
* simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
|
|
|
|
|
display support.
|
|
|
|
|
(normal-erase-is-backspace-setup-frame): New function.
|
|
|
|
|
|
|
|
|
|
* subr.el (with-selected-frame): New function.
|
|
|
|
|
(read-quoted-char): Use terminal-local binding of
|
|
|
|
|
local-function-key-map instead of function-key-map.
|
|
|
|
|
|
|
|
|
|
* talk.el (talk): New function.
|
|
|
|
|
(talk-handle-delete-frame): New function.
|
|
|
|
|
(talk-add-display): Open a new frame only if FRAME was not a frame.
|
|
|
|
|
|
|
|
|
|
* termdev.el: New file.
|
|
|
|
|
|
|
|
|
|
* menu-bar.el (menu-bar-open): New function. Bind it to f10.
|
|
|
|
|
* term/x-win.el: Don't bind f10.
|
|
|
|
|
* tmm.el: Remove autoload binding for f10.
|
|
|
|
|
|
|
|
|
|
* international/encoded-kb.el (encoded-kbd-setup-display): Use
|
|
|
|
|
`set-input-meta-mode'. Fix broken condition before set-input-mode.
|
|
|
|
|
Store the saved input method as a terminal parameter. Add keymap
|
|
|
|
|
parameter. Use it instead of changing key-translation-map directly.
|
|
|
|
|
(saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
|
|
|
|
|
Remove.
|
|
|
|
|
(encoded-kbd-setup-display): New function.
|
|
|
|
|
|
|
|
|
|
* international/mule-cmds.el (set-locale-environment): Fix getenv
|
|
|
|
|
call. Use save-buffers-kill-terminal. Ignore window-system; always
|
|
|
|
|
set the keyboard coding system. Add DISPLAY parameter.
|
|
|
|
|
(set-display-table-and-terminal-coding-system): Add DISPLAY
|
|
|
|
|
parameter. Pass it to set-terminal-coding-system.
|
|
|
|
|
|
|
|
|
|
* international/mule.el (keyboard-coding-system): Test for
|
|
|
|
|
encoded-kbd-setup-display, not encoded-kbd-mode.
|
|
|
|
|
(set-terminal-coding-system, set-keyboard-coding-system): Add
|
|
|
|
|
DISPLAY parameter.
|
|
|
|
|
(set-keyboard-coding-system): Use encoded-kbd-setup-display.
|
|
|
|
|
|
|
|
|
|
* term/README: Update.
|
|
|
|
|
|
|
|
|
|
* term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
|
|
|
|
|
|
|
|
|
|
* term/x-win.el (x-setup-function-keys): New function. Move
|
|
|
|
|
function-key-map tweaks here. Protect against multiple calls on
|
|
|
|
|
the same terminal. Use terminal-local binding of
|
|
|
|
|
local-function-key-map instead of function-key-map.
|
|
|
|
|
(x-initialize-window-system): Make a copy of pure list. Pass a
|
|
|
|
|
frame getenv.
|
|
|
|
|
|
|
|
|
|
* term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
|
|
|
|
|
* term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
|
|
|
|
|
* term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
|
|
|
|
|
* term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
|
|
|
|
|
* term/tvi970.el, term/wyse50.el: Use terminal-local binding of
|
|
|
|
|
local-function-key-map instead of function-key-map.
|
|
|
|
|
|
|
|
|
|
* term/rxvt.el, term/xterm.el: Speed up load time by protecting
|
|
|
|
|
`substitute-key-definition' and `define-key' calls against
|
|
|
|
|
multiple execution. Use terminal-local binding of
|
|
|
|
|
local-function-key-map instead of function-key-map. Pass a frame
|
|
|
|
|
to getenv.
|
|
|
|
|
|
|
|
|
|
* edmacro.el (edmacro-format-keys):
|
|
|
|
|
* emulation/cua-base.el (cua--pre-command-handler):
|
|
|
|
|
* isearch.el (isearch-other-meta-char):
|
|
|
|
|
* xt-mouse.el: Use terminal-local binding of
|
|
|
|
|
local-function-key-map instead of function-key-map.
|
|
|
|
|
|
|
|
|
|
* fringe.el (set-fringe-mode): Simplify and fix using
|
|
|
|
|
`modify-all-frames-parameters'.
|
|
|
|
|
* scroll-bar.el (set-scroll-bar-mode): Ditto.
|
|
|
|
|
* tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
|
|
|
|
|
check before calling `tool-bar-setup'.
|
|
|
|
|
(tool-bar-setup): New variable.
|
|
|
|
|
(tool-bar-setup): Use it to guard against multiple calls. Add
|
|
|
|
|
optional frame parameter, and select that frame before adding items.
|
|
|
|
|
(toggle-tool-bar-mode-from-frame): New function.
|
|
|
|
|
|
|
|
|
|
* menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
|
|
|
|
|
(menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
|
|
|
|
|
toggle-tool-bar-mode-from-frame to change "Menu-bar" and
|
|
|
|
|
"Tool-bar" toggles to reflect the state of the current frame.
|
|
|
|
|
(menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
|
|
|
|
|
|
2007-08-29 13:10:22 +00:00
|
|
|
|
* env.el: Require cl for byte compilation (for `block' and `return').
|
2007-08-29 05:28:10 +00:00
|
|
|
|
(environment, setenv-internal): New functions.
|
|
|
|
|
(let-environment): New macro.
|
|
|
|
|
(setenv, getenv): Add optional terminal parameter. Update docs.
|
|
|
|
|
(setenv): Use setenv-internal. Always set process-environment.
|
|
|
|
|
Handle `local-environment-variables'.
|
|
|
|
|
(read-envvar-name, setenv, getenv): Use frame parameters
|
|
|
|
|
to store the local environment, not terminal parameters. Include
|
|
|
|
|
`process-environment' as well.
|
|
|
|
|
|
|
|
|
|
* faces.el (tty-run-terminal-initialization): New function.
|
|
|
|
|
(tty-create-frame-with-faces): Use it. Set up faces and
|
|
|
|
|
background mode only after the terminal has been initialized.
|
|
|
|
|
Call terminal-init-*. Don't load the initialization file more
|
|
|
|
|
than once. Call set-locale-environment.
|
|
|
|
|
(frame-set-background-mode): Handle the 'background-mode terminal
|
|
|
|
|
parameter.
|
|
|
|
|
(tty-find-type): New function.
|
|
|
|
|
(x-create-frame-with-faces): Remove bogus check for
|
|
|
|
|
first frame. Call `tool-bar-setup'. Don't make frame visible
|
|
|
|
|
until we are done setting up all its parameters. Call
|
|
|
|
|
x-setup-function-keys.
|
|
|
|
|
|
|
|
|
|
* frame.el (make-frame): Always inherit 'environment and 'client
|
|
|
|
|
parameters. Set up the 'environment frame parameter, when needed.
|
|
|
|
|
Also inherit 'client parameter. Don't override explicitly
|
|
|
|
|
specified values with inherited ones. Add 'terminal frame
|
|
|
|
|
parameter. Append window-system-default-frame-alist to parameters
|
|
|
|
|
before calling frame-creation-function.
|
|
|
|
|
(frame-initialize): Copy the environment from the initial frame.
|
|
|
|
|
(window-system-default-frame-alist): Enhance doc string.
|
|
|
|
|
(frame-notice-user-settings): Don't put 'tool-bar-lines in
|
|
|
|
|
`default-frame-alist' when initial frame is on a tty.
|
|
|
|
|
(modify-all-frames-parameters): Simplify using `assq-delete-all'.
|
|
|
|
|
Remove specified parameters from `window-system-default-frame-alist'.
|
|
|
|
|
(make-frame-on-tty, framep-on-display, suspend-frame):
|
|
|
|
|
Extend doc string, update parameter names.
|
|
|
|
|
(frames-on-display-list): Use terminal-id to get the display id.
|
|
|
|
|
(frame-notice-user-settings): Extend to apply
|
|
|
|
|
settings in `window-system-default-frame-alist' as well.
|
|
|
|
|
(terminal-id, terminal-parameters, terminal-parameter)
|
|
|
|
|
(set-terminal-parameter, terminal-handle-delete-frame): New functions.
|
|
|
|
|
(delete-frame-functions): Add to `delete-frame-functions' hook.
|
|
|
|
|
(blink-cursor-mode): Adapt blink-cursor-mode default
|
|
|
|
|
value from startup.el.
|
|
|
|
|
(make-frame-on-display): Protect condition on x-initialized when
|
|
|
|
|
x-win.el is not loaded. Update doc.
|
|
|
|
|
(suspend-frame): Use display-controlling-tty-p to decide between
|
|
|
|
|
suspend-emacs and suspend-tty.
|
|
|
|
|
(frames-on-display-list): Update for display ids.
|
|
|
|
|
(framep-on-display): Ditto.
|
|
|
|
|
(suspend-frame): Use display-name, not frame-tty-name.
|
|
|
|
|
(selected-terminal): New function.
|
|
|
|
|
|
|
|
|
|
* server.el: Use `device' instead of `display' or `display-id' in
|
|
|
|
|
variable and client parameter names.
|
|
|
|
|
(server-select-display): Remove (unused).
|
|
|
|
|
(server-tty-live-p, server-handle-delete-tty): Remove.
|
|
|
|
|
(server-unquote-arg, server-quote-arg, server-buffer-clients):
|
|
|
|
|
Update docs.
|
|
|
|
|
(server-getenv-from, server-with-environment, server-send-string)
|
|
|
|
|
(server-save-buffers-kill-terminal): New functions.
|
|
|
|
|
(server-delete-client): Handle quits in kill-buffer. Don't kill
|
|
|
|
|
modified buffers. Add extra logging. Delete frames after
|
|
|
|
|
deleting the tty. Clear 'client parameter before deleting a frame.
|
|
|
|
|
Use delete-display, not delete-tty.
|
|
|
|
|
(server-visit-files): Don't set `server-existing-buffer' if the
|
|
|
|
|
buffer already has other clients. Return list of buffers
|
|
|
|
|
created. Update doc. Don't set client-record when nowait.
|
|
|
|
|
(server-handle-delete-frame): Delete the client if this was its
|
|
|
|
|
last frame. Check that the frame is alive. Remove bogus comment.
|
|
|
|
|
Add note on possible race condition. Delete tty clients, if needed.
|
|
|
|
|
(server-handle-suspend-tty): Use server-send-string. Kill the
|
|
|
|
|
client in case of errors from process-send-string. Use the display
|
|
|
|
|
parameter.
|
|
|
|
|
(server-unload-hook): Remove obsolete delete-tty hook.
|
|
|
|
|
(server-start): Ask before restarting if the old server still has
|
|
|
|
|
clients. Add feedback messages. Remove obsolete delete-tty hook.
|
|
|
|
|
(server-process-filter): Use server-send-string. Accept `-dir'
|
|
|
|
|
command. Switch to *scratch* immediately after creating the frame,
|
|
|
|
|
before evaluating any -evals. Protect `display-splash-screen'
|
|
|
|
|
call in a condition-case. Explain why. Call
|
|
|
|
|
`display-startup-echo-area-message' before
|
|
|
|
|
`display-splash-screen'. Don't display the splash screen when no
|
|
|
|
|
frame was created. Show the Emacs splash screen and startup echo
|
|
|
|
|
area message. Display the *scratch* buffer by default. Store the
|
|
|
|
|
local environment in a frame (not terminal) parameter. Do not try
|
|
|
|
|
to decode environment strings. Fix reference to the 'display
|
|
|
|
|
frame parameter. Change syntax of environment variables. Put
|
|
|
|
|
environment into terminal parameters, not client parameters. Use
|
|
|
|
|
a dummy client with --no-wait's X frames. In `-position LINE'
|
|
|
|
|
handler, don't ruin the request string until the line number is
|
|
|
|
|
extracted. Log opened files. Handle -current-frame command.
|
|
|
|
|
Don't create frames when it is given. Don't bind X frames to the
|
|
|
|
|
client when we are in -no-wait mode. Set locale environment
|
|
|
|
|
variables from client while creating tty frames. Disable call to
|
|
|
|
|
configure-display-for-locale. When processing -position command,
|
|
|
|
|
don't change the request string until the parameters are
|
|
|
|
|
extracted. Don't try to create an X frame when Emacs does not
|
|
|
|
|
support it. Improve logging. Temporarily set ncurses-related
|
|
|
|
|
environment variables to those of the client while creating a new
|
|
|
|
|
tty frame. Select buffers opened by nowait clients, don't leave
|
|
|
|
|
them buried under others. Set the display parameter, and use it
|
|
|
|
|
when appropriate.
|
|
|
|
|
|
|
|
|
|
* startup.el (display-startup-echo-area-message): Handle
|
|
|
|
|
`inhibit-startup-echo-area-message' here.
|
|
|
|
|
(command-line-1): Moved from here.
|
|
|
|
|
(fancy-splash-screens): Use `overriding-local-map' instead of
|
|
|
|
|
`overriding-terminal-local-map' for now; the latter doesn't work
|
|
|
|
|
right, it looses keypresses to another terminal. Use
|
|
|
|
|
`overriding-terminal-local-map' to set up keymap. Install a
|
|
|
|
|
`delete-frame-functions' hook to catch `delete-frame' events.
|
|
|
|
|
Ignore `select-window' events to cope better with
|
|
|
|
|
`focus-follows-mouse'. Don't switch back to the original buffer
|
|
|
|
|
if the splash frame has been killed. Restore previous buffer, even
|
|
|
|
|
if it's *scratch*.
|
|
|
|
|
(normal-splash-screen): Don't let-bind `mode-line-format'; it
|
|
|
|
|
changes the global binding - setq it instead. Use
|
|
|
|
|
`save-buffers-kill-terminal'.
|
|
|
|
|
(display-splash-screen): Don't do anything if the splash screen is
|
|
|
|
|
already displayed elsewhere.
|
|
|
|
|
(fancy-splash-exit, fancy-splash-delete-frame): New functions.
|
|
|
|
|
(command-line): Replace duplicated code with a call to
|
|
|
|
|
tty-run-terminal-initialization. Don't load the terminal
|
|
|
|
|
initialization file more than once. Remove call to nonexistent
|
|
|
|
|
function `set-locale-translation-file-name'.
|
|
|
|
|
|
|
|
|
|
* xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
|
|
|
|
|
parameters.
|
|
|
|
|
(xterm-mouse-position-function, xterm-mouse-event): Update.
|
|
|
|
|
(xterm-mouse-mode): Don't depend on current value of window-system.
|
|
|
|
|
(turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
|
|
|
|
|
Update for multi-tty.
|
|
|
|
|
(turn-on-xterm-mouse-tracking-on-terminal)
|
|
|
|
|
(turn-off-xterm-mouse-tracking-on-terminal)
|
|
|
|
|
(xterm-mouse-handle-delete-frame): New functions.
|
|
|
|
|
(delete-frame-functions, after-make-frame-functions)
|
|
|
|
|
(suspend-tty-functions, resume-tty-functions): Install extra hooks
|
|
|
|
|
for multi-tty.
|
|
|
|
|
|
2007-08-29 01:14:48 +00:00
|
|
|
|
2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* simple.el (invisible-p): Remove: implemented in C now.
|
|
|
|
|
(line-move-invisible-p): Remove obsolete alias.
|
|
|
|
|
|
2007-08-28 22:32:07 +00:00
|
|
|
|
2007-08-28 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* image-mode.el (image-type): New variable.
|
|
|
|
|
(image-mode): Set default major mode name to "Image[text]".
|
|
|
|
|
(image-minor-mode): Change LIGHTER to display image-type in the
|
|
|
|
|
mode line.
|
|
|
|
|
(image-minor-mode): Set default image-type to "text".
|
|
|
|
|
(image-toggle-display): After switching to text mode, set
|
|
|
|
|
image-type to "text" and major mode name to "Image[text]".
|
|
|
|
|
After switching to image mode, set image-type to actual image
|
|
|
|
|
type, and add image type to major mode name. Let-bind the same
|
|
|
|
|
variable names as arguments of `image-type' and `create-image'.
|
|
|
|
|
Bind `type' to the result of `image-type' and use it as arg
|
|
|
|
|
of `create-image' to not determine the image type twice.
|
|
|
|
|
|
2007-08-28 20:09:58 +00:00
|
|
|
|
2007-08-28 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
2007-08-29 13:10:22 +00:00
|
|
|
|
* net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
|
2007-08-28 20:09:58 +00:00
|
|
|
|
(tramp-set-file-uid-gid, tramp-get-local-uid)
|
|
|
|
|
(tramp-get-local-gid): New defuns.
|
|
|
|
|
(tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
|
|
|
|
|
(tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
|
|
|
|
|
Improve fast track.
|
|
|
|
|
(tramp-do-copy-or-rename-file-directly): Sync parameter list with
|
2007-08-29 01:14:48 +00:00
|
|
|
|
the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
|
2007-08-28 20:09:58 +00:00
|
|
|
|
(tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
|
|
|
|
|
(tramp-handle-write-region): Improve fast track.
|
2007-08-29 01:14:48 +00:00
|
|
|
|
(tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
|
2007-08-28 20:09:58 +00:00
|
|
|
|
(tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
|
|
|
|
|
be nil.
|
|
|
|
|
|
2007-08-28 15:06:43 +00:00
|
|
|
|
2007-08-28 Ivan Kanis <apple@kanis.eu>
|
|
|
|
|
|
|
|
|
|
* time.el: New feature to display several time zones in a buffer.
|
|
|
|
|
(display-time-world-mode, display-time-world-display)
|
|
|
|
|
(display-time-world, display-time-world-timer): New functions.
|
|
|
|
|
(display-time-world-list, display-time-world-time-format)
|
|
|
|
|
(display-time-world-buffer-name, display-time-world-timer-enable)
|
|
|
|
|
(display-time-world-timer-second, display-time-world-mode-map):
|
|
|
|
|
New variables.
|
|
|
|
|
|
2007-08-28 10:16:42 +00:00
|
|
|
|
2007-08-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* term/x-win.el (x-gtk-stock-map): New variable.
|
|
|
|
|
(x-gtk-map-stock): New function.
|
|
|
|
|
|
|
|
|
|
* info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
|
|
|
|
|
prev/next-node.
|
|
|
|
|
|
2007-08-28 04:02:51 +00:00
|
|
|
|
2007-08-28 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change)
|
|
|
|
|
|
|
|
|
|
* play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
|
|
|
|
|
|
2007-08-28 02:49:36 +00:00
|
|
|
|
2007-08-28 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-08-29 13:10:22 +00:00
|
|
|
|
* progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
|
2007-08-28 02:49:36 +00:00
|
|
|
|
|
2007-08-27 13:38:50 +00:00
|
|
|
|
2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/modula2.el (m2-definition, m2-module):
|
|
|
|
|
Don't use previous-line. Reported by T. V. Raman.
|
|
|
|
|
|
2007-08-27 08:30:37 +00:00
|
|
|
|
2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
|
|
|
|
|
|
|
|
|
* term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
|
|
|
|
|
argument to tool-bar-mode call.
|
|
|
|
|
|
2007-08-27 07:04:25 +00:00
|
|
|
|
2007-08-27 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-08-27 07:11:57 +00:00
|
|
|
|
* diff-mode.el (diff-find-file-name): Only accept regular files,
|
|
|
|
|
to rule out /dev/null, directories, etc.
|
|
|
|
|
|
2007-08-27 07:04:25 +00:00
|
|
|
|
* vc-svn.el (vc-svn-diff): If the repository version of all the
|
|
|
|
|
files is the same as the specified OLDVERS, do a local diff.
|
|
|
|
|
|
2007-08-25 20:20:26 +00:00
|
|
|
|
2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-08-25 20:21:12 +00:00
|
|
|
|
* uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
|
|
|
|
|
of buffers in uniquify-managed.
|
|
|
|
|
|
2007-08-25 20:20:26 +00:00
|
|
|
|
* simple.el (invisible-p): Rename from text-invisible-p.
|
|
|
|
|
Update callers.
|
|
|
|
|
|
2007-08-23 15:11:31 +00:00
|
|
|
|
2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-08-23 21:04:51 +00:00
|
|
|
|
* progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
|
|
|
|
|
(cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
|
|
|
|
|
(cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
|
|
|
|
|
(cperl-etags-goto-tag-location): Use new style backquotes.
|
|
|
|
|
|
2007-08-23 18:42:38 +00:00
|
|
|
|
* net/browse-url.el: Remove spurious * in custom docstrings.
|
|
|
|
|
(browse-url-filename-alist): Use new-style backquote.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/backquote.el (backquote-unquote-symbol)
|
|
|
|
|
(backquote-splice-symbol): Clarify they're not new-style unquotes.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
|
|
|
|
|
(\,@): Backslash the , and ,@ which are not new-style unquotes.
|
|
|
|
|
|
|
|
|
|
* textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
|
|
|
|
|
|
|
|
|
|
* net/socks.el (socks-username/password-auth-filter):
|
|
|
|
|
Remove unused vars `state' and `desired-len'.
|
|
|
|
|
(socks-parse-services, socks-nslookup-host): Use with-current-buffer.
|
|
|
|
|
(socks-wait-for-state-change): Use new-style backquotes.
|
|
|
|
|
|
|
|
|
|
* pcvs.el (cvs-mode-status): Fix long-standing typo.
|
|
|
|
|
|
2007-08-23 18:19:56 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
|
|
|
|
|
backquotes after each `read' rather than once per buffer.
|
|
|
|
|
|
2007-08-23 18:18:26 +00:00
|
|
|
|
* dframe.el: Remove spurious * in custom docstrings.
|
|
|
|
|
(dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
|
|
|
|
|
(dframe-xemacs20p): Remove, inline at the sole use point.
|
|
|
|
|
(defface): Don't defvar the face, don't use old-style backquote.
|
|
|
|
|
(defcustom): Don't use old-style backquote.
|
|
|
|
|
(dframe-frame-parameter, dframe-mouse-event-p):
|
|
|
|
|
Make it obvious that it's always defined.
|
|
|
|
|
(dframe-popup-kludge): New function to replace
|
|
|
|
|
dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
|
|
|
|
|
(dframe-frame-mode, dframe-set-timer-internal)
|
|
|
|
|
(dframe-mouse-set-point): Remove use of with-no-warnings from
|
|
|
|
|
XEmacs-specific code.
|
|
|
|
|
(dframe-set-timer-internal): Fix very old bug with
|
|
|
|
|
post-command-idle-hook.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
|
2007-08-23 15:11:31 +00:00
|
|
|
|
|
2007-08-27 03:31:39 +00:00
|
|
|
|
2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/avl-tree.el: New file.
|
|
|
|
|
|
2007-08-26 19:35:16 +00:00
|
|
|
|
2007-08-26 Micha,bk(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
|
|
|
|
* hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
|
|
|
|
|
was used.
|
|
|
|
|
|
2007-08-26 19:20:20 +00:00
|
|
|
|
2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
|
|
|
|
|
|
|
|
|
|
* complete.el (PC-do-completion): Make RET accept a non-unique but
|
|
|
|
|
complete expansion again.
|
|
|
|
|
|
2007-08-26 01:52:30 +00:00
|
|
|
|
2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* eshell/esh-opt.el (eshell-eval-using-options):
|
|
|
|
|
Add debug declaration.
|
|
|
|
|
|
2007-08-26 00:32:23 +00:00
|
|
|
|
2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-08-26 02:16:04 +00:00
|
|
|
|
* log-view.el (log-view-toggle-mark-entry): Add docstring.
|
|
|
|
|
(log-view-get-marked): Likewise.
|
|
|
|
|
|
2007-08-26 00:32:23 +00:00
|
|
|
|
* vc-hooks.el (vc-registered): Use mapc instead of mapcar.
|
|
|
|
|
(vc-delete-automatic-version-backups): Likewise.
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-dired-buffers-for-dir): Likewise.
|
|
|
|
|
|
2007-08-25 20:07:23 +00:00
|
|
|
|
2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-08-25 20:14:54 +00:00
|
|
|
|
* progmodes/cperl-mode.el (cperl-indent-level): Autoload the
|
|
|
|
|
safe-local-variable setting.
|
|
|
|
|
* progmodes/perl-mode.el (perl-indent-level): Likewise.
|
|
|
|
|
|
2007-08-25 20:07:23 +00:00
|
|
|
|
* log-view.el (log-view-marked-list): Delete variable.
|
|
|
|
|
(log-view-mode): Don't use it.
|
|
|
|
|
(log-view-toggle-mark-entry): Likewise, simplify.
|
|
|
|
|
(log-view-current-tag): Don't return properties.
|
|
|
|
|
(log-view-get-marked): New function.
|
|
|
|
|
|
2007-08-25 20:04:26 +00:00
|
|
|
|
2007-08-25 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* vc-git.el (vc-git-mode-line-string): New function.
|
|
|
|
|
|
2007-08-25 16:57:31 +00:00
|
|
|
|
2007-08-25 Alan Mackenzie <acm@muc.de>
|
|
|
|
|
|
|
|
|
|
* progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
|
|
|
|
|
new language variable.
|
|
|
|
|
|
|
|
|
|
* progmodes/cc-engine.el (c-brace-anchor-point): new function.
|
|
|
|
|
(c-add-stmt-syntax): Give accurate anchor points for "namespace",
|
|
|
|
|
"extern" etc., rather than BOI. Fix addition of spurious
|
|
|
|
|
syntactic-symbol 'defun-block-intro, replacing it with
|
|
|
|
|
'innamespace, etc.
|
|
|
|
|
|
2007-08-25 14:09:24 +00:00
|
|
|
|
2007-08-25 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
|
|
|
|
|
|
|
|
|
|
* image-mode.el: Add autoloads to put associations in auto-mode-alist:
|
|
|
|
|
associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
|
|
|
|
|
"\\.svgz?\\'" with xml-mode and image-mode-maybe.
|
|
|
|
|
|
|
|
|
|
* image.el (image-type-header-regexps): Use more complex regexp for svg.
|
|
|
|
|
(image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
|
|
|
|
|
(image-type-auto-detectable): Add (svg . maybe).
|
|
|
|
|
|
|
|
|
|
* jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
|
|
|
|
|
to treat it like .tgz.
|
|
|
|
|
|
|
|
|
|
* calendar/cal-bahai.el: Add file coding cookie.
|
|
|
|
|
|
2007-08-25 12:24:12 +00:00
|
|
|
|
2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
|
|
|
|
|
|
2007-08-25 12:25:50 +00:00
|
|
|
|
* pcvs.el (cvs-query-directory): Only prompt when prefix is given.
|
|
|
|
|
Don't behave differently when executed via M-x. Add doc string.
|
|
|
|
|
|
2007-08-25 12:24:12 +00:00
|
|
|
|
* sort.el (sort-fold-case, sort-numeric-base): Mark as
|
|
|
|
|
safe-local-variable.
|
|
|
|
|
|
2007-08-25 01:37:13 +00:00
|
|
|
|
2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-forms.el (var-TimeZone): Make nil explicitly
|
|
|
|
|
the default value.
|
|
|
|
|
(math-calendar-tzinfo): New variable.
|
|
|
|
|
(math-get-calendar-tzinfo): New function.
|
|
|
|
|
(calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
|
|
|
|
|
to get information when zone is nil.
|
|
|
|
|
|
2007-08-24 17:28:00 +00:00
|
|
|
|
2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* log-view.el (log-view-toggle-mark-entry): New function.
|
|
|
|
|
(log-view-mode-map): Bind it.
|
|
|
|
|
(log-view-marked-list): New variable.
|
|
|
|
|
(log-view-mode): Make it local.
|
|
|
|
|
|
2007-08-24 16:07:07 +00:00
|
|
|
|
2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* play/zone.el (zone-pgm-rat-race): New func.
|
|
|
|
|
(zone-programs): Add `zone-pgm-rat-race'.
|
|
|
|
|
|
2007-08-24 14:39:25 +00:00
|
|
|
|
2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
|
|
|
|
|
a list.
|
|
|
|
|
|
2007-08-24 10:41:57 +00:00
|
|
|
|
2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/hideshow.el (hs-match-data): Delete alias.
|
|
|
|
|
(hs-hide-block-at-point, hs-find-block-beginning)
|
|
|
|
|
(hs-show-block): Use `match-data' directly.
|
|
|
|
|
|
2007-08-24 05:51:28 +00:00
|
|
|
|
2007-08-24 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* format.el (format-alist): Fix typo in doc-string.
|
|
|
|
|
|
2007-08-24 05:27:22 +00:00
|
|
|
|
2007-08-24 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (tramp-local-host-p): New defun.
|
|
|
|
|
(tramp-handle-file-local-copy, tramp-handle-write-region):
|
|
|
|
|
Implement fast track when being on the local host.
|
|
|
|
|
(tramp-file-name-handler): Don't set "started" property. It shall
|
|
|
|
|
be reserved for the "ftp" method.
|
|
|
|
|
(tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
|
|
|
|
|
|
|
|
|
|
* net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
|
2007-08-24 10:50:07 +00:00
|
|
|
|
(tramp-ftp-file-name-handler): Set "started" property.
|
2007-08-24 05:27:22 +00:00
|
|
|
|
|
2007-08-24 03:07:45 +00:00
|
|
|
|
2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
|
|
|
|
|
|
|
|
|
|
* files.el (backup-buffer-copy): Don't wrap delete in
|
|
|
|
|
condition-case, only try to delete if file exists.
|
|
|
|
|
|
2007-08-24 02:57:53 +00:00
|
|
|
|
2007-08-24 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-08-24 03:03:09 +00:00
|
|
|
|
* files.el (backup-buffer-copy): Revert 2007-08-22 change.
|
|
|
|
|
|
2007-08-24 02:57:53 +00:00
|
|
|
|
* startup.el (tutorial-directory): Set with eval-at-startup so it
|
|
|
|
|
gets the right value in an installed Emacs.
|
|
|
|
|
|
|
|
|
|
2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
|
|
|
|
|
(eldoc-highlight-function-argument): Use it.
|
|
|
|
|
|
2007-08-23 21:41:48 +00:00
|
|
|
|
2007-08-23 Masatake YAMATO <jet@gyve.org>
|
|
|
|
|
|
2007-09-08 04:31:08 +00:00
|
|
|
|
* progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
|
|
|
|
|
name of parameters in document body.
|
2007-08-24 02:57:53 +00:00
|
|
|
|
|
2007-08-23 19:56:16 +00:00
|
|
|
|
2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-08-23 19:58:31 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-output-docform)
|
|
|
|
|
(byte-compile-output-as-comment): Use with-current-buffer rather than
|
|
|
|
|
a weird set-buffer&prog1 combination.
|
|
|
|
|
|
2007-08-24 10:50:07 +00:00
|
|
|
|
* emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
|
|
|
|
|
test so as to optimise cases where the `progn's result is constant.
|
2007-08-23 19:56:16 +00:00
|
|
|
|
|
2007-08-23 18:41:59 +00:00
|
|
|
|
2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
2007-08-23 19:56:16 +00:00
|
|
|
|
* locate.el (locate-get-file-positions):
|
|
|
|
|
Use line-beginning-position and line-end-position.
|
2007-08-23 18:41:59 +00:00
|
|
|
|
|
2007-08-23 18:37:08 +00:00
|
|
|
|
2007-08-23 John Wiegley <johnw@newartisans.com>
|
|
|
|
|
|
|
|
|
|
* calendar/cal-bahai.el: Added in the diacriticals that were
|
|
|
|
|
missing for many of the month names.
|
|
|
|
|
|
2007-08-22 22:40:18 +00:00
|
|
|
|
2007-08-22 Jason Rumney <jasonr@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
|
|
|
|
|
|
2007-08-22 22:27:51 +00:00
|
|
|
|
2007-08-22 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* image-mode.el (image-minor-mode): Use image-mode-text-map.
|
|
|
|
|
|
2007-08-22 19:48:50 +00:00
|
|
|
|
2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
|
|
|
|
|
|
|
|
|
|
* dabbrev.el (dabbrev--progress-reporter): New variable.
|
|
|
|
|
(dabbrev--scanning-message): Delete func.
|
|
|
|
|
(dabbrev--find-expansion): Use a progress reporter
|
|
|
|
|
instead of dabbrev--scanning-message.
|
|
|
|
|
|
2007-08-22 19:47:57 +00:00
|
|
|
|
2007-08-22 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* comint.el (comint-exec-1): Raise an error if
|
|
|
|
|
`start-file-process' does not return a process object.
|
|
|
|
|
|
|
|
|
|
* shell.el (shell): Prompt for `default-directory' if it is a
|
|
|
|
|
remote file name, and if called with a prefix arg.
|
|
|
|
|
|
2007-08-22 15:48:22 +00:00
|
|
|
|
2007-08-22 Sam Steingold <sds@gnu.org>
|
|
|
|
|
|
|
|
|
|
* pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
|
|
|
|
|
|
2007-08-22 11:47:43 +00:00
|
|
|
|
2007-08-22 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
2007-08-22 11:51:09 +00:00
|
|
|
|
* textmodes/org-export-latex.el: New file.
|
|
|
|
|
|
2007-08-23 14:45:45 +00:00
|
|
|
|
* textmodes/org-publish.el (org-publish-org-to-latex): New function.
|
* textmodes/org.el (org-agenda-skip): Allow a form for
`org-agenda-skip-function'.
(org-agenda-redo): Re-use local settings.
(org-agenda): Store local settings.
(org-agenda-deadline-faces): New option.
(org-agenda-deadline-face): New function.
(org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
entries on their due date.
(org-agenda-get-timestamps): No longer handle the due dates of
schedules and deadline items.
(org-insert-link-global, org-open-at-point-global): New commands.
(org-export-as-ascii): Call `org-cleaned-string-for-export' with a
:for-ascii parameter.
(org-skip-comments): Function removed.
(org-cleaned-string-for-export): Handle special table lines.
(org-global-properties): New option.
(org-entry-get-with-inheritance): Check global properties.
(org-local-properties): New variable.
(org-set-regexps-and-options): Find the #+PROPERTY line.
(org-link-types): Change type into variable (was constant).
(org-make-link-regexps): New function.
(org-link-re-with-space, org-link-re-with-space2)
(org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
(org-bracket-link-analytic-regexp, org-any-link-re): Creation of
these regular expressions happens now in the function
`org-make-link-regexps'.
(org-store-link): Call the functions in
`org-store-link-functions'.
(org-add-link-type): New function.
(org-store-link-functions): New variable.
(org-activate-tags): Force matches to be in headlines.
(org-batch-store-agenda-views): Fix bug with killing agenda
buffer.
(org-columns-display-here): Make sure this works in a narrowed
buffer by checking for point-min.
(org-columns-display-here): Make the rest of the line intangible,
so that point never can be there.
(org-cleaned-string-for-export): Use `with-current-buffer'.
(org-replace-region-by-html): Use `with-current-buffer'.
(org-unfontify-region, org-do-occur, org-columns-display-here)
(org-columns-remove-overlays, org-columns-quit)
(org-columns-edit-value, org-columns-next-allowed-value)
(org-eval-in-calendar, org-agenda-undo, org-no-read-only)
(org-finalize-agenda, org-remove-subtree-entries-from-agenda)
(org-agenda-todo, org-agenda-change-all-lines)
(org-agenda-align-tags, org-agenda-priority)
(org-agenda-set-tags, org-agenda-toggle-archive-tag)
(org-agenda-show-new-time, org-cleaned-string-for-export)
(org-export-grab-title-from-buffer):
(org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
instead of `buffer-read-only'.
(org-export-as-html): Set `coding-system-for-write'.
(org-remember-store-without-prompt): New option.
(org-archive-subtree): Fixed bug with modifying TODO keyword.
(org-beginning-of-line): Also treat C-a special in items.
(org-table-convert-refs-to-rc): Fixed problem with column
reference after "..".
(org-columns-compute): Don't mark buffer modified because of text
properties.
(org-batch-store-agenda-views): Use the variable
`default-directory', not the function.
(org-clock-out-if-current): Respect `org-clock-out-when-done'.
(org-clock-out-when-done): New option.
(org-html-entities): Added HTML entities for smileys.
2007-08-22 11:49:10 +00:00
|
|
|
|
|
2007-08-22 11:47:43 +00:00
|
|
|
|
* textmodes/org.el (org-agenda-skip): Allow a form for
|
|
|
|
|
`org-agenda-skip-function'.
|
|
|
|
|
(org-agenda-redo): Re-use local settings.
|
|
|
|
|
(org-agenda): Store local settings.
|
|
|
|
|
(org-agenda-deadline-faces): New option.
|
|
|
|
|
(org-agenda-deadline-face): New function.
|
|
|
|
|
(org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
|
|
|
|
|
entries on their due date.
|
|
|
|
|
(org-agenda-get-timestamps): No longer handle the due dates of
|
|
|
|
|
schedules and deadline items.
|
|
|
|
|
(org-insert-link-global, org-open-at-point-global): New commands.
|
|
|
|
|
(org-export-as-ascii): Call `org-cleaned-string-for-export' with a
|
|
|
|
|
:for-ascii parameter.
|
|
|
|
|
(org-skip-comments): Function removed.
|
|
|
|
|
(org-cleaned-string-for-export): Handle special table lines.
|
|
|
|
|
(org-global-properties): New option.
|
|
|
|
|
(org-entry-get-with-inheritance): Check global properties.
|
|
|
|
|
(org-local-properties): New variable.
|
|
|
|
|
(org-set-regexps-and-options): Find the #+PROPERTY line.
|
|
|
|
|
(org-link-types): Change type into variable (was constant).
|
|
|
|
|
(org-make-link-regexps): New function.
|
|
|
|
|
(org-link-re-with-space, org-link-re-with-space2)
|
|
|
|
|
(org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
|
|
|
|
|
(org-bracket-link-analytic-regexp, org-any-link-re): Creation of
|
|
|
|
|
these regular expressions happens now in the function
|
|
|
|
|
`org-make-link-regexps'.
|
|
|
|
|
(org-store-link): Call the functions in
|
|
|
|
|
`org-store-link-functions'.
|
|
|
|
|
(org-add-link-type): New function.
|
|
|
|
|
(org-store-link-functions): New variable.
|
|
|
|
|
(org-activate-tags): Force matches to be in headlines.
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(org-batch-store-agenda-views): Fix bug with killing agenda buffer.
|
2007-08-22 11:47:43 +00:00
|
|
|
|
(org-columns-display-here): Make sure this works in a narrowed
|
|
|
|
|
buffer by checking for point-min.
|
|
|
|
|
(org-columns-display-here): Make the rest of the line intangible,
|
|
|
|
|
so that point never can be there.
|
|
|
|
|
(org-cleaned-string-for-export): Use `with-current-buffer'.
|
|
|
|
|
(org-replace-region-by-html): Use `with-current-buffer'.
|
|
|
|
|
(org-unfontify-region, org-do-occur, org-columns-display-here)
|
|
|
|
|
(org-columns-remove-overlays, org-columns-quit)
|
|
|
|
|
(org-columns-edit-value, org-columns-next-allowed-value)
|
|
|
|
|
(org-eval-in-calendar, org-agenda-undo, org-no-read-only)
|
|
|
|
|
(org-finalize-agenda, org-remove-subtree-entries-from-agenda)
|
|
|
|
|
(org-agenda-todo, org-agenda-change-all-lines)
|
|
|
|
|
(org-agenda-align-tags, org-agenda-priority)
|
|
|
|
|
(org-agenda-set-tags, org-agenda-toggle-archive-tag)
|
|
|
|
|
(org-agenda-show-new-time, org-cleaned-string-for-export)
|
2007-08-23 15:01:12 +00:00
|
|
|
|
(org-export-grab-title-from-buffer)
|
2007-08-22 11:47:43 +00:00
|
|
|
|
(org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
|
|
|
|
|
instead of `buffer-read-only'.
|
|
|
|
|
(org-export-as-html): Set `coding-system-for-write'.
|
|
|
|
|
(org-remember-store-without-prompt): New option.
|
|
|
|
|
(org-archive-subtree): Fixed bug with modifying TODO keyword.
|
|
|
|
|
(org-beginning-of-line): Also treat C-a special in items.
|
|
|
|
|
(org-table-convert-refs-to-rc): Fixed problem with column
|
|
|
|
|
reference after "..".
|
|
|
|
|
(org-columns-compute): Don't mark buffer modified because of text
|
|
|
|
|
properties.
|
|
|
|
|
(org-batch-store-agenda-views): Use the variable
|
|
|
|
|
`default-directory', not the function.
|
|
|
|
|
(org-clock-out-if-current): Respect `org-clock-out-when-done'.
|
|
|
|
|
(org-clock-out-when-done): New option.
|
|
|
|
|
(org-html-entities): Added HTML entities for smileys.
|
2007-08-22 15:48:22 +00:00
|
|
|
|
|
2007-08-22 07:41:44 +00:00
|
|
|
|
2007-08-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-08-22 07:48:34 +00:00
|
|
|
|
* image.el (create-image): Doc fix.
|
|
|
|
|
|
2007-08-22 07:41:44 +00:00
|
|
|
|
* startup.el (tutorial-directory): New constant.
|
|
|
|
|
(fancy-splash-text): Tutorials now in tutorial-directory.
|
|
|
|
|
* tutorial.el (help-with-tutorial): Tutorials now in
|
|
|
|
|
tutorial-directory.
|
|
|
|
|
|
2007-08-22 05:47:42 +00:00
|
|
|
|
2007-08-22 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (top): Require cl.el, when `copy-tree' is not available
|
|
|
|
|
otherwise.
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(tramp-get-remote-path): New defun. Replace occurrences of
|
2007-08-22 05:47:42 +00:00
|
|
|
|
`tramp-default-remote-path' by this function.
|
|
|
|
|
(tramp-set-remote-path): Move most of the code to
|
|
|
|
|
`tramp-get-remote-path'.
|
|
|
|
|
(tramp-get-ls-command, tramp-get-remote-id): Don't check for not
|
|
|
|
|
existing directories, this is done already in
|
|
|
|
|
`tramp-get-remote-path'.
|
|
|
|
|
|
2007-08-22 04:05:28 +00:00
|
|
|
|
2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
|
|
|
|
|
|
|
|
|
|
* image-file.el (image-file-name-extensions): Add "svg".
|
|
|
|
|
* image.el (image-type-header-regexps): Add svg entry.
|
|
|
|
|
|
2007-08-22 03:37:21 +00:00
|
|
|
|
2007-08-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-08-22 03:49:45 +00:00
|
|
|
|
* files.el (backup-buffer-copy): Check backup directory is
|
|
|
|
|
writable, to avoid infloop deleting old backup.
|
|
|
|
|
|
2007-08-22 03:37:21 +00:00
|
|
|
|
* mail/rmail.el (rmail-movemail-variant-p): Call on load to set
|
|
|
|
|
movemail related variables.
|
|
|
|
|
(rmail-insert-inbox-text): Use only rmail-movemail-program, which
|
|
|
|
|
will now be set before this is called.
|
|
|
|
|
|
2007-08-21 20:05:14 +00:00
|
|
|
|
2007-08-21 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* delsel.el (delete-selection-pre-hook):
|
|
|
|
|
* emulation/cua-base.el (cua-paste): Use `mouse-region-match'
|
|
|
|
|
instead of checking last-command.
|
|
|
|
|
|
2007-08-21 19:19:46 +00:00
|
|
|
|
2007-08-21 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* loadup.el: Preload "button".
|
|
|
|
|
|
2007-08-21 15:07:36 +00:00
|
|
|
|
2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-08-21 15:53:39 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
|
|
|
|
|
Add previous-line and next-line.
|
|
|
|
|
|
2007-08-21 15:18:06 +00:00
|
|
|
|
* vc-arch.el (vc-arch-extra-menu-map): New var and fun.
|
|
|
|
|
(vc-arch-find-file-not-found-hook): Remove, it's now the default.
|
|
|
|
|
|
2007-08-21 15:07:36 +00:00
|
|
|
|
* vc-hooks.el (vc-menu-entry): New var.
|
|
|
|
|
(vc-mode-line-map): Use it so that this menu also uses the extra-menu.
|
|
|
|
|
(menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
|
|
|
|
|
(vc-menu-map): Declare and initialize in one step.
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
|
2007-08-21 15:07:36 +00:00
|
|
|
|
|
2007-08-21 15:08:47 +00:00
|
|
|
|
* menu-bar.el (vc-menu-map): Don't setup any more.
|
|
|
|
|
Instead, just create the proper spot in the menu.
|
|
|
|
|
|
2007-08-21 04:51:30 +00:00
|
|
|
|
2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* smerge-mode.el (smerge-resolve): New arg `safe'.
|
|
|
|
|
(smerge-resolve-all, smerge-batch-resolve): New function.
|
|
|
|
|
(smerge-refine): Make sure `diff' returns the expected result.
|
|
|
|
|
(smerge-parsep-re): New const.
|
|
|
|
|
(smerge-mode): Use it to adjust paragraph-separate.
|
|
|
|
|
|
|
|
|
|
* progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
|
|
|
|
|
Correctly match / regexp matchers as first char on a line when
|
|
|
|
|
fontifying only that line.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
|
|
|
|
|
|
|
|
|
|
2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el: Don't fiddle with vc-handled-backend.
|
|
|
|
|
(vc-bzr-registered): Don't redundantly protect against
|
|
|
|
|
file-error. Actually use the format-specific code.
|
|
|
|
|
(vc-bzr-buffer-nonblank-p): Remove.
|
|
|
|
|
(vc-bzr-status): Change `kindchange' -> `kindchanged'.
|
|
|
|
|
|
2007-08-20 23:28:16 +00:00
|
|
|
|
2007-08-20 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* startup.el (fancy-splash-text): Change multiple tabs into one
|
|
|
|
|
tab. Remove "Useful File menu items" section (with "Exit Emacs"
|
|
|
|
|
and "Recover Crashed Session").
|
|
|
|
|
(fancy-splash-screens): Set tab-width to 22.
|
|
|
|
|
(normal-splash-screen): Replace literal tabs with \t and
|
|
|
|
|
fix whitespace. Remove "Useful File menu items" section (with
|
|
|
|
|
"Exit Emacs" and "Recover Crashed Session").
|
|
|
|
|
|
2007-08-20 15:53:09 +00:00
|
|
|
|
2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
|
|
|
|
|
extracted from `eval-last-sexp-1'.
|
|
|
|
|
(eval-last-sexp-1): Call `preceding-sexp'.
|
|
|
|
|
|
2007-08-20 12:26:40 +00:00
|
|
|
|
2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* vc-rcs.el (vc-rcs-annotate-command):
|
|
|
|
|
Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
|
|
|
|
|
Add back :vc-annotate-prefix propertization.
|
|
|
|
|
|
2007-08-20 09:30:22 +00:00
|
|
|
|
2007-08-20 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* mail/rmail.el (rmail-autodetect): Doc fix.
|
|
|
|
|
|
2007-08-19 16:04:55 +00:00
|
|
|
|
2007-08-19 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* startup.el (normal-splash-screen): Add more links.
|
|
|
|
|
|
2007-08-19 14:43:35 +00:00
|
|
|
|
2007-08-19 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
|
|
|
|
|
because it's common to both types of splash screen: fancy and normal.
|
|
|
|
|
Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
|
|
|
|
|
(exit-splash-screen): Rename from `fancy-splash-quit'.
|
|
|
|
|
Use `quit-window' instead of `kill-buffer'.
|
|
|
|
|
(fancy-splash-head): Use make-button to insert GNU image link.
|
|
|
|
|
(fancy-splash-screens, normal-splash-screen): Rename " About GNU
|
|
|
|
|
Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
|
|
|
|
|
(normal-splash-screen): Put "Browse manuals" on the same line with
|
|
|
|
|
"Emacs manual". Remove descriptions from "Useful tasks" and put
|
|
|
|
|
all links in two columns on two lines.
|
|
|
|
|
|
2007-08-19 13:47:08 +00:00
|
|
|
|
2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
|
2007-08-20 12:26:40 +00:00
|
|
|
|
|
2007-08-23 14:45:45 +00:00
|
|
|
|
* viper.el (viper-remove-hooks): Remove some additional viper hooks
|
2007-08-19 13:47:08 +00:00
|
|
|
|
when the user calls viper-go-away.
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(viper-go-away): Restore the default of default-major-mode.
|
2007-08-19 13:47:08 +00:00
|
|
|
|
Save the value of default-major-mode before vaperization.
|
2007-08-20 12:26:40 +00:00
|
|
|
|
|
2007-08-19 13:47:08 +00:00
|
|
|
|
* viper-cmd.el: Replace error "" with "Viper bell".
|
2007-08-20 12:26:40 +00:00
|
|
|
|
|
2007-08-19 13:47:08 +00:00
|
|
|
|
* viper-ex.el: Replace error "" with "Viper bell".
|
2007-08-20 12:26:40 +00:00
|
|
|
|
|
2007-08-23 14:45:45 +00:00
|
|
|
|
* ediff-util.el (ediff-make-temp-file): Use the coding system of the
|
2007-08-19 13:47:08 +00:00
|
|
|
|
buffer for which file is created.
|
2007-08-20 12:26:40 +00:00
|
|
|
|
|
2007-08-19 00:24:21 +00:00
|
|
|
|
2007-08-19 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (custom-deps, finder-data, autoloads, recompile)
|
|
|
|
|
(progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
|
|
|
|
|
than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
|
|
|
|
|
shadow files messing up the compilation.
|
|
|
|
|
|
2007-08-18 23:43:32 +00:00
|
|
|
|
2007-08-18 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-08-19 03:05:35 +00:00
|
|
|
|
* emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
|
|
|
|
|
string. Also apply eldoc-argument-case in the help-split-fundoc
|
|
|
|
|
case. Adapt for changed behavior of eldoc-function-argstring,
|
|
|
|
|
eldoc-function-argstring-format, and
|
2007-08-18 23:43:32 +00:00
|
|
|
|
eldoc-highlight-function-argument.
|
2007-08-19 03:05:35 +00:00
|
|
|
|
(eldoc-highlight-function-argument): Handle nil INDEX argument,
|
|
|
|
|
just call eldoc-docstring-format-sym-doc in that case.
|
2007-08-18 23:43:32 +00:00
|
|
|
|
(eldoc-function-argstring): Change the behavior. Now it converts
|
|
|
|
|
an argument list to a string.
|
|
|
|
|
(eldoc-function-argstring-format): Change the behavior. Now it
|
|
|
|
|
applies `eldoc-argument-case' to a string.
|
|
|
|
|
|
2007-08-18 23:44:21 +00:00
|
|
|
|
* progmodes/scheme.el (scheme-mode-variables): Set
|
|
|
|
|
font-lock-comment-start-skip.
|
|
|
|
|
|
2007-08-18 08:38:05 +00:00
|
|
|
|
2007-08-18 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* progmodes/ada-mode.el (ada-create-syntax-table): Move
|
|
|
|
|
set-syntax-table from here to ...
|
|
|
|
|
(ada-mode): ... here. Do not change global value of
|
|
|
|
|
comment-multi-line. Call new function
|
|
|
|
|
ada-initialize-syntax-table-properties and add new function
|
|
|
|
|
ada-handle-syntax-table-properties to font-lock-mode-hook.
|
|
|
|
|
(ada-deactivate-properties, ada-initialize-properties): Replace
|
|
|
|
|
by new functions ...
|
|
|
|
|
(ada-handle-syntax-table-properties)
|
|
|
|
|
(ada-initialize-syntax-table-properties)
|
|
|
|
|
(ada-set-syntax-table-properties): ... to set up syntax-table
|
|
|
|
|
properties uniformly, independently from whether font-lock-mode
|
|
|
|
|
is enabled or not. Handle read-only buffers and do not change
|
|
|
|
|
undo-list when setting syntax-table properties.
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(ada-after-change-function): Use ada-set-syntax-table-properties.
|
2007-08-18 08:38:05 +00:00
|
|
|
|
|
2007-08-17 22:54:34 +00:00
|
|
|
|
2007-08-18 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
2007-08-17 22:51:24 +00:00
|
|
|
|
|
|
|
|
|
* progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
|
|
|
|
|
(meta-indent-current-nesting): Use a computation of the nesting
|
|
|
|
|
instead.
|
|
|
|
|
(meta-indent-current-indentation): Indentation is given according
|
|
|
|
|
to nesting and if the previous line was finished or not.
|
|
|
|
|
(meta-indent-unfinished-line): Tell if the current line ends with
|
|
|
|
|
a finished expression.
|
|
|
|
|
(meta-indent-looking-at-code): Like `looking-at', but checks if
|
2007-08-17 22:54:34 +00:00
|
|
|
|
the point is in a string before.
|
2007-08-17 22:51:24 +00:00
|
|
|
|
(meta-indent-level-count): Use it. Don't count parenthesis as it's
|
|
|
|
|
done in the nesting function.
|
|
|
|
|
(meta-indent-in-string-p): Tell if the current point is in a
|
|
|
|
|
string.
|
|
|
|
|
(meta-indent-calculate): Treat b-o-b as a special case. Use the
|
|
|
|
|
previous functions.
|
|
|
|
|
|
2007-08-17 22:06:50 +00:00
|
|
|
|
2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/copyright.el (copyright-limit): New defsubst.
|
|
|
|
|
(copyright-update-year, copyright-update)
|
|
|
|
|
(copyright-fix-years): Use it.
|
|
|
|
|
|
2007-08-17 21:56:02 +00:00
|
|
|
|
2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/copyright.el (copyright-update-year):
|
|
|
|
|
Fix bug: Handle nil copyright-limit.
|
|
|
|
|
|
2007-08-17 20:27:01 +00:00
|
|
|
|
2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
|
2007-08-17 19:57:14 +00:00
|
|
|
|
|
|
|
|
|
* calc/calc-units.el (math-standard-units): Give exact
|
|
|
|
|
conversion for tsp.
|
|
|
|
|
|
2007-08-17 20:27:01 +00:00
|
|
|
|
* calc/calc.el (math-bignum-digit-length): Compute the
|
|
|
|
|
appropriate value.
|
|
|
|
|
|
|
|
|
|
* calc/calc-bin.el (math-bignum-logb-digit-size)
|
|
|
|
|
(math-bignum-digit-power-of-two):
|
|
|
|
|
* calc/calc-comb.el (math-small-factorial-table):
|
2007-08-23 14:45:45 +00:00
|
|
|
|
* calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
|
2007-08-17 20:27:01 +00:00
|
|
|
|
(math-approx-gamma-const):
|
|
|
|
|
* calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
|
|
|
|
|
(math-besY1, math-bernoulli-b-cache):
|
|
|
|
|
* calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
|
|
|
|
|
Remove `eval-when-compile's.
|
|
|
|
|
|
2007-08-17 18:57:47 +00:00
|
|
|
|
2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
|
|
|
|
|
|
|
|
|
|
* progmode/cperl-mode.el (cperl-look-at-leading-count)
|
|
|
|
|
(cperl-find-pods-heres): Fix an error when typing expressions like
|
|
|
|
|
`s{a}{b}'.
|
|
|
|
|
|
2007-08-17 10:10:11 +00:00
|
|
|
|
2007-08-17 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
|
|
|
|
* mail/emacsbug.el (report-emacs-bug): Remove the last number of
|
2007-08-17 19:38:58 +00:00
|
|
|
|
`emacs-version', use the topic prefix ``version; ''. Make MS-DOS
|
|
|
|
|
a special case (there's no build number).
|
2007-08-17 10:10:11 +00:00
|
|
|
|
|
2007-08-17 07:31:52 +00:00
|
|
|
|
2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
|
|
|
|
|
|
|
|
|
|
* completion.el (symbol-under-point, symbol-before-point)
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(symbol-before-point-for-complete): Use buffer-substring-no-properties.
|
2007-08-17 07:31:52 +00:00
|
|
|
|
|
2007-08-17 07:17:45 +00:00
|
|
|
|
2007-08-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-get-file-structure): Make use
|
|
|
|
|
of the directory part when checking for an existing entry, to
|
|
|
|
|
handle files with same basename in different directories.
|
|
|
|
|
|
2007-08-17 03:57:06 +00:00
|
|
|
|
2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (calc-language-alist): Add texinfo-mode.
|
|
|
|
|
|
2007-08-16 22:27:35 +00:00
|
|
|
|
2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* ps-print.el (ps-header-font-size, ps-header-title-font-size)
|
2007-08-17 01:44:02 +00:00
|
|
|
|
(ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
|
|
|
|
|
(ps-paragraph-spacing): Docstring fix.
|
2007-08-16 22:27:35 +00:00
|
|
|
|
|
2007-08-16 03:18:08 +00:00
|
|
|
|
2007-08-16 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* ps-print.el (ps-font-size): Doc fix.
|
|
|
|
|
|
2007-08-16 02:26:14 +00:00
|
|
|
|
2007-08-16 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
|
|
|
|
|
|
2007-08-15 23:24:17 +00:00
|
|
|
|
2007-08-15 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* startup.el (initialization): Change parent group from `internal'
|
|
|
|
|
to `environment'.
|
|
|
|
|
(initial-buffer-choice): New variable.
|
|
|
|
|
(command-line): Revert 2007-07-02 change that sets
|
|
|
|
|
buffer-offer-save in *scratch* and enables auto-save in it.
|
|
|
|
|
(fancy-splash-text): Add links to existing items. Add new items
|
|
|
|
|
with links for useful tasks. Move information about Control-g to
|
|
|
|
|
fancy-splash-head. Move "Emacs Guided Tour" to the end.
|
|
|
|
|
(fancy-splash-keymap): New variable.
|
|
|
|
|
(fancy-splash-last-input-event): Remove variable.
|
|
|
|
|
(fancy-splash-insert): Add processing of `:link' element.
|
|
|
|
|
(fancy-splash-head): Replace "Type Control-l to begin editing"
|
|
|
|
|
with "Type `q' to exit".
|
|
|
|
|
(fancy-splash-screens-1): Let-bind inhibit-read-only to t.
|
|
|
|
|
(fancy-splash-default-action, fancy-splash-special-event-action):
|
|
|
|
|
Remove functions.
|
|
|
|
|
(fancy-splash-quit): New function.
|
|
|
|
|
(fancy-splash-screens): Rename input arg from `hide-on-input' to
|
|
|
|
|
`static' and reverse the condition of its usage. Don't preserve
|
|
|
|
|
original values of `minor-mode-map-alist',
|
|
|
|
|
`emulation-mode-map-alists', `special-event-map'.
|
|
|
|
|
Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
|
|
|
|
|
Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
|
|
|
|
|
Remove processing of special events. Use local key map
|
|
|
|
|
`fancy-splash-keymap'. Set buffer to read-only.
|
|
|
|
|
(normal-splash-screen): Rename input arg from `hide-on-input' to
|
|
|
|
|
`static' and reverse the condition of its usage.
|
|
|
|
|
Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
|
|
|
|
|
Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
|
|
|
|
|
Add links to existing items. Add new items with links for useful
|
|
|
|
|
tasks. Use local key map `fancy-splash-keymap'.
|
|
|
|
|
(display-splash-screen): Rename input arg from `hide-on-input' to
|
|
|
|
|
`static'.
|
|
|
|
|
(about-emacs): Add alias to display-splash-screen.
|
|
|
|
|
(command-line-1): Use `initial-buffer-choice'.
|
|
|
|
|
|
2007-08-16 00:11:29 +00:00
|
|
|
|
* menu-bar.el (menu-bar-help-menu):
|
|
|
|
|
* term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
|
|
|
|
|
item to about-emacs instead of display-splash-screen.
|
|
|
|
|
|
2007-08-15 15:47:45 +00:00
|
|
|
|
2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-units.el (math-standard-units): Update values.
|
|
|
|
|
Put in exact, rational values when possible.
|
|
|
|
|
(math-unit-prefixes): Replace floats with powers of ten.
|
|
|
|
|
(math-standard-units-systems): Replace floats with integers.
|
|
|
|
|
(math-make-unit-string): Remove extra spaces in output.
|
|
|
|
|
|
2007-08-15 03:07:50 +00:00
|
|
|
|
2007-08-15 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
|
|
|
|
|
sloppier, for the sake of GNU Mailman.
|
|
|
|
|
(rmail-digest-rfc1153): Initialize `result' correctly.
|
|
|
|
|
|
2007-08-15 02:23:42 +00:00
|
|
|
|
2007-08-15 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
|
|
|
|
* mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
|
|
|
|
|
in the mail title. Suggested by Reiner Steib.
|
|
|
|
|
|
2007-08-15 03:09:04 +00:00
|
|
|
|
2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
|
2007-08-14 14:52:51 +00:00
|
|
|
|
|
|
|
|
|
* calc/calc-aent.el (calc-do-quick-calc): Add binary
|
|
|
|
|
representation of integers to the list of outputs.
|
|
|
|
|
|
2007-08-14 07:41:16 +00:00
|
|
|
|
2007-08-14 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* simple.el (bad-packages-alist): New constant.
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(bad-package-check): New function. Together, these two add elements
|
|
|
|
|
to `after-load-alist' to check for problematic external packages.
|
2007-08-14 08:40:54 +00:00
|
|
|
|
* emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
|
2007-08-14 07:41:16 +00:00
|
|
|
|
|
2007-08-14 05:35:16 +00:00
|
|
|
|
2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-units.el (math-get-standard-units)
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(math-get-units, math-make-unit-string)
|
|
|
|
|
(math-get-default-units, math-put-default-units): New functions.
|
2007-08-14 05:35:16 +00:00
|
|
|
|
(math-default-units-table): New variable.
|
|
|
|
|
(calc-convert-units, calc-convert-temperature): Add machinery
|
|
|
|
|
to supply default values.
|
|
|
|
|
|
2007-08-14 00:51:09 +00:00
|
|
|
|
2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-08-14 00:58:28 +00:00
|
|
|
|
* emulation/tpu-edt.el: Add tpu-extras's autoloads.
|
|
|
|
|
(tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
|
|
|
|
|
(tpu-gold-map): Bind F to tpu-cursor-free-mode.
|
|
|
|
|
(minibuffer-local-map): Use funkey symbols rather than esc-sequence.
|
|
|
|
|
|
2007-08-14 00:51:09 +00:00
|
|
|
|
* emulation/tpu-extras.el: Remove spurious * in docstrings.
|
|
|
|
|
Put its autoloads into tpu-edt.el rather than loaddefs.el.
|
|
|
|
|
(tpu-cursor-free-mode): Rename from tpu-cursor-free.
|
|
|
|
|
Make into a proper minor-mode.
|
|
|
|
|
(tpu-backward-char, tpu-next-line, tpu-previous-line)
|
|
|
|
|
(tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
|
|
|
|
|
(tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
|
|
|
|
|
(tpu-set-cursor-free, tpu-set-cursor-bound):
|
|
|
|
|
Delegate to tpu-cursor-free-mode.
|
|
|
|
|
(tpu-next-line, tpu-previous-line, tpu-forward-line)
|
|
|
|
|
(tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
|
|
|
|
|
Use line-move or forward-line instead of next-line-internal.
|
|
|
|
|
|
2007-08-13 09:26:45 +00:00
|
|
|
|
2007-08-13 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
|
|
|
|
|
|
2007-08-12 18:11:57 +00:00
|
|
|
|
2007-08-12 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
|
|
|
|
|
(cvs-execute-single-file): Use new name split-string-and-unquote.
|
|
|
|
|
(cvs-header-msg): Use new name combine-and-quote-strings.
|
|
|
|
|
|
|
|
|
|
* emulation/vi.el (vi-next-line): Ignore return value of line-move.
|
|
|
|
|
|
|
|
|
|
* progmodes/gud.el (gud-common-init): Use new name
|
|
|
|
|
split-string-and-unquote.
|
|
|
|
|
|
|
|
|
|
* progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
|
|
|
|
|
in javac regexp.
|
|
|
|
|
|
|
|
|
|
* pcvs-util.el (cvs-qtypedesc-strings): Use new names
|
|
|
|
|
combine-and-quote-strings and split-string-and-unquote.
|
|
|
|
|
|
2007-08-14 00:51:09 +00:00
|
|
|
|
* subr.el (combine-and-quote-strings): Rename from strings->string.
|
|
|
|
|
(split-string-and-unquote): Rename from string->strings.
|
2007-08-12 18:11:57 +00:00
|
|
|
|
|
2007-08-10 06:52:54 +00:00
|
|
|
|
2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-08-10 08:20:20 +00:00
|
|
|
|
* log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
|
|
|
|
|
to buffer-local settings.
|
|
|
|
|
|
2007-08-10 06:52:54 +00:00
|
|
|
|
* emacs-lisp/backquote.el (backquote-delay-process): New function.
|
|
|
|
|
(backquote-process): Add internal arg `level'. Use the two to
|
|
|
|
|
correctly handle nested backquotes.
|
|
|
|
|
|
2007-08-09 14:57:45 +00:00
|
|
|
|
2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
|
|
|
|
|
(vc-bzr-state-words): Add "kind changed" state word.
|
|
|
|
|
(vc-bzr-status): New function. Return Bzr idea of file status,
|
|
|
|
|
which is different from VC's.
|
|
|
|
|
(vc-bzr-state): Use vc-bzr-status.
|
|
|
|
|
(vc-workfile-unchanged-p): Use vc-bzr-status.
|
|
|
|
|
(vc-bzr-revert): Use synchronous process; expect exitcode 0.
|
|
|
|
|
(vc-dired-state): Process "kind changed" state word.
|
|
|
|
|
|
2007-08-09 14:42:00 +00:00
|
|
|
|
2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
|
|
|
|
|
|
|
|
|
|
* vc-rcs.el (vc-rcs-find-file-not-found-hook):
|
|
|
|
|
Move from vc-default-find-file-not-found-hook.
|
|
|
|
|
|
2007-08-08 19:52:03 +00:00
|
|
|
|
2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* man.el: Remove spurious * in docstrings.
|
|
|
|
|
Merge defvars and toplevel setq-defaults.
|
|
|
|
|
(Man-highlight-references0): Limit=nil rather than point-max.
|
|
|
|
|
(Man-mode-map): Move initialization into the declaration.
|
|
|
|
|
(Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
|
|
|
|
|
(Man-view-header-file): Use expand-file-name rather than concat.
|
|
|
|
|
(Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
|
|
|
|
|
|
|
|
|
|
* man.el (Man-next-section): Make sure we do not move backward.
|
|
|
|
|
|
2007-08-08 14:06:02 +00:00
|
|
|
|
2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* files.el (auto-mode-alist): Use the purecopied text (duh!).
|
|
|
|
|
|
2007-08-08 07:34:30 +00:00
|
|
|
|
2007-08-08 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Replace `iff' in doc-strings and comments.
|
|
|
|
|
|
2007-08-08 06:04:51 +00:00
|
|
|
|
2007-08-08 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* dired.el (dired-pop-to-buffer):
|
|
|
|
|
* mouse-drag.el (mouse-drag-should-do-col-scrolling):
|
|
|
|
|
* calendar/calendar.el (generate-calendar-window):
|
|
|
|
|
* progmodes/compile.el (compilation-set-window-height):
|
|
|
|
|
* textmodes/two-column.el (2C-two-columns, 2C-merge):
|
|
|
|
|
Use window-full-width-p instead of comparing frame-width and
|
|
|
|
|
window-width.
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-find-buffer): Remove extra
|
|
|
|
|
argument in call to compilation-buffer-internal-p.
|
|
|
|
|
|
2007-08-07 17:00:44 +00:00
|
|
|
|
2007-08-07 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
|
|
|
|
|
Add safe-local-variable property.
|
|
|
|
|
|
2007-08-07 16:08:26 +00:00
|
|
|
|
2007-08-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-08-07 16:40:18 +00:00
|
|
|
|
* image-mode.el (image-toggle-display): Use image-refresh.
|
|
|
|
|
|
2007-08-07 04:23:50 +00:00
|
|
|
|
2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el: Remove comments about vc-bzr.el being a modified
|
|
|
|
|
unofficial version.
|
|
|
|
|
(vc-bzr-command): Remove redundant setting of process-connection-type.
|
|
|
|
|
(vc-bzr-admin-checkout-format-file): Add autoload.
|
|
|
|
|
(vc-bzr-root-dir): Remove in favor of vc-bzr-root.
|
|
|
|
|
(vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
|
|
|
|
|
(vc-bzr-registered): Compare dirstate format tag with known good
|
|
|
|
|
value, abort parsing if match fails. Warn user in docstring.
|
|
|
|
|
(vc-bzr-workfile-version): Case for different Bzr branch formats.
|
|
|
|
|
See bzrlib/branch.py in Bzr sources.
|
|
|
|
|
(vc-bzr-diff): First argument FILES may be a string rather than a list.
|
|
|
|
|
(vc-bzr-shell-command): Remove in favor of
|
|
|
|
|
vc-bzr-command-discarding-stderr.
|
|
|
|
|
(vc-bzr-command-discarding-stderr): New function.
|
|
|
|
|
|
2007-08-06 21:17:34 +00:00
|
|
|
|
2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
|
2007-08-23 14:45:45 +00:00
|
|
|
|
program, and return nil.
|
2007-08-06 21:17:34 +00:00
|
|
|
|
(vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
|
|
|
|
|
(vc-bzr-state): Look for path names relative to the repository
|
|
|
|
|
root after status keyword.
|
|
|
|
|
(vc-bzr-file-name-relative): New function.
|
|
|
|
|
(vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
|
|
|
|
|
depend on it.
|
|
|
|
|
(vc-bzr-admin-dirname, ...-checkout-format-file)
|
|
|
|
|
(...-branch-format-file, ...-revhistory): Paths to some Bzr internal
|
|
|
|
|
files that we now parse directly for speed.
|
|
|
|
|
(vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
|
|
|
|
|
(vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(vc-bzr-state): "bzr status" successful only if exitcode is 0.
|
2007-08-06 21:17:34 +00:00
|
|
|
|
(vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
|
|
|
|
|
Bzr warnings, so we must discard it.
|
|
|
|
|
(vc-bzr-workfile-version): Speedup counting lines from
|
|
|
|
|
`vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
|
|
|
|
|
if that file doesn't exist.
|
|
|
|
|
(vc-bzr-responsible-p): Use `vc-bzr-root' instead of
|
2007-08-23 14:45:45 +00:00
|
|
|
|
`vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
|
|
|
|
|
to `vc-directory-exclusion-list'.
|
2007-08-06 21:17:34 +00:00
|
|
|
|
(vc-bzr-shell-command): New function.
|
|
|
|
|
|
2007-08-06 20:08:55 +00:00
|
|
|
|
2007-08-06 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* diff-mode.el (diff-unified->context, diff-reverse-direction)
|
|
|
|
|
(diff-fixup-modifs): Typo in docstring.
|
|
|
|
|
|
2007-08-06 16:20:10 +00:00
|
|
|
|
2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-08-06 16:21:33 +00:00
|
|
|
|
* emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
|
|
|
|
|
count-screen-lines.
|
|
|
|
|
(tpu-edt-off): Disable relevant pieces of advice.
|
|
|
|
|
|
2007-08-06 16:20:10 +00:00
|
|
|
|
* emulation/tpu-extras.el (tpu-before-save-hook): Rename from
|
|
|
|
|
tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
|
|
|
|
|
(newline, newline-and-indent, do-auto-fill): Use advice instead of
|
|
|
|
|
redefining the function.
|
|
|
|
|
(tpu-set-scroll-margins): Activate the pieces of advice.
|
|
|
|
|
|
2007-08-13 13:41:28 +00:00
|
|
|
|
2007-08-06 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* help.el (resize-temp-buffer-window): Use window-full-width-p
|
|
|
|
|
instead of comparing frame-width and window-width.
|
|
|
|
|
|
2007-08-13 11:27:41 +00:00
|
|
|
|
2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
|
|
|
|
|
|
|
|
|
|
* pcvs-parse.el (cvs-parse-table): Handle additional instance of
|
|
|
|
|
optional quotes around files in NEED-UPDATE . REMOVED case.
|
|
|
|
|
|
|
|
|
|
* progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
|
|
|
|
|
(ada-treat-cmd-string): Improve error message.
|
|
|
|
|
(ada-do-file-completion): Call `ada-require-project-file', so
|
|
|
|
|
project variables are set properly.
|
|
|
|
|
(ada-prj-find-prj-file): Delete Emacs 20.2 support.
|
|
|
|
|
(ada-gnatfind-buffer-name): New constant.
|
|
|
|
|
(ada-find-any-references): Use new constant. Set buffer name
|
|
|
|
|
properly in compilation-start. Toggle read-only properly.
|
|
|
|
|
(ada-find-in-src-path): Fix spelling error in docstring.
|
|
|
|
|
|
|
|
|
|
* progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
|
|
|
|
|
by zero error.
|
|
|
|
|
|
2007-08-13 05:35:43 +00:00
|
|
|
|
2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
|
|
|
|
|
|
2007-08-12 17:55:05 +00:00
|
|
|
|
2007-08-12 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/sh-script.el (sh): Delete group `unix'.
|
|
|
|
|
|
|
|
|
|
* progmodes/gud.el (gud): Change to group `processes'.
|
|
|
|
|
|
2007-08-11 03:01:46 +00:00
|
|
|
|
2007-08-11 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-buffer-name): Don't check
|
|
|
|
|
compilation-arguments. It is superfluous, and the variable isn't
|
|
|
|
|
even set when this function is called.
|
|
|
|
|
|
2007-08-10 10:13:44 +00:00
|
|
|
|
2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
|
|
|
|
|
|
|
|
|
* term/mac-win.el (mac-ae-reopen-application): New function.
|
|
|
|
|
(mac-apple-event-map): Bind "reopen application" Apple event to it.
|
|
|
|
|
|
2007-08-10 04:16:21 +00:00
|
|
|
|
2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
|
|
|
|
|
take tex-font-script-display into account.
|
|
|
|
|
(tex-font-script-display, tex-font-lock-suscript): Change from a cons
|
|
|
|
|
cell to a list of 2 elements to simplify the unfontify code.
|
|
|
|
|
|
2007-08-08 16:38:32 +00:00
|
|
|
|
2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
|
|
|
|
|
(ps-begin-job): Use ps-default-fg and ps-default-bg only when
|
|
|
|
|
ps-print-color-p is neither nil nor black-white. Reported by Christian
|
|
|
|
|
Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
|
|
|
|
|
|
2007-08-08 11:52:16 +00:00
|
|
|
|
2007-08-08 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
|
|
|
|
|
self-insert-command, not self-insert.
|
|
|
|
|
|
2007-08-08 08:13:41 +00:00
|
|
|
|
2007-08-08 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
|
|
|
|
|
argument optional, for backwards compatibility, and only highlight
|
|
|
|
|
args when present. Fix symbol name typo (doc/args).
|
|
|
|
|
|
|
|
|
|
* help-mode.el (help-make-xrefs): Search for symbol constituents,
|
|
|
|
|
rather than just `-'.
|
|
|
|
|
|
2007-08-07 21:06:29 +00:00
|
|
|
|
2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-units.el (calc-convert-temperature):
|
|
|
|
|
Use `/' to create fractions.
|
|
|
|
|
|
2007-08-07 20:30:20 +00:00
|
|
|
|
2007-08-07 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
|
|
|
|
|
global matching.
|
|
|
|
|
(tramp-handle-shell-command): Handle OUTPUT-BUFFER and
|
|
|
|
|
ERROR-BUFFER more robust. Display output.
|
|
|
|
|
(tramp-file-name-handler): Add a connection property when we found
|
|
|
|
|
a foreign file name handler. This allows backends like ftp to
|
|
|
|
|
profit also from usr/host name completion based on connection
|
|
|
|
|
cache.
|
|
|
|
|
(tramp-send-command-and-read): Search for trash after the regexp
|
|
|
|
|
until eol only. In XEmacs, there is a problem with \n.
|
|
|
|
|
|
|
|
|
|
* net/tramp-cache.el (top): Read persistent connection history
|
|
|
|
|
when cache is empty.
|
|
|
|
|
|
|
|
|
|
2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (tramp-handle-process-file): Fix bug inserting
|
|
|
|
|
resulting output.
|
|
|
|
|
|
2007-08-07 20:10:15 +00:00
|
|
|
|
2007-08-07 Sam Steingold <sds@gnu.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-start): Pass nil as startfile
|
|
|
|
|
to comint-exec.
|
|
|
|
|
|
2007-08-07 16:10:11 +00:00
|
|
|
|
2007-08-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* longlines.el (longlines-decoded): New variable.
|
|
|
|
|
(longlines-mode): Avoid encoding or decoding the buffer twice.
|
|
|
|
|
|
2007-08-07 12:43:40 +00:00
|
|
|
|
2007-08-07 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* format.el (format-insert-file): Make sure that at most one undo
|
|
|
|
|
entry is recorded for the insertion. Inhibit point-motion and
|
|
|
|
|
modification hooks around call to insert-file-contents.
|
|
|
|
|
|
2007-08-07 03:32:24 +00:00
|
|
|
|
2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
|
|
|
|
|
Select the buffer's window before moving point.
|
|
|
|
|
|
2007-08-07 03:10:23 +00:00
|
|
|
|
2007-08-07 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* term.el (term): Remove parent group `unix'.
|
|
|
|
|
|
|
|
|
|
* simple.el (default-indent-new-line): New function.
|
|
|
|
|
It calls comment-line-break-function if there are comments.
|
|
|
|
|
(do-auto-fill): Use that.
|
|
|
|
|
|
|
|
|
|
2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
|
|
|
|
|
|
|
|
|
|
* complete.el (PC-lisp-complete-symbol): Complete symbol around point.
|
|
|
|
|
(PC-do-completion): Add "acronym completion" for symbols and
|
|
|
|
|
filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
|
|
|
|
|
|
2007-08-06 17:19:26 +00:00
|
|
|
|
2007-08-06 Sam Steingold <sds@gnu.org>
|
|
|
|
|
|
|
|
|
|
* mouse.el (mouse-buffer-menu): Pass mode-name through
|
|
|
|
|
format-mode-line because it may be a list,
|
|
|
|
|
e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
|
|
|
|
|
|
2007-08-06 12:34:45 +00:00
|
|
|
|
2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* printing.el (pr-update-menus): Docstring fix.
|
|
|
|
|
|
2007-08-06 11:03:50 +00:00
|
|
|
|
2007-08-06 Jason Rumney <jasonr@gnu.org>
|
|
|
|
|
|
|
|
|
|
* menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-call): Add doc string.
|
|
|
|
|
|
2007-08-06 06:50:09 +00:00
|
|
|
|
2007-08-06 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
|
|
|
|
|
process-filter.
|
|
|
|
|
|
2007-08-06 01:03:00 +00:00
|
|
|
|
2007-08-06 Kenichi Handa <handa@m17n.org>
|
|
|
|
|
|
|
|
|
|
* international/quail.el: Wrap (require 'help-mode) by
|
|
|
|
|
eval-when-compile.
|
|
|
|
|
(quail-help-init): New function.
|
|
|
|
|
(quail-help): Call quail-help-init.
|
|
|
|
|
(quail-store-decode-map-key): Change it to a function.
|
|
|
|
|
|
2007-08-05 21:51:30 +00:00
|
|
|
|
2007-08-05 Jason Rumney <jasonr@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-rollback): Add norevert argument back.
|
|
|
|
|
(vc-revert-buffer): Add back as obsolete alias.
|
|
|
|
|
|
2007-08-08 08:13:41 +00:00
|
|
|
|
2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
|
2007-08-05 14:08:50 +00:00
|
|
|
|
|
|
|
|
|
* term.el: Honor term-default-fg-color and term-default-bg-color
|
|
|
|
|
settings when modifying term-current-face.
|
2007-08-07 03:32:24 +00:00
|
|
|
|
(term-default-fg-color, term-default-bg-color): Initialize from
|
2007-08-05 14:08:50 +00:00
|
|
|
|
default term-current-face.
|
|
|
|
|
(term-mode, term-reset-terminal): Set term-current-face with
|
|
|
|
|
term-default-fg-color and term-default-bg-color.
|
|
|
|
|
(term-handle-colors-array): term-current-face has term-default-fg-color
|
|
|
|
|
and term-default-bg-color after reset escape sequence.
|
|
|
|
|
(term-handle-colors-array): Set term-current-color with
|
|
|
|
|
term-default-fg/bg-color instead of ansi-term-color-vector when the
|
|
|
|
|
index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
|
|
|
|
|
|
2007-08-13 11:27:41 +00:00
|
|
|
|
2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
|
2007-08-05 13:22:45 +00:00
|
|
|
|
|
2007-08-13 11:27:41 +00:00
|
|
|
|
* calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
|
2007-08-05 13:22:45 +00:00
|
|
|
|
(math-nlfit-givens): Let bind free variables.
|
|
|
|
|
|
2007-08-05 12:54:13 +00:00
|
|
|
|
2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* printing.el: Require lpr and ps-print when loading printing package.
|
|
|
|
|
Reported by Glenn Morris <rgm@gnu.org>.
|
|
|
|
|
|
2007-08-05 08:50:52 +00:00
|
|
|
|
2007-08-05 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* files.el (set-auto-mode): Handle also remote files wrt
|
|
|
|
|
`auto-mode-alist'.
|
|
|
|
|
|
2007-08-13 11:27:41 +00:00
|
|
|
|
2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
|
2007-08-04 04:00:54 +00:00
|
|
|
|
|
|
|
|
|
* calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
|
|
|
|
|
curves and plotting.
|
|
|
|
|
|
|
|
|
|
* calc/calc-nlfit.el: New file.
|
|
|
|
|
|
2007-08-04 02:31:52 +00:00
|
|
|
|
2007-08-04 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
|
|
|
|
|
zero, not nil, when the library is first loaded. Check for a file
|
|
|
|
|
that has been modified on disk.
|
|
|
|
|
|
|
|
|
|
* progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
|
|
|
|
|
Remove duplicate defvar preventing initialization.
|
|
|
|
|
(cperl-mode): Fix compilation-error-regexp-alist-alist setting.
|
|
|
|
|
|
2007-08-03 22:06:36 +00:00
|
|
|
|
2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* diff-mode.el (diff-font-lock-keywords): Fix up false positives.
|
|
|
|
|
(diff-beginning-of-file): Adjust to the fact that diff-file-header-re
|
|
|
|
|
may match up to 4 lines.
|
|
|
|
|
(diff-beginning-of-file-and-junk): Rewrite.
|
|
|
|
|
|
2007-08-03 13:52:35 +00:00
|
|
|
|
2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* printing.el: Evaluate require only during compilation.
|
|
|
|
|
(pr-version): New version 6.9.1.
|
|
|
|
|
(deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
|
|
|
|
|
(pr-global-menubar): Fix code.
|
|
|
|
|
|
2007-08-03 10:49:56 +00:00
|
|
|
|
2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* term.el (term-erase-in-display): Fix case when point is not at
|
|
|
|
|
the beginning of the line.
|
|
|
|
|
|
2007-08-03 05:25:03 +00:00
|
|
|
|
2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
2007-08-13 11:27:41 +00:00
|
|
|
|
* calc/calc-ext.el (math-get-value, math-get-sdev)
|
2007-08-03 05:25:03 +00:00
|
|
|
|
(math-contains-sdev): New functions.
|
|
|
|
|
|
|
|
|
|
* calc/calc-graph.el (calc-graph-format-data)
|
|
|
|
|
(calc-graph-add-curve): Check for error forms.
|
|
|
|
|
(calc-graph-set-styles): Add option for error forms.
|
|
|
|
|
|
2007-08-03 04:57:05 +00:00
|
|
|
|
2007-08-03 Miles Bader <miles@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-handled-backends): Change capitalization of VC
|
|
|
|
|
backend names for new backends to `Git', `Hg', and `Bzr'.
|
|
|
|
|
* vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
|
|
|
|
|
not `HG'.
|
|
|
|
|
* vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
|
|
|
|
|
name, not `GIT'.
|
|
|
|
|
* vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
|
|
|
|
|
(vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
|
|
|
|
|
|
2007-08-04 15:19:51 +00:00
|
|
|
|
2007-08-03 Richard Stallman <rms@gnu.org>
|
2007-08-02 17:40:54 +00:00
|
|
|
|
|
2007-08-02 17:56:38 +00:00
|
|
|
|
* mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
|
|
|
|
|
to update deleted flag.
|
|
|
|
|
|
|
|
|
|
* cus-edit.el (customize-apropos, customize-apropos-options)
|
|
|
|
|
(customize-apropos-faces, customize-apropos-groups): Improve prompt.
|
|
|
|
|
|
|
|
|
|
* menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
|
|
|
|
|
|
2007-08-03 03:21:13 +00:00
|
|
|
|
* startup.el (fancy-splash-head, startup-echo-area-message):
|
2007-08-02 17:56:38 +00:00
|
|
|
|
Change message text.
|
|
|
|
|
|
|
|
|
|
* emulation/tpu-edt.el (next-line-internal): Setting deleted.
|
|
|
|
|
All callers use line-move.
|
|
|
|
|
|
2007-08-02 17:40:54 +00:00
|
|
|
|
* progmodes/compile.el (compilation-find-buffer): Return current
|
|
|
|
|
buffer immediately if suitable.
|
|
|
|
|
(compile, compilation-buffer-name, compilation-start): Doc fixes.
|
|
|
|
|
|
2007-08-04 15:19:51 +00:00
|
|
|
|
2007-08-03 Daiki Ueno <ueno@unixuser.org>
|
2007-07-31 17:34:15 +00:00
|
|
|
|
|
2007-08-02 17:08:53 +00:00
|
|
|
|
* faces.el (face-normalize-spec): New function.
|
|
|
|
|
(frame-set-background-mode): Normalize face-spec before calling
|
|
|
|
|
face-spec-match-p.
|
2007-07-31 17:34:15 +00:00
|
|
|
|
|
2007-08-07 03:10:23 +00:00
|
|
|
|
2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
2007-07-31 13:14:33 +00:00
|
|
|
|
|
2007-08-03 05:49:59 +00:00
|
|
|
|
* server.el (server-window): Add switch-to-buffer-other-frame option.
|
2007-07-31 15:26:05 +00:00
|
|
|
|
|
2007-08-03 03:15:33 +00:00
|
|
|
|
2007-08-03 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cus-edit.el (customize-apropos): Make the error message indicate
|
|
|
|
|
what kind of thing the user was trying to customize.
|
|
|
|
|
|
|
|
|
|
* net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
|
|
|
|
|
|
2007-08-13 11:27:41 +00:00
|
|
|
|
* progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
|
|
|
|
|
Fix off-by-one error in previous change.
|
2007-08-03 03:15:33 +00:00
|
|
|
|
|
|
|
|
|
2007-08-03 Drew Adams <drew.adams@oracle.com>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/pp.el (pp-eval-expression): Add progress message.
|
|
|
|
|
Make buffer writable.
|
|
|
|
|
|
2007-08-02 04:10:17 +00:00
|
|
|
|
2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
2007-08-13 11:27:41 +00:00
|
|
|
|
* calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
|
|
|
|
|
(math-cos-raw-2, math-arctan-raw, math-ln-raw):
|
2007-08-02 04:10:17 +00:00
|
|
|
|
Use native Emacs functions, when appropriate.
|
|
|
|
|
|
2007-08-01 17:13:45 +00:00
|
|
|
|
2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc.el: Document new VC operation `extra-menu'.
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-default-extra-menu): New function.
|
|
|
|
|
|
|
|
|
|
* menu-bar.el (menu-bar-vc-filter): New function.
|
|
|
|
|
(menu-bar-tools-menu): Use it as a filter.
|
|
|
|
|
|
2007-08-02 00:23:02 +00:00
|
|
|
|
2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
|
2007-08-01 17:39:23 +00:00
|
|
|
|
|
|
|
|
|
* ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
|
|
|
|
|
|
2007-08-01 06:17:55 +00:00
|
|
|
|
2007-08-01 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/fortran.el: Remove leading `*' from all defcustom doc
|
|
|
|
|
strings.
|
|
|
|
|
(fortran-tab-mode-default): Remove needless autoload.
|
|
|
|
|
(fortran-tab-mode-string): Add help-echo and mouse properties, and
|
|
|
|
|
mark as risky.
|
|
|
|
|
(fortran-line-length): New buffer-local variable, safe if integer.
|
|
|
|
|
(fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
|
|
|
|
|
Change from variables to constants.
|
|
|
|
|
(fortran-font-lock-syntactic-keywords): Delete as a variable,
|
|
|
|
|
replace with a new function definition.
|
|
|
|
|
(fortran-mode): Use fortran-line-length, and
|
|
|
|
|
fortran-font-lock-syntactic-keywords as a function. Add a
|
|
|
|
|
hack-local-variables-hook function.
|
2007-08-10 04:16:21 +00:00
|
|
|
|
(fortran-line-length, fortran-hack-local-variables): New functions.
|
|
|
|
|
(fortran-window-create, fortran-strip-sequence-nos): Doc fix.
|
|
|
|
|
Use fortran-line-length rather than 72.
|
2007-08-01 06:17:55 +00:00
|
|
|
|
(fortran-window-create-momentarily): Doc fix.
|
|
|
|
|
|
2007-08-02 00:23:02 +00:00
|
|
|
|
2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
|
2007-08-01 01:17:51 +00:00
|
|
|
|
|
2007-08-10 04:16:21 +00:00
|
|
|
|
* cus-edit.el (custom-group-value-create, custom-goto-parent):
|
|
|
|
|
Fix parent groups link.
|
2007-08-01 01:17:51 +00:00
|
|
|
|
|
2007-08-01 00:47:25 +00:00
|
|
|
|
2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
|
|
|
|
|
|
|
|
|
|
* progmodes/python.el (python-current-defun): Adjust to never fall
|
|
|
|
|
into infinite loop.
|
|
|
|
|
|
2007-07-31 15:23:27 +00:00
|
|
|
|
2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
|
|
|
|
|
|
2007-07-31 05:02:54 +00:00
|
|
|
|
2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
|
2007-07-30 00:19:06 +00:00
|
|
|
|
|
2007-07-31 05:02:54 +00:00
|
|
|
|
* emacs-lisp/copyright.el (copyright-update-year, copyright-update)
|
|
|
|
|
(copyright-fix-years, copyright): Correctly handle the case where
|
|
|
|
|
copyright-limit is nil.
|
2007-07-31 04:20:12 +00:00
|
|
|
|
|
2007-07-31 05:02:54 +00:00
|
|
|
|
2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
|
2007-07-30 00:19:06 +00:00
|
|
|
|
|
2007-07-31 05:02:54 +00:00
|
|
|
|
* progmodes/python.el (run-python): Fix path separator under w32.
|
2007-07-30 00:19:06 +00:00
|
|
|
|
|
2007-07-30 20:08:56 +00:00
|
|
|
|
2007-07-30 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
|
|
|
|
|
Treat non-break space as whitespace in Lisp.
|
|
|
|
|
|
2007-07-30 17:38:24 +00:00
|
|
|
|
2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-30 17:39:01 +00:00
|
|
|
|
* vc.el (vc-dired-hook): Use inhibit-read-only.
|
|
|
|
|
|
2007-07-30 17:38:24 +00:00
|
|
|
|
* progmodes/compile.el (compilation-forget-errors):
|
|
|
|
|
Reset compilation-auto-jump-to-next.
|
|
|
|
|
|
2007-07-30 05:33:47 +00:00
|
|
|
|
2007-07-30 Michael Olson <mwolson@gnu.org>
|
|
|
|
|
|
2007-07-30 05:33:55 +00:00
|
|
|
|
* cus-edit.el (custom-group-save): Fix void function definition
|
|
|
|
|
error. Thanks to Zhang Wei for the report.
|
|
|
|
|
|
2007-07-30 05:33:47 +00:00
|
|
|
|
* ps-print.el: Check in trivial changes to the autoloads section
|
|
|
|
|
caused by the build process. These autoloads really ought to be
|
|
|
|
|
placed in a separate file, methinks.
|
|
|
|
|
|
2007-07-29 20:49:13 +00:00
|
|
|
|
2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* calendar/calendar.el (calendar-mode): Make sure
|
|
|
|
|
displayed-(month|year) are set.
|
|
|
|
|
(calendar-basic-setup): Display buffer before adjusting window sizes.
|
|
|
|
|
(generate-calendar-window): Use inhibit-read-only. Simplify.
|
|
|
|
|
Generate buffer and set displayed-month and displayed-year before
|
|
|
|
|
calling update-calendar-mode-line.
|
|
|
|
|
|
2007-07-29 15:32:56 +00:00
|
|
|
|
2007-07-29 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
2007-08-07 20:30:20 +00:00
|
|
|
|
* net/tramp.el:
|
|
|
|
|
* net/tramp-uu.el:
|
|
|
|
|
* net/trampver.el: Use utf-8 encoding with coding cookie.
|
2007-07-29 15:32:56 +00:00
|
|
|
|
|
2007-08-07 20:30:20 +00:00
|
|
|
|
* net/tramp-cache.el:
|
|
|
|
|
* net/tramp-fish.el:
|
|
|
|
|
* net/tramp-ftp.el:
|
|
|
|
|
* net/tramp-gw.el:
|
|
|
|
|
* net/tramp-smb.el: Remove coding cookie.
|
2007-07-29 15:32:56 +00:00
|
|
|
|
|
2007-08-07 20:30:20 +00:00
|
|
|
|
* net/tramp.el (tramp-handle-verify-visited-file-modtime):
|
2007-07-29 20:49:13 +00:00
|
|
|
|
Flush buffer file-name's file property.
|
2007-07-29 15:32:56 +00:00
|
|
|
|
(tramp-handle-file-remote-p): The first parameter is FILENAME.
|
|
|
|
|
|
2007-08-07 20:30:20 +00:00
|
|
|
|
* net/trampver.el: Update release number.
|
2007-07-29 15:32:56 +00:00
|
|
|
|
|
2007-07-29 09:18:15 +00:00
|
|
|
|
2007-07-29 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
|
|
|
|
|
Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
|
|
|
|
|
when major-mode is not dired-mode.
|
|
|
|
|
(dired-toggle-read-only): New function.
|
|
|
|
|
(dired-recursive-deletes): Remove obsolete comments about old
|
|
|
|
|
default value.
|
|
|
|
|
(dired-do-flagged-delete, dired-do-delete): Refill docstring.
|
|
|
|
|
|
|
|
|
|
* wdired.el (wdired-exit): New function.
|
|
|
|
|
(wdired-mode-map): Bind C-x C-q to wdired-exit.
|
|
|
|
|
|
2007-07-28 19:57:23 +00:00
|
|
|
|
2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-28 20:03:40 +00:00
|
|
|
|
* cus-edit.el (customize-read-group): New fun.
|
|
|
|
|
(customize-group-other-window, customize-face-other-window):
|
|
|
|
|
Prompt before delegating to customize-(group|face).
|
|
|
|
|
Bind pop-up-windows rather than use the other-window argument.
|
|
|
|
|
(customize-group, customize-face): Prompt from the interactive spec.
|
|
|
|
|
Remove args `prompt-for-group' and `other-window'.
|
|
|
|
|
|
2007-07-28 19:57:23 +00:00
|
|
|
|
* emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
|
|
|
|
|
(ad-body-forms, ad-advised-interactive-form): Revert this part of
|
|
|
|
|
last change.
|
|
|
|
|
|
2007-07-28 18:11:25 +00:00
|
|
|
|
2007-07-28 Masatake YAMATO <jet@gyve.org>
|
|
|
|
|
|
2007-07-28 19:57:23 +00:00
|
|
|
|
* vc.el (vc-dired-mode): Add a menu for VC related operation.
|
2007-08-15 02:23:42 +00:00
|
|
|
|
Use backend name as the menu label. Suggested by David Kastrup.
|
2007-07-28 18:11:25 +00:00
|
|
|
|
|
2007-07-28 11:50:44 +00:00
|
|
|
|
2007-07-28 Alan Mackenzie <acm@muc.de>
|
|
|
|
|
|
|
|
|
|
Fix problem with modes derived from CC Mode:
|
2007-07-28 19:57:23 +00:00
|
|
|
|
* progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
|
2007-07-28 11:50:44 +00:00
|
|
|
|
macro to cc-langs.
|
2007-07-28 19:57:23 +00:00
|
|
|
|
(c-init-language-vars-for): Remove call to above macro.
|
|
|
|
|
* progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
|
2007-07-28 11:50:44 +00:00
|
|
|
|
been moved to here.
|
2007-07-28 19:57:23 +00:00
|
|
|
|
(c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
|
2007-07-28 11:50:44 +00:00
|
|
|
|
|
2007-07-28 07:47:37 +00:00
|
|
|
|
2007-07-28 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* net/trampver.el: Fix the `coding' cookie.
|
|
|
|
|
|
2007-07-28 02:01:43 +00:00
|
|
|
|
2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-git.el (vc-git-print-log): Support both the old single file
|
|
|
|
|
interface and the new one.
|
|
|
|
|
|
2007-07-28 01:16:18 +00:00
|
|
|
|
2007-07-28 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* bindings.el (mode-line-remote): Use updated %@ construct.
|
|
|
|
|
|
2007-07-27 06:13:26 +00:00
|
|
|
|
2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-27 20:24:09 +00:00
|
|
|
|
* calendar/cal-bahai.el (calendar-bahai-month-name-array)
|
|
|
|
|
(calendar-bahai-epoch, calendar-bahai-leap-year-p)
|
|
|
|
|
(calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
|
|
|
|
|
(diary-list-bahai-entries, diary-bahai-mark-entries)
|
|
|
|
|
(calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
|
|
|
|
|
(diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
|
|
|
|
|
New names to clean up namespace.
|
|
|
|
|
(list-bahai-diary-entries, mark-bahai-diary-entries)
|
|
|
|
|
(insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
|
|
|
|
|
(insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
|
|
|
|
|
Add compatibility aliases.
|
|
|
|
|
|
2007-07-27 20:00:05 +00:00
|
|
|
|
* calendar/appt.el: Don't wrap defvar within eval-when-compile.
|
|
|
|
|
|
2007-07-27 06:13:26 +00:00
|
|
|
|
* calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
|
|
|
|
|
(calendar-scroll-left-three-months)
|
|
|
|
|
(calendar-scroll-right-three-months): Clean up namespace.
|
|
|
|
|
(scroll-calendar-left, scroll-calendar-right)
|
|
|
|
|
(scroll-calendar-left-three-months)
|
|
|
|
|
(scroll-calendar-right-three-months): Add compatibility aliases.
|
|
|
|
|
|
2007-07-27 06:28:39 +00:00
|
|
|
|
* calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
|
|
|
|
|
Behave like mouse-scroll-calendar-* when used from the mouse.
|
|
|
|
|
|
|
|
|
|
* calendar/cal-menu.el (cal-menu-scroll-menu)
|
|
|
|
|
(cal-menu-global-mouse-menu):
|
|
|
|
|
* calendar/calendar.el (calendar-mode-map):
|
|
|
|
|
Use new calendar-scroll-* names.
|
|
|
|
|
(mouse-scroll-calendar-left, mouse-scroll-calendar-right):
|
|
|
|
|
Remove. Use calendar-scroll-* directly instead.
|
|
|
|
|
|
2007-07-26 18:49:14 +00:00
|
|
|
|
2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
|
|
|
|
|
(ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
|
|
|
|
|
(ad-make-advised-definition, ad-cache-id-verification-code):
|
|
|
|
|
Use commandp and interactive-form instead.
|
|
|
|
|
|
2007-07-26 18:44:39 +00:00
|
|
|
|
2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-git.el: Relicense to GPLv3 or later.
|
|
|
|
|
(vc-directory-exclusion-list, vc-handled-backends): Remove.
|
2007-07-26 18:49:14 +00:00
|
|
|
|
|
2007-07-26 18:44:39 +00:00
|
|
|
|
* vc-hooks.el (vc-handled-backends): Add GIT.
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-directory-exclusion-list): Add .git.
|
|
|
|
|
|
2007-07-26 17:26:08 +00:00
|
|
|
|
2007-07-26 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* vc-git.el (vc-git-revision-table)
|
|
|
|
|
(vc-git-revision-completion-table): New functions.
|
|
|
|
|
|
2007-07-26 13:41:29 +00:00
|
|
|
|
2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
|
|
|
|
|
* progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
|
|
|
|
|
* progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
|
|
|
|
|
* progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
|
|
|
|
|
* progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
|
|
|
|
|
* progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
|
|
|
|
|
New command actions for EPS header and EPS footer.
|
|
|
|
|
|
|
|
|
|
* progmodes/ebnf2ps.el: New command actions for EPS header and EPS
|
|
|
|
|
footer. Fix some problems with one-or-more, zero-or-more and
|
|
|
|
|
alternative constructions generation. Some log messages
|
|
|
|
|
implementation. Doc fix.
|
|
|
|
|
(ebnf-version): New version 4.4.
|
|
|
|
|
(ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
|
|
|
|
|
(ebnf-eps-footer, ebnf-log): New options.
|
|
|
|
|
(ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
|
|
|
|
|
(ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
|
|
|
|
|
(ebnf-eps-header-footer-p, ebnf-eps-header-comment)
|
|
|
|
|
(ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
|
|
|
|
|
(ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
|
|
|
|
|
(ebnf-style-custom-list, ebnf-style-database): Put new values.
|
|
|
|
|
(ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
|
|
|
|
|
(ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
|
|
|
|
|
(ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
|
|
|
|
|
(ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
|
|
|
|
|
(ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
|
|
|
|
|
(ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
|
|
|
|
|
(ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
|
|
|
|
|
(ebnf-non-terminal-dimension, ebnf-special-dimension)
|
|
|
|
|
(ebnf-terminal-dimension1, ebnf-repeat-dimension)
|
|
|
|
|
(ebnf-except-dimension, ebnf-alternative-dimension)
|
|
|
|
|
(ebnf-optional-dimension, ebnf-one-or-more-dimension)
|
|
|
|
|
(ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
|
|
|
|
|
message fun.
|
|
|
|
|
(ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
|
|
|
|
|
(ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
|
|
|
|
|
(ebnf-insert-ebnf-prologue, ebnf-production-dimension)
|
|
|
|
|
(ebnf-terminal-dimension1, ebnf-alternative-dimension)
|
|
|
|
|
(ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
|
|
|
|
|
(ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
|
|
|
|
|
(ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
|
|
|
|
|
compatibility with Emacs 20 & 21.
|
|
|
|
|
(ebnf-eps-header-comment, ebnf-eps-footer-comment)
|
|
|
|
|
(ebnf-eps-file-alist, ebnf-basic-width-extra)
|
|
|
|
|
(ebnf-basic-empty-height): New vars.
|
|
|
|
|
(ebnf-prologue): Fix PostScript code.
|
|
|
|
|
(ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
|
|
|
|
|
(ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
|
|
|
|
|
(ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
|
|
|
|
|
(ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
|
|
|
|
|
|
2007-07-25 07:11:02 +00:00
|
|
|
|
2007-07-25 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Relicense all FSF files to GPLv3 or later.
|
|
|
|
|
|
|
|
|
|
* COPYING: Switch to GPLv3.
|
|
|
|
|
|
2007-07-25 04:50:33 +00:00
|
|
|
|
2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
|
|
|
|
|
Replace it with another one which disables undo before calling
|
|
|
|
|
erase-buffer and then turns it back on if needed.
|
|
|
|
|
|
2007-07-25 00:06:45 +00:00
|
|
|
|
2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* ps-print.el: Problem with foreground and background color when
|
|
|
|
|
printing a buffer with and without faces. Reported by Christian
|
|
|
|
|
Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
|
|
|
|
|
(ps-print-version): New version 6.7.5.
|
|
|
|
|
(ps-default-fg): Change default value to nil, so black color is used
|
|
|
|
|
when a face does not specify a foreground color.
|
|
|
|
|
(ps-default-bg): Change default value to nil, so white color is used
|
|
|
|
|
for background color.
|
|
|
|
|
(ps-begin-job): Fix code.
|
|
|
|
|
|
2007-07-24 19:02:02 +00:00
|
|
|
|
2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-07-25 04:50:33 +00:00
|
|
|
|
* vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
|
2007-07-24 19:02:02 +00:00
|
|
|
|
|
2007-07-24 02:40:41 +00:00
|
|
|
|
2007-07-24 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
|
|
|
|
|
(cal-tex-rules, cal-tex-buffer, cal-tex-24)
|
|
|
|
|
(cal-tex-cursor-month-landscape, cal-tex-cursor-month)
|
|
|
|
|
(cal-tex-cursor-week, cal-tex-cursor-week2)
|
|
|
|
|
(cal-tex-cursor-week-iso, cal-tex-week-hours)
|
|
|
|
|
(cal-tex-cursor-week-monday, cal-tex-weekly4-box)
|
|
|
|
|
(cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
|
|
|
|
|
(cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
|
|
|
|
|
|
2007-07-25 21:59:26 +00:00
|
|
|
|
2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* calendar/calendar.el (calendar-mode-map): Move initialization
|
|
|
|
|
into declaration. Add menu bindings (used to be done in cal-menu).
|
|
|
|
|
(calendar-mode): Don't add an activate-menubar-hook.
|
|
|
|
|
|
|
|
|
|
* calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
|
|
|
|
|
modify calendar-mode-map), use easy-menu, and make sure that C-h k
|
|
|
|
|
can be used on the menu entries.
|
|
|
|
|
(cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
|
|
|
|
|
(cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
|
|
|
|
|
(cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
|
|
|
|
|
(cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
|
|
|
|
|
(calendar-flatten, cal-menu-update): Remove.
|
|
|
|
|
(calendar-mouse-insert-hebrew-diary-entry)
|
|
|
|
|
(calendar-mouse-insert-islamic-diary-entry)
|
|
|
|
|
(calendar-mouse-insert-bahai-diary-entry):
|
|
|
|
|
Remove (fold into cal-menu-diary-menu).
|
|
|
|
|
(calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
|
|
|
|
|
(cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
|
|
|
|
|
(calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
|
|
|
|
|
(calendar-mouse-view-diary-entries): Minor simplifications.
|
|
|
|
|
(calendar-event-to-date): Use with-current-buffer.
|
|
|
|
|
|
2007-07-25 21:25:16 +00:00
|
|
|
|
2007-07-25 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* add-log.el (change-log-redate): Remove (not needed anymore and
|
|
|
|
|
doesn't appear to work).
|
|
|
|
|
|
2007-07-25 19:37:21 +00:00
|
|
|
|
2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* frame.el: Use mapc and dolist instead of mapcar where possible.
|
|
|
|
|
(close-display-connection): New command.
|
|
|
|
|
|
2007-07-25 15:03:05 +00:00
|
|
|
|
2007-07-25 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
|
|
|
|
|
(vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
|
|
|
|
|
|
2007-07-25 13:27:59 +00:00
|
|
|
|
2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* ps-print.el (ps-multibyte-buffer): Docstring fix.
|
|
|
|
|
|
|
|
|
|
* ps-mule.el: Doc fix.
|
2007-07-25 14:39:45 +00:00
|
|
|
|
(ps-multibyte-buffer, ps-mule-font-info-database-default)
|
|
|
|
|
(ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
|
2007-07-25 13:27:59 +00:00
|
|
|
|
|
2007-07-25 08:52:30 +00:00
|
|
|
|
2007-07-25 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
|
|
|
|
|
(cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
|
|
|
|
|
(cal-tex-daily-end, cal-tex-hook)
|
|
|
|
|
(cal-tex-cal-one-month, cal-tex-cal-multi-month)
|
|
|
|
|
(cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
|
|
|
|
|
(cal-tex-cursor-week-iso, cal-tex-week-hours)
|
|
|
|
|
(cal-tex-cursor-week-monday, cal-tex-weekly4-box)
|
|
|
|
|
(cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
|
|
|
|
|
(cal-tex-day-prefix, cal-tex-day-name-format)
|
|
|
|
|
(cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
|
|
|
|
|
(cal-tex-caldate, cal-tex-LaTeX-hourbox)
|
|
|
|
|
(cal-tex-LaTeX-subst-list): Change from variables to constants.
|
|
|
|
|
(cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
|
|
|
|
|
(cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
|
|
|
|
|
etc, rather than \bf.
|
|
|
|
|
(cal-tex-mini-calendar): Fix typos in previous change.
|
|
|
|
|
(cal-tex-latexify-list): Remove inner let binding.
|
|
|
|
|
(cal-tex-end-document, cal-tex-banner): Use multi-line
|
|
|
|
|
cal-tex-comment.
|
|
|
|
|
(cal-tex-comment): Handle embedded newlines.
|
|
|
|
|
(cal-tex-LaTeXify-string): Use substring-no-properties.
|
|
|
|
|
|
2007-07-25 04:32:23 +00:00
|
|
|
|
2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-error-regexp-alist-alist):
|
|
|
|
|
Add support for the Maden build tool.
|
|
|
|
|
|
2007-07-25 00:54:44 +00:00
|
|
|
|
2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
|
|
|
|
|
|
2007-07-25 04:32:23 +00:00
|
|
|
|
* net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
|
2007-07-25 00:54:44 +00:00
|
|
|
|
|
2007-07-26 05:28:10 +00:00
|
|
|
|
2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
2007-07-20 06:54:40 +00:00
|
|
|
|
|
2007-07-26 05:28:10 +00:00
|
|
|
|
* pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
|
2007-07-19 23:51:28 +00:00
|
|
|
|
|
2007-07-24 22:21:46 +00:00
|
|
|
|
2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-07-24 23:05:44 +00:00
|
|
|
|
* dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
|
|
|
|
|
C-x C-q.
|
|
|
|
|
|
2007-07-24 22:21:46 +00:00
|
|
|
|
* vc-git.el (vc-git-print-log): Fix previous change.
|
|
|
|
|
|
2007-07-24 21:03:23 +00:00
|
|
|
|
2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-24 21:45:28 +00:00
|
|
|
|
* window.el (save-selected-window): Minor optimization.
|
|
|
|
|
(bw-adjust-window): If operation failed, try with a smaller delta.
|
|
|
|
|
(window-fixed-size-p): New function.
|
|
|
|
|
(window-area-factor): New var.
|
|
|
|
|
(balance-windows-area): New command.
|
|
|
|
|
|
2007-07-24 21:03:23 +00:00
|
|
|
|
* ps-mule.el (ps-multibyte-buffer): Docstring fixes.
|
|
|
|
|
(ps-mule-encode-ethiopic): Make it clear that it's always defined.
|
|
|
|
|
(ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
|
|
|
|
|
(ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
|
|
|
|
|
(ps-mule-begin-job): Use dolist.
|
|
|
|
|
|
2007-07-24 20:49:18 +00:00
|
|
|
|
2007-07-24 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* subr.el (start-file-process-shell-command)
|
|
|
|
|
(process-file-shell-command): New defuns.
|
|
|
|
|
|
2007-07-24 21:03:23 +00:00
|
|
|
|
* progmodes/compile.el (compilation-start):
|
|
|
|
|
Apply `start-file-process-shell-command'.
|
2007-07-24 20:49:18 +00:00
|
|
|
|
|
2007-07-24 13:15:04 +00:00
|
|
|
|
2007-07-24 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
2007-07-24 21:03:23 +00:00
|
|
|
|
* vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
|
2007-07-24 13:15:04 +00:00
|
|
|
|
|
2007-07-24 08:15:17 +00:00
|
|
|
|
2007-07-24 Alan Mackenzie <acm@muc.de>
|
|
|
|
|
|
2007-07-24 21:03:23 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-from-buffer):
|
|
|
|
|
Initialise byte-compile-unresolved-functions before rather than
|
|
|
|
|
after a compilation.
|
2007-07-24 08:15:17 +00:00
|
|
|
|
(byte-compile-unresolved-functions): Amplify doc string.
|
|
|
|
|
|
2007-07-24 02:37:56 +00:00
|
|
|
|
2007-07-24 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-07-24 04:47:43 +00:00
|
|
|
|
* startup.el (normal-splash-screen): Use `emacs-copyright'.
|
|
|
|
|
|
2007-07-24 02:37:56 +00:00
|
|
|
|
* calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
|
|
|
|
|
(cal-tex-rules, cal-tex-buffer, cal-tex-24)
|
|
|
|
|
(cal-tex-cursor-month-landscape, cal-tex-cursor-month)
|
|
|
|
|
(cal-tex-cursor-week, cal-tex-cursor-week2)
|
|
|
|
|
(cal-tex-cursor-week-iso, cal-tex-week-hours)
|
|
|
|
|
(cal-tex-cursor-week-monday, cal-tex-weekly4-box)
|
|
|
|
|
(cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
|
|
|
|
|
(cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
|
|
|
|
|
|
Remove leading `*' from defcustom docs.
(cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
(cal-tex-day-name-format, cal-tex-cal-one-month)
(cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
(cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
(cal-tex-mini-calendar, cal-tex-em): Doc fix.
(cal-tex-list-holidays, cal-tex-cursor-year)
(cal-tex-cursor-year-landscape, cal-tex-year)
(cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
(cal-tex-cursor-month, cal-tex-insert-days)
(cal-tex-insert-day-names, cal-tex-insert-blank-days)
(cal-tex-first-blank-p, cal-tex-cursor-week)
(cal-tex-cursor-week2, cal-tex-cursor-week-iso)
(cal-tex-week-hours, cal-tex-cursor-week-monday)
(cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
(cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
(cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
(cal-tex-latexify-list, cal-tex-previous-month)
(cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
modernization, mainly using dotimes rather than calendar-for-loop.
(cal-tex-LaTeX-subst-list): Remove `@'.
(cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf): Use
\textit and \textbf rather than \em and \it.
2007-07-24 06:01:40 +00:00
|
|
|
|
* calendar/cal-tex.el: Remove leading `*' from defcustom docs.
|
|
|
|
|
(cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
|
|
|
|
|
(cal-tex-day-name-format, cal-tex-cal-one-month)
|
|
|
|
|
(cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
|
|
|
|
|
(cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
|
|
|
|
|
(cal-tex-mini-calendar, cal-tex-em): Doc fix.
|
|
|
|
|
(cal-tex-list-holidays, cal-tex-cursor-year)
|
|
|
|
|
(cal-tex-cursor-year-landscape, cal-tex-year)
|
|
|
|
|
(cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
|
|
|
|
|
(cal-tex-cursor-month, cal-tex-insert-days)
|
|
|
|
|
(cal-tex-insert-day-names, cal-tex-insert-blank-days)
|
|
|
|
|
(cal-tex-first-blank-p, cal-tex-cursor-week)
|
|
|
|
|
(cal-tex-cursor-week2, cal-tex-cursor-week-iso)
|
|
|
|
|
(cal-tex-week-hours, cal-tex-cursor-week-monday)
|
|
|
|
|
(cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
|
|
|
|
|
(cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
|
|
|
|
|
(cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
|
|
|
|
|
(cal-tex-latexify-list, cal-tex-previous-month)
|
|
|
|
|
(cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
|
|
|
|
|
modernization, including using dotimes rather than
|
|
|
|
|
calendar-for-loop.
|
|
|
|
|
(cal-tex-LaTeX-subst-list): Remove `@'.
|
2007-07-24 08:55:43 +00:00
|
|
|
|
(cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
|
|
|
|
|
Use \textit and \textbf rather than \em and \it.
|
Remove leading `*' from defcustom docs.
(cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
(cal-tex-day-name-format, cal-tex-cal-one-month)
(cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
(cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
(cal-tex-mini-calendar, cal-tex-em): Doc fix.
(cal-tex-list-holidays, cal-tex-cursor-year)
(cal-tex-cursor-year-landscape, cal-tex-year)
(cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
(cal-tex-cursor-month, cal-tex-insert-days)
(cal-tex-insert-day-names, cal-tex-insert-blank-days)
(cal-tex-first-blank-p, cal-tex-cursor-week)
(cal-tex-cursor-week2, cal-tex-cursor-week-iso)
(cal-tex-week-hours, cal-tex-cursor-week-monday)
(cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
(cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
(cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
(cal-tex-latexify-list, cal-tex-previous-month)
(cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
modernization, mainly using dotimes rather than calendar-for-loop.
(cal-tex-LaTeX-subst-list): Remove `@'.
(cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf): Use
\textit and \textbf rather than \em and \it.
2007-07-24 06:01:40 +00:00
|
|
|
|
|
2007-07-24 06:12:32 +00:00
|
|
|
|
* calendar/cal-bahai.el (list-bahai-diary-entries)
|
|
|
|
|
* calendar/cal-hebrew.el (list-hebrew-diary-entries)
|
|
|
|
|
* calendar/cal-islam.el (list-islamic-diary-entries)
|
2007-07-24 21:03:23 +00:00
|
|
|
|
* calendar/calendar.el (generate-calendar, generate-calendar-month)
|
2007-07-24 06:12:32 +00:00
|
|
|
|
* calendar/diary-lib.el (diary-list-entries)
|
|
|
|
|
(mark-calendar-date-pattern): Use `dotimes' rather than
|
|
|
|
|
`calendar-for-loop'.
|
|
|
|
|
|
|
|
|
|
* calendar/calendar.el (calendar-for-loop): Doc fix.
|
|
|
|
|
|
2007-07-23 21:49:42 +00:00
|
|
|
|
2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
|
|
|
|
|
underlying file is uptodate.
|
|
|
|
|
|
2007-08-23 14:45:45 +00:00
|
|
|
|
2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
|
2007-07-23 21:32:32 +00:00
|
|
|
|
|
|
|
|
|
* replace.el (perform-replace): Use isearch-no-upper-case-p.
|
|
|
|
|
|
2007-07-23 21:07:03 +00:00
|
|
|
|
2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-mode-line-map): New const.
|
|
|
|
|
(vc-mode-line): Use it.
|
|
|
|
|
|
2007-07-24 08:55:43 +00:00
|
|
|
|
2007-07-23 Alexandre Julliard <julliard@winehq.org>
|
2007-07-23 20:51:02 +00:00
|
|
|
|
|
2007-07-23 20:56:13 +00:00
|
|
|
|
* vc-git.el (vc-git-delete-file, vc-git-rename-file)
|
|
|
|
|
(vc-git-unregister): New functions.
|
2007-07-23 20:51:02 +00:00
|
|
|
|
(vc-git-find-version): Use the result of ls-files as a parameter
|
2007-07-24 08:55:43 +00:00
|
|
|
|
for cat-file.
|
2007-07-23 20:51:02 +00:00
|
|
|
|
|
2007-07-23 20:37:33 +00:00
|
|
|
|
2007-07-23 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (tramp-perl-file-attributes)
|
|
|
|
|
(tramp-perl-directory-files-and-attributes)
|
|
|
|
|
(tramp-handle-file-attributes-with-stat)
|
|
|
|
|
(tramp-handle-directory-files-and-attributes-with-stat)
|
|
|
|
|
(tramp-convert-file-attributes): Handle huge file sizes.
|
|
|
|
|
|
2007-07-23 20:29:55 +00:00
|
|
|
|
2007-07-23 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* isearch.el (isearch-message-function): New variable.
|
|
|
|
|
(isearch-update, isearch-search): Use it.
|
|
|
|
|
|
|
|
|
|
* simple.el (goto-history-element): New function created from
|
|
|
|
|
next-history-element.
|
|
|
|
|
(next-history-element): Most code moved to goto-history-element.
|
|
|
|
|
Call goto-history-element with (- minibuffer-history-position n).
|
|
|
|
|
(previous-history-element): Call goto-history-element with (+
|
|
|
|
|
minibuffer-history-position n).
|
|
|
|
|
(minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
|
|
|
|
|
(minibuffer-history-isearch-message-overlay): New buffer-local variable.
|
|
|
|
|
(minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
|
|
|
|
|
(minibuffer-history-isearch-search, minibuffer-history-isearch-message)
|
|
|
|
|
(minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
|
|
|
|
|
(minibuffer-history-isearch-pop-state): New functions.
|
|
|
|
|
|
2007-07-23 19:46:00 +00:00
|
|
|
|
2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
|
|
|
|
|
Also, if FILE is a list, return non-nil if any of its elements
|
|
|
|
|
should stay local. Update docstring.
|
|
|
|
|
|
2007-07-23 19:44:33 +00:00
|
|
|
|
2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-23 21:07:03 +00:00
|
|
|
|
* emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
|
|
|
|
|
change by reverting a small part.
|
2007-07-23 19:44:33 +00:00
|
|
|
|
|
2007-07-23 17:56:39 +00:00
|
|
|
|
2007-07-23 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
|
|
|
|
|
|
2007-07-23 16:01:25 +00:00
|
|
|
|
2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-git.el (vc-git-checkin): Delete unused parameter and the code
|
2007-07-24 08:55:43 +00:00
|
|
|
|
handling it. Use vc-git-command.
|
2007-07-23 16:01:25 +00:00
|
|
|
|
(vc-git-find-version, vc-git-diff-tree): New functions.
|
|
|
|
|
(vc-git-revert): Use vc-git-command.
|
|
|
|
|
(vc-git--run-command): Delete.
|
|
|
|
|
|
2007-07-24 08:55:43 +00:00
|
|
|
|
2007-07-23 Alexandre Julliard <julliard@winehq.org>
|
2007-07-23 15:02:16 +00:00
|
|
|
|
|
|
|
|
|
* vc-git.el (vc-git-workfile-unchanged-p): Update comment.
|
|
|
|
|
|
2007-07-23 02:01:13 +00:00
|
|
|
|
2007-07-20 Kenichi Handa <handa@m17n.org>
|
|
|
|
|
|
2007-07-23 21:07:03 +00:00
|
|
|
|
* international/utf-8.el (utf-8-post-read-conversion):
|
|
|
|
|
Temporarily bind utf-8-compose-scripts to nil while running
|
|
|
|
|
*-compose-region functions.
|
2007-07-23 02:01:13 +00:00
|
|
|
|
|
2007-07-23 00:41:51 +00:00
|
|
|
|
2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-git.el: Update status.
|
2007-07-23 02:06:18 +00:00
|
|
|
|
(vc-directory-exclusion-list): Use eval-after-load.
|
2007-07-23 00:41:51 +00:00
|
|
|
|
|
2007-07-22 23:09:08 +00:00
|
|
|
|
2007-07-22 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* bindings.el (mode-line-remote): New variable.
|
|
|
|
|
(help-echo): Add to default values of mode-line-format.
|
|
|
|
|
|
|
|
|
|
* files.el: Mark mode-line-remote as risky.
|
|
|
|
|
|
2007-07-22 22:33:48 +00:00
|
|
|
|
2007-07-22 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* isearch.el (isearch-edit-string): Save old point and
|
|
|
|
|
isearch-other-end to old-point and old-other-end before reading
|
|
|
|
|
the search string from minibuffer. After exiting minibuffer set
|
|
|
|
|
point to old-other-end if point and the search direction is the
|
|
|
|
|
same as before reading the search string.
|
|
|
|
|
(isearch-del-char): Don't set isearch-yank-flag to t. Put point
|
|
|
|
|
to isearch-other-end. Instead of isearch-search-and-update call
|
|
|
|
|
three functions isearch-search, isearch-push-state and isearch-update.
|
|
|
|
|
|
2007-07-22 22:03:27 +00:00
|
|
|
|
2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
|
|
|
|
|
deal with multiple file arguments.
|
|
|
|
|
(vc-git-print-log): Deal with multiple file arguments.
|
|
|
|
|
|
2007-07-22 22:02:49 +00:00
|
|
|
|
2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
|
|
|
|
|
diff-refine-hunk. Adjust users.
|
|
|
|
|
(diff-unified-hunk-p, diff-splittable-p): New functions.
|
|
|
|
|
(diff-mode-menu): Use it to disable Split when it doesn't work.
|
|
|
|
|
|
2007-07-22 21:59:55 +00:00
|
|
|
|
2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* diff-mode.el (diff-mode-menu): New entries.
|
|
|
|
|
|
2007-07-22 21:26:34 +00:00
|
|
|
|
2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-22 21:38:28 +00:00
|
|
|
|
* diff-mode.el (diff-unified->context): Use the new `apply' undo entry
|
|
|
|
|
if applicable, so as to save undo-log space.
|
|
|
|
|
|
2007-07-22 21:28:14 +00:00
|
|
|
|
* diff-mode.el (diff-find-file-name): Add arg `batch'.
|
|
|
|
|
|
2007-07-22 21:26:34 +00:00
|
|
|
|
* diff-mode.el (diff-beginning-of-file-and-junk): New function.
|
|
|
|
|
(diff-file-kill): Use it.
|
|
|
|
|
(diff-beginning-of-hunk): Add arg `try-harder' using it.
|
|
|
|
|
(diff-restrict-view, diff-find-source-location, diff-refine-hunk):
|
|
|
|
|
Use it so they find the hunk even when we're in the file header.
|
|
|
|
|
|
2007-07-22 21:16:34 +00:00
|
|
|
|
2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-07-23 08:26:29 +00:00
|
|
|
|
* vc-git.el (vc-git-revision-granularity, vc-git-root)
|
|
|
|
|
(vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
|
2007-07-22 21:16:34 +00:00
|
|
|
|
(vc-git-create-repo): New functions.
|
|
|
|
|
(vc-git-registered): New autoloaded function definition.
|
|
|
|
|
(vc-git-registered): Use vc-git-root.
|
|
|
|
|
(vc-git-responsible-p): New defalias.
|
|
|
|
|
(vc-git-annotate-extract-revision-at-line): Uncomment.
|
|
|
|
|
(vc-git-print-log): Add the file name to the log.
|
|
|
|
|
(vc-git-log-view-mode): New derived mode.
|
2007-07-23 08:26:29 +00:00
|
|
|
|
(vc-git-diff, vc-git-annotate-command): Use vc-git-command.
|
2007-07-22 21:16:34 +00:00
|
|
|
|
|
2007-07-22 19:59:30 +00:00
|
|
|
|
2007-07-22 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* progmodes/grep.el (grep-compute-defaults): Keep default values.
|
|
|
|
|
|
2007-07-22 19:54:08 +00:00
|
|
|
|
2007-07-22 Ralf Angeli <angeli@caeruleus.net>
|
|
|
|
|
|
|
|
|
|
* textmodes/reftex.el (reftex-access-parse-file): Create parse
|
|
|
|
|
file in a way that does not interfere with recentf mode.
|
|
|
|
|
(reftex-access-parse-file): Do not risk destroying an existing
|
|
|
|
|
buffer.
|
|
|
|
|
|
2007-07-24 08:55:43 +00:00
|
|
|
|
2007-07-22 Alexandre Julliard <julliard@winehq.org>
|
2007-07-22 19:46:04 +00:00
|
|
|
|
|
|
|
|
|
* vc-git.el: New file.
|
|
|
|
|
|
2007-07-22 19:20:33 +00:00
|
|
|
|
2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-22 21:26:34 +00:00
|
|
|
|
* textmodes/tex-mode.el (tex-font-script-display): Change default.
|
2007-07-22 19:20:33 +00:00
|
|
|
|
|
2007-07-22 19:04:11 +00:00
|
|
|
|
2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
|
|
|
|
|
for branches and new files.
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
|
|
|
|
|
local-map handling ...
|
2007-07-24 08:55:43 +00:00
|
|
|
|
(vc-mode-line): ... here. Improve handling of help-echo.
|
2007-07-22 19:04:11 +00:00
|
|
|
|
|
|
|
|
|
* vc.el (mode-line-string): Document help-echo usage.
|
|
|
|
|
|
2007-07-22 16:50:21 +00:00
|
|
|
|
2007-07-22 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
Sync with Tramp 2.1.10.
|
|
|
|
|
|
2007-08-24 05:27:22 +00:00
|
|
|
|
* net/tramp.el (tramp-get-ls-command): Fix typo.
|
2007-07-22 16:50:21 +00:00
|
|
|
|
|
2007-08-07 20:30:20 +00:00
|
|
|
|
* net/trampver.el: Update release number.
|
2007-07-22 16:50:21 +00:00
|
|
|
|
|
2007-07-22 12:13:34 +00:00
|
|
|
|
2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
2007-07-23 08:26:29 +00:00
|
|
|
|
* startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
|
2007-07-22 12:13:34 +00:00
|
|
|
|
|
|
|
|
|
* term/x-win.el (x-handle-no-bitmap-icon): New function.
|
|
|
|
|
|
2007-07-22 08:32:16 +00:00
|
|
|
|
2007-07-22 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* add-log.el (change-log-fill-parenthesized-list): New function.
|
|
|
|
|
(change-log-indent): Call change-log-fill-parenthesized-list.
|
2007-07-24 08:55:43 +00:00
|
|
|
|
(change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
|
|
|
|
|
Have lines with leading asterisk start a paragraph.
|
2007-07-22 08:32:16 +00:00
|
|
|
|
|
2007-07-22 03:34:39 +00:00
|
|
|
|
2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-math.el (math-emacs-precision)
|
|
|
|
|
(math-largest-emacs-expt, math-smallest-emacs-expt):
|
|
|
|
|
New variables.
|
|
|
|
|
(math-use-emacs-fn): New function.
|
|
|
|
|
(math-exp-raw): Evaluate with `math-use-emacs-fn', when
|
|
|
|
|
appropriate.
|
|
|
|
|
|
2007-07-21 23:43:59 +00:00
|
|
|
|
2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* image-dired.el (image-dired-sane-db-file): New func.
|
|
|
|
|
(image-dired-write-tags, image-dired-remove-tag)
|
|
|
|
|
(image-dired-list-tags, image-dired-write-comments)
|
|
|
|
|
(image-dired-get-comment, image-dired-mark-tagged-files)
|
|
|
|
|
(image-dired-create-gallery-lists): Call new func.
|
|
|
|
|
Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
|
|
|
|
|
|
2007-07-21 16:44:56 +00:00
|
|
|
|
2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-dir-state): Fix loop.
|
|
|
|
|
(vc-hg-print-log): Fix expected return value for vc-hg-command.
|
|
|
|
|
(vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
|
|
|
|
|
(vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
|
|
|
|
|
(vc-hg-revert): Likewise.
|
|
|
|
|
(vc-hg-revision-table, vc-hg-revision-completion-table): New
|
|
|
|
|
functions.
|
|
|
|
|
|
2007-07-20 20:41:58 +00:00
|
|
|
|
2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* add-log.el (change-log-resolve-conflict): Don't lose data if the
|
|
|
|
|
merge fails.
|
|
|
|
|
|
2007-07-20 20:25:32 +00:00
|
|
|
|
2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-07-20 20:31:29 +00:00
|
|
|
|
* progmodes/compile.el (compilation-auto-jump-to-first-error):
|
|
|
|
|
Add group and version.
|
2007-07-20 20:25:32 +00:00
|
|
|
|
|
2007-07-20 18:54:57 +00:00
|
|
|
|
2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-20 20:09:44 +00:00
|
|
|
|
* add-log.el (add-log-file-name): Use file-relative-name.
|
2007-07-23 08:26:29 +00:00
|
|
|
|
(add-change-log-entry): Delay reading
|
|
|
|
|
add-log-(full-name|mailing-address) to after we've switched to the
|
|
|
|
|
ChangeLog buffer so we get the right value.
|
2007-07-20 20:31:29 +00:00
|
|
|
|
(add-change-log-entry, add-log-current-defun, change-log-merge):
|
|
|
|
|
Use derived-mode-p rather than checking major-mode directly.
|
2007-07-20 20:09:44 +00:00
|
|
|
|
|
2007-07-20 20:08:21 +00:00
|
|
|
|
* pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
|
|
|
|
|
name for buffer-file-name if it refers to a directory.
|
|
|
|
|
|
2007-07-20 20:02:32 +00:00
|
|
|
|
* vc-arch.el (vc-arch-diff): Fix last change.
|
|
|
|
|
|
2007-07-20 18:54:57 +00:00
|
|
|
|
* progmodes/compile.el (compilation-start): Remember the original
|
|
|
|
|
directory in a buffer-local compilation-directory.
|
|
|
|
|
(compile): Set the global value of compilation-directory.
|
|
|
|
|
(recompile): Use compilation-directory even in the compilation buffer.
|
|
|
|
|
|
2007-07-20 17:32:04 +00:00
|
|
|
|
2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-diff): Use vc-hg-command.
|
|
|
|
|
|
2007-07-20 17:24:39 +00:00
|
|
|
|
2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* ps-print.el: Problem with foreground and background color when
|
|
|
|
|
printing a buffer with and without faces. Reported by Christian
|
|
|
|
|
Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
|
|
|
|
|
(ps-print-version): New version 6.7.5.
|
|
|
|
|
(ps-default-fg): Change default value to nil, so black color is used
|
|
|
|
|
when a face does not specify a foreground color.
|
|
|
|
|
(ps-default-bg): Change default value to nil, so white color is used
|
|
|
|
|
for background color.
|
|
|
|
|
(ps-begin-job): Fix code.
|
|
|
|
|
|
2007-07-20 11:15:09 +00:00
|
|
|
|
2007-07-20 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* makefile.w32-in (install-lisp-SH): Don't create subdirectories
|
|
|
|
|
in $(INSTALL_DIR)/lisp/ if they already exist.
|
|
|
|
|
|
|
|
|
|
2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
|
|
|
|
|
|
|
|
|
|
* makefile.w32-in (install-lisp-CMD): Don't create subdirectories
|
|
|
|
|
in $(INSTALL_DIR)/lisp/ if they already exist.
|
|
|
|
|
|
2007-07-20 03:48:27 +00:00
|
|
|
|
2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-20 04:11:14 +00:00
|
|
|
|
* progmodes/vera-mode.el (vera-re-search-forward)
|
|
|
|
|
(vera-re-search-backward): Remove use of store-match-data.
|
2007-07-20 04:48:30 +00:00
|
|
|
|
(vera-mode-map): Move initialization into declaration.
|
2007-07-20 04:11:14 +00:00
|
|
|
|
|
2007-07-20 04:09:08 +00:00
|
|
|
|
* progmodes/flymake.el (flymake-buildfile-dirs): Remove.
|
|
|
|
|
(flymake-find-buildfile): Use locate-dominating-file.
|
|
|
|
|
|
2007-07-20 03:59:03 +00:00
|
|
|
|
* vc.el (vc-delistify): Use mapconcat.
|
|
|
|
|
(vc-do-command): Minor simplification.
|
|
|
|
|
(vc-expand-dirs): Use push.
|
|
|
|
|
|
2007-07-20 03:56:53 +00:00
|
|
|
|
* vc-mcvs.el (vc-mcvs-create-repo):
|
|
|
|
|
* vc-cvs.el (vc-cvs-create-repo): Remove.
|
|
|
|
|
|
2007-07-20 03:48:27 +00:00
|
|
|
|
* vc-hooks.el (vc-find-root): Fix case where `file' is the current
|
|
|
|
|
directory and the root as well.
|
|
|
|
|
|
2007-07-20 00:09:17 +00:00
|
|
|
|
2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-07-20 01:22:18 +00:00
|
|
|
|
* vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
|
|
|
|
|
instead of a file.
|
|
|
|
|
|
2007-07-20 00:09:17 +00:00
|
|
|
|
* vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
|
|
|
|
|
(vc-hg-registered): Replace if with when.
|
2007-07-20 03:48:27 +00:00
|
|
|
|
(vc-hg-state): Deal with nonexistent files and handle removed files.
|
2007-07-20 00:09:17 +00:00
|
|
|
|
(vc-hg-dir-state, vc-hg-dired-state-info): New functions.
|
|
|
|
|
(vc-hg-checkout): Re-enable.
|
|
|
|
|
(vc-hg-create-repo): Fix typos.
|
2007-07-20 01:22:18 +00:00
|
|
|
|
(vc-hg-print-log): Fix for multiple files.
|
2007-07-20 03:15:19 +00:00
|
|
|
|
(vc-hg-workfile-unchanged-p): New function.
|
2007-07-20 00:09:17 +00:00
|
|
|
|
|
|
|
|
|
* vc.el: Fix typo.
|
2007-07-20 00:19:49 +00:00
|
|
|
|
(vc-print-log): Fix call to print-log.
|
|
|
|
|
(vc-default-comment-history): Likewise.
|
2007-07-20 01:22:18 +00:00
|
|
|
|
(vc-directory-exclusion-list): Add .hg and .bzr.
|
|
|
|
|
(vc-diff-internal): Pass a list instead of a file.
|
2007-07-20 00:09:17 +00:00
|
|
|
|
|
|
|
|
|
* vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-create-repo): New function.
|
|
|
|
|
|
2007-07-19 18:49:59 +00:00
|
|
|
|
2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-find-root): Walk up the tree to find an existing
|
|
|
|
|
`file' from which to start the search.
|
|
|
|
|
|
2007-07-19 14:27:06 +00:00
|
|
|
|
2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
|
|
|
|
|
|
2007-09-04 06:47:41 +00:00
|
|
|
|
* vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
|
|
|
|
|
having a single file argument to having a list of files as the
|
|
|
|
|
first argument.
|
2007-07-19 03:29:47 +00:00
|
|
|
|
|
2007-07-19 14:27:06 +00:00
|
|
|
|
2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
2007-07-19 18:49:59 +00:00
|
|
|
|
|
2007-07-19 03:29:47 +00:00
|
|
|
|
* files.el (locate-dominating-file): New function.
|
|
|
|
|
|
2007-07-18 21:02:29 +00:00
|
|
|
|
2007-07-18 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* progmodes/grep.el (grep-host-defaults-alist): New defvar.
|
|
|
|
|
(grep-compute-defaults): Use it.
|
|
|
|
|
|
2007-07-18 19:16:41 +00:00
|
|
|
|
2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* uniquify.el: Docstring fixes.
|
|
|
|
|
|
2007-07-18 16:12:16 +00:00
|
|
|
|
2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
|
|
|
|
|
|
2007-09-02 17:44:42 +00:00
|
|
|
|
* vc.el (revision-granularity, create-repo): Document new vc
|
|
|
|
|
backend properties.
|
|
|
|
|
(vc-rollback): Renamed from vc-cancel-version. Update
|
|
|
|
|
references. Pass a list instead of a file.
|
|
|
|
|
(vc-revert): Renamed from vc-revert-buffer. Update references.
|
|
|
|
|
(vc-delistify, vc-expand-dirs): New functions.
|
|
|
|
|
(vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
|
|
|
|
|
of files instead of a single file.
|
|
|
|
|
(vc-position-context, vc-resync-window, vc-diff-internal)
|
|
|
|
|
(vc-print-log): Pass a list instead of a file.
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-stay-local-p, vc-backend)
|
|
|
|
|
(vc-backend-subdirectory-name): Work on a file list, not a single
|
|
|
|
|
file.
|
|
|
|
|
(vc-workfile-version): Update docstring.
|
|
|
|
|
(vc-menu-map): Use vc-rollback instead of vc-cancel-version and
|
|
|
|
|
vc-revert instead of vc-revert-buffer.
|
|
|
|
|
(vc-prefix-map): Likewise. Bind vc-update.
|
|
|
|
|
|
|
|
|
|
* vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
|
|
|
|
|
(vc-svn-wash-log): New functions.
|
|
|
|
|
(vc-svn-register, vc-svn-checkin, vc-svn-print-log)
|
|
|
|
|
(vc-svn-command): Deal with a list of files, not a single file.
|
|
|
|
|
|
|
|
|
|
* vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
|
|
|
|
|
(vc-rcs-wash-log): New functions.
|
|
|
|
|
(vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
|
|
|
|
|
Deal with a list of files, not a single file.
|
|
|
|
|
(vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
|
|
|
|
|
|
|
|
|
|
* vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
|
|
|
|
|
functions.
|
|
|
|
|
(vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
|
|
|
|
|
list of files, not a single file.
|
|
|
|
|
|
|
|
|
|
* vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
|
|
|
|
|
New functions.
|
|
|
|
|
(vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
|
|
|
|
|
(vc-mcvs-diff): Deal with a list of files, not a single file.
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
|
|
|
|
|
functions.
|
|
|
|
|
(vc-hg-print-log): Deal with a list of files, not a single file.
|
|
|
|
|
(vc-hg-diff-tree): New function, replace defalias with the same
|
|
|
|
|
name.
|
|
|
|
|
(vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
|
|
|
|
|
FILES to denote that it is a file list, not a single file.
|
|
|
|
|
|
|
|
|
|
* vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
|
|
|
|
|
(vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
|
|
|
|
|
a single file.
|
|
|
|
|
(vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
|
|
|
|
|
that it is a file list, not a single file.
|
|
|
|
|
(vc-cvs-diff): Likewise. Simplify.
|
|
|
|
|
|
|
|
|
|
* vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
|
|
|
|
|
Deal with a list of files, not a single file.
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
|
|
|
|
|
(vc-bzr-print-log): Update FILE parameter name to denote that it
|
|
|
|
|
is a file list, not a single file.
|
|
|
|
|
(vc-bzr-diff): Likewise. Use the car of files.
|
2007-07-18 09:18:58 +00:00
|
|
|
|
|
2007-07-18 16:12:16 +00:00
|
|
|
|
2007-07-18 Juanma Barranquero <lekktu@gmail.com>
|
2007-07-19 03:29:47 +00:00
|
|
|
|
|
2007-07-18 09:18:58 +00:00
|
|
|
|
* follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
|
|
|
|
|
(follow-delete-other-windows-and-split, follow-recenter)
|
|
|
|
|
(follow-windows-aligned-p, follow-point-visible-all-windows-p)
|
|
|
|
|
(follow-redisplay, follow-estimate-first-window-start)
|
|
|
|
|
(follow-xemacs-scrollbar-support, follow-intercept-process-output):
|
|
|
|
|
Fix typos in docstrings.
|
|
|
|
|
|
2007-07-18 08:55:20 +00:00
|
|
|
|
2007-07-18 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* add-log.el (change-log-mode): Use fill-nobreak-predicate to
|
|
|
|
|
avoid that filling introduces lines with a single asterisk.
|
|
|
|
|
|
|
|
|
|
* kmacro.el (kmacro-end-macro): When ignoring empty macro
|
|
|
|
|
avoid incorrect kmacro-ring-empty-p messages.
|
2007-07-18 09:18:58 +00:00
|
|
|
|
Reported by Michael Schierl <schierlm@gmx.de>.
|
2007-07-18 08:55:20 +00:00
|
|
|
|
|
2007-07-24 01:21:32 +00:00
|
|
|
|
2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-24 01:21:32 +00:00
|
|
|
|
* vc.el: Add more info about the vc-registered function.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-17 21:10:07 +00:00
|
|
|
|
2007-07-17 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* files.el (file-remote-p): Introduce optional parameter
|
|
|
|
|
IDENTIFICATION.
|
|
|
|
|
|
|
|
|
|
* recentf.el (recentf-keep-default-predicate): Adapt call of
|
|
|
|
|
`file-remote-p'.
|
|
|
|
|
|
|
|
|
|
* progmodes/grep.el (grep-probe): Use `process-file'.
|
|
|
|
|
(grep-compute-defaults): Handle variables host specific.
|
|
|
|
|
|
2007-07-18 09:18:58 +00:00
|
|
|
|
* net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
|
2007-07-17 21:10:07 +00:00
|
|
|
|
parameter IDENTIFICATION.
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (tramp-handle-file-remote-p): Handle optional
|
|
|
|
|
parameter IDENTIFICATION.
|
|
|
|
|
(tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
|
|
|
|
|
(tramp-file-name-handler-alist, tramp-file-name-for-operation):
|
|
|
|
|
Add entry for `set-file-times'.
|
|
|
|
|
(tramp-do-copy-or-rename-file-via-buffer)
|
|
|
|
|
(tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
|
|
|
|
|
(tramp-handle-unhandled-file-name-directory): Rewrite.
|
|
|
|
|
(tramp-convert-file-attributes): Add error handling when inode is
|
|
|
|
|
extraordinary big.
|
|
|
|
|
(tramp-get-inode): Change parameter from FILE to VEC.
|
2007-07-18 09:18:58 +00:00
|
|
|
|
(tramp-handle-start-file-process): Use (current-buffer) if BUFFER
|
|
|
|
|
is nil. This is according to the specification. Goto (point-max)
|
2007-07-17 21:10:07 +00:00
|
|
|
|
when ready.
|
|
|
|
|
(tramp-handle-shell-command): Rewrite completely, using
|
|
|
|
|
`process-file' and `start-file-process'.
|
|
|
|
|
(tramp-methods, tramp-find-shell)
|
|
|
|
|
(tramp-open-connection-setup-interactive-shell)
|
|
|
|
|
(tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
|
|
|
|
|
var. Reported by Steve Youngs <steve@sxemacs.org>.
|
|
|
|
|
|
|
|
|
|
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
|
|
|
|
|
entry for `set-file-times'. Rename `start-process' into
|
|
|
|
|
`start-file-process'. Remove `call-process' entry.
|
|
|
|
|
(tramp-fish-handle-set-file-times): New defun.
|
|
|
|
|
(tramp-fish-handle-executable-find): Use `process-file'.
|
|
|
|
|
(tramp-fish-handle-process-file): New defun. Replaces
|
|
|
|
|
`tramp-fish-handle-call-process'.
|
|
|
|
|
(tramp-fish-do-copy-or-rename-file-directly): Use
|
|
|
|
|
`set-file-times'.
|
|
|
|
|
(tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
|
|
|
|
|
|
|
|
|
|
* net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
|
|
|
|
|
`tramp-get-inode' parameter.
|
|
|
|
|
|
2007-07-17 05:33:17 +00:00
|
|
|
|
2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
|
|
|
|
|
(vc-bzr-post-command-function): Remove. Version 0.8 is already old
|
|
|
|
|
nowadays, and by the time Emacs-23 comes out, nobody will even remember
|
|
|
|
|
it has ever existed.
|
|
|
|
|
|
2007-07-17 04:47:57 +00:00
|
|
|
|
2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc.el: Undo previous change.
|
|
|
|
|
|
2007-07-16 22:37:26 +00:00
|
|
|
|
2007-07-16 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* makefile.w32-in (clean): Don't delete *~.
|
|
|
|
|
|
2007-07-16 16:01:04 +00:00
|
|
|
|
2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-16 18:38:05 +00:00
|
|
|
|
* textmodes/tex-mode.el (tex-verbatim-environments):
|
|
|
|
|
Add safe-local-variable property.
|
|
|
|
|
(tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
|
|
|
|
|
when starting font-lock rather than when loading tex-mode.el.
|
|
|
|
|
|
2007-07-16 16:01:04 +00:00
|
|
|
|
* progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
|
|
|
|
|
whole $( rather than just the $. Rename from sh-quoted-subshell.
|
|
|
|
|
(sh-font-lock-syntactic-keywords): Adjust call accordingly.
|
|
|
|
|
|
2007-07-16 14:59:10 +00:00
|
|
|
|
2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
2007-07-16 16:59:58 +00:00
|
|
|
|
* bookmark.el (bookmark-maybe-sort-alist): Don't modify
|
|
|
|
|
bookmark-alist. Instead, if not sorting, simply return it.
|
|
|
|
|
(bookmark-bmenu-list): Call bookmark-maybe-sort-alist
|
|
|
|
|
for its return value, not for its side effect.
|
|
|
|
|
|
2007-07-16 14:59:10 +00:00
|
|
|
|
* emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
|
|
|
|
|
case of alignment under a constant symbol, find and consider
|
|
|
|
|
the sexp actually at indentation to be the "last sexp".
|
|
|
|
|
|
2007-07-16 16:59:58 +00:00
|
|
|
|
2007-07-16 Drew Adams <drew.adams@oracle.com>
|
2007-07-16 04:42:24 +00:00
|
|
|
|
|
|
|
|
|
* mouse.el (mouse-yank-secondary): Better error message if no
|
|
|
|
|
secondary selection.
|
|
|
|
|
|
2007-07-16 04:05:08 +00:00
|
|
|
|
2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-07-16 04:25:51 +00:00
|
|
|
|
* vc-hooks.el (vc-handled-backends): Move BZR later in the list.
|
|
|
|
|
|
2007-07-16 04:05:08 +00:00
|
|
|
|
* term/xterm.el (xterm-turn-on-modify-other-keys)
|
|
|
|
|
(xterm-turn-off-modify-other-keys): New functions.
|
|
|
|
|
(terminal-init-xterm): Enable the modifyOtherKeys feature if the
|
|
|
|
|
terminal supports it.
|
|
|
|
|
|
2007-07-16 02:17:28 +00:00
|
|
|
|
2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* bookmark.el (bookmark-show-all-annotations):
|
|
|
|
|
Make sure each inserted annotation ends with newline.
|
|
|
|
|
|
2007-07-24 01:21:32 +00:00
|
|
|
|
2007-07-15 Richard Stallman <rms@gnu.org>
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-24 01:21:32 +00:00
|
|
|
|
* kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-24 01:21:32 +00:00
|
|
|
|
* tutorial.el (tutorial--find-changed-keys):
|
|
|
|
|
Handle C-x specially like ESC.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-24 01:21:32 +00:00
|
|
|
|
2007-07-15 Aaron Hawley <aaronh@garden.org>
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-24 01:21:32 +00:00
|
|
|
|
* tar-mode.el (tar-get-descriptor): No error for zero-length file.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-15 19:58:18 +00:00
|
|
|
|
2007-07-15 Juri Linkov <juri@jurta.org>
|
|
|
|
|
|
|
|
|
|
* delsel.el (delete-selection-pre-hook):
|
|
|
|
|
* emulation/cua-base.el (cua-paste): Before a yank command,
|
|
|
|
|
check also whether last-command is one of mouse-save-then-kill,
|
|
|
|
|
mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
|
|
|
|
|
|
2007-07-15 20:05:28 +00:00
|
|
|
|
2007-07-15 Michael Albinus <michael.albinus@gmx.de>
|
2007-07-15 19:55:14 +00:00
|
|
|
|
|
|
|
|
|
* recentf.el (recentf-keep-default-predicate): New defun.
|
|
|
|
|
(recentf-keep): Use it as initial value.
|
|
|
|
|
|
2007-07-15 01:34:15 +00:00
|
|
|
|
2007-07-15 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
|
|
|
|
|
|
* bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
|
|
|
|
|
thus restoring bookmark bindings to three slots under C-x r. See
|
|
|
|
|
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
|
|
|
|
|
|
2007-07-15 01:14:34 +00:00
|
|
|
|
2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
|
|
|
|
|
|
2007-07-15 19:15:13 +00:00
|
|
|
|
* calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
|
2007-07-15 01:14:34 +00:00
|
|
|
|
|
2007-07-15 01:00:55 +00:00
|
|
|
|
2007-07-15 Jason Rumney <jasonr@gnu.org>
|
|
|
|
|
|
|
|
|
|
* w32-fns.el (set-default-process-coding-system): Use dos line ends
|
|
|
|
|
for input to cmdproxy on all versions of Windows.
|
|
|
|
|
Use dos line ends for input to plink.
|
|
|
|
|
|
|
|
|
|
* comint.el (comint-simple-send): Concat newline before sending.
|
|
|
|
|
(comint-password-prompt-regexp): Recognize plink's passphrase prompt.
|
|
|
|
|
|
2007-07-14 19:03:22 +00:00
|
|
|
|
2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/autoload.el (generated-autoload-file): Autoload the
|
|
|
|
|
safe-local-variable setting.
|
|
|
|
|
|
2007-07-14 16:14:58 +00:00
|
|
|
|
2007-07-14 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/advice.el (defadvice): Doc fix.
|
|
|
|
|
|
2007-07-14 11:11:43 +00:00
|
|
|
|
2007-07-14 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* subr.el (when, unless): Doc fix.
|
|
|
|
|
|
2007-07-15 01:50:59 +00:00
|
|
|
|
2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-15 01:50:59 +00:00
|
|
|
|
* replace.el (match): Use yellow1 instead of yellow.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-24 08:55:43 +00:00
|
|
|
|
* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-15 01:50:59 +00:00
|
|
|
|
* pcvs-info.el (cvs-unknown): Likewise.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-13 20:23:12 +00:00
|
|
|
|
2007-07-13 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
|
|
|
|
|
(install): Use them to copy all *.el files before *.elc.
|
|
|
|
|
|
2007-07-24 08:55:43 +00:00
|
|
|
|
2007-07-13 Drew Adams <drew.adams@oracle.com>
|
2007-07-13 18:20:55 +00:00
|
|
|
|
|
|
|
|
|
* bookmark.el (bookmark-jump-other-window): New function.
|
|
|
|
|
(bookmark-map): Bind it to "o".
|
|
|
|
|
|
2007-07-14 18:10:17 +00:00
|
|
|
|
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
|
2007-07-14 19:03:22 +00:00
|
|
|
|
and its thread contains discussion about this change.
|
|
|
|
|
The original patch was slightly tweaked by Karl Fogel
|
2007-07-14 18:10:17 +00:00
|
|
|
|
<kfogel@red-bean.com> before committing.
|
2007-07-13 18:20:55 +00:00
|
|
|
|
|
2007-07-13 18:18:04 +00:00
|
|
|
|
2007-07-13 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
|
|
|
|
|
|
* bookmark.el: Shorten some comments to fit within 80 lines.
|
|
|
|
|
|
2007-07-13 18:16:17 +00:00
|
|
|
|
2007-07-13 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
|
|
|
|
|
|
* bookmark.el: Don't define bookmark keys under the "C-xr" map;
|
|
|
|
|
instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
|
2007-07-14 19:03:22 +00:00
|
|
|
|
Adams <drew.adams@oracle.com>, mildly tweaked by me. See
|
2007-07-13 18:16:17 +00:00
|
|
|
|
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
|
|
|
|
|
|
2007-07-13 13:13:55 +00:00
|
|
|
|
2007-07-13 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org.el: Bug fixes.
|
2007-07-14 11:11:43 +00:00
|
|
|
|
(org-end-of-line): Move to end of line if in headline without tags.
|
2007-07-13 13:13:55 +00:00
|
|
|
|
|
2007-07-13 04:46:37 +00:00
|
|
|
|
2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-13 04:49:30 +00:00
|
|
|
|
* vc-hooks.el: Remove spurious * in docstrings.
|
|
|
|
|
(vc-handled-backends): Add BZR.
|
|
|
|
|
|
2007-07-13 04:46:37 +00:00
|
|
|
|
* vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
|
|
|
|
|
|
2007-07-12 22:40:00 +00:00
|
|
|
|
2007-07-12 Davis Herring <herring@lanl.gov>
|
|
|
|
|
|
|
|
|
|
* desktop.el (desktop-buffer-info, desktop-save):
|
|
|
|
|
Use `desktop-dirname' instead of `dirname'.
|
|
|
|
|
|
2007-07-12 04:36:48 +00:00
|
|
|
|
2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
|
|
|
|
|
|
|
|
|
|
* progmodes/which-func.el (which-func-modes): Add `python-mode'.
|
|
|
|
|
|
|
|
|
|
* progmodes/python.el (python-which-func-length-limit): New var.
|
|
|
|
|
(python-which-func): New function.
|
|
|
|
|
(python-current-defun): Add optional `length-limit' and try to fit
|
|
|
|
|
computed function name to that length.
|
|
|
|
|
(python-mode): Hook `python-which-func' up.
|
|
|
|
|
|
2007-07-12 04:14:48 +00:00
|
|
|
|
2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
|
|
|
|
|
|
|
|
|
|
* pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
|
|
|
|
|
|
|
|
|
|
* comint.el (comint-dynamic-complete-as-filename):
|
|
|
|
|
Use read-file-name-completion-ignore-case.
|
|
|
|
|
|
2007-07-12 03:13:37 +00:00
|
|
|
|
2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-12 04:14:48 +00:00
|
|
|
|
* comint.el (comint-dynamic-list-filename-completions):
|
|
|
|
|
Use read-file-name-completion-ignore-case.
|
|
|
|
|
|
2007-07-12 03:13:37 +00:00
|
|
|
|
* vc-cvs.el: Require CL.
|
|
|
|
|
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
|
|
|
|
|
New functions to provide completion of revision names.
|
|
|
|
|
|
|
|
|
|
* vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
|
|
|
|
|
(vc-cvs-annotate-first-line-re): New const.
|
|
|
|
|
(vc-cvs-annotate-process-filter): New fun.
|
|
|
|
|
(vc-cvs-annotate-command): Use them and run the command asynchronously.
|
|
|
|
|
|
2007-07-12 01:51:52 +00:00
|
|
|
|
2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
|
|
|
|
|
(eldoc-print-current-symbol-info): Adjust for changed helper
|
|
|
|
|
function signatures.
|
|
|
|
|
(eldoc-get-fnsym-args-string): Add `args' argument. Use new
|
|
|
|
|
`eldoc-highlight-function-argument'.
|
|
|
|
|
(eldoc-highlight-function-argument): New function.
|
|
|
|
|
(eldoc-get-var-docstring): Format documentation with
|
|
|
|
|
`font-lock-variable-name-face'.
|
|
|
|
|
(eldoc-docstring-format-sym-doc): Add `face' argument and apply it
|
|
|
|
|
where suited.
|
|
|
|
|
(eldoc-fnsym-in-current-sexp): Return a list with argument index.
|
|
|
|
|
(eldoc-beginning-of-sexp): Return number of skipped sexps.
|
|
|
|
|
|
2007-07-11 19:38:21 +00:00
|
|
|
|
2007-07-11 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-start): `start-process' must
|
|
|
|
|
still be redefined when calling `start-process-shell-command'.
|
|
|
|
|
|
|
|
|
|
* progmodes/gud.el (gud-file-name): When `default-directory' is a
|
|
|
|
|
remote file name, prepend its remote part to the filename.
|
|
|
|
|
(gud-common-init): When `default-directory' is a remote file name,
|
|
|
|
|
make the filename relative to it.
|
|
|
|
|
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
|
|
|
|
|
|
2007-07-11 18:37:38 +00:00
|
|
|
|
2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
|
|
|
|
|
mouse binding and a tooltip.
|
|
|
|
|
|
|
|
|
|
2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* menu-bar.el (vc-menu-map): New defalias.
|
|
|
|
|
|
2007-07-15 01:50:59 +00:00
|
|
|
|
2007-07-10 Richard Stallman <rms@gnu.org>
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-15 01:50:59 +00:00
|
|
|
|
* emacs-lisp/lisp-mode.el (eval-defun):
|
|
|
|
|
Explain special handling of `defface'.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-10 23:28:04 +00:00
|
|
|
|
2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
|
|
|
|
|
|
|
|
|
|
* autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
|
|
|
|
|
|
2007-07-10 19:55:12 +00:00
|
|
|
|
2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-10 21:01:20 +00:00
|
|
|
|
* emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
|
|
|
|
|
|
2007-07-10 19:55:12 +00:00
|
|
|
|
* vc-arch.el (vc-arch-complete): Remove.
|
|
|
|
|
(vc-arch-revision-completion-table): Use complete-with-action.
|
|
|
|
|
|
|
|
|
|
* subr.el (condition-case-no-debug, with-demoted-errors): New macros.
|
|
|
|
|
(complete-with-action): New function.
|
|
|
|
|
(dynamic-completion-table): Use it.
|
|
|
|
|
|
2007-07-10 19:52:11 +00:00
|
|
|
|
2007-07-10 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* comint.el (make-comint, make-comint-in-buffer)
|
|
|
|
|
(comint-exec-1): Replace `start-process' by `start-file-process'.
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-start): Revert redefining
|
|
|
|
|
`start-process'.
|
|
|
|
|
|
2007-07-10 14:13:16 +00:00
|
|
|
|
2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-12 01:51:52 +00:00
|
|
|
|
* emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
|
|
|
|
|
with EOLs when generating MD5 checksums.
|
|
|
|
|
|
2007-07-10 17:47:32 +00:00
|
|
|
|
* follow.el: Don't change the global map from the follow-mode-map
|
|
|
|
|
defvar, but from the toplevel. Use easy-menu to unify the Emacs and
|
|
|
|
|
XEmacs code.
|
|
|
|
|
(turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
|
|
|
|
|
since `follow-mode' should be used instead for that.
|
|
|
|
|
|
2007-07-10 16:35:24 +00:00
|
|
|
|
* emacs-lisp/easymenu.el (easy-menu-binding): New function.
|
|
|
|
|
(easy-menu-do-define): Use it.
|
|
|
|
|
(easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
|
|
|
|
|
|
2007-07-10 16:01:25 +00:00
|
|
|
|
* progmodes/compile.el (compilation-auto-jump-to-first-error)
|
|
|
|
|
(compilation-auto-jump-to-next): New vars.
|
|
|
|
|
(compilation-auto-jump): New function.
|
|
|
|
|
(compilation-error-properties): Use them to jump to first error.
|
|
|
|
|
(compilation-start): Set the var if requested.
|
|
|
|
|
|
2007-07-10 14:13:16 +00:00
|
|
|
|
* emacs-lisp/autoload.el (update-directory-autoloads): Remove
|
|
|
|
|
duplicates without also removing entries from other directories.
|
|
|
|
|
|
2007-07-10 07:22:39 +00:00
|
|
|
|
2007-07-10 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
|
|
|
|
|
Remember span as default.
|
2007-07-10 14:13:16 +00:00
|
|
|
|
(org-columns-edit-value): Rename from `org-column-edit'.
|
|
|
|
|
(org-columns-display-here-title): Rename from
|
2007-07-10 07:22:39 +00:00
|
|
|
|
`org-overlay-columns-title'.
|
2007-07-10 14:13:16 +00:00
|
|
|
|
(org-columns-remove-overlays): Rename from org-remove-column-overlays.
|
|
|
|
|
(org-columns-get-autowidth-alist): Rename from
|
|
|
|
|
`org-get-columns-autowidth-alist'.
|
|
|
|
|
(org-columns-display-here): Rename from `org-overlay-columns'.
|
|
|
|
|
(org-columns-new-overlay): Rename from `org-new-column-overlay'.
|
|
|
|
|
(org-columns-quit): Rename from `org-column-quit'.
|
|
|
|
|
(org-columns-show-value): Rename from `org-column-show-value'.
|
2007-07-10 07:22:39 +00:00
|
|
|
|
(org-columns-content, org-columns-widen)
|
|
|
|
|
(org-columns-next-allowed-value)
|
|
|
|
|
(org-columns-edit-allowed, org-columns-store-format)
|
|
|
|
|
(org-columns-uncompile-format, org-columns-redo)
|
|
|
|
|
(org-columns-edit-attributes, org-delete-property)
|
|
|
|
|
(org-set-property, org-columns-update)
|
|
|
|
|
(org-columns-compute, org-columns-eval)
|
|
|
|
|
(org-columns-not-in-agenda, org-columns-compute-all)
|
|
|
|
|
(org-property-next-allowed-value)
|
|
|
|
|
(org-columns-compile-format)
|
|
|
|
|
(org-fill-paragraph-experimental)
|
|
|
|
|
(org-string-to-number, org-property-action)
|
2007-07-18 09:18:58 +00:00
|
|
|
|
(org-columns-move-left, org-columns-new)
|
2007-07-10 07:22:39 +00:00
|
|
|
|
(org-column-number-to-string)
|
|
|
|
|
(org-property-previous-allowed-value)
|
|
|
|
|
(org-at-property-p, org-columns-delete)
|
|
|
|
|
(org-columns-previous-allowed-value)
|
|
|
|
|
(org-columns-move-right, org-columns-narrow)
|
|
|
|
|
(org-property-get-allowed-values)
|
|
|
|
|
(org-verify-version, org-column-string-to-number)
|
|
|
|
|
(org-delete-property-globally): New functions.
|
2007-07-10 14:13:16 +00:00
|
|
|
|
(org-columns-current-fmt): Rename from `org-current-columns-fmt'.
|
|
|
|
|
(org-columns-overlays): Rename from `org-column-overlays'.
|
|
|
|
|
(org-columns-map): Rename from `org-column-map'.
|
|
|
|
|
(org-columns-current-maxwidths): Rename from
|
2007-07-10 07:22:39 +00:00
|
|
|
|
`org-current-columns-maxwidths'.
|
|
|
|
|
(org-columns-begin-marker, org-columns-current-fmt-compiled)
|
|
|
|
|
(org-previous-header-line-format)
|
|
|
|
|
(org-columns-inhibit-recalculation)
|
|
|
|
|
(org-columns-top-level-marker): New variables.
|
2007-07-10 14:13:16 +00:00
|
|
|
|
(org-columns-default-format): Rename from `org-default-columns-format'.
|
2007-07-10 07:22:39 +00:00
|
|
|
|
(org-property-re): New constant.
|
|
|
|
|
|
2007-07-10 03:54:30 +00:00
|
|
|
|
2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-10 03:54:30 +00:00
|
|
|
|
* subr.el (looking-at-p, string-match-p): New functions.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-09 19:14:48 +00:00
|
|
|
|
2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-fontify-script)
|
|
|
|
|
(tex-font-script-display): New variables to make display of
|
|
|
|
|
superscripts and subscripts customizable.
|
|
|
|
|
(tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
|
|
|
|
|
|
2007-07-09 14:45:13 +00:00
|
|
|
|
2007-07-09 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* isearch.el (isearch-edit-string): Call to isearch-push-state
|
|
|
|
|
after the search.
|
|
|
|
|
|
2007-07-09 12:00:56 +00:00
|
|
|
|
2007-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* window.el (fit-window-to-buffer): Remove setting of window-min-height
|
2007-07-09 20:49:25 +00:00
|
|
|
|
to 1 as enlarge-window uses the value to resize/shrink windows other
|
|
|
|
|
than WINDOW if needed.
|
2007-07-09 12:00:56 +00:00
|
|
|
|
|
2007-07-10 03:54:30 +00:00
|
|
|
|
2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
|
|
|
|
|
|
|
* cus-start.el (file-coding-system-alist): Fix custom type.
|
|
|
|
|
|
|
|
|
|
2007-07-08 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* longlines.el (longlines-wrap-region): Avoid marking buffer as
|
|
|
|
|
modified.
|
2007-07-10 14:13:16 +00:00
|
|
|
|
(longlines-auto-wrap, longlines-window-change-function):
|
|
|
|
|
Remove unnecessary calls to set-buffer-modified-p.
|
2007-07-10 03:54:30 +00:00
|
|
|
|
|
2007-07-08 23:41:26 +00:00
|
|
|
|
2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
|
|
|
|
|
|
|
* cus-start.el (file-coding-system-alist): Fix custom type.
|
|
|
|
|
|
2007-07-08 19:34:19 +00:00
|
|
|
|
2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
|
|
|
|
|
(vc-cvs-checkout): Remove last arg now unused; simplify.
|
|
|
|
|
|
2007-07-08 18:03:20 +00:00
|
|
|
|
2007-07-08 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* files.el (file-remote-p): Introduce optional parameter CONNECTED.
|
|
|
|
|
|
|
|
|
|
* net/tramp.el:
|
|
|
|
|
* net/tramp-ftp.el:
|
|
|
|
|
* net/tramp-smb.el:
|
|
|
|
|
* net/tramp-uu.el:
|
|
|
|
|
* net/trampver.el: Migrate to Tramp 2.1.
|
|
|
|
|
|
|
|
|
|
* net/tramp-cache.el:
|
|
|
|
|
* net/tramp-fish.el:
|
|
|
|
|
* net/tramp-gw.el: New Tramp packages.
|
|
|
|
|
|
|
|
|
|
* net/tramp-util.el:
|
|
|
|
|
* net/tramp-vc.el: Removed.
|
|
|
|
|
|
2007-08-30 19:58:28 +00:00
|
|
|
|
* net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
|
2007-07-08 18:03:20 +00:00
|
|
|
|
(ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
|
|
|
|
|
|
|
|
|
|
* net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-start): Redefine
|
|
|
|
|
`start-process' temporarily when `default-directory' is remote.
|
|
|
|
|
Remove case of synchronous compilation, this won't happen ever.
|
|
|
|
|
(compilation-setup): Make local variable `comint-file-name-prefix'
|
|
|
|
|
for remote compilation.
|
|
|
|
|
|
2007-07-08 08:28:12 +00:00
|
|
|
|
2007-07-08 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* novice.el (disabled-command-function): Fit window to buffer to
|
|
|
|
|
make last line visible.
|
|
|
|
|
Reported by Stephen Berman <Stephen.Berman at gmx.net>.
|
|
|
|
|
|
|
|
|
|
* mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
|
|
|
|
|
when handling the terminating event.
|
|
|
|
|
|
2007-07-08 00:06:26 +00:00
|
|
|
|
2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (math-read-number-simple): Remove leading 0s.
|
|
|
|
|
(math-bignum-digit-length): Change to optimal value.
|
|
|
|
|
|
2007-07-08 00:18:06 +00:00
|
|
|
|
* calc/calc-bin.el (math-bignum-logb-digit-size)
|
|
|
|
|
(math-bignum-digit-power-of-two): Evaluate when compiled.
|
|
|
|
|
|
2007-07-08 00:06:26 +00:00
|
|
|
|
* calc/calc-comb.el (math-small-factorial-table)
|
2007-07-09 20:49:25 +00:00
|
|
|
|
(math-init-random-base, math-prime-test): Remove unnecessary calls
|
2007-07-08 00:06:26 +00:00
|
|
|
|
to `math-read-number-simple'.
|
|
|
|
|
|
2007-07-09 20:49:25 +00:00
|
|
|
|
* calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
|
2007-07-08 00:06:26 +00:00
|
|
|
|
(math-approx-gamma-const): Add docstrings.
|
|
|
|
|
|
|
|
|
|
* calc/calc-forms.el (math-julian-date-beginning)
|
2007-07-14 11:11:43 +00:00
|
|
|
|
(math-julian-date-beginning-int): New constants.
|
2007-07-09 20:49:25 +00:00
|
|
|
|
(math-format-date-part, math-parse-standard-date, calcFunc-julian):
|
2007-07-08 00:06:26 +00:00
|
|
|
|
Use the new constants.
|
|
|
|
|
|
|
|
|
|
* calc/calc-funcs.el (math-gammap1-raw): Add docstring.
|
|
|
|
|
|
2007-07-09 20:49:25 +00:00
|
|
|
|
* calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
|
|
|
|
|
Add docstrings.
|
2007-07-08 00:06:26 +00:00
|
|
|
|
|
2007-07-07 20:46:39 +00:00
|
|
|
|
2007-07-07 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-annotate): Jump to line and output message only after the
|
|
|
|
|
process is really all done.
|
|
|
|
|
|
2007-07-07 20:37:19 +00:00
|
|
|
|
2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-exec-after): Don't move point from the sentinel.
|
|
|
|
|
Forcefully read all the remaining text in the pipe upon process exit.
|
|
|
|
|
(vc-annotate-display-autoscale, vc-annotate-lines):
|
|
|
|
|
Don't stop at the first unrecognized line.
|
|
|
|
|
(vc-annotate-display-select): Run autoscale after the process is done
|
|
|
|
|
since it depends on the whole result.
|
|
|
|
|
|
2007-07-07 11:18:58 +00:00
|
|
|
|
2007-07-07 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* term/w32-win.el (menu-bar-open): New function.
|
|
|
|
|
Bind <f10> to it.
|
|
|
|
|
|
2007-07-07 11:17:51 +00:00
|
|
|
|
2007-07-07 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* simple.el (start-file-process): New defun.
|
|
|
|
|
|
2007-07-07 04:56:00 +00:00
|
|
|
|
2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-07-07 05:28:29 +00:00
|
|
|
|
* files.el (find-file-confirm-nonexistent-file): Rename from
|
|
|
|
|
find-file-confirm-inexistent-file. Update users.
|
|
|
|
|
|
2007-07-07 04:56:00 +00:00
|
|
|
|
* emacs-lisp/autoload.el (autoload-find-destination): Understand a new
|
|
|
|
|
format of autoload block where the file's time-stamp is replaced by its
|
|
|
|
|
MD5 checksum.
|
|
|
|
|
(autoload-generate-file-autoloads): Use MD5 checksum instead of
|
|
|
|
|
time-stamp for secondary autoloads files.
|
|
|
|
|
(update-directory-autoloads): Remove duplicate entries.
|
|
|
|
|
Use time-less-p for time-stamps, as done in autoload-find-destination.
|
|
|
|
|
|
2007-07-07 04:15:40 +00:00
|
|
|
|
2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (math-read-number): Replace number by variable.
|
|
|
|
|
(math-read-number-simple): Properly parse small integers.
|
|
|
|
|
|
2007-07-07 01:53:20 +00:00
|
|
|
|
2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc.el: Fix doc for the checkout function.
|
|
|
|
|
|
2007-07-06 21:14:21 +00:00
|
|
|
|
2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-root): New function.
|
|
|
|
|
(vc-hg-registered): Use it.
|
|
|
|
|
(vc-hg-diff-tree): New defalias.
|
|
|
|
|
(vc-hg-responsible-p): Likewise.
|
|
|
|
|
(vc-hg-checkout): Comment out, not needed.
|
|
|
|
|
(vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
|
|
|
|
|
(vc-hg-find-version, vc-hg-next-version): New functions.
|
|
|
|
|
|
2007-07-06 17:29:20 +00:00
|
|
|
|
2007-07-06 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
|
|
|
|
|
dynamic bindings around the evaluation of the expression.
|
|
|
|
|
Reported by Jay Belanger <jay.p.belanger@gmail.com>.
|
|
|
|
|
|
2007-07-06 12:58:16 +00:00
|
|
|
|
2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
|
|
|
|
|
Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
|
|
|
|
|
Use run-hooks rather than run-mode-hooks.
|
|
|
|
|
|
2007-07-06 02:41:18 +00:00
|
|
|
|
2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-comb.el (math-random-digit): Rename to
|
|
|
|
|
`math-random-three-digit-number'.
|
|
|
|
|
(math-random-digits): Don't depend on representation of integer.
|
|
|
|
|
|
|
|
|
|
* calc/calc-bin.el (math-bignum-logb-digit-size)
|
|
|
|
|
(math-bignum-digit-power-of-two): New constants.
|
2007-07-09 20:49:25 +00:00
|
|
|
|
(math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
|
|
|
|
|
(math-not-bignum, math-clip-bignum): Use the constants
|
2007-07-06 02:41:18 +00:00
|
|
|
|
`math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
|
|
|
|
|
instead of their values.
|
|
|
|
|
(math-clip): Use math-small-integer-size instead of its value.
|
|
|
|
|
|
2007-07-06 03:58:00 +00:00
|
|
|
|
* calc/calc.el (math-add-bignum): Replace number by constant.
|
|
|
|
|
|
2007-07-05 22:10:36 +00:00
|
|
|
|
2007-07-05 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-07-06 12:58:16 +00:00
|
|
|
|
* wid-edit.el (widget-documentation-string-value-create):
|
|
|
|
|
Insert indentation spaces.
|
2007-07-05 22:10:36 +00:00
|
|
|
|
|
2007-07-05 20:41:46 +00:00
|
|
|
|
2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/byte-opt.el: Revert last change.
|
|
|
|
|
|
2007-07-05 19:48:06 +00:00
|
|
|
|
2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-handled-backends): Add HG.
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
|
|
|
|
|
|
2007-07-05 19:42:43 +00:00
|
|
|
|
2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* complete.el (PC-do-complete-and-exit): Add support for the new
|
|
|
|
|
`confirm-only' confirmation mode.
|
|
|
|
|
|
* cus-edit.el (custom-commands): New variable.
(custom-tool-bar-map): New variable. Initialize using
`custom-commands'.
(custom-mode): Use `custom-tool-bar-map'.
(custom-buffer-create-internal): Insert action buttons only if
tool bar is not used. Use `custom-commands'.
(Custom-help, custom-command-apply): New function.
(custom-command-apply, Custom-set, Custom-save)
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
Use `custom-command-apply' instead of duplicating code.
(customize-group-other-window): Call `customize-group' instead of
duplicating code.
(customize-face-other-window): Call `customize-face' instead of
duplicating code.
(customize-group, customize-face): Add optional args for opening
in another window.
(custom-variable-tag): Don't inherit `variable-pitch' face.
(custom-group-tag): Inherit `variable-pitch' face.
(custom-variable-value-create): Set documentation indentation.
(custom-group-value-create): Make group name a link, instead of
using an extra "go to group" button.
(custom-prompt-variable, custom-group-set, custom-group-save)
(custom-group-reset-current, custom-group-reset-saved)
(custom-group-reset-standard): Minor cleanup.
2007-07-05 18:37:03 +00:00
|
|
|
|
2007-07-05 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* cus-edit.el (custom-commands): New variable.
|
|
|
|
|
(custom-tool-bar-map): New variable. Initialize using
|
|
|
|
|
`custom-commands'.
|
|
|
|
|
(custom-mode): Use `custom-tool-bar-map'.
|
|
|
|
|
(custom-buffer-create-internal): Insert action buttons only if
|
|
|
|
|
tool bar is not used. Use `custom-commands'.
|
|
|
|
|
(Custom-help, custom-command-apply): New function.
|
|
|
|
|
(custom-command-apply, Custom-set, Custom-save)
|
|
|
|
|
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
|
|
|
|
|
Use `custom-command-apply' instead of duplicating code.
|
|
|
|
|
(customize-group-other-window): Call `customize-group' instead of
|
|
|
|
|
duplicating code.
|
|
|
|
|
(customize-face-other-window): Call `customize-face' instead of
|
|
|
|
|
duplicating code.
|
|
|
|
|
(customize-group, customize-face): Add optional args for opening
|
|
|
|
|
in another window.
|
|
|
|
|
(custom-variable-tag): Don't inherit `variable-pitch' face.
|
|
|
|
|
(custom-group-tag): Inherit `variable-pitch' face.
|
|
|
|
|
(custom-variable-value-create): Set documentation indentation.
|
|
|
|
|
(custom-group-value-create): Make group name a link, instead of
|
|
|
|
|
using an extra "go to group" button.
|
|
|
|
|
(custom-prompt-variable, custom-group-set, custom-group-save)
|
|
|
|
|
(custom-group-reset-current, custom-group-reset-saved)
|
|
|
|
|
(custom-group-reset-standard): Minor cleanup.
|
|
|
|
|
|
2007-07-05 15:45:13 +00:00
|
|
|
|
2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (bootstrap-prepare): When copying from
|
|
|
|
|
ldefs-boot.el, make sure loaddefs.el is writeable.
|
|
|
|
|
|
2007-07-05 20:37:35 +00:00
|
|
|
|
(bootstrap-prepare): Make $(lisp)/ps-print.el
|
|
|
|
|
and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
|
|
|
|
|
|
2007-07-05 14:55:34 +00:00
|
|
|
|
2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
|
|
|
|
|
only caller, and delete.
|
|
|
|
|
(vc-hg-state): Deal with exceptions and only parse the output on
|
|
|
|
|
successful return.
|
2007-07-05 15:04:42 +00:00
|
|
|
|
(vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
|
|
|
|
|
caller, and delete.
|
2007-07-05 14:55:34 +00:00
|
|
|
|
(vc-hg-workfile-version): Deal with exceptions and only parse the
|
|
|
|
|
output on successful return.
|
2007-07-05 15:04:42 +00:00
|
|
|
|
(vc-hg-revert): New function.
|
2007-07-05 14:55:34 +00:00
|
|
|
|
|
2007-07-04 13:54:30 +00:00
|
|
|
|
2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calculator.el (calculator-expt): Use more cases to determine
|
|
|
|
|
the value.
|
|
|
|
|
|
2007-07-10 02:02:35 +00:00
|
|
|
|
2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-10 02:02:35 +00:00
|
|
|
|
* progmodes/gud.el (auto-mode-alist): Match more valid gdb init
|
|
|
|
|
file names.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-04 04:20:35 +00:00
|
|
|
|
2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calculator.el (calculator-expt, calculator-integer-p):
|
|
|
|
|
New functions.
|
|
|
|
|
(calculator-fact): Check to see if the factorial will be too
|
|
|
|
|
large before computing it.
|
|
|
|
|
(calculator-initial-operators): Use `calculator-expt' to
|
|
|
|
|
compute "^".
|
|
|
|
|
(calculator-mode): Mention that results which are too large
|
|
|
|
|
will return inf.
|
2007-07-04 04:36:04 +00:00
|
|
|
|
* calc/calc-comb.el (math-small-factorial-table): Replace list
|
|
|
|
|
by vector.
|
2007-07-04 04:20:35 +00:00
|
|
|
|
|
2007-07-03 18:17:07 +00:00
|
|
|
|
2007-07-03 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* shell.el: On request of the authors, remove their addresses for
|
|
|
|
|
the sake of bug reports, and add the developer list address as
|
|
|
|
|
maintainer information.
|
|
|
|
|
|
2007-07-03 02:54:48 +00:00
|
|
|
|
2007-07-03 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* files.el (make-directory): Doc fix.
|
|
|
|
|
(find-file-confirm-inexistent-file): Make it a defcustom.
|
|
|
|
|
Make nil the default.
|
|
|
|
|
|
|
|
|
|
2007-07-02 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* startup.el (command-line): Set buffer-offer-save in *scratch*
|
|
|
|
|
and enable auto-save in it.
|
|
|
|
|
|
2007-07-02 13:37:47 +00:00
|
|
|
|
2007-07-02 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org.el (orgstruct-mode-map): New variable.
|
|
|
|
|
(orgstruct-mode): New minor mode.
|
|
|
|
|
(turn-on-orgstruct, orgstruct-error, orgstruct-setup)
|
|
|
|
|
(orgstruct-make-binding, org-context-p, org-get-local-variables)
|
|
|
|
|
(org-run-like-in-org-mode): New functions.
|
|
|
|
|
(org-cycle-list-bullet): New command.
|
|
|
|
|
(org-special-properties, org-property-start-re)
|
|
|
|
|
(org-property-end-re): New constants.
|
|
|
|
|
(org-with-point-at): New macro.
|
|
|
|
|
(org-get-property-block, org-entry-properties, org-entry-get)
|
|
|
|
|
(org-entry-delete, org-entry-get-with-inheritance)
|
|
|
|
|
(org-entry-put, org-buffer-property-keys): New functions.
|
|
|
|
|
(org-insert-property-drawer): New command.
|
|
|
|
|
(org-entry-property-inherited-from): New variable.
|
|
|
|
|
(org-column): New face.
|
|
|
|
|
(org-column-overlays, org-current-columns-fmt)
|
|
|
|
|
(org-current-columns-maxwidths, org-column-map): New variables.
|
|
|
|
|
(org-column-menu): New menu.
|
|
|
|
|
(org-new-column-overlay, org-overlay-columns)
|
|
|
|
|
(org-overlay-columns-title, org-remove-column-overlays)
|
|
|
|
|
(org-column-show-value, org-column-quit, org-column-edit): New
|
|
|
|
|
functions.
|
|
|
|
|
(org-columns, org-agenda-columns): New commands.
|
|
|
|
|
(org-get-columns-autowidth-alist): New functions.
|
|
|
|
|
(org-properties): New customize group.
|
|
|
|
|
(org-default-columns-format): New option.
|
|
|
|
|
(org-priority): Realign tags after changing priority.
|
|
|
|
|
(org-preserve-lc): New macro.
|
|
|
|
|
(org-update-checkbox-count): Catch case when there is no headline.
|
|
|
|
|
(org-agenda-quit): Remove any column overlays.
|
|
|
|
|
(org-beginning-of-item-list): Fixed bug when non-item line is
|
|
|
|
|
indented too deep.
|
|
|
|
|
(org-cached-props): New variable.
|
|
|
|
|
(org-cached-entry-get): New function.
|
|
|
|
|
(org-make-tags-matcher): Handle property matches.
|
|
|
|
|
(org-table-recalculate): Swap evaluation order: Field formula
|
|
|
|
|
first, then column formulas, but don't allow them to overwrite the
|
|
|
|
|
field formulas.
|
|
|
|
|
(org-table-eval-formula): New argument untouchable.
|
|
|
|
|
(org-table-put-field-property): New function.
|
|
|
|
|
|
2007-07-02 05:55:28 +00:00
|
|
|
|
2007-07-02 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
2007-07-09 20:49:25 +00:00
|
|
|
|
* help-mode.el (help-make-xrefs): Skip spaces too when
|
2007-07-02 05:55:28 +00:00
|
|
|
|
skipping tabs.
|
|
|
|
|
|
|
|
|
|
* ffap.el (dired-at-point-prompter): Improve prompt in
|
|
|
|
|
list-directory case.
|
|
|
|
|
|
2007-07-10 02:02:35 +00:00
|
|
|
|
2007-07-01 Richard Stallman <rms@gnu.org>
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-10 02:02:35 +00:00
|
|
|
|
* files.el (find-file-visit-truename): Fix safe-local-variable value.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-07-01 17:19:53 +00:00
|
|
|
|
2007-07-01 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cus-start.el (max-mini-window-height): Added.
|
|
|
|
|
|
|
|
|
|
2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
|
|
|
|
|
|
|
|
|
|
* complete.el (partial-completion-mode): Remove advice of
|
2007-07-05 20:37:35 +00:00
|
|
|
|
read-file-name-internal.
|
2007-07-01 17:19:53 +00:00
|
|
|
|
(PC-do-completion): Rebind minibuffer-completion-table.
|
|
|
|
|
(PC-read-file-name-internal): New function doing what
|
|
|
|
|
read-file-name-internal advice did.
|
|
|
|
|
|
2007-07-01 16:59:07 +00:00
|
|
|
|
2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/byte-opt.el: Set `binding-is-magic'
|
|
|
|
|
property on a few symbols.
|
|
|
|
|
(byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
|
|
|
|
|
(byte-optimize-lapcode): Remove bindings that are not referenced
|
|
|
|
|
and certainly will not effect through dynamic scoping.
|
|
|
|
|
|
2007-07-01 01:57:31 +00:00
|
|
|
|
2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* files.el (find-file-confirm-inexistent-file): New var.
|
|
|
|
|
(find-file, find-file-other-window, find-file-other-frame)
|
|
|
|
|
(find-file-read-only, find-file-read-only-other-window)
|
|
|
|
|
(find-file-read-only-other-frame): Use it.
|
|
|
|
|
|
2007-06-30 18:49:41 +00:00
|
|
|
|
2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
|
|
|
|
|
|
2007-06-29 11:07:09 +00:00
|
|
|
|
2007-06-29 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* generic-x.el (generic-define-mswindows-modes)
|
|
|
|
|
(generic-define-unix-modes, apache-log-generic-mode)
|
|
|
|
|
(bat-generic-mode-keymap, java-manifest-generic-mode)
|
|
|
|
|
(show-tabs-generic-mode): Fix typos in docstrings.
|
|
|
|
|
|
2007-06-29 07:32:59 +00:00
|
|
|
|
2007-06-29 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
|
2007-06-29 11:07:09 +00:00
|
|
|
|
(rcirc-default-full-name): Rename from rcirc-default-user-full-name.
|
2007-06-29 07:32:59 +00:00
|
|
|
|
(rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
|
|
|
|
|
(rcirc-print): Never ignore messages from ourself.
|
|
|
|
|
|
2007-06-29 04:29:43 +00:00
|
|
|
|
2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
|
|
|
|
|
syntax as well. Reported by Juri Linkov <juri@jurta.org>.
|
|
|
|
|
|
2007-06-28 19:06:27 +00:00
|
|
|
|
2007-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
|
|
|
|
|
replace-regexp-in-string.
|
|
|
|
|
|
2007-06-28 15:09:21 +00:00
|
|
|
|
2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/cl.el: Set edebug and indentation before loading
|
|
|
|
|
cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
|
|
|
|
|
|
2007-06-28 09:11:43 +00:00
|
|
|
|
2007-06-28 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
|
|
|
|
|
$(lisp)/subdirs.el.
|
|
|
|
|
|
2007-06-28 09:00:51 +00:00
|
|
|
|
2007-06-28 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* speedbar.el (speedbar-handle-delete-frame): Don't try to delete
|
|
|
|
|
the speedbar frame if nil; that deletes the current frame or
|
|
|
|
|
causes an error if it is the only frame.
|
|
|
|
|
Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
|
|
|
|
|
|
2007-06-28 07:14:47 +00:00
|
|
|
|
2007-06-28 Kevin Ryde <user42@zip.com.au>
|
|
|
|
|
|
|
|
|
|
* textmodes/nroff-mode.el: Groff \# comments.
|
|
|
|
|
(nroff-mode-syntax-table): \# comment intro,
|
|
|
|
|
plain # as punct per global table.
|
|
|
|
|
(nroff-font-lock-keywords): Add # as a single char escape.
|
|
|
|
|
(nroff-mode): In comment-start-skip, match \#.
|
|
|
|
|
|
2007-06-28 02:01:54 +00:00
|
|
|
|
2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
|
|
|
|
|
(vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
|
|
|
|
|
point-min == 1.
|
|
|
|
|
|
2007-06-28 01:30:51 +00:00
|
|
|
|
2007-06-28 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
2007-06-28 02:01:54 +00:00
|
|
|
|
* pcvs-util.el (cvs-strings->string, cvs-string->strings):
|
|
|
|
|
Rename and move to...
|
2007-06-28 01:30:51 +00:00
|
|
|
|
|
|
|
|
|
* subr.el (strings->string, string->strings): ...here.
|
|
|
|
|
|
|
|
|
|
* pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
|
|
|
|
|
(cvs-mode-checkout, cvs-execute-single-file): Use new function names.
|
|
|
|
|
|
|
|
|
|
* progmodes/gud.el (gud-common-init): Call string->strings instead
|
|
|
|
|
of split-string.
|
|
|
|
|
|
2007-06-27 21:11:04 +00:00
|
|
|
|
2007-06-27 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* dired-aux.el: Remove `dired-call-process'.
|
|
|
|
|
(dired-check-process): Call `process-file'.
|
|
|
|
|
|
|
|
|
|
* wdired.el (wdired-do-perm-changes): Call `process-file'.
|
|
|
|
|
|
|
|
|
|
* net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
|
|
|
|
|
`ange-ftp-process-file'.
|
|
|
|
|
|
2007-06-27 15:55:27 +00:00
|
|
|
|
2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-27 19:17:53 +00:00
|
|
|
|
* emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/cl-extra.el:
|
|
|
|
|
* emacs-lisp/cl-seq.el:
|
|
|
|
|
* emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
|
|
|
|
|
Add autoload cookies on all defs autoloaded manually in cl.el.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/cl-loaddefs.el: New file.
|
|
|
|
|
|
2007-06-27 18:06:14 +00:00
|
|
|
|
* textmodes/texinfmt.el (texinfo-raisesections-alist)
|
|
|
|
|
(texinfo-lowersections-alist): Merge definition and declaration.
|
|
|
|
|
(texinfo-start-of-header, texinfo-end-of-header): Remove.
|
|
|
|
|
(texinfo-format-syntax-table): Merge init into declaration.
|
|
|
|
|
(texinfo-format-parse-line-args, texinfo-format-parse-args)
|
|
|
|
|
(texinfo-format-parse-defun-args, texinfo-format-node)
|
|
|
|
|
(texinfo-push-stack, texinfo-multitable-widths)
|
|
|
|
|
(texinfo-define-info-enclosure, texinfo-alias)
|
|
|
|
|
(texinfo-format-defindex, batch-texinfo-format): Use push.
|
|
|
|
|
(texinfo-footnote-number): Remove duplicate declaration.
|
|
|
|
|
|
2007-06-27 15:56:38 +00:00
|
|
|
|
* ps-print.el: Update with auto-generated autoloads.
|
|
|
|
|
|
2007-06-27 15:55:27 +00:00
|
|
|
|
* ps-mule.el: Set generated-autoload-file to "ps-print.el".
|
|
|
|
|
|
2007-06-26 16:39:58 +00:00
|
|
|
|
2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-26 19:53:12 +00:00
|
|
|
|
* emacs-lisp/autoload.el (autoload-generated-file): Interpret names
|
|
|
|
|
relative to current dir for file-local settings.
|
|
|
|
|
(autoload-generate-file-autoloads): Add `outfile' arg.
|
|
|
|
|
(update-directory-autoloads): Use it to directly call
|
|
|
|
|
autoload-generate-file-autoloads instead of going through
|
|
|
|
|
update-file-autoloads so we avoid redundant searches and so we can know
|
|
|
|
|
the set of buffers changed so we can save them all.
|
|
|
|
|
|
2007-06-26 19:07:14 +00:00
|
|
|
|
* emacs-lisp/autoload.el (autoload-find-destination): Return nil
|
|
|
|
|
rather than throwing `up-to-date'.
|
|
|
|
|
(autoload-generate-file-autoloads): Adjust correspondingly.
|
|
|
|
|
(update-file-autoloads): Be careful to let-bind
|
|
|
|
|
autoload-modified-buffers and adjust to new calling conventions.
|
|
|
|
|
(autoload-modified-buffers): Make it a dynamically scoped var.
|
|
|
|
|
(update-directory-autoloads): Use file-relative-name instead of
|
|
|
|
|
autoload-trim-file-name.
|
|
|
|
|
(autoload-insert-section-header): Don't use autoload-trim-file-name
|
|
|
|
|
since the file is already relative now.
|
|
|
|
|
(autoload-trim-file-name): Remove.
|
|
|
|
|
|
2007-06-26 17:59:52 +00:00
|
|
|
|
* vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
|
|
|
|
|
(vc-arch-complete, vc-arch--version-completion-table)
|
|
|
|
|
(vc-arch-revision-completion-table): New functions to provide
|
|
|
|
|
completion of revision names.
|
|
|
|
|
(vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
|
|
|
|
|
(vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
|
|
|
|
|
to let the user trim the revlib.
|
|
|
|
|
|
2007-06-26 17:43:04 +00:00
|
|
|
|
* vc.el: Add new VC operation `revision-completion-table'.
|
|
|
|
|
(vc-default-revision-completion-table): New function.
|
|
|
|
|
(vc-version-diff, vc-version-other-window): Use it to provide
|
|
|
|
|
completion of revision names if the backend provides it.
|
|
|
|
|
|
2007-06-26 16:39:58 +00:00
|
|
|
|
* log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
|
|
|
|
|
|
|
|
|
|
* vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
|
|
|
|
|
of newer .svn/entries.
|
|
|
|
|
|
2007-06-25 20:55:56 +00:00
|
|
|
|
2007-06-25 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* calc/calc-poly.el (math-padded-polynomial)
|
|
|
|
|
(math-partial-fractions): Add some function comments.
|
|
|
|
|
|
2007-06-25 16:19:05 +00:00
|
|
|
|
2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/autoload.el (autoload-generate-file-autoloads):
|
|
|
|
|
Make `outbuf' optional.
|
|
|
|
|
(update-file-autoloads): Use it.
|
|
|
|
|
|
2007-06-25 03:01:22 +00:00
|
|
|
|
2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-25 05:09:05 +00:00
|
|
|
|
* emacs-lisp/autoload.el (autoload-modified-buffers): New var.
|
|
|
|
|
(autoload-find-destination): Keep it uptodate.
|
|
|
|
|
(autoload-save-buffers): New fun.
|
|
|
|
|
(update-file-autoloads): Use it. Re-add the "up to date" message.
|
|
|
|
|
|
2007-06-25 03:01:22 +00:00
|
|
|
|
* emacs-lisp/autoload.el: Refactor for upcoming changes.
|
|
|
|
|
(autoload-find-destination): New function extracted from
|
|
|
|
|
update-file-autoloads.
|
|
|
|
|
(update-file-autoloads): Use it.
|
2007-06-25 03:48:10 +00:00
|
|
|
|
(autoload-generate-file-autoloads): New function extracted from
|
|
|
|
|
generate-file-autoloads. Use file-relative-name. Delay computation of
|
|
|
|
|
output-start to the first cookie. Remove done-any, replaced by
|
|
|
|
|
output-start.
|
|
|
|
|
(generate-file-autoloads): Use it.
|
2007-06-25 03:01:22 +00:00
|
|
|
|
|
2007-06-24 14:30:14 +00:00
|
|
|
|
2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
2007-06-28 09:00:51 +00:00
|
|
|
|
* calc/calc-comb.el (math-init-random-base, math-prime-test):
|
2007-06-24 14:30:14 +00:00
|
|
|
|
Use math-read-number-simple to insert constants.
|
|
|
|
|
(math-prime-test): Redo calculation of sum.
|
|
|
|
|
|
2007-06-24 19:46:53 +00:00
|
|
|
|
* calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
|
|
|
|
|
|
2007-06-25 03:01:22 +00:00
|
|
|
|
* calc/calc-math.el (math-scale-bignum-digit-size): Rename from
|
2007-06-24 19:46:53 +00:00
|
|
|
|
math-scale-bignum-3.
|
|
|
|
|
(math-isqrt-bignum): Use math-scale-bignum-digit-size and
|
|
|
|
|
math-bignum-digit-size.
|
|
|
|
|
(math-isqrt-small): Add another possible initial guess.
|
|
|
|
|
|
2007-06-23 22:09:20 +00:00
|
|
|
|
2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
|
|
|
|
|
|
|
|
|
|
* textmodes/bibtex.el (bibtex-entry-format): New options
|
|
|
|
|
`whitespace', `braces', and `string'.
|
|
|
|
|
(bibtex-field-braces-alist, bibtex-field-strings-alist)
|
|
|
|
|
(bibtex-field-braces-opt, bibtex-field-strings-opt)
|
|
|
|
|
(bibtex-cite-matcher-alist): New variables.
|
|
|
|
|
(bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
|
|
|
|
|
(bibtex-flash-head): Use blink-matching-delay.
|
|
|
|
|
(bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
|
|
|
|
|
(bibtex-format-entry, bibtex-reformat): Handle new options of
|
|
|
|
|
bibtex-entry-format.
|
2007-06-25 03:01:22 +00:00
|
|
|
|
(bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
|
|
|
|
|
New functions.
|
2007-06-23 22:09:20 +00:00
|
|
|
|
(bibtex-complete-internal): Do not display messages while
|
|
|
|
|
minibuffer is used. Do not leave around a completions buffer
|
|
|
|
|
that is out of date.
|
|
|
|
|
(bibtex-copy-summary-as-kill): New optional arg.
|
|
|
|
|
(bibtex-font-lock-url): New optional arg no-button.
|
|
|
|
|
(bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
|
|
|
|
|
(bibtex-url): Allow multiple URLs per entry.
|
2007-06-24 22:24:40 +00:00
|
|
|
|
|
2007-06-23 20:31:33 +00:00
|
|
|
|
2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/autoload.el (autoload-generated-file): New function.
|
|
|
|
|
(update-file-autoloads, update-directory-autoloads): Use it.
|
|
|
|
|
(autoload-file-load-name): New function.
|
|
|
|
|
(generate-file-autoloads, update-file-autoloads): Use it.
|
|
|
|
|
(autoload-find-file): Accept non-absolute argument. Set default-dir.
|
|
|
|
|
(generate-file-autoloads): If the autoloaded form is malformed,
|
|
|
|
|
indicate the problem with a warning instead of aborting.
|
|
|
|
|
|
2007-06-23 12:19:38 +00:00
|
|
|
|
2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* simple.el (next-error-recenter): Accept `(4)' as well;
|
|
|
|
|
also, specify `integer' instead of `number'.
|
|
|
|
|
|
2007-06-23 11:15:26 +00:00
|
|
|
|
2007-06-23 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* ls-lisp.el (insert-directory): If an invalid regexp error is
|
|
|
|
|
thrown, try using FILE as a literal file name, not a wildcard.
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
2007-06-23 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ruler-mode.el (ruler-mode): Prevent clobbering the original
|
|
|
|
|
`header-line-format' when reentering ruler mode.
|
|
|
|
|
|
2007-06-23 09:45:58 +00:00
|
|
|
|
2007-06-23 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
|
2007-06-23 10:05:57 +00:00
|
|
|
|
FILE exists as a file.
|
2007-06-23 09:45:58 +00:00
|
|
|
|
|
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
New constants.
(math-normalize,math-bignum-big,math-make-float,math-div10-bignum)
(math-scale-left,math-scale-left-bignum,math-scale-right)
(math-scale-right-bignum,math-scale-rounding,math-add,math-add-bignum)
(math-sub-bignum,math-sub,math-mul,math-mul-bignum,math-mul-bignum-digit)
(math-idivmod,math-quotient,math-div-bignum,math-div-bignum-digit)
(math-div-bignum-part,math-format-bignum-decimal,math-read-bignum):
Use math-bignum-digit-length, math-bignum-digit-size and
math-small-integer-size.
2007-06-23 04:08:18 +00:00
|
|
|
|
2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (math-bignum-digit-length)
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-bignum-digit-size, math-small-integer-size):
|
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
New constants.
(math-normalize,math-bignum-big,math-make-float,math-div10-bignum)
(math-scale-left,math-scale-left-bignum,math-scale-right)
(math-scale-right-bignum,math-scale-rounding,math-add,math-add-bignum)
(math-sub-bignum,math-sub,math-mul,math-mul-bignum,math-mul-bignum-digit)
(math-idivmod,math-quotient,math-div-bignum,math-div-bignum-digit)
(math-div-bignum-part,math-format-bignum-decimal,math-read-bignum):
Use math-bignum-digit-length, math-bignum-digit-size and
math-small-integer-size.
2007-06-23 04:08:18 +00:00
|
|
|
|
New constants.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-normalize, math-bignum-big, math-make-float)
|
|
|
|
|
(math-div10-bignum, math-scale-left, math-scale-left-bignum)
|
|
|
|
|
(math-scale-right, math-scale-right-bignum, math-scale-rounding)
|
2007-06-28 09:00:51 +00:00
|
|
|
|
(math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-mul-bignum, math-mul-bignum-digit, math-idivmod)
|
|
|
|
|
(math-quotient, math-div-bignum, math-div-bignum-digit)
|
|
|
|
|
(math-div-bignum-part, math-format-bignum-decimal)
|
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
New constants.
(math-normalize,math-bignum-big,math-make-float,math-div10-bignum)
(math-scale-left,math-scale-left-bignum,math-scale-right)
(math-scale-right-bignum,math-scale-rounding,math-add,math-add-bignum)
(math-sub-bignum,math-sub,math-mul,math-mul-bignum,math-mul-bignum-digit)
(math-idivmod,math-quotient,math-div-bignum,math-div-bignum-digit)
(math-div-bignum-part,math-format-bignum-decimal,math-read-bignum):
Use math-bignum-digit-length, math-bignum-digit-size and
math-small-integer-size.
2007-06-23 04:08:18 +00:00
|
|
|
|
(math-read-bignum): Use math-bignum-digit-length,
|
|
|
|
|
math-bignum-digit-size and math-small-integer-size.
|
|
|
|
|
|
2007-06-23 04:49:44 +00:00
|
|
|
|
* calc/calc-ext.el (math-fixnum-big): Use the variable
|
|
|
|
|
math-bignum-digit-size.
|
|
|
|
|
|
2007-06-23 03:06:21 +00:00
|
|
|
|
2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* log-view.el (log-view-mode-menu): New menu.
|
|
|
|
|
|
2007-06-22 18:37:16 +00:00
|
|
|
|
2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-22 21:18:31 +00:00
|
|
|
|
* diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
|
|
|
|
|
differently.
|
|
|
|
|
|
2007-06-22 18:37:16 +00:00
|
|
|
|
* vc-hg.el (vc-hg-registered): Add an autoloaded version.
|
|
|
|
|
(vc-hg-log-view-mode): Use log-view-font-lock-keywords.
|
|
|
|
|
|
2007-06-22 17:22:17 +00:00
|
|
|
|
2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-print-log): Insert the file name.
|
|
|
|
|
(vc-hg-log-view-mode): Fontify the file name.
|
|
|
|
|
|
2007-06-22 15:05:08 +00:00
|
|
|
|
2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
|
|
|
|
|
(calcFunc-julian): Fix incorrect number used in calculations.
|
2007-06-22 15:05:08 +00:00
|
|
|
|
|
2007-06-22 07:56:01 +00:00
|
|
|
|
2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* simple.el (next-error-recenter): New defcustom.
|
|
|
|
|
(next-error, next-error-internal): Recenter if specified,
|
|
|
|
|
immediately prior to running `next-error-hook'.
|
|
|
|
|
|
2007-06-22 08:15:02 +00:00
|
|
|
|
* progmodes/hideshow.el (hs-show-block): Use line-end-position.
|
|
|
|
|
(hs-hide-block-at-point, hs-hide-comment-region): Likewise.
|
|
|
|
|
|
2007-06-22 08:41:25 +00:00
|
|
|
|
* progmodes/hideshow.el (hs-hide-all): Use progress reporter.
|
|
|
|
|
|
2007-06-22 06:22:31 +00:00
|
|
|
|
2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-comb.el (math-small-factorial-table): New variable.
|
|
|
|
|
(calcFunc-fact): Use `math-small-factorial-table'.
|
|
|
|
|
|
|
|
|
|
* calc/calc-ext.el (math-defcache): Allow forms to evaluate
|
|
|
|
|
initial values.
|
2007-06-22 18:19:23 +00:00
|
|
|
|
(math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
|
2007-06-22 06:22:31 +00:00
|
|
|
|
New variables to use in caches.
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
|
|
|
|
|
(calcFunc-julian): Use `math-read-number-simple' to insert bignums.
|
2007-06-22 06:22:31 +00:00
|
|
|
|
|
2007-06-22 18:19:23 +00:00
|
|
|
|
* calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
|
2007-06-22 06:22:31 +00:00
|
|
|
|
(math-bernoulli-b-cache): Use math-read-number-simple to insert
|
|
|
|
|
bignums.
|
|
|
|
|
|
|
|
|
|
* calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
|
|
|
|
|
New variables to use in caches.
|
|
|
|
|
|
2007-06-22 02:11:59 +00:00
|
|
|
|
2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-06-22 18:19:23 +00:00
|
|
|
|
* vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
|
2007-06-22 02:46:04 +00:00
|
|
|
|
|
2007-06-22 02:11:59 +00:00
|
|
|
|
* vc-hg.el (vc-hg-log-view-mode): New mode.
|
|
|
|
|
|
2007-06-22 01:05:10 +00:00
|
|
|
|
2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (math-read-number-simple): New function.
|
|
|
|
|
|
2007-06-22 18:19:23 +00:00
|
|
|
|
2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
2007-06-21 22:51:00 +00:00
|
|
|
|
|
|
|
|
|
* vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
|
|
|
|
|
(vera-font-lock-match-item): Fix doc string.
|
|
|
|
|
(vera-in-comment-p): Remove unused function.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
|
2007-06-21 22:51:00 +00:00
|
|
|
|
use `syntax-ppss'.
|
|
|
|
|
(vera-forward-syntactic-ws): Fix argument order.
|
|
|
|
|
(vera-prepare-search): Use `with-syntax-table'.
|
|
|
|
|
(vera-indent-line): Fix doc string.
|
|
|
|
|
(vera-electric-tab): Fix doc string.
|
|
|
|
|
(vera-expand-abbrev): Define alias instead of using `fset'.
|
|
|
|
|
(vera-comment-uncomment-region): Use `comment-start-skip'.
|
|
|
|
|
|
2007-06-21 10:26:43 +00:00
|
|
|
|
2007-06-21 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* textmodes/org.el (org-export-with-footnotes): New option.
|
2007-06-22 18:19:23 +00:00
|
|
|
|
(org-export-as-html): Fix replacement bug for XEmacs.
|
2007-06-22 07:56:01 +00:00
|
|
|
|
(org-agenda-default-appointment-duration): New option.
|
2007-06-21 10:26:43 +00:00
|
|
|
|
|
2007-06-21 05:44:54 +00:00
|
|
|
|
2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el: Add to do items.
|
|
|
|
|
(vc-hg-diff): Add support for comparing different revisions.
|
|
|
|
|
(vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
|
|
|
|
|
(vc-hg-annotate-extract-revision-at-line)
|
|
|
|
|
(vc-hg-previous-version, vc-hg-checkin): New functions.
|
|
|
|
|
(vc-hg-annotate-re): New constant.
|
|
|
|
|
|
2007-06-20 19:36:28 +00:00
|
|
|
|
2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* calc/calc.el (math-standard-ops): Fix precedence of multiplication.
|
2007-06-20 19:36:28 +00:00
|
|
|
|
|
2007-06-20 16:32:09 +00:00
|
|
|
|
2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-22 21:18:31 +00:00
|
|
|
|
* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
|
|
|
|
|
buffer-local value of log-view-*-re if applicable.
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
|
|
|
|
|
Use vc-bzr-command rather than the ill defined vc-bzr-command*.
|
|
|
|
|
(vc-bzr-command*): Remove both (incompatible) versions.
|
|
|
|
|
(vc-bzr-do-command*): Remove.
|
|
|
|
|
(vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
|
|
|
|
|
Remove by folding into its only caller vc-bzr-command.
|
|
|
|
|
(vc-bzr-command): Always set the environment, even when ineffective.
|
|
|
|
|
(vc-bzr-version): Minor fix up.
|
|
|
|
|
(vc-bzr-admin-dirname): New var.
|
|
|
|
|
(vc-bzr-bzr-dir): Remove.
|
|
|
|
|
(vc-bzr-root-dir): New fun.
|
|
|
|
|
(vc-bzr-registered): Use it. Add an autoloaded version.
|
|
|
|
|
(vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
|
|
|
|
|
(vc-bzr-view-log-function): Remove.
|
|
|
|
|
(vc-bzr-log-view-mode): New major mode to replace it.
|
|
|
|
|
(vc-bzr-print-log): Only activate the old hack if needed.
|
|
|
|
|
|
2007-06-20 16:32:09 +00:00
|
|
|
|
* vc.el (vc-default-log-view-mode): New function.
|
|
|
|
|
(vc-print-log): Add new `log-view-mode' VC operation.
|
|
|
|
|
|
2007-06-20 10:12:44 +00:00
|
|
|
|
2007-06-20 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
2007-06-20 15:14:44 +00:00
|
|
|
|
* ido.el (ido-find-file-in-dir): Don't signal an error for
|
|
|
|
|
empty directories.
|
|
|
|
|
|
2007-06-20 14:17:36 +00:00
|
|
|
|
* add-log.el (change-log-mode): Set `show-trailing-whitespace'.
|
|
|
|
|
|
2007-06-20 10:12:44 +00:00
|
|
|
|
* desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
|
|
|
|
|
directory where the desktop file was found, as the docstring says.
|
|
|
|
|
(desktop-kill): Use `read-directory-name'.
|
|
|
|
|
|
2007-06-20 08:50:10 +00:00
|
|
|
|
2007-06-20 Alan Mackenzie <acm@muc.de>
|
|
|
|
|
|
|
|
|
|
* progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
|
|
|
|
|
When removing lines, also remove the \n. Correction of patch of
|
|
|
|
|
2007-04-21.
|
2007-06-20 10:12:44 +00:00
|
|
|
|
|
2007-06-20 07:59:07 +00:00
|
|
|
|
2007-06-20 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
|
|
|
|
|
event is not a cons cell. Do not unread drag-mouse-1 events.
|
|
|
|
|
Select right window in check whether space was stolen from
|
|
|
|
|
window above.
|
|
|
|
|
|
|
|
|
|
* help-mode.el (help-make-xrefs): Adjust position of new forward
|
|
|
|
|
button.
|
|
|
|
|
|
2007-06-20 06:44:35 +00:00
|
|
|
|
2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-with-process-environment)
|
|
|
|
|
(vc-bzr-std-process-invocation): New macros.
|
|
|
|
|
(vc-bzr-command, vc-bzr-command*): Use them.
|
|
|
|
|
(vc-bzr-with-c-locale): Remove.
|
|
|
|
|
(vc-bzr-dir-state): Replace its use with vc-bzr-command.
|
|
|
|
|
(vc-bzr-buffer-nonblank-p): New function.
|
|
|
|
|
(vc-bzr-state-words): New const.
|
|
|
|
|
(vc-bzr-state): Look for `bzr status` keywords in output.
|
|
|
|
|
Display everything else as a warning message to the user.
|
|
|
|
|
Fix status report with bzr >= 0.15.
|
|
|
|
|
|
2007-06-20 06:32:42 +00:00
|
|
|
|
2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-global-switches): Simplify.
|
|
|
|
|
(vc-hg-state): Handle more states.
|
|
|
|
|
(vc-hg-diff): Fix doc-string.
|
|
|
|
|
(vc-hg-register): New function.
|
|
|
|
|
(vc-hg-checkout): Likewise.
|
|
|
|
|
|
2007-06-20 10:12:44 +00:00
|
|
|
|
2007-06-20 Reto Zimmermann <reto@gnu.org>
|
2007-06-20 06:21:54 +00:00
|
|
|
|
|
|
|
|
|
* progmodes/vera-mode.el: New file.
|
|
|
|
|
|
2007-06-20 15:20:53 +00:00
|
|
|
|
2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (calc-multiplication-has-precendence):
|
|
|
|
|
New variable.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-standard-ops, math-standard-ops-p, math-expr-ops):
|
2007-06-20 15:20:53 +00:00
|
|
|
|
New functions.
|
|
|
|
|
(math-expr-opers): Define using math-standard-ops rather than
|
|
|
|
|
math-standard-opers.
|
|
|
|
|
* calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
|
|
|
|
|
equal the function math-standard-ops rather than the variable
|
|
|
|
|
math-standard-opers.
|
|
|
|
|
(calc-algebraic-entry): Let math-expr-opers equal
|
|
|
|
|
math-standard-ops or math-expr-ops, as appropriate.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-expr-read-level, math-read-factor): Let math-expr-opers
|
2007-06-20 15:20:53 +00:00
|
|
|
|
equal math-expr-ops.
|
|
|
|
|
* calc/calc-embed.el (calc-embedded-finish-edit):
|
|
|
|
|
Let math-expr-opers equal the function math-standard-ops
|
|
|
|
|
rather than the variable math-standard-opers.
|
|
|
|
|
* calc/calc-ext.el (math-read-plain-expr)
|
|
|
|
|
(math-format-flat-expr-fancy): Let math-expr-opers equal the
|
|
|
|
|
function math-standard-ops rather than the variable
|
|
|
|
|
math-standard-opers.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* calc/calc-lang.el (calc-set-language, math-read-big-rec):
|
2007-06-20 15:20:53 +00:00
|
|
|
|
Let math-expr-opers equal the function math-standard-ops rather
|
|
|
|
|
than the variable math-standard-opers.
|
|
|
|
|
* calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
|
|
|
|
|
equal the function math-standard-ops rather than the variable
|
|
|
|
|
math-standard-opers.
|
|
|
|
|
* calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
|
|
|
|
|
equal the function math-standard-ops rather than the variable
|
|
|
|
|
math-standard-opers.
|
|
|
|
|
* calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
|
|
|
|
|
math-expr-ops.
|
|
|
|
|
|
2007-06-20 10:12:44 +00:00
|
|
|
|
2007-06-19 Ivan Kanis <apple@kanis.eu>
|
2007-06-20 05:59:41 +00:00
|
|
|
|
|
|
|
|
|
* vc-hg.el: New file.
|
|
|
|
|
|
2007-06-22 18:19:23 +00:00
|
|
|
|
2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
|
|
|
|
|
with font-lock-multiline.
|
|
|
|
|
|
2007-06-17 22:17:17 +00:00
|
|
|
|
2007-06-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* lpr.el (lpr-page-header-switches): Move %s to separate element
|
|
|
|
|
for correct quoting. Doc fix.
|
|
|
|
|
|
2007-06-17 13:55:17 +00:00
|
|
|
|
2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
|
|
|
|
|
than setting sgml-xml-mode.
|
|
|
|
|
(sgml-mode, html-mode): Set sgml-xml-mode.
|
|
|
|
|
(sgml-skip-tag-backward): Tell if we skipped over matched tags.
|
|
|
|
|
(sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
|
|
|
|
|
(sgml-electric-tag-pair-before-change-function)
|
|
|
|
|
(sgml-electric-tag-pair-flush-overlays): New functions.
|
|
|
|
|
(sgml-electric-tag-pair-mode): New minor mode.
|
|
|
|
|
(sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
|
|
|
|
|
(sgml-calculate-indent): Use assoc-string.
|
|
|
|
|
|
2007-06-16 01:25:25 +00:00
|
|
|
|
2007-06-16 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
|
|
|
|
|
|
* thingatpt.el (thing-at-point-email-regexp): Don't require two
|
|
|
|
|
chars before the "@" in an email address. Andreas Roehler noticed
|
|
|
|
|
this problem.
|
|
|
|
|
|
2007-06-16 01:03:35 +00:00
|
|
|
|
2007-06-15 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
|
|
|
|
|
|
* thingatpt.el: Add support for email addresses (`email').
|
|
|
|
|
(thing-at-point, bounds-of-thing-at-point): Document `email' support.
|
|
|
|
|
(thing-at-point-email-regexp): New variable.
|
|
|
|
|
(`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
|
|
|
|
|
properties on this symbol, with lambda forms for values.
|
2007-06-17 13:55:17 +00:00
|
|
|
|
|
2007-06-15 18:50:19 +00:00
|
|
|
|
2007-06-15 Masatake YAMATO <jet@gyve.org>
|
|
|
|
|
|
2007-06-17 13:55:17 +00:00
|
|
|
|
* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
|
2007-06-15 19:40:47 +00:00
|
|
|
|
|
2007-06-17 13:55:17 +00:00
|
|
|
|
* vc.el (vc-dired-hook): Check the backend returned from
|
2007-06-15 18:50:19 +00:00
|
|
|
|
`vc-responsible-backend' can really handle `subdir'.
|
|
|
|
|
|
2007-06-15 16:27:16 +00:00
|
|
|
|
2007-06-15 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-06-17 13:55:17 +00:00
|
|
|
|
* wid-edit.el (widget-add-documentation-string-button):
|
|
|
|
|
Fix handling of documentation indent.
|
2007-06-15 16:27:16 +00:00
|
|
|
|
|
2007-06-15 14:35:58 +00:00
|
|
|
|
2007-06-15 Miles Bader <miles@fencepost.gnu.org>
|
|
|
|
|
|
|
|
|
|
* mb-depth.el: New file.
|
|
|
|
|
|
2007-06-15 13:56:48 +00:00
|
|
|
|
2007-06-15 Masatake YAMATO <jet@gyve.org>
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-dired-mode): Show backend name as part of mode name.
|
|
|
|
|
|
2007-06-14 23:07:05 +00:00
|
|
|
|
2007-06-14 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* wid-edit.el (widget-default-create): Move ?h handling here...
|
|
|
|
|
(widget-default-format-handler): ...from here.
|
|
|
|
|
(widget-docstring, widget-add-documentation-string-button): New funs.
|
|
|
|
|
(documentation-string): Add :visibility-widget property.
|
|
|
|
|
(widget-documentation-string-value-create): Use it.
|
|
|
|
|
|
|
|
|
|
* cus-edit.el (custom-split-regexp-maybe): Simplify.
|
|
|
|
|
(custom-buffer-create-internal): Simplify message.
|
|
|
|
|
(custom-variable-tag): Reduce height to normal.
|
|
|
|
|
(custom-variable-value-create, custom-face-value-create)
|
|
|
|
|
(custom-visibility): New widget.
|
|
|
|
|
(custom-visibility): New face.
|
2007-06-17 13:55:17 +00:00
|
|
|
|
(custom-group-value-create):
|
|
|
|
|
Call widget-add-documentation-string-button, using `custom-visibility'.
|
2007-06-14 23:07:05 +00:00
|
|
|
|
|
2007-06-14 21:25:12 +00:00
|
|
|
|
2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-current-group)
|
|
|
|
|
(byte-compile-nogroup-warn, byte-compile-file): Revert part of last
|
|
|
|
|
change. Apparently the "warning even if the group is implicit" is
|
|
|
|
|
a feature rather than a bug.
|
|
|
|
|
|
2007-06-14 19:30:34 +00:00
|
|
|
|
2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
|
2007-06-14 21:25:12 +00:00
|
|
|
|
|
2007-06-14 19:30:34 +00:00
|
|
|
|
* viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
|
2007-06-20 10:12:44 +00:00
|
|
|
|
Different advices for Emacs and XEmacs. Compile them conditionally.
|
|
|
|
|
(viper-version): Belated version change.
|
2007-06-14 21:25:12 +00:00
|
|
|
|
|
2007-06-14 00:13:11 +00:00
|
|
|
|
2007-06-14 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* follow.el (follow-all-followers, follow-generic-filter):
|
|
|
|
|
* pcomplete.el (pcomplete-restore-windows):
|
|
|
|
|
* x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
|
|
|
|
|
(x-dnd-drop-data):
|
|
|
|
|
* emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
|
|
|
|
|
* progmodes/python.el (python-complete-symbol):
|
|
|
|
|
* term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
|
|
|
|
|
|
2007-06-13 21:17:18 +00:00
|
|
|
|
2007-06-13 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
|
2007-07-24 08:55:43 +00:00
|
|
|
|
around bright and dim regexps. Make sure bright and dim matches
|
2007-06-13 21:17:18 +00:00
|
|
|
|
use word anchors. Send text through rcirc-markup functions.
|
|
|
|
|
(rcirc-url-regexp): Add single quote character.
|
|
|
|
|
(rcirc-connect): Write logs to disk on auto-save-hook.
|
|
|
|
|
Make server a non-optional argument.
|
|
|
|
|
(rcirc-log-alist): New variable.
|
|
|
|
|
(rcirc-log-directory): Make customizable.
|
|
|
|
|
(rcirc-log-flag): New customizable variable.
|
|
|
|
|
(rcirc-log): New function.
|
|
|
|
|
(rcirc-print): Use above function.
|
|
|
|
|
(rcirc-log-write): New function.
|
|
|
|
|
(rcirc-generate-new-buffer-name): Strip text properties.
|
|
|
|
|
(rcirc-switch-to-buffer-function): Remove variable.
|
|
|
|
|
(rcirc-last-non-irc-buffer): Remove variable.
|
|
|
|
|
(rcirc-non-irc-buffer): Add function.
|
|
|
|
|
(rcirc-next-active-buffer): Use above function.
|
|
|
|
|
(rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
|
|
|
|
|
(rcirc-handler-ctcp-KEEPALIVE): Add handler.
|
|
|
|
|
(rcirc-handler-CTCP): Don't print KEEPALIVE responses.
|
|
|
|
|
(rcirc-omit-mode): Add minor-mode.
|
|
|
|
|
(rcirc-mode-map): Change C-c C-o binding.
|
2007-07-24 08:55:43 +00:00
|
|
|
|
(rcirc-mode): Clear mode-line-process. Use a custom
|
2007-06-13 21:17:18 +00:00
|
|
|
|
fill-paragraph-function. Set up buffer-invisibility-spec.
|
|
|
|
|
(rcirc-response-formats): Remove timestamp code.
|
|
|
|
|
(rcirc-omit-responses): Add variable.
|
|
|
|
|
(rcirc-print): Don't put the overlay arrow on potentially omitted
|
|
|
|
|
lines. Log line to disk. Record activity for private messages
|
|
|
|
|
from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
|
|
|
|
|
(rcirc-jump-to-first-unread-line): Print message if there is no
|
|
|
|
|
unread text.
|
|
|
|
|
(rcirc-clear-unread): New function.
|
|
|
|
|
(rcirc-markup-text-functions): Add variable.
|
|
|
|
|
(rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
|
|
|
|
|
(rcirc-debug): Don't mess with window configuration.
|
|
|
|
|
(rcirc-send-message): Send message before printing locally.
|
|
|
|
|
Add SILENT argument, do not print message if non-nil.
|
|
|
|
|
(rcirc-visible-buffers): New function and variable.
|
|
|
|
|
(rcirc-window-configuration-change-1): Add function.
|
|
|
|
|
(rcirc-target-buffer): Make sure ACTIONs don't get sent to the
|
|
|
|
|
server buffer.
|
|
|
|
|
(rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
|
|
|
|
|
(rcirc-fill-paragraph): Add function.
|
|
|
|
|
(rcirc-record-activity, rcirc-window-configuration-change-1):
|
|
|
|
|
Only update the activity string if it has actually changed.
|
|
|
|
|
(rcirc-update-activity-string): Remove padding characters from the
|
|
|
|
|
mode-line string.
|
|
|
|
|
(rcirc-disconnect-buffer): New function to be called when a
|
|
|
|
|
channel is parted or the user quits.
|
|
|
|
|
(rcirc-server-name): Warn when the server-name hasn't been set.
|
|
|
|
|
(rcirc-window-configuration-change): Postpone work until
|
|
|
|
|
post-command-hook.
|
|
|
|
|
(rcirc-window-configuration-change-1): Update mode-line and
|
|
|
|
|
overlay arrows here.
|
2007-07-10 02:02:35 +00:00
|
|
|
|
(rcirc-authenticate): Fixc hanserv identification.
|
2007-06-13 21:17:18 +00:00
|
|
|
|
(rcirc-default-server): Remove variable.
|
|
|
|
|
(rcirc): Connect according to rcirc-connections.
|
|
|
|
|
(rcirc-connections): Add variable.
|
|
|
|
|
(rcirc-startup-channels-alist): Remove variable.
|
|
|
|
|
(rcirc-startup-channels): Remove function.
|
|
|
|
|
|
2007-06-13 21:11:42 +00:00
|
|
|
|
2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
|
|
|
|
|
|
2007-06-13 18:48:09 +00:00
|
|
|
|
2007-06-13 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change)
|
|
|
|
|
|
2007-06-13 21:11:42 +00:00
|
|
|
|
* term/xterm.el (terminal-init-xterm): Escape parens in character
|
|
|
|
|
constants.
|
2007-06-13 18:48:09 +00:00
|
|
|
|
|
2007-06-13 18:00:34 +00:00
|
|
|
|
2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-13 18:25:46 +00:00
|
|
|
|
* progmodes/sh-script.el: Remove unneeded * from docstrings.
|
|
|
|
|
Use [:alpha:] and [:alnum:] where applicable.
|
|
|
|
|
(sh-quoted-subshell): Rewrite to correctly
|
|
|
|
|
handle nested mixes of `...` and $(...).
|
|
|
|
|
(sh-apply-quoted-subshell): Remove.
|
|
|
|
|
(sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
|
|
|
|
|
|
2007-06-13 18:00:34 +00:00
|
|
|
|
* vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
|
|
|
|
|
|
2007-06-20 07:49:16 +00:00
|
|
|
|
2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
|
|
|
|
|
|
|
|
|
|
* ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
|
|
|
|
|
previous change.
|
|
|
|
|
|
2007-06-13 00:06:34 +00:00
|
|
|
|
2007-06-12 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* subr.el (user-emacs-directory): New defconst.
|
2007-06-13 18:00:34 +00:00
|
|
|
|
* cmuscheme.el (scheme-start-file):
|
|
|
|
|
* shell.el (shell):
|
|
|
|
|
* completion.el (save-completions-file-name):
|
|
|
|
|
* custom.el (custom-theme-directory):
|
|
|
|
|
* term/x-win.el (emacs-session-filename):
|
|
|
|
|
* filesets.el (filesets-menu-cache-file):
|
|
|
|
|
* thumbs.el (thumbs-thumbsdir):
|
|
|
|
|
* server.el (server-auth-dir):
|
|
|
|
|
* image-dired.el (image-dired-dir):
|
|
|
|
|
(image-dired-db-file):
|
|
|
|
|
(image-dired-temp-image-file):
|
|
|
|
|
(image-dired-gallery-dir):
|
|
|
|
|
(image-dired-temp-rotate-image-file):
|
|
|
|
|
* play/gamegrid.el (gamegrid-user-score-file-directory):
|
|
|
|
|
* savehist.el (savehist-file):
|
|
|
|
|
* tutorial.el (tutorial--saved-dir):
|
|
|
|
|
* startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
|
2007-06-13 00:06:34 +00:00
|
|
|
|
|
2007-06-12 23:58:20 +00:00
|
|
|
|
2007-06-12 Ralf Angeli <angeli@caeruleus.net>
|
|
|
|
|
|
|
|
|
|
* scroll-lock.el (scroll-lock-mode): Doc fix.
|
|
|
|
|
|
2007-06-12 21:18:46 +00:00
|
|
|
|
2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
|
2007-06-12 21:24:43 +00:00
|
|
|
|
|
|
|
|
|
* ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
|
|
|
|
|
|
|
|
|
|
* ediff-init.el: Doc strings.
|
|
|
|
|
|
2007-06-12 21:03:32 +00:00
|
|
|
|
2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
|
|
|
|
|
(byte-compile-file): Bind it.
|
|
|
|
|
(byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
|
|
|
|
|
group argument is provided implicitly.
|
|
|
|
|
(byte-compile-format-warn, byte-compile-from-buffer)
|
|
|
|
|
(byte-compile-insert-header): Don't hardcode point-min==1.
|
|
|
|
|
(byte-compile-file-form-require): Remove unused var old-load-list.
|
|
|
|
|
(byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
|
|
|
|
|
|
2007-06-12 19:20:25 +00:00
|
|
|
|
2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
|
2007-06-12 20:08:03 +00:00
|
|
|
|
|
|
|
|
|
* emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
|
2007-06-12 21:24:43 +00:00
|
|
|
|
Display error messages.
|
2007-06-12 20:08:03 +00:00
|
|
|
|
(viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
|
|
|
|
|
Get rid of cl.el dependencies.
|
|
|
|
|
|
|
|
|
|
* emulation/viper-init.el (viper-suppress-input-method-change-message):
|
|
|
|
|
New variable.
|
|
|
|
|
(viper-activate-input-method-action)
|
|
|
|
|
(viper-inactivate-input-method-action):
|
|
|
|
|
Use viper-suppress-input-method-change-message.
|
|
|
|
|
|
|
|
|
|
* emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
|
|
|
|
|
for C-s, C-r.
|
|
|
|
|
|
|
|
|
|
* emulation/viper-util.el (viper-set-cursor-color-according-to-state):
|
|
|
|
|
Use viper-replace-overlay-cursor-color instead of
|
2007-06-12 19:20:25 +00:00
|
|
|
|
viper-replace-overlay-cursor-color.
|
2007-06-12 20:08:03 +00:00
|
|
|
|
(viper-sit-for-short): Use sit-for with 3 arguments.
|
|
|
|
|
|
|
|
|
|
* emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
|
|
|
|
|
(viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
|
|
|
|
|
to gud-mode.
|
|
|
|
|
|
|
|
|
|
* ediff-mult.el (ediff-meta-buffer-brief-message)
|
|
|
|
|
(ediff-meta-buffer-verbose-message): New variables.
|
|
|
|
|
(ediff-meta-buffer-message): Variable deleted.
|
|
|
|
|
(ediff-verbose-help-enabled): New variable.
|
|
|
|
|
(ediff-toggle-verbose-help-meta-buffer): New function.
|
|
|
|
|
(ediff-redraw-directory-group-buffer): Made aware of short/verbose
|
2007-07-24 08:55:43 +00:00
|
|
|
|
message options.
|
2007-06-12 20:08:03 +00:00
|
|
|
|
|
|
|
|
|
* ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
|
2007-06-12 21:03:32 +00:00
|
|
|
|
(ediff-fixup-patch-map): Improve heuristic.
|
2007-06-12 20:08:03 +00:00
|
|
|
|
|
2007-06-12 18:52:05 +00:00
|
|
|
|
2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
|
|
|
|
|
(log-view-font-lock-keywords): Simplify.
|
|
|
|
|
(log-view-current-file, log-view-current-tag): Simplify.
|
|
|
|
|
|
2007-06-12 13:37:56 +00:00
|
|
|
|
2007-06-12 Sam Steingold <sds@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
|
|
|
|
|
|
2007-06-12 11:14:52 +00:00
|
|
|
|
2007-06-12 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* desktop.el (desktop-load-locked-desktop): New option.
|
|
|
|
|
(desktop-read): Use it.
|
|
|
|
|
(desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
|
|
|
|
|
Use `when'.
|
|
|
|
|
|
2007-06-12 09:11:31 +00:00
|
|
|
|
2007-06-12 Davis Herring <herring@lanl.gov>
|
|
|
|
|
|
|
|
|
|
* desktop.el (desktop-save-mode-off): New function.
|
|
|
|
|
(desktop-base-lock-name, desktop-not-loaded-hook): New variables.
|
|
|
|
|
(desktop-full-lock-name, desktop-file-modtime, desktop-owner)
|
|
|
|
|
(desktop-claim-lock, desktop-release-lock): New functions.
|
|
|
|
|
(desktop-kill): Tell `desktop-save' that this is the last save.
|
|
|
|
|
Release the lock afterwards.
|
|
|
|
|
(desktop-buffer-info): New function.
|
2007-06-20 10:12:44 +00:00
|
|
|
|
(desktop-save): Use it. Run `desktop-save-hook' where the doc
|
2007-06-12 09:11:31 +00:00
|
|
|
|
says to. Detect conflicts, and manage the lock.
|
|
|
|
|
(desktop-read): Detect conflicts. Manage the lock.
|
|
|
|
|
|
2007-06-12 04:55:40 +00:00
|
|
|
|
2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-12 04:56:35 +00:00
|
|
|
|
* emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
|
|
|
|
|
|
2007-06-12 04:55:40 +00:00
|
|
|
|
* emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
|
|
|
|
|
(tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
|
2007-06-20 10:12:44 +00:00
|
|
|
|
(CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
|
2007-06-12 04:55:40 +00:00
|
|
|
|
(tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
|
|
|
|
|
keysyms rather than byte sequences.
|
|
|
|
|
(tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
|
|
|
|
|
|
2007-06-14 09:59:49 +00:00
|
|
|
|
2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
2007-06-04 20:40:26 +00:00
|
|
|
|
|
2007-06-14 09:59:49 +00:00
|
|
|
|
* font-lock.el (font-lock-add-keywords): In case font-lock was only
|
|
|
|
|
half-activated, forcefully activate it completely.
|
2007-06-04 20:33:30 +00:00
|
|
|
|
|
2007-06-14 09:59:49 +00:00
|
|
|
|
2007-06-11 Richard Stallman <rms@gnu.org>
|
2007-06-02 11:07:00 +00:00
|
|
|
|
|
2007-06-14 09:59:49 +00:00
|
|
|
|
* cus-edit.el (custom-variable-type): Doc fix.
|
2007-06-02 11:07:00 +00:00
|
|
|
|
|
2007-06-11 22:02:21 +00:00
|
|
|
|
2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-11 22:16:43 +00:00
|
|
|
|
* progmodes/sh-script.el (sh-font-lock-backslash-quote)
|
|
|
|
|
(sh-font-lock-flush-syntax-ppss-cache): New functions.
|
|
|
|
|
(sh-font-lock-syntactic-keywords): Use them to distinguish the
|
|
|
|
|
different possible cases for \'.
|
|
|
|
|
|
2007-06-11 22:10:24 +00:00
|
|
|
|
* complete.el (PC-bindings): Don't bind things already bound in the
|
|
|
|
|
parent keymap.
|
|
|
|
|
|
2007-06-11 22:02:21 +00:00
|
|
|
|
* textmodes/bibtex-style.el: New file.
|
|
|
|
|
|
2007-06-11 20:00:35 +00:00
|
|
|
|
2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el: New file.
|
|
|
|
|
|
2007-06-11 18:41:09 +00:00
|
|
|
|
2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-svn.el (vc-svn-program): New var.
|
|
|
|
|
(vc-svn-command): Use it.
|
|
|
|
|
|
2007-06-11 00:23:06 +00:00
|
|
|
|
2007-06-11 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* server.el (server-switch-buffer): Remove redundant check.
|
|
|
|
|
|
2007-06-10 16:15:10 +00:00
|
|
|
|
2007-06-10 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
2007-06-11 00:23:06 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
|
|
|
|
|
Match against file-name-nondirectory.
|
2007-06-10 16:15:10 +00:00
|
|
|
|
Fix text on user customization variables.
|
|
|
|
|
Reported by Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>.
|
|
|
|
|
|
2007-06-09 12:53:04 +00:00
|
|
|
|
2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
|
|
|
|
|
|
|
|
|
|
* mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
|
|
|
|
|
|
2007-06-09 00:14:06 +00:00
|
|
|
|
2007-06-09 Davis Herring <herring@lanl.gov>
|
|
|
|
|
|
|
|
|
|
* desktop.el (desktop-minor-mode-table): Doc fix.
|
|
|
|
|
|
2007-06-08 21:57:46 +00:00
|
|
|
|
2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/css-mode.el (css-navigation-syntax-table):
|
|
|
|
|
Use set-char-table-range so it also works in the unicode branch.
|
|
|
|
|
|
2007-06-08 10:07:51 +00:00
|
|
|
|
2007-06-08 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* help-mode.el (help-xref-forward-stack)
|
|
|
|
|
(help-xref-stack-forward-item, help-forward-label): New variables.
|
|
|
|
|
(help-forward): New button type.
|
|
|
|
|
(help-setup-xref): Initialise help-xref-forward-stack.
|
|
|
|
|
(help-make-xrefs): Add forward button, if appropriate.
|
|
|
|
|
(help-xref-go-back): Push item on forward stack.
|
|
|
|
|
(help-xref-go-forward, help-go-forward): New functions.
|
|
|
|
|
|
2007-06-07 16:41:17 +00:00
|
|
|
|
2007-06-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* dired.el (dired-mode-map): Remove spurious separator.
|
|
|
|
|
|
2007-06-07 12:42:48 +00:00
|
|
|
|
2007-06-07 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
2007-06-07 13:16:41 +00:00
|
|
|
|
* progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
|
|
|
|
|
|
2007-06-07 14:33:46 +00:00
|
|
|
|
* progmodes/mixal-mode.el (mixal-operation-codes-alist):
|
2007-06-07 12:42:48 +00:00
|
|
|
|
* progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
|
|
|
|
|
|
2007-06-07 09:00:45 +00:00
|
|
|
|
2007-06-07 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org.el: Version number fixed.
|
|
|
|
|
|
2007-06-07 06:46:12 +00:00
|
|
|
|
2007-06-07 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-06-07 07:18:49 +00:00
|
|
|
|
* version.el (emacs-copyright): New constant.
|
2007-06-07 07:27:26 +00:00
|
|
|
|
* startup.el (fancy-splash-tail): Use emacs-copyright.
|
2007-06-07 07:25:14 +00:00
|
|
|
|
* calc/calc-help.el (calc-full-help): Use emacs-copyright.
|
|
|
|
|
|
2007-06-07 06:59:46 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
|
|
|
|
|
`make-local'.
|
|
|
|
|
(byte-compile-warnings-safe-p): Add `make-local'.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(byte-compile-make-variable-buffer-local):
|
|
|
|
|
Allow byte-compile-warnings to suppress this warning.
|
2007-06-07 06:59:46 +00:00
|
|
|
|
|
2007-06-07 06:56:02 +00:00
|
|
|
|
* tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
|
|
|
|
|
format of "menu" description.
|
|
|
|
|
(tutorial--find-changed-keys): Describe the specific menu a
|
|
|
|
|
command is in.
|
|
|
|
|
|
2007-06-07 06:46:12 +00:00
|
|
|
|
* dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
|
|
|
|
|
Rewrite compatibility functions to silence byte-compiler.
|
|
|
|
|
|
2007-06-07 06:32:11 +00:00
|
|
|
|
2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
|
|
|
|
|
|
|
|
|
|
* mail/rmailsum.el (rmail-summary-save-buffer): New command.
|
|
|
|
|
(rmail-summary-mode-map): Add rmail-summary-save-buffer.
|
|
|
|
|
|
2007-06-07 06:18:46 +00:00
|
|
|
|
2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
|
|
|
|
|
|
2007-06-07 12:42:48 +00:00
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
|
2007-06-07 06:18:46 +00:00
|
|
|
|
|
2007-06-07 00:21:03 +00:00
|
|
|
|
2007-06-07 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/ebrowse.el (ebrowse-member-table):
|
|
|
|
|
* textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
|
|
|
|
|
(org-batch-agenda-csv): Fix typos in docstrings.
|
|
|
|
|
|
2007-06-06 09:26:32 +00:00
|
|
|
|
2007-06-06 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* international/mule-cmds.el (toggle-enable-multibyte-characters)
|
|
|
|
|
(sort-coding-systems, search-unencodable-char): Doc fixes.
|
|
|
|
|
(coding-system-change-eol-conversion, set-default-coding-systems)
|
|
|
|
|
(prefer-coding-system, find-multibyte-characters, princ-list)
|
|
|
|
|
(leim-list-entry-regexp, set-input-method, locale-language-names)
|
|
|
|
|
(input-method-exit-on-first-char, exit-language-environment-hook)
|
|
|
|
|
(locale-charset-language-names): Fix typos in docstrings.
|
|
|
|
|
|
2007-06-06 15:30:19 +00:00
|
|
|
|
2007-06-06 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* pgg.el (pgg-sign-region, pgg-sign):
|
|
|
|
|
* ses.el (ses-call-printer):
|
|
|
|
|
* calendar/icalendar.el (icalendar--diarytime-to-isotime):
|
|
|
|
|
* textmodes/org.el (org-cycle): Fix typos in docstrings.
|
|
|
|
|
|
2007-06-06 15:12:42 +00:00
|
|
|
|
2007-06-06 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
2007-06-06 15:30:19 +00:00
|
|
|
|
* textmodes/org.el
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-export-region-as-html, org-replace-region-by-html)
|
|
|
|
|
(org-number-to-letters, org-table-fedit-finish)
|
|
|
|
|
(org-normalize-color, org-table-fedit-ref-right)
|
|
|
|
|
(org-date-to-gregorian, org-table-fedit-move)
|
|
|
|
|
(org-table-convert-refs-to-rc, org-calendar-holiday)
|
|
|
|
|
(org-table-fedit-toggle-ref-type, org-write-agenda)
|
|
|
|
|
(org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
|
|
|
|
|
(org-defkey, org-encode-for-stdout)
|
|
|
|
|
(org-indent-line-function, org-export-as-html-to-buffer)
|
|
|
|
|
(org-store-agenda-views, org-update-mode-line)
|
|
|
|
|
(org-find-if, org-delete-all)
|
|
|
|
|
(org-table-fedit-convert-buffer, org-emphasize)
|
|
|
|
|
(org-uniquify, org-table-fedit-lisp-indent)
|
|
|
|
|
(org-table-fedit-scroll, org-get-todo-sequence-head)
|
|
|
|
|
(org-table-fedit-scroll-down, org-table-fedit-line-down)
|
|
|
|
|
(org-table-fedit-ref-left, org-agenda-export-csv-mapper)
|
|
|
|
|
(org-table-fedit-toggle-coordinates, org-dvipng-color)
|
|
|
|
|
(org-table-fedit-line-up, org-table-fedit-ref-down)
|
|
|
|
|
(org-table-formula-from-user, org-mode-flyspell-verify)
|
|
|
|
|
(org-cycle-show-empty-lines, org-ctrl-c-ret)
|
|
|
|
|
(org-table-formula-to-user, org-diary-to-ical-string)
|
|
|
|
|
(orgtbl-export, org-table-fedit-post-command)
|
|
|
|
|
(org-closed-in-range, org-shiftcontrolright)
|
|
|
|
|
(org-table-convert-refs-to-an, org-table-hline-and-move)
|
|
|
|
|
(org-table-formula-less-p, org-format-table-ascii)
|
|
|
|
|
(org-agenda-get-sexps, org-shift-refpart)
|
|
|
|
|
(org-diary-sexp-entry, org-time-string-to-absolute)
|
|
|
|
|
(org-table-show-reference, org-letters-to-number)
|
|
|
|
|
(org-fix-agenda-info, org-table-fedit-ref-up)
|
|
|
|
|
(org-table-fedit-shift-reference, org-table-fedit-abort)
|
|
|
|
|
(org-closest-date, org-shiftcontrolleft)
|
|
|
|
|
(org-at-heading-or-item-p, org-rematch-and-replace)
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-agenda-todo-nextset, org-export-grab-title-from-buffer):
|
|
|
|
|
New functions.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-table-edit-scroll-down, org-finish-edit-formulas)
|
|
|
|
|
(org-table-edit-next-field, org-abort-edit-formulas)
|
|
|
|
|
(org-font-lock-level, org-export-find-first-heading-line)
|
|
|
|
|
(org-table-edit-line-down, org-table-edit-backward-field)
|
|
|
|
|
(org-edit-formula-lisp-indent, org-table-edit-move)
|
|
|
|
|
(org-check-log-option, org-this-word)
|
|
|
|
|
(org-table-edit-line-up, org-table-edit-formulas-post-command)
|
|
|
|
|
(org-agenda-file-to-end, org-expand-file-name)
|
|
|
|
|
(org-fake-empty-table-line, org-table-edit-scroll)
|
|
|
|
|
(org-toggle-log-option, org-show-reference): Function removed.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-inhibit-invisibility, org-table-formula-make-cmp-string):
|
|
|
|
|
New defsubsts.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-unmodified, org-batch-store-agenda-views)
|
|
|
|
|
(org-batch-agenda-csv): New macro.
|
|
|
|
|
(org-agenda-export): New customization group.
|
|
|
|
|
(org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
|
|
|
|
|
(org-highest-priority, org-agenda-exporter-settings)
|
|
|
|
|
(org-log-done-with-time, org-replace-disputed-keys)
|
|
|
|
|
(org-format-latex-header, org-export-table-header-tags)
|
|
|
|
|
(org-cycle-separator-lines, org-export-table-data-tags)
|
|
|
|
|
(org-icalendar-include-sexps)
|
|
|
|
|
(org-empty-line-terminates-plain-lists)
|
|
|
|
|
(org-log-repeat, org-special-ctrl-a)
|
|
|
|
|
(org-table-use-standard-references, org-disputed-keys)
|
|
|
|
|
(org-export-skip-text-before-1st-heading, org-agenda-with-colors)
|
|
|
|
|
(org-agenda-export-html-style): New option.
|
2007-06-24 22:24:40 +00:00
|
|
|
|
(org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-CUA-compatible): Option removed.
|
2007-06-24 22:24:40 +00:00
|
|
|
|
(org-agenda-structure, org-sexp-date): New face.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-todo-keywords-for-agenda, org-not-done-keywords)
|
|
|
|
|
(org-planning-or-clock-line-re, org-agenda-name)
|
|
|
|
|
(org-table-colgroup-info, org-todo-sets)
|
|
|
|
|
(constants-unit-system, org-clock-mode-line-entry)
|
|
|
|
|
(org-mode-line-timer, org-table-current-begin-pos)
|
|
|
|
|
(org-todo-keywords-1, org-mode-line-string)
|
|
|
|
|
(org-table-clean-did-remove-column, org-table-fedit-map)
|
|
|
|
|
(org-clock-heading, org-table-buffer-is-an)
|
|
|
|
|
(org-agenda-info, org-done-keywords)
|
|
|
|
|
(org-done-keywords-for-agenda, org-todo-heads)
|
|
|
|
|
(org-todo-kwd-alist, org-clock-start-time): New variable.
|
|
|
|
|
(org-todo-kwd-priority-p, org-edit-formulas-map)
|
|
|
|
|
(org-repeat-re, org-todo-kwd-max-priority)
|
|
|
|
|
(org-version, org-done-string)
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-clean-did-remove-column-1, org-disputed-keys):
|
2007-06-24 22:24:40 +00:00
|
|
|
|
Remove variables.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-translate-regexp, org-repeat-re, org-version): New consts.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-ts-lengths): Constant removed.
|
|
|
|
|
(org-follow-gnus-link): Don't ask how many articles to read.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-export-find-first-export-line): Rename from
|
|
|
|
|
`org-export-find-first-heading'.
|
|
|
|
|
Use `org-export-skip-text-before-1st-heading'.
|
|
|
|
|
(org-table-fedit-post-command): Rename from
|
2007-06-06 15:12:42 +00:00
|
|
|
|
`org-table-edit-formulas-post-command'.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
|
|
|
|
|
(org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
|
|
|
|
|
(org-table-fedit-lisp-indent): Rename from
|
2007-06-06 15:12:42 +00:00
|
|
|
|
`org-edit-formula-lisp-indent'.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-show-reference): Rename from `org-show-reference'.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-table-store-formulas): Use `org-table-formula-less-p'.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-edit-formulas): Position cursor to current field equation.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-update-checkbox-count, org-hide-archived-subtrees)
|
|
|
|
|
(org-timestamp-up-day, org-timestamp-down-day)
|
|
|
|
|
(org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
|
|
|
|
|
(org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
|
|
|
|
|
(org-metadown, org-shiftup, org-shiftdown, org-shiftright)
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-shiftleft, org-ctrl-c-ctrl-c, org-context):
|
|
|
|
|
Let `org-on-heading-p' also check for invisible heading.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-read-date): Match am/pm times.
|
|
|
|
|
(org-eval-in-calendar): Fix default date in prompt.
|
|
|
|
|
|
2007-06-05 15:46:35 +00:00
|
|
|
|
2007-06-05 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* files.el (auto-mode-alist): Separate "ChangeLog.1" and
|
|
|
|
|
"ChangeLog.a" entries, giving the latter lower priority.
|
|
|
|
|
|
2007-06-05 10:13:03 +00:00
|
|
|
|
2007-06-05 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* faces.el (face-id): If the argument is a face alias,
|
|
|
|
|
return the ID of the target face.
|
|
|
|
|
|
2007-06-05 05:00:23 +00:00
|
|
|
|
2007-06-05 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/socks.el (top): Remove unnecessary copyright line.
|
|
|
|
|
|
2007-06-04 20:32:47 +00:00
|
|
|
|
2007-06-04 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* longlines.el (longlines-auto-wrap): Handle argument correctly.
|
|
|
|
|
|
2007-06-04 20:24:09 +00:00
|
|
|
|
2007-06-04 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/socks.el: New file, taken from w3 repository.
|
|
|
|
|
(top): Update Copyright. Don't load cl.el.
|
|
|
|
|
(all): Replace `case' by `cond', `string-to-int' by
|
|
|
|
|
`string-to-number', and `process-kill-without-query' by
|
|
|
|
|
`set-process-query-on-exit-flag'.
|
2007-08-23 14:45:45 +00:00
|
|
|
|
(socks-char-int): Remove defalias and all occurrences.
|
2007-06-04 20:24:09 +00:00
|
|
|
|
|
2007-06-04 01:36:30 +00:00
|
|
|
|
2007-06-04 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-find-file, compilation-handle-exit):
|
|
|
|
|
Fix typos in docstrings.
|
|
|
|
|
(compilation-search-path, compilation-buffer-name-function): Doc fixes.
|
|
|
|
|
(compilation-finish-function): Fix typo in obsolescence declaration.
|
|
|
|
|
|
2007-06-04 01:03:14 +00:00
|
|
|
|
2007-06-03 Sam Steingold <sds@gnu.org>
|
2007-06-03 18:56:15 +00:00
|
|
|
|
|
2007-06-05 14:43:46 +00:00
|
|
|
|
* progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
|
|
|
|
|
handle unending automatic recompilation of changed files (`omake -P').
|
2007-06-05 18:29:37 +00:00
|
|
|
|
(compilation-loop): VISITED is now 5th CDR.
|
2007-06-03 18:56:15 +00:00
|
|
|
|
(compilation-next-error-function): Set TIMESTAMP.
|
|
|
|
|
|
2007-06-04 01:03:14 +00:00
|
|
|
|
2007-06-03 Sam Steingold <sds@gnu.org>
|
2007-06-03 18:51:42 +00:00
|
|
|
|
|
|
|
|
|
* files.el (kill-buffer-ask): New function.
|
|
|
|
|
(kill-some-buffers): Use it.
|
|
|
|
|
(kill-matching-buffers): New user command.
|
|
|
|
|
|
2007-06-01 05:01:56 +00:00
|
|
|
|
2007-06-01 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* dired.el (dired-recursive-deletes, dired-recursive-copies):
|
|
|
|
|
Change default to `top'.
|
|
|
|
|
|
2007-05-31 21:10:49 +00:00
|
|
|
|
2007-05-31 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
|
|
|
|
|
|
2007-05-31 00:52:35 +00:00
|
|
|
|
2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/css-mode.el: New file.
|
|
|
|
|
|
2007-05-30 14:06:39 +00:00
|
|
|
|
2007-05-30 Michael Olson <mwolson@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
|
|
|
|
|
died and we are trying to send a signal to it. The program using
|
|
|
|
|
tq.el should periodically check to see whether the process has
|
|
|
|
|
died and react appropriately -- this is not the responsibility of
|
|
|
|
|
tq.el, and is consistent with the rest of the tq.el source code.
|
|
|
|
|
|
2007-05-29 06:14:19 +00:00
|
|
|
|
2007-05-29 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* textmodes/table.el (table--point-entered-cell-function)
|
2007-05-31 00:52:35 +00:00
|
|
|
|
(table--point-left-cell-function):
|
|
|
|
|
Bind `inhibit-point-motion-hooks' to t.
|
2007-05-29 06:14:19 +00:00
|
|
|
|
|
2007-05-29 00:53:54 +00:00
|
|
|
|
2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/rx.el (rx): Doc fix.
|
|
|
|
|
|
2007-05-28 23:03:37 +00:00
|
|
|
|
2007-05-28 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
|
|
|
|
|
|
2007-05-28 10:32:54 +00:00
|
|
|
|
2007-05-28 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
Sync with Tramp 2.0.56.
|
|
|
|
|
|
|
|
|
|
* net/tramp.el:
|
|
|
|
|
* net/tramp-ftp.el:
|
|
|
|
|
* net/tramp-smb.el:
|
|
|
|
|
* net/tramp-util.el:
|
|
|
|
|
* net/tramp-vc.el:
|
|
|
|
|
Don't load cl.el, because that pollutes the namespace. Replace cl
|
|
|
|
|
macros by their implementations where necessary. Requested by
|
|
|
|
|
Richard Stallman <rms@gnu.org>.
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
|
|
|
|
|
doesn't exist.
|
2007-05-31 00:52:35 +00:00
|
|
|
|
(with-parsed-tramp-file-name): Protect debug spec during compilation.
|
2007-05-28 10:32:54 +00:00
|
|
|
|
(tramp-handle-insert-directory): Check (featurep 'ls-lisp).
|
|
|
|
|
(tramp-file-name-p, tramp-file-name-multi-method)
|
|
|
|
|
(tramp-file-name-method, tramp-file-name-user)
|
|
|
|
|
(tramp-file-name-host, tramp-file-name-localname): New defuns,
|
|
|
|
|
replacing defstruct `tramp-file-name'.
|
|
|
|
|
(tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
|
2007-05-31 00:52:35 +00:00
|
|
|
|
(tramp-dissect-file-name, tramp-dissect-multi-file-name):
|
|
|
|
|
Apply `vector' instead of `make-tramp-file-name'.
|
|
|
|
|
(tramp-handle-make-auto-save-file-name):
|
|
|
|
|
Apply `tramp-temporary-file-directory' for compatibility reasons.
|
2007-05-28 10:32:54 +00:00
|
|
|
|
(tramp-completion-mode): Use `natnump' instead of `wholenump'
|
|
|
|
|
because of XEmacs.
|
|
|
|
|
(tramp-completion-mode): `last-input-event' is nil when XEmacs is
|
|
|
|
|
started.
|
|
|
|
|
|
2007-05-28 14:10:24 +00:00
|
|
|
|
2007-05-28 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
|
|
|
|
|
|
2007-05-27 23:18:08 +00:00
|
|
|
|
2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
|
|
|
|
|
|
|
|
|
|
* log-edit.el (log-edit-changelog-paragraph): Return point-max
|
|
|
|
|
as the end of the ChangeLog paragraph when it ends without a line
|
|
|
|
|
termination.
|
|
|
|
|
|
2007-05-28 07:42:10 +00:00
|
|
|
|
2007-05-27 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* net/webjump.el (webjump-sample-sites):
|
|
|
|
|
Add simple Wikipedia query.
|
|
|
|
|
|
2007-05-25 14:34:35 +00:00
|
|
|
|
2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-05-25 17:00:54 +00:00
|
|
|
|
* emacs-lisp/derived.el (define-derived-mode): Remove bogus
|
2007-06-24 22:24:40 +00:00
|
|
|
|
compatibility code.
|
2007-05-25 17:00:54 +00:00
|
|
|
|
|
2007-05-25 16:58:18 +00:00
|
|
|
|
* emacs-lisp/copyright.el (copyright-names-regexp): New var.
|
|
|
|
|
(copyright-update-year): Use it.
|
|
|
|
|
|
2007-05-25 16:43:24 +00:00
|
|
|
|
* edmacro.el (edmacro-format-keys): Use current-active-maps.
|
|
|
|
|
|
2007-05-25 16:41:25 +00:00
|
|
|
|
* ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
|
|
|
|
|
Add indentation and debugging info. Fix up comment convention.
|
|
|
|
|
|
2007-05-25 16:16:17 +00:00
|
|
|
|
* cus-dep.el (custom-make-dependencies): Simplify.
|
|
|
|
|
|
2007-05-25 16:14:21 +00:00
|
|
|
|
* composite.el (compose-region, decompose-region):
|
|
|
|
|
Use inhibit-read-only and restore-buffer-modified-p.
|
|
|
|
|
|
2007-05-25 14:34:35 +00:00
|
|
|
|
* xt-mouse.el (xterm-mouse-truncate-wrap): New function.
|
|
|
|
|
(xterm-mouse-event): Use it.
|
|
|
|
|
|
2007-05-25 10:14:51 +00:00
|
|
|
|
2007-05-25 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* bs.el (bs-cycle-previous): Don't modify the cycle list until
|
|
|
|
|
`switch-to-buffer' has returned succesfully.
|
|
|
|
|
(bs-cycle-next): Ditto. Also, don't bury the buffer when the
|
|
|
|
|
window is dedicated (it could iconify the frame).
|
|
|
|
|
|
2007-05-25 04:41:42 +00:00
|
|
|
|
2007-05-25 Miles Bader <miles@fencepost.gnu.org>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-find-root): Fix file attribute test.
|
|
|
|
|
|
2007-05-24 22:12:25 +00:00
|
|
|
|
2007-05-24 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/flyspell.el (flyspell-correct-word-before-point):
|
|
|
|
|
Don't let opoint be nil.
|
|
|
|
|
(flyspell-emacs-popup): Explicit error if no dialogs.
|
|
|
|
|
|
2007-05-24 23:12:40 +00:00
|
|
|
|
2007-05-24 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* image-mode.el (image-forward-hscroll, image-backward-hscroll)
|
|
|
|
|
(image-next-line, image-previous-line, image-scroll-up)
|
|
|
|
|
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
|
|
|
|
|
New functions.
|
|
|
|
|
(image-mode-map): Remap motion commands.
|
|
|
|
|
(image-mode-text-map): New keymap for viewing images as text.
|
|
|
|
|
(image-mode): Use image-mode-map.
|
|
|
|
|
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
|
|
|
|
|
|
2007-05-24 16:13:18 +00:00
|
|
|
|
2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/fill.el (canonically-space-region): Make the second arg
|
|
|
|
|
a marker if it's not already the case.
|
|
|
|
|
|
2007-05-23 18:36:16 +00:00
|
|
|
|
2007-05-23 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
|
|
|
|
|
(tar-get-descriptor): Handle type 55, an extended pax header.
|
|
|
|
|
|
2007-05-23 17:29:28 +00:00
|
|
|
|
2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
|
|
|
|
|
to confuse outline-minor-mode.
|
|
|
|
|
|
2007-05-23 12:38:59 +00:00
|
|
|
|
2007-05-23 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* tar-mode.el (tar-file-name-handler): New function.
|
|
|
|
|
(tar-extract): Bind file-name-handler-alist to it to force
|
|
|
|
|
find-buffer-file-type-coding-system behave as if the file being
|
|
|
|
|
extracted existed. Use last-coding-system-used to force
|
|
|
|
|
buffer-file-coding-system to what decode-coding-region actually
|
|
|
|
|
used to decode the file.
|
|
|
|
|
|
2007-05-23 08:12:59 +00:00
|
|
|
|
2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-handle-exit):
|
|
|
|
|
`compilation-finish-function' may change the current buffer.
|
|
|
|
|
|
2007-05-22 11:42:31 +00:00
|
|
|
|
2007-05-22 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* files.el (set-auto-mode): Doc fix.
|
|
|
|
|
|
2007-05-22 13:45:59 +00:00
|
|
|
|
2007-05-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* help-fns.el (find-source-lisp-file): New function.
|
|
|
|
|
(describe-function-1): Use find-source-lisp-file to find source
|
|
|
|
|
file in compile tree.
|
|
|
|
|
|
2007-05-22 11:24:50 +00:00
|
|
|
|
2007-05-22 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
|
|
|
|
|
|
2007-05-22 10:02:17 +00:00
|
|
|
|
2007-05-22 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/easy-mmode.el (define-minor-mode)
|
|
|
|
|
(easy-mmode-define-navigation): Fix typos in docstrings.
|
|
|
|
|
|
2007-05-22 06:24:39 +00:00
|
|
|
|
2007-05-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
|
|
|
|
|
|
2007-07-08 23:43:42 +00:00
|
|
|
|
2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
|
2007-05-22 02:24:05 +00:00
|
|
|
|
|
2007-06-08 21:57:46 +00:00
|
|
|
|
* mail/mail-extr.el (mail-extract-address-components):
|
|
|
|
|
Recognize non-ASCII characters except for NBSP as words.
|
2007-05-22 02:24:05 +00:00
|
|
|
|
|
2007-05-21 19:39:10 +00:00
|
|
|
|
2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
|
|
|
|
|
|
|
|
|
|
* net/rcirc.el (rcirc-fill-column): Allow `window-width'.
|
|
|
|
|
(rcirc-print): Handle `window-width'.
|
|
|
|
|
(rcirc-buffer-maximum-lines): Doc fix.
|
|
|
|
|
|
2007-05-21 16:42:52 +00:00
|
|
|
|
2007-05-21 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-05-21 23:05:09 +00:00
|
|
|
|
* image-mode.el (image-toggle-display): Don't clear image cache.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
Only use filename in image spec if the file is readable.
|
|
|
|
|
Call image-refresh.
|
2007-05-21 23:05:09 +00:00
|
|
|
|
|
2007-05-21 16:42:52 +00:00
|
|
|
|
* image.el (image-type-from-file-name, image-type): Simplify.
|
|
|
|
|
(image-type-auto-detected-p): Don't scan auto-mode-alist.
|
|
|
|
|
|
|
|
|
|
* files.el (magic-mode-alist): Remove image-type-auto-detected-p.
|
|
|
|
|
(magic-fallback-mode-alist): Add image-type-auto-detected-p.
|
|
|
|
|
|
2007-05-20 08:29:25 +00:00
|
|
|
|
2007-05-20 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
|
|
|
|
|
is an error.
|
|
|
|
|
|
|
|
|
|
* term/linux.el (terminal-init-linux): Don't signal an error
|
|
|
|
|
if gpm isn't running.
|
|
|
|
|
|
2007-05-20 02:26:33 +00:00
|
|
|
|
2007-05-20 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* t-mouse.el: Reduce to a minor-mode macro call.
|
2007-05-22 10:02:17 +00:00
|
|
|
|
(t-mouse-mode): Remove the lighter.
|
2007-05-20 05:44:20 +00:00
|
|
|
|
|
|
|
|
|
* term/linux.el (terminal-init-linux): Enable t-mouse by default.
|
2007-05-20 02:26:33 +00:00
|
|
|
|
|
2007-05-19 23:44:44 +00:00
|
|
|
|
2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* files.el (auto-mode-alist): Change the regexp so that
|
|
|
|
|
ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
|
|
|
|
|
|
2007-06-09 03:19:04 +00:00
|
|
|
|
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* Version 22.1 released.
|
|
|
|
|
|
2007-05-19 18:39:44 +00:00
|
|
|
|
2007-05-19 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
|
|
|
|
|
changes.
|
|
|
|
|
|
2007-05-19 04:45:30 +00:00
|
|
|
|
2007-05-19 Kevin Ryde <user42@zip.com.au>
|
|
|
|
|
|
|
|
|
|
* info.el (Info-fontify-node): Fontify https as well as http and ftp.
|
|
|
|
|
|
2007-05-18 09:35:40 +00:00
|
|
|
|
2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el: Revert last change.
|
|
|
|
|
|
2007-05-18 22:56:08 +00:00
|
|
|
|
2007-05-18 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* simple.el (push-mark): Doc fix.
|
|
|
|
|
|
2007-05-18 22:32:08 +00:00
|
|
|
|
2007-05-18 Rob Riepel <riepel@Stanford.EDU>
|
|
|
|
|
|
2007-06-08 21:57:46 +00:00
|
|
|
|
* emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
|
2007-05-18 22:32:08 +00:00
|
|
|
|
tpu-global-map.
|
2007-05-22 10:02:17 +00:00
|
|
|
|
(tpu-original-global-map): Variable deleted.
|
|
|
|
|
(tpu-control-keys-map): New keymap variable.
|
|
|
|
|
(tpu-set-control-keys): Use tpu-reset-control-keys rather than
|
2007-05-18 22:32:08 +00:00
|
|
|
|
setting keymapping directly.
|
2007-05-22 10:02:17 +00:00
|
|
|
|
(tpu-reset-control-keys): Use tpu-control-keys-map instead of
|
2007-05-18 22:32:08 +00:00
|
|
|
|
tpu-global-map.
|
|
|
|
|
(tpu-edt-on): Activate the tpu-global-map.
|
|
|
|
|
(tpu-edt-off): Deactivate the tpu-global-map.
|
2007-05-22 10:02:17 +00:00
|
|
|
|
|
2007-05-18 22:32:08 +00:00
|
|
|
|
2007-05-18 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* textmodes/ispell.el (ispell-get-word): Return markers
|
|
|
|
|
for start and end positions.
|
|
|
|
|
(ispell-word): Assume END is a marker.
|
|
|
|
|
|
2007-05-17 17:19:33 +00:00
|
|
|
|
2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* printing.el: Group together all XEmacs/Emacs definitions.
|
|
|
|
|
(pr-version): New version 6.9.
|
|
|
|
|
(pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
|
|
|
|
|
(pr-menu-char-height, pr-menu-char-width): Fix initialization code.
|
|
|
|
|
(pr-menu-bind): Fix code.
|
|
|
|
|
(pr-e-frame-char-height, pr-e-frame-char-width)
|
|
|
|
|
(pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
|
|
|
|
|
(pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
|
|
|
|
|
(pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
|
|
|
|
|
(pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
|
|
|
|
|
(pr-x-event-y-pixel): Aliases eliminated.
|
|
|
|
|
(pr-xemacs-global-menubar): Macro moved.
|
|
|
|
|
(current-menubar, current-mouse-event, zmacs-region-stays)
|
|
|
|
|
(deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
|
|
|
|
|
(pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
|
|
|
|
|
Vars moved.
|
|
|
|
|
(pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
|
|
|
|
|
(pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
|
|
|
|
|
(pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
|
|
|
|
|
(pr-menu-set-utility-title, pr-even-or-odd-pages)
|
|
|
|
|
(pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
|
|
|
|
|
(pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
|
|
|
|
|
moved.
|
|
|
|
|
|
2007-05-17 13:33:12 +00:00
|
|
|
|
2007-05-17 Christian Plate <cplate@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el (sgml-tag):
|
|
|
|
|
Fix bug: Call sgml-transformation-function.
|
|
|
|
|
|
2007-05-17 08:42:29 +00:00
|
|
|
|
2007-05-17 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* hilit-chg.el (highlight-changes-rotate-faces): Don't set
|
|
|
|
|
modified flag of buffer. Use `inhibit-modification-hooks'.
|
|
|
|
|
|
2007-05-16 19:48:35 +00:00
|
|
|
|
2007-05-16 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* buff-menu.el (Buffer-menu-sort-column): Doc fix.
|
|
|
|
|
|
2007-05-16 16:07:15 +00:00
|
|
|
|
2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-05-16 16:13:12 +00:00
|
|
|
|
* files.el (magic-mode-alist, magic-fallback-mode-alist):
|
|
|
|
|
Move the *ml, Postscript, and XmCD entries to the fallback part.
|
|
|
|
|
|
2007-05-16 16:07:15 +00:00
|
|
|
|
* files.el (magic-fallback-mode-alist):
|
|
|
|
|
Rename from file-start-mode-alist.
|
|
|
|
|
|
2007-05-16 15:46:07 +00:00
|
|
|
|
2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-handle-exit): Quote first
|
|
|
|
|
argument of `run-hook-with-args'.
|
|
|
|
|
|
2007-05-16 13:24:43 +00:00
|
|
|
|
2007-05-16 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* buff-menu.el (Buffer-menu-sort-column):
|
|
|
|
|
* dabbrev.el (dabbrev-upcase-means-case-search):
|
|
|
|
|
* dired.el (dired-recursive-deletes, dired-recursive-copies):
|
|
|
|
|
* info.el (Info-current-subfile):
|
|
|
|
|
* ls-lisp.el (ls-lisp-verbosity):
|
|
|
|
|
* msb.el (msb-menu-cond):
|
|
|
|
|
* pcvs.el (cvs-dired-use-hook):
|
|
|
|
|
* simple.el (set-mark-command-repeat-pop):
|
|
|
|
|
* time.el (display-time-24hr-format, display-time-mail-file):
|
|
|
|
|
Doc fixes.
|
|
|
|
|
|
|
|
|
|
* tutorial.el (get-lang-string, tutorial--find-changed-keys):
|
|
|
|
|
* printing.el (pr-ps-fast-fire): Fix typos in docstrings.
|
|
|
|
|
|
|
|
|
|
* view.el (view-inhibit-help-message): Fix typo in docstring.
|
|
|
|
|
(view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
|
|
|
|
|
|
2007-05-16 05:51:51 +00:00
|
|
|
|
2007-05-16 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* textmodes/ispell.el (ispell-start-process): Defend against bad
|
|
|
|
|
default-directory.
|
|
|
|
|
|
2007-05-14 20:00:00 +00:00
|
|
|
|
2007-05-14 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* mail/rmail.el (rmail-convert-to-babyl-format): Check
|
|
|
|
|
content-transfer-encoding _last_, because it's its position that
|
|
|
|
|
we need as value of base64-header-field-end.
|
|
|
|
|
|
2007-05-14 10:42:39 +00:00
|
|
|
|
2007-05-14 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* files.el (mode-require-final-newline, require-final-newline)
|
|
|
|
|
(enable-local-variables, enable-local-eval): Doc fixes.
|
|
|
|
|
|
2007-05-13 21:29:33 +00:00
|
|
|
|
2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* ps-print.el: Use default color when foreground or background color
|
|
|
|
|
are unspecified. Reported by Leo <sdl.web@gmail.com>.
|
|
|
|
|
(ps-print-version): New version 6.7.4.
|
|
|
|
|
(ps-rgb-color): New argument. Use default color when color is
|
|
|
|
|
unspecified.
|
|
|
|
|
(ps-begin-job): Fix code.
|
|
|
|
|
|
2007-05-12 23:18:51 +00:00
|
|
|
|
2007-05-12 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* longlines.el (longlines-mode): Make longlines-auto-wrap
|
|
|
|
|
buffer-local. Add hooks unconditionally.
|
|
|
|
|
(longlines-auto-wrap): Toggle wrapping.
|
|
|
|
|
(longlines-after-change-function)
|
|
|
|
|
(longlines-post-command-function): Check longlines-auto-wrap.
|
|
|
|
|
|
2007-05-12 09:38:20 +00:00
|
|
|
|
2007-05-12 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* xt-mouse.el (xterm-mouse-debug-buffer): New variable.
|
|
|
|
|
(xterm-mouse-translate): Use it.
|
|
|
|
|
|
2007-05-10 14:53:13 +00:00
|
|
|
|
2007-05-10 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
2007-05-11 04:44:30 +00:00
|
|
|
|
* international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
|
|
|
|
|
(iso-cvt-write-only): Likewise.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/easy-mmode.el (define-minor-mode):
|
|
|
|
|
Fix generated doc string.
|
|
|
|
|
|
|
|
|
|
* startup.el (fancy-splash-text): Add URL of guided tour.
|
|
|
|
|
Adjust horizontal and vertical whitespace.
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-handle-exit):
|
|
|
|
|
Use run-hook-with-args to run compilation-finish-functions.
|
|
|
|
|
|
2007-05-10 14:53:13 +00:00
|
|
|
|
* files.el (file-start-mode-alist): New variable.
|
|
|
|
|
(magic-mode-regexp-match-limit): Doc fix.
|
|
|
|
|
(set-auto-mode): Handle file-start-mode-alist.
|
|
|
|
|
A little cleanup of structure.
|
|
|
|
|
|
2007-05-20 17:09:41 +00:00
|
|
|
|
* dabbrev.el (dabbrev-eliminate-newlines):
|
|
|
|
|
Renamed from dabbrev--eliminate-newlines. All uses changed.
|
|
|
|
|
|
2007-05-10 11:54:33 +00:00
|
|
|
|
2007-05-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
|
|
|
|
* man.el (Man-next-section): Don't consider the last line of the page
|
|
|
|
|
as being part of any section.
|
|
|
|
|
|
2007-05-10 06:02:15 +00:00
|
|
|
|
2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
|
|
|
|
|
can take any number of values.
|
|
|
|
|
|
2007-05-10 06:00:48 +00:00
|
|
|
|
2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
|
|
|
|
|
to the list of citation commands.
|
|
|
|
|
|
2007-05-09 17:09:08 +00:00
|
|
|
|
2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-find-root): Stop searching when the user changes.
|
|
|
|
|
|
2007-05-09 16:56:20 +00:00
|
|
|
|
2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
|
|
|
|
|
|
|
|
|
|
* progmodes/python.el (python-font-lock-keywords)
|
|
|
|
|
(python-open-block-statement-p, python-mode): Add support for the new
|
|
|
|
|
"with" keyword.
|
|
|
|
|
|
2007-05-08 04:26:41 +00:00
|
|
|
|
2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-05-08 16:07:32 +00:00
|
|
|
|
* diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
|
|
|
|
|
the exact opposite of diff-goto-source.
|
|
|
|
|
|
2007-05-08 16:05:02 +00:00
|
|
|
|
* emacs-lisp/advice.el (ad-special-forms): Remove.
|
|
|
|
|
(ad-special-form-p): Use subr-arity.
|
|
|
|
|
|
2007-05-08 15:59:45 +00:00
|
|
|
|
* newcomment.el (comment-search-forward): Make sure we search forward.
|
|
|
|
|
(comment-enter-backward): Try and distinguish the non-matching case at
|
|
|
|
|
EOB from the non-matching case with a missing comment-end-skip for
|
|
|
|
|
a 2-char comment ender.
|
|
|
|
|
(comment-choose-indent): New function extracted from comment-indent.
|
|
|
|
|
Improve the alignment algorithm.
|
|
|
|
|
(comment-indent): Use it.
|
|
|
|
|
|
2007-05-08 06:57:38 +00:00
|
|
|
|
* textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
|
|
|
|
|
XML style Processing Instructions.
|
|
|
|
|
(sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
|
|
|
|
|
(sgml-calculate-indent): Handle `pi' context.
|
|
|
|
|
|
2007-05-08 04:26:41 +00:00
|
|
|
|
* vc.el: Ensure that update-changelog issues an error when used with
|
|
|
|
|
a backend that does not implement it.
|
|
|
|
|
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
|
|
|
|
|
Remove `backend' argument. Use expand-file-name.
|
|
|
|
|
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
|
|
|
|
|
|
|
|
|
|
* progmodes/python.el (python-end-of-block): Revert last change.
|
|
|
|
|
(python-end-of-statement): Make sure we move *forward*.
|
|
|
|
|
|
2007-05-08 18:15:58 +00:00
|
|
|
|
2007-05-08 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
|
|
|
|
|
Don't include non-self-insert commands in the exception for `-'.
|
|
|
|
|
|
2007-05-08 01:35:26 +00:00
|
|
|
|
2007-05-08 David Reitter <david.reitter@gmail.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/python.el (python-guess-indent): Check non-nullness
|
|
|
|
|
before comparing indent against the 2..8 interval.
|
|
|
|
|
|
2007-05-07 08:05:55 +00:00
|
|
|
|
2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
|
|
|
|
|
|
|
|
|
* term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
|
|
|
|
|
available.
|
|
|
|
|
|
2007-05-06 18:10:44 +00:00
|
|
|
|
2007-05-06 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
|
|
|
|
|
|
2007-05-05 22:12:40 +00:00
|
|
|
|
2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
|
|
|
|
|
rather than storing their value in the revert-buffer function.
|
|
|
|
|
|
2007-05-04 02:23:56 +00:00
|
|
|
|
2007-05-04 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* t-mouse.el (t-mouse-mode): Do nothing on a graphical display
|
|
|
|
|
when disabling t-mouse-mode.
|
|
|
|
|
|
2007-05-01 15:25:21 +00:00
|
|
|
|
2007-05-01 Davis Herring <herring@lanl.gov>
|
|
|
|
|
|
2007-05-05 22:12:40 +00:00
|
|
|
|
* calendar/timeclock.el: Update version number.
|
|
|
|
|
(timeclock-modeline-display): Mention timeclock-use-display-time
|
|
|
|
|
in explanatory message.
|
|
|
|
|
(timeclock-in): Fix non-interactive workday specifications.
|
|
|
|
|
(timeclock-log): Don't kill the log buffer if it already existed.
|
|
|
|
|
Suppress warnings when finding the log. Don't check for a nil
|
|
|
|
|
project twice. Run hooks after killing the buffer (if applicable).
|
|
|
|
|
(timeclock-geometric-mean): Rename to `timeclock-mean' (it never
|
|
|
|
|
was geometric). All uses changed.
|
|
|
|
|
(timeclock-generate-report): Support prefix argument.
|
2007-05-01 15:25:21 +00:00
|
|
|
|
|
2007-05-05 04:50:04 +00:00
|
|
|
|
2007-05-03 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
|
|
|
|
|
disconnections.
|
|
|
|
|
|
2007-05-01 09:33:51 +00:00
|
|
|
|
2007-05-01 Romain Francoise <romain@orebokech.com>
|
|
|
|
|
|
|
|
|
|
* dired-x.el: Revert 2007-04-06 change.
|
|
|
|
|
|
2007-04-29 21:57:37 +00:00
|
|
|
|
2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
|
|
|
|
|
|
|
|
|
|
* find-dired.el (find-dired-filter): Propertize all text down to eob.
|
|
|
|
|
|
2007-04-29 14:43:28 +00:00
|
|
|
|
2007-04-29 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* international/mule.el (auto-coding-alist): Add pdf => no-conversion.
|
|
|
|
|
|
2007-04-28 20:37:14 +00:00
|
|
|
|
2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* progmodes/cc-mode.el (c-before-change): Use point-min rather
|
|
|
|
|
than 1.
|
|
|
|
|
|
2007-04-28 17:46:24 +00:00
|
|
|
|
2007-04-28 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
|
|
|
|
|
|
2007-04-28 08:56:26 +00:00
|
|
|
|
2007-04-28 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
|
|
|
|
|
don't put stop on toolbar.
|
|
|
|
|
|
2007-04-28 14:08:58 +00:00
|
|
|
|
2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
|
|
|
|
|
|
2007-04-28 09:32:26 +00:00
|
|
|
|
2007-04-28 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
2007-04-28 09:34:36 +00:00
|
|
|
|
* makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
|
|
|
|
|
instead of $(lisp)/mh-e.
|
|
|
|
|
|
2007-04-28 04:13:48 +00:00
|
|
|
|
2007-04-28 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* image-dired.el (image-dired-cmd-create-thumbnail-options)
|
|
|
|
|
(image-dired-cmd-create-temp-image-options): Replace option
|
|
|
|
|
+profile "*" with -strip.
|
|
|
|
|
|
2007-04-27 18:56:16 +00:00
|
|
|
|
2007-04-27 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-04-28 14:08:58 +00:00
|
|
|
|
* textmodes/flyspell.el (flyspell-auto-correct-previous-word):
|
|
|
|
|
Use window-start and window-end.
|
2007-04-27 18:56:16 +00:00
|
|
|
|
|
2007-04-27 15:17:48 +00:00
|
|
|
|
2007-04-27 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
|
|
|
|
|
|
2007-04-27 13:29:20 +00:00
|
|
|
|
2007-04-27 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/fill.el (fill-paragraph): Doc fix.
|
|
|
|
|
|
2007-04-26 03:44:07 +00:00
|
|
|
|
2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
|
|
|
|
|
|
|
|
|
|
* locate.el (locate-in-alternate-database): Doc fix.
|
|
|
|
|
|
2007-04-26 03:18:37 +00:00
|
|
|
|
2007-04-26 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* button.el (button): Use underline if supported, else fall back
|
|
|
|
|
to color.
|
|
|
|
|
|
2007-04-26 03:32:40 +00:00
|
|
|
|
* version.el (emacs-version): Increase to 22.1.50.
|
|
|
|
|
|
2007-04-25 14:01:37 +00:00
|
|
|
|
2007-04-25 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
|
|
|
|
|
|
2007-04-25 20:44:54 +00:00
|
|
|
|
2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
|
|
|
|
|
|
2007-04-26 14:22:04 +00:00
|
|
|
|
* progmodes/idlwave.el (idlwave-beginning-of-subprogram)
|
|
|
|
|
(idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
|
2007-04-25 20:44:54 +00:00
|
|
|
|
pushing mark.
|
|
|
|
|
(idlwave-current-routine): Don't push mark.
|
|
|
|
|
|
2007-04-25 05:53:17 +00:00
|
|
|
|
2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
|
|
|
|
|
|
2007-04-28 14:08:58 +00:00
|
|
|
|
* image-dired.el (image-dired-display-image): Derive image-type from
|
|
|
|
|
filename rather than assuming jpeg, in case no resizing was needed.
|
2007-04-25 05:53:17 +00:00
|
|
|
|
|
2007-04-25 04:43:51 +00:00
|
|
|
|
2007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
|
|
|
|
|
|
|
|
|
|
* custom.el (defface): Doc fix.
|
|
|
|
|
|
2007-05-23 04:43:42 +00:00
|
|
|
|
See ChangeLog.12 for earlier changes.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; coding: iso-2022-7bit
|
2006-11-10 00:21:57 +00:00
|
|
|
|
;; add-log-time-zone-rule: t
|
2006-07-05 11:35:52 +00:00
|
|
|
|
;; End:
|
|
|
|
|
|
2007-05-23 04:43:42 +00:00
|
|
|
|
Copyright (C) 2007 Free Software Foundation, Inc.
|
2007-02-11 01:18:25 +00:00
|
|
|
|
|
|
|
|
|
This file is part of GNU Emacs.
|
|
|
|
|
|
|
|
|
|
GNU Emacs is free software; you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2007-07-25 04:50:21 +00:00
|
|
|
|
the Free Software Foundation; either version 3, or (at your option)
|
2007-02-11 01:18:25 +00:00
|
|
|
|
any later version.
|
|
|
|
|
|
|
|
|
|
GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with GNU Emacs; see the file COPYING. If not, write to the
|
|
|
|
|
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
|
Boston, MA 02110-1301, USA.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-05-24 02:09:52 +00:00
|
|
|
|
;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af
|