summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (byte-optimize-set): Avoid CLism.Stefan Monnier2003-03-251-1/+1
|
* (byte-optimize-set): New. Turn `set' into `setq' when applicable.Stefan Monnier2003-03-251-0/+12
|
* (store_symval_forwarding): Delete special read-onlyStefan Monnier2003-03-251-6/+3
| | | | | hack for type == -1, since we now use ->constant instead. (Fkill_local_variable): Don't use XBUFFER if it can be nil.
* (overlays_in): Declare static.Stefan Monnier2003-03-251-3/+4
| | | | | (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's `constant' field rather than the variable's `type' field.
* .Andreas Schwab2003-03-241-0/+4
|
* Remove extra TAB in Greek entries.Andreas Schwab2003-03-241-2/+2
|
* Allow building on Mac OS X again after Kim's merging of display code.Andrew Choi2003-03-248-126/+109
|
* (define-minor-mode): Use custom-set-minor-mode.Stefan Monnier2003-03-241-9/+13
| | | | Pass unknown keyword args blindly to defcustom.
* (easy-menu-add-item): Align the docstring with the code.Stefan Monnier2003-03-242-12/+16
|
* (easy-menu-add-item): Don't default to the global map.John Paul Wallington2003-03-242-3/+3
|
* (cua-set-mark): Check pop-global-mark-quick-repeat.Kim F. Storm2003-03-241-1/+2
|
* typoKim F. Storm2003-03-241-1/+0
|
* Rework last change so C-x C-SPC C-SPC does notKim F. Storm2003-03-242-4/+20
| | | | | | repeat pop-global-mark by default. (pop-global-mark-quick-repeat): New user option. (set-mark-command): Use it.
* *** empty log message ***Kim F. Storm2003-03-241-0/+7
|
* (emerge-show-file-name): Read event irrespective of whether minibufferJohn Paul Wallington2003-03-242-10/+16
| | | | window is resized. Clear minibuffer when done.
* (customize-create-theme): Rename fromJohn Paul Wallington2003-03-242-1/+6
| | | | `custom-theme-create'.
* (redisplay_window): If mini window's buffer is notJohn Paul Wallington2003-03-242-0/+7
| | | | empty, then redisplay it like other windows.
* 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>John Paul Wallington2003-03-242-0/+5
| | | | * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
* Add dns-lookup-program wrapperPeter Breton2003-03-232-4/+40
|
* (w32_draw_window_cursor): Fix last change.Kim F. Storm2003-03-231-0/+1
|
* *** empty log message ***Kim F. Storm2003-03-231-4/+7
|
* Setup categories for Indian characters.Kenichi Handa2003-03-231-32/+19
|
* (make_string_from_bytes, make_specified_string):Kenichi Handa2003-03-232-3/+12
| | | | Prototypes adjusted.
* *** empty log message ***Martin Stjernholm2003-03-231-4/+10
|
* (make_string_from_bytes): Add `const' for the argKenichi Handa2003-03-231-2/+2
| | | | | CONTENTS. (make_specified_string): Likewise.
* (c-parse-state): Added kludge to avoid an infinite loop when Emacs'Martin Stjernholm2003-03-231-3/+10
| | | | | open-paren-in-column-zero rule kicks in and causes the sexp functions to misbehave.
* Removed one line too manyJan Djärv2003-03-231-0/+3
|
* * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endifJan Djärv2003-03-232-1/+3
|
* Finally (?) fix flicker in scroll bar.Jan Djärv2003-03-234-70/+156
|
* Cosmetic changes only.Kim F. Storm2003-03-221-10/+8
|
* Fix long lines.Kim F. Storm2003-03-221-2/+2
|
* *** empty log message ***Stefan Monnier2003-03-221-4/+16
|
* *** empty log message ***Peter Breton2003-03-221-0/+13
|
* Use fixes to rul-generic-mode, contributed by "Rolf Sandau" ↵Peter Breton2003-03-221-43/+96
| | | | | | <Rolf.Sandau@marconi.com> Add etc-modules-conf-generic-mode
* Remove timestampPeter Breton2003-03-221-1/+6
| | | | Add dirtrack-cygwin-directory-function
* Add file-cache-add-directory-recursively functionPeter Breton2003-03-221-0/+69
| | | | | Add file-cache-complete function Add file-cache-display function
* Make sure space precedes end-of-line backslashes.Thien-Thi Nguyen2003-03-222-9/+13
|
* (ido-mode): Remove unused NOBIND arg. Fix doc string accordingly.Kim F. Storm2003-03-221-11/+16
| | | | | | (ido-define-mode-map): Bind C-l for both file and dir modes. (ido-wide-find-file, ido-wide-find-dir, ido-make-directory): Let-bind enable-recursive-minibuffers to t around read-string.
* *** empty log message ***Kim F. Storm2003-03-221-0/+8
|
* (setup-default-fontset): UseKenichi Handa2003-03-222-80/+107
| | | | | indian-font-char-range for specifying ranges of indian-glyph chars. Setup for AKRUTI fonts.
* (indian-font-foundry): New variable.Kenichi Handa2003-03-221-0/+87
| | | | | | | | (indian-script-language-alist): New variable. (indian-font-char-index-table): New variable. (indian-font-char): New function. (indian-font-char-range): New function. (font-ccl-encoder-alist): Add entry for AKRUTI font.
* (cperl-electric-backspace): Add delete-selection property.Kim F. Storm2003-03-221-0/+2
|
* *** empty log message ***Kim F. Storm2003-03-221-0/+3
|
* (cua-set-mark): Doc fixes.Kim F. Storm2003-03-221-9/+19
| | | | | Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... C-u C-u C-SPC now unconditionally sets the mark.
* *** empty log message ***Kim F. Storm2003-03-221-0/+4
|
* (set-mark-command): Doc fixes.Kim F. Storm2003-03-211-11/+23
| | | | | Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... C-u C-u C-SPC now unconditionally sets the mark.
* *** empty log message ***Kim F. Storm2003-03-212-0/+8
|
* Fix compilation with --with-x=no.Kim F. Storm2003-03-211-0/+5
|
* (STORE_NATIVE_RECT): New macro.Kim F. Storm2003-03-211-3/+6
|
* * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):Kim F. Storm2003-03-217-343/+107
| | | | | Add generic versions here. Remove system specific versions defined elsewhere.