summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.libc-970822libc-970821libc-970820libc-970819libc-970818libc-970817libc-970816libc-970815libc-970814libc-970813libc-970812libc-970811libc-970810libc-970809libc-970808libc-970807libc-970806libc-970805libc-970804libc-970803libc-970802Richard M. Stallman1997-08-011-1/+4
|
* (standard-display-cyrillic-translit): New function.Richard M. Stallman1997-08-011-0/+128
|
* Comment change.Richard M. Stallman1997-08-011-0/+6
|
* (cyrillic-translit): New input method.Richard M. Stallman1997-08-011-0/+65
|
* (isearch-hide-immediately): Doc fix.Richard M. Stallman1997-08-011-5/+5
|
* (encode_coding_iso2022): When source data ends not atKenichi Handa1997-08-011-4/+6
| | | | | | | character boundardy, set data in coding->carryover correctly, and set SRC to SRC_END. (encode_coding_sjis_big5): Likewise. (encode_coding): Don't set coding->carryover_size to 0.
* (Fwrite_region): Don't try to flush out a data twice.Kenichi Handa1997-08-011-1/+1
|
* (standard-display-european): New arg AUTO.Richard M. Stallman1997-08-011-2/+12
| | | | Normally, set enable-multibyte-characters to nil.
* (command-line): Pass t for AUTO arg to standard-display-european.Richard M. Stallman1997-08-011-1/+1
|
* Many doc strings and messages changed.Richard M. Stallman1997-08-011-79/+81
|
* (direct_output_for_insert): Set last_point_x properly.Richard M. Stallman1997-08-011-1/+1
|
* (x_list_fonts): Request at least 10 fonts by XListFonts.Kenichi Handa1997-08-011-0/+4
|
* (redisplay_window): Fix one-off in handlingRichard M. Stallman1997-08-011-1/+1
| | | | scroll-conservatively for scrolling up.
* (x_list_fonts): Reject a font whose min_bounds.width is 0.Richard M. Stallman1997-07-311-15/+28
|
* (diary-face, calendar-today-face, holiday-face):Richard M. Stallman1997-07-311-24/+29
| | | | Use defface to define them.
* (current_lock_owner): Don't try to delete lockRichard M. Stallman1997-07-311-6/+4
| | | | if this or another existing process owns it!
* (eval-last-sexp): Ignore `...' around sexp.Richard M. Stallman1997-07-311-0/+12
|
* (prefer-coding-system): Change alsoKenichi Handa1997-07-311-1/+1
| | | | default value of buffer-file-coding-system.
* (vc-backend-checkin): For CVS, forget the checkout model after commit.Richard M. Stallman1997-07-311-35/+73
| | | | | | | (vc-backend-checkout): Use "cvs edit" for files with manual checkout. (vc-minor-part, vc-previous-version): New functions. (vc-diff): Don't ask or guess version numbers. (vc-version-diff): Suggest default versions based on the file state.
* (vc-checkout-model): For CVS, look atRichard M. Stallman1997-07-311-1/+10
| | | | permissions to see if a file is "watched".
* (read_process_output): Don't call setup_coding_systemRichard M. Stallman1997-07-311-9/+13
| | | | | | | | for proc_decode_coding_system[channel]. It is already done in detect_coding called via decode_coding. (wait_reading_process_input): Call detect_input_pending whenever read_kbd is 0, not just when wait_for_cell.
* (encode_coding_iso2022): Write out invalid multibyteKenichi Handa1997-07-311-6/+46
| | | | | | forms in a buffer as is. (detect_coding_mask): If ISO_CODE_CSI appears in an invalid sequence, ignore it.
* Do not create style-variants of fontset. TheyKenichi Handa1997-07-311-6/+6
| | | | are just registered in uninstanciated-fontset-alist.
* (set-face-font-auto): Create a fontset if FONT is aKenichi Handa1997-07-311-1/+3
| | | | fontset not instanciated fontset.
* (fontset-name-p): New function.Kenichi Handa1997-07-311-15/+99
| | | | | | | | (uninstanciated-fontset-alist): New variable. (create-fontset-from-fontset-spec): Delete arg STYLE. Register style-variants of FONTSET in uninstanciated-fontset-alist. (create-fontset-from-x-resource): Call create-fontset-from-fontset-spec correctly.
* (reference-point-alist): Doc-string modified.Kenichi Handa1997-07-311-0/+4
|
* new versionMichael Kifer1997-07-319-306/+379
|
* (lock_if_free): Don't loop; for strange error, return -1.Richard M. Stallman1997-07-301-5/+2
|
* (redisplay_window): Fix previous change.Richard M. Stallman1997-07-301-11/+17
| | | | | (decode_mode_spec_coding): If multibyte chars disabled. display only the eol flag.
* (uniquify-buffer-name-style): Fix typo.Richard M. Stallman1997-07-301-1/+1
|
* (info-node, info-xref, info-menu-5):Richard M. Stallman1997-07-301-16/+24
| | | | | | | Define faces with defface. (Info-mode): Don't define faces here, and don't alter Info-fontify. Locally set line-move-ignore-invisible. (Info-fontify-node): Test type of frame here.
* Update distribution terms.Richard M. Stallman1997-07-301-3/+4
|
* (mspools-using-vm): Better handling of VM initialization.Richard M. Stallman1997-07-301-9/+22
| | | | (mspools-size-folder): Allow symbolic links to spool files.
* Synched with 1.9954.Per Abrahamsen1997-07-301-13/+23
|
* (LIBXMU): Alternative definition if CANNOT_DUMP.Richard M. Stallman1997-07-301-0/+4
|
* (LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.Richard M. Stallman1997-07-301-2/+2
|
* (CPPFLAGS): Get this from configure, like CFLAGS.Richard M. Stallman1997-07-301-0/+1
|
* (mule-menu-keymap): Fix menu item names.Richard M. Stallman1997-07-301-13/+13
|
* Minor cleanup.Richard M. Stallman1997-07-301-2/+5
|
* Comment change.Richard M. Stallman1997-07-301-1/+1
|
* don't add text for the modeline.Simon Marshall1997-07-291-1/+1
|
* (Fformat_time_string): Don't hang if strftime producesRichard M. Stallman1997-07-291-4/+3
| | | | | an empty string. Fix arguments of second call to strftime. Remove check for result being negative, this cannot happen.
* (rmail-resend): Use user-mail-address.Richard M. Stallman1997-07-291-4/+3
|
* (sort_args): Check properly for `--'.Richard M. Stallman1997-07-291-1/+1
|
* update from main archive 970728libc-970801libc-970731libc-970730libc-970729Ulrich Drepper1997-07-281-1/+1
|
* (makefile-space-face): Add defface.Richard M. Stallman1997-07-281-18/+7
| | | | | (makefile-define-space-face): Function deleted. (makefile-mode): Don't call makefile-define-space-font.
* (x_new_font): Follow the change in x_set_scroll_bar_width and make theRichard M. Stallman1997-07-281-1/+4
| | | | scroll bar at least 14 pixels wide.
* (Fx_create_frame): Initialize fontset in output_data.Richard M. Stallman1997-07-281-0/+1
|
* (non_ascii_char_to_string): Fix typos.Richard M. Stallman1997-07-281-2/+2
|
* (debug-ignored-errors): Delete ^Quit$ element.Richard M. Stallman1997-07-281-1/+0
|