aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (update-subdirs-SH): Create lisp/subdirs.el.Juanma Barranquero2003-01-271-0/+1
|
* (ebrowse-draw-tree-fn): Fix typo.Juanma Barranquero2003-01-272-2/+16
|
* (c-offsets-alist): Fix typo.Juanma Barranquero2003-01-271-1/+1
|
* (c-make-styles-buffer-local): Fix typo.Juanma Barranquero2003-01-271-1/+1
|
* (eshell-separate-commands): Fix typo.Juanma Barranquero2003-01-271-1/+1
|
* (vcursor-disable): Fix typo.Juanma Barranquero2003-01-271-1/+1
|
* (filesets-file-open): Fix typo.Juanma Barranquero2003-01-271-25/+25
|
* (imap-mailbox-status): Fix typo.Juanma Barranquero2003-01-271-1/+1
|
* (x_set_name, x_set_title): Add comment about encoding strategy.Kenichi Handa2003-01-271-0/+17
|
* (Fformat): Add comment about the treatment of 0 as a multibyteKenichi Handa2003-01-261-0/+4
| | | | character.
* (c-require-final-newline): Added a variable to make the initialization ofMartin Stjernholm2003-01-263-1/+14
| | | | require-final-newline' more configurable.
* Added Jan D in aliasJan Djärv2003-01-262-2/+9
|
* gtkutil.c (update_frame_tool_bar): Call prepare_image_for_displayJan Djärv2003-01-262-0/+12
| | | | and handle image load failure (invalid pixmap).
* (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.Kim F. Storm2003-01-261-4/+6
| | | | (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
* *** empty log message ***Kim F. Storm2003-01-261-0/+2
|
* (Info-extract-menu-node-name): Fix 2003-01-24 change.Kim F. Storm2003-01-261-1/+1
| | | | | Don't search for next colon if current colon is followed by one of ".", ",", ";", or ")".
* *** empty log message ***Kim F. Storm2003-01-261-0/+6
|
* *** empty log message ***Richard M. Stallman2003-01-261-5/+3
|
* (thing-at-point-file-name-chars): Undo previous change.Richard M. Stallman2003-01-262-1/+5
|
* lwlib-Xm.c: Fixed memory leak for menus.Jan Djärv2003-01-262-2/+13
|
* * mh-e: Created directory. ChangeLog will appear in a week when weBill Wohler2003-01-2617-12/+33
| | | | | | | | | | | | | | | | | release version 7.2. * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el, lisp/mail/mh-customize.el, lisp/mail/mh-e.el, lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el, lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el, lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el, lisp/mail/mh-speed.el, lisp/mail/mh-utils.el, lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm and reply2.xpm, which were created by the MH-E package, were left in mail since they can probably be used by other mail packages. * makefile.w32-in (WINS): Added mh-e. * makefile.nt (WINS): Added mh-e.
* Added notes for JPEG library.Jason Rumney2003-01-262-10/+15
|
* *** empty log message ***Jason Rumney2003-01-262-0/+13
|
* Automatically detect jpeglib.Jason Rumney2003-01-261-0/+30
|
* (init_jpeg_functions, jpeg_resync_to_restart_wrapper):Jason Rumney2003-01-261-54/+103
| | | | | | | | New functions. (jpeg_load): Sync with xfns.c version. Adjust colors for Windows. Disable color table lookups. Call jpeg library functions through pointers determined at runtime. (init_external_image_libraries): Try to load jpeg.dll.
* *** empty log message ***Richard M. Stallman2003-01-251-1/+0
|
* Remove obsolete comment about lack of image support on MS-WindowsJason Rumney2003-01-251-2/+1
|
* Added note about PNG support on Windows.Jason Rumney2003-01-251-2/+4
|
* Added notes about PNG support.Jason Rumney2003-01-251-0/+12
|
* Automatically detect libpng.Jason Rumney2003-01-251-3/+42
|
* *** empty log message ***Jason Rumney2003-01-252-0/+11
|
* (XPutPixel): Handle monochrome images; used for masks.Jason Rumney2003-01-251-50/+139
| | | | | | | | | | | | | [HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups. (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros. (init_png_functions): New function. (png_read_from_memory, png_load): Call png library functions through pointers determined at runtime. (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare. (init_external_image_libraries): New function. (init_xfns): Call it.
* *** empty log message ***Richard M. Stallman2003-01-253-0/+33
|
* Declare format2 instead of format1.Richard M. Stallman2003-01-251-1/+1
|
* (barf_or_query_if_file_exists): Call format2 instead of format1.Richard M. Stallman2003-01-251-2/+2
|
* (Fkill_buffer): Call format2 instead of format1.Richard M. Stallman2003-01-251-2/+2
|
* (format2): New function, replaces format1Richard M. Stallman2003-01-251-21/+8
| | | | but takes exactly two Lisp Objects as format args.
* Comment change.Richard M. Stallman2003-01-251-1/+1
|
* Document that a symbol can act as a keymap.Richard M. Stallman2003-01-251-3/+10
|
* (byte-compile-file-form-custom-declare-variable):Richard M. Stallman2003-01-251-1/+14
| | | | Compile any lambda-expressions among the args.
* (view-mode): Doc fix.Richard M. Stallman2003-01-251-3/+5
|
* Many doc fixes.Richard M. Stallman2003-01-251-18/+21
| | | | (ido-complete): Fix message.
* (archive-unixdate): Corrected the date field string.Richard M. Stallman2003-01-251-49/+90
| | | | | | (archive-lzh-summarize): Extended it to allow the LZH level 2 header type (which is most prevalent now), in addition to the already supported level 0 and 1 header types.
* Besides adding a log entry, do some white space fixes.Markus Rost2003-01-251-5/+12
|
* (set-language-info, current-language-environment):Markus Rost2003-01-251-6/+4
| | | | Simplify setting the type of current-language-environment.
* Fix input methods for GTK.Jan Djärv2003-01-256-30/+108
| | | | Don't right justify GTK help menu.
* (XPutPixel): Handle monochrome images; used for masks.Jason Rumney2003-01-252-76/+109
| | | | | | [HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups.
* * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-cKim F. Storm2003-01-252-6/+12
| | | | | | bindings from cua--cua-keys-keymap to cua--region-keymap, as they are only needed when the region is active. This also makes the output from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
* Minor @code usage fix.Thien-Thi Nguyen2003-01-251-202/+202
|
* 2003-01-25 Michael Kifer <[email protected]>Michael Kifer2003-01-254-9/+33
| | | | | | | * ediff.el (ediff-revision): better defaults. * ediff-vers.el (ediff-vc-latest-version): new function. (ediff-vc-internal): use latest version instead of working version.