aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (reftex-show-commentary): Don't require finder.Glenn Morris2008-02-281-85/+83
| | | | (reftex-info): Don't require info. Use info rather than Info-goto-node.
* (auto-insert-alist): Update to FDL 1.2.Glenn Morris2008-02-281-4/+5
|
* Update commentary.Glenn Morris2008-02-281-19/+14
| | | | | | Remove leading `*' from defcustom doc-strings. (Info-menu, Info-goto-node): Remove declarations. (report-emacs-bug-info): Use info rather than Info-goto-node.
* *** empty log message ***Dan Nicolaescu2008-02-281-4/+0
|
* * progmodes/hideshow.el (hs-minor-mode-menu): Add some options toDan Nicolaescu2008-02-283-10/+39
| | | | | | | | the menu. * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry) (vc-finish-logentry): Check for vc-status-mode, not only for vc-dired-mode.
* (display_mode_element): Cancel the previous change.Kenichi Handa2008-02-282-18/+19
| | | | (decode_mode_spec): Likewise.
* (isearch-printing-char): Don't checkKenichi Handa2008-02-282-9/+10
| | | | | | keyboard-coding-system. Call isearch-process-search-multibyte-characters only when current-input-method is non-nil.
* (make-glyph-code): Encode as cons if face id > 63.Kim F. Storm2008-02-271-5/+13
| | | | (glyph-char, glyph-face): Handle cons encoding.
* (get_next_display_element, next_element_from_display_vector):Kim F. Storm2008-02-272-29/+35
| | | | Adapt to new glyph type and new glyph code encoding.
* (encode_terminal_code, produce_special_glyphs): Likewise.Kim F. Storm2008-02-271-42/+41
|
* (IT_write_glyphs): Adapt to new glyph type.Kim F. Storm2008-02-271-11/+10
|
* (GLYPH): Change type from int to struct with separate charKim F. Storm2008-02-271-30/+41
| | | | | | | | | | | | | 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.
* (current_column, current_column_1, Fmove_to_column)Kim F. Storm2008-02-271-17/+14
| | | | (compute_motion): Adapt to new glyph code encoding.
* (GLYPH_SIMPLE_P): Rewrite.Kim F. Storm2008-02-271-15/+14
| | | | | | | | (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.
* (line_draw_cost): Adapt to new glyph type.Kim F. Storm2008-02-271-26/+32
| | | | | | | (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.
* (CHAR_GLYPH_SPACE_P): Simplify.Kim F. Storm2008-02-271-8/+15
| | | | | | | (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.
* *** empty log message ***Kim F. Storm2008-02-271-0/+43
|
* Updated.Jan Djärv2008-02-271-0/+13
|
* (HAVE_GTK): Print a warning if gtk version is < 2.10.Jan Djärv2008-02-272-0/+13
|
* Re-added calc-menu.el to fix persmissions.Bastien Guerry2008-02-271-0/+1429
|
* Removed calc-menu.el. Next commit will add it again and fix the permissions.Bastien Guerry2008-02-271-1429/+0
|
* (uniquify-buffer-base-name): If the base name is an emptyJuanma Barranquero2008-02-272-2/+8
| | | | | string, return nil to allow the caller to default to the buffer name. Reported by Martin Fischer <parozusa@web.de>.
* (wait_reading_process_output): Check for window changes caused by timers.Chong Yidong2008-02-271-1/+3
| | | | Suggested by Johan Bockgård.
* * process.c (wait_reading_process_output): Check for windowChong Yidong2008-02-271-0/+6
| | | | | changes caused by timers. Suggested by Johan Bockgård.
* *** empty log message ***Juanma Barranquero2008-02-271-1/+8
|
* (sc-describe): Fix typos in obsolescence declaration.Juanma Barranquero2008-02-271-1/+1
|
* (tool-bar-setup): Doc fix.Juanma Barranquero2008-02-271-1/+1
|
* (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group aroundGlenn Morris2008-02-272-3/+28
| | | | | | | | | 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.
* (nnmairix-group-regexp, nnmairix-valid-backends): Convert from freeGlenn Morris2008-02-271-55/+57
| | | | | | | | | | 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.
* Switch license to GPLv3+.Glenn Morris2008-02-272-18/+24
| | | | | Standardize license text. Change defcustom :version from 23.0 to 23.1.
* Standardize license text.Glenn Morris2008-02-271-3/+5
|
* Merge from gnus--devo--0Miles Bader2008-02-275-5/+1581
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1086
* (auto-insert-alist): Change permission text to match FSF's GPLv3 form.Glenn Morris2008-02-272-7/+8
|
* (USAGE1): Add `--disable-font-backend'.Glenn Morris2008-02-272-0/+5
|
* Change copyright to FSF, per the author's statement:Glenn Morris2008-02-271-3/+3
| | | | | http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02647.html Update FSF address.
* Make the `whitespace.el' issue a little less confusing for people byGlenn Morris2008-02-271-0/+4
| | | | actually mentioning it.
* Mention --disable-font-backend option.Glenn Morris2008-02-271-0/+4
|
* Remove a lot of old and obsolete info.Glenn Morris2008-02-272-649/+82
| | | | | | | | | | | | | | (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".
* (sc-cite-original): Doc fix.Glenn Morris2008-02-272-10/+16
| | | | | (sc-version): Make obsolete. (sc-describe): Show the SC info page. Make obsolete.
* (Finsert_file_contents): Don't reset undo_list if no changeStefan Monnier2008-02-272-2/+11
| | | | is made to the buffer.
* *** empty log message ***Stefan Monnier2008-02-261-0/+1
|
* (Gnus): Mention problem with coding system `utf-8-emacs'Reiner Steib2008-02-262-0/+11
| | | | when using different Emacs versions.
* (set-mark-command): Deactivate mark on second C-SPC C-SPCStefan Monnier2008-02-263-1/+10
| | | | when using transient-mark-mode.
* (Formatting Strings): Treat - and 0 as flag characters.Chong Yidong2008-02-261-48/+51
|
* * strings.texi (Formatting Strings): Treat - and 0 as flagChong Yidong2008-02-261-0/+5
| | | | characters.
* * dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier2008-02-2610-49/+69
| | | | | | | | | | (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.
* (Fformat): Doc fix.Chong Yidong2008-02-261-5/+30
|
* * editfns.c (Fformat): Doc fix.Chong Yidong2008-02-261-0/+4
|
* (Ffont_spec, Ffont_at): Fix typos in docstrings.Juanma Barranquero2008-02-262-31/+37
| | | | | (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf, Ffont_otf_alternates, Fquery_font): Doc fixes.
* (compilation-mode-tool-bar-map): The same.Jan Djärv2008-02-262-4/+11
|