- 28 Feb, 2008 1 commit
-
-
Kenichi Handa authored
keyboard-coding-system. Call isearch-process-search-multibyte-characters only when current-input-method is non-nil.
-
- 27 Feb, 2008 33 commits
-
-
Kim F. Storm authored
(glyph-char, glyph-face): Handle cons encoding.
-
Kim F. Storm authored
Adapt to new glyph type and new glyph code encoding.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
and face_id members. (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros. (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg. (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ... (GLYPH_CHAR, GLYPH_FACE): ... these. Change users. (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ... (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead. (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P) (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to handle new Lisp glyph code encoding, either an integer or a cons.
-
Kim F. Storm authored
(compute_motion): Adapt to new glyph code encoding.
-
Kim F. Storm authored
(GLYPH_ALIAS): Delete. (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite. (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR. (GLYPH_FROM_CHAR): Replace macro by ... (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
-
Kim F. Storm authored
(build_frame_matrix_from_leaf_window): Adapt to new glyph type and new glyph code encoding. (spec_glyph_lookup_face): No return value; update passed glyph instead. (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
-
Kim F. Storm authored
(GLYPH_FROM_CHAR_GLYPH): Replace macro by ... (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users. (GLYPH_INVALID_P): New macro. (spec_glyph_lookup_face): Update prototype.
-
Kim F. Storm authored
-
Jan Djärv authored
-
Jan Djärv authored
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Juanma Barranquero authored
string, return nil to allow the caller to default to the buffer name. Reported by Martin Fischer <parozusa@web.de>.
-
Chong Yidong authored
Suggested by Johan Bockgård.
-
Chong Yidong authored
changes caused by timers. Suggested by Johan Bockgård.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Glenn Morris authored
nnmairix-request-group-with-article-number-correction call. (nnmairix-fast, nnmairix-group): New, less general names, for free variables passed from nnmairix-request-group to nnmairix-request-group-with-article-number-correction. Declare. (nnmairix-request-group-with-article-number-correction): Use nnmairix-fast, nnmairix-group rather than fast, group.
-
Glenn Morris authored
variables to defconsts. Convert comments to doc-strings. (nnmairix-last-server, nnmairix-current-server): Convert from free variables to defvars. Convert comments to doc-strings. (gnus-registry-fetch-group): Autoload. (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar. (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets) (nnmairix-widget-build-editable-fields): Use car cddr rather than caddr.
-
Glenn Morris authored
Standardize license text. Change defcustom :version from 23.0 to 23.1.
-
Glenn Morris authored
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1086
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02647.html Update FSF address.
-
Glenn Morris authored
actually mentioning it.
-
Glenn Morris authored
-
Glenn Morris authored
(titlepage): Simplify. (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen) (VM with any Emacsen, GNEWS with any Emacsen) (Overloading for Non-conforming MUAs, Version 3 Changes) (The Supercite Mailing List): Delete nodes. (Introduction): Remove info about old packages. (Getting Connected): Simplify. Remove info about old packages. (Citing Commands): Delete Emacs 19 info. (Hints to MUA Authors): Simplify. (Thanks and History): Merge in some info from the deleted node "Version 3 Changes".
-
Glenn Morris authored
(sc-version): Make obsolete. (sc-describe): Show the SC info page. Make obsolete.
-
Stefan Monnier authored
is made to the buffer.
-
- 26 Feb, 2008 6 commits
-
-
Stefan Monnier authored
-
Reiner Steib authored
when using different Emacs versions.
-
Stefan Monnier authored
when using transient-mark-mode.
-
Chong Yidong authored
-
Chong Yidong authored
characters.
-
Stefan Monnier authored
(face_at_string_position): * xfaces.c (face_at_buffer_position, face_for_overlay_string) (face_at_string_position): * xdisp.c (display_string, next_overlay_change): * buffer.h (overlays_at): * buffer.c (overlays_at): Use EMACS_INT for buffer positions. Update callers.
-