summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Miles Bader2003-09-011-0/+2
|
* *** empty log message ***Dave Love2003-09-011-0/+8
|
* (alloca.o): Remove commands.Dave Love2003-09-011-6/+6
| | | | | | | (coding.o): Depend on intervals.h composite.h window.h. (emacs.o): Depend on window.h keyboard.h keymap.h. (gtkutil.o): Depend on keyboard.h charset.h coding.h. (bytecode.o): Depend on window.h.
* *** empty log message ***Kenichi Handa2003-09-011-0/+5
|
* (setup-default-fontset): For Thai font, specify "*" family.Kenichi Handa2003-09-011-1/+4
|
* *** empty log message ***Eli Zaretskii2003-09-011-0/+5
|
* (previous-error): Accept a prefix argument, similarly to next-error.Eli Zaretskii2003-09-011-4/+8
|
* Document last change.Jason Rumney2003-08-311-0/+11
|
* (w32_per_char_metric): Allow cached metrics to beJason Rumney2003-08-312-1/+5
| | | | returned even when font_type is unknown.
* (init_iterator): Remove old WINDOWSNT conditional.Jason Rumney2003-08-312-5/+5
|
* *** empty log message ***Eli Zaretskii2003-08-311-0/+6
|
* (srcdir): Use "command.com /c cd" to produce anEli Zaretskii2003-08-311-1/+1
| | | | | absolute file name of the current working directory. This avoids the warning from Make about circular dependencies.
* * pcvs.el (cvs-do-removal): Use = instead of eq to checkMasatake YAMATO2003-08-312-4/+12
| | | | | the numbre of files. Bind the numbre of files to a a local variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>.
* Fix pixel calculation for TrueVisuals.Jan Djärv2003-08-304-12/+63
|
* *** empty log message ***Eli Zaretskii2003-08-302-0/+11
|
* (vc-make-version-backup): Fix the change made onEli Zaretskii2003-08-301-2/+2
| | | | 2003-07-26: msdos-long-file-names is a function, not a variable.
* Set FNCASE=y for all targets in the lisp directory,Eli Zaretskii2003-08-301-0/+3
| | | | | so that CVS etc. file names are filtered out of the list of subdirectories.
* *** empty log message ***Gerd Moellmann2003-08-291-0/+6
|
* (redisplay_internal): Fix change of 2003-04-30. Don'tGerd Moellmann2003-08-291-9/+12
| | | | | tell redisplay display is accurate when it's actually been paused for pending input.
* *** empty log message ***Richard M. Stallman2003-08-294-0/+52
|
* (Overlay Properties): Clarify how priorities affect use of the properties.Richard M. Stallman2003-08-291-6/+8
|
* Comment change.Richard M. Stallman2003-08-292-3/+4
|
* (Saving Emacs Sessions): Correct previous change.Richard M. Stallman2003-08-291-2/+1
|
* (adjust_glyph_matrix): Call window_box whenever W is nonzero.Richard M. Stallman2003-08-291-4/+8
|
* (Fmake_variable_buffer_local, Fmake_local_variable)Richard M. Stallman2003-08-291-0/+6
| | | | | | (Fkill_local_variable, Fmake_variable_frame_local) (Flocal_variable_p, Flocal_variable_if_set_p): Use indirect_variable to trace thru variable aliases.
* Updated.Richard M. Stallman2003-08-291-0/+3
|
* (Fcall_interactively): Save and restore Vthis_command, Vthis_original_command,Richard M. Stallman2003-08-291-0/+20
| | | | real_this_command, and current_kboard->Vlast_command.
* (Fexpand_abbrev): Insert before deleting.Richard M. Stallman2003-08-291-2/+5
|
* (sendmail-sync-aliases, mail-setup):Richard M. Stallman2003-08-291-6/+8
| | | | Do nothing with mail-personal-alias-file if it is nil.
* (mail-abbrevs-sync-aliases): Do nothing if mail-personal-alias-file is nil.Richard M. Stallman2003-08-291-6/+7
|
* (term-exec-1): Bind coding-system-for-read.Richard M. Stallman2003-08-291-0/+2
|
* (dired-mouse-find-file-other-window):Richard M. Stallman2003-08-291-17/+33
| | | | | | Use dired-view-command-alist here, as in dired-view-file. (dired-view-command-alist): Use %s to substitute file name. Handle .ps_pages, .eps, .jpg, .gif, .png.
* (Info-mode-map): Bind S-tab and <backtab> toRichard M. Stallman2003-08-291-1/+2
| | | | `Info-prev-reference', instead of M-tab.
* (blink-matching-open): Work correctly on chars thatRichard M. Stallman2003-08-291-6/+15
| | | | are designated as parens through the syntax-table text property.
* Say there is no maintainer.Richard M. Stallman2003-08-291-1/+1
|
* Many changes.Richard M. Stallman2003-08-291-259/+256
|
* Delete old info about Irix.Richard M. Stallman2003-08-291-31/+2
|
* *** empty log message ***Kenichi Handa2003-08-291-0/+8
|
* (kinsoku-longer, kinsoku-shorter): Do not choose aKenichi Handa2003-08-291-8/+19
| | | | | | | line break position in the middle of a non-kinsoku (e.g. latin) word, making it skip until either a space or a character with category "|". (kinsoku-longer): Test for end of buffer.
* *** empty log message ***Gerd Moellmann2003-08-291-0/+4
|
* (lookup_rgb_color): Handle TrueColor visuals specially.Gerd Moellmann2003-08-291-0/+36
|
* *** empty log message ***Eli Zaretskii2003-08-281-0/+8
|
* (rmail-convert-to-babyl-format): DetectEli Zaretskii2003-08-281-6/+73
| | | | | | | quoted-printable- and base64-encoded messages and decode them automatically. Set the message's encoding from the charset= header, if any. Decode base64-encoded messages in Mail format as well.
* *** empty log message ***Eli Zaretskii2003-08-281-0/+5
|
* (elisp.dvi, index.texi): Replace Unix shell commands with equivalentEli Zaretskii2003-08-281-0/+12
| | | | COMMAND.COM commands.
* *** empty log message ***Kenichi Handa2003-08-281-0/+5
|
* (decode_coding_iso2022): Initialized local variable c2.Kenichi Handa2003-08-281-2/+2
| | | | (decode_coding_sjis_big5): Likewise.
* (sys_pipe): Protect against file descriptor overflow.Jason Rumney2003-08-271-4/+15
|
* *** empty log message ***Jason Rumney2003-08-271-0/+2
|
* (syms_of_w32fns): Remove non-existent functions.Jason Rumney2003-08-271-5/+0
|