aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dave Love2000-11-012-0/+18
|
* (elp-restore-function): Remove autoloadDave Love2000-11-011-1/+0
| | | | cookie.
* (base64): Require unconditionally.Dave Love2000-11-011-4/+5
| | | | | | (message-posting-charset): Defvar when compiling. (rfc2047-encode-message-header, rfc2047-encodable-p): Require message.
* (nnoo): Require.Dave Love2000-11-011-0/+4
| | | | (mm-uu-dissect): Autoload.
* Change MaintainerDave Love2000-11-011-0/+1
|
* (mml-parse-1): Clarify message.Dave Love2000-11-011-20/+3
| | | | (mml-minibuffer-read-type): Use mailcap-mime-types.
* *** empty log message ***Stefan Monnier2000-11-012-1/+5
|
* 2000-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>Dave Love2000-11-012-0/+23
| | | | * rfc2231.el: Require cl when compiling.
* (mm-uu-decode-function, mm-uu-binhex-decode-function):Dave Love2000-11-011-28/+26
| | | | | Fix custom type. (mm-uu-configure-list): Move and fix custom type.
* Require cl when compiling.Dave Love2000-11-011-0/+1
|
* Use (featurep 'xemacs).Dave Love2000-11-011-18/+13
| | | | | | | (binhex-char-int): New alias, replacing char-int. Change callers. (binhex-decode-region): Simplify work buffer code. (binhex-decode-region-external): Use expand-file-name, not concat.
* Rearrange menu items more logically, and putEli Zaretskii2000-11-012-17/+30
| | | | | them into a single category. Add menu items for RefTeX and Widget.
* (diary-face, holiday-face): Add dark-background variants.Miles Bader2000-11-012-6/+17
|
* use default-directory when tex-main-file has no directorySam Steingold2000-10-312-1/+7
|
* *** empty log message ***Gerd Moellmann2000-10-311-12/+11
|
* *** empty log message ***Stefan Monnier2000-10-312-10/+17
|
* (custom-mode-map): Switch back to a sparse keymap.Stefan Monnier2000-10-311-1/+3
|
* Fix the @setfilename line.Eli Zaretskii2000-10-311-1/+1
|
* *** empty log message ***Thien-Thi Nguyen2000-10-311-28/+33
|
* (ediff-prepare-buffer-hook): Expand docstring, no functional change.Thien-Thi Nguyen2000-10-311-110/+111
|
* *** empty log message ***Gerd Moellmann2000-10-313-2/+10
|
* (find-file-noselect): When we expand a wildcard, returnGerd Moellmann2000-10-311-1/+1
| | | | a list of buffers, as we should do according to the doc string.
* (read_char) <wrong_kboard>: Make sure that weGerd Moellmann2000-10-311-1/+1
| | | | process idle timers while waiting for another event.
* * loadup.el (top level): Adjust load path if program name isKen Raeburn2000-10-312-1/+9
| | | | | "../src/bootstrap-emacs", in case it's not dumped and thus the load path adjustment hasn't already been done.
* (update_frame_line): Handle case where spaces inGerd Moellmann2000-10-312-8/+19
| | | | the default face are colored.
* (redisplay_tool_bar): Don't set fonts_changed_p ifGerd Moellmann2000-10-312-1/+8
| | | | window height hasn't changed.
* (x_produce_glyphs): Handle composite characters.Jason Rumney2000-10-312-28/+321
| | | | | (x_draw_glyph_string_foreground) (x_draw_composite_glyph_string_foreground): Restore old font.
* (elp-unload-hook): New function.Dave Love2000-10-312-0/+9
|
* (unload-feature): Call elp-restore-function,Dave Love2000-10-311-3/+5
| | | | | checking for symbols; don't use elp-restore-all. (loadhist-hook-functions): Doc fix.
* Little programming improvement.Gerd Moellmann2000-10-312-31/+19
| | | | | (delimit-columns-str): New macro. (delimit-columns-region, delimit-columns-rectangle): Code fix.
* Fix bug on selected pages for printing. UseGerd Moellmann2000-10-312-205/+237
| | | | | | | | | | | | | | | | | | | | `color-values' for Emacs 21. Ensure fontification when jit-lock is on. Try to avoid warning messages when compiling. Doc Fix. (ps-print-version): New version number (6.3). (ps-color-device): Use `color-values' to determine if device supports color. (ps-color-values): Try to use `x-color-values' when using XEmacs. (ps-print-page-p): Changed from defsubst to defun. (ps-page-number): Changed from defmacro to defun. (ps-header-sheet, ps-header-page): Fix bug on selected pages for printing. (ps-print-ensure-fontified): Ensure fontification when jit-lock is on. (ps-end-file, ps-dummy-page): Funs eliminated. (ps-print-color-scale): Changed default value. (ps-page-n-up, ps-print-page-p): New internal vars. (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page) (ps-plot-region, ps-generate, ps-end-job): Code fix.
* (read_minibuf): Reset the undo history just before starting the recursive-edit.Miles Bader2000-10-312-0/+8
|
* (decode-mac-roman, encode-mac-roman, mac-roman): Moved to european.el.Kenichi Handa2000-10-311-113/+21
| | | | | | | (ccl-encode-mac-roman-font, fontset-mac): Modified for mule-unicode-2500-33ff and mule-unicode-e000-ffff. (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted. (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
* *** empty log message ***Kenichi Handa2000-10-311-0/+11
|
* (x_load_resources): Use the class name in the defaults.Stefan Monnier2000-10-302-18/+20
|
* (menu_face_change_count): New variable.Gerd Moellmann2000-10-302-0/+30
| | | | | | | (Finternal_set_lisp_face_attribute): Increment it for changes of the `menu' face. (realize_basic_faces): Reflect changes in the `menu' faces in menu bars.
* (imenu-generic-expression)Dave Love2000-10-302-2/+8
| | | | (imenu-progress-message): Only defvar when compiling.
* Speling &c.Dave Love2000-10-301-20/+20
|
* Changes from Kai G.Dave Love2000-10-301-1/+32
|
* Fix 2000-10-27 change properly.Dave Love2000-10-301-70/+70
|
* *** empty log message ***Dave Love2000-10-301-1/+9
|
* (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to theGerd Moellmann2000-10-302-1/+10
| | | | | dy obtained from the iterator's y-position after moving from scroll_margin_pos to PT; see comment there.
* (safe_eval_handler): Call add_to_log.Gerd Moellmann2000-10-302-0/+3
|
* (resolve_face_name): Handle case that FACE_NAMEGerd Moellmann2000-10-302-1/+4
| | | | is not a symbol or string.
* (echo_area_display): Don't perform a display update fromGerd Moellmann2000-10-302-2/+12
| | | | | | inside redisplay. The update will happen anyway at the end of redisplay, and it can confuse redisplay (GC messages while redisplaying, for instance.)
* *** empty log message ***Stefan Monnier2000-10-302-9/+20
|
* (re_iswctype, re_wctype_to_bit): Fix braino.Stefan Monnier2000-10-301-41/+40
| | | | (regex_compile): Catch bogus \(\1\).
* (x_alloc_nearest_color): Fix last change to compareGerd Moellmann2000-10-302-1/+6
| | | | RGB values.
* (x_alloc_nearest_color): If allocation succeeds, andGerd Moellmann2000-10-302-0/+21
| | | | | we have a color cache, check that the cached color equals the allocated color. If not, clear the color cache.
* (log-edit-confirm): Fix the default.Stefan Monnier2000-10-301-3/+3
|