]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoSeiji Zenitani <zenitani at mac.com>
Glenn Morris [Wed, 21 May 2008 04:00:01 +0000 (04:00 +0000)]
Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(mac_frame_parm_handlers): A null handler for x_set_alpha.

16 years agoSeiji Zenitani <zenitani at mac.com>
Glenn Morris [Wed, 21 May 2008 03:59:44 +0000 (03:59 +0000)]
Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(x_set_frame_alpha): Add function.

16 years agoSeiji Zenitani <zenitani at mac.com>
Glenn Morris [Wed, 21 May 2008 03:59:23 +0000 (03:59 +0000)]
Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(x-create-frame, Qalpha): Initialize the frame parameter `alpha'.

16 years agoSeiji Zenitani <zenitani at mac.com>
Glenn Morris [Wed, 21 May 2008 03:59:00 +0000 (03:59 +0000)]
Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(Qalpha, Vframe_parameter_lower_limit): Export them.

16 years agoSeiji Zenitani <zenitani at mac.com>
Glenn Morris [Wed, 21 May 2008 03:58:41 +0000 (03:58 +0000)]
Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(Qalpha): Add a new frame parameter `alpha'.
(Vframe_alpha_lower_limit) : New variable.
(x_set_alpha): Add function.

16 years ago(c-postprocess-file-styles): Declare for compiler.
Glenn Morris [Wed, 21 May 2008 03:55:40 +0000 (03:55 +0000)]
(c-postprocess-file-styles): Declare for compiler.

16 years agoAllow for parallel byte-compiling.
Glenn Morris [Wed, 21 May 2008 03:51:58 +0000 (03:51 +0000)]
Allow for parallel byte-compiling.
(ELCFILES): New variable.
(.el.elc): Remove prerequisites from suffix rule.  Print a message.
(compile-first, compile-main, compile-last): New targets.
(compile-always): Simplify - delete .elc files, then `make compile'.

(compile-calc): Use glob rather than find.
($(lisp)/progmodes/cc-mode.elc): Use $@.

16 years agoUse eshell-defgroup rather than defgroup.
Glenn Morris [Wed, 21 May 2008 03:51:08 +0000 (03:51 +0000)]
Use eshell-defgroup rather than defgroup.
Autoload the custom group.
Set generated-autoload-file.

16 years ago(eshell-defgroup): New alias.
Glenn Morris [Wed, 21 May 2008 03:50:42 +0000 (03:50 +0000)]
(eshell-defgroup): New alias.

16 years agoRequire eshell, for eshell-defgroup.
Glenn Morris [Wed, 21 May 2008 03:50:25 +0000 (03:50 +0000)]
Require eshell, for eshell-defgroup.
Use eshell-defgroup rather than defgroup.
Autoload the custom group.
Set generated-autoload-file.

16 years agoNo need for cl when compiling.
Glenn Morris [Wed, 21 May 2008 03:49:48 +0000 (03:49 +0000)]
No need for cl when compiling.
Require eshell, for eshell-defgroup.
(eshell-load-defgroups): Remove.
Require esh-groups rather than loading it.

16 years ago(insert-kbd-macro): Use prin1-char.
Stefan Monnier [Wed, 21 May 2008 02:32:31 +0000 (02:32 +0000)]
(insert-kbd-macro): Use prin1-char.

16 years ago(add_font_entity_to_list): Don't add non-opentype
Jason Rumney [Tue, 20 May 2008 23:37:27 +0000 (23:37 +0000)]
(add_font_entity_to_list): Don't add non-opentype
truetype fonts to opentype list.

16 years ago(completion-boundaries): New function.
Stefan Monnier [Tue, 20 May 2008 17:03:30 +0000 (17:03 +0000)]
(completion-boundaries): New function.
(completion--some): Delay errors.
(complete-with-action, completion-table-with-context): Handle `boundaries'.
(completion--try-word-completion): Avoid partial-completion
when the user hasn't entered anything yet.
(minibuffer-local-map, minibuffer-local-filename-completion-map)
(minibuffer-local-must-match-map, minibuffer-local-completion-map)
(minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
Setup default keybindings.
(completion--embedded-envvar-re): New var.
(completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
(completion--file-name-table): Handle `boundaries' case.
(completion-pcm--pattern->regex): Avoid pathological backtracking.
(completion-pcm--all-completions): Add a `prefix' arg.
(completion-pcm--find-all-completions): New function.
(completion-pcm-all-completions, completion-pcm-try-completion): Use it.

16 years ago(Ffontset_info): Doc fix.
Juanma Barranquero [Tue, 20 May 2008 16:33:58 +0000 (16:33 +0000)]
(Ffontset_info): Doc fix.
(syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
<ignore-relative-composition>: Fix typos in docstrings.

16 years ago(syms-of-font) <font-encoding-alist>:
Juanma Barranquero [Tue, 20 May 2008 16:00:55 +0000 (16:00 +0000)]
(syms-of-font) <font-encoding-alist>:
(Ffontp, Ffont_make_gstring): Fix typos in docstrings.
(Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font,
Ffont_otf_alternates): Doc fixes.

16 years ago(icomplete-completions): Don't use `predicate' with
Stefan Monnier [Tue, 20 May 2008 13:44:50 +0000 (13:44 +0000)]
(icomplete-completions): Don't use `predicate' with
a table of a different type than `candidates'.

16 years agoFix typo.
Juanma Barranquero [Tue, 20 May 2008 10:31:44 +0000 (10:31 +0000)]
Fix typo.

16 years ago* proced.el (proced-goal-header-re): Renamed from
Roland Winkler [Tue, 20 May 2008 10:19:06 +0000 (10:19 +0000)]
* proced.el (proced-goal-header-re): Renamed from
proced-procname-column-regexp.
(proced-goal-column): Renamed from proced-procname-column.
(proced-move-to-goal-column): Renamed from
proced-move-to-procname.
(proced-header-face, proced-header-regexp): Removed.
(proced-font-lock-keywords): Remove proced-header-face.
(proced-header-alist, proced-sorting-schemes-re): New variables.
(proced): Rename Proced buffer to *Proced*.
(proced-next-line, proced-previous-line): New commands.
(proced-do-mark, proced-do-mark-all, proced-toggle-marks)
(proced-hide-processes): Do not treat first line as special.
(proced-header-space): New function.
(proced-update): Use header-line-format.  Initialize
proced-header-alist and proced-sorting-schemes-re.  Set
proced-goal-column.  Include proced-command in mode-name.
(proced-send-signal): Use header-line-format for *Marked
Processes* buffer.
(proced-sort): Restrict minibuffer completion to applicable
sorting schemes.
(proced-sorting-scheme-p): Use proced-sorting-schemes-re.

16 years agoFix typos.
Juanma Barranquero [Tue, 20 May 2008 10:17:23 +0000 (10:17 +0000)]
Fix typos.

16 years ago(proced-goal-header-re): Renamed from proced-procname-column-regexp.
Roland Winkler [Tue, 20 May 2008 10:17:15 +0000 (10:17 +0000)]
(proced-goal-header-re): Renamed from proced-procname-column-regexp.
(proced-goal-column): Renamed from proced-procname-column.
(proced-move-to-goal-column): Renamed from
proced-move-to-procname.
(proced-header-face, proced-header-regexp): Removed.
(proced-font-lock-keywords): Remove proced-header-face.
(proced-header-alist, proced-sorting-schemes-re): New variables.
(proced): Rename Proced buffer to *Proced*.
(proced-next-line, proced-previous-line): New commands.
(proced-do-mark, proced-do-mark-all, proced-toggle-marks)
(proced-hide-processes): Do not treat first line as special.
(proced-header-space): New function.
(proced-update): Use header-line-format.  Initialize
proced-header-alist and proced-sorting-schemes-re.  Set
proced-goal-column.  Include proced-command in mode-name.
(proced-send-signal): Use header-line-format for *Marked
Processes* buffer.
(proced-sort): Restrict minibuffer completion to applicable
sorting schemes.
(proced-sorting-scheme-p): Use proced-sorting-schemes-re.

16 years agoFix typos.
Juanma Barranquero [Tue, 20 May 2008 10:14:38 +0000 (10:14 +0000)]
Fix typos.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 20 May 2008 10:13:17 +0000 (10:13 +0000)]
*** empty log message ***

16 years ago(obj): Fix previous change.
Kenichi Handa [Tue, 20 May 2008 06:44:03 +0000 (06:44 +0000)]
(obj): Fix previous change.

16 years agoInclude font.h unconditionally.
Kenichi Handa [Tue, 20 May 2008 06:34:10 +0000 (06:34 +0000)]
Include font.h unconditionally.
(merge_face_ref, merge_face_vectors)
(Finternal_set_lisp_face_attribute): Cancel the previous change.

16 years ago(Vfont_encoding_alist, find_font_encoding): Moved to
Kenichi Handa [Tue, 20 May 2008 06:33:26 +0000 (06:33 +0000)]
(Vfont_encoding_alist, find_font_encoding): Moved to
font.c.
(syms_of_fontset): Declaration of font-encoding-alist moved to
font.c.

16 years ago(Vfont_encoding_alist, find_font_encoding): Moved from
Kenichi Handa [Tue, 20 May 2008 06:33:10 +0000 (06:33 +0000)]
(Vfont_encoding_alist, find_font_encoding): Moved from
fontset.c.
(font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
(font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
only when HAVE_WINDOW_SYSTEM is defined.
(font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
when HAVE_WINDOW_SYSTEM is defined.

16 years ago(find_font_encoding): Extern it.
Kenichi Handa [Tue, 20 May 2008 06:32:37 +0000 (06:32 +0000)]
(find_font_encoding): Extern it.

16 years ago(main): Call syms_of_font unconditionally.
Kenichi Handa [Tue, 20 May 2008 06:32:07 +0000 (06:32 +0000)]
(main): Call syms_of_font unconditionally.

16 years ago(FONTSRC): Delete it. Change all $(FONTSRC) to
Kenichi Handa [Tue, 20 May 2008 06:31:49 +0000 (06:31 +0000)]
(FONTSRC): Delete it.  Change all $(FONTSRC) to
font.h through out the file.
(FONT_DRIVERS): Renamed from FONTOBJ.
(obj): Delete $(FONTOBJ).  Add font.o.
(SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).

16 years agoRemove "tiny change" from Sergey's entry. He has assigned past and
Bill Wohler [Tue, 20 May 2008 03:45:11 +0000 (03:45 +0000)]
Remove "tiny change" from Sergey's entry. He has assigned past and
future changes to Emacs already.

16 years ago(icomplete-simple-completing-p):
Stefan Monnier [Tue, 20 May 2008 03:36:20 +0000 (03:36 +0000)]
(icomplete-simple-completing-p):
Allow icomplete-with-completion-tables to say "use it everywhere".
(icomplete-completions): Obey completion-styles.  Try to accomodate
partial-completion style.

16 years agolisp/ChangeLog: Update.
Michael Olson [Tue, 20 May 2008 03:16:34 +0000 (03:16 +0000)]
lisp/ChangeLog: Update.

16 years agofiles.el (project-find-settings-file): Change concat to expand-file-name.
Michael Olson [Tue, 20 May 2008 03:15:16 +0000 (03:15 +0000)]
files.el (project-find-settings-file): Change concat to expand-file-name.

16 years ago* xdisp.c (select_frame_for_redisplay): Adjust for last change to
Stefan Monnier [Tue, 20 May 2008 00:13:37 +0000 (00:13 +0000)]
* xdisp.c (select_frame_for_redisplay): Adjust for last change to
indirect_variable.
* eval.c (lisp_indirect_variable): New fun.
(Fuser_variable_p): Use it.

16 years agolisp/files.el: Remove trailing whitespace.
Michael Olson [Mon, 19 May 2008 22:39:16 +0000 (22:39 +0000)]
lisp/files.el: Remove trailing whitespace.

16 years agoetc/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:38:15 +0000 (22:38 +0000)]
etc/ChangeLog: Update.

16 years agodoc/emacs/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:37:49 +0000 (22:37 +0000)]
doc/emacs/ChangeLog: Update.

16 years agolisp/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:37:06 +0000 (22:37 +0000)]
lisp/ChangeLog: Update.

16 years agoImplement Project-local variables.
Michael Olson [Mon, 19 May 2008 22:36:09 +0000 (22:36 +0000)]
Implement Project-local variables.

16 years ago* lisp.h (indirect_variable):
Stefan Monnier [Mon, 19 May 2008 18:38:55 +0000 (18:38 +0000)]
* lisp.h (indirect_variable):
* data.c (indirect_variable, let_shadows_buffer_binding_p):
Use Lisp_Symbol pointers rather than Lisp_Object.  Adjust callers.
* buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
To this end, change calling-convention.

16 years ago(wait_reading_process_output): Always check status when in batch mode.
Chong Yidong [Mon, 19 May 2008 16:29:33 +0000 (16:29 +0000)]
(wait_reading_process_output): Always check status when in batch mode.

16 years ago* process.c (wait_reading_process_output): Always check status
Chong Yidong [Mon, 19 May 2008 16:29:18 +0000 (16:29 +0000)]
* process.c (wait_reading_process_output): Always check status
when in batch mode.

16 years ago(destructuring-bind): Fix spec.
Stefan Monnier [Mon, 19 May 2008 11:58:43 +0000 (11:58 +0000)]
(destructuring-bind): Fix spec.

16 years ago(Finternal_complete_buffer): Typo.
Stefan Monnier [Mon, 19 May 2008 11:23:53 +0000 (11:23 +0000)]
(Finternal_complete_buffer): Typo.

16 years ago(Finternal_complete_buffer): Only strip out hidden buffers
Stefan Monnier [Mon, 19 May 2008 11:22:44 +0000 (11:22 +0000)]
(Finternal_complete_buffer): Only strip out hidden buffers
if some non-hidden buffers are selected by string&pred.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 19 May 2008 07:23:52 +0000 (07:23 +0000)]
*** empty log message ***

16 years ago(font_list_entities): Fix handling of cache.
Kenichi Handa [Mon, 19 May 2008 07:22:45 +0000 (07:22 +0000)]
(font_list_entities): Fix handling of cache.
(font_matching_entity): Likewise.

16 years ago(cs_iso8859_1): Deleted.
Kenichi Handa [Mon, 19 May 2008 07:21:25 +0000 (07:21 +0000)]
(cs_iso8859_1): Deleted.
(ft_face_cache): New variable.
(struct ftfont_info): New member fc_charset_idx;
(ftfont_build_basic_charsets): Deleted.
(fc_charset_table): New variable.
(ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
. FC_CHARSET_IDX) as :font-entity property in the font entity.
Callers changed.
(ftfont_lookup_cache, ftfont_get_charset): New funcitons.
(ftfont_spec_pattern): New argument fc_charset_idx.  Check
registry more rigidly.  Callers changed.
(ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the
change of :font-entity property of the font.

16 years ago(xftfont_open): Ajusted for the change of extra info
Kenichi Handa [Mon, 19 May 2008 06:18:51 +0000 (06:18 +0000)]
(xftfont_open): Ajusted for the change of extra info
set by ftfont_list.

16 years ago(mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes when converting to
Bill Wohler [Mon, 19 May 2008 04:12:55 +0000 (04:12 +0000)]
(mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes when converting to
or from MIME (closes SF #1966722).

16 years ago(mh-invisible-header-fields-internal): Sort list in a case-insensitive
Bill Wohler [Mon, 19 May 2008 03:04:23 +0000 (03:04 +0000)]
(mh-invisible-header-fields-internal): Sort list in a case-insensitive
way and add comment about it. Add many header fields (closes SF
#1916032).

16 years ago(calc-get-register): Fix problem when the Calc register is empty.
Jay Belanger [Mon, 19 May 2008 02:42:28 +0000 (02:42 +0000)]
(calc-get-register): Fix problem when the Calc register is empty.

16 years ago(mh-find-path): Don't throw error if MH environment variable is being
Bill Wohler [Mon, 19 May 2008 02:18:24 +0000 (02:18 +0000)]
(mh-find-path): Don't throw error if MH environment variable is being
used (closes SF #1946861).

16 years ago(mh-mairix-regexp-builder): Add additional items to search string to
Bill Wohler [Mon, 19 May 2008 01:54:32 +0000 (01:54 +0000)]
(mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).

16 years ago(mh-mairix-regexp-builder): Add additional items to search string to
Bill Wohler [Mon, 19 May 2008 01:54:10 +0000 (01:54 +0000)]
(mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).

16 years ago(font-weight-table): Fix typo in docstring.
Juanma Barranquero [Mon, 19 May 2008 01:06:37 +0000 (01:06 +0000)]
(font-weight-table): Fix typo in docstring.

16 years ago(Fcoding_system_p): Rename argument to match docstring.
Juanma Barranquero [Mon, 19 May 2008 00:57:11 +0000 (00:57 +0000)]
(Fcoding_system_p): Rename argument to match docstring.
(Funencodable_char_position, Fcheck_coding_systems_region,
Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
(Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region,
Ffind_operation_coding_system, Fset_coding_system_priority,
Fcoding_system_eol_type): Doc fixes.

16 years agoMerge from emacs--rel--22
Miles Bader [Sun, 18 May 2008 22:43:24 +0000 (22:43 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1169

16 years agoMerge from gnus--devo--0
Miles Bader [Sun, 18 May 2008 22:43:12 +0000 (22:43 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1168

16 years agoMention register commands.
Jay Belanger [Sun, 18 May 2008 21:17:21 +0000 (21:17 +0000)]
Mention register commands.

16 years ago(Calc Summary): Mention register commands.
Jay Belanger [Sun, 18 May 2008 21:15:51 +0000 (21:15 +0000)]
(Calc Summary): Mention register commands.
(Saving Into Registers, Inserting From Registers): New sections.

16 years ago(calc-r-prefix-help): Add help for register functions.
Jay Belanger [Sun, 18 May 2008 20:37:16 +0000 (20:37 +0000)]
(calc-r-prefix-help): Add help for register functions.

16 years ago(calc-init-extensions): Add keybindings for `calc-copy-to-register'
Jay Belanger [Sun, 18 May 2008 20:34:30 +0000 (20:34 +0000)]
(calc-init-extensions): Add keybindings for `calc-copy-to-register'
and `calc-insert-register'.  Autoload new register functions.

16 years ago(calc-register-alist): New variable.
Jay Belanger [Sun, 18 May 2008 20:34:02 +0000 (20:34 +0000)]
(calc-register-alist): New variable.
(calc-set-register,calc-get-register,calc-copy-to-register)
(calc-insert-register,calc-add-to-register,calc-append-to-register)
(calc-prepend-to-register): New functions.

16 years ago(Todo): Add known problems.
Dan Nicolaescu [Sun, 18 May 2008 07:53:08 +0000 (07:53 +0000)]
(Todo): Add known problems.
(vc-dir-backend): New variable.
(vc-dir): Set it.
(vc-make-backend-object, vc-generic-status-printer)
(vc-generic-state, vc-generic-status-fileinfo-extra)
(vc-dir-extra-menu): Use it.
(vc-generic-dir-headers): Remove, unused.

16 years ago(vc-dir-previous-directory): Rename from
Dan Nicolaescu [Sun, 18 May 2008 07:33:07 +0000 (07:33 +0000)]
(vc-dir-previous-directory): Rename from
vc-dir-prev-directory for consistency with vc-dir-previous-line.
(vc-dir-mode-map): Fix bindings.

16 years ago(vc-hg-annotate-re): Recognize the output of --follow.
Dan Nicolaescu [Sun, 18 May 2008 07:22:25 +0000 (07:22 +0000)]
(vc-hg-annotate-re): Recognize the output of --follow.

16 years ago(vc-bzr-after-dir-status): Remove unused binding.
Dan Nicolaescu [Sun, 18 May 2008 07:13:08 +0000 (07:13 +0000)]
(vc-bzr-after-dir-status): Remove unused binding.

16 years ago(calc-kill): Make sure that only the stack is operated on.
Jay Belanger [Sun, 18 May 2008 05:10:51 +0000 (05:10 +0000)]
(calc-kill): Make sure that only the stack is operated on.
(calc-kill-region): Kill entire lines.

16 years ago(fortran-font-lock-keywords-2): Add keywords for
Stefan Monnier [Sun, 18 May 2008 04:17:11 +0000 (04:17 +0000)]
(fortran-font-lock-keywords-2): Add keywords for
logic operators .eqv. and .neqv.

16 years agoFix typos.
Glenn Morris [Sat, 17 May 2008 22:55:57 +0000 (22:55 +0000)]
Fix typos.

16 years ago*** empty log message ***
Glenn Morris [Sat, 17 May 2008 22:55:06 +0000 (22:55 +0000)]
*** empty log message ***

16 years ago(ezimage-use-images): Drop support for Emacs < 21 and simplify initial value.
Glenn Morris [Sat, 17 May 2008 20:20:55 +0000 (20:20 +0000)]
(ezimage-use-images): Drop support for Emacs < 21 and simplify initial value.
(defezimage): Drop support for Emacs without defimage, use a featurep
test rather than fboundp when defining, drop with-no-warnings.
(ezimage-insert-over-text): Move featurep test inside add-text-properties.

16 years ago(elide-head-headers-to-hide): Handle GPLv3 format.
Glenn Morris [Sat, 17 May 2008 20:16:09 +0000 (20:16 +0000)]
(elide-head-headers-to-hide): Handle GPLv3 format.

16 years agoFix comment typo.
Glenn Morris [Sat, 17 May 2008 20:11:43 +0000 (20:11 +0000)]
Fix comment typo.

16 years ago(top-level): Load auth-source when compiling.
Glenn Morris [Sat, 17 May 2008 20:10:06 +0000 (20:10 +0000)]
(top-level): Load auth-source when compiling.

16 years ago(fortran-font-lock-keywords-2): Add .eqv., .neqv.
Glenn Morris [Sat, 17 May 2008 20:08:54 +0000 (20:08 +0000)]
(fortran-font-lock-keywords-2): Add .eqv., .neqv.

16 years ago(child_setup_tty): Handle systems with NLDLY, without FFDLY.
Glenn Morris [Sat, 17 May 2008 20:07:09 +0000 (20:07 +0000)]
(child_setup_tty): Handle systems with NLDLY, without FFDLY.

16 years ago(vc-dir-mode-map): Fix M-down and M-up binding.
Andreas Schwab [Sat, 17 May 2008 20:00:41 +0000 (20:00 +0000)]
(vc-dir-mode-map): Fix M-down and M-up binding.

16 years ago*** empty log message ***
Dan Nicolaescu [Sat, 17 May 2008 17:13:38 +0000 (17:13 +0000)]
*** empty log message ***

16 years ago(vc-annotate-show-diff-revision-at-line): Change
Dan Nicolaescu [Sat, 17 May 2008 17:07:46 +0000 (17:07 +0000)]
(vc-annotate-show-diff-revision-at-line): Change
vc-diff-internal arg to match what vc-deduce-fileseset returns now.

16 years ago(vc-hg-annotate-command): Allow white space before version number.
Dan Nicolaescu [Sat, 17 May 2008 15:16:50 +0000 (15:16 +0000)]
(vc-hg-annotate-command): Allow white space before version number.

16 years agomenu-bar-select-buffer: Reinsert it as msb.el use it.
Vinicius Jose Latorre [Sat, 17 May 2008 14:33:48 +0000 (14:33 +0000)]
menu-bar-select-buffer: Reinsert it as msb.el use it.

16 years agoUpdate ChangeLog
Michael Olson [Sat, 17 May 2008 06:24:48 +0000 (06:24 +0000)]
Update ChangeLog

16 years agoedo: do not emit trailing newline
Michael Olson [Sat, 17 May 2008 06:22:22 +0000 (06:22 +0000)]
edo: do not emit trailing newline

16 years ago(top-level): Revert previous change: require cl when compiling.
John Paul Wallington [Sat, 17 May 2008 00:04:07 +0000 (00:04 +0000)]
(top-level): Revert previous change: require cl when compiling.

16 years agoUse state prettyprinter in vc-dir buffers.
Eric S. Raymond [Fri, 16 May 2008 22:42:36 +0000 (22:42 +0000)]
Use state prettyprinter in vc-dir buffers.

16 years ago(top-level): Don't require cl when compiling.
John Paul Wallington [Fri, 16 May 2008 22:39:45 +0000 (22:39 +0000)]
(top-level): Don't require cl when compiling.
(vc-dir-mode-map): Fix backquote.
(vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.

16 years ago* net/tramp.el (tramp-handle-write-region): Fix check for short
Michael Albinus [Fri, 16 May 2008 20:20:36 +0000 (20:20 +0000)]
* net/tramp.el (tramp-handle-write-region): Fix check for short
track.  Reported by Glenn Morris <rgm@gnu.org>.

16 years agoImproved extra-headers method for CVS.
Eric S. Raymond [Fri, 16 May 2008 19:15:26 +0000 (19:15 +0000)]
Improved extra-headers method for CVS.

16 years agoAdd extra-headers method for SVN.
Eric S. Raymond [Fri, 16 May 2008 18:15:26 +0000 (18:15 +0000)]
Add extra-headers method for SVN.

16 years ago(Ffile_attributes): Shut up GCC warnings about st_uid
Eli Zaretskii [Fri, 16 May 2008 11:12:48 +0000 (11:12 +0000)]
(Ffile_attributes): Shut up GCC warnings about st_uid

16 years agoframe.c (Fdelete_frame): Don't call font_update_drviers if
Eli Zaretskii [Fri, 16 May 2008 11:10:16 +0000 (11:10 +0000)]
frame.c (Fdelete_frame): Don't call font_update_drviers if
HAVE_WINDOW_SYSTEM is not defined.
xfaces.c (merge_face_ref, merge_face_vectors)
(Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
HAVE_WINDOW_SYSTEM is defined.
(Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.

16 years agoClean up after granbbing CVS/Root info.
Eric S. Raymond [Fri, 16 May 2008 09:30:17 +0000 (09:30 +0000)]
Clean up after granbbing CVS/Root info.

16 years agoExtract and display the CVS repository.
Eric S. Raymond [Fri, 16 May 2008 09:23:22 +0000 (09:23 +0000)]
Extract and display the CVS repository.

16 years agoRemove a very old comment.
Eric S. Raymond [Fri, 16 May 2008 08:53:51 +0000 (08:53 +0000)]
Remove a very old comment.

16 years ago(vc-sccs-create-tag): Fix typo in error message and pass backend arg.
Juanma Barranquero [Fri, 16 May 2008 08:36:17 +0000 (08:36 +0000)]
(vc-sccs-create-tag): Fix typo in error message and pass backend arg.

16 years ago(vc-rcs-create-tag): Fix typo in error message and pass backend arg.
Juanma Barranquero [Fri, 16 May 2008 08:32:57 +0000 (08:32 +0000)]
(vc-rcs-create-tag): Fix typo in error message and pass backend arg.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 16 May 2008 08:25:00 +0000 (08:25 +0000)]
*** empty log message ***