]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoFix typos in file header commentary.
Eli Zaretskii [Thu, 13 Sep 2007 08:08:58 +0000 (08:08 +0000)]
Fix typos in file header commentary.

16 years ago*** empty log message ***
Glenn Morris [Thu, 13 Sep 2007 08:01:30 +0000 (08:01 +0000)]
*** empty log message ***

16 years ago(follow-generic-filter): Fix a typo in a comment.
Eli Zaretskii [Thu, 13 Sep 2007 08:00:57 +0000 (08:00 +0000)]
(follow-generic-filter): Fix a typo in a comment.

16 years agoJari Aalto <jari.aalto at cante.net>
Glenn Morris [Thu, 13 Sep 2007 08:00:47 +0000 (08:00 +0000)]
Jari Aalto  <jari.aalto at cante.net>

(Man-default-man-entry): At end of line, continue looking to the next
line for possible end of hyphenated command.

16 years agoChris Moore <dooglus at gmail.com>
Glenn Morris [Thu, 13 Sep 2007 07:26:32 +0000 (07:26 +0000)]
Chris Moore  <dooglus at gmail.com>

(shell-resync-dirs): Don't move the cursor relative to the command
being edited.

16 years ago*** empty log message ***
Glenn Morris [Thu, 13 Sep 2007 07:24:48 +0000 (07:24 +0000)]
*** empty log message ***

16 years ago(gdb-ready): New variable.
Nick Roberts [Thu, 13 Sep 2007 06:26:20 +0000 (06:26 +0000)]
(gdb-ready): New variable.
(gdb): Set it to nil.  Set gud-running to nil here...
(gud-common-init): ...instead of here.

16 years ago*** empty log message ***
Nick Roberts [Thu, 13 Sep 2007 06:14:15 +0000 (06:14 +0000)]
*** empty log message ***

16 years ago(complete.class_members): Make sure we return the _emacs_out
Stefan Monnier [Wed, 12 Sep 2007 19:44:36 +0000 (19:44 +0000)]
(complete.class_members): Make sure we return the _emacs_out
message even in the face of exceptions.

16 years ago(terminal-init-xterm): Add bindings for M-S- and
Dan Nicolaescu [Wed, 12 Sep 2007 19:02:12 +0000 (19:02 +0000)]
(terminal-init-xterm): Add bindings for M-S- and
C-M-S- keys.

16 years ago(cnt): Rename to x_reply_selection_request_cnt for clarity.
Glenn Morris [Wed, 12 Sep 2007 17:19:45 +0000 (17:19 +0000)]
(cnt): Rename to x_reply_selection_request_cnt for clarity.
(x_reply_selection_request): All uses changed.

16 years ago(cnt): Rename to menu_grab_callback_cnt for clarity.
Glenn Morris [Wed, 12 Sep 2007 17:17:59 +0000 (17:17 +0000)]
(cnt): Rename to menu_grab_callback_cnt for clarity.
(menu_grab_callback): All uses changed.

16 years ago(dired-warning): Inherit from font-lock-warning-face to
Martin Rudalics [Wed, 12 Sep 2007 08:25:24 +0000 (08:25 +0000)]
(dired-warning): Inherit from font-lock-warning-face to
make it show up with eight colors.

16 years agopython multi-line imports fixed by Stefan:
Glenn Morris [Wed, 12 Sep 2007 07:35:37 +0000 (07:35 +0000)]
python multi-line imports fixed by Stefan:
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01000.html

16 years ago*** empty log message ***
Glenn Morris [Wed, 12 Sep 2007 07:26:03 +0000 (07:26 +0000)]
*** empty log message ***

16 years ago(diff-sanity-check-hunk): Fix up the case when unified
Stefan Monnier [Wed, 12 Sep 2007 05:11:07 +0000 (05:11 +0000)]
(diff-sanity-check-hunk): Fix up the case when unified
diffs are concatenated with no intervening line.

16 years agoMerge changes from Dave Love's v2007-Sep-10.
Stefan Monnier [Mon, 10 Sep 2007 20:02:31 +0000 (20:02 +0000)]
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.

16 years ago*** empty log message ***
Martin Rudalics [Mon, 10 Sep 2007 06:32:06 +0000 (06:32 +0000)]
*** empty log message ***

16 years ago(cvs-mode-add-change-log-entry-other-window): Use
Stefan Monnier [Sat, 8 Sep 2007 03:11:43 +0000 (03:11 +0000)]
(cvs-mode-add-change-log-entry-other-window): Use
add-log-buffer-file-name-function rather than bind buffer-file-name,
so we dont end up calling change-log-mode in *cvs* when `fi' is the
ChangeLog file itself.

16 years ago(outline-flag-region): Use front-advance.
Stefan Monnier [Sat, 8 Sep 2007 03:09:31 +0000 (03:09 +0000)]
(outline-flag-region): Use front-advance.

16 years ago*** empty log message ***
Martin Rudalics [Fri, 7 Sep 2007 15:54:15 +0000 (15:54 +0000)]
*** empty log message ***

16 years agoMerge upstream 5.23.
Stefan Monnier [Fri, 7 Sep 2007 04:37:28 +0000 (04:37 +0000)]
Merge upstream 5.23.
(cperl-where-am-i): Remove function.
(cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
(cperl-sniff-for-indent): De-invert [string] and [comment].
When looking for label, skip s:m:y:tr.
(cperl-indent-line): Likewise.
(cperl-mode): Don't assume `font-lock-multiline' is auto-local.
(cperl-windowed-init): Wrong `ps-print' handling.
Both thanks to Chong Yidong.
(cperl-look-at-leading-count): Could fail with unfinished RExen.
(cperl-find-pods-heres): If the second part of s()[] is missing,
don't try to highlight delimiters...

16 years ago(compilation-get-file-structure): Complete last
Stefan Monnier [Fri, 7 Sep 2007 03:48:30 +0000 (03:48 +0000)]
(compilation-get-file-structure): Complete last
change by also using spec-directory in the puthash.

16 years ago(vc-bzr-admin-lastrev): New constant.
Stefan Monnier [Fri, 7 Sep 2007 01:26:58 +0000 (01:26 +0000)]
(vc-bzr-admin-lastrev): New constant.
(vc-bzr-file-name-relative): Use 'when' instead of 'and'.
(vc-bzr-status): Fix shadowing of variable 'status'.
(vc-bzr-workfile-version): Use correct path to 'last-revision' file.
Use `expand-file-name' instead of `concat'.
(vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
Update annotation line regexp.  Fixes launchpad.net [Bug 137435].

16 years ago(gif_load): Fix bug: Handle nonexistent colormap.
Thien-Thi Nguyen [Thu, 6 Sep 2007 20:28:40 +0000 (20:28 +0000)]
(gif_load): Fix bug: Handle nonexistent colormap.

16 years ago(menu_grab_callback) <cnt>: Move static variable to file scope.
Glenn Morris [Thu, 6 Sep 2007 07:01:41 +0000 (07:01 +0000)]
(menu_grab_callback) <cnt>: Move static variable to file scope.

16 years ago(x_reply_selection_request) <cnt>: Move static variable to file scope.
Glenn Morris [Thu, 6 Sep 2007 06:55:01 +0000 (06:55 +0000)]
(x_reply_selection_request) <cnt>: Move static variable to file scope.

16 years ago*** empty log message ***
Glenn Morris [Thu, 6 Sep 2007 06:54:48 +0000 (06:54 +0000)]
*** empty log message ***

16 years agoMention focus-follows-mouse change.
Jason Rumney [Wed, 5 Sep 2007 23:25:26 +0000 (23:25 +0000)]
Mention focus-follows-mouse change.

16 years ago(focus-follows-mouse): Doc-fix. Change default on w32.
Jason Rumney [Wed, 5 Sep 2007 23:17:19 +0000 (23:17 +0000)]
(focus-follows-mouse): Doc-fix. Change default on w32.

16 years agoImprove wording of previous change.
Glenn Morris [Wed, 5 Sep 2007 03:21:57 +0000 (03:21 +0000)]
Improve wording of previous change.

16 years ago(Safe File Variables): Clarify `!' and risky variables.
Glenn Morris [Wed, 5 Sep 2007 03:19:38 +0000 (03:19 +0000)]
(Safe File Variables): Clarify `!' and risky variables.

16 years ago*** empty log message ***
Glenn Morris [Wed, 5 Sep 2007 03:19:28 +0000 (03:19 +0000)]
*** empty log message ***

16 years agoDiane Murray <disumu at x3y2z1.net>
Glenn Morris [Mon, 3 Sep 2007 19:29:29 +0000 (19:29 +0000)]
Diane Murray  <disumu at x3y2z1.net>

(url-http-parse-headers): Bind the current buffer rather than calling
`url-mark-buffer-as-dead' with `current-buffer', so that the correct
buffer is killed if `url-retrieve-synchronously' gets redirected to a
new URL.

16 years ago*** empty log message ***
Jason Rumney [Sun, 2 Sep 2007 23:45:31 +0000 (23:45 +0000)]
*** empty log message ***

16 years ago(lisp-indent-offset): Make defcustom. Add `safe-local-variable' property.
Richard M. Stallman [Sun, 2 Sep 2007 19:20:04 +0000 (19:20 +0000)]
(lisp-indent-offset): Make defcustom.  Add `safe-local-variable' property.
(lisp-body-indent): Likewise.

16 years agoRegenerate
Jan Djärv [Sun, 2 Sep 2007 17:36:05 +0000 (17:36 +0000)]
Regenerate

16 years agoRequire Gtk/Glib 2.6.
Jan Djärv [Sun, 2 Sep 2007 17:35:49 +0000 (17:35 +0000)]
Require Gtk/Glib 2.6.

16 years ago(delete_child): Don't terminate threads of zombies.
Jason Rumney [Sun, 2 Sep 2007 17:01:02 +0000 (17:01 +0000)]
(delete_child): Don't terminate threads of zombies.

16 years ago(x-gtk-stock-map, icon-map-list): New variables.
Jan Djärv [Sun, 2 Sep 2007 17:00:06 +0000 (17:00 +0000)]
(x-gtk-stock-map, icon-map-list): New variables.
(x-gtk-map-stock): New function.

16 years ago(info-tool-bar-map): Add :rtl keyword to right/left-arrow and
Jan Djärv [Sun, 2 Sep 2007 16:59:44 +0000 (16:59 +0000)]
(info-tool-bar-map): Add :rtl keyword to right/left-arrow and
prev/next-node.

16 years ago(file_for_image, find_rtl_image): New functions.
Jan Djärv [Sun, 2 Sep 2007 16:59:23 +0000 (16:59 +0000)]
(file_for_image, find_rtl_image): New functions.
(xg_get_image_for_pixmap): Use file_for_image
(update_frame_tool_bar): If direction is RTL, use RTL image if
defined.  Use Gtk stock images or named theme icons if defined.

16 years agoQrtl is new.
Jan Djärv [Sun, 2 Sep 2007 16:59:00 +0000 (16:59 +0000)]
Qrtl is new.
(parse_tool_bar_item): Handle :rtl keyword.
(syms_of_keyboard): Intern :rtl keyword.

16 years ago(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
Jan Djärv [Sun, 2 Sep 2007 16:58:49 +0000 (16:58 +0000)]
(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.

16 years agocomint-scroll-show-maximum-output fixed
Glenn Morris [Sun, 2 Sep 2007 01:30:14 +0000 (01:30 +0000)]
comint-scroll-show-maximum-output fixed

16 years ago(comint-mode): Don't set scroll-conservatively.
Glenn Morris [Sun, 2 Sep 2007 01:29:35 +0000 (01:29 +0000)]
(comint-mode): Don't set scroll-conservatively.

16 years ago*** empty log message ***
Glenn Morris [Sun, 2 Sep 2007 01:28:32 +0000 (01:28 +0000)]
*** empty log message ***

16 years ago(eshell/time): Stringify and flatten the non-command arguments.
Glenn Morris [Sun, 2 Sep 2007 01:23:17 +0000 (01:23 +0000)]
(eshell/time): Stringify and flatten the non-command arguments.

16 years ago*** empty log message ***
Glenn Morris [Sun, 2 Sep 2007 01:23:02 +0000 (01:23 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 1 Sep 2007 23:38:12 +0000 (23:38 +0000)]
*** empty log message ***

16 years ago(byte-recompile-directory): Fix bug:
Thien-Thi Nguyen [Sat, 1 Sep 2007 23:32:36 +0000 (23:32 +0000)]
(byte-recompile-directory): Fix bug:
Don't expand top-level file name more than once.

16 years ago(hack-local-variables-confirm): Rename arg VARS to ALL-VARS. Add doc string.
Richard M. Stallman [Sat, 1 Sep 2007 16:24:03 +0000 (16:24 +0000)]
(hack-local-variables-confirm): Rename arg VARS to ALL-VARS.  Add doc string.

16 years ago(Rmail Sorting): Improve indexing.
Eli Zaretskii [Fri, 31 Aug 2007 09:33:28 +0000 (09:33 +0000)]
(Rmail Sorting): Improve indexing.

16 years ago(speedbar-frame-reposition-smartly)
Richard M. Stallman [Thu, 30 Aug 2007 22:14:51 +0000 (22:14 +0000)]
(speedbar-frame-reposition-smartly)
(speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
(speedbar-check-vc): Don't use dframe-xemacsp.

16 years ago(backup-buffer-copy): Try to overwrite old backup first.
Martin Rudalics [Thu, 30 Aug 2007 08:16:55 +0000 (08:16 +0000)]
(backup-buffer-copy): Try to overwrite old backup first.

16 years ago(Command Loop Info): Advise against changing
Martin Rudalics [Thu, 30 Aug 2007 08:06:06 +0000 (08:06 +0000)]
(Command Loop Info): Advise against changing
most variables described here.  Explain new variable
last-repeatable-command.

16 years ago(repeat): Use last-repeatable-command instead of
Martin Rudalics [Wed, 29 Aug 2007 09:09:05 +0000 (09:09 +0000)]
(repeat): Use last-repeatable-command instead of
real-last-command.  Run pre- and post-command hooks for
self-insertion.  Update doc-string.

16 years ago(syms_of_keyboard): Set up new Lisp variable
Martin Rudalics [Wed, 29 Aug 2007 09:01:48 +0000 (09:01 +0000)]
(syms_of_keyboard): Set up new Lisp variable
last-repeatable-command.
(init_kboard): Initialize Vlast_repeatable_command.
(command_loop_1): Set it to real_this_command unless that was
bound to an input event.
(mark_kboards): Mark it.

16 years ago(struct kboard): New elt Vlast_repeatable_command.
Martin Rudalics [Wed, 29 Aug 2007 08:59:44 +0000 (08:59 +0000)]
(struct kboard): New elt Vlast_repeatable_command.

16 years ago** display-buffer change
Chong Yidong [Tue, 28 Aug 2007 17:36:37 +0000 (17:36 +0000)]
** display-buffer change
Not a bug.

16 years ago(syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.
Juanma Barranquero [Tue, 28 Aug 2007 11:39:26 +0000 (11:39 +0000)]
(syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.

16 years ago(xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
Jan Djärv [Tue, 28 Aug 2007 10:06:15 +0000 (10:06 +0000)]
(xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
so no Lisp code is executed.

16 years ago(c-constant-kwds): Add java: null, true, false.
Glenn Morris [Tue, 28 Aug 2007 02:51:09 +0000 (02:51 +0000)]
(c-constant-kwds): Add java: null, true, false.

16 years ago* vc-git.el (vc-git-state): Call git-add --refresh to update the
Dan Nicolaescu [Mon, 27 Aug 2007 18:59:41 +0000 (18:59 +0000)]
* vc-git.el (vc-git-state): Call git-add --refresh to update the
state of the file.
(vc-git-workfile-unchanged-p): Delegate implementation to
vc-git-state.
(vc-git-create-repo): Fixed invalid command.

16 years ago(flyspell-mode): Catch errors in flyspell-mode-on.
Richard M. Stallman [Mon, 27 Aug 2007 16:26:48 +0000 (16:26 +0000)]
(flyspell-mode): Catch errors in flyspell-mode-on.

16 years ago(m2-definition, m2-module): Don't use previous-line.
Thien-Thi Nguyen [Mon, 27 Aug 2007 13:41:54 +0000 (13:41 +0000)]
(m2-definition, m2-module): Don't use previous-line.

16 years ago(x_draw_composite_glyph_string_foreground): Draw rectangle
YAMAMOTO Mitsuharu [Mon, 27 Aug 2007 08:33:57 +0000 (08:33 +0000)]
(x_draw_composite_glyph_string_foreground): Draw rectangle
for nonexistent or zero-width glyph in composition glyph.

16 years ago(mac-handle-toolbar-switch-mode): Add explicit
YAMAMOTO Mitsuharu [Mon, 27 Aug 2007 08:33:14 +0000 (08:33 +0000)]
(mac-handle-toolbar-switch-mode): Add explicit
argument to tool-bar-mode call.

16 years ago(Mac OS X): Add alternative workaround for QuickTime
YAMAMOTO Mitsuharu [Mon, 27 Aug 2007 08:32:36 +0000 (08:32 +0000)]
(Mac OS X): Add alternative workaround for QuickTime
updater breakage.

16 years ago(diff-find-file-name): Only accept regular files, to rule out
Glenn Morris [Mon, 27 Aug 2007 07:10:50 +0000 (07:10 +0000)]
(diff-find-file-name): Only accept regular files, to rule out
/dev/null, directories, etc.

16 years ago*** empty log message ***
Glenn Morris [Mon, 27 Aug 2007 07:10:06 +0000 (07:10 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Martin Rudalics [Mon, 27 Aug 2007 06:44:44 +0000 (06:44 +0000)]
*** empty log message ***

16 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 27 Aug 2007 04:01:49 +0000 (04:01 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
   (mml-generate-mime-1): Don't encode body if it is specified to be in
   raw form; don't make buffer be unibyte when inserting multibyte string.

2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)

   * man/message.texi (MIME): Replace mml-attach with mml-attach-file.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-100

16 years ago(Window Configurations): Clarify what a window configuration saves.
Richard M. Stallman [Mon, 27 Aug 2007 03:57:15 +0000 (03:57 +0000)]
(Window Configurations): Clarify what a window configuration saves.

16 years ago(Top): Clarify menu item for Glossary.
Richard M. Stallman [Mon, 27 Aug 2007 03:56:32 +0000 (03:56 +0000)]
(Top): Clarify menu item for Glossary.

16 years ago(Faces): Change secn title.
Richard M. Stallman [Mon, 27 Aug 2007 03:55:07 +0000 (03:55 +0000)]
(Faces): Change secn title.
Clarify not all fonts come from Font Lock.

16 years ago(tty_supports_face_attributes_p): Use instead of LFACE_INVERSE_INDEX
Richard M. Stallman [Mon, 27 Aug 2007 03:54:16 +0000 (03:54 +0000)]
(tty_supports_face_attributes_p): Use instead of LFACE_INVERSE_INDEX
and LFACE_BACKGROUND_INDEX in incorrectly copied code.

16 years ago(condition-case): Doc fix.
Richard M. Stallman [Mon, 27 Aug 2007 03:49:17 +0000 (03:49 +0000)]
(condition-case): Doc fix.

16 years ago*** empty log message ***
Martin Rudalics [Sun, 26 Aug 2007 20:51:29 +0000 (20:51 +0000)]
*** empty log message ***

16 years ago(Images): Delete redundant @findex.
Richard M. Stallman [Sat, 25 Aug 2007 22:58:02 +0000 (22:58 +0000)]
(Images): Delete redundant @findex.

16 years ago* progmodes/cperl-mode.el (cperl-indent-level): Autoload the
Dan Nicolaescu [Sat, 25 Aug 2007 21:29:48 +0000 (21:29 +0000)]
* progmodes/cperl-mode.el (cperl-indent-level): Autoload the
safe-local-variable setting.
* progmodes/perl-mode.el (perl-indent-level): Likewise.

16 years ago(uniquify-rationalize-file-buffer-names): Check liveness
Stefan Monnier [Sat, 25 Aug 2007 20:21:12 +0000 (20:21 +0000)]
(uniquify-rationalize-file-buffer-names): Check liveness
of buffers in uniquify-managed.

16 years ago(invisible-p): Rename from text-invisible-p. Update callers.
Stefan Monnier [Sat, 25 Aug 2007 20:20:26 +0000 (20:20 +0000)]
(invisible-p): Rename from text-invisible-p.  Update callers.

16 years ago(c-other-decl-block-key-in-symbols-alist): new language variable.
Alan Mackenzie [Sat, 25 Aug 2007 16:54:09 +0000 (16:54 +0000)]
(c-other-decl-block-key-in-symbols-alist): new language variable.

16 years ago(c-brace-anchor-point): new function. (c-add-stmt-syntax): Give accurate
Alan Mackenzie [Sat, 25 Aug 2007 16:50:26 +0000 (16:50 +0000)]
(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.

16 years ago*** empty log message ***
Alan Mackenzie [Sat, 25 Aug 2007 16:43:46 +0000 (16:43 +0000)]
*** empty log message ***

16 years ago(cvs-query-directory): Only prompt when prefix is given.
Reiner Steib [Sat, 25 Aug 2007 12:18:43 +0000 (12:18 +0000)]
(cvs-query-directory): Only prompt when prefix is given.
Don't behave differently when executed via M-x.  Add doc string.

16 years ago(rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii [Sat, 25 Aug 2007 10:59:32 +0000 (10:59 +0000)]
(rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
in case srcdir=. and file is copied into itself.

16 years agoTexinfo 4.6 is required.
Eli Zaretskii [Sat, 25 Aug 2007 10:53:27 +0000 (10:53 +0000)]
Texinfo 4.6 is required.

16 years agono "per johns", I wrote this change
Karl Berry [Fri, 24 Aug 2007 22:54:44 +0000 (22:54 +0000)]
no "per johns", I wrote this change

16 years ago(backup-buffer-copy): Fully revert change. Sigh.
Glenn Morris [Fri, 24 Aug 2007 07:11:54 +0000 (07:11 +0000)]
(backup-buffer-copy): Fully revert change. Sigh.

16 years agoUlrich Mueller <ulm at gentoo.org> (tiny change)
Glenn Morris [Fri, 24 Aug 2007 03:09:33 +0000 (03:09 +0000)]
Ulrich Mueller  <ulm at gentoo.org>  (tiny change)

(backup-buffer-copy): Don't wrap delete in condition-case, only try to
delete if file exists.

16 years ago(backup-buffer-copy): Revert 2007-08-22 change.
Glenn Morris [Fri, 24 Aug 2007 03:07:35 +0000 (03:07 +0000)]
(backup-buffer-copy): Revert 2007-08-22 change.

16 years ago*** empty log message ***
Glenn Morris [Fri, 24 Aug 2007 03:02:18 +0000 (03:02 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Glenn Morris [Fri, 24 Aug 2007 02:34:06 +0000 (02:34 +0000)]
*** empty log message ***

16 years ago(defcustom, x-color-defined-p, cperl-is-face)
Stefan Monnier [Thu, 23 Aug 2007 21:04:51 +0000 (21:04 +0000)]
(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.

16 years ago*** empty log message ***
Richard M. Stallman [Thu, 23 Aug 2007 20:57:06 +0000 (20:57 +0000)]
*** empty log message ***

16 years ago(complete-with-action): Backport from trunk (for vc-arch.el).
Stefan Monnier [Thu, 23 Aug 2007 18:42:38 +0000 (18:42 +0000)]
(complete-with-action): Backport from trunk (for vc-arch.el).
(dynamic-completion-table): Use it it.

16 years agoRemove spurious * in custom docstrings.
Stefan Monnier [Thu, 23 Aug 2007 18:41:14 +0000 (18:41 +0000)]
Remove spurious * in custom docstrings.
(browse-url-filename-alist): Use new-style backquote.

16 years ago(cvs-mode-status): Fix long-standing typo.
Stefan Monnier [Thu, 23 Aug 2007 18:39:32 +0000 (18:39 +0000)]
(cvs-mode-status): Fix long-standing typo.