1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
Commit graph

83392 commits

Author SHA1 Message Date
Juanma Barranquero
bcc850aa9e *** empty log message *** 2008-05-21 10:14:56 +00:00
Juanma Barranquero
65a6ff8fb5 Fix typo in comment. 2008-05-21 09:25:50 +00:00
Roland Winkler
e9f6a88fc9 * 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.
2008-05-21 08:01:18 +00:00
Roland Winkler
b9df596973 (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.
2008-05-21 08:00:05 +00:00
Dan Nicolaescu
6aac1c03b8 (x_set_frame_alpha): Move declarations before
statements.
2008-05-21 06:32:45 +00:00
Glenn Morris
b9fb2c4543 *** empty log message *** 2008-05-21 04:08:45 +00:00
Glenn Morris
fec8ef060d Add placeholder for alpha frame parameter. 2008-05-21 04:02:50 +00:00
Glenn Morris
7950790f33 Fix whitespace in previous. 2008-05-21 04:01:12 +00:00
Glenn Morris
a2979e8edd Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(w32_frame_parm_handlers): A null handler for x_set_alpha.
2008-05-21 04:00:33 +00:00
Glenn Morris
405a127813 Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(mac_frame_parm_handlers): A null handler for x_set_alpha.
2008-05-21 04:00:01 +00:00
Glenn Morris
4a59a6c015 Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(x_set_frame_alpha): Add function.
2008-05-21 03:59:44 +00:00
Glenn Morris
271a71c732 Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(x-create-frame, Qalpha): Initialize the frame parameter `alpha'.
2008-05-21 03:59:23 +00:00
Glenn Morris
50a7386968 Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(Qalpha, Vframe_parameter_lower_limit): Export them.
2008-05-21 03:59:00 +00:00
Glenn Morris
0a70863790 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.
2008-05-21 03:58:41 +00:00
Glenn Morris
361edc854f (c-postprocess-file-styles): Declare for compiler. 2008-05-21 03:55:40 +00:00
Glenn Morris
ef7f89b26e 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 $@.
2008-05-21 03:51:58 +00:00
Glenn Morris
3146b07069 Use eshell-defgroup rather than defgroup.
Autoload the custom group.
Set generated-autoload-file.
2008-05-21 03:51:08 +00:00
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