1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

83575 Commits

Author SHA1 Message Date
Glenn Morris
b5583b154b (eshell-defgroup): New alias. 2008-05-21 03:50:42 +00:00
Glenn Morris
5bbed4274d Require eshell, for eshell-defgroup.
Use eshell-defgroup rather than defgroup.
Autoload the custom group.
Set generated-autoload-file.
2008-05-21 03:50:25 +00:00
Glenn Morris
4184766e50 No need for cl when compiling.
Require eshell, for eshell-defgroup.
(eshell-load-defgroups): Remove.
Require esh-groups rather than loading it.
2008-05-21 03:49:48 +00:00
Stefan Monnier
59f3685985 (insert-kbd-macro): Use prin1-char. 2008-05-21 02:32:31 +00:00
Jason Rumney
5c2a72d900 (add_font_entity_to_list): Don't add non-opentype
truetype fonts to opentype list.
2008-05-20 23:37:27 +00:00
Stefan Monnier
a38313e106 (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.
2008-05-20 17:03:30 +00:00
Juanma Barranquero
eb152aa90b (Ffontset_info): Doc fix.
(syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
<ignore-relative-composition>: Fix typos in docstrings.
2008-05-20 16:33:58 +00:00
Juanma Barranquero
027a33c045 (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.
2008-05-20 16:00:55 +00:00
Stefan Monnier
be91065ff4 (icomplete-completions): Don't use `predicate' with
a table of a different type than `candidates'.
2008-05-20 13:44:50 +00:00
Juanma Barranquero
fac97ac5a9 Fix typo. 2008-05-20 10:31:44 +00:00
Roland Winkler
66add12c8b * 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.
2008-05-20 10:19:06 +00:00
Juanma Barranquero
fa680c58f2 Fix typos. 2008-05-20 10:17:23 +00:00
Roland Winkler
92d9ce488f (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.
2008-05-20 10:17:15 +00:00
Juanma Barranquero
dde8403ffe Fix typos. 2008-05-20 10:14:38 +00:00
Juanma Barranquero
c0dc8f895c *** empty log message *** 2008-05-20 10:13:17 +00:00
Kenichi Handa
1285557220 (obj): Fix previous change. 2008-05-20 06:44:03 +00:00
Kenichi Handa
ad00e1a3bf Include font.h unconditionally.
(merge_face_ref, merge_face_vectors)
(Finternal_set_lisp_face_attribute): Cancel the previous change.
2008-05-20 06:34:10 +00:00
Kenichi Handa
cd5218d2ab (Vfont_encoding_alist, find_font_encoding): Moved to
font.c.
(syms_of_fontset): Declaration of font-encoding-alist moved to
font.c.
2008-05-20 06:33:26 +00:00
Kenichi Handa
819e81df02 (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.
2008-05-20 06:33:10 +00:00
Kenichi Handa
e6aca9f35e (find_font_encoding): Extern it. 2008-05-20 06:32:37 +00:00
Kenichi Handa
4fa9161d66 (main): Call syms_of_font unconditionally. 2008-05-20 06:32:07 +00:00
Kenichi Handa
0f91ebe65a (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).
2008-05-20 06:31:49 +00:00
Bill Wohler
d07f5510d8 Remove "tiny change" from Sergey's entry. He has assigned past and
future changes to Emacs already.
2008-05-20 03:45:11 +00:00
Stefan Monnier
476d2aef42 (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.
2008-05-20 03:36:20 +00:00
Michael Olson
6a221b7dc4 lisp/ChangeLog: Update. 2008-05-20 03:16:34 +00:00
Michael Olson
360a13492a files.el (project-find-settings-file): Change concat to expand-file-name. 2008-05-20 03:15:16 +00:00
Stefan Monnier
40a69fac46 * 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.
2008-05-20 00:13:37 +00:00
Michael Olson
12a28ea34c lisp/files.el: Remove trailing whitespace. 2008-05-19 22:39:16 +00:00
Michael Olson
23aaf52ba0 etc/ChangeLog: Update. 2008-05-19 22:38:15 +00:00
Michael Olson
854a574cbd doc/emacs/ChangeLog: Update. 2008-05-19 22:37:49 +00:00
Michael Olson
4b0ff59aa5 lisp/ChangeLog: Update. 2008-05-19 22:37:06 +00:00
Michael Olson
1b21ee065d Implement Project-local variables. 2008-05-19 22:36:09 +00:00
Stefan Monnier
ad97b375e8 * 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.
2008-05-19 18:38:55 +00:00
Chong Yidong
61bd39a3bd (wait_reading_process_output): Always check status when in batch mode. 2008-05-19 16:29:33 +00:00
Chong Yidong
9092490376 * process.c (wait_reading_process_output): Always check status
when in batch mode.
2008-05-19 16:29:18 +00:00
Stefan Monnier
046f24aad3 (destructuring-bind): Fix spec. 2008-05-19 11:58:43 +00:00
Stefan Monnier
73913e2eb5 (Finternal_complete_buffer): Typo. 2008-05-19 11:23:53 +00:00
Stefan Monnier
8c2dccbf9d (Finternal_complete_buffer): Only strip out hidden buffers
if some non-hidden buffers are selected by string&pred.
2008-05-19 11:22:44 +00:00
Kenichi Handa
25b81df40e *** empty log message *** 2008-05-19 07:23:52 +00:00
Kenichi Handa
7cee5d639b (font_list_entities): Fix handling of cache.
(font_matching_entity): Likewise.
2008-05-19 07:22:45 +00:00
Kenichi Handa
21988a0804 (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.
2008-05-19 07:21:25 +00:00
Kenichi Handa
686ee70366 (xftfont_open): Ajusted for the change of extra info
set by ftfont_list.
2008-05-19 06:18:51 +00:00
Bill Wohler
fad5a93af9 (mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes when converting to
or from MIME (closes SF #1966722).
2008-05-19 04:12:55 +00:00
Bill Wohler
7911d1c825 (mh-invisible-header-fields-internal): Sort list in a case-insensitive
way and add comment about it. Add many header fields (closes SF
#1916032).
2008-05-19 03:04:23 +00:00
Jay Belanger
2e4daa0e05 (calc-get-register): Fix problem when the Calc register is empty. 2008-05-19 02:42:28 +00:00
Bill Wohler
b78a11dc14 (mh-find-path): Don't throw error if MH environment variable is being
used (closes SF #1946861).
2008-05-19 02:18:24 +00:00
Bill Wohler
770ea979d4 (mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).
2008-05-19 01:54:32 +00:00
Bill Wohler
5ef559811f (mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).
2008-05-19 01:54:10 +00:00
Juanma Barranquero
4e29db95f9 (font-weight-table): Fix typo in docstring. 2008-05-19 01:06:37 +00:00
Juanma Barranquero
d4a1d55391 (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.
2008-05-19 00:57:11 +00:00