bpt/emacs.git
16 years ago(font_prop_validate_style): Adjusted for the format
Kenichi Handa [Thu, 22 May 2008 05:21:06 +0000 (05:21 +0000)]
(font_prop_validate_style): Adjusted for the format
change of font_style_table.

16 years agoMerge from gnus--devo--0
Miles Bader [Thu, 22 May 2008 05:03:00 +0000 (05:03 +0000)]
Merge from gnus--devo--0

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

16 years ago(completion-pcm--find-all-completions): Don't add pseudo-completions.
Stefan Monnier [Thu, 22 May 2008 04:26:41 +0000 (04:26 +0000)]
(completion-pcm--find-all-completions): Don't add pseudo-completions.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 22 May 2008 03:49:18 +0000 (03:49 +0000)]
*** empty log message ***

16 years ago(x_update_menu_appearance): Call Ffont_xlfd_name with
Kenichi Handa [Thu, 22 May 2008 03:47:34 +0000 (03:47 +0000)]
(x_update_menu_appearance): Call Ffont_xlfd_name with
two args.

16 years ago* minibuf.c (keys_of_minibuf): Delete.
Stefan Monnier [Thu, 22 May 2008 03:18:18 +0000 (03:18 +0000)]
* minibuf.c (keys_of_minibuf): Delete.
* lisp.h (keys_of_minibuf): Delete.
* emacs.c (main): Don't call keys_of_minibuf.

16 years ago(icomplete-eoinput): Remove.
Stefan Monnier [Thu, 22 May 2008 03:15:32 +0000 (03:15 +0000)]
(icomplete-eoinput): Remove.
(icomplete-overlay): New var to replace it.
(icomplete-tidy): Rewrite.
(icomplete-exhibit): Use an overlay.
(icomplete-completions): Use completion-all-sorted-completions.
Obey completion-ignore-case.

16 years ago(locate-dominating-file): Accept non-existing argument.
Stefan Monnier [Thu, 22 May 2008 03:09:34 +0000 (03:09 +0000)]
(locate-dominating-file): Accept non-existing argument.
(project-find-settings-file): Rewrite, using locate-dominating-file.

16 years ago(font-weight-table, font-slant-table)
Kenichi Handa [Thu, 22 May 2008 02:34:30 +0000 (02:34 +0000)]
(font-weight-table, font-slant-table)
(font-width-table): Delete them.  Don't call
internal-set-font-style-table.

16 years ago(ftfont_resolve_generic_family): Renamed from
Kenichi Handa [Thu, 22 May 2008 02:27:17 +0000 (02:27 +0000)]
(ftfont_resolve_generic_family): Renamed from
ftfont_list_generic_family.  Return a single family for each
generic family.
(ftfont_spec_pattern): Add FC_FAMILY to pattern.
(ftfont_list): Adjusted for the change of
ftfont_resolve_generic_family.  Call font_add_log.
(ftfont_match): Call font_add_log.

16 years ago(Ffont_xlfd_name): EXFUN adjusted.
Kenichi Handa [Thu, 22 May 2008 02:24:14 +0000 (02:24 +0000)]
(Ffont_xlfd_name): EXFUN adjusted.
(FONT_DEBUG): Define it.
(font_add_log): Extern it.
(font_assert): Renamed from xassert.

16 years ago(xfont_get_pcm): Change xassert to font_assert.
Kenichi Handa [Thu, 22 May 2008 02:23:03 +0000 (02:23 +0000)]
(xfont_get_pcm): Change xassert to font_assert.
(xfont_list_family): Call font_add_log.
(xfont_match): Likewise.
(memq_no_quit): Deleted.

16 years ago(fontset_from_font, Ffontset_info): Add the 2nd arg in
Kenichi Handa [Thu, 22 May 2008 02:21:54 +0000 (02:21 +0000)]
(fontset_from_font, Ffontset_info): Add the 2nd arg in
call of Ffont_xlfd_name.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 22 May 2008 02:21:05 +0000 (02:21 +0000)]
*** empty log message ***

16 years agoChecking of FONT_DEBUG is moved to font.h. All calls of
Kenichi Handa [Thu, 22 May 2008 02:19:21 +0000 (02:19 +0000)]
Checking of FONT_DEBUG is moved to font.h.  All calls of
xassert are changed to font_assert.  Many unused variables
deleted.
(Vfont_weight_table, Vfont_slant_table, Vfont_width_table): New
variables.
(struct table_entry): Moved from xfaces.c and modified.
(weight_table, slant_table, width_table): Moved from xfaces.c and
contents adjusted for the change of struct table_entry.
(font_style_to_value, font_style_symbolic): Adjuted for the format
change of font_style_table.
(font_parse_family_registry): Don't overwrite existing foundry and
family of font_spec.
(font_score): Fix calculation of diff for sizes.
(font_sort_entites): Call font_add_log.
(font_delete_unmatched): Return a newly created list.
(font_list_entities): Fix previous change.  Call font_add_log.
(font_matching_entity, font_open_entity, font_close_entity): Call
font_add_log.
(Ffont_xlfd_name): New arg FOLD-WILDCARDS.
(Finternal_set_font_style_table): Deleted.
(BUILD_STYLE_TABLE): New macro.
(build_style_table): New function.
(Vfont_log, font_log_env_checked): New variables.
(font_add_log): New function.
(syms_of_font): Delete defsubr Sinternal_set_font_style_table.
Declare Lisp variables "font-weight-table", "font-slant-table",
"font-width-table", and "font-log".  Initialize font_style_table.

16 years ago(font-show-log): New function.
Kenichi Handa [Thu, 22 May 2008 02:05:44 +0000 (02:05 +0000)]
(font-show-log): New function.

16 years ago(script-representative-chars): Add more
Kenichi Handa [Thu, 22 May 2008 02:04:33 +0000 (02:04 +0000)]
(script-representative-chars): Add more
chars for latin.  Add data for symbol.
(setup-default-fontset): Add entries for phonetic, armenian, and
symbol.

16 years ago(completion-all-sorted-completions): New var.
Stefan Monnier [Wed, 21 May 2008 20:52:44 +0000 (20:52 +0000)]
(completion-all-sorted-completions): New var.
(completion--flush-all-sorted-completions)
(completion-all-sorted-completions): New functions.
(minibuffer-force-complete): New command.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 21 May 2008 10:14:56 +0000 (10:14 +0000)]
*** empty log message ***

16 years agoFix typo in comment.
Juanma Barranquero [Wed, 21 May 2008 09:25:50 +0000 (09:25 +0000)]
Fix typo in comment.

16 years ago* proced.el (proced-header-line): New variable and new function.
Roland Winkler [Wed, 21 May 2008 08:01:18 +0000 (08:01 +0000)]
* proced.el (proced-header-line): New variable and new function.
(proced-mode): Set header-line-format.
(proced-update): Set proced-header-line.
(proced-send-signal): Use proced-header-line.

16 years ago(proced-header-line): New variable and new function.
Roland Winkler [Wed, 21 May 2008 08:00:05 +0000 (08:00 +0000)]
(proced-header-line): New variable and new function.
(proced-mode): Set header-line-format.
(proced-update): Set proced-header-line.
(proced-send-signal): Use proced-header-line.

16 years ago(x_set_frame_alpha): Move declarations before
Dan Nicolaescu [Wed, 21 May 2008 06:32:45 +0000 (06:32 +0000)]
(x_set_frame_alpha): Move declarations before
statements.

16 years ago*** empty log message ***
Glenn Morris [Wed, 21 May 2008 04:08:45 +0000 (04:08 +0000)]
*** empty log message ***

16 years agoAdd placeholder for alpha frame parameter.
Glenn Morris [Wed, 21 May 2008 04:02:50 +0000 (04:02 +0000)]
Add placeholder for alpha frame parameter.

16 years agoFix whitespace in previous.
Glenn Morris [Wed, 21 May 2008 04:01:12 +0000 (04:01 +0000)]
Fix whitespace in previous.

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

(w32_frame_parm_handlers): A null handler for x_set_alpha.

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 ***