summaryrefslogtreecommitdiff
path: root/nt/addpm.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Spelling fixes.Paul Eggert2011-12-041-2/+1
|
* nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | * nt/addpm.c (main): Remove unused variable `retval'. * nt/preprep.c (main): Remove unused variable `ptr'. * src/dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef. * src/fileio.c (check_executable) [DOS_NT]: Remove unused variables `len' and `suffix'. (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration of variables specific to SELinux and computation of `encoded_absname'. * src/image.c (XPutPixel): Remove unused variable `height'. * src/keyboard.c (make_lispy_event): Remove unused variable `hpos'. * src/unexw32.c (get_section_info): Remove unused variable `section'. * src/w32.c (stat): Remove unused variables `drive_root' and `devtype'. (system_process_attributes): Remove unused variable `sess'. (sys_read): Remove unused variable `err'. * src/w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef. (w32_wnd_proc): Remove unused variable `isdead'. (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef. (Fx_server_max_request_size): Remove unused variable `dpyinfo'. (x_create_tip_frame): Remove unused variable `tem'. * src/w32inevt.c (w32_console_read_socket): Remove unused variable `no_events'. * src/w32term.c (x_draw_composite_glyph_string_foreground): Remove unused variable `width'.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | nt/*.c: Use const char*; remove unused code.Juanma Barranquero2010-09-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * addpm.c (entry, add_registry, main): * addsection.c (file_data, open_input_file, open_output_file) (find_section, PTR_TO_OFFSET, copy_executable_and_add_section) (COPY_CHUNK): * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space) (skip_nonspace, get_next_token, search_dir, make_absolute) (spawn, main): * preprep.c (file_data, open_input_file, open_output_file) (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main): Use const char*. * cmdproxy.c (stdin): Don't define, not used. (main): Don't assign remlen after last use.
* | nt/addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.Juanma Barranquero2010-08-191-3/+4
| |
* | (add_registry): Set path for runemacs.exe to use.Jason Rumney2010-08-121-0/+17
| |
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-7/+4
|/ | | | | | | | | | | | | | | | | | | | | | * lib-src/emacsclient.c (get_current_dir_name, w32_get_resource) (w32_getenv, w32_set_user_model_id, w32_window_app, w32_execvp) (close_winsock, initialize_sockets, w32_find_emacs_process) (w32_give_focus): * lib-src/ntlib.c (getlogin, getuid, getgid, getegid): * nt/addpm.c (add_registry, main): * nt/cmdproxy.c (get_env_size): * nt/ddeclient.c (main): * nt/runemacs.c (set_user_model_id): * src/alloc.c (emacs_blocked_free, emacs_blocked_malloc) (emacs_blocked_realloc, uninterrupt_malloc): * src/fringe.c (w32_reset_fringes): * src/image.c (convert_mono_to_color_image, lookup_rgb_color) (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper): * src/sound.c (be2hs, do_play_sound): * src/vm-limit.c (get_lim_data, ret_lim_data): * src/w32term.c (x_free_frame_resources): * src/xfaces.c (x_create_gc, x_free_gc): Convert definitions to standard C.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (main): Try using COM to create start menu shortcutsJason Rumney2009-01-151-31/+123
| | | | | before resorting to DDE (Bug#202) Remove second command-line argument.
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-8/+6
|
* Include malloc.h.Juanma Barranquero2008-02-251-2/+3
| | | | (add_registry): Cast return value of alloca.
* (add_registry): Add an App Paths registry key.Jason Rumney2008-02-111-0/+54
| | | | Look for GTK and add it to the DLL search path for Emacs if found.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (add_registry): Don't change the registry unless keysJason Rumney2006-03-121-7/+11
| | | | already exist from a previous version.
* (main): Accept -q as alternative for /q.Jason Rumney2006-03-121-2/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-15/+15
|
* (env_vars): Remove EMACSLOCKDIR.Jason Rumney2002-06-131-1/+0
|
* (env_vars): Add a version-independent site-lispAndrew Innes2001-01-191-1/+1
| | | | directory to EMACSLOADPATH, after the version dependent one.
* (main): Accept /q to mean install based on addpm'sAndrew Innes2000-08-221-14/+25
| | | | | location without asking. Remove reference to emacs.bat which is now obsolete.
* (env_vars): Include leim in default EMACSLOADPATHGerd Moellmann1999-11-221-1/+1
| | | | definition.
* (main): Explicitly check result of message box for OK.Geoff Voelker1998-07-211-1/+4
|
* addpm.c (env_vars): Fix misplaced % in SHELL entry.Geoff Voelker1997-10-011-1/+1
|
* (env_vars): Put site-lisp before lisp in EMACSLOADPATH.Geoff Voelker1997-09-031-9/+15
| | | | | | Quote group name. Allow different icons to be specified. (env_vars): No longer set INFOPATH.
* (env_vars): Set SHELL to cmdproxy.Geoff Voelker1997-08-171-4/+46
| | | | | | (main): Initialize idDde to 0. Determine emacs_path from module file name. Prompt for install.
* (env_vars): Add site-lisp to EMACSLOADPATH.Geoff Voelker1997-01-051-1/+1
|
* (env_vars): Use slashes, not backslashes.Richard M. Stallman1996-06-031-6/+6
|
* (env_vars): Set SHELL registry entry to value of COMSPEC environment variable.Richard M. Stallman1996-05-081-1/+1
|
* (REG_ROOT): Don't use a trailing backslash.Geoff Voelker1996-05-031-9/+9
| | | | | (env_vars): Rename field emacs_path to emacs_dir. (main): Add link to runemacs instead of emacs.
* Update FSF's ddress in preambleErik Naggum1996-01-151-16/+16
|
* (env_vars): New variable.Geoff Voelker1995-11-071-12/+74
| | | | | | (add_registry): New procedure. (main): Use values of configuration environment variables from the registry if defined, the process environment otherwise.
* Mostly rewritten.Richard M. Stallman1995-06-201-155/+44
|
* Initial revisionGeoff Voelker1995-06-101-0/+193