aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Juanma Barranquero2008-06-031-2/+2
|
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * src/alloc.c (xfree): Return right away for a NULL arg. * src/lread.c (nosuffix): Remove now-useless if-before-xfree tests. * src/gtkutil.c (xg_gtk_scroll_destroy): Likewise. * src/mac.c (create_apple_event_from_event_ref): Likewise. (create_apple_event_from_drag_ref, cfstring_create_normalized): Likewise. * src/doprnt.c (doprnt1): Likewise. * src/frame.c (frame): Likewise. * src/keyboard.c (wipe_kboard): Likewise. * src/macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap): (init_font_name_table, mac_unload_font, x_delete_display): Likewise. * src/term.c (tty_default_color_capabilities, maybe_fatal) (delete_tty): Likewise. * src/w16select.c (string): Likewise. * src/w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise. * src/w32bdf.c (w32_free_bdf_font): Likewise. * src/w32fns.c (w32_unload_font): Likewise. * src/w32font.c (w32font_close): Likewise. * src/window.c (size_window): Likewise. * src/xselect.c (receive_incremental_selection): Likewise. * src/xterm.c (x_free_frame_resources, x_delete_display): Likewise. * src/mactoolbox.c (create_apple_event_from_drag_ref): Likewise. * src/w32.c (stat): Likewise.
* * lib-src/ebrowse.c (xfree): Remove definition; s/xfree/free/Jim Meyering2008-06-021-0/+2
|
* remove useless if-before-free testsJim Meyering2008-06-021-0/+8
| | | | | | | | | | | | | | | | * lib-src/ebrowse.c (xfree): Likewise. * lib-src/etags.c (process_file_name, free_tree, free_fdesc): Likewise. (popclass_above, Prolog_functions, Erlang_functions): Likewise. * lib-src/pop.c (pop_quit): Likewise. * lwlib/lwlib-Xm.c (xm_update_one_value): Likewise. * lwlib/lwlib.c (safe_free_str, free_widget_value_tree): Likewise. * src/editfns.c (Fset_time_zone_rule): Likewise. * src/lread.c (nosuffix): Likewise. * src/ralloc.c (get_bloc): Likewise. * src/regex.c (reg_free): Likewise. * src/xftfont.c (xftfont_open, xftfont_close): Likewise. * src/xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise. * src/xsmfns.c (smc_save_yourself_CB): Likewise.
* (lisp2): Add minibuffer.elc.Juanma Barranquero2008-05-301-0/+4
|
* (relative_filename): Treat "///" like "/" in filenames.Stefan Monnier2008-05-291-0/+4
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-8/+6
|
* Include sys/types.h, sys/stat.h, and errno.h.Eli Zaretskii2008-05-091-0/+6
| | | | | (IS_DIRECTORY_SEP): New macro. (convert_time, is_exec, stat): New functions.
* Renamed lisp/epa-file-hook.el to lisp/epa-hook.el.Eli Zaretskii2008-05-081-0/+4
|
* (lisp2): Add epa-file-hook.elc, to track the corresponding changeEli Zaretskii2008-05-031-0/+5
| | | | in src/Makefile.in.
* Adam Go biowski <adamg at pld-linux.org> (tiny change)Glenn Morris2008-04-241-0/+4
| | | | (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
* Merge from emacs--rel--22Miles Bader2008-04-231-0/+6
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
| * 2008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)Romain Francoise2008-04-181-0/+4
| | | | | | | | * vcdiff: Use mktemp (CVE-2008-1694).
| * (CLIENTRES): New variable and target.Jason Rumney2008-04-101-0/+6
| | | | | | | | | | (TRES): Remove. ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
| * Bump version to 22.2.Chong Yidong2008-03-261-0/+4
| |
* | * lisp/vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.Stefan Monnier2008-04-191-0/+4
| | | | | | | | | | | | | | | | | | (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision) (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert) (vc-sccs-steal-lock, vc-sccs-modify-change-comment) (vc-sccs-print-log): Use it. * lisp/vc-hooks.el (vc-path): Remove SCCS-specific hack. * lib-src/vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
* | 2008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)Romain Francoise2008-04-181-0/+4
| | | | | | | | * vcdiff: Use mktemp (CVE-2008-1694).
* | (distclean, maintainer-clean): New targets.Jason Rumney2008-04-091-0/+4
| |
* | (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-159/+159
| | | | | | | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* | Remove duplicate entries.Juanma Barranquero2008-03-261-23/+3
| |
* | (VERSION): Set to 23.0.60.Glenn Morris2008-03-131-0/+4
| |
* | *** empty log message ***Juanma Barranquero2008-03-071-6/+6
| |
* | Add oo.Juanma Barranquero2008-03-041-0/+4
| |
* | Merge from emacs--rel--22Miles Bader2008-03-011-0/+4
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
| * (Perl_functions): Fix call to skip_spaces.Stefan Monnier2008-02-271-2/+6
| |
| * Undo last change (mistakenly committed to branch).Chong Yidong2008-02-041-5/+0
| |
| * * etags.c: Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-0/+5
| | | | | | | | gperf output.
| * * pop.c (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-0/+4
| |
| * * pop.c (pop_stat, pop_last): Check validity of string-to-integerChong Yidong2008-01-101-0/+5
| | | | | | | | conversion. Mistakes spotted by Nico Golde.
* | * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
* | (MOUSE_SUPPORT): Remove duplicate tooltip.elc.Jason Rumney2008-02-231-0/+8
| | | | | | | | | | | | | | (MSDOS_SUPPORT, VMS_SUPPORT): Remove. (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too. (lisp2): Add new languages. ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
* | (lisp2): Remove devanagari.el, kannada.el,Juanma Barranquero2008-02-221-0/+5
| | | | | | | | malayalam.el, and tamil.el. Add sinhala.el.
* | (main) [WINDOWSNT]: Understand DRIVE:NAME, whereJuanma Barranquero2008-02-201-0/+5
| | | | | | | | NAME is relative to DRIVE'S current directory.
* | (print_help_and_exit): Show -d option on Windows.Juanma Barranquero2008-02-151-9/+13
| |
* | Undo previous change.Dan Nicolaescu2008-02-101-0/+4
| |
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dealing with obsolete variables. * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. (main): Replace MAIL_PROGRAM_NAME with its value. * src/Makefile.in: * src/emacs.c: * src/gmalloc.c: * src/keyboard.c: * src/lisp.h: * src/m/ibm370aix.h: * src/process.c: * src/regex.c: * src/s/hpux.h: * src/sysdep.c: * src/sysselect.h: * src/systty.h: * src/unexec.c: * src/w32term.c: * src/xsmfns.c: * src/xterm.c: Remove code that deals with obsolete variables. * s/msdos.h (DONT_NEED_ENVIRON): Don't define. * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, nothing else needs it anymore.
* | * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsoleteDan Nicolaescu2008-02-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable. * s/gnu-linux.h: Remove commented out code. * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE. * Makefile.in: Update what RMS says about using autoconf. (C_COMPILER): (COFF_ENCAPSULATE): (MAKE_PARALLEL): Remove obsolete variable. (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
* | (decode_options): Pass --display implicitly if -cStefan Monnier2008-02-081-0/+5
| | | | | | | | is specified. Only set tty if -t or -c is specified.
* | Some tidying post-unicode-merge: typos, tense, simplification, filling.Glenn Morris2008-02-071-3/+2
| |
* | Adjust dates of unicode merge entries to UTC.Miles Bader2008-02-041-3/+3
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046
* | (lisp1): Use (), not {}.Jason Rumney2008-02-041-0/+4
| |
* | * etags.c: Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-0/+5
| | | | | | | | gperf output.
* | Merge ChangeLog.unicode files into ChangeLogsMiles Bader2008-02-011-0/+16
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
* | (decode_options): Default to a NULL display, as Emacs-22.Stefan Monnier2008-01-261-0/+6
| | | | | | | | | | Allow the -d option under w32 again, for those rare cases where it actually does make sense.
* | *** empty log message ***Juanma Barranquero2008-01-251-1/+1
| |
* | (set_tcp_socket): Don't send a "\n" after the authentication string;Juanma Barranquero2008-01-251-0/+5
| | | | | | | | there's no need to haste.
* | * pop.c (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-0/+4
| |
* | * movemail.c: Remove references to XENIX.Dan Nicolaescu2008-01-181-0/+4
| | | | | | | | * m/intel386.h: Remove references to XENIX.
* | * movemail.c:Dan Nicolaescu2008-01-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
* | (decode_options) [WINDOWSNT]: Don't use the value of DISPLAY in theEli Zaretskii2008-01-121-0/+7
| | | | | | | | | | | | environment. Don't support -d. (print_help_and_exit) [WINDOWSNT]: Don't show the --display option. (longopts) [WINDOWSNT]: Remove --display.